
.row {
  margin-top: 30px;
}

h1 {
  color: #9f2033;
  font-weight: 600;
  font-size: 3em;
}

h2 {
  margin-bottom: 15px;
}

h3 {
  color: #9f2033;
  font-weight: 600;
  font-size: 2em;
}

p {
  font-size: 1.2em;
}

.btn {
  margin-top: 20px;
}

header {
  background-color: #ffffff!important;
}

/* Navigationshintergrund */

.bg-body-tertiary {
  background-color: #bc8726!important;
}

.nav-link {
  color: #ffffff!important;
}

.dropdown-menu {
  background-color: #9f2033;
}


.btn-primary {
  background-color: #bc8726;
  border-color: #9f2033;
}

.btn-primary:hover {
  background-color: #9f2033;
}

.card {
  margin-top: 30px!important;
  box-shadow: 5px 10px 8px #bc8726;
}

.card-title {
  color: #bc8726;
  font-weight: 600;
  font-size: 2em;
}

.card-text {
  color: #333333!important;
  font-size: 1.2em;
  line-height: 1.2em;
  hyphens: auto; 
	text-align: left;
}

h5.card-title {
  color: #2d5a33!important;
  font-size: 1.3em;
  line-height: 1.2em;
  hyphens: auto; 
	text-align: left;
}



footer {
  margin-top: 50px;
  color: #ffffff;
  background-color: #bc8726;
  padding-top: 30px;
  padding-bottom: 30px;
}

footer a {
  color: #9f2033;
  text-decoration: none;
  font-weight: 600;
}

.form-label {
  margin-top: 20px;
}

input[type="radio"] {
  border: solid 2px #bc8726;
  margin-top: 8px;
}