/* Fonts */

/* maven-pro-regular - latin */
@font-face {
  font-family: 'Maven Pro';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/maven-pro-v32-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/maven-pro-v32-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/maven-pro-v32-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/maven-pro-v32-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/maven-pro-v32-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/maven-pro-v32-latin-regular.svg#MavenPro') format('svg'); /* Legacy iOS */
}

/* maven-pro-500 - latin */
@font-face {
  font-family: 'Maven Pro';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/maven-pro-v32-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/maven-pro-v32-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/maven-pro-v32-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/maven-pro-v32-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/maven-pro-v32-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/maven-pro-v32-latin-500.svg#MavenPro') format('svg'); /* Legacy iOS */
}

/* maven-pro-600 - latin */
@font-face {
  font-family: 'Maven Pro';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/maven-pro-v32-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/maven-pro-v32-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/maven-pro-v32-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/maven-pro-v32-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/maven-pro-v32-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/maven-pro-v32-latin-600.svg#MavenPro') format('svg'); /* Legacy iOS */
}

/* maven-pro-800 - latin */
@font-face {
  font-family: 'Maven Pro';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/maven-pro-v32-latin-800.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/maven-pro-v32-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/maven-pro-v32-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/maven-pro-v32-latin-800.woff') format('woff'), /* Modern Browsers */
       url('../fonts/maven-pro-v32-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/maven-pro-v32-latin-800.svg#MavenPro') format('svg'); /* Legacy iOS */
}

/* maven-pro-700 - latin */
@font-face {
  font-family: 'Maven Pro';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/maven-pro-v32-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/maven-pro-v32-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/maven-pro-v32-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/maven-pro-v32-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/maven-pro-v32-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/maven-pro-v32-latin-700.svg#MavenPro') format('svg'); /* Legacy iOS */
}

/* maven-pro-900 - latin */
@font-face {
  font-family: 'Maven Pro';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/maven-pro-v32-latin-900.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/maven-pro-v32-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/maven-pro-v32-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/maven-pro-v32-latin-900.woff') format('woff'), /* Modern Browsers */
       url('../fonts/maven-pro-v32-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/maven-pro-v32-latin-900.svg#MavenPro') format('svg'); /* Legacy iOS */
}

/* Fonts End */

body {
  font-family: Cabin, sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 29px;
  font-weight: 500;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Maven Pro', sans-serif;
  font-size: 55px;
  line-height: 56px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Maven Pro', sans-serif;
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Maven Pro', sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  text-transform: uppercase;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0.01px;
  text-transform: uppercase;
}

p {
  margin-bottom: 10px;
}

.body {
  font-family: Cabin, sans-serif;
  color: #25313c;
  font-size: 18px;
  line-height: 29px;
}

.c-navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding: 24px 60px;
  background-color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.image-9 {
  display: none;
}

.gohst-button {
  margin-left: 16px;
  padding: 16px 24px;
  border: 2px solid #1446a0;
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  color: #1446a0;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.gohst-button:hover {
  background-color: rgba(20, 70, 160, 0.05);
}

.hero {
  min-height: 100vh;
  padding-top: 0px;
  padding-bottom: 0px;
}

.right {
  display: block;
}

.c-menu__nav-link {
  padding: 16px 22px 16px 24px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  line-height: 24px;
  text-transform: uppercase;
}

.c-menu__nav-link:hover {
  color: #1446a0;
}

.c-menu__nav-link:active {
  color: #25313c;
}

.c-menu__nav-link.w--current {
  color: #25313c;
}

.c-menu__nav-link.c-menu__nav-link--button {
  border-style: solid;
  border-width: 2px;
  border-color: #1446a0;
  border-radius: 8px;
  color: #1446a0;
}

.l-flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-image {
  display: none;
  width: 60vw;
  height: 57vh;
  margin-top: 31.7vw;
}

.c-hero-content__paragraph {
  margin-bottom: 21px;
  font-size: 18px;
}

.c-nav-logo__image {
  padding-top: 6px;
}

.left {
  max-width: 466px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.button {
  padding: 16px 24px;
  border: 2px solid #1446a0;
  border-radius: 8px;
  background-color: #1446a0;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.button:hover {
  opacity: 0.9;
}

.c-hero-content__heading {
  margin-bottom: 20px;
  font-size: 55px;
  line-height: 65px;
}

.c-hero-content {
  margin-top: 249px;
}

.hero-section {
  height: 100vh;
  background-image: none;
  background-position: 50% 100%;
  background-size: auto 100vh;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.l-grid {
  max-width: 1160px;
}

.l-section {
  padding-right: 60px;
  padding-left: 60px;
}

.l-section.l-section--hero {
  height: 100vh;
  background-image: url('../images/img-hero-backround-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.l-section.l-section--devider {
  background-color: #1446a0;
}

.l-section.l-section__footer {
  padding-top: 60px;
  background-color: #1446a0;
}

.l-section.l-section--single-content-page {
  min-height: 100vh;
}

.lesitungen-section {
  margin-bottom: 0px;
  padding-right: 60px;
  padding-left: 60px;
}

.container {
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
}

.describtion {
  margin-bottom: 20px;
  padding-top: 120px;
  color: #1446a0;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}

.describtion.ohnehintergrund {
  padding-top: 120px;
  color: #1446a0;
}

.describtion.mit-hintergrund {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 18px;
  color: #fff;
  text-align: center;
}

.describtion.ohnehintergrund80 {
  padding-top: 80px;
}

.l-cardbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-cardbox.cardbox__kontakt {
  margin-bottom: 80px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.c-card {
  width: 367px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  padding: 60px 36px;
  border-radius: 8px;
  text-align: center;
}

.c-card:hover {
  box-shadow: 6px 6px 24px 0 rgba(0, 0, 0, 0.15);
}

.c-card.c-card--kontakt {
  box-shadow: 6px 6px 24px 0 rgba(37, 49, 60, 0.15);
  color: #25313c;
  text-decoration: none;
}

.image-3 {
  width: 96px;
  height: 96px;
  margin-right: 97px;
  margin-bottom: 22px;
  margin-left: 97px;
}

.img-container-hersteller {
  width: 267px;
  height: 96px;
  padding: 10px 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.display-hersteller {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 3px;
  padding-top: 42px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.hersteller-section {
  padding-right: 60px;
  padding-left: 60px;
  background-color: #1446a0;
}

.left-offgrid {
  max-width: 565px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flexbox.beruns {
  margin-bottom: 100px;
}

.ber-uns-image {
  margin-top: 121px;
}

.ber-uns-section {
  padding-right: 60px;
  padding-left: 60px;
}

.describtion__kunden {
  margin-bottom: 24px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.display__kunden {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.img-container__kunden {
  width: 96px;
  height: 96px;
  margin-right: auto;
  margin-left: auto;
}

.unsere-kunden-section {
  background-color: #1446a0;
}

.container-kunden {
  width: 268px;
  height: auto;
  padding-top: 60px;
  padding-bottom: 24px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.card__kontakt {
  width: 367px;
  margin-bottom: 40px;
  padding: 60px 36px;
  border-radius: 8px;
  box-shadow: 6px 6px 24px 0 rgba(0, 0, 0, 0.15);
  text-decoration: none;
}

.card__kontakt:hover {
  box-shadow: 6px 6px 24px 0 rgba(0, 0, 0, 0.15);
}

.h2__kontakt {
  color: #1446a0;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-transform: none;
}

.kontakt-section {
  margin-top: 0px;
}

.footer-section {
  margin-top: 0px;
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #1446a0;
  font-family: Cabin, sans-serif;
}

.logo__footer {
  margin-top: 12px;
  font-family: 'Maven Pro', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0.1em;
}

.footer-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16.666%;
  height: auto;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.footer-column.first {
  margin-left: 0px;
}

.text-copyright {
  padding-top: 100px;
  padding-bottom: 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.footer-link {
  display: block;
  margin-top: 0px;
  margin-bottom: 16px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #fff;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  text-decoration: none;
}

.text-motto {
  margin-top: 22px;
  color: #fff;
  font-size: 14px;
  line-height: 21px;
}

.footer-flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.c-card__paragraph {
  text-align: left;
}

.c-card__heading {
  color: #1446a0;
}

.heading {
  margin-top: 140px;
  color: #25313c;
}

.paragraph-4 {
  color: #25313c;
}

.paragraph-5 {
  margin-bottom: 120px;
}

.link {
  color: #25313c;
}

.html-embed {
  display: inline-block;
  margin-top: 12px;
  padding-left: 20px;
}

.heading-2 {
  margin-top: 140px;
}

.paragraph-6 {
  margin-bottom: 120px;
}

.text-block {
  font-family: 'Maven Pro', sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.text-block-2 {
  font-family: 'Maven Pro', sans-serif;
  color: #1446a0;
  font-size: 24px;
  font-weight: 600;
}

.div-block {
  position: absolute;
  left: 24%;
  top: 85.406%;
}

.html-embed-2 {
  display: none;
}

@media screen and (max-width: 991px) {
  .image-11 {
    display: none;
  }

  .c-nav-menu-button {
    background-color: #fff;
  }

  .c-nav-menu-button.w--open {
    background-color: #fff;
  }

  .c-menu__nav-link {
    background-color: #fff;
  }

  .c-nav-logo__image {
    padding-top: 20px;
  }

  .hero-section {
    background-image: none;
    background-position: 20% 100%;
  }

  .c-nav-menu {
    background-color: #fff;
  }

  .image-4 {
    display: block;
  }

  .image-8 {
    min-width: 30vw;
  }

  .paragraph-3 {
    padding-right: 40px;
  }

  .unsere-kunden-section {
    padding-right: 60px;
    padding-left: 60px;
  }

  .kontakt-section {
    padding-right: 60px;
    padding-left: 60px;
  }

  .footer-section {
    padding-right: 60px;
    padding-left: 60px;
  }

  .logo__footer {
    font-size: 24px;
    font-weight: 500;
  }

  .footer-column {
    overflow: hidden;
  }

  .footer-column.text {
    display: none;
    width: 0%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .footer-link {
    font-size: 12px;
  }

  .footer-flexbox {
    margin-bottom: 0vh;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .html-embed {
    display: block;
    padding-left: 0px;
  }

  .div-block {
    left: 25%;
    top: 61.406%;
  }
}

@media screen and (max-width: 767px) {
  .c-navbar {
    padding: 12px 20px;
  }

  .gohst-button {
    padding-right: 6px;
    padding-left: 6px;
  }

  .right {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .c-hero-content__paragraph {
    display: block;
    text-align: left;
  }

  .c-nav-logo__image {
    padding-top: 23px;
  }

  .button {
    padding-right: 12px;
    padding-left: 12px;
  }

  .c-hero-content__heading {
    font-size: 48px;
  }

  .c-hero-content {
    margin-top: 113px;
  }

  .hero-section {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
  }

  .l-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .l-section.l-section--hero {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-attachment: scroll;
  }

  .image-4.last {
    display: block;
  }

  .image-8 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .flexbox.beruns {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .ber-uns-image {
    margin-top: 40px;
  }

  .display__kunden {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .img-container__kunden {
    width: 72px;
    height: 72px;
  }

  .unsere-kunden-section {
    padding-right: 60px;
    padding-left: 60px;
  }

  .container-kunden {
    width: 200px;
  }

  .icon-96 {
    width: 72px;
    height: 72px;
  }

  .kontakt-section {
    padding-right: 60px;
    padding-left: 60px;
  }

  .footer-section {
    padding-right: 60px;
    padding-left: 60px;
  }

  .footer-column {
    min-width: 100px;
  }

  .div-block {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .image-11 {
    display: block;
  }

  .image-9 {
    display: block;
    margin-top: 17px;
  }

  .gohst-button {
    display: block;
    width: 70vw;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
  }

  .hero {
    padding-right: 10px;
    padding-left: 10px;
  }

  .right {
    display: block;
  }

  .c-hero-content__paragraph {
    display: block;
    overflow: hidden;
    font-size: 14px;
    text-align: center;
  }

  .c-nav-logo__image {
    display: none;
    padding-top: 0px;
  }

  .button {
    display: block;
    margin-top: 10vh;
  }

  .c-hero-content__heading {
    overflow: visible;
    font-size: 36px;
    line-height: 42px;
    text-align: center;
  }

  .image-10 {
    display: none;
    overflow: visible;
  }

  .c-hero-content {
    margin-top: 25vh;
  }

  .lesitungen-section {
    padding-right: 10px;
    padding-left: 10px;
  }

  .icon-container-leistungen {
    width: 96px;
    height: 96px;
    margin-right: auto;
    margin-left: auto;
  }

  .image-3 {
    margin-right: auto;
    margin-left: auto;
  }

  .display-hersteller {
    padding-top: 20px;
  }

  .ber-uns-section {
    padding-right: 10px;
    padding-left: 10px;
  }

  .describtion__kunden {
    font-size: 14px;
    font-weight: 400;
  }

  .unsere-kunden-section {
    padding-right: 10px;
    padding-left: 10px;
  }

  .kontakt-section {
    padding-right: 10px;
    padding-left: 10px;
  }

  .footer-column {
    min-width: 150px;
    margin-top: 30px;
  }

  .footer-column.text {
    height: 0px;
  }

  .footer-column.first {
    height: 100px;
  }

  .html-embed {
    text-align: center;
  }
}

