/* Custom page CSS
-------------------------------------------------- */

/* pt-sans-narrow-regular - latin */
/* roboto-regular - latin */
/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-v30-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v30-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
  font-display: swap;
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v30-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
 font-display: swap;
}


body {
  font-family: 'Roboto', sans-serif;
}
h2 {
  font-size:28px;
}
h3 {
  font-size:22px;
}
h4 {
  font-size:18px;
}
p, li {
  font-size: 18px;
  font-weight: 300;
}
p strong {
  font-weight: 700;
}
a {
  color: #333;
  text-decoration: none;
}

.container {
  width: auto;
  max-width: 991px;
  padding: 0;
}

.kopf {
  width: auto;
  max-width: 1140px;
  padding: 0;
  margin-right: auto;
  margin-left: auto;
}
.hero-image {
  background-image: url("../img/kopf.svg");
  background-color: #fff;
  height: 610px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.hero-text {
  text-align: center;
  position: absolute;
  top: 30%;
  left: 75%;
  transform: translate(-50%, -50%);
  color: white;
}

.fuss {
  width: auto;
  max-width: 1140px;
  padding: 0;
  margin-right: auto;
  margin-left: auto;
}
.fuss-image {
  /* background-image: url("../img/fuss.svg"); */
  background-color: #fff;
  height: 250px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.fuss-text {
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 0;
  color: white;
}
.fuss-text2 {
  text-align: left;
  position: absolute;
  left: 0;
  top: 0;
  color: white;
}
@media only screen and (max-width: 692px) {
  .hero-text {
    left: 70%;
  }
}

img.initiative {
  padding: .6rem 0 1.2rem;
}

img.logo {
  padding: 0 2rem 3rem 0;
}

.card-img-overlay, .card {
  border-radius: 0;
  border: none;
}

#content {
  padding: 4rem 5rem 5rem;
}
#logos {
  padding: 0 5rem 1.5rem;
}
#banner {
  padding: 0 0 3rem;
}

footer .container {
  width: auto;
  max-width: 991px;
}
footer .container li {
  font-size: 14px;
}
