body {
  background-color: #edeff2;
  font-family: 'Open sans_local', sans-serif;
  color: #6a859c;
  font-size: 16px;
  line-height: 20px;
}

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

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #676770;
  font-size: 32px;
  line-height: 36px;
  font-weight: 300;
  text-align: center;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #676770;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 7px;
  text-transform: uppercase;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #676770;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

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

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 25px;
  font-weight: 300;
}

.button {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 12px 30px;
  border-radius: 4px;
  background-color: #69b9ff;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #2e9dff;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.tab {
  margin-right: 8px;
  margin-left: 8px;
  background-color: #7e8286;
}

.button.tab:hover {
  background-color: #bf8b4b;
}

.button.tab.w--current {
  background-color: #bf8b4b;
}

.navigation-link {
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #676770;
}

.navigation-link:hover {
  color: #bf8b4b;
}

.navigation-link.w--current {
  padding-top: 40px;
  padding-bottom: 40px;
  color: #bf8b4b;
}

.navigation-bar {
  background-color: #fff;
}

.brand-text {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 21px;
  padding-bottom: 21px;
  color: #bf8b4b;
  font-size: 55px;
  line-height: 25px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.brand-link {
  padding-top: 16px;
  padding-bottom: 16px;
}

.section {
  position: relative;
  padding: 80px 10px;
  background-color: #fff;
  text-align: center;
}

.section.accent {
  background-color: #262626;
  color: #262626;
}

.section.fire {
  padding-top: 220px;
  padding-bottom: 220px;
  background-image: url('../images/vergaser-05.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.white-box {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 6px;
  border: 1px none #dcebf7;
  border-radius: 5px;
  background-color: #fff;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.white-box.transparent {
  border-style: none;
  background-color: transparent;
}

.white-box.transparent._1 {
  margin-top: 81px;
}

.hero-section {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section.centered {
  padding-top: 195px;
  padding-bottom: 195px;
  border-bottom: 4px solid #bf8b4b;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(-1%, rgba(191, 139, 75, 0.37)), color-stop(0%, rgba(191, 139, 75, 0.48)), color-stop(0, rgba(191, 139, 75, 0.8)), color-stop(100%, rgba(191, 139, 75, 0.4)), to(rgba(191, 139, 75, 0.15))), url('../images/vergaser_einzelteile.jpg');
  background-image: linear-gradient(0deg, rgba(191, 139, 75, 0.37) -1%, rgba(191, 139, 75, 0.48) 0%, rgba(191, 139, 75, 0.8) 0, rgba(191, 139, 75, 0.4) 100%, rgba(191, 139, 75, 0.15)), url('../images/vergaser_einzelteile.jpg');
  background-position: 0px 0px, 0px -19px;
  background-size: auto, cover;
  text-align: center;
}

.hero-heading {
  margin-bottom: 30px;
  color: #eeeced;
  font-size: 60px;
  line-height: 60px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.hero-subheading {
  margin-bottom: 40px;
  color: #eeeced;
  font-size: 25px;
  line-height: 25px;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.section-heading {
  margin-top: 0px;
  margin-bottom: 16px;
}

.section-heading.centered {
  color: #262626;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.section-heading.centered.white {
  color: #eeeced;
}

.section-subheading.center {
  color: #7e8286;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.section-subheading.left {
  color: #7e8286;
  font-size: 17px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 3px;
}

.section-title-group {
  margin-bottom: 60px;
}

.footer {
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer.center {
  border-top: 1px solid #dbdbdb;
  background-color: #262626;
  text-align: center;
}

.footer-text {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #7e8286;
  font-size: 16px;
}

.tab-menu {
  margin-bottom: 40px;
  text-align: center;
}

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

.fullwidth-image {
  width: 100%;
  margin-bottom: 20px;
}

.white-text {
  margin-bottom: 20px;
  color: #eeeced;
  letter-spacing: 1px;
}

.heading {
  background-color: #bf8b4b;
  color: #eeeced;
  font-size: 18px;
  letter-spacing: 3px;
}

.heading-2 {
  background-color: #bf8b4b;
  color: #eeeced;
  font-size: 18px;
  letter-spacing: 3px;
}

.heading-3 {
  background-color: #bf8b4b;
  color: #eeeced;
  font-size: 18px;
  letter-spacing: 2px;
}

.heading-3.big {
  font-size: 24px;
  line-height: 39px;
}

.paragraph {
  text-align: left;
}

.paragraph.white {
  color: #eeeced;
}

.paragraph.white.anschrift {
  font-size: 16px;
  line-height: 34px;
  letter-spacing: 1px;
}

.link {
  color: #eeeced;
}

.link.ohn-strich {
  border-bottom: 1px solid #eeeced;
  text-decoration: none;
}

.link.blk {
  color: #6a859c;
  text-decoration: none;
}

.paragraph-2 {
  font-size: 16px;
  letter-spacing: 0px;
}

.column {
  padding-right: 5px;
  padding-left: 5px;
}

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

.column-3 {
  padding-right: 5px;
  padding-left: 5px;
}

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

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

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

.button-2 {
  position: absolute;
  display: inline-block;
  margin-top: 31px;
  margin-left: 44px;
  padding: 33px 31px;
  border-radius: 50%;
  background-color: #ff853f;
  font-size: 22px;
  line-height: 27px;
  font-weight: 300;
  text-transform: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.btn-span {
  font-size: 26px;
  text-transform: uppercase;
}

.all-caps {
  text-transform: uppercase;
}

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

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

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

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

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

html.w-mod-js *[data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  -webkit-transform: scale(0.6000000000000001, 0.6000000000000001);
  -ms-transform: scale(0.6000000000000001, 0.6000000000000001);
  transform: scale(0.6000000000000001, 0.6000000000000001);
}

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

@media screen and (max-width: 991px) {
  .navigation-link {
    color: hsla(0, 0%, 100%, 0.52);
  }

  .navigation-link.w--current {
    color: #fff;
  }

  .hamburger-button.w--open {
    background-color: #3b99d9;
  }

  .navigation-menu {
    background-color: #3b99d9;
  }

  .hero-section.centered {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .button-2 {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .button.tab {
    font-size: 12px;
  }

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

  .hero-section.centered {
    padding-top: 119px;
    padding-bottom: 119px;
  }

  .hero-heading {
    margin-bottom: 15px;
    font-size: 50px;
  }

  .hero-subheading {
    font-size: 18px;
  }

  .button-2 {
    margin-top: 3px;
    margin-left: 2px;
    padding-top: 21px;
    padding-bottom: 21px;
    font-size: 19px;
  }

  .btn-span {
    font-size: 23px;
  }
}

@media screen and (max-width: 479px) {
  .button {
    margin-bottom: 25px;
  }

  .button.tab.w--current {
    margin-right: 1px;
    margin-left: 0px;
  }

  .brand-text {
    font-size: 47px;
    line-height: 46px;
  }

  .hero-section.centered {
    padding-top: 124px;
    padding-bottom: 5px;
  }

  .hero-heading {
    font-size: 43px;
  }

  .section-heading.centered {
    font-size: 28px;
    line-height: 31px;
  }

  .section-heading.centered.white {
    font-size: 24px;
    line-height: 29px;
  }

  .section-subheading.center {
    line-height: 30px;
  }

  .footer-text {
    margin-right: 2px;
    margin-left: 2px;
    font-size: 15px;
  }

  .tab-menu {
    margin-bottom: 0px;
  }

  .heading-6 {
    font-size: 25px;
    line-height: 28px;
  }
}

@font-face {
  font-family: 'Open sans_local';
  src: url('../fonts/open-sans-v34-latin-600italic.woff2') format('woff2');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Open sans_local';
  src: url('../fonts/open-sans-v34-latin-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open sans_local';
  src: url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open sans_local';
  src: url('../fonts/open-sans-v34-latin-700italic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Open sans_local';
  src: url('../fonts/open-sans-v34-latin-800.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open sans_local';
  src: url('../fonts/open-sans-v34-latin-300.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open sans_local';
  src: url('../fonts/open-sans-v34-latin-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open sans_local';
  src: url('../fonts/open-sans-v34-latin-italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Open sans_local';
  src: url('../fonts/open-sans-v34-latin-500italic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}