body {
  font-family: Roboto, sans-serif;
  color: #6c7e92;
  font-size: 15px;
  line-height: 24px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #385b83;
  font-size: 50px;
  line-height: 56px;
  font-weight: 300;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #385b83;
  font-size: 36px;
  line-height: 1.2em;
  font-weight: 300;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #385b83;
  font-size: 26px;
  line-height: 1.3em;
  font-weight: 300;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #385b83;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #385b83;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #385b83;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
}

p {
  margin-bottom: 10px;
  color: #6c7e92;
  font-weight: 300;
}

a {
  color: #0073e6;
  text-decoration: none;
}

ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 18px;
  font-weight: 300;
}

blockquote {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px 20px;
  border-left: 3px solid #6c7e92;
  font-size: 18px;
  line-height: 27px;
  font-weight: 300;
}

.navbar {
  background-color: hsla(0, 0%, 100%, .63);
  line-height: 70px;
}

.navbar-link {
  display: block;
  overflow: visible;
  margin-right: 5px;
  margin-left: 5px;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #385b83;
  font-size: 17px;
}

.navbar-link:hover {
  color: #0073e6;
}

.navbar-link.w--current {
  color: #0073e6;
}

.navbar-link.dropdown {
  padding-bottom: 0px;
}

.header {
  position: relative;
  z-index: 10;
  display: block;
  box-shadow: none;
}

.meta {
  border-bottom: 1px solid rgba(0, 0, 0, .09);
  background-color: #fff;
}

.meta-list {
  margin: 0px -10px;
  float: left;
  font-size: 13px;
  line-height: 35px;
}

.meta-list.right {
  float: right;
  text-align: right;
}

.meta-list-item {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  font-weight: 300;
}

.logo {
  position: absolute;
  display: block;
  width: 220px;
  line-height: 110px;
}

.logo-bildmarke {
  margin-top: 31px;
  margin-bottom: 14px;
  float: left;
}

.logo-titel {
  display: inline-block;
  width: 150px;
  margin-left: 15px;
  float: left;
  color: #385b83;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.5px;
}

.feature {
  height: auto;
}

.feature._1 {
  position: static;
  top: 0px;
  bottom: 0px;
  display: block;
  height: 60vh;
  min-height: 400px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, #21bfef, #21bfef);
  background-image: linear-gradient(180deg, #21bfef, #21bfef);
}

.feature.hide {
  display: none;
}

.button {
  padding: 12px 25px;
  border: 1px none #737980;
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .16);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #0073e6;
  font-size: 15px;
  line-height: 16px;
  font-weight: 500;
}

.button:hover {
  background-color: #0073e6;
  color: #fff;
}

.button.button-navbar {
  margin-top: 27px;
  margin-bottom: 27px;
  margin-left: 10px;
}

.button.button-color {
  background-color: #0073e6;
  box-shadow: none;
  color: #fff;
}

.button.button-color.button-navbar {
  margin-top: 34px;
  float: right;
  background-color: #21bfef;
  box-shadow: none;
  font-size: 15px;
}

.button.iconbox {
  margin-top: 5px;
}

.button.margin-top {
  position: static;
  left: 0px;
  bottom: 0px;
  margin-top: 10px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.button.form-map-close-button {
  position: absolute;
  left: 0px;
  top: 40px;
  right: 0px;
  z-index: 500;
  display: block;
  max-width: 140px;
  margin-right: auto;
  margin-left: auto;
  background-color: #385b83;
  -webkit-transform: translate(0px, -130px);
  -ms-transform: translate(0px, -130px);
  transform: translate(0px, -130px);
  color: #fff;
}

.button.form-map-close-button:hover {
  background-color: #0073e6;
}

.feature-informations {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  box-shadow: none;
}

.feature-informations.slideshow {
  position: absolute;
  z-index: 10;
  overflow: hidden;
  text-align: left;
}

.feature-informations-column {
  display: inline-block;
  width: 33.3%;
  padding: 35px 45px;
  float: left;
  color: #fff;
}

.feature-informations-column._1 {
  background-color: rgba(0, 115, 230, .93);
}

.feature-informations-column._2 {
  background-color: rgba(0, 100, 201, .95);
}

.feature-informations-column._3 {
  background-color: rgba(0, 87, 173, .95);
}

.feature-informations-headline {
  margin-top: 0px;
  font-size: 21px;
  font-weight: 400;
}

.feature-title {
  position: relative;
  margin-bottom: 150px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
}

.feature-headline {
  margin-bottom: 30px;
  padding-top: 0px;
  color: #fff;
  font-size: 44px;
  line-height: 52px;
  text-align: left;
}

.slide-1 {
  padding-bottom: 240px;
  background-image: url('../images/HR08-01-1200-870.png');
  background-position: 50% 50%;
  background-size: 600px;
  background-repeat: repeat-y;
}

.slide-1._1 {
  background-image: url('../images/1M10-01-Main-Slide.png');
  background-position: 0px 0px;
  background-size: contain;
}

.slide-1._2 {
  border-style: none;
  background-image: url('../images/Front-Stack.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slideshow-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  background-image: -webkit-linear-gradient(270deg, hsla(34, 16%, 74%, .63), hsla(34, 16%, 74%, .63));
  background-image: linear-gradient(180deg, hsla(34, 16%, 74%, .63), hsla(34, 16%, 74%, .63));
}

.opening-hours-line {
  border-bottom: 1px solid rgba(108, 126, 146, .19);
  line-height: 34px;
}

.opening-hours-line.first {
  margin-top: -5px;
}

.opening-hours-left {
  display: inline-block;
  float: left;
  font-weight: 300;
}

.opening-hours-right {
  display: inline-block;
  float: right;
  opacity: 0.68;
}

.opening-hours-right.closed {
  opacity: 0.38;
}

.section {
  margin-top: 84px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.b-b {
  margin-top: 0px;
  border-bottom: 1px solid rgba(213, 220, 228, .64);
}

.section.b-b.informations {
  padding-top: 60px;
  padding-bottom: 60px;
  color: #6c7e92;
}

.section.bg-grey {
  background-color: #f9f8f7;
}

.section.bg-grey.no-padding.section-line {
  min-height: 520px;
  color: #03f;
}

.section.page-title {
  padding-top: 60px;
  padding-bottom: 120px;
  background-color: #21bfef;
}

.section.no-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.bg-color {
  position: relative;
  background-color: #21bfef;
}

.section.section-line {
  min-height: 600px;
}

.page-wrapper {
  display: block;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  box-shadow: none;
}

.page-wrapper.page-boxed {
  max-width: 1480px;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, .05);
}

.headline-section {
  display: inline-block;
  margin-top: 10px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 3px none #0073e6;
  font-size: 32px;
}

.navbar-link-dropdown {
  padding-right: 22px;
  padding-left: 0px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #385b83;
}

.navbar-link-dropdown:hover {
  color: #0073e6;
}

.dropdown-arrow {
  margin-right: 0px;
  padding-left: 3px;
}

.iconbox-container {
  display: block;
  margin-right: 10px;
  margin-left: 10px;
  text-align: left;
}

.iconbox-icon {
  margin-bottom: 10px;
}

.iconbox-icon-text {
  display: inline-block;
  margin-right: 10px;
  font-family: 'Linea basic 10', sans-serif;
  color: #0073e6;
  font-size: 24px;
  line-height: 26px;
  font-weight: 400;
}

.iconbox-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.iconbox-text-headline {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 20px;
}

.dropdown-wrapper {
  display: none;
  width: 180px;
  margin-top: -18px;
  margin-left: -10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, .14);
}

.dropdown-item {
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 0px;
  padding-left: 0px;
  border-bottom: 1px solid rgba(87, 92, 99, .14);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #385b83;
  font-size: 15px;
  line-height: 16px;
  font-weight: 400;
}

.dropdown-item:hover {
  padding-left: 5px;
  color: #0073e6;
}

.dropdown-item.w--current {
  color: #0073e6;
}

.dropdown-item.w--current:hover {
  color: #0073e6;
}

.dropdown-item.last {
  border-bottom-style: none;
}

.text-muted {
  opacity: 0.63;
  font-size: 14px;
}

.text-muted.footer-contact {
  margin-top: 20px;
  color: #0073e6;
}

.teaser-wrapper {
  overflow: hidden;
  width: 100%;
  margin-bottom: 20px;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #6c7e92;
  font-weight: 300;
}

.teaser-wrapper:hover {
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, .1);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.teaser-wrapper.color {
  color: #fff;
}

.teaser-image-wrapper {
  position: relative;
  height: 240px;
  background-image: url('../images/Placeholder.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.teaser-image-wrapper._1 {
  padding-bottom: 0px;
  background-image: url('../images/Switch-Quad-Large.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.teaser-image-wrapper._2 {
  background-image: none;
}

.teaser-image-wrapper._3 {
  background-image: url('../images/Placeholder.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.teaser-content-wrapper {
  display: block;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: left;
}

.teaser-content-wrapper.leistung {
  display: block;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -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;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.teaser-content-wrapper.color {
  background-color: #21bfef;
}

.teaser-headline {
  margin-top: 0px;
  color: #0073e6;
}

.teaser-headline.color {
  color: #fff;
}

.teaser-subline {
  opacity: 0.6;
}

.section-headline-wrapper {
  position: relative;
  margin-top: 0px;
  margin-bottom: 60px;
  text-align: center;
}

.section-headline-wrapper.margin-top {
  margin-top: 70px;
}

.section-headline-line {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  width: 100%;
  height: 1px;
  background-color: rgba(213, 220, 228, .74);
}

.section-headline {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #f9f8f7;
}

.section-headline.bg-grey {
  background-color: #f9f8f7;
}

.button-more-wrapper {
  margin-top: 40px;
  text-align: center;
}

.link-list-wrapper {
  -webkit-column-count: 2;
  column-count: 2;
}

.footer-page-title {
  margin-top: 0px;
  font-weight: 400;
}

.link-list-item {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #6c7e92;
  line-height: 25px;
}

.link-list-item:hover {
  color: #0073e6;
}

.link-list-item.w--current {
  overflow: scroll;
}

.footer-column-headline {
  margin-top: 0px;
}

.footer-column-headline.logo-footer {
  font-weight: 400;
  letter-spacing: -0.5px;
}

.subpage-image-container {
  margin-top: -140px;
  margin-bottom: 40px;
}

.subpage-image {
  display: block;
  height: 500px;
  background-image: url('../images/Placeholder.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.subpage-image._1 {
  background-image: url('../images/Kudos-Logo-750.png');
}

.breadcrumb-container {
  margin-bottom: 60px;
  border-bottom: 1px solid rgba(213, 220, 228, .3);
}

.breadcrumb-list {
  color: #88a9cf;
  text-align: left;
}

.breadcrumb-list-item {
  display: inline-block;
}

.breadcrumb-list-item-link {
  display: inline-block;
  float: right;
  opacity: 1;
  color: #f9f8f7;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.breadcrumb-list-item-link.active {
  opacity: 0.7;
  font-weight: 400;
}

.breadcrumb-list-slash {
  display: inline-block;
  padding-right: 7px;
  padding-left: 7px;
  float: left;
  opacity: 0.7;
  color: #fff;
  font-weight: 300;
}

.container {
  display: block;
  max-width: 1120px;
  margin: 0px auto;
  padding-top: 0px;
  padding-right: 40px;
  padding-left: 40px;
}

.container.feature-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.container.page-begin {
  margin-top: -140px;
}

.sidebar-container {
  margin-top: -40px;
  padding-right: 60px;
}

.sidebar-navigation {
  margin-top: 20px;
  float: none;
}

.sidebar-navigation-list-link {
  display: block;
  padding: 0px;
  border-top: 1px solid rgba(213, 220, 228, .64);
  color: rgba(73, 98, 128, .98);
  font-size: 15px;
  line-height: 38px;
  font-weight: 300;
}

.sidebar-navigation-list-link.sub {
  border-top-style: none;
}

.sidebar-navigation-container {
  background-color: transparent;
}

.submenutest {
  position: relative;
  display: block;
  background-color: transparent;
}

.feature-content-wrapper {
  width: 50%;
  padding-right: 80px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.feature-image-container {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
  width: 50%;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.feature-image-container.slideshow {
  z-index: 0;
  height: 100%;
}

.feature-phone-number-wrapper {
  display: inline-block;
  overflow: hidden;
  margin-top: 40px;
  border-radius: 50px;
  background-color: #fff;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .11);
}

.feature-phone-number {
  display: block;
  padding-right: 21px;
  padding-left: 16px;
  float: left;
  border-left: 1px solid hsla(212, 5%, 48%, .24);
  color: #385b83;
  font-size: 17px;
  line-height: 50px;
  font-weight: 400;
}

.feature-phone-number-icon {
  padding-right: 12px;
  padding-left: 17px;
  float: left;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  font-family: 'Linea basic 10', sans-serif;
  color: #0073e6;
  font-size: 27px;
  line-height: 50px;
  font-weight: 400;
}

.section-gallery-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: transparent;
}

.section-gallery-item {
  position: relative;
  overflow: hidden;
  max-width: 25%;
  min-width: 25%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.section-gallery-item:hover {
  z-index: 100;
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, .3);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.section-gallery-item._1 {
  max-width: 25%;
}

.section-gallery-item._2 {
  overflow: hidden;
}

.section-gallery-slide-box {
  position: relative;
  padding-top: 100%;
}

._13 {
  width: 33.3%;
  float: left;
}

.teaser-group-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.iconbox-headline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
}

.iconbox-row {
  margin-right: -20px;
  margin-left: -20px;
}

.feature-anchor {
  position: absolute;
  right: 40px;
  bottom: -25px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: #21bfef;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .19);
  font-family: 'Linea arrows 10', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 51px;
  text-align: center;
}

.text-white {
  color: #fff;
}

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

.feature-award {
  position: absolute;
  top: 0px;
  right: 40px;
  z-index: 100;
}

.section-image-text-wrapper {
  position: relative;
  background-color: #fff;
  color: #6c7e92;
}

.section-image-text-image {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 48%;
}

.section-image-text-image._1 {
  margin-left: 76px;
  background-image: url('../images/HS08-011200-870.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
}

.section-image-text-image._1.product-3 {
  margin-left: 0px;
  background-image: url('../images/1M10-01-1200-870.png');
  background-size: 500px;
}

.section-image-text-image._1.product-1 {
  margin-left: 0px;
  background-size: 500px;
}

.section-image-text-image.right {
  left: auto;
  right: 0px;
}

.section-image-text-image.right._2 {
  margin-right: 0px;
  padding-left: 0px;
  background-image: url('../images/Rear-IO-shot.png');
  background-position: 0px 50%;
  background-size: 700px;
  background-repeat: no-repeat;
  color: #fff;
}

.section-image-text-image.right._2.product-2 {
  bottom: 164px;
  margin-left: 0px;
  padding-left: 0px;
  background-image: url('../images/HR08-01-1200-870.png');
  background-position: 50% 50%;
  background-size: 60%;
}

.section-image-text-image.right._2.product-4 {
  right: 0px;
  padding-right: 0px;
  background-image: url('../images/HS08-011200-870.png');
  background-position: 50% 50%;
  background-size: 80%;
}

.section-image-text-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 640px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 100px 0px;
  -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;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.section-image-text-text.left {
  padding-right: 80px;
  padding-left: 0px;
}

.teaser-team-wrapper {
  margin-right: -10px;
  margin-left: -10px;
}

.teaser-team-wrapper.page-start {
  margin-top: -140px;
}

.teaser-team-name {
  margin-bottom: 0px;
}

.teaser-team-text {
  margin-top: 20px;
}

.teaser-team-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.button-text-wrapper {
  margin-top: 20px;
}

.button-text-wrapper:hover {
  color: #385b83;
}

.button-text {
  float: left;
  font-weight: 500;
}

.button-text-icon {
  padding-left: 5px;
  float: right;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Linea arrows 10', sans-serif;
  font-size: 19px;
  font-weight: 400;
}

.leistungen-row {
  margin-bottom: 50px;
}

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

.form-container {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 75px 90px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 6px 30px 0 rgba(0, 0, 0, .11);
  text-align: center;
}

.form-container.forn-container-split {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.section-form-wrapper {
  position: relative;
  margin-top: -170px;
  margin-right: 60px;
  margin-left: 60px;
}

.section-form-wrapper.full-width {
  margin-top: -160px;
  margin-right: 0px;
  margin-left: 0px;
}

.section-color-text-spacer {
  margin-top: 100px;
  margin-bottom: 100px;
}

.form-container-icon {
  margin-bottom: 40px;
  font-family: 'Linea basic 10', sans-serif;
  color: #0073e6;
  font-size: 47px;
  line-height: 44px;
}

.form-container-icon.text-white {
  color: #6c7e92;
}

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

.input {
  height: 48px;
  padding-right: 0px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: rgba(56, 91, 131, .19);
  border-radius: 2px;
  font-size: 16px;
  font-weight: 300;
}

.input.textarea {
  height: 128px;
  padding-top: 14px;
}

.form-button {
  display: block;
  width: 100%;
  margin-top: 30px;
  padding-top: 14px;
  padding-bottom: 14px;
  border-radius: 50px;
  background-color: #21bfef;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 18px;
  font-weight: 400;
}

.form-button:hover {
  background-color: #385b83;
}

.form-container-headline {
  font-size: 32px;
}

.form-container-headline.text-white {
  color: #6c7e92;
}

.footer-wrapper {
  padding-top: 90px;
  padding-bottom: 90px;
}

.footer-social-media-item {
  width: 37px;
  height: 37px;
  border-radius: 50px;
  background-color: #6c7e92;
  -webkit-transition: background-color 100ms ease;
  transition: background-color 100ms ease;
}

.footer-social-media-item.facebook {
  background-image: url('../images/Facebook.svg');
  background-position: 50% 50%;
  background-size: 8px;
  background-repeat: no-repeat;
}

.footer-social-media-item.facebook:hover {
  background-color: #39579a;
}

.footer-social-media-item.twitter {
  background-image: url('../images/Twitter.svg');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.footer-social-media-item.twitter:hover {
  background-color: #059ff5;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.footer-social-media-item.google {
  background-image: url('../images/Google.svg');
  background-position: 50% 50%;
  background-size: 14px;
  background-repeat: no-repeat;
}

.footer-social-media-item.google:hover {
  background-color: #dd4330;
}

.footer-social-media-iteam-wrapper {
  display: inline-block;
  margin-right: 8px;
}

.news-teaser-wrapper {
  display: block;
  margin-right: -10px;
  margin-left: -10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.news-teaser-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.page-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  display: none;
  background-image: url('../images/Loader.svg');
  background-position: 50% 50%;
  background-size: 54px;
  background-repeat: no-repeat;
  opacity: 0.53;
}

.password-wrapper {
  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;
  background-color: #f9f8f7;
}

.password-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 340px;
  padding: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 6px 32px 0 rgba(0, 0, 0, .1);
  text-align: center;
}

.password-form-wrapper {
  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;
}

.divider {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid rgba(213, 220, 228, .64);
}

.message {
  width: 100%;
  padding: 48px;
  border-radius: 10px;
  background-color: rgba(213, 220, 228, .25);
  font-size: 20px;
  text-align: center;
}

.section-gallery-image {
  position: absolute;
  left: -100px;
  top: 0px;
  right: -100px;
  bottom: 0px;
  display: block;
  overflow: hidden;
  width: auto;
  height: 100%;
  max-height: 100%;
  max-width: none;
  margin: auto;
}

.section-gallery-item-hover-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-image: -webkit-radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, .15), rgba(0, 0, 0, .18));
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, .15), rgba(0, 0, 0, .18));
  opacity: 0;
}

.section-gallery-item-hover-icon {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 50px;
  height: 50px;
  margin: auto;
  border-radius: 100px;
  background-color: #0073e6;
  -webkit-transform: scale(0.7) rotate(90deg);
  -ms-transform: scale(0.7) rotate(90deg);
  transform: scale(0.7) rotate(90deg);
  color: #fff;
  font-size: 20px;
  line-height: 50px;
  font-weight: 300;
  text-align: center;
}

.news-teaser-information-wrapper {
  margin-bottom: 10px;
  font-weight: 400;
}

.news-teaser-information-wrapper.small {
  margin-top: -5px;
  margin-bottom: 5px;
  font-size: 13px;
}

.news-teaser-information-item {
  margin-right: 4px;
  float: left;
}

.teaser-icon-wrapper {
  padding: 30px 20px;
  background-color: #0073e6;
  font-family: 'Linea basic 10', sans-serif;
  color: #fff;
  font-size: 45px;
  line-height: 120px;
  text-align: center;
}

.teaser-icon-wrapper._404 {
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 90px;
}

.teaser-iconbox-wrapper {
  margin-right: -10px;
  margin-left: -10px;
}

.bg-grey {
  background-color: rgba(213, 220, 228, .64);
}

.form-container-contact-information {
  margin-top: 30px;
  padding-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  border-top: 1px none #0073e6;
  border-right: 1px none #0073e6;
  border-left: 1px none #0073e6;
}

.content-row {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
}

.password-icon {
  opacity: 0.1;
}

.password-input-wrapper {
  padding-top: 19px;
  padding-bottom: 0px;
}

.page-not-found-button-wrapper {
  margin-top: 30px;
}

.news-footer-wrapper {
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid rgba(213, 220, 228, .64);
}

.news-footer-autor-image {
  position: relative;
  overflow: hidden;
  width: 100px;
  height: 100px;
  float: left;
  border-radius: 100px;
}

.news-footer-autor-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.news-footer-autor-text {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 23px;
}

.news-footer-autor-headline {
  margin-bottom: 0px;
}

.slideshow-mask {
  position: absolute;
  background-color: #fff;
}

.to-top-anchor {
  position: fixed;
  left: 30px;
  bottom: 30px;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: #0073e6;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .23);
  font-family: 'Linea arrows 10', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
}

.section-image-quote {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 60%;
  padding: 30px 35px;
  background-color: #21bfef;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
}

.body-bg {
  background-color: rgba(213, 220, 228, .64);
}

.license-line {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(213, 220, 228, .64);
  line-height: 100px;
}

.license-line.head {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #385b83;
  font-size: 20px;
  line-height: 20px;
}

.license-right {
  text-align: right;
}

.license-image {
  height: 100px;
}

.form-container-column {
  padding: 75px 90px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.form-container-column.small-column {
  position: relative;
  width: 40%;
  max-width: 38%;
  padding-right: 45px;
  padding-left: 45px;
  background-color: #385b83;
  background-image: -webkit-radial-gradient(circle farthest-corner at 50% 50%, rgba(56, 91, 131, .94), rgba(41, 77, 117, .93));
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(56, 91, 131, .94), rgba(41, 77, 117, .93));
}

.p-large {
  font-size: 18px;
  line-height: 28px;
}

.margin-bottom {
  margin-bottom: 30px;
}

.form-map-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.form-map {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  width: 100%;
  height: 100%;
}

.form-map-information-wrapper {
  position: relative;
  z-index: 500;
  color: #000;
}

.form-map-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 200;
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
  opacity: 1;
}

.contact-information-number {
  display: block;
  margin-bottom: 20px;
  color: #6c7e92;
  font-size: 26px;
  line-height: 40px;
  font-weight: 300;
  letter-spacing: -0.5px;
}

.contact-information-number.underlined {
  display: inline-block;
  border-bottom: 2px solid #f8f8f8;
}

.contact-information-headline {
  margin-top: 40px;
  margin-bottom: 5px;
  color: #6c7e92;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 6px;
  text-transform: uppercase;
}

.row {
  text-align: center;
}

.slide-2 {
  border-style: none;
  background-image: url('../images/stack-rear.jpg');
  background-position: 50% 50%;
  background-size: 500px;
  background-repeat: no-repeat;
}

.slide-3 {
  border-style: none;
  background-image: url('../images/HR08-01-1200-870.png');
  background-position: 50% 4%;
  background-size: 500px;
  background-repeat: no-repeat;
}

.slide-4 {
  border-style: none;
  background-image: url('../images/HS08-011200-870.png');
  background-position: 0px 69px;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-5 {
  bottom: -81px;
  border-style: none;
  background-image: url('../images/HS08-01-Twin-Main-Slide.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.button-2 {
  margin-top: 10px;
  border-radius: 11px;
  background-color: #21bfef;
}

.text-block {
  margin-top: 0px;
  color: #21bfef;
  font-size: 30px;
}

.image {
  margin-top: -80px;
}

.text-block-2 {
  margin-top: 15px;
}

.text-block-3 {
  margin-top: 5px;
}

.text-block-4 {
  position: absolute;
  left: 0px;
  top: 300px;
  right: 0px;
  bottom: 300px;
}

.product-range {
  margin-top: 0px;
  background-color: #21bfef;
}

.row-2 {
  margin-top: -60px;
  margin-bottom: 0px;
  padding-bottom: 50px;
}

.text-block-5 {
  display: inline-block;
}

.text-block-6 {
  display: inline-block;
}

.text-block-7 {
  display: inline-block;
}

.div-block-2 {
  border-bottom-color: rgba(213, 220, 228, .3);
}

.text-block-8 {
  padding-top: 0px;
  color: #fff;
  font-size: 50px;
  font-weight: 300;
  text-align: center;
}

.section-2 {
  padding-bottom: 30px;
  background-color: #21bfef;
}

.link {
  color: #f9f8f7;
}

.link-2 {
  color: #f9f8f7;
}

.link-3 {
  color: #f9f8f7;
}

.text-block-9 {
  color: #385b83;
  font-size: 26px;
  line-height: 24px;
  font-weight: 400;
}

.image-2 {
  margin-top: -145px;
  margin-bottom: -119px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  color: #fff;
}

.mswitch-slider {
  margin-top: 49px;
  margin-bottom: 47px;
  border-style: none;
  background-color: #fff;
  color: #fff;
}

.slide-nav {
  color: transparent;
}

.row-3 {
  color: #f9f8f7;
}

.slide-6 {
  background-image: url('../images/1M10-01-1200-870.png');
  background-position: 0px 0px;
  background-size: 600px;
  background-repeat: repeat-y;
}

.mask {
  color: #f9f8f7;
}

.icon {
  color: #6c7e92;
}

.icon-2 {
  color: #6c7e92;
}

.slider {
  color: transparent;
}

.slide-7 {
  background-image: url('../images/1M10-01-1200-870.png');
  background-position: 40px -64px;
  background-size: 600px;
  background-repeat: repeat-y;
}

.slide1 {
  background-image: url('../images/1M10-01-1200-870.png');
  background-position: 54% 50%;
  background-size: 600px;
  background-repeat: repeat-y;
}

.slide1.ss {
  background-image: url('../images/HR08-01-1200-870.png');
  background-size: 600px;
}

.slide-8 {
  background-image: url('../images/rear-3.png');
  background-position: 50% 50%;
  background-size: 600px;
  background-repeat: repeat-y;
}

.slide-9 {
  background-image: url('../images/REAR-CUT.png');
  background-position: 50% 50%;
  background-size: 500px;
  background-repeat: repeat-y;
}

.test-slide {
  background-image: url('../images/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.div-block-3 {
  max-width: auto;
}

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

.div-block-4 {
  display: block;
  max-width: 1400px;
  min-width: 600px;
  margin-right: auto;
  margin-left: auto;
}

.icon-3 {
  color: #575c63;
}

.icon-4 {
  color: #575c63;
}

.slide-10 {
  background-image: url('../images/1M10-01-1200-870.png');
  background-position: 50% 50%;
  background-size: 600px;
  background-repeat: repeat-y;
}

.slide-11 {
  background-image: url('../images/1M10-01-1200-870.png');
  background-position: 50% 50%;
  background-size: 600px;
  background-repeat: repeat-y;
}

.slide-12 {
  background-image: url('../images/rear-3.png');
  background-position: 50% 50%;
  background-size: 600px;
  background-repeat: repeat-y;
}

.slide-13 {
  background-image: url('../images/REAR-CUT.png');
  background-position: 50% 50%;
  background-size: 500px;
  background-repeat: repeat-y;
}

.rich-text-block {
  margin-top: 53px;
  margin-bottom: 47px;
}

.column {
  color: #dad7d5;
}

.ssslide-1 {
  background-image: url('../images/HS08-011200-870.png');
  background-position: 50% 50%;
  background-size: 600px;
  background-repeat: repeat-y;
}

.ssslide2 {
  background-image: url('../images/rear-2.png');
  background-position: 50% 50%;
  background-size: 500px;
  background-repeat: repeat-y;
}

.ssslide3 {
  background-image: url('../images/Twin-Front---Full-Res.png');
  background-position: 50% 50%;
  background-size: 600px;
  background-repeat: repeat-y;
  background-attachment: scroll;
}

.ssslide4 {
  background-image: url('../images/Twin-Rear---Full-Res.png');
  background-position: 50% 50%;
  background-size: 600px;
  background-repeat: repeat-y;
}

.heading-2 {
  font-size: 40px;
}

.srslide1 {
  background-image: url('../images/HR08-01-Main-Slide.png');
  background-position: 50% 50%;
  background-size: 500px;
  background-repeat: no-repeat;
}

.srslide2 {
  background-image: url('../images/rear-3_1.png');
  background-position: 50% 117%;
  background-size: 500px;
  background-repeat: repeat-y;
}

.srslide3 {
  background-image: url('../images/close-ups.png');
  background-position: 50% 50%;
  background-size: 400px;
  background-repeat: no-repeat;
}

.srslide4 {
  background-image: url('../images/Front-Logo.png');
  background-position: 50% 171%;
  background-size: 500px;
  background-repeat: no-repeat;
}

.poslide1 {
  background-image: url('../images/Switch-Quad.png');
  background-position: 50% 50%;
  background-size: 490px;
  background-repeat: no-repeat;
}

.slide-14 {
  border-style: none;
  background-image: url('../images/Twin-Rear.png');
  background-position: 50% 50%;
  background-size: 500px;
  background-repeat: no-repeat;
}

.slide-15 {
  border-style: none;
  background-image: url('../images/rear-3_1.png');
  background-position: 50% 14%;
  background-size: 400px;
  background-repeat: no-repeat;
}

.slide-16 {
  border-style: none;
  background-image: url('../images/rear-3.png');
  background-position: 50% 68%;
  background-size: 500px;
  background-repeat: no-repeat;
}

.column-2 {
  padding-right: 0px;
  padding-left: 0px;
}

.image-3 {
  width: 350px;
  float: none;
  clear: none;
}

.column-3 {
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-left: 13px;
  border-radius: 10px;
  background-color: #f9f8f7;
  box-shadow: 0 0 6px 0 #21bfef;
}

.image-4 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 34px;
  padding-bottom: 0px;
}

.srimg5 {
  margin-bottom: 32px;
}

html.w-mod-js *[data-ix="feature-image-fade-in"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="feature-content-fade-in"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="body-load"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="body-load-page-loader"] {
  display: block;
  opacity: 0.3000000000000002;
}

html.w-mod-js *[data-ix="subpage-content-show"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

html.w-mod-js *[data-ix="subpage-title-show"] {
  opacity: 0;
}

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

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

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

html.w-mod-js *[data-ix="fade-in-scroll"] {
  opacity: 0;
}

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

@media (max-width: 991px) {
  h1 {
    font-size: 40px;
    line-height: 49px;
  }
  h2 {
    font-size: 33px;
  }
  .navbar-menu {
    position: fixed;
    top: 0px;
    z-index: 100;
    min-width: 300px;
    padding-top: 60px;
    padding-right: 40px;
    padding-left: 40px;
    background-color: #fff;
    box-shadow: -1px 0 28px 0 rgba(0, 0, 0, .15);
  }
  .navbar-link {
    float: none;
    font-size: 22px;
    line-height: 20px;
  }
  .logo {
    width: 80%;
  }
  .feature._1 {
    height: auto;
    min-height: none;
  }
  .button.button-color.button-navbar {
    width: 100%;
    padding-top: 17px;
    padding-bottom: 17px;
    float: none;
    font-size: 18px;
  }
  .feature-headline {
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 42px;
  }
  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .iconbox-container {
    margin-bottom: 40px;
  }
  .dropdown-wrapper {
    display: none;
    margin-left: 0px;
    box-shadow: none;
  }
  .dropdown-item {
    margin-right: 0px;
    margin-left: 0px;
  }
  .subpage-image {
    height: 370px;
  }
  .subpage-image._1 {
    height: 300px;
  }
  .container {
    padding-right: 50px;
    padding-left: 50px;
  }
  .container.feature-title {
    display: block;
    height: auto;
  }
  .feature-content-wrapper {
    width: 100%;
    padding-top: 30px;
    padding-right: 0px;
    padding-bottom: 30px;
  }
  .feature-image-container._1 {
    position: relative;
    width: 100%;
    height: 50vh;
  }
  .feature-image-container.slideshow {
    position: relative;
    width: 100%;
    height: 530px;
  }
  .feature-phone-number-wrapper {
    margin-top: 30px;
  }
  .section-image-text-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .section-image-text-image {
    position: relative;
    width: 100%;
    height: 400px;
    background-color: #385b83;
  }
  .section-image-text-image._1 {
    background-color: hsla(0, 0%, 100%, 0);
  }
  .section-image-text-image.right._2 {
    height: 500px;
    background-color: transparent;
  }
  .section-image-text-text {
    display: block;
    width: 600px;
    min-height: auto;
    margin-right: auto;
    margin-left: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: justify;
  }
  .form-container.forn-container-split {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .section-form-wrapper {
    margin-top: -100px;
  }
  .section-form-wrapper.full-width {
    margin-top: -80px;
  }
  .section-color-text-spacer {
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: justify;
  }
  .news-teaser-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .menu-button {
    padding: 32px 0px;
    color: #0073e6;
    font-size: 45px;
  }
  .news-teaser-list-wrapper {
    width: 50%;
  }
  .content-row {
    margin-right: 0px;
    margin-left: 0px;
    text-align: justify;
  }
  .form-container-column.small-column {
    width: 100%;
    max-width: 100%;
    min-height: 70vh;
  }
  .slide-11 {
    background-image: url('../images/1M10-01-1200-870.png');
    background-size: 400px;
    background-repeat: no-repeat;
  }
  .slide-12 {
    background-size: 400px;
  }
  .ssslide-1 {
    background-size: 500px;
  }
  .ssslide2 {
    background-size: 400px;
  }
  .ssslide3 {
    background-size: 400px;
  }
  .ssslide4 {
    background-size: 450px;
  }
  .srslide2 {
    background-size: 350px;
    background-repeat: no-repeat;
  }
  .srslide3 {
    background-size: 350px;
  }
  .srslide4 {
    background-size: 400px;
  }
  .image-3 {
    max-width: 250px;
  }
  .row-4 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .navbar-menu {
    display: block;
  }
  .headline-section {
    text-align: center;
  }
  .subpage-image {
    height: 280px;
  }
  .container {
    padding-right: 0px;
    padding-left: 0px;
  }
  .feature-image-container.slideshow {
    height: 280px;
  }
  .section-image-text-image.right._2 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    background-position: 50% 50%;
    background-size: 500px;
  }
  .section-image-text-text {
    display: block;
    width: 500px;
    margin-right: auto;
    margin-left: auto;
    padding: 17px;
  }
  .form-container {
    padding: 55px 50px;
  }
  .section-form-wrapper {
    margin-right: 0px;
    margin-left: 0px;
  }
  .menu-button.w--open {
    background-color: transparent;
    color: #0073e6;
  }
  .news-teaser-list-wrapper {
    width: 100%;
  }
  .product-range {
    margin-top: 64px;
  }
  .slide-11 {
    max-width: 100%;
    background-size: 400px;
  }
}

@media (max-width: 479px) {
  h1 {
    margin-bottom: 7px;
    line-height: 45px;
  }
  h2 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 30px;
  }
  h3 {
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .navbar-menu {
    min-width: 260px;
    padding-left: 30px;
  }
  .navbar-link {
    margin-right: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .header {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    background-color: #fff;
    box-shadow: 0 0 7px 0 rgba(37, 40, 44, .25);
  }
  .logo-bildmarke {
    width: 35px;
    margin-top: 11px;
  }
  .logo-titel {
    margin-left: 10px;
    font-size: 23px;
    line-height: 70px;
  }
  .feature._1 {
    min-height: 0px;
  }
  .feature-headline {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 31px;
  }
  .section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .section.b-b.informations {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section.page-title {
    padding-top: 60px;
    padding-bottom: 70px;
  }
  .page-wrapper {
    margin-top: 70px;
  }
  .headline-section {
    margin-top: 0px;
    font-size: 28px;
    text-align: center;
  }
  .iconbox-container {
    margin-right: 20px;
    margin-left: 20px;
  }
  .iconbox-container.last {
    margin-bottom: 0px;
  }
  .teaser-content-wrapper {
    padding: 20px;
  }
  .section-headline-wrapper {
    margin-bottom: 30px;
  }
  .section-headline-line {
    display: none;
  }
  .section-headline.bg-grey {
    margin-top: 20px;
  }
  .button-more-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .subpage-image-container {
    margin-top: -60px;
  }
  .subpage-image {
    height: 220px;
  }
  .container {
    padding-right: 0px;
    padding-left: 10px;
  }
  .container.page-begin {
    margin-top: -60px;
  }
  .feature-content-wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }
  .feature-image-container._1 {
    height: 30vh;
  }
  .feature-image-container.slideshow {
    height: 250px;
  }
  .feature-phone-number-wrapper {
    margin-top: 10px;
  }
  .feature-award {
    right: 20px;
    width: 56px;
  }
  .section-image-text-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
  }
  .section-image-text-image._1 {
    width: 150%;
    height: 220px;
    margin-left: 0px;
    background-color: #fff;
  }
  .section-image-text-image._1.product-3 {
    display: block;
    width: 250px;
    margin-right: auto;
    margin-left: auto;
    background-size: 250px;
  }
  .section-image-text-image._1.product-1 {
    display: block;
    width: 250px;
    margin-right: auto;
    margin-left: auto;
    background-size: 300px;
  }
  .section-image-text-image.right._2 {
    display: block;
    width: 250px;
    height: 200px;
    margin-top: -56px;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
    background-position: 50% 50%;
    background-size: 250px;
  }
  .section-image-text-image.right._2.product-2 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    background-size: 100%;
  }
  .section-image-text-image.right._2.product-4 {
    background-size: 100%;
  }
  .section-image-text-text {
    position: relative;
    display: block;
    width: 100%;
    min-height: 0px;
    margin-right: -2px;
    padding-top: 20px;
    padding-right: 48px;
    padding-bottom: 20px;
    font-size: 13px;
    line-height: 20px;
    text-align: justify;
  }
  .teaser-team-wrapper.page-start {
    margin-top: -60px;
  }
  .leistungen-row {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .form-container {
    padding: 35px 40px;
  }
  .section-form-wrapper {
    margin-top: -50px;
  }
  .section-form-wrapper.full-width {
    margin-top: -50px;
  }
  .section-color-text-spacer {
    margin-right: 24px;
    text-align: justify;
  }
  .footer-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .menu-button {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 40px;
  }
  .content-row {
    margin-right: 0px;
    margin-left: 0px;
  }
  .form-container-column {
    padding-right: 40px;
    padding-left: 40px;
  }
  .slide-11 {
    background-size: 250px;
  }
  .slide-12 {
    background-size: 250px;
  }
  .slide-13 {
    background-size: 250px;
    background-repeat: no-repeat;
  }
  .ssslide-1 {
    background-size: 250px;
    background-repeat: no-repeat;
  }
  .ssslide2 {
    background-size: 250px;
    background-repeat: no-repeat;
  }
  .ssslide3 {
    background-size: 250px;
  }
  .ssslide4 {
    background-size: 250px;
  }
  .srslide2 {
    background-position: 50% 50%;
    background-size: 200px;
  }
  .srslide3 {
    background-size: 250px;
  }
  .srslide4 {
    background-position: 50% 50%;
    background-size: 250px;
  }
  .poslide1 {
    background-image: url('../images/Switch-Quad.png');
    background-size: 220px;
  }
  .image-3 {
    max-width: 150px;
    margin-top: -44px;
    margin-left: 14px;
  }
  .column-4 {
    padding-left: 0px;
  }
}

@font-face {
  font-family: 'Fontawesome webfont';
  src: url('../fonts/fontawesome-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Linea basic 10';
  src: url('../fonts/linea-basic-10.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Linea arrows 10';
  src: url('../fonts/linea-arrows-10.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fontawesome';
  src: url('../fonts/FontAwesome.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}