body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul,.content-gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li,.content-gallery>ul li{float:left}.ce_gallery>ul li.col_first,.content-gallery>ul li.col_first{clear:left}.float_left,.media--left>figure{float:left}.float_right,.media--right>figure{float:right}.block{overflow:hidden}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.audio_container audio{max-width:100%}.video_container video{max-width:100%;height:auto}.aspect,.responsive{position:relative;height:0}.aspect iframe,.responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%}.aspect--16\:9,.responsive.ratio-169{padding-bottom:56.25%}.aspect--16\:10,.responsive.ratio-1610{padding-bottom:62.5%}.aspect--21\:9,.responsive.ratio-219{padding-bottom:42.8571%}.aspect--4\:3,.responsive.ratio-43{padding-bottom:75%}.aspect--3\:2,.responsive.ratio-32{padding-bottom:66.6666%}
@charset "UTF-8";
.contao-cookiebar {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
  padding: 15px;
  max-height: 100vh;
  box-sizing: border-box;
  pointer-events: none;
  overflow: hidden; }
  .contao-cookiebar * {
    box-sizing: border-box; }
  .contao-cookiebar:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  .contao-cookiebar .cc-inner {
    display: inline-block;
    overflow-y: auto;
    max-height: 100%;
    max-width: 100%;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    font-size: 1rem;
    text-align: left; }
    .contao-cookiebar .cc-inner .cc-head p:first-child {
      margin-top: 0; }
  .contao-cookiebar.cc-top .cc-inner {
    vertical-align: top; }
  .contao-cookiebar.cc-top.cc-active .cc-inner {
    animation: cookiebar-top-in 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-top.cc-saved .cc-inner {
    animation: cookiebar-top-out 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-bottom .cc-inner {
    vertical-align: bottom; }
  .contao-cookiebar.cc-bottom.cc-active .cc-inner {
    animation: cookiebar-bottom-in 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-bottom.cc-saved .cc-inner {
    animation: cookiebar-bottom-out 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-middle .cc-inner {
    vertical-align: middle; }
  .contao-cookiebar.cc-middle.cc-active .cc-inner {
    animation: cookiebar-middle-in 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-middle.cc-saved .cc-inner {
    animation: cookiebar-middle-out 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-left {
    text-align: left; }
  .contao-cookiebar.cc-right {
    text-align: right; }
  .contao-cookiebar .cc-head h1:first-child, .contao-cookiebar .cc-head h2:first-child, .contao-cookiebar .cc-head h3:first-child, .contao-cookiebar .cc-head h4:first-child, .contao-cookiebar .cc-head h5:first-child, .contao-cookiebar .cc-head h6:first-child {
    margin-top: 0; }
  .contao-cookiebar .cc-head p {
    margin-bottom: 15px; }
  .contao-cookiebar .cc-btn {
    display: inline-block;
    cursor: pointer;
    width: 100%;
    padding: 8px 14px;
    margin-bottom: 8px;
    font-size: 15px;
    outline: 0 none;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    color: #444;
    background: #f5f5f5; }
    .contao-cookiebar .cc-btn:hover {
      background: #ececec; }
    .contao-cookiebar .cc-btn:last-child {
      margin-bottom: 0; }
  .contao-cookiebar .grayscale .cc-btn {
    background: #f1efef; }
    .contao-cookiebar .grayscale .cc-btn:hover {
      background: #ececec; }
    .contao-cookiebar .grayscale .cc-btn.success {
      background: #fbfbfb; }
      .contao-cookiebar .grayscale .cc-btn.success:hover {
        background: #f7f7f7; }
  .contao-cookiebar .highlight .cc-btn.success {
    background: #4e9e3e;
    border-color: #3e7830;
    color: #fff; }
    .contao-cookiebar .highlight .cc-btn.success:hover {
      background: #4c933f; }
  .contao-cookiebar label {
    position: relative;
    display: block;
    padding: 8px 13px 8px 0;
    line-height: 1.2rem; }
    .contao-cookiebar label.group {
      font-weight: 600; }
  .contao-cookiebar input {
    position: absolute;
    width: 1px;
    height: 1px;
    outline: 0 none;
    opacity: 0; }
    .contao-cookiebar input + label {
      padding: 8px 13px 8px 45px;
      cursor: pointer; }
      .contao-cookiebar input + label:before {
        content: '';
        position: absolute;
        top: 7px;
        left: 0;
        width: 35px;
        height: 18px;
        margin: 0;
        box-sizing: content-box;
        border-radius: 10px;
        background: #fff;
        border: 1px solid #9c9b99;
        transition: border-color .2s; }
      .contao-cookiebar input + label:after {
        display: block;
        content: '';
        position: absolute;
        top: 11px;
        left: 4px;
        width: 12px;
        height: 12px;
        border-radius: 10px;
        background: #9c9b99;
        transition: background .2s, margin-left .2s, padding .2s; }
      .contao-cookiebar input + label:active:after {
        padding-left: 5px; }
    .contao-cookiebar input.cc-group-half + label:after {
      background: linear-gradient(to right, #9c9b99 0%, #9c9b99 50%, #399d32 50%, #399d32 100%); }
    .contao-cookiebar input:checked + label:after {
      background: #399d32;
      margin-left: 17px; }
    .contao-cookiebar input:checked + label:active:after {
      margin-left: 12px; }
    .contao-cookiebar input:checked + label:before {
      background: #dcf3db;
      border-color: #399d32; }
    .contao-cookiebar input:disabled + label {
      pointer-events: none; }
      .contao-cookiebar input:disabled + label:after {
        background: #c8c7c5; }
      .contao-cookiebar input:disabled + label:before {
        background: #f4f4f4;
        border-color: #c8c7c5; }
  .contao-cookiebar.cc-active .cc-inner {
    opacity: 1;
    pointer-events: auto;
    visibility: visible; }
  .contao-cookiebar.cc-active.cc-blocked {
    pointer-events: auto;
    animation: cookiebar-overlay-in 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-saved.cc-inner {
    opacity: 0;
    pointer-events: none;
    visibility: hidden; }
  .contao-cookiebar.cc-saved.cc-blocked {
    pointer-events: none;
    animation: cookiebar-overlay-out 0.5s ease-in-out forwards; }

@media (min-width: 768px) {
  .contao-cookiebar .cc-btn {
    width: auto;
    margin-bottom: 0; }
  .contao-cookiebar .cc-inner {
    max-width: 750px; } }

@keyframes cookiebar-overlay-in {
  0% {
    background: rgba(0, 0, 0, 0); }
  100% {
    background: rgba(0, 0, 0, 0.75); } }

@keyframes cookiebar-overlay-out {
  0% {
    background: rgba(0, 0, 0, 0.75); }
  100% {
    background: rgba(0, 0, 0, 0);
    visibility: hidden; } }

@keyframes cookiebar-top-in {
  0% {
    opacity: 0;
    transform: translateY(-100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes cookiebar-top-out {
  0% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }
  100% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-100%); } }

@keyframes cookiebar-middle-in {
  0% {
    opacity: 0;
    transform: scale(0); }
  100% {
    opacity: 1;
    transform: scale(1); } }

@keyframes cookiebar-middle-out {
  0% {
    opacity: 1;
    visibility: visible;
    transform: scale(1); }
  100% {
    opacity: 0;
    visibility: hidden;
    transform: scale(0); } }

@keyframes cookiebar-bottom-in {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes cookiebar-bottom-out {
  0% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }
  100% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%); } }

.contao-cookiebar {
  color: #444444; }
  .contao-cookiebar p {
    color: #868686;
    line-height: 1.4; }
  .contao-cookiebar .cc-inner {
    padding: 23px;
    border-radius: 3px;
    box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
    background: #fff; }
  .contao-cookiebar .cc-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    position: relative;
    border: 1px solid #d0d0d0;
    border-radius: 5px;
    margin-bottom: 10px; }
    .contao-cookiebar .cc-group > label {
      flex-grow: 1;
      margin: 5px 0 5px 10px; }
    .contao-cookiebar .cc-group .cc-detail-btn {
      border: 0 none;
      outline: 0 none;
      background: transparent;
      font-size: 13px;
      letter-spacing: 0;
      text-transform: initial;
      cursor: pointer;
      color: #a2a2a2;
      padding: 8px 10px;
      line-height: 1.2rem; }
      .contao-cookiebar .cc-group .cc-detail-btn span:nth-child(2) {
        display: none; }
      .contao-cookiebar .cc-group .cc-detail-btn.cc-active span:nth-child(1) {
        display: none; }
      .contao-cookiebar .cc-group .cc-detail-btn.cc-active span:nth-child(2) {
        display: inline; }
      .contao-cookiebar .cc-group .cc-detail-btn:hover {
        color: #717171; }
    .contao-cookiebar .cc-group .cc-detail-btn-details {
      display: inline-block;
      border: 0 none;
      outline: 0 none;
      background: transparent;
      font-size: 13px;
      letter-spacing: 0;
      text-transform: initial;
      cursor: pointer;
      color: #a2a2a2;
      text-decoration: underline;
      padding: 0;
      margin: 0 0 10px; }
      .contao-cookiebar .cc-group .cc-detail-btn-details span:nth-child(2) {
        display: none; }
      .contao-cookiebar .cc-group .cc-detail-btn-details.cc-active span:nth-child(1) {
        display: none; }
      .contao-cookiebar .cc-group .cc-detail-btn-details.cc-active span:nth-child(2) {
        display: inline; }
      .contao-cookiebar .cc-group .cc-detail-btn-details:hover {
        color: #717171; }
  .contao-cookiebar .cc-cookies {
    display: none;
    width: 100%;
    background: #fbfbfb;
    border-radius: 0 0 5px 5px; }
    .contao-cookiebar .cc-cookies > p {
      font-size: 0.875rem; }
    .contao-cookiebar .cc-cookies > p, .contao-cookiebar .cc-cookies > .cc-cookie {
      margin: 0;
      padding: 15px;
      border-top: 1px solid #e6e6e6; }
    .contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-info {
      font-size: 0.875rem;
      background: #fff;
      padding: 10px;
      border-radius: 5px;
      border: 1px solid #efefef; }
      .contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-info > div > span {
        font-weight: 600; }
      .contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-info > div + div {
        margin-top: 5px;
        word-wrap: break-word; }
      .contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-info + button.cc-detail-btn-details {
        margin-top: 15px; }
    .contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-desc > p {
      margin-bottom: 0; }
    .contao-cookiebar .cc-cookies .cc-cookie label.cookie + p, .contao-cookiebar .cc-cookies .cc-cookie label.cookie + .cc-cookie-info, .contao-cookiebar .cc-cookies .cc-cookie label.cookie + button.cc-detail-btn-details {
      margin-top: 10px; }
    .contao-cookiebar .cc-cookies .cc-cookie p {
      margin: 0 0 15px;
      font-size: 0.875rem; }
  .contao-cookiebar .cc-footer, .contao-cookiebar .cc-info {
    text-align: center; }
  .contao-cookiebar .cc-info {
    margin-top: 15px; }
    .contao-cookiebar .cc-info > p {
      font-size: 0.875rem; }
    .contao-cookiebar .cc-info > a {
      display: inline-block;
      font-size: 0.813rem;
      color: #a2a2a2;
      text-decoration: none; }
      .contao-cookiebar .cc-info > a:hover {
        color: #717171; }
      .contao-cookiebar .cc-info > a + a:before {
        display: inline-block;
        content: '·';
        margin-right: 5px; }

.mobile_menu{position:fixed;z-index:100;display:none}.mobile_menu .inner{height:100%;background:#000;overflow-y:scroll}.mobile_menu.active.position_left{box-shadow:2px 0 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.position_top{box-shadow:0 2px 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.position_right{box-shadow:-2px 0 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.position_bottom{box-shadow:0 -2px 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.no_shadow{box-shadow:none!important}.mobile_menu_trigger{display:none}.mobile_menu_wrapper{position:relative;width:100%;overflow:hidden}.mobile_menu_overlay{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:99}.mobile_menu_overlay.background{background:rgba(0,0,0,.5)}.mobile_menu li.submenu_hide>ul{display:none}.mobile_menu li.submenu_show>ul{display:block}body.ie8 .mobile_menu,body.ie8 .mobile_menu_trigger,body.ie9 .mobile_menu,body.ie9 .mobile_menu_trigger{display:none!important}

@font-face {
  font-family: 'Montserrat Subrayada';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../../files/optik-richter-2023/fonts/Montserrat-Subrayada/montserrat-subrayada-v17-latin-regular.woff2') format('woff2'),
       url('../../files/optik-richter-2023/fonts/Montserrat-Subrayada/montserrat-subrayada-v17-latin-regular.woff') format('woff');
}

@font-face {
  font-family: 'Montserrat Subrayada';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../../files/optik-richter-2023/fonts/Montserrat-Subrayada/montserrat-subrayada-v17-latin-700.woff2') format('woff2'),
       url('../../files/optik-richter-2023/fonts/Montserrat-Subrayada/montserrat-subrayada-v17-latin-700.woff') format('woff');
}

@font-face {
    font-family:'Montserrat';
    src: url('../../files/optik-richter-2023/fonts/Montserrat/Montserrat_Bold.woff2') format('woff2'),
		url('../../files/optik-richter-2023/fonts/Montserrat/Montserrat_Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family:'Montserrat';
    src: url('../../files/optik-richter-2023/fonts/Montserrat/Montserrat_Bold_Italic.woff2') format('woff2'),
		url('../../files/optik-richter-2023/fonts/Montserrat/Montserrat_Bold_Italic.woff') format('woff');
    font-weight: 700;
    font-style: Italic;
    font-stretch: normal;
}

@font-face {
    font-family:'Montserrat';
    src: url('../../files/optik-richter-2023/fonts/Montserrat/Montserrat_Italic.woff2') format('woff2'),
		url('../../files/optik-richter-2023/fonts/Montserrat/Montserrat_Italic.woff') format('woff');
    font-weight: 400;
    font-style: Italic;
    font-stretch: normal;
}

@font-face {
    font-family:'Montserrat';
    src: url('../../files/optik-richter-2023/fonts/Montserrat/Montserrat_Regular.woff2') format('woff2'),
		url('../../files/optik-richter-2023/fonts/Montserrat/Montserrat_Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family:'Montserrat';
    src: url('../../files/optik-richter-2023/fonts/Montserrat/Montserrat_Black.woff2') format('woff2'),
		url('../../files/optik-richter-2023/fonts/Montserrat/Montserrat_Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family:'Montserrat';
    src: url('../../files/optik-richter-2023/fonts/Montserrat/Montserrat_Black_Italic.woff2') format('woff2'),
		url('../../files/optik-richter-2023/fonts/Montserrat/Montserrat_Black_Italic.woff') format('woff');
    font-weight: 900;
    font-style: Italic;
    font-stretch: normal;
}

@font-face {
    font-family:'Montserrat';
    src: url('../../files/optik-richter-2023/fonts/Montserrat/Montserrat_ExtraBold.woff2') format('woff2'),
		url('../../files/optik-richter-2023/fonts/Montserrat/Montserrat_ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family:'Montserrat';
    src: url('../../files/optik-richter-2023/fonts/Montserrat/Montserrat_ExtraBold_Italic.woff2') format('woff2'),
		url('../../files/optik-richter-2023/fonts/Montserrat/Montserrat_ExtraBold_Italic.woff') format('woff');
    font-weight: 800;
    font-style: Italic;
    font-stretch: normal;
}

@font-face {
    font-family:'Montserrat';
    src: url('../../files/optik-richter-2023/fonts/Montserrat/Montserrat_ExtraLight.woff2') format('woff2'),
		url('../../files/optik-richter-2023/fonts/Montserrat/Montserrat_ExtraLight.woff') format('woff');
    font-weight: 250;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family:'Montserrat';
    src: url('../../files/optik-richter-2023/fonts/Montserrat/Montserrat_ExtraLight_Italic.woff2') format('woff2'),
		url('../../files/optik-richter-2023/fonts/Montserrat/Montserrat_ExtraLight_Italic.woff') format('woff');
    font-weight: 250;
    font-style: Italic;
    font-stretch: normal;
}

@font-face {
    font-family:'Montserrat';
    src: url('../../files/optik-richter-2023/fonts/Montserrat/Montserrat_Light.woff2') format('woff2'),
		url('../../files/optik-richter-2023/fonts/Montserrat/Montserrat_Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family:'Montserrat';
    src: url('../../files/optik-richter-2023/fonts/Montserrat/Montserrat_Light_Italic.woff2') format('woff2'),
		url('../../files/optik-richter-2023/fonts/Montserrat/Montserrat_Light_Italic.woff') format('woff');
    font-weight: 300;
    font-style: Italic;
    font-stretch: normal;
}

@font-face {
    font-family:'Montserrat';
    src: url('../../files/optik-richter-2023/fonts/Montserrat/Montserrat_Medium.woff2') format('woff2'),
		url('../../files/optik-richter-2023/fonts/Montserrat/Montserrat_Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family:'Montserrat';
    src: url('../../files/optik-richter-2023/fonts/Montserrat/Montserrat_Medium_Italic.woff2') format('woff2'),
		url('../../files/optik-richter-2023/fonts/Montserrat/Montserrat_Medium_Italic.woff') format('woff');
    font-weight: 500;
    font-style: Italic;
    font-stretch: normal;
}

@font-face {
    font-family:'Montserrat';
    src: url('../../files/optik-richter-2023/fonts/Montserrat/Montserrat_SemiBold.woff2') format('woff2'),
		url('../../files/optik-richter-2023/fonts/Montserrat/Montserrat_SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family:'Montserrat';
    src: url('../../files/optik-richter-2023/fonts/Montserrat/Montserrat_SemiBold_Italic.woff2') format('woff2'),
		url('../../files/optik-richter-2023/fonts/Montserrat/Montserrat_SemiBold_Italic.woff') format('woff');
    font-weight: 600;
    font-style: Italic;
    font-stretch: normal;
}

@font-face {
    font-family:'Montserrat';
    src: url('../../files/optik-richter-2023/fonts/Montserrat/Montserrat_Thin.woff2') format('woff2'),
		url('../../files/optik-richter-2023/fonts/Montserrat/Montserrat_Thin.woff') format('woff');
    font-weight: 250;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family:'Montserrat';
    src: url('../../files/optik-richter-2023/fonts/Montserrat/Montserrat_Thin_Italic.woff2') format('woff2'),
		url('../../files/optik-richter-2023/fonts/Montserrat/Montserrat_Thin_Italic.woff') format('woff');
    font-weight: 250;
    font-style: Italic;
    font-stretch: normal;
}
@charset "UTF-8";
/*
 * Basic
 */
body,
p,
td {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.625;
  font-style: normal;
  color: #727675;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}
.layout,
#header .inside,
#keywords .inside {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
h1,
h2,
h3 {
  color: #a5d5c6;
  font-weight: bold;
  text-transform: uppercase;
}
h1 {
  font-family: "Montserrat Subrayada", sans-serif;
  font-size: 60px;
  text-align: center;
  margin: 2em 0;
}
h2 {
  font-size: 35px;
  line-height: 1.2;
  margin-top: 0;
}
h3 {
  font-size: 25px;
  line-height: 1.2;
  margin-top: 2em;
}
h4 {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
a {
  color: #727675;
  text-decoration: none;
}
a:hover {
  color: #a5d5c6;
}
td {
  padding: 0;
}
.bg-grey {
  background: #f7f7f7;
}
.space-xl {
  padding-top: 100px;
  padding-bottom: 100px;
}
.top-50 {
  padding-top: 50px;
}
.bottom-200 {
  padding-bottom: 200px;
}
.content-text ul {
  list-style: none;
  padding: 0;
}
.content-text ul li {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  line-height: 2.15;
  padding-left: 22px;
}
.content-text ul li::before {
  position: absolute;
  left: 0;
  top: 10px;
  width: 20px;
  content: '0';
  font-size: 9px;
  font-weight: 500;
  color: #a5d5c6;
}
.content-text.small p {
  padding-left: 130px;
  padding-right: 130px;
}
.content-text.small p {
  padding-left: 130px;
  padding-right: 130px;
}
.content-text.impressum h3 {
  color: #727675;
  margin-top: 1em;
  margin-bottom: 0;
}
.content-text.impressum h3,
.content-text.impressum p,
.content-text.impressum ul {
  padding-left: 130px;
  padding-right: 130px;
}
.content-text.impressum h3 + p {
  margin-top: 0;
}
.content-text.impressum li {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.625;
  margin-bottom: 5px;
}
.hideondesktop {
  display: none;
}
@media only screen and (max-width: 1280px) {
  .layout {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 991px) {
  .top-50 {
    padding-top: 0;
  }
  .hideondesktop {
    display: block;
  }
  .hideontablet {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  html {
    scroll-padding-top: 77px;
  }
  h1 {
    font-size: 46px;
    margin: 1.5em 0;
  }
  h2 {
    font-size: 30px;
  }
  .layout {
    padding: 0 15px;
  }
  .top-50 {
    padding-top: 0;
  }
  .content-text.small p {
    padding-left: 0;
    padding-right: 0;
  }
  .space-xl {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
/*
 * Header
 */
#keywords {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  background: #a5d5c6;
}
#keywords .inside {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}
#keywords .inside img {
  vertical-align: middle;
  margin: 4px 40px;
}
#header {
  position: fixed;
  left: 0;
  top: 30px;
  width: 100%;
  height: 90px;
  padding: 9px 0;
  background: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  z-index: 11;
}
#header .inside {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header .mod_navigation ul {
  list-style: none;
  margin: 0;
}
#header .mod_navigation li {
  position: relative;
  display: inline-block;
  padding: 5px 0;
  margin: 0 30px;
}
#header .mod_navigation li a,
#header .mod_navigation li strong {
  font-size: 14px;
  text-transform: uppercase;
}
#header .mod_navigation li a {
  font-weight: 500;
}
#header .mod_navigation li a:hover::after,
#header .mod_navigation li strong::after {
  content: '';
  position: absolute;
  left: calc(50% - 25px);
  bottom: 0;
  width: 50px;
  border-bottom: 2px solid;
}
#header .mod_navigation li strong {
  color: #a5d5c6;
}
#header .mod_navigation li:first-child {
  margin-left: 0;
}
#header .mod_navigation li:last-child {
  margin-right: 0;
}
#container {
  margin-top: 120px;
}
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 40px;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #fff;
  opacity: 0.8;
  vertical-align: middle;
}
.swiper-pagination-bullet-active {
  width: 14px;
  height: 14px;
  opacity: 1;
  margin-bottom: 0;
  background: #fff;
}
.top-slider .swiper-slide img,
.top-slider .swiper-slide video {
  width: 100%;
  display: block;
}
#swiper-19 .swiper-slide {
  text-align: center;
}
.top-slider {
  position: relative;
  overflow: visible;
}
.badge-discount {
  position: absolute;
  right: 6vw;
  bottom: -100px;
  z-index: 2;
  cursor: pointer;
  transition: 0.3s;
}
.badge-discount:hover {
  bottom: -90px;
}
.btn-next {
  position: absolute;
  left: calc(50% - 20px);
  bottom: 100px;
  width: 40px;
  z-index: 2;
  padding-bottom: 10px;
}
.btn-next a {
  position: relative;
  top: 0;
  transition: 0.3s;
}
.btn-next a:hover {
  padding-top: 10px;
  top: 10px;
}
.page-head img {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 1280px) {
  #header .inside {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 991px) {
  #header .mod_navigation li {
    margin: 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  #header {
    height: 77px;
    padding: 0;
    top: 0;
  }
  #header .inside {
    padding: 0 15px;
  }
  #header .image_container {
    width: 75%;
    max-width: 300px;
  }
  #header .mod_navigation {
    display: none;
  }
  #container {
    margin-top: 77px;
  }
  .custom {
    display: none;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 20px;
  }
  .page-head img {
    height: 200px;
    object-fit: cover;
  }
  .top-slider .swiper-slide img,
  .top-slider .swiper-slide video {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
  .btn-next {
    display: none;
  }
  .badge-discount {
    bottom: -160px;
  }
  .badge-discount:hover {
    bottom: -150px;
  }
}
/*
 * Mobile Menu
 */
.mod_mobile_menu {
  display: none;
  margin-left: auto;
}
.mobile_menu_trigger {
  height: 80px;
  margin: 0;
  cursor: pointer;
}
.menu_icon {
  position: relative;
  float: right;
  position: fixed;
  top: 30px;
  right: 20px;
  width: 30px;
  padding: 10px 0;
  cursor: pointer;
  z-index: 100;
}
.menu_icon .inner,
.menu_icon::before,
.menu_icon::after {
  height: 3px;
  border-radius: 2px;
  background: #727675;
}
.menu_icon::before,
.menu_icon::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
}
.menu_icon::before {
  top: 0;
}
.menu_icon::after {
  bottom: 0;
}
.mobile_menu .inner {
  background: rgba(255, 255, 255, 0.9);
}
.mobile_menu ul {
  list-style: none;
  margin: 50px 0 0 0;
}
.mobile_menu li {
  margin: 15px 0;
}
@media only screen and (max-width: 767px) {
  .mod_mobile_menu,
  .mobile_menu_trigger {
    display: block;
  }
}
/*
 * Spalten
 */
.flex-row {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-flow: row wrap;
  padding: 50px 0;
}
.flex-row.col3,
.flex-row.col4 {
  margin: 0 -15px;
}
.flex-row.col2 > [class*="content-"]:not(.noflex),
.flex-row.col2 > .col {
  -webkit-flex: 1 40%;
  -ms-flex: 1 40%;
  flex: 1 40%;
  margin: 0;
  max-width: 50%;
}
.flex-row.col3 [class*="content-"]:not(.noflex),
.flex-row.col3 > .col {
  -webkit-flex: 1 30%;
  -ms-flex: 30%;
  flex: 1 30%;
  margin: 15px;
  max-width: calc(33% - 30px);
}
.flex-row.col4 {
  margin: 0;
}
.flex-row.col4 [class*="content-"]:not(.noflex),
.flex-row.col4 > .col {
  -webkit-flex: 1 22%;
  -ms-flex: 1 22%;
  flex: 1 22%;
  margin: 0;
  max-width: 25%;
}
.flex-row > [class*="content-"].noflex {
  width: 100%;
}
.bg-grey .col2 .content-text.small {
  text-align: center;
  padding: 0 65px;
  hyphens: auto;
}
.col-2 {
  column-count: 2;
  column-gap: 10px;
}
@media only screen and (max-width: 1280px) {
  .flex-row.col4 [class*="content-"]:not(.noflex),
  .flex-row.col4 > .col {
    -webkit-flex: 1 30%;
    -ms-flex: 1 30%;
    flex: 1 30%;
    max-width: 33%;
  }
}
@media only screen and (max-width: 991px) {
  .imageandtext .flex-row.col2 {
    flex-direction: column;
  }
  .imageandtext .flex-row.col2 > [class*="content-"]:not(.noflex),
  .imageandtext .flex-row.col2.col2 > .col {
    width: 100%;
    max-width: 100%;
  }
  .imageandtext .flex-row.col2 .content-image img {
    width: 100%;
  }
  .flex-row.col4 [class*="content-"]:not(.noflex),
  .flex-row.col4 > .col {
    -webkit-flex: 1 40%;
    -ms-flex: 1 40%;
    flex: 1 40%;
    max-width: 50%;
  }
  .col2 .content-text:not(.noflex) {
    padding: 30px 100px;
  }
  .col-2 {
    columns: 1;
  }
}
@media only screen and (max-width: 767px) {
  .flex-row.col2 {
    flex-direction: column;
  }
  .flex-row.col2 > [class*="content-"]:not(.noflex),
  .flex-row.col2.col2 > .col {
    width: 100%;
    max-width: 100%;
  }
  .flex-row.col2 .content-image img {
    width: 100%;
  }
  .flex-row.col4 {
    flex-direction: column;
  }
  .flex-row.col4 [class*="content-"]:not(.noflex),
  .flex-row.col4 > .col {
    width: 100%;
    max-width: 100%;
  }
  .flex-row.col3 {
    flex-direction: column;
  }
  .flex-row.col3 [class*="content-"]:not(.noflex),
  .flex-row.col3.col3 > .col {
    width: 100%;
    max-width: 100%;
  }
  .col2 .content-text:not(.noflex) {
    padding: 22vw 0;
  }
  .col2 .content-text.arrow-left {
    padding: 50px 40px;
  }
  .col-2 {
    padding: 0 15px;
  }
  .flex-row.col3 {
    padding-top: 0;
  }
  .flex-row.col3 [class*="content-"]:not(.noflex) {
    margin: 0;
  }
}
/*
 * Content
 */
#ueber_uns {
  padding: 100px 0;
}
.col-small {
  padding: 30px 50px;
}
.text-button a {
  position: relative;
  top: 0;
  display: inline-block;
  padding: 10px 30px;
  margin-top: 20px;
  border-radius: 30px;
  background: #a5d5c6;
  color: #fff;
  font-weight: 500;
  transition: 0.3s;
}
.text-button a:hover {
  top: -10px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
}
.content-text.focus {
  position: relative;
}
.content-text.focus img {
  display: block;
  width: 415px;
  max-width: 100%;
  margin: 0 auto;
}
.content-text.focus .rte {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content-text.focus h2 {
  margin: 0;
}
/* .content-text.focus + .content-text {
    padding: 30px 60px;
} */
.content-text.next a {
  position: relative;
  top: 0;
  transition: 0.3s;
}
.content-text.next a:hover {
  top: 10px;
  padding-top: 10px;
}
.slider2 {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  padding: 70px 0;
  background: #f7f7f7;
}
.slider2 .ce_swiperStart {
  flex: 2 60%;
  max-width: 1200px;
  margin-left: -12.5%;
}
.slider2 .content-text {
  flex: 1 30%;
  padding: 50px 100px;
}
.slider2 .content-text h2 {
  width: max-content;
}
.slider2 .swiper-container {
  padding-bottom: 60px;
}
.slider2 .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0;
  left: 25%;
}
.slider2 .swiper-pagination-bullet,
.slider2 .swiper-pagination-bullet-active {
  background: #a5d5c6;
}
.logo-slider {
  padding: 150px 0;
}
.logo-slider .swiper-container {
  padding: 0 50px;
}
.logo-slider .swiper-button-next::after,
.logo-slider .swiper-button-prev::after {
  font-size: 33px;
  color: #ccc;
}
.logo-slider .content-gallery > ul {
  overflow: visible;
}
.logo-slider .content-gallery > ul li {
  float: none;
}
.logo-slider .content-gallery > ul .image_container img {
  margin: 0 auto;
}
#empfehlung .flex-row,
#zweitbrille .flex-row {
  padding: 90px 0;
}
#empfehlung .content-text,
#zweitbrille .content-text {
  padding: 0 100px;
}
#empfehlung .content-text blockquote,
#zweitbrille .content-text blockquote {
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}
.home_contact {
  padding: 40px 0;
  background: url(../../files/content/img/Bild_Frau_greift_zu_Sonnenbrille.jpg) no-repeat center top / 100%;
}
.home_contact .content-text {
  padding: 0 90px !important;
}
.gototop {
  position: absolute;
  bottom: 40px;
  right: 40px;
  width: 50px;
  cursor: pointer;
  transition: 0.3s;
}
.gototop:hover {
  bottom: 50px;
}
#team {
  padding: 50px 0 150px 0;
}
#team .flex-row.col2 {
  margin: 0 -10px;
}
#team .flex-row.col2 .content-text {
  width: 590px;
  margin: 50px 10px 0 10px;
  max-width: calc(50% - 20px);
}
#team .flex-row.col2 img {
  width: 100%;
}
#team .flex-row.col2 h3 {
  margin: 20px 0 10px 0;
  text-transform: none;
}
#team .flex-row.col2 p {
  margin-top: 0;
}
.content-text.ataglance .rte {
  top: -120px;
}
.content-text.services {
  padding: 0 96px !important;
}
.content-text.services ul {
  margin-top: -30px;
}
.content-text.services ul li {
  line-height: 26px;
  margin: 30px 0;
}
.content-text.services ul li::before {
  top: 0;
}
.gallery {
  padding-bottom: 200px;
}
.gallery .flex-row.col2 > [class*="content-"]:not(.noflex) {
  margin: 0 5px;
  max-width: calc(50% - 10px);
}
.gallery .image_container {
  margin: 5px 0;
}
.gallery .image_container img {
  display: block;
  width: 100%;
}
.contact .layout {
  width: 780px;
}
.contact h1,
.contact h1 + p {
  margin-bottom: 50px;
}
.map_container {
  padding: 50px 0 150px 0;
  background: #f7f7f7;
}
#map {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
#map iframe {
  display: none;
  width: 100%;
  padding: 0 !important;
}
#map .content-image {
  width: 100%;
}
#map .image-overlay {
  position: absolute;
  width: 42%;
  left: 50%;
  bottom: 70px;
  padding: 20px;
  text-align: center;
  background: #fff;
  transform: translateX(-50%);
  cursor: pointer;
}
#map .image-overlay h4 {
  margin: 5px 0 10px 0;
}
#map .image-overlay p {
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  margin: 0;
}
@media only screen and (max-width: 1920px) {
  .home_contact {
    background-size: auto 100%;
  }
}
@media only screen and (max-width: 1280px) {
  .content-text.services {
    padding: 0 5vw !important;
  }
}
@media only screen and (max-width: 991px) {
  #ueber_uns {
    padding: 50px 0;
  }
  #ueber_uns .content-text.col-small {
    padding-bottom: 100px;
  }
  #ueber_uns .flex-row.col2,
  #empfehlung .flex-row.col2,
  #zweitbrille .flex-row.col2 {
    flex-direction: column;
  }
  #ueber_uns .flex-row.col2 > [class*="content-"]:not(.noflex),
  #empfehlung .flex-row.col2 > [class*="content-"]:not(.noflex),
  #zweitbrille .flex-row.col2 > [class*="content-"]:not(.noflex) {
    width: 100%;
    max-width: 100%;
  }
  #ueber_uns .flex-row.col2 .content-image img,
  #empfehlung .flex-row.col2 .content-image img,
  #zweitbrille .flex-row.col2 .content-image img {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
  .slider2 {
    flex-direction: column;
    padding: 50px 0;
  }
  .slider2 .ce_swiperStart {
    padding: 0 15px;
    margin-left: 0;
  }
  .slider2 .swiper-container-horizontal > .swiper-pagination-bullets {
    left: 0;
  }
  .slider2 .content-text {
    flex: 1 30%;
    padding: 50px 30px;
    margin-top: 30px;
  }
  .slider2 .content-text h2 {
    width: auto;
  }
  .slider2 .content-text ul {
    width: max-content;
    margin: 0 auto;
  }
  #empfehlung .flex-row.col2 {
    flex-direction: column-reverse;
  }
  .home_contact {
    padding: 40vw 0 150px;
    margin-top: 50px;
    background: url(../../files/content/img/Bild_Frau_greift_zu_Sonnenbrille.jpg) no-repeat right top / 150%;
  }
  .home_contact .flex-row.col2 {
    flex-direction: column;
    align-items: center;
  }
  .home_contact .content-text {
    padding: 0 !important;
  }
  .content-text.impressum h3,
  .content-text.impressum p,
  .content-text.impressum ul {
    padding-left: 0;
    padding-right: 0;
  }
  #map .image_container img {
    height: 450px;
    object-fit: cover;
  }
  #team .col2 .content-text:not(.noflex) {
    padding: 0;
  }
  .content-text.ataglance {
    top: 0;
  }
  #services h1 {
    margin: 1em 0;
  }
  #services .flex-row.col2 {
    flex-direction: column;
  }
  #services .flex-row.col2 .content-text:not(.noflex) {
    max-width: 100%;
  }
  #services .flex-row.col2 ul {
    max-width: 500px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  #ueber_uns {
    padding: 100px 0 50px 0;
  }
  #ueber_uns2 .col2 .content-text {
    padding: 0;
  }
  #ueber_uns .flex-row.col2 .content-image img,
  #empfehlung .flex-row.col2 .content-image img,
  #zweitbrille .flex-row.col2 .content-image img {
    width: 100%;
  }
  .logo-slider {
    padding: 100px 0;
  }
  #empfehlung .flex-row,
  #zweitbrille .flex-row {
    padding: 50px 0;
  }
  #empfehlung .content-text,
  #zweitbrille .content-text {
    padding: 0;
  }
  .home_contact {
    background-size: 200%;
  }
  #team {
    padding: 30px 0 0px 0;
  }
  #team .flex-row.col2 {
    align-items: center;
  }
  #team .flex-row.col2 .content-text {
    max-width: calc(100% - 20px);
  }
  .team_contact {
    padding-bottom: 150px;
  }
  #services .col2 .content-text:not(.noflex) {
    padding: 0;
  }
  .content-text.services {
    padding: 0 !important;
  }
  .gallery .flex-row.col2 > [class*="content-"]:not(.noflex) {
    max-width: 100%;
    margin: 0;
  }
  .map_container {
    padding-bottom: 100px;
  }
  #map {
    /*         .image_container img {
            height: 300px;
            object-fit: cover;
        } */
  }
  #map .image-overlay {
    width: 90%;
    bottom: 50px;
  }
}
/*
 * Form
 */
.form_title {
  width: 100%;
  max-width: 900px;
  margin-top: 150px;
  margin: 150px auto 0 auto;
}
.form_title h2 {
  margin: 0;
}
.form_title p {
  margin-top: 0;
}
.ce_form {
  width: 100%;
  max-width: 920px;
  padding: 2px;
  margin: 10px auto 150px auto;
}
input.text,
textarea {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #727675;
  width: 100%;
  padding: 15px;
  border: 0;
  border-radius: 8px;
  background: #f7f7f7;
}
.widget-text {
  margin: 10px 0;
}
.widget-explanation p {
  font-size: 14px;
  margin: 0;
}
.widget-explanation a {
  text-decoration: underline;
}
.widget-submit {
  text-align: center;
  margin: 80px 0 50px 0;
}
button.submit {
  position: relative;
  top: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 15px 50px;
  border: 0;
  border-radius: 30px;
  background: #a5d5c6;
  transition: 0.3s;
}
button.submit:hover {
  top: -10px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
}
fieldset.col2 {
  border: none;
  padding: 0;
  margin: 10px -5px;
}
fieldset.col2 .widget-text {
  margin: 0 5px;
  width: calc(50% - 10px);
}
.checkbox_container {
  border: 0;
  margin-top: 10px;
}
input[type='checkbox'],
input[type='radio'] {
  position: absolute;
  height: 0;
  opacity: 0;
}
input[type='checkbox'] + label,
input[type='radio'] + label {
  position: relative;
  cursor: pointer;
}
input[type='checkbox']:checked + label::before,
input[type='checkbox']:not(:checked) + label::before,
input[type='radio']:checked + label::before,
input[type='radio']:not(:checked) + label::before {
  content: ' ';
  position: relative;
  top: 4px;
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-left: -15px;
  margin-right: 13px;
  border-radius: 3px;
  border: 1px solid #e5e5e5;
  background: #f7f7f7;
}
input[type='checkbox']:checked + label::after,
input[type='radio']:checked + label::after {
  content: ' ';
  position: absolute;
  left: -7px;
  top: -2px;
  width: 5px;
  height: 12px;
  border: solid #a5d5c6;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .form_title {
    margin-top: 100px;
  }
  fieldset.col2 {
    margin: -5px 0;
  }
  fieldset.col2 .widget-text {
    width: 100%;
    margin: 5px 0;
  }
}
/*
 * Footer
 */
#footer {
  background: #a5d5c6;
}
#footer .flex-row {
  justify-content: space-between;
  padding-top: 80px;
}
#footer p,
#footer a {
  color: #fff;
  font-weight: 500;
  line-height: 23px;
}
#footer a:hover svg path {
  fill: #d2eae2;
}
#footer .times p {
  margin-bottom: 5px;
}
#footer table {
  width: 220px;
}
#footer td {
  color: #fff;
  padding: 0;
}
#footer .contact svg {
  margin: 5px 0;
  transition: 0.3s;
}
#footer .contact svg:first-child {
  margin-right: 7px;
}
#footer .mod_customnav {
  border-top: 1px solid #fff;
}
#footer .mod_customnav ul {
  list-style: none;
  margin: 20px 0;
  padding: 0;
}
#footer .mod_customnav li {
  position: relative;
  display: inline-block;
  padding: 5px 0;
}
#footer .mod_customnav li a,
#footer .mod_customnav li strong {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
#footer .mod_customnav li a:hover {
  color: #d2eae2;
}
#footer .mod_customnav li strong {
  font-weight: bold;
}
#footer .mod_customnav li:first-child {
  margin-right: 50px;
}
@media only screen and (max-width: 991px) {
  .content-image {
    margin: 30px auto;
  }
}
/* .cookiebar {
    font-size: 10px;
    background-color: rgba(0, 0, 0, .6);
}
.cookiebar__message {
    margin-right: 0px;
}
.cookiebar__button, .cookiebar__button:hover {
    background-color: @green;
} */
.contao-cookiebar {
  padding: 0;
}
.contao-cookiebar .cc-inner {
  max-width: 100%;
  width: 100%;
  text-align: center;
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.6);
}
.contao-cookiebar .cc-head {
  display: inline-block;
  color: #fff;
  font-size: 10px;
}
.contao-cookiebar .cc-head a {
  color: #fff;
  text-decoration: underline;
}
.contao-cookiebar .cc-footer {
  display: inline-block;
}
.contao-cookiebar .cc-btn.success {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 16px;
  border: none;
  border-radius: 0;
  margin-left: 10px;
  background-color: #a5d5c6;
}

