body {
  min-height: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 19px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 500;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
}

h3 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: 'Titillium Web', sans-serif;
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  text-align: left;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Titillium Web', sans-serif;
  font-size: 17px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

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

p {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: 'Open Sans', sans-serif;
}

.button {
  display: inline-block;
  margin-right: 14px;
  padding: 13px 23px;
  border-radius: 3px;
  background-color: #489fd9;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px 0px;
  -webkit-transition: background-color 300ms ease, box-shadow 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, box-shadow 300ms ease, color 300ms ease;
  font-family: 'Titillium Web', sans-serif;
  color: white;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: #397ca8;
}

.button.hollow {
  background-color: transparent;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px 0px, black 0px 0px 0px 2px inset;
  color: black;
  text-shadow: none;
}

.button.hollow:hover {
  background-color: #489fd9;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px 0px, #489fd9 0px 0px 0px 2px inset;
  color: white;
  text-shadow: none;
}

.button.in-pricing {
  display: block;
  margin-top: 19px;
  margin-right: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.button.white-button {
  border: 2px solid white;
  border-radius: 6px;
  background-color: transparent;
  box-shadow: none;
}

.button.download-button {
  display: block;
  width: 100px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #4dbd90;
  font-size: 14px;
  line-height: 20px;
}

.button.download-button:hover {
  background-color: rgba(77, 189, 144, 0.8);
}

.logo-text {
  margin-top: 24px;
  font-family: 'Roboto Slab', sans-serif;
  color: #1c1c1c;
  font-size: 27px;
  font-weight: 500;
}

.logo-text.footer {
  margin-top: 0px;
  margin-bottom: 19px;
  font-family: 'Titillium Web', sans-serif;
  color: #e6eaed;
}

.navigation {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 1px 0px 0px;
  font-family: Roboto, sans-serif;
}

.nav-link {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0px 17px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-family: 'Titillium Web', sans-serif;
  line-height: 48px;
  font-weight: 100;
}

.nav-link:hover {
  color: #0a4a9b;
}

.nav-link.w--current {
  color: #489fd9;
}

.nav-link.top-menu-link {
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 0px 6px;
  float: right;
  font-size: 12px;
  line-height: 20px;
}

.nav-link.nav-link-last {
  padding-right: 0px;
}

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

.section.blue {
  background-color: #e3f3fc;
}

.section.main {
  margin-top: 100px;
  background-color: #489fd9;
  background-image: url('../images/bg.jpeg');
  background-size: cover;
  color: white;
  text-shadow: rgba(0, 0, 0, 0.2) 0px 1px 0px;
}

.section.grey {
  background-color: #f0f0f0;
}

.section.image {
  background-image: url('../images/town.jpg');
  background-position: 50% 50%;
  background-size: cover;
  color: white;
}

.section.footer {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-top: 100px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: whitesmoke;
  color: #e4e8eb;
  font-size: 12px;
}

.section.footer.copyright {
  padding-top: 19px;
  padding-bottom: 19px;
  background-color: #489fd9;
  color: #939596;
  font-size: 14px;
}

.section.purple {
  background-color: #dde7ed;
}

.section.clients {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #a1bfd4;
}

.section.press {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #489fd9;
}

.section.cta {
  margin-bottom: 30px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #489fd9;
}

.slider {
  display: none;
  height: 360px;
  background-color: #303030;
}

.slide {
  padding-top: 64px;
  padding-bottom: 64px;
}

.slide._1 {
  background-color: #00ad6e;
}

.slide._2 {
  background-color: #00bdd6;
}

.slide._3 {
  background-color: #ccbe00;
}

.main-subtitle {
  display: block;
  margin-bottom: 26px;
  font-family: 'Titillium Web', sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  text-shadow: none;
}

.footer-slogan {
  margin-bottom: 11px;
  color: #939596;
}

.social-icon {
  margin-right: 11px;
  opacity: 0.41;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.social-icon:hover {
  opacity: 1;
}

.footer-title {
  margin-top: 0px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

.page-link {
  border-bottom: 1px solid transparent;
  -webkit-transition: color 300ms ease, border 300ms ease;
  transition: color 300ms ease, border 300ms ease;
  color: #489fd9;
  text-decoration: none;
}

.page-link:hover {
  border-bottom-color: #489fd9;
}

.page-link.in-footer {
  display: block;
  color: #939596;
}

.page-link.in-footer:hover {
  border-bottom-color: transparent;
  color: #d2d7d9;
}

.page-link.white {
  border-bottom-color: rgba(255, 255, 255, 0.49);
  color: white;
}

.page-link.white:hover {
  border-bottom-color: white;
}

.newsletter-field {
  width: 60%;
  height: 40px;
  float: left;
  border: 1px solid transparent;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  background-color: #e8e8e8;
}

.newsletter-field:focus {
  border-width: 1px;
  border-color: #09f;
  box-shadow: #489fd9 0px 0px 6px 0px;
}

.newsletter-button {
  width: 40%;
  height: 40px;
  padding-top: 9px;
  padding-bottom: 9px;
  float: left;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  background-color: #489fd9;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: white;
}

.newsletter-button:hover {
  background-color: #489fd9;
  color: white;
}

.form-wrapper {
  margin-top: 25px;
}

.newsletter-form {
  width: 70%;
}

.brand-link {
  text-decoration: none;
}

.success-message {
  background-color: #5f6166;
}

.main-heading {
  margin-bottom: 15px;
  font-family: 'Titillium Web', sans-serif;
  color: #1b6a9e;
  font-size: 33px;
  line-height: 44px;
  font-weight: 600;
  text-shadow: none;
}

.section-subtitle {
  margin-bottom: 45px;
  font-family: 'Titillium Web', sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  text-align: center;
}

.bold-text {
  font-weight: 400;
}

.plan-wrapper {
  min-height: 300px;
  padding: 17px;
  border-radius: 3px;
  background-color: white;
  color: #2b2b2b;
}

.price-point {
  margin-bottom: 8px;
  font-size: 14px;
}

.price-accent {
  color: #489fd9;
  font-size: 20px;
  letter-spacing: 0px;
}

.addl-feature {
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 18px;
}

.addl-feature.inactive {
  color: #c7c5c5;
  text-decoration: line-through;
}

.divider {
  width: 50%;
  height: 1px;
  margin-top: 13px;
  margin-bottom: 12px;
  background-color: #dbdbdb;
}

.additional-contact {
  margin-top: 21px;
  text-align: center;
}

.feature {
  text-align: left;
}

.feature.centered {
  text-align: center;
}

.feature-row {
  margin-top: 25px;
  margin-bottom: 25px;
}

.testimonial-slider {
  height: auto;
  margin-top: 45px;
  background-color: transparent;
}

.testimony-slide {
  padding-top: 0px;
  padding-right: 10%;
  padding-left: 10%;
  text-align: center;
}

.testimony-text {
  display: block;
  width: 75%;
  margin-right: auto;
  margin-bottom: 21px;
  margin-left: auto;
  font-family: 'Titillium Web', sans-serif;
  font-size: 21px;
  line-height: 31px;
  font-weight: 300;
}

.slide-nav {
  display: none;
  font-size: 10px;
}

.person {
  width: 70px;
  margin-bottom: 13px;
  border-radius: 100%;
}

.name {
  font-weight: 700;
}

.slider-arrow {
  width: 50px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #bdbdbd;
  font-size: 32px;
}

.slider-arrow:hover {
  color: black;
}

.feature-icon {
  display: block;
  width: 25%;
  margin-right: auto;
  margin-bottom: 12px;
  margin-left: auto;
  float: none;
  text-align: center;
}

.main-feature-group {
  margin-top: 30px;
}

.center-contents {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.center-contents.small-button {
  width: 200px;
  font-size: 14px;
}

.small-features-row {
  margin-top: 25px;
  color: white;
  text-align: center;
}

.main-image {
  display: block;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

.client-logo {
  width: 16.6%;
}

.press-logo {
  width: 16%;
  margin-right: 2%;
  margin-left: 2%;
  opacity: 0.94;
}

.small-text {
  color: rgba(255, 255, 255, 0.29);
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.small-text.small-heading {
  margin-bottom: 25px;
  color: white;
  font-size: 18px;
  line-height: 30px;
}

.first-section {
  min-height: 90%;
  margin-top: 150px;
}

.faq-textcontainer {
  margin-bottom: 100px;
}

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

.faq-heading {
  margin-bottom: 10px;
  color: #0a4a9b;
  font-size: 17px;
  line-height: 21px;
  font-weight: 400;
}

.faq-text {
  margin-bottom: 15px;
}

.form-container {
  margin-top: 50px;
  margin-bottom: 50px;
}

.left-text {
  text-align: left;
  text-transform: none;
}

.left-text.blue-text {
  color: #489fd9;
}

.left-text.dark-blue-text {
  color: #0a4a9b;
}

.no-margin-top {
  margin-top: -6px;
}

.presentation-slider {
  display: block;
  width: 900px;
  height: 540px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.presentation-slider-nav {
  left: 0px;
  bottom: -45px;
}

.blue-arrow-slider {
  color: #489fd9;
}

.presentation-slider-image {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.google-map {
  height: 450px;
  margin-bottom: -100px;
}

.homepage-slider {
  background-color: transparent;
}

.footer-text {
  color: #333;
}

.small-feature-image {
  display: block;
  width: 35%;
  margin-right: auto;
  margin-left: auto;
}

.cta-heading {
  color: white;
  text-align: center;
}

.cta-text {
  display: block;
  width: 50%;
  margin: 15px auto 30px;
  color: white;
}

.cta-container {
  text-align: center;
}

.cta-button-row {
  margin-top: 25px;
  margin-bottom: 25px;
}

.heading-margin-top {
  margin-top: 50px;
}

.horizontal-line {
  display: block;
  width: 75%;
  margin-right: auto;
  margin-left: auto;
  border-bottom-style: solid;
  border-bottom-color: #489fd9;
}

.white-text {
  color: white;
}

.product-image {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.produktvarianten {
  margin-bottom: 50px;
}

.halterungbild {
  display: block;
  margin: 19px auto 20px;
}

.blue-background {
  background-color: #489fd9;
}

.kontaktinformationen {
  text-align: right;
}

.puffer {
  height: 20vh;
}

.blue-text {
  color: #0a4a9b;
  font-size: 30px;
  line-height: 35px;
}

.subheading {
  margin-bottom: 20px;
  color: #0a4a9b;
  font-weight: 600;
}

.dark-text {
  color: #333;
  text-decoration: none;
}

.slider-nav {
  color: #489fd9;
}

.hidden {
  display: none;
}

.accordion-item {
  overflow-x: hidden;
  overflow-y: hidden;
}

.faq-literatur-container {
  padding-left: 20px;
}

.faq-container {
  margin-top: 20px;
}

.text-link {
  color: #333;
  font-weight: 600;
  text-decoration: none;
}

.footer-links {
  color: #333;
  text-align: right;
}

.message-form-field {
  text-align: center;
}

.message-form-field-background {
  background-color: rgba(72, 159, 217, 0.52);
  color: white;
}

.produktinfotext {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 10px;
  line-height: 19px;
  text-align: center;
}

.produktinfotext.large {
  font-size: 11px;
  font-weight: 600;
}

.top-menu {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1;
  height: 25px;
  margin-top: 5px;
}

.language-flag {
  width: 25px;
  margin-right: 5px;
  margin-left: 5px;
  float: right;
}

html.w-mod-js *[data-ix="fade-in-on-load"] {
  opacity: 0;
  -webkit-transform: scale(0.9500000000000001);
  -ms-transform: scale(0.9500000000000001);
  transform: scale(0.9500000000000001);
}

html.w-mod-js *[data-ix="fade-in-from-left-on-load"] {
  opacity: 0;
  -webkit-transform: translate(-24px, 0px);
  -ms-transform: translate(-24px, 0px);
  transform: translate(-24px, 0px);
}

html.w-mod-js *[data-ix="fade-in-from-right-on-load"] {
  opacity: 0;
  -webkit-transform: translate(25px, 0px);
  -ms-transform: translate(25px, 0px);
  transform: translate(25px, 0px);
}

html.w-mod-js *[data-ix="fade-in-on-scroll"] {
  opacity: 0;
  -webkit-transform: translate(0px, 24px);
  -ms-transform: translate(0px, 24px);
  transform: translate(0px, 24px);
}

@media (max-width: 991px) {
  .button.in-pricing {
    font-size: 14px;
    line-height: 18px;
  }
  .nav-link {
    padding: 18px 0px;
    color: #333;
    font-size: 15px;
    line-height: 25px;
  }
  .nav-link:hover {
    box-shadow: transparent 0px 3px 0px 0px inset;
  }
  .nav-link.w--current {
    box-shadow: transparent 0px 1px 0px 0px inset;
  }
  .nav-link.menu {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 35px 17px;
    color: black;
    font-size: 30px;
  }
  .nav-link.menu.w--open {
    background-color: white;
    color: #333;
  }
  .main-subtitle {
    font-size: 14px;
    line-height: 19px;
    text-shadow: none;
  }
  .nav-menu {
    padding-top: 13px;
    padding-bottom: 13px;
    background-color: rgba(255, 255, 255, 0.96);
  }
  .main-heading {
    font-size: 30px;
    text-shadow: none;
  }
  .main-feature-group {
    margin-top: 0px;
  }
  .main-image {
    margin-top: 49px;
  }
  .homepage-slider {
    margin-top: 0px;
    padding-right: 75px;
    padding-left: 75px;
  }
  .top-menu {
    display: none;
  }
}

@media (max-width: 767px) {
  h3 {
    margin-bottom: 8px;
  }
  .logo-text {
    margin-top: 15px;
  }
  .nav-link.menu {
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .section {
    padding-top: 43px;
    padding-bottom: 43px;
    text-align: center;
  }
  .section.main {
    margin-top: 51px;
  }
  .nav-menu {
    padding-right: 12px;
    padding-left: 12px;
  }
  .footer-title {
    margin-top: 35px;
  }
  .newsletter-form {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .section-subtitle {
    margin-bottom: 44px;
  }
  .plan-wrapper {
    margin-right: 5%;
    margin-bottom: 34px;
    margin-left: 5%;
  }
  .divider {
    width: 100%;
  }
  .feature {
    margin-bottom: 32px;
    text-align: center;
  }
  .feature-icon {
    margin-bottom: 4px;
  }
  .main-feature-group {
    margin-top: 0px;
    margin-bottom: 34px;
  }
}

@media (max-width: 479px) {
  body {
    text-align: center;
  }
  h2 {
    font-size: 23px;
  }
  h3 {
    font-size: 17px;
    text-align: center;
  }
  p {
    font-size: 13px;
  }
  .button.white-button {
    min-width: 80%;
    margin-bottom: 15px;
    box-shadow: none;
  }
  .nav-link.menu {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .nav-link.menu.w--open {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .main-subtitle {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 18px;
    text-shadow: none;
  }
  .main-heading {
    font-size: 25px;
    line-height: 32px;
    text-shadow: none;
  }
  .section-subtitle {
    font-size: 15px;
  }
  .testimony-text {
    font-size: 16px;
  }
  .client-logo {
    width: 33.33%;
  }
  .press-logo {
    width: 28%;
  }
  .first-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .first-section.presentation-container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .faq-text {
    position: static;
    float: none;
  }
  .left-text {
    text-align: center;
  }
  .homepage-slider {
    margin-top: 30px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .slider-nav {
    display: none;
  }
  .faq-literatur-container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .liste {
    text-align: left;
  }
  .checkbox-field {
    padding-left: 0px;
  }
  .halterungen-wrapper {
    margin-top: 40px;
  }
}

