body {
  font-family: 'Montserrat v25 latin', sans-serif;
  color: #060a77;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
}

h1 {
  position: relative;
  z-index: 10;
  color: #060a77;
  font-size: 35px;
  line-height: 45px;
  text-align: center;
}

h2 {
  font-family: 'Montserrat v25 latin 700', sans-serif;
  color: #ffd529;
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Montserrat v25 latin 700', sans-serif;
  color: #060a77;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

h4 {
  margin-top: 30px;
  margin-bottom: 10px;
  color: #060a77;
  font-size: 35px;
  line-height: 45px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 30px;
  color: #00a9fd;
  font-size: 20px;
  line-height: 28px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

a {
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #00a9fd;
  text-decoration: none;
}

a:hover {
  color: #ffd529;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
  line-height: 26px;
  text-align: left;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  color: #666;
  font-size: 20px;
  line-height: 22px;
  font-style: italic;
}

.hero-section {
  position: relative;
  padding-top: 190px;
  padding-bottom: 0px;
}

.nav {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  padding-top: 20px;
  padding-bottom: 10px;
  background-color: transparent;
}

.nav-link {
  opacity: 0.6;
  -webkit-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
  color: #fff;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.nav-link:hover {
  opacity: 1;
  color: #fff;
}

.nav-link.w--current {
  opacity: 1;
  color: #fff;
}

.nav-link.contact {
  margin-top: 9px;
  margin-left: 30px;
  padding: 10px;
  border-radius: 2px;
  background-color: hsla(0, 0%, 100%, 0.3);
  font-size: 12px;
  line-height: 18px;
}

.section {
  padding: 60px 20px;
  background-color: rgba(255, 246, 235, 0.5);
}

.section.sec-top {
  padding-top: 240px;
  background-color: rgba(255, 246, 235, 0.7);
}

.section.sec-slider {
  padding: 30px 0px;
}

.footer-section {
  padding-top: 23px;
  padding-bottom: 10px;
}

.nav-menu {
  position: static;
}

.contact-overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 0;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  text-align: center;
}

.close-link {
  display: block;
  margin-bottom: 20px;
  opacity: 0.5;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}

.close-link:hover {
  opacity: 1;
  color: #fff;
}

.form-wrapper {
  display: block;
  width: 50%;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
}

.contact-heading {
  color: #fff;
  font-size: 30px;
  line-height: 32px;
}

.small-divider {
  display: block;
  width: 80px;
  height: 2px;
  margin: 10px auto;
  background-color: #fff;
  opacity: 0.2;
}

.contact-text {
  margin-bottom: 20px;
  opacity: 0.7;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
}

.cta-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #3bc984;
  text-align: center;
}

.cta-heading {
  margin-bottom: 18px;
  color: #fff;
  font-size: 34px;
  line-height: 40px;
  font-weight: 700;
}

.button {
  margin: 10px 5px;
  padding: 10px 20px;
  border-radius: 20px;
  background-color: #00a9fd;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}

.button:hover {
  background-color: #060a77;
  color: #fff;
}

.blog-image {
  position: relative;
  height: 100%;
  margin-bottom: 10px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.brand {
  position: static;
  width: 250px;
}

.logo-link.logo-klein {
  width: 200px;
  margin-bottom: 20px;
}

.sec-navi {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 190px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  text-align: center;
}

.navi {
  position: static;
  margin-right: auto;
  margin-left: auto;
  float: none;
  color: #fff;
}

.link-navi {
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: 'Montserrat v25 latin 700', sans-serif;
  color: #00a9fd;
  font-weight: 400;
}

.link-navi:hover {
  color: #060a77;
}

.link-navi.w--current {
  border-bottom-style: solid;
  border-bottom-color: #fff;
  color: #060a77;
}

.link-navi.link-wahl {
  color: #060a77;
}

.div-bild {
  margin-right: auto;
  margin-left: auto;
  padding: 15px;
  border-style: solid;
  border-width: 2px;
  border-color: #ffe5c6;
  background-color: #fff;
  text-align: center;
}

.div-bild.bild-kleiner {
  width: 600px;
}

.div-abstand {
  height: 60px;
}

.nav-sub {
  background-color: #00a9fd;
}

.link-footer {
  color: #ffd529;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.para-gross {
  font-size: 16px;
  line-height: 26px;
}

.h2-links {
  margin-top: 50px;
  text-align: left;
}

.para-impressum {
  margin-top: 40px;
  text-align: right;
}

.slide {
  background-image: url('../images/BilderSlieder1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image {
  width: 130px;
}

.slider {
  height: auto;
  background-color: transparent;
}

.section-2 {
  background-color: #fff;
}

.slide-2 {
  background-image: url('../images/BilderSlieder2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-3 {
  background-image: url('../images/BilderSlieder4a.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-4 {
  background-image: url('../images/BilderSlieder6.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-5 {
  background-image: url('../images/BilderSlieder3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-6 {
  background-image: url('../images/BilderSlieder5.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.bu {
  margin-top: 20px;
  margin-bottom: 0px;
  color: #060a77;
}

.dropdown {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #fff;
  color: #00a9fd;
}

.dropdown:hover {
  color: #060a77;
}

.col-bilder {
  text-align: center;
}

.para-schmaler {
  width: 300px;
  margin-right: auto;
  margin-left: auto;
}

.img-slider {
  height: 600px;
  padding: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #ffd529;
  background-color: #fff;
}

.div-center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.right-arrow {
  color: #00a9fd;
}

.left-arrow {
  color: #00a9fd;
}

.slide-nav {
  display: none;
}

.hiinweis {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #060a77;
  color: #060a77;
}

html.w-mod-js *[data-ix="tile-1"] {
  opacity: 0;
  -webkit-transform: scale(0.96, 0.96);
  -ms-transform: scale(0.96, 0.96);
  transform: scale(0.96, 0.96);
}

html.w-mod-js *[data-ix="tile-2"] {
  opacity: 0;
  -webkit-transform: scale(0.96, 0.96);
  -ms-transform: scale(0.96, 0.96);
  transform: scale(0.96, 0.96);
}

html.w-mod-js *[data-ix="tile-3"] {
  opacity: 0;
  -webkit-transform: scale(0.96, 0.96);
  -ms-transform: scale(0.96, 0.96);
  transform: scale(0.96, 0.96);
}

html.w-mod-js *[data-ix="tile-4"] {
  opacity: 0;
  -webkit-transform: scale(0.96, 0.96);
  -ms-transform: scale(0.96, 0.96);
  transform: scale(0.96, 0.96);
}

html.w-mod-js *[data-ix="hero-text"] {
  opacity: 0;
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 30px;
    line-height: 38px;
  }

  h3 {
    font-size: 16px;
    line-height: 22px;
  }

  .hero-section {
    padding-top: 88px;
  }

  .nav {
    padding-top: 10px;
  }

  .nav-link.contact {
    margin-bottom: 11px;
    background-color: hsla(0, 0%, 100%, 0);
  }

  .menu-button {
    color: #fff;
  }

  .menu-button.w--open {
    background-color: #55acee;
  }

  .nav-menu {
    background-color: #242424;
  }

  .contact-overlay {
    display: none;
    opacity: 0;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  .form-wrapper {
    width: 70%;
  }

  .link-navi {
    margin-right: 5px;
    margin-left: 5px;
  }

  .div-bild.bild-kleiner {
    width: auto;
  }

  .img-slider {
    height: 400px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 25px;
    line-height: 35px;
  }

  h2 {
    font-size: 20px;
    line-height: 26px;
  }

  h4 {
    font-size: 25px;
    line-height: 35px;
  }

  .hero-section {
    padding-top: 120px;
  }

  .nav-link.contact {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 20px;
  }

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

  .section.sec-top {
    padding-top: 140px;
  }

  .form-wrapper {
    width: 80%;
  }

  .logo-link {
    width: 200px;
  }

  .sec-navi {
    height: 130px;
  }

  .navi {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin-top: 120px;
    padding-top: 0px;
    background-color: #00a9fd;
  }

  .link-navi {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #00a9fd;
    color: #fff;
    text-align: left;
  }

  .div-bild {
    padding: 10px;
  }

  .icon {
    color: #fff;
  }

  .menu-button-3 {
    padding: 10px;
    background-color: #00a9fd;
    color: #fff;
  }

  .menu-button-3.w--open {
    background-color: #060a77;
  }

  .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .col-bilder {
    padding-right: 0px;
    padding-left: 0px;
  }

  .para-schmaler {
    width: auto;
  }

  .img-slider {
    height: 300px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 24px;
    line-height: 32px;
  }

  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .close-link:hover {
    color: #fff;
  }

  .form-wrapper {
    width: 90%;
  }

  .cta-heading {
    font-size: 28px;
  }

  .link-navi {
    margin-right: 20px;
    margin-left: 20px;
  }

  .img-slider {
    height: 200px;
  }
}

@font-face {
  font-family: 'Montserrat v25 latin 900';
  src: url('../fonts/montserrat-v25-latin-900.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat v25 latin 100';
  src: url('../fonts/montserrat-v25-latin-100.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat v25 latin 300';
  src: url('../fonts/montserrat-v25-latin-300.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat v25 latin 700';
  src: url('../fonts/montserrat-v25-latin-700.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat v25 latin';
  src: url('../fonts/montserrat-v25-latin-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}