body {
  font-family: "Roboto";
  color: #262626;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Gotu";
}

html {
  scroll-behavior: smooth;
}

p {
  line-height: 1.375;
  margin-bottom: 0;
  font-size: 0.95rem;
}

.navbar-dark .navbar-nav .nav-link.active:hover {
  cursor: default;
}

.banner {
  min-height: 350px;
  background-size: cover;
  background-position: center;
}

.banner h2 {
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
}

.banner .stroke {
  height: 1px;
  width: 140px;
  margin: 20px auto;
  background-color: #eac42b;
}

.banner p {
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
  font-style: italic;
}

#hoffnung-banner.banner h2 {
  text-align: left;
  margin: 0;
}

#hoffnung-banner.banner p {
  text-align: left;
  margin: 0;
  max-width: 700px;
}

#hoffnung-banner.banner .stroke {
  margin: 20px 0;
  height: 2px;
}

.content-standard {
  padding: 100px 0;
}

.content-standard .text-content {
  padding: 75px;
}

.content-standard .text-content h3 {
  margin-bottom: 30px;
}

@media screen and (max-width: 575px) {
  .text-content {
    padding: 25px !important;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .text-content {
    padding: 50px !important;
  }
}

#angebot h4, #angebot .h4 {
  margin-bottom: 30px;
}

#angebot h4, #angebot .h4, #angebot p {
  text-align: center;
}

#angebot .text-content {
  padding: 30px;
}

#angebot .icon {
  display: block;
  width: 90px;
  margin: 50px auto;
}

#angebot .stroke {
  width: 100px;
  margin: 30px auto;
  height: 2px;
  background-color: #eac42b;
}

table td, .table-sm th, .table-sm td {
  padding: 0.1rem 0;
}

table {
  margin-bottom: 0 !important;
}

.zweifel strong {
  font-size: 1.125rem;
  margin-top: 50px;
  margin-bottom: 25px;
  display: block;
}

footer {
  min-height: 100px;
}

footer a {
  color: #f7f7f7;
  font-size: 0.875rem;
}

footer #links li:first-child {
  border-right: 1px solid #f7f7f7;
  padding-right: 10px;
  margin-right: 10px;
}

footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
}

footer ul li {
  display: inline;
  margin-right: 20px;
  font-size: 0.95rem;
}

footer ul li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  footer {
    text-align: center !important;
    padding: 2rem 1rem;
  }
  footer ul {
    text-align: center;
  }
  footer #claims {
    padding: 2rem 0;
  }
}

#datenschutz h2, #datenschutz h3, #datenschutz h4 {
  margin-top: 25px;
  margin-bottom: 25px;
}

#datenschutz strong {
  display: block;
  margin-bottom: 15px;
}

#datenschutz p {
  line-height: 1.5;
}
