@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 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 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 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;
  src: url('../fonts/montserrat-v25-latin-regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --slate-grey: #6c7e92;
  --light-grey: #e6e6e6;
  --dim-grey: #252525;
  --rot: #d51130;
  --royal-blue: #646464;
  --hellhellgrau: #f6f6f6;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: var(--slate-grey);
  font-family: Montserrat v25 latin, sans-serif;
  font-size: 15px;
  line-height: 24px;
}

h1 {
  color: var(--light-grey);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: "Montserrat v25 latin 300", sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 56px;
}

h2 {
  color: var(--dim-grey);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: "Montserrat v25 latin 300", sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
}

h3 {
  color: var(--dim-grey);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: "Montserrat v25 latin 300", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

h4 {
  color: var(--dim-grey);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 60px;
}

h5 {
  color: var(--dim-grey);
  letter-spacing: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h6 {
  color: var(--dim-grey);
  letter-spacing: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

p {
  color: var(--dim-grey);
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

a {
  color: var(--rot);
  text-decoration: none;
}

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

blockquote {
  border-left: 3px solid var(--dim-grey);
  color: var(--dim-grey);
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
}

.navbar {
  background-color: #fff;
  height: 100px;
  line-height: 70px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 5px 5px #0000004d;
}

.navbar-link {
  float: left;
  color: var(--rot);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  transition: all .2s;
}

.navbar-link:hover, .navbar-link.w--current {
  color: var(--dim-grey);
}

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

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

.meta {
  background-color: #fff;
  border-bottom: 1px solid #00000017;
}

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

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

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

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

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

.logo-titel {
  float: left;
  color: var(--royal-blue);
  letter-spacing: -.5px;
  width: 150px;
  margin-left: 15px;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  display: inline-block;
}

.button {
  border: 1px solid var(--rot);
  color: var(--rot);
  text-transform: none;
  background-color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 12px 25px;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  transition: all .2s;
}

.button:hover {
  background-color: var(--rot);
  color: #fff;
}

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

.button.button-color {
  border-color: var(--rot);
  background-color: var(--rot);
  box-shadow: none;
  color: #fff;
}

.button.button-color:hover {
  background-color: var(--hellhellgrau);
  color: var(--rot);
}

.button.button-color.button-navbar {
  float: right;
  background-color: var(--rot);
  box-shadow: none;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 34px;
  font-size: 14px;
}

.button.button-color.button-navbar:hover {
  color: var(--dim-grey);
}

.button.button-color.button-navbar.w--current {
  border-color: var(--dim-grey);
  background-color: var(--dim-grey);
}

.button.button-rot {
  background-color: var(--rot);
  color: var(--hellhellgrau);
}

.button.button-rot:hover {
  color: var(--dim-grey);
}

.opening-hours-line {
  border-bottom: 1px solid #6c7e9230;
  line-height: 34px;
}

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

.opening-hours-left {
  float: left;
  color: var(--dim-grey);
  font-size: 16px;
  font-weight: 300;
  line-height: 36px;
  display: inline-block;
}

.opening-hours-right {
  float: right;
  opacity: .68;
  color: var(--dim-grey);
  font-size: 16px;
  line-height: 36px;
  display: inline-block;
}

.section {
  background-color: #fff;
  padding: 80px 10px;
}

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

.section.secdoppel {
  background-color: var(--light-grey);
  height: 500px;
  padding-top: 0;
  padding-bottom: 0;
}

.section.secdoppel.doppelschwarz {
  background-color: var(--dim-grey);
  margin-top: 100px;
  padding-left: 0;
  padding-right: 0;
}

.section.secdoppel.doppelschwarz.impressum {
  height: 300px;
}

.section.sec-hellgrau {
  background-color: var(--light-grey);
}

.section.sec-brillenasuwahl {
  background-color: var(--hellhellgrau);
  padding-top: 0;
}

.section.sec-schwarz {
  background-color: var(--dim-grey);
}

.section.sec-not-found {
  margin-top: 100px;
  padding-top: 140px;
  padding-bottom: 140px;
}

.section.sec-logos {
  text-align: center;
  background-color: #e6e6e6;
  padding-top: 10px;
  padding-bottom: 10px;
}

.section.sec-ohne-unten {
  padding-bottom: 0;
}

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

.navbar-link-dropdown {
  color: var(--rot);
  padding-left: 0;
  padding-right: 22px;
  transition: all .2s;
}

.navbar-link-dropdown:hover, .navbar-link-dropdown.navbar-brillen {
  color: var(--dim-grey);
}

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

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

.iconbox-text {
  flex: 1;
  margin-top: 20px;
}

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

.dropdown-wrapper.w--open {
  border: 1px solid var(--hellhellgrau);
}

.dropdown-item {
  border-bottom: 1px solid var(--dim-grey);
  color: var(--rot);
  margin-left: 20px;
  margin-right: 20px;
  padding: 15px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  transition: all .2s;
}

.dropdown-item:hover {
  color: var(--dim-grey);
  padding-left: 5px;
}

.dropdown-item.w--current, .dropdown-item.w--current:hover {
  color: var(--rot);
}

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

.text-muted {
  opacity: .63;
}

.text-muted.footer-contact {
  margin-top: 20px;
}

.teaser-wrapper {
  color: var(--slate-grey);
  background-color: #fff;
  border-radius: 3px;
  width: 100%;
  margin-bottom: 20px;
  font-weight: 300;
  transition: all .2s;
  overflow: hidden;
  transform: translate(0);
}

.teaser-wrapper:hover {
  transform: none;
  box-shadow: 0 3px 15px #0000001a;
}

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

.teaser-content-wrapper {
  background-color: var(--light-grey);
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding: 40px 40px 30px;
  display: block;
}

.teaser-content-wrapper.color {
  background-color: var(--rot);
  padding-top: 30px;
}

.teaser-headline {
  color: var(--dim-grey);
  margin-top: 0;
}

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

.link-list-item {
  color: var(--slate-grey);
  line-height: 25px;
  transition: all .2s;
}

.link-list-item:hover {
  color: var(--rot);
}

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

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

.container {
  text-align: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
}

.container.full-width {
  max-width: 1200px;
}

.section-gallery-wrapper {
  background-color: #0000;
  flex-wrap: wrap;
  display: flex;
}

.section-gallery-item {
  cursor: pointer;
  flex: 1;
  min-width: 25%;
  max-width: 25%;
  transition: all .2s;
  position: relative;
  overflow: hidden;
}

.section-gallery-item:hover {
  z-index: 100;
  transform: none;
  box-shadow: 0 4px 25px #0000004d;
}

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

.iconbox-headline {
  margin-bottom: 0;
  display: block;
}

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

.text-section {
  flex-flow: wrap;
  place-content: center flex-start;
  align-items: center;
  height: 500px;
  padding: 100px 80px;
  display: flex;
}

.text-section.text-home {
  height: 600px;
}

.text-section.sec-impressum {
  text-align: center;
  height: 300px;
}

.button-text-icon {
  float: right;
  padding-left: 5px;
  font-size: 19px;
  transition: all .2s;
}

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

.form-container {
  text-align: center;
  background-color: #fff;
  border-radius: 3px;
  padding: 75px 90px;
  box-shadow: 0 6px 30px #0000001c;
}

.form-container.forn-container-split {
  box-shadow: none;
  flex-flow: row;
  justify-content: center;
  padding: 0;
  display: flex;
  overflow: hidden;
}

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

.input {
  border: 1px #385b8330;
  border-bottom-style: solid;
  border-radius: 2px;
  height: 48px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 300;
}

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

.form-button {
  background-color: var(--rot);
  border-radius: 50px;
  width: 100%;
  margin-top: 30px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 18px;
  font-weight: 400;
  transition: all .2s;
  display: block;
}

.form-button:hover {
  background-color: var(--royal-blue);
}

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

.footer-social-media-item {
  background-color: var(--slate-grey);
  border-radius: 50px;
  width: 37px;
  height: 37px;
  transition: background-color .1s;
}

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

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

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

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

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

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

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

.page-loader {
  z-index: 100;
  background-image: url('../images/Loader.svg'), linear-gradient(to bottom, var(--hellhellgrau), var(--hellhellgrau));
  opacity: .53;
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 54px, auto;
  display: none;
  position: fixed;
  inset: 0;
}

.password-wrapper {
  background-color: var(--light-grey);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.password-container {
  text-align: center;
  background-color: #fff;
  border-radius: 3px;
  flex-direction: column;
  width: 340px;
  padding: 70px;
  display: flex;
  box-shadow: 0 6px 32px #0000001a;
}

.password-form-wrapper {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.message {
  text-align: center;
  background-color: #d5dce440;
  border-radius: 10px;
  width: 100%;
  padding: 48px;
  font-size: 20px;
}

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

.section-gallery-item-hover-wrapper {
  z-index: 10;
  opacity: 0;
  background-image: radial-gradient(circle, #00000026, #0000002e);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.section-gallery-item-hover-icon {
  background-color: var(--rot);
  color: #fff;
  text-align: center;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  margin: auto;
  font-size: 20px;
  font-weight: 300;
  line-height: 50px;
  display: block;
  position: absolute;
  inset: 0;
  transform: scale(.7)rotate(90deg);
}

.fl-che-rot {
  background-color: var(--rot);
  color: #fff;
  text-align: center;
  padding: 20px;
  font-size: 45px;
  font-weight: 400;
  line-height: 120px;
}

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

.password-icon {
  opacity: .1;
}

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

.to-top-anchor {
  background-color: var(--rot);
  color: #fff;
  text-align: center;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  display: block;
  position: fixed;
  bottom: 30px;
  left: 30px;
  box-shadow: 0 1px 6px #0000003b;
}

.bu {
  background-color: var(--rot);
  padding: 30px 35px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.bu.bu-rechts {
  bottom: 0;
  left: 0;
  right: 0;
}

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

.column-image {
  background-image: url('../images/Brillen_Wand2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  padding-left: 0;
  padding-right: 0;
}

.column-image.col-ima-leistungen {
  background-image: url('../images/Behandlung_Augenmessung.jpg');
  background-position: 50%;
  background-size: cover;
}

.column-image.col-image-kontaktlinsen {
  background-image: url('../images/Kontaktlinsenshutterstock_338981462.jpg');
  background-position: 50%;
  background-size: cover;
}

.column-image.col-ima-sonnenbrillen {
  background-image: url('../images/Sonnenbrilleshutterstock_114746998.jpg');
  background-position: 50%;
  background-size: cover;
}

.column-image.col-image-kontakt {
  background-image: url('../images/Brillen_Kaffee.jpg');
  background-position: 50%;
  background-size: cover;
}

.column-image.col-ima-kinderbrillen {
  background-image: url('../images/Kinderbrillen_Optiker.jpg');
  background-position: 50%;
  background-size: cover;
}

.column-image.col-ima-mantel {
  background-image: url('../images/TeamMantel_November2020.jpg');
  background-position: 50%;
  background-size: cover;
}

.column-image.home {
  background-image: url('../images/Angebot_Juli.png');
  background-position: 0;
  background-size: cover;
  height: 600px;
}

.column-image.home.home2 {
  background-image: url('../images/Brille.jpg');
  background-position: 50%;
  background-size: cover;
}

.column-image.home.home-3 {
  background-image: url('../images/Sonnenbrilleshutterstock_114746998.jpg');
  background-position: 50%;
  background-size: cover;
}

.column-image.home.home-4 {
  background-image: url('../images/Kinderbrillen_Optiker.jpg');
  background-position: 50%;
  background-size: cover;
}

.column-image.home.home-5 {
  background-image: url('../images/Kontaktlinsenshutterstock_338981462.jpg');
  background-position: 50%;
  background-size: cover;
}

.column-image.home.home1 {
  background-image: url('../images/einzigARTig-526-002.jpg');
  background-position: 50%;
  background-size: cover;
}

.column-image.kontaktlinsen {
  background-image: url('../images/Kontaktlinsenshutterstock_338981462.jpg');
  background-position: 50%;
  background-size: cover;
}

.column-image.col-ima-brillen {
  background-image: url('../images/Brillen_Uebersicht.jpg');
  background-position: 50%;
  background-size: cover;
}

.para-weiss {
  color: var(--light-grey);
  margin-top: 0;
  margin-bottom: 0;
}

.image-logo-footer {
  width: 300px;
  margin-top: 10px;
  margin-bottom: 30px;
}

.h1-weiss {
  color: var(--hellhellgrau);
  text-align: left;
  font-size: 36px;
  line-height: 46px;
}

.row-footer {
  margin-left: 30px;
  margin-right: 30px;
}

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

.para-angebot {
  line-height: 36px;
}

.para-angebot.angebot-leistungen {
  column-count: 2;
}

.col-content {
  padding-left: 60px;
}

.row-ohnerand {
  padding-left: 0;
  padding-right: 0;
}

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

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

.map {
  filter: grayscale();
  height: 500px;
}

.div-weiss {
  background-color: #fff;
  padding-bottom: 40px;
}

.section-home {
  background-image: linear-gradient(to bottom, var(--dim-grey), var(--dim-grey));
  margin-top: 100px;
}

.slider {
  background-image: linear-gradient(to bottom, var(--dim-grey), var(--dim-grey));
  height: 600px;
}

.slide-nav, .left-arrow {
  display: block;
}

.row-home {
  background-image: linear-gradient(to bottom, var(--dim-grey), var(--dim-grey));
}

.para-bu {
  color: var(--hellhellgrau);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.div-abstand {
  width: 300px;
  height: 5px;
}

.row {
  background-image: linear-gradient(to bottom, var(--dim-grey), var(--dim-grey));
}

.column {
  display: none;
}

.checkbox-field {
  color: var(--dim-grey);
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 300;
}

.div-brillen {
  padding-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
}

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

.col-ohne {
  padding-left: 0;
  padding-right: 0;
}

.para-weiss-neu, .h3-weiss-neu, .h2-weiss-neu {
  color: var(--hellhellgrau);
}

.slider-logos {
  background-color: var(--light-grey);
}

.slider-logos.logos-home {
  height: 150px;
  margin-bottom: -100px;
  margin-left: -90px;
  margin-right: -90px;
}

.slide-nav-2 {
  color: var(--dim-grey);
  display: none;
}

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

.div-team {
  text-align: center;
  width: 20%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5px;
  padding-right: 5px;
}

.row-logos {
  text-align: center;
  margin-left: 120px;
  margin-right: 120px;
}

.image-hersteller {
  max-width: 250px;
}

.image-hersteller.hersteller-kleiner {
  max-width: 150px;
}

.slide-hersteller-brillen {
  padding-top: 60px;
}

.slide-hersteller-brillen.hersteller-home {
  padding-top: 25px;
}

.section-team {
  margin-left: 5px;
  margin-right: 5px;
  display: flex;
}

.section-strer {
  background-color: var(--light-grey);
  padding: 50px 10px;
}

.div-team-home {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.left-arrow-2, .right-arrow-2 {
  display: none;
}

.hidden {
  height: 10px;
}

.h2-kleiner {
  font-size: 20px;
  line-height: 28px;
}

.h2-kleiner.rot {
  color: var(--rot);
}

.h2-kleiner-weiss-auf-rot {
  color: var(--hellhellgrau);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.h2-wie-h1 {
  color: var(--hellhellgrau);
  font-size: 50px;
  font-weight: 100;
  line-height: 56px;
}

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

.urlaubszeiten {
  text-align: center;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
  padding: 30px;
}

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

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

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

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

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

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

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

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

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

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

  h2 {
    margin-bottom: 0;
    font-size: 30px;
    line-height: 36px;
  }

  .navbar-menu {
    z-index: 100;
    background-color: #fff;
    min-width: 300px;
    padding-top: 60px;
    padding-left: 40px;
    padding-right: 40px;
    position: fixed;
    top: 0;
    box-shadow: -1px 0 28px #00000026;
  }

  .navbar-link {
    float: none;
    font-size: 22px;
    line-height: 20px;
  }

  .navbar-link.dropdown {
    display: block;
  }

  .header {
    height: 100px;
  }

  .button.button-color.button-navbar {
    float: none;
    width: 100%;
    padding-top: 17px;
    padding-bottom: 17px;
    font-size: 18px;
  }

  .opening-hours-line.first {
    line-height: 35px;
  }

  .opening-hours-left, .opening-hours-right {
    font-size: 15px;
    line-height: 35px;
  }

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

  .section.secdoppel {
    height: 300px;
  }

  .section.secdoppel.doppelschwarz {
    height: 350px;
    margin-top: 0;
  }

  .navbar-link-dropdown {
    text-align: left;
  }

  .iconbox-container {
    margin-bottom: 40px;
  }

  .dropdown-wrapper {
    box-shadow: none;
    margin-left: 0;
    display: none;
  }

  .dropdown-item {
    margin-left: 0;
    margin-right: 0;
  }

  .teaser-wrapper.color {
    padding-top: 0;
  }

  .teaser-content-wrapper.color {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .text-section {
    flex-flow: wrap;
    height: auto;
    padding: 0 20px 10px;
  }

  .text-section.text-home {
    height: 300px;
    padding: 0 30px 9px;
  }

  .form-container.forn-container-split {
    flex-direction: column-reverse;
  }

  .sec-footer {
    padding-top: 70px;
    padding-bottom: 40px;
  }

  .menu-button {
    z-index: 1000;
    color: var(--rot);
    padding: 20px 0;
    font-size: 45px;
  }

  .menu-button.w--open {
    background-color: var(--hellhellgrau);
  }

  .column-image {
    height: 350px;
  }

  .column-image.col-ima-leistungen, .column-image.home {
    height: 300px;
  }

  .h1-weiss {
    font-size: 30px;
    line-height: 40px;
  }

  .icon {
    background-color: var(--rot);
    color: var(--hellhellgrau);
    padding: 5px;
  }

  .section-home {
    margin-top: 0;
  }

  .slider {
    height: 300px;
  }

  .slide-nav {
    display: none;
  }

  .para-bu {
    font-size: 12px;
    line-height: 18px;
  }

  .row {
    align-items: center;
    display: flex;
  }

  .div-brillen.brillen-center {
    margin-bottom: 60px;
  }

  .div-team {
    max-width: 200px;
  }

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

  .image-hersteller {
    max-width: 180px;
  }

  .h2-kleiner-weiss-auf-rot {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .para-marken {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .navbar-menu {
    display: block;
  }

  .section.secdoppel {
    height: 700px;
  }

  .section.secdoppel.doppelschwarz {
    height: auto;
    padding-bottom: 40px;
  }

  .iconbox-container {
    margin-bottom: 0;
  }

  .text-section {
    height: auto;
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .text-section.text-home {
    height: 300px;
  }

  .form-container {
    padding: 55px 50px;
  }

  .menu-button.w--open {
    color: var(--rot);
    background-color: #0000;
  }

  .column-image {
    height: 350px;
  }

  .column-image.home {
    height: 400px;
  }

  .para-angebot.angebot-leistungen {
    column-count: 1;
  }

  .col-content {
    padding-left: 0;
    padding-right: 0;
  }

  .slider {
    height: 700px;
  }

  .row {
    flex-direction: column;
  }

  .div-team {
    width: auto;
    max-width: 280px;
  }

  .row-logos {
    margin-top: 10px;
  }

  .slide-hersteller-brillen {
    padding-top: 20px;
  }

  .section-team {
    flex-direction: column;
    justify-content: space-around;
  }

  .para-marken {
    width: 60%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-bottom: 7px;
  }

  h2 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 26px;
  }

  h3 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 18px;
  }

  .navbar-menu {
    min-width: 260px;
    padding-left: 30px;
  }

  .navbar-link {
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .header {
    background-color: #fff;
    box-shadow: 0 0 7px #25282c40;
  }

  .logo {
    width: 200px;
  }

  .logo-bildmarke {
    width: 35px;
    margin-top: 11px;
  }

  .logo-titel {
    margin-left: 10px;
    font-size: 23px;
    line-height: 70px;
  }

  .opening-hours-left, .opening-hours-right {
    font-size: 14px;
    line-height: 34px;
  }

  .section.secdoppel.doppelschwarz {
    height: auto;
  }

  .section.sec-logos {
    padding-top: 30px;
  }

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

  .iconbox-container.last {
    margin-bottom: 0;
  }

  .teaser-content-wrapper {
    padding: 20px;
  }

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

  .text-section.text-home {
    padding-left: 5px;
    padding-right: 5px;
  }

  .form-container {
    padding: 35px 40px;
  }

  .sec-footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .menu-button {
    font-size: 40px;
  }

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

  .form-container-column {
    padding-left: 40px;
    padding-right: 40px;
  }

  .column-image.home {
    height: 300px;
  }

  .h1-weiss {
    font-size: 28px;
    line-height: 36px;
  }

  .slider {
    height: 600px;
  }

  .left-arrow {
    display: none;
  }

  .para-bu {
    font-size: 12px;
    line-height: 20px;
  }

  .right-arrow {
    display: none;
  }

  .row-logos {
    margin-top: 60px;
  }

  .image-hersteller {
    max-width: 120px;
  }

  .slide-hersteller-brillen {
    padding-top: 0;
  }

  .para-marken {
    width: 90%;
  }
}


@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 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 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 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';
  src: url('../fonts/montserrat-v25-latin-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}