@charset "UTF-8";
/* =============================================================
   ECS – Theme-Styles (aus LESS migriert, Contao 5)
   Quellen (Kaskaden-Reihenfolge): basics, fonts, merck_main,
   merck_navigation_desktop, merck_navigation_burgermenu.
   slick bleibt separat. Kompiliert via Live Sass Compiler -> ecs-style.css
   Klassen-Anpassung C5: .ce_text -> .content-text, .ce_hyperlink -> .content-hyperlink
   ============================================================= */
/* ---- Mixins: aus LESS paren-losen Mixins gehoistet (vor erster Nutzung) ---- */
/* ============================================================= */
/* QUELLE: basics.less */
/* ============================================================= */
/* https://stackoverflow.com/questions/16704243/widths-to-use-in-media-queries */
/* was 480 */
/* was 640 */
/* was 960/800 768 iPad*/
/* was 1024 */
/* was 1280 */
/* was 1280 */
/* COLOURS */
/* z.B kursiv in wysiwyg */
/* TEXT */
/* Spacings + Paddings */
.logotest figure > figcaption {
  color: rgb(154, 154, 154);
  font-family: Courier;
  font-size: 15px;
}
.logotest {
  margin: 0 auto;
  max-width: 1275px;
}
.logotest img {
  border: 1px solid #dfdfdf;
  margin-top: 50px;
  margin-bottom: 0px;
}

/* ============================================================= */
/* QUELLE: fonts.css */
/* ============================================================= */
/* source-sans-pro-300 - latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/source-sans-pro-v21-latin/source-sans-pro-v21-latin-300.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/source-sans-pro-v21-latin/source-sans-pro-v21-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/source-sans-pro-v21-latin/source-sans-pro-v21-latin-300.woff2") format("woff2"), url("../fonts/source-sans-pro-v21-latin/source-sans-pro-v21-latin-300.woff") format("woff"), url("../fonts/source-sans-pro-v21-latin/source-sans-pro-v21-latin-300.ttf") format("truetype"), url("../fonts/source-sans-pro-v21-latin/source-sans-pro-v21-latin-300.svg#SourceSansPro") format("svg"); /* Legacy iOS */
}
/* source-sans-pro-regular - latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/source-sans-pro-v21-latin/source-sans-pro-v21-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/source-sans-pro-v21-latin/source-sans-pro-v21-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/source-sans-pro-v21-latin/source-sans-pro-v21-latin-regular.woff2") format("woff2"), url("../fonts/source-sans-pro-v21-latin/source-sans-pro-v21-latin-regular.woff") format("woff"), url("../fonts/source-sans-pro-v21-latin/source-sans-pro-v21-latin-regular.ttf") format("truetype"), url("../fonts/source-sans-pro-v21-latin/source-sans-pro-v21-latin-regular.svg#SourceSansPro") format("svg"); /* Legacy iOS */
}
/* source-sans-pro-600 - latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/source-sans-pro-v21-latin/source-sans-pro-v21-latin-600.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/source-sans-pro-v21-latin/source-sans-pro-v21-latin-600.eot?#iefix") format("embedded-opentype"), url("../fonts/source-sans-pro-v21-latin/source-sans-pro-v21-latin-600.woff2") format("woff2"), url("../fonts/source-sans-pro-v21-latin/source-sans-pro-v21-latin-600.woff") format("woff"), url("../fonts/source-sans-pro-v21-latin/source-sans-pro-v21-latin-600.ttf") format("truetype"), url("../fonts/source-sans-pro-v21-latin/source-sans-pro-v21-latin-600.svg#SourceSansPro") format("svg"); /* Legacy iOS */
}
/* Lora */
@font-face {
  font-family: "Lora";
  font-style: normal;
  font-weight: 600;
  src: local(""), url("../fonts/Lora/static/Lora-Regular.ttf") format("truetype"); /* Safari, Android, iOS */
}
/* ============================================================= */
/* QUELLE: merck_main.less */
/* ============================================================= */
/*
 * ECS Dr. Merck - Responsive Stylesheet
*/
/* Global Settings */
* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  outline: none;
  font-weight: 300;
  border: none;
  font-family: "Source Sans Pro", sans-serif;
}

* {
  box-sizing: border-box;
}

*::after,
*::before {
  box-sizing: border-box;
}

body,
html {
  color: red; /* to identify unstyled elements */
}

#wrapper {
  opacity: 0.2;
  opacity: 1;
}

/*
#language-select{
    display:none;
    position: absolute;
    right: 33px;
    top: 4px;
    font-size:12px;
}
*/
.animation .container {
  width: 80%;
  margin: 0 auto;
  height: 100%;
  margin: 0 auto;
}
.animation .img-container {
  border: 1px solid #ccc;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  cursor: ew-resize;
}
.animation .img360 {
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 0;
}
.animation img {
  width: 100%;
  margin: 0;
  padding: 0;
}
.animation #preload-imgs {
  display: none;
}
.animation .caption {
  text-align: center;
}
.animation .degree {
  width: 80%;
  margin: 0 auto;
  padding-top: 20px;
  position: absolute;
  color: #ececec;
  z-index: 99999;
  text-align: right;
  padding-right: 10px;
}
.animation {
  margin: 20px 0;
}
@media screen and (max-width: 480px) {
  .animation .container,
  .animation .degree {
    width: 100% !important;
  }
}

.error,
p.error {
  color: red;
  text-align: left !important;
  display: inline;
}

form div.mandatory.error label {
  display: none;
}

form div.widget-captcha.error span.captcha_text.error {
  display: block !important;
  text-align: center !important;
  width: 100% !important;
}

a,
span.link {
  cursor: pointer;
  color: #1c88be;
}

a:hover,
span.link:hover {
  text-decoration: underline;
}

a.no-underline:hover {
  text-decoration: none !important;
}

a.link-blue {
  padding-left: 26px;
  padding-right: 5px;
  background: url("../images/link-arrows.svg") no-repeat 0 -38px;
  background-size: 20px 140px;
}

a.link-blue.blue-rotate {
  background: url(../images/link-arrows-rotate.svg) no-repeat 0 -38px !important;
  background-size: 20px 140px;
}

ol.less-text > li:nth-child(even) {
  background: #fffaf0;
}

.less-text li:hover {
  background: #fef1ce !important;
}

.shadow-top {
  -webkit-box-shadow: 0px -5px 6px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px -5px 6px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px -5px 6px 0px rgba(0, 0, 0, 0.3);
}

div.show-more-text {
  background: #fbfbf7;
  padding: 20px 0 20px 0;
}

/*
#container a:before {
    content:'';
}
*/
.bildreihe {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 40px;
}
.bildreihe .bild {
  display: inline-block;
  width: 320px;
  height: 214px;
  position: relative;
}
.bildreihe .bild .caption {
  color: #fff;
  font-size: 14px;
  padding: 1px 4px;
  position: absolute;
  bottom: 8px;
  right: 8px;
  background: url(../images/overlay.png) repeat;
  opacity: 0.6;
}
.bildreihe .bild:hover .caption {
  opacity: 1;
}

.no-bg {
  background: none !important;
}

.tick {
  background-image: url(../images/icon-tick.png);
}

.cross {
  background-image: url(../images/icon-cross.png);
}

.table-td {
  background-repeat: no-repeat;
  background-position: 10px center;
  padding-left: 40px;
}

.compare-table {
  border-collapse: collapse;
  color: #000;
}
.compare-table tr,
.compare-table td {
  border: 1px solid #b1b1b1;
}
.compare-table tr:first-child td {
  text-align: center !important;
  width: 50%;
}
.compare-table .onLoadInvisible {
  opacity: 0 !important;
  border: 3px solid red;
}
.compare-table .tick-first tr td:nth-child(odd) {
  background-image: url(../images/icon-tick.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  padding-left: 40px;
}
.compare-table .tick-first tr td:nth-child(even) {
  background-image: url(../images/icon-cross.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  padding-left: 40px;
}
.compare-table .cross-first tr td:nth-child(odd) {
  background-image: url(../images/icon-cross.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  padding-left: 40px;
}
.compare-table .cross-first tr td:nth-child(even) {
  background-image: url(../images/icon-tick.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  padding-left: 40px;
}
.compare-table tr:nth-child(even) {
  background: #fffaf0;
}
@media screen and (min-width: 640px) {
  .compare-table tr:hover {
    background: #fef1ce !important;
  }
  .compare-table tr:hover td {
    color: #000;
  }
  .compare-table tr:first-child,
  .compare-table tr:first-child:hover {
    background: #fee5a5 !important;
  }
}
.compare-table td {
  padding: 15px;
}

.hash {
  cursor: pointer;
}

div.clear {
  clear: both;
}

#logo {
  position: absolute;
  top: 35px;
  left: 50px;
  -webkit-transition: margin-top 500ms ease-out;
  -moz-transition: margin-top 500ms ease-out;
  -o-transition: margin-top 500ms ease-out;
  transition: margin-top 500ms ease-out;
}
#logo img {
  height: 60px;
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  transition-property: transform, top;
  transform-origin: top left;
}

/* LOGO UPDATE 2023 DR. ZIDAN*/
#logo {
  top: 28px;
}
#logo img {
  height: 100px;
}

@media screen and (max-width: 480px) {
  #logo img {
    height: 70px !important;
  }
}
/*
.mobile-on{
    display:none !important;
}



// NAVI
#nav-switch{
    cursor: pointer;
    display: none;
    width:40px;
    height:40px;
    position: fixed;
    right:30px; // 10
    top: 20px; // 10
    z-index:99999;
    background: transparent url("../images/mobile-menu.svg") no-repeat scroll center -213px / 50px 268px;
    //background-size: 20px 200px !important;
    //background-position: center 4px  !important;
}


#nav-switch.active{
    background-color: $green-dark;
    background-position: center -100px;
}

// CLASS MOBILE SET BY JQUERY in allpages.js
#header .mobile{

        .trail{ // SHOW HOME IN MOBILE MENU
            display: block;
        }

        .navBreak{ // is set by JQ
            display:none;
        }

        .desktop-navi-right{
            position: fixed;
            left: 0 !important;
            width: 100% !important;
            height: 100% !important;
            overflow: auto;
            background:url(../images/overlay.png) repeat;
            padding-bottom:20px;
            padding-top: 60px;
        }

        .mainnavigation_desktop ul.level_1 li, .trail{
            float:none !important;
        }

        .mainnavigation_desktop ul.level_1 li a, .mainnavigation_desktop ul.level_1 span.active,.trail{
            color: #fff !important;
            text-align: left !important;
            font-weight:$font-bold;
        }

        .mainnavigation_desktop ul.level_1 span.active:hover,
        .mainnavigation_desktop ul.level_1 span.active:focus,
        .mainnavigation_desktop ul.level_1 span.active:active,
        .mainnavigation_desktop.block ul.level_1 li.active,
        .mainnavigation_desktop ul li:hover,
        .trail
        {
            color: #fff !important;
            background: $green-dark !important;
        }
    }
*/
.header1 {
  height: 200px;
  background: url(/files/images/schmale-Header/1280x200px_frau_01.jpg) no-repeat top center;
}

.gradient-big {
  position: absolute;
  width: 100%;
  height: 100px;
  z-index: 5;
  background: -moz-linear-gradient(top, #fbfbf7 0%, rgba(251, 251, 247, 0.5) 51%, rgba(251, 251, 247, 0) 100%);
  background: -webkit-linear-gradient(top, #fbfbf7 0%, rgba(251, 251, 247, 0.5) 51%, rgba(251, 251, 247, 0) 100%);
  background: linear-gradient(to bottom, #fbfbf7 0%, rgba(251, 251, 247, 0.5) 51%, rgba(251, 251, 247, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
}
@media screen and (max-width: 768px) {
  .gradient-big {
    height: 80px;
  }
}

.fullwidth-img img,
.headerbild img {
  width: 100% !important;
  height: auto !important;
  max-width: 1380px !important;
}

/* Dies kann als Formatierung im Contao Wysiwyg zur Kennzeichnung ausgewählt werden*/
/*
em {
    font-style: normal !important;
    color: $highlight;
    font-weight: $font-bold;
}
*/
.header-relative #header {
  height: 0px !important;
  position: relative !important;
}
.header-relative .headerbild {
  margin-top: 0 !important;
}

.one-line-space {
  margin-bottom: 20px !important;
}

.margin-top {
  margin-top: 40px !important;
}

.padding-top {
  padding-top: 20px !important;
}

.margin-bot {
  margin-bottom: 40px !important;
}

.padding-bot {
  padding-bottom: 40px;
}

/* FARBEN */
.blue-dark {
  background-color: #1c88be;
}

.blue-dark-text,
.blue-dark-text-h1 h1,
div.blue-dark-text .grey-dark-text {
  color: #1c88be;
}

.grey-dark {
  background-color: #505050;
}

.grey-dark-text {
  color: #505050;
}

.blue-logo {
  background-color: #435566;
}

.blue-logo-text {
  color: #435566;
}

.green-light {
  background-color: #addbdb;
}

.green-light-text {
  color: #addbdb;
}

.green-medium {
  background-color: #5cbdb4;
}

.green-medium-text {
  color: #5cbdb4;
}

.green-dark {
  background-color: #009baa;
}

.green-dark-text {
  color: #009baa;
}

.yellow {
  background-color: #fee5a5;
}

.yellow-text,
a.link-on-blue {
  color: #fee5a5;
}

.white {
  background-color: #ffffff;
}

.white-text {
  color: #ffffff !important;
}

/* --- ENDE FARBEN --- */
/* Text Sizes */
.text-s *,
.text-s,
#footer *,
.bodyform .text-s {
  font-size: 16px !important;
  line-height: 130% !important;
}

.text-m *,
.text-m,
p {
  font-size: 20px !important;
}
@media screen and (max-width: 768px) {
  .text-m *,
  .text-m,
  p {
    font-size: 22px !important;
  }
}
.text-m *,
.text-m,
p {
  line-height: 130% !important;
}

.text-l {
  font-size: 28px;
  line-height: 130%;
}

.text-xl,
h2,
h3,
#boxen-kurzinfo-2er h1,
#boxen-kurzinfo-2er h4,
.no-img .farbbox em,
.text-xl h1 {
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .text-xl,
  h2,
  h3,
  #boxen-kurzinfo-2er h1,
  #boxen-kurzinfo-2er h4,
  .no-img .farbbox em,
  .text-xl h1 {
    font-size: 28px;
  }
}
.text-xl,
h2,
h3,
#boxen-kurzinfo-2er h1,
#boxen-kurzinfo-2er h4,
.no-img .farbbox em,
.text-xl h1 {
  line-height: 110% !important;
}

h1 {
  line-height: 120% !important;
}

.headline {
  font-weight: 500;
}

ul,
ol {
  list-style-position: outside;
  margin-left: 14px;
  padding-left: 6px;
  line-height: 170%;
}

.infobox ul {
  font-size: 20px;
}

.infobox h4 {
  padding: 20px 0;
  font-size: 28px !important;
  font-weight: 500 !important;
}

.infobox-text {
  padding-top: 0 !important;
}
.infobox-text h1,
.infobox-text h4 {
  margin-bottom: 15px !important;
}

@media screen and (min-width: 768px) {
  .textbox50left {
    float: left;
    width: 40%;
  }
}
.textbox50left {
  margin: 0 5%;
}

@media screen and (min-width: 768px) {
  .textbox50right {
    float: right;
    width: 40%;
  }
}
.textbox50right {
  margin: 0 5%;
}

/* Text Font-Weight AND STYLES */
h6,
strong,
strong a {
  font-weight: 500 !important;
}

.italic {
  font-style: italic;
}

/* Text Align */
.text-center,
.text-center * {
  text-align: center !important;
}

.text-center ul,
.text-center ul *,
.text-center ol,
.text-center ol *,
.text-center .text-left-important * {
  /* nicht für Listen */
  text-align: left !important;
}

.text-left {
  text-align: right !important;
}

.text-right {
  text-align: center !important;
}

/* MEDIA QUERIES */
@media all and (min-width: 480px) {
  /* Zeigt NUR bei Level 1  */
  .only-phone-on {
    display: none;
  }
  .not-phone-on {
    display: block;
  }
}
@media not all and (min-width: 480px) {
  /* Zeigt immer AUSSER bei Level 1  */
  .only-phone-on {
    display: block;
  }
  .not-phone-on {
    display: none;
  }
}
/* END MEDIA QUERIES */
.box-padding,
div.pad-after-inside div.inside > div {
  /* ALLE DIVS nach .inside*/
  padding: 20px 48px;
}

body {
  background-color: #fbfbf7;
  font-family: Source Sans Pro;
  font-size: 20px;
  font-weight: 400;
  color: #505050;
  margin: 0;
}

#container {
  /* AFTER wrapper and header */
  margin: 0 auto;
}

.nowrap {
  white-space: nowrap;
}

.fullwidthbox {
  padding: 20px 10px 20px 10px;
}
.fullwidthbox .inside {
  max-width: 1024px;
  margin: 0 auto;
  text-align: center;
}
.fullwidthbox .headline-blue-dark {
  color: white;
  font-size: 50px;
  font-weight: 300;
}
.fullwidthbox .headline-white {
  color: black;
  font-size: 50px;
  font-weight: 300;
}
.fullwidthbox ul {
  line-height: 150%;
  width: 100%;
  text-align: left !important;
}

.teaser-vorteil {
  min-height: 200px;
  line-height: 140%;
  margin-bottom: 30px;
  border-bottom: 9px solid #fee5a5;
  float: left;
}
.teaser-vorteil span {
  display: block;
}
.teaser-vorteil span.headline {
  font-weight: 500;
}
.teaser-vorteil img {
  height: 50px;
  display: inline-block;
}
.teaser-vorteil a.inside,
.teaser-vorteil span.inside {
  color: #fff;
  display: block;
  padding: 20px 30px 30px 30px;
}
.teaser-vorteil a.inside:hover {
  background-color: #18a8b7;
}
@media screen and (min-width: 480px) {
  .teaser-vorteil {
    width: 33%;
    border-right: none;
  }
}
@media screen and (min-width: 768px) {
  .teaser-vorteil {
    width: 33%;
  }
}

.teaser-vorteil-spacer {
  float: left;
  width: 0.5%;
  height: 1px;
  background: #fff;
}

.container-vorteile {
  background: #fff;
}
.container-vorteile .inside {
  margin: 0 auto;
  max-width: 1380px;
}

span.desktopBreak {
  display: block;
}

.slider-intro {
  width: 100%;
  text-align: center;
  max-width: 1380px;
  margin: 0 auto;
}
.slider-intro .slick-dots {
  left: 46px;
}
@media screen and (max-width: 640px) {
  .slider-intro .slick-dots {
    text-align: center;
    margin: 0 auto;
    left: 0%;
    position: relative;
  }
}
.slider-intro .singleslide {
  position: relative;
}
.slider-intro .singleslide .picture {
  display: block;
  position: relative;
  margin: 0 auto;
}
.slider-intro .singleslide .headline-overlay {
  position: absolute;
  display: block;
  top: 150px;
  left: 48px;
  margin: 0 auto;
  width: 380px;
  text-align: left;
}
.slider-intro .singleslide .headline-overlay h2 {
  color: #435566;
  font-weight: 300;
  line-height: 100%;
}
.slider-intro .singleslide .headline-overlay h3 {
  color: #009baa;
  font-weight: 300;
  margin-top: 20px;
  line-height: 100%;
}
@media screen and (min-width: 480px) {
  .slider-intro .singleslide .headline-overlay {
    top: 50px;
  }
}
@media screen and (min-width: 768px) {
  .slider-intro .singleslide .headline-overlay {
    top: 100px;
    top: 8vw;
  }
}
@media screen and (max-width: 640px) {
  .slider-intro .singleslide .headline-overlay h2,
  .slider-intro .singleslide .headline-overlay h3 {
    font-size: 20px;
    text-align: center;
    margin: 0px;
    padding: 0px;
  }
  .slider-intro .singleslide .headline-overlay {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 20px 10px 20px 10px;
    left: 0;
    text-align: center;
    top: 0px;
  }
}
.slider-intro img {
  display: block;
  margin: 0 auto;
  max-width: 1380px;
  width: 100% !important;
  padding: 0px;
}

.slider-intro-eco {
  width: 100%;
  text-align: center;
  max-width: 1380px;
  margin: 0 auto;
}
.slider-intro-eco .slick-dots {
  left: 46px;
}
@media screen and (max-width: 640px) {
  .slider-intro-eco .slick-dots {
    text-align: center;
    margin: 0 auto;
    left: 0%;
    position: relative;
  }
}
.slider-intro-eco .singleslide {
  position: relative;
  max-height: 500px;
}
.slider-intro-eco .singleslide .picture {
  display: block;
  position: relative;
  margin: 0 auto;
}
.slider-intro-eco .singleslide .headline-overlay {
  position: absolute;
  display: block;
  left: 48px;
  margin: 0 auto;
  width: 380px;
  text-align: left;
}
.slider-intro-eco .singleslide .headline-overlay h2 {
  color: #435566;
  font-weight: 300;
  line-height: 100%;
}
.slider-intro-eco .singleslide .headline-overlay h3 {
  color: #009baa;
  font-weight: 300;
  margin-top: 20px;
  line-height: 100%;
}
@media screen and (min-width: 480px) {
  .slider-intro-eco .singleslide .headline-overlay {
    top: 50px;
  }
}
@media screen and (min-width: 768px) {
  .slider-intro-eco .singleslide .headline-overlay {
    top: 100px;
    top: 6vw;
  }
}
@media screen and (max-width: 640px) {
  .slider-intro-eco .singleslide .headline-overlay h2,
  .slider-intro-eco .singleslide .headline-overlay h3 {
    font-size: 20px;
    text-align: center;
    margin: 0px;
    padding: 0px;
  }
  .slider-intro-eco .singleslide .headline-overlay {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 20px 10px 20px 10px;
    left: 0;
    text-align: center;
    top: 0px;
  }
}
.slider-intro-eco img {
  display: block;
  margin: 0 auto;
  max-width: 1380px;
  width: 100% !important;
  padding: 0px;
  background-size: cover;
}

.highlights {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.highlights .firstrow {
  background-color: #ddf0f2;
  margin: 0px;
  width: 49.5%;
  padding: 40px;
  padding-top: 10px;
  margin-right: 1%;
}
@media screen and (max-width: 640px) {
  .highlights .firstrow {
    width: 100%;
    padding-bottom: 0px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.highlights .secondrow {
  background-color: #ddf0f2;
  margin: 0px;
  width: 49.5%;
  padding: 40px;
  padding-top: 10px;
}
@media screen and (max-width: 640px) {
  .highlights .secondrow {
    width: 100%;
    padding-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.highlights ul {
  margin: 0px;
  padding: 0px;
}
.highlights li {
  font-size: 30px;
  list-style-type: none;
  margin-top: 2rem;
  background: url("../../../files/theme/images/checkbox1.png") no-repeat left top;
  background-size: 25px 25px;
  padding: 0px 0 3px 45px;
  font-size: 24px;
  line-height: 25px;
  font-weight: 300;
}
.highlights ul.better li {
  background-position: left 4px;
}

.mod_article.rtl.block div.highlights div.rs-columns ul li {
  font-size: 30px;
  list-style-type: none;
  margin-top: 2rem;
  background: url("../../../files/theme/images/checkbox1.png") no-repeat right top;
  background-size: 25px 25px;
  padding: 0px 45px 3px 0px;
  font-size: 24px;
  line-height: 25px;
  font-weight: 300;
}

.mobileImgTestimonial {
  display: none;
}

.testimonial {
  height: 238px;
}
.testimonial .inner {
  font-weight: 400;
  padding: 50px;
  width: 50%;
}
.testimonial .inner .inner2 {
  margin-top: 10px;
  width: 100%;
  text-align: right;
}

#testimonial-3er .inside {
  margin-bottom: 12px;
}

@media screen and (max-width: 768px) {
  .testimonial {
    height: auto;
  }
  .testimonial .inner {
    padding: 20px;
    padding-top: 258px;
    width: 90% !important;
  }
  .testimonial .inner[style] {
    float: none !important;
  }
}
div#boxen-kurzinfo-2er {
  color: #505050;
}
.mod_article .inside {
  margin: 0 auto;
  text-align: left;
  max-width: 1380px;
}

#main .mod_article.articlefull .inside {
  max-width: inherit;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.maxwidth-center {
  margin: 0 auto;
  text-align: center;
}
.maxwidth-center table {
  text-align: left !important;
  margin: 0 auto;
}
.maxwidth-center h1 {
  margin-bottom: 30px;
}
.maxwidth-center .text-xl h1 {
  margin-bottom: 0;
}
.maxwidth-center .inside {
  margin: 0 auto;
  text-align: left;
  max-width: 1380px;
}
.maxwidth-center .text-and-head-pad {
  padding: 20px 0 30px 0;
}
.maxwidth-center {
  /* Colour-Boxen und zugehörige Elemente */
}
.maxwidth-center .headline-center {
  padding: 20px 0;
  text-align: center;
}
.maxwidth-center .farbbox {
  max-width: 50%;
  float: left;
}
.maxwidth-center .farbbox .headline {
  font-weight: 300 !important;
}
.maxwidth-center .float-img {
  width: 50%;
}
.maxwidth-center .box-white {
  background: #fff;
}
.maxwidth-center .box-blue {
  background: #72cbf5;
  max-width: none !important;
  width: 100% !important;
}
.maxwidth-center .box-blue a {
  color: #e52125;
}
.maxwidth-center .box-blue .headline-center {
  color: #1c88be;
}
.maxwidth-center .box-blue .farbbox {
  max-width: none !important;
  width: 100% !important;
}
.maxwidth-center .box-blue-dark {
  background: #0087bf;
  color: #fff;
  max-width: none !important;
  width: 100% !important;
  padding-top: 20px;
  padding-bottom: 20px;
}
.maxwidth-center .box-blue-dark a {
  color: #fee5a5;
}
.maxwidth-center .box-blue-dark .headline-center {
  color: #fff;
}
.maxwidth-center .box-blue-dark .farbbox {
  max-width: none !important;
  width: 100% !important;
}
.maxwidth-center .box-blue-dark .text-and-head-pad {
  padding: 0;
}
.maxwidth-center .box-green {
  color: #fff;
  background: #009baa;
}
.maxwidth-center .box-green a {
  color: #fee5a5;
}
.maxwidth-center .box-green em {
  font-weight: 300;
  color: #fff;
}
.maxwidth-center .box-green-dark {
  background: #addbdb;
  max-width: none !important;
  width: 100% !important;
}
.maxwidth-center .box-green-dark .farbbox {
  max-width: none !important;
  width: 100% !important;
}
.maxwidth-center .box-green-dark .headline-center {
  color: #009baa;
}
.maxwidth-center .box-green-dark .text-and-head-pad {
  padding: 0 !important;
}
.maxwidth-center .float-img {
  float: right;
}

.no-img .farbbox {
  max-width: 100%;
  float: none;
}
.no-img .farbbox .copytext {
  margin-top: -10px;
  padding: 0 48px 20px;
}

.width80 {
  width: 80%;
  margin: 0 auto;
}

.overflow {
  overflow: auto !important;
}
.overflow h1 {
  word-wrap: break-word;
}

/* KONTAKT */
.iFrameCover {
  position: absolute;
  width: 100%;
  height: 450px;
  z-index: 99;
}

#kontakt-id .farbbox table td table {
  margin: 0;
  margin-left: -3px;
}
#kontakt-id .farbbox table {
  width: 80%;
}
#kontakt-id .farbbox table img {
  border-radius: 50%;
}
#kontakt-id div.headline-center {
  margin-bottom: 20px;
  text-align: center !important;
}

footer img:hover {
  opacity: 0.6;
}

#footer a {
  color: #505050;
}

#dw-footer {
  font-size: 16px !important;
  color: #fff;
}
#dw-footer table {
  margin: 0;
}
#dw-footer a,
#dw-footer .footerText,
#dw-footer .footerText p {
  font-size: 16px !important;
  color: #fff;
}
#dw-footer a:hover {
  color: #fee5a5;
}
#dw-footer .inside {
  background: #445566;
  padding: 35px 0 25px 0;
}
#dw-footer .footerText,
#dw-footer .footerLinks {
  float: left;
  padding: 0 !important;
}
#dw-footer .footerText {
  width: 22%;
  margin-left: 50px;
}
#dw-footer .footerLinks {
  max-width: 17%;
  margin-left: 4%;
}
#dw-footer .footerLinks a {
  display: block;
  margin-bottom: 3px;
}
#dw-footer .footerLinks a.spalte3-link-1 {
  text-decoration: underline;
  text-decoration: none;
}

/* ICONS */
.icon {
  background-position: 20px center !important;
  background-repeat: no-repeat !important;
  padding: 10px 90px !important;
  margin-bottom: 20px !important;
}
.icon a {
  color: #505050 !important;
}

.icon-flieger {
  background-image: url("../images/icon-flieger.svg") !important;
  background-size: 40px 40px !important;
}

.icon-phone {
  background-image: url("../images/icon-phone.svg") !important;
  background-size: 40px 40px !important;
}

.icon-google {
  background-image: url("../images/icon-google.svg") !important;
  background-size: 40px 40px !important;
}

.icon-dankes {
  background-image: url("../images/icon-dankes.svg") !important;
  background-size: 40px 40px !important;
}

.no-link a {
  cursor: default;
}
.no-link a:hover {
  text-decoration: none;
}

.kreis {
  line-height: 140%;
  margin: 0 auto;
  width: 186px;
  height: 186px;
  -moz-border-radius: 93px;
  -webkit-border-radius: 93px;
  border-radius: 93px;
  text-align: center;
  display: table;
  overflow: hidden;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  transform-origin: center center;
}
.kreis .inside {
  font-size: 28px;
  color: #fff !important;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.kreis .inside a {
  color: #fff !important;
  text-decoration: none;
}
.kreis .inside span.headline {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 20px;
  margin-top: -20px;
  display: block;
}

/* FAQ */
.frage {
  position: relative;
  cursor: pointer;
  padding: 25px;
}

.antwort {
  display: none;
  padding: 25px;
  color: #505050;
}

.faqbox {
  float: left;
  width: 29.3%;
  margin: 5px 2% 5px 2%;
}
@media not all and (min-width: 480px) {
  .faqbox {
    /* Zeigt NUR bei Level 1  */
    float: none;
    width: 96%;
  }
}
.faqbox span.read-more {
  position: absolute;
  cursor: pointer;
  width: 20px;
  height: 20px;
  right: 5px;
  bottom: 5px;
  background-size: 20px 200px !important;
}
.faqbox .frage:hover span.read-more,
.faqbox .found .frage span.read-more {
  /* weisses plus*/
  background: transparent url(../images/open-close-faq.svg) no-repeat;
  background-position: center 4px !important;
}
.faqbox .sel span.read-more,
.faqbox .sel:not(.found) .frage:hover span.read-more {
  background: transparent url(../images/open-close-faq.svg) no-repeat;
  background-position: center -185px !important;
}
.faqbox .inside {
  margin-bottom: 6px;
}

/* FAQ - NACH DER OP */
.nach-der-op .frage {
  color: #5cbdb4;
}
.nach-der-op .frage span.read-more {
  background: transparent url(../images/open-close-faq.svg) no-repeat center -28px;
}
.nach-der-op .frage:hover,
.nach-der-op .frage .active,
.nach-der-op .sel .frage {
  color: #fff;
  background-color: #5cbdb4;
}
.nach-der-op .inside {
  border: 1px solid #5cbdb4;
}
.nach-der-op .sel .antwort {
  background: #eef8f7;
}

/* FAQ - FADENMETHODE */
.fadenmethode .frage {
  color: #009baa;
}
.fadenmethode .frage span.read-more {
  background: transparent url(../images/open-close-faq.svg) no-repeat center -80px;
}
.fadenmethode .frage:hover,
.fadenmethode .frage .active,
.fadenmethode .sel .frage {
  color: #fff;
  background: #009baa;
}
.fadenmethode .inside {
  border: 1px solid #009baa;
}
.fadenmethode .sel .antwort {
  background: #e5f5f6;
}

/* FAQ - SONSTIGE FRAGEN */
.sonstige-fragen .frage {
  color: #1c88be;
}
.sonstige-fragen .frage span.read-more {
  background: transparent url(../images/open-close-faq.svg) no-repeat center -133px;
}
.sonstige-fragen .frage:hover,
.sonstige-fragen .frage .active,
.sonstige-fragen .sel .frage {
  color: #fff;
  background: #1c88be;
}
.sonstige-fragen .inside {
  border: 1px solid #1c88be;
}
.sonstige-fragen .sel .antwort {
  background: #e5f3f8;
}

/* FLOATS */
.clearMobile {
  display: none;
}

.float4-z {
  width: auto !important;
  margin: 0 auto;
  float: none;
  position: fixed;
  z-index: 99990;
}
.float4-z strong {
  display: none;
}

.float4-z.not-active {
  bottom: 0 !important;
  z-index: 99991;
}
.float4-z.not-active:hover {
  z-index: 99999;
}

.float4-z.active {
  bottom: 40px !important;
  left: 50% !important;
}
.float4-z.active .kreis {
  width: 500px !important;
  height: 500px !important;
  margin-left: -250px;
  border-radius: 50% !important;
}
.float4-z.active .kreis .inside {
  display: block;
  margin-top: 40px;
}
.float4-z.active .mobileText {
  font-size: 20px !important;
  line-height: 120%;
  width: 60%;
  margin: 0 auto !important;
  text-align: center;
  padding: 7px 0 80px 0;
}

.float4 {
  width: 25%;
  float: left;
  text-align: center;
}

.float4.inline-block {
  float: none !important;
  display: inline-block;
}

.float3 {
  width: 33%;
  display: inline-block;
  text-align: center;
}

div.team-img-home {
  display: inline-block;
  margin: 15px;
}
div.team-img-home img {
  border-radius: 50%;
  width: 103px;
  height: auto;
}

div.certificate-home {
  cursor: zoom-in;
  display: inline-block;
  margin: 15px;
}
div.certificate-home img {
  margin-bottom: 26px;
  margin-right: 13px;
}
@media screen and (max-width: 650px) {
  div.certificate-home {
    display: block !important;
  }
  div.certificate-home img {
    margin-bottom: 0px;
  }
}
div.certificate-home .on-hover {
  display: none;
}

/* Click on certificate via JQ with class toggle active */
div.certificate-home.active {
  cursor: zoom-out;
  height: 566px; /* height of hover img */
}
div.certificate-home.active div.on-hover {
  position: absolute;
  left: 0;
  right: 0;
}
@media screen and (max-width: 650px) {
  div.certificate-home.active div.on-hover {
    width: 100%;
  }
}
div.certificate-home.active div.on-hover {
  display: block;
  box-shadow: 0 0 5px #ccc;
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
}
div.certificate-home.active div.on-hover img {
  margin: 0;
  max-width: 100%;
  height: auto;
}

/* TEAM */
.img-map {
  margin-top: 20px;
  margin-bottom: 40px;
}
.img-map img {
  max-width: 707px;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 707px) {
  #WzTtDiV,
  area,
  map {
    display: none;
  }
  .img-map .map-text {
    display: none;
  }
}
div.fullwidth-img,
.margin-fix {
  /* Fix white-space between img and box */
  margin-bottom: -6px;
}

#team .box-white .copytext * {
  text-align: left !important;
}
#team .box-white .headline-center {
  padding-top: 30px;
}

.team .inside {
  margin-bottom: 40px;
}

.team-img {
  float: left;
  width: 30%;
  text-align: right !important;
}
.team-img img {
  border-radius: 50%;
  margin-right: 40px;
  width: 184px;
}

.text-center .team-text * {
  text-align: left !important;
}

.team-text {
  float: right;
  width: 70%;
  text-align: left !important;
}
.team-text .headline {
  text-align: left !important;
  font-weight: 500;
}
.team-text table {
  display: block;
  margin-left: -3px;
}

/* FORMULARE */
input.radio {
  margin-top: 6px;
}

.formbody label,
.formbody legend,
.formbody textarea,
.formbody input,
.formbody select,
.formbody option,
.form label,
.form legend,
.form textarea,
.form input,
.form select,
.form option {
  text-align: start !important;
}
.formbody .submit,
.form .submit {
  text-align: center !important;
}

span.captcha_text {
  float: left;
  text-align: left !important;
  font-style: italic;
}

label,
legend {
  display: block;
  width: 100%;
  text-transform: uppercase;
}

fieldset label,
fieldset legend {
  text-transform: none;
}
fieldset legend {
  font-weight: 500;
}

input,
textarea,
select {
  font-size: 16px;
  font-weight: 400;
  text-align: left !important;
  width: 100%;
  padding: 10px;
  border: 1px solid #dfdfdf;
  background: #f2f2f2;
  margin-bottom: 20px;
}

option,
select {
  padding: 5px;
}

div.input-fullwidth {
  width: 100% !important;
}

.submit {
  text-align: center !important;
  background: #009baa;
  color: #fff;
  cursor: pointer;
}
.submit:hover {
  background: #18a8b7;
}

form#routenplaner {
  width: 50%;
  margin: 0 auto;
}

#routenplaner input,
#routenplaner label {
  text-align: left !important;
}
#routenplaner .submit {
  padding: 10px 40px;
  width: auto !important;
  background: #1c88be;
  border: 1px solid #1c88be;
}
#routenplaner .submit:hover {
  border: 1px solid rgb(31.2752293578, 151.9082568807, 212.2247706422);
  background: rgb(31.2752293578, 151.9082568807, 212.2247706422);
}

.formbody div.widget {
  padding: 5px;
}
.formbody .widget-text,
.formbody .widget-captcha,
.formbody .widget-select {
  float: left;
  width: 50%;
}
.formbody .widget-textarea {
  float: left;
  width: 100%;
}
#beratungsFrame {
  overflow: auto;
  height: 670px;
  width: 100%;
}

/*
.safari.mobile #beratungsFrame{
    height:370px !important;
}
*/
#suche {
  width: 200px;
}

/* Formular Anmeldung zur OP */
#f3 .formbody input.radio,
#f3 .form input.radio,
#f29 .formbody input.radio,
#f29 .form input.radio {
  float: left;
  width: 5%;
  margin-top: 4px;
}
#f3 .formbody .widget-radio label,
#f3 .form .widget-radio label,
#f29 .formbody .widget-radio label,
#f29 .form .widget-radio label {
  float: left;
  width: 95%;
}
#f3 fieldset .clear,
#f3 .agb,
#f3 fieldset span,
#f29 fieldset .clear,
#f29 .agb,
#f29 fieldset span {
  display: block;
  padding-top: 10px;
}

.content-text.landingpage p {
  margin-bottom: 20px;
}

.landingpage span.mandatory {
  display: inline;
}
.landingpage .float50 {
  float: right;
  width: 50%;
}
.landingpage legend {
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 10px;
}
.landingpage legend span.mandatory {
  display: inline !important;
}
.landingpage div.widget-radio {
  width: 40%;
  float: left;
}
.landingpage div.widget-radio label {
  display: inline;
}
.landingpage div.widget-radio span {
  display: block;
  height: 30px;
}
.landingpage input.radio {
  text-align: left;
  width: 20px;
  vertical-align: top;
}
.landingpage .submit {
  margin-top: 36px;
}

.safety-question {
  width: 100% !important;
}

/* Dankesschreiben */
.slick-arrow:hover {
  opacity: 0.7;
}

#op-kreise {
  position: relative;
}

span#lightboxClose,
span.lightboxClose {
  cursor: pointer;
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 99999;
  top: 0;
  right: 0;
  background: #009baa url("/files/theme/images/open-close.svg") no-repeat scroll center -389px;
  background-size: 23px 414px;
}
span#lightboxClose:hover,
span.lightboxClose:hover {
  background-color: #18a8b7;
}

/* MAC FIXES */
#mobileCircleClose {
  position: fixed !important;
  right: 10px;
  top: 10px;
  display: none;
  border: 1px solid #18a8b7;
  height: 32px;
  width: 32px;
}

#lightboxWrapper,
.lightboxWrapper {
  display: none;
  position: fixed; /* keeps the lightbox window in the current viewport */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/overlay.png) repeat;
  text-align: center;
  z-index: 9999;
  overflow: auto;
}

#lightbox {
  position: relative;
  width: 70%;
  max-width: 1024px;
  margin: 0 auto; /*centers the div horizontally in all browsers (except IE)*/
  margin-top: 100px;
  background: #fff;
  text-align: left; /*resets text alignment from body tag */
  border-top: none;
  box-shadow: 0 0 5px #ccc;
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
}

.thanx-big .thanx-small {
  color: #fff !important;
  cursor: pointer;
  background: #009baa;
  border-right: 3px solid #fff;
}
.thanx-big .thanx-small .padding {
  border-bottom: 9px solid #fee5a5;
}
.thanx-big .thanx-small:hover {
  background: #18a8b7;
}
.thanx-big .thanx-small:hover .gradient {
  display: none;
}
.thanx-big .thanx-small a {
  color: #fff;
}

.thanx-lightbox {
  min-width: 240px;
}
.thanx-lightbox .headline {
  font-size: 40px;
  font-weight: 300;
}
.thanx-lightbox .headline span {
  color: #ccc !important;
  font-size: 16px;
}
.thanx-lightbox .padding {
  padding: 20px 80px 40px !important;
}
.thanx-lightbox .text {
  text-align: left !important;
}

.thanx-big .thanx-small .text {
  height: 263px;
  overflow: hidden;
}
.thanx-big .thanx-small .headline {
  height: 50px;
  overflow: hidden;
}

.thanx-small {
  text-align: center;
}
.thanx-small .padding {
  padding: 30px 60px 20px 60px;
}
.thanx-small .text {
  text-align: center;
  margin-top: 25px;
  position: relative;
  width: 100%;
}
.thanx-small .gradient {
  margin: 0 auto;
  width: 100%;
  height: 80%;
  position: absolute;
  bottom: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,009baa+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgb(0, 155, 170) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgb(0, 155, 170) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 155, 170) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#009baa',GradientType=0 ); /* IE6-9 */
}

/* Fix weird looking 1st second of clicking lightbox*/
.force-white-text * {
  color: #fff !important;
}

.force-white-text span {
  display: none;
}

/* CONTAO CLASSES */
div.fullwidthbox div.content-hyperlink,
div.fullwidthbox div.content-text {
  display: inline-block;
  padding: 10px 20px;
  margin: 0 15px;
}
div.fullwidthbox div.content-hyperlink {
  background: #addbdb;
}

a.hyperlink_txt {
  white-space: pre-wrap;
  margin-right: 0px;
}

div.width80 div.hyperlink-contact {
  display: inline-block;
  margin: 15px 0;
}
div.width80 div.hyperlink-contact {
  background: #addbdb;
}

.invisible {
  display: none;
}

.video-div img {
  height: 146px;
  width: auto;
  cursor: pointer;
  margin: 3px;
  padding: 1px;
  border: 2px solid #fff;
}
.video-div.active img,
.video-div img:hover {
  border: 2px solid #445566;
}

.content-player {
  overflow: hidden;
}
.content-player figure {
  width: auto;
}
.content-player figure video {
  width: 100%;
}

@media screen and (max-width: 480px) {
  #video-player video {
    width: 100%;
    height: auto;
  }
  .video-div img {
    height: auto;
    width: 90%;
  }
}
/* R E S P O N S I V E  ----- 5 ------- BIG DESKTOP */
/*
@media screen and (min-width: 1380px) {
    body{
        background: white;
    }
}
*/
/* R E S P O N S I V E  ----- 4 ------- NORMAL DESKTOP */
@media screen and (max-width: 1024px) {
  .display-responsive-level::before {
    content: "[Responsive-Level-4] ";
  }
  .maxwidth-center .farbbox {
    float: none;
    width: auto;
  }
  .maxwidth-center img.float-img {
    margin: 0 auto;
    float: none;
    margin-bottom: -6px;
  }
  .maxwidth-center .box-white .float-img {
    border-top: 1px dotted #dadada;
  }
  .maxwidth-center .box-white.no-img-line .float-img {
    border-top: none !important;
  }
  .kreis {
    transform: scale(0.7);
  }
  .no-scale {
    transform: scale(1) !important;
  }
  .icon {
    width: 80%;
  }
  .teaser-vorteil {
    height: 220px;
  }
  #xl-bilder-slider-home .gradient-big {
    display: none;
  }
  #xl-bilder-slider-home .headline-overlay {
    width: 90%;
    top: 100px;
  }
  #xl-bilder-slider-home .slick-dots[style] {
    display: none !important;
  }
  #dw-footer .footerLinks {
    max-width: 14%;
  }
  #test {
    background: yellow;
  }
}
/* R E S P O N S I V E  ----- 3 ------- TABLET */
@media screen and (max-width: 768px) {
  h1,
  .headline-center {
    width: 90%;
    margin: 0 auto;
  }
  .overflow h1 {
    width: 100%;
    margin: 0;
  }
  .display-responsive-level::before {
    content: "[Responsive-Level-3] ";
  }
  .maxwidth-center .farbbox,
  .maxwidth-center img.float-img {
    width: 100%;
    float: none;
  }
  .maxwidth-center .farbbox {
    max-width: 100% !important;
  }
  #test {
    border: 10px solid red;
  }
  .teaser-vorteil {
    width: 100% !important;
    border-right: none;
    height: auto;
  }
  .textbox50left {
    margin-bottom: 80px;
  }
  #xl-bilder-slider-home .picture img[style],
  #xl-bilder-slider-home .picture {
    opacity: 0.2 !important;
  }
  #xl-bilder-slider-home .headline-overlay {
    margin-top: 30px;
    text-align: center;
  }
  #xl-bilder-slider-home .headline-overlay br {
    display: none;
  }
  #xl-bilder-slider-home .headline-overlay h2,
  #xl-bilder-slider-home .headline-overlay h3 {
    font-size: 28px !important;
    margin-top: 0;
  }
  #testimonial-3er .mobileImgTestimonial {
    display: block;
    width: 100%;
  }
  #testimonial-3er .testimonial[style] {
    background-image: none !important;
  }
  #testimonial-3er .testimonial {
    background-size: 100% !important;
    /*
          .padder{
              width:90% !important;
              margin: 0 auto !important;
              padding: 5px;
          }

          .inner.text-l[style]{
              float:none !important;
          }
          */
  }
  #testimonial-3er .testimonial .inner {
    padding-top: 15px !important;
    padding-bottom: 30px !important;
    width: auto !important;
  }
  #testimonial-3er .testimonial .inner span {
    display: block;
  }
  #headline-trenner-ohne-background-warum-zu-dr-merck .margin-top {
    margin-top: -30px !important;
  }
  #headline-ohne-background-call-to-action .margin-top {
    margin-top: 0 !important;
  }
  /*
    #start-mobile-circle-script{ // IF VISIBLE WILL OPEN LIGHTBOX ON CIRCLE CLICK
        display:block;
        clear: both;
    }
    */
  .team-text {
    width: 50%;
  }
  #lightbox {
    margin-top: 10px;
    width: 95%;
  }
  #f3 .widget:nth-child(n+11):nth-child(-n+15) label,
  #f29 .widget:nth-child(n+11):nth-child(-n+15) label {
    height: 55px;
  }
  #dw-footer .footerText,
  #dw-footer .footerLinks {
    width: 40%;
    max-width: 40%;
    margin-left: 50px;
    margin-bottom: 30px;
  }
}
/* R E S P O N S I V E  ----- 2 ------- MOBILE LANDSCAPE */
@media screen and (max-width: 640px) {
  .display-responsive-level::before {
    content: "[Responsive-Level-2] ";
  }
  .maxwidth-center .farbbox {
    max-width: 100%;
  }
  tr,
  td {
    float: left;
    width: 100%;
  }
  #kontakt-id td img {
    margin-top: -70px;
  }
  #kontakt-id td.img-td {
    text-align: center !important;
  }
  #test {
    font-weight: 700;
  }
  span.desktopBreak {
    display: none;
  }
  #xl-bilder-slider-home .headline-overlay {
    margin-top: 0px;
  }
  #xl-bilder-slider-home .headline-overlay h2,
  #xl-bilder-slider-home .headline-overlay h3 {
    font-size: 100% !important;
  }
  .team-text {
    float: none;
    width: 100%;
  }
  div.team-img {
    float: none;
    width: 100%;
    text-align: center !important;
  }
  div.team-img img {
    margin: 0 auto;
    margin-bottom: 15px;
  }
  #bodyFrame textarea {
    height: 70px !important;
  }
  .box-padding,
  div.pad-after-inside div.inside > div {
    padding: 20px;
  }
  .compare-table tr {
    border: none;
    background: transparent !important;
  }
  .compare-table tr {
    margin-bottom: 20px;
  }
  .compare-table tr:first-child td {
    text-align: center !important;
    width: 100%;
  }
  .compare-table .tick-first td:nth-child(odd) {
    color: #000;
    font-weight: 500 !important;
    border: 1px solid #009baa;
    background-color: rgb(243.8813559322, 250.1186440678, 250.1186440678) !important;
  }
  .compare-table .tick-first td:nth-child(even) {
    color: #595959;
    font-style: italic;
  }
  .compare-table .cross-first td:nth-child(even) {
    color: #000;
    font-weight: 500 !important;
    border: 1px solid #009baa;
    background-color: rgb(243.8813559322, 250.1186440678, 250.1186440678) !important;
  }
  .compare-table .cross-first td:nth-child(odd) {
    color: #595959;
    font-style: italic;
  }
}
/* R E S P O N S I V E  ----- 1 ------- MOBILE PORTRAIT */
@media screen and (max-width: 480px) {
  .display-responsive-level::before {
    content: "[Responsive-Level-1] ";
  }
  .headerbild {
    margin-top: 50px;
  }
  #logo {
    top: 20px;
    left: 20px;
  }
  #logo img {
    height: 50px;
  }
  ul {
    line-height: 130%;
  }
  #test {
    margin-top: 200px;
  }
  .float4 {
    width: 50%;
    margin-bottom: 20px;
  }
  .clearMobile {
    display: block;
    clear: both;
  }
  .width80 {
    width: 90%;
  }
  .float4-z.active .inside {
    padding-top: 35px;
  }
  .float4-z.active .kreis.green-light .mobileText {
    color: #505050 !important;
  }
  .kreis {
    float: none;
    transform: scale(1);
    width: 135px;
    height: 135px;
    margin-bottom: 12px;
    margin-left: -20px;
    margin: 0 auto;
  }
  .kreis .inside {
    font-size: 22px !important;
  }
  #faq-listen .kreis {
    width: 105px;
    height: 105px;
  }
  div.text-center.text-xl {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  #xl-bilder-slider-home {
    margin-top: 20px;
  }
  #xl-bilder-slider-home .headline-overlay {
    left: 0 !important;
    margin-top: -40px;
    width: 100%;
  }
  .icon {
    width: 100%;
    font-size: 100%;
    white-space: nowrap;
  }
  .icon a {
    font-weight: 500 !important;
  }
  div.fullwidthbox div.content-hyperlink,
  div.fullwidthbox div.content-text {
    margin: 0;
  }
  .text-center ul,
  .text-center ul * {
    margin-left: 15px;
    margin-right: 15px;
  }
  .maxwidth-center .headline-center {
    text-align: center;
  }
  .maxwidth-center .text-and-head-pad {
    padding-top: 0 !important;
  }
  #lightbox.mobile-overflow {
    overflow: auto;
    height: 100%;
  }
  #lightbox.mobile-overflow .thanx-small .padding,
  #lightbox.mobile-overflow .thanx-lightbox .padding {
    padding: 0 20px !important;
  }
  #kontakt td,
  #kontakt tr {
    padding: 0 !important;
    text-align: center;
  }
  #kontakt table {
    width: 100% !important;
  }
  #kontakt .text-s p {
    padding: 0 20px;
  }
  .formbody .widget-text,
  .formbody .widget-captcha,
  .formbody .widget-select {
    width: 100%;
  }
  #f1 .mobileNegMargin,
  #f31 .mobileNegMargin {
    margin-top: -25px;
  }
  form#routenplaner {
    width: 80%;
  }
  #f3 .widget:nth-child(n+11):nth-child(-n+15) label,
  #f29 .widget:nth-child(n+11):nth-child(-n+15) label {
    height: auto;
  }
  .landingpage .float50 {
    width: 100%;
    float: none;
  }
  .landingpage div.widget-radio {
    width: 100%;
  }
  .landingpage input.radio {
    width: auto !important;
  }
  .landingpage .widget-radio.margin-bot {
    margin-bottom: 0 !important;
  }
  .landingpage .submit {
    margin-top: 0 !important;
  }
  .android.chrome #footer a {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  }
  #dw-footer .footerText,
  #dw-footer .footerLinks {
    float: none;
    width: 80%;
    max-width: 80%;
  }
  #footer .maxwidth-center .inside {
    width: 100%;
  }
  #footer .maxwidth-center .inside td {
    white-space: nowrap;
    float: left;
    width: 33%;
  }
  #footer .maxwidth-center .inside .footer-logos {
    margin-top: -20px;
    padding-top: 0;
    padding-left: 50px;
  }
  input.radio {
    width: 100% !important;
    float: none !important;
  }
  #info-impressum .block {
    overflow: auto;
    word-wrap: break-word;
  }
  /*
    a.link-red, a.link-blue, a.link-yellow{
        border: 1px solid red;
    }
    */
  .text-xl,
  h2,
  h3,
  #boxen-kurzinfo-2er h1,
  #boxen-kurzinfo-2er h4,
  .no-img .farbbox em,
  .text-xl h1 {
    line-height: 110% !important;
  }
  #bodyFrame .formbody .submit-div label {
    display: none;
  }
}
.widget-explanation strong {
  font-size: 20px;
}
.widget-explanation p {
  font-size: 16px !important;
}

.widget-checkbox {
  margin-bottom: 20px;
}
.widget-checkbox input,
.widget-checkbox label {
  width: auto;
  display: inline;
}
.widget-checkbox input {
  margin-bottom: 0 !important;
}

@media print {
  * {
    float: none !important;
  }
  header,
  div.headerbild,
  .footerLinks,
  footer img {
    display: none !important;
  }
}
label.input-pad.mandatory.error {
  color: green;
}

.thanx-small a:hover {
  text-decoration: none;
}

#lightboxWrapper .thanx-small a:hover {
  text-decoration: underline;
}

.subject-field-new {
  display: none !important;
}

.dankesschreiben {
  position: relative;
}
.dankesschreiben .swiper-slide {
  border: #009baa 2px solid;
  padding: 2.4rem 8rem;
  text-align: center;
  position: relative;
  height: 100%;
}
.dankesschreiben .swiper-slide:not(.open) {
  max-height: 300px;
  overflow: hidden;
}
.dankesschreiben .swiper-slide::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: " ";
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.9) 100%);
}
.dankesschreiben .swiper-slide.open::before {
  display: none;
}
.dankesschreiben .swiper-slide .datum {
  text-align: start;
}
.dankesschreiben .swiper-slide .headline {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 1.6rem;
}
.dankesschreiben .swiper-slide .content-text {
  text-align: start;
  padding-bottom: 2rem;
}
.dankesschreiben .swiper-slide .readmore {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #009baa;
  padding: 0.6rem;
  color: #fff;
}
.dankesschreiben .slider-prev,
.dankesschreiben .slider-next {
  padding: 0 1rem;
}
.dankesschreiben .slider-control {
  position: absolute;
  top: 30%;
  justify-content: space-between;
  display: flex;
  flex-flow: row;
  width: 100%;
}
.dankesschreiben .slider-control .slider-menu {
  display: none;
}

/* Spezifische RTL-Korrekturen für das Dankesschreiben-Inhaltselement */
[dir=rtl] .ce_sliderStart.dankesschreiben .content-slider {
  direction: rtl;
}

/* Navigations-Pfeile spiegeln, damit sie in Leserichtung (rechts nach links) zeigen */
[dir=rtl] .ce_sliderStart.dankesschreiben .swiper-button-next,
[dir=rtl] .ce_sliderStart.dankesschreiben .swiper-button-prev {
  transform: rotate(180deg);
}

/* Positionen der Steuerungspfeile für RTL sauber tauschen */
[dir=rtl] .ce_sliderStart.dankesschreiben .swiper-button-next {
  right: auto;
  left: 15px; /* Falls nötig an Ihr Theme-Layout anpassen */
}

[dir=rtl] .ce_sliderStart.dankesschreiben .swiper-button-prev {
  left: auto;
  right: 15px; /* Falls nötig an Ihr Theme-Layout anpassen */
}

/* Textausrichtung und Abstände innerhalb der Slides anpassen */
[dir=rtl] .ce_sliderStart.dankesschreiben .swiper-slide {
  text-align: right;
}

/* Korrektur für Paginierungs-Punkte (Bullets) im RTL-Modus */
[dir=rtl] .ce_sliderStart.dankesschreiben .swiper-pagination-bullets {
  direction: ltr; /* Verhindert das Umspringen der logischen Reihenfolge der Punkte */
}

/* FIX RTL: Der Contao-Core-Slider (swipe.js 2.x) berechnet die Slide-Positionen per
   left-Offset in LTR. Unter dir="rtl" landen die Slides dadurch off-screen -> Slider
   unsichtbar. Deshalb die Slider-MECHANIK auf LTR zwingen; der Slide-INHALT bleibt RTL. */
[dir=rtl] .ce_sliderStart.dankesschreiben .content-slider,
[dir=rtl] .ce_sliderStart.dankesschreiben .slider-wrapper {
  direction: ltr;
}

[dir=rtl] .ce_sliderStart.dankesschreiben .swiper-slide {
  direction: rtl;
  text-align: right;
}

/* ################### UPDATE 2024 */
.mod_changelanguage {
  position: absolute;
  top: 24px;
  right: 10px;
  display: block;
  padding: 0px 9px 0px 0px;
  margin: 0px;
  font-weight: 400 !important;
}
.mod_changelanguage .lang-it {
  display: none;
}
.mod_changelanguage .active > strong {
  font-weight: 400 !important;
  color: #505050;
}
.mod_changelanguage ul {
  line-height: 10px;
  padding-bottom: 10px;
  padding-top: 8px;
  padding-left: 0px;
  margin-left: 10px;
  padding-right: 0px;
}
.mod_changelanguage li {
  font-size: 16px;
  display: inline;
}
.mod_changelanguage li a {
  font-weight: 400 !important;
  color: #a3a3a3;
}
.mod_changelanguage li a:hover {
  color: #009baa;
}
.mod_changelanguage li:after {
  padding-left: 5px;
  padding-right: 3px;
  content: "|";
  color: rgb(142, 142, 142);
}
.mod_changelanguage li:last-child:after {
  padding-left: 0px;
  padding-right: 0px;
  content: "";
}
.mod_changelanguage .navBreak {
  display: none;
}

#header .desktop-navi-right {
  position: absolute;
  right: 15px;
  height: auto;
  padding-top: 68px;
  text-align: right;
}
#header .desktop-navi-right #submenuContact > ul {
  width: 200px;
}

#main {
  margin-top: 140px;
  background-color: #fbfbf7;
}

.ltr {
  direction: ltr;
}

.RTL {
  direction: rtl;
}

.RTL div ul li {
  text-align: right !important;
}

.RTL .headline-overlay {
  background-color: blue;
}

[dir=rtl] .slick-slide {
  float: left !important;
}
[dir=rtl] .slick-slide h2,
[dir=rtl] .slick-slide h3 {
  direction: rtl;
}

#ctrl_5_submit,
#ctrl_274,
button.submit {
  font-size: 20px;
  width: 50%;
  padding: 10px;
  max-width: 300px;
  font-weight: 400;
  text-align: center;
  margin: 0 auto;
  display: inline;
}

div.widget.widget-submit {
  text-align: center;
}

span input.radio {
  display: inline;
  margin: 0;
  margin-right: 5px;
  width: auto;
  line-height: 100px;
}

span label {
  display: inline;
  line-height: 10px;
}

fieldset span {
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
  width: 75%;
  text-align: start;
}

#header {
  position: fixed;
  width: 100%;
  z-index: 2000;
  height: 150px !important;
  border-bottom: medium none !important;
  background: -webkit-linear-gradient(-90deg, rgb(251, 251, 247) 25%, rgba(251, 251, 247, 0.8) 75%, rgba(251, 251, 247, 0) 100%) !important;
}

.checkboxdatenschutz {
  margin-top: 15px;
}
.checkboxdatenschutz span label {
  font-size: 25px !important;
}
.checkboxdatenschutz span input {
  height: 25px;
  width: 25px;
}
.checkboxdatenschutz span {
  font-weight: bold;
  margin: 0 auto;
}

.introvideo {
  text-align: center;
  display: inline;
  width: 100%;
}
.introvideo video {
  width: 100%;
  max-width: 900px;
  padding-top: 60px;
  padding-bottom: 20px;
}
.introvideo figure {
  width: 100%;
}

.begrenzer {
  display: flex;
}
.begrenzer .grey-dark-text,
.begrenzer .text-and-head-pad {
  text-align: left !important;
  padding: 0px !important;
  margin: 0px !important;
}
.begrenzer p,
.begrenzer h2 {
  text-align: left !important;
  padding: 0px;
  margin: 0px;
}
.begrenzer video {
  width: 100%;
  display: block;
}
.begrenzer {
  display: flex;
  max-width: 1380px;
  text-align: left !important;
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 20px;
}
.begrenzer .leftarea {
  width: 75%;
  padding: 20px;
}
.begrenzer .rightarea {
  width: 25%;
}
.begrenzer .leftareainvers {
  width: 25%;
}
.begrenzer .rightareainvers {
  width: 75%;
  padding: 20px;
}
@media screen and (max-width: 700px) {
  .begrenzer {
    display: block;
  }
  .begrenzer .leftarea,
  .begrenzer .rightarea,
  .begrenzer .leftareainvers,
  .begrenzer .rightareainvers {
    width: 100%;
  }
}

.media-videos .video_container video {
  width: 100%;
}
.media-videos .video_container {
  width: auto;
}
.media-videos .rs-column.-large-col-2-1 {
  width: 47%;
  margin-right: 3%;
}
@media screen and (max-width: 800px) {
  .media-videos .rs-column.-large-col-2-1 {
    width: 100%;
  }
}

:root {
  --cream: #fbfbf4;
  --border: #e7e7de;
  --star: #e0a82d;
  --quote: #1e1e1e;
  --rule: #e4e4db;
  --avatar-bg: #ecece6;
  --avatar-fg: #3c6e62;
  --name: #262626;
  --meta: #6c6c6c;
  --serif: "Lora", Georgia, "Times New Roman", serif;
  --sans:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial,
    sans-serif;
}

* {
  box-sizing: border-box;
}

.reviews {
  max-width: 1380px;
  margin: 0 auto;
  padding: 48px 32px;
}

.reviews__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--border);
  background: var(--cream);
}

.review {
  padding: 44px 46px 40px;
  display: flex;
  flex-direction: column;
}

/* vertikale Trennlinien zwischen den Spalten */
.review + .review {
  border-left: 1px solid var(--border);
}

/* Sterne */
.review__stars {
  display: flex;
  gap: 5px;
  margin-bottom: 26px;
}

.review__stars svg {
  width: 21px;
  height: 21px;
  fill: var(--star);
  flex: 0 0 auto;
}

/* Zitat */
.review__quote {
  font-family: var(--serif);
  font-size: 25px;
  line-height: 1.5;
  color: var(--quote);
  margin: 0 0 30px;
  font-weight: 400;
  /* deutsche Anführungszeichen hängen leicht in den Rand */
  hanging-punctuation: first;
}

/* Trennlinie unter dem Zitat */
.review__rule {
  border: 0;
  border-top: 1px solid var(--rule);
  margin: auto 0 26px; /* schiebt Autor-Block nach unten, Karten gleich hoch */
}

/* Autor-Zeile */
.review__author {
  display: flex;
  align-items: center;
  gap: 16px;
}

.review__avatar {
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--avatar-bg);
  color: var(--avatar-fg);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.3px;
}

.review__name {
  font-size: 15.5px;
  font-weight: 700;
  color: var(--name);
  line-height: 1.4;
}

.review__meta {
  font-size: 15px;
  color: var(--meta);
  line-height: 1.4;
}

/* Fokus-Sichtbarkeit für Tastaturnutzung */
:focus-visible {
  outline: 2px solid var(--avatar-fg);
  outline-offset: 3px;
}

/* Tablet: 2 Spalten wären hier unschön (3 Zitate) -> direkt stapeln */
@media (max-width: 900px) {
  .reviews {
    padding: 32px 20px;
  }
  .reviews__grid {
    grid-template-columns: 1fr;
  }
  .review {
    padding: 36px 32px 34px;
  }
  .review + .review {
    border-left: 0;
    border-top: 1px solid var(--border);
  }
  .review__quote {
    font-size: 23px;
  }
}
@media (max-width: 420px) {
  .review {
    padding: 30px 24px 28px;
  }
  .review__quote {
    font-size: 21px;
  }
}
.nomargin fieldset span {
  padding: 0px;
  margin: 0px;
  padding-top: 15px;
}
.nomargin fieldset {
  padding: 0px !important;
  margin: 0px !important;
}
.nomargin input {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.nomargin {
  margin: 0px !important;
  padding: 0px !important;
}

/* ============================================================= */
/* QUELLE: merck_navigation_desktop.less */
/* ============================================================= */
/*
 * ECS Dr. Merck - Responsive Stylesheet 
*/
.invisible {
  display: none;
}

/*
 * Reponsive One - Main Stylesheet - Variables for Import
 */
.mod_navigation {
  overflow: visible;
}

.mainnavigation_desktop {
  margin: 0px;
  font-size: 20px;
  text-align: right;
  margin-right: 8px;
  margin-top: 55px;
}

.mainnavigation_desktop ul {
  display: inline;
  margin: 0;
  padding: 0;
}

.mainnavigation_desktop li {
  position: relative;
  display: inline-block;
  margin-right: -16px;
  margin-left: 18px;
}

.mainnavigation_desktop > ul > li:hover {
  z-index: 4;
}

.mainnavigation_desktop > ul.level_1 > li > a,
.submenu > strong {
  position: relative;
  display: block;
  z-index: 3;
  padding: 0px 10px 0px 10px;
  margin-bottom: -4px;
  color: #7c6d4e;
  text-decoration: none;
  font-family: Source Sans Pro;
  font-weight: 300 !important;
}

.mainnavigation_desktop > ul > li.submenu.trail > ul > li.active,
.mainnavigation_desktop > ul > li.submenu.trail > ul > li.active .first {
  padding: 0px;
  margin: 0px;
}
.mainnavigation_desktop > ul > li.submenu.trail > ul > li.active strong,
.mainnavigation_desktop > ul > li.submenu.trail > ul > li.active .first strong {
  color: #009baa;
  background-color: inherit;
}

.mainnavigation_desktop > ul > li.new > a:after,
.mainnavigation_desktop > ul > li i {
  position: absolute;
  left: 16px;
  top: -9px;
  padding: 2px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #009baa;
  border-bottom-color: #009baa;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #009baa;
}

.mainnavigation_desktop > ul > li.new > a:after {
  content: "new";
}

.mainnavigation_desktop > ul > li.active > a,
.mainnavigation_desktop > ul > li.trail > a {
  color: #009baa;
}

.mainnavigation_desktop > ul > li.submenu:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  z-index: 2;
  width: 100%;
  height: 100%;
  border: 1px solid #dadada;
  border-bottom: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  background: #fff;
  -webkit-box-shadow: 0 5px 0 -1px #fff, 0 3px 0 #dadada, 0 0 0 3px #ebebeb;
  -moz-box-shadow: 0 5px 0 -1px #fff, 0 3px 0 #dadada, 0 0 0 3px #ebebeb;
  box-shadow: 0 5px 0 -1px #fff, 0 3px 0 #dadada, 0 0 0 3px #ebebeb;
}

.mainnavigation_desktop > ul > li > ul {
  position: absolute;
  left: 0;
  top: 100%;
  display: none;
  z-index: 1;
  min-width: 130%;
  margin-top: 4px;
  padding: 0px 10px 0px 10px;
  border: 1px solid #dadada;
  -webkit-border-radius: 0;
  -moz-border-radius: 0 4px 4px 4px;
  border-radius: 0 4px 4px 4px;
  text-align: left;
  white-space: nowrap;
  background: #fff;
  -webkit-box-shadow: 0 -53px 0 -50px #fee5a5 inset, 0 0 0 3px rgba(0, 0, 0, 0.075), 3px 6px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 -53px 0 -50px #fee5a5 inset, 0 0 0 3px rgba(0, 0, 0, 0.075), 3px 6px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -53px 0 -50px #fee5a5 inset, 0 0 0 3px rgba(0, 0, 0, 0.075), 3px 6px 20px rgba(0, 0, 0, 0.1);
}

.mainnavigation_desktop > ul > li > ul li {
  display: block;
  margin: 0px;
}

.mainnavigation_desktop > ul > li > ul a {
  position: relative;
  display: block;
  padding: 0px 10px 0px 0px;
  border-top: 1px solid #ececec;
  color: #3b3737;
  text-decoration: none;
}

.mainnavigation_desktop > ul > li > ul a.last {
  padding: 2px 10px 5px 0;
}

.mainnavigation_desktop > ul > li > ul a:hover,
.mainnavigation_desktop > ul > li > ul a:focus {
  color: #009baa;
}

.mainnavigation_desktop > ul > li > ul a:hover:before,
.mainnavigation_desktop > ul > li > ul a:hover:after,
.mainnavigation_desktop > ul > li > ul a:focus:before,
.mainnavigation_desktop > ul > li > ul a:focus:after,
.mainnavigation_desktop > ul > li > ul li.active > a:before,
.mainnavigation_desktop > ul > li > ul li.active > a:after,
.mainnavigation_desktop > ul > li > ul li.trail > a:before,
.mainnavigation_desktop > ul > li > ul li.trail > a:after {
  content: "";
  position: absolute;
  left: -15px;
  top: 11px;
  border: 7px solid transparent;
  border-right: 0;
  border-left-color: #dadada;
}

.mainnavigation_desktop > ul > li > ul a:hover:after,
.mainnavigation_desktop > ul > li > ul a:focus:after,
.mainnavigation_desktop > ul > li > ul li.active > a:after,
.mainnavigation_desktop > ul > li > ul li.trail > a:after {
  left: -16px;
  top: 12px;
  border-width: 6px;
  border-right-width: 0;
  border-left-color: #ececec;
}

.mainnavigation_desktop > ul > li > ul li:first-child > a {
  border-top: 0;
}

.mainnavigation_desktop > ul > li > ul ul a {
  margin-left: 0px;
}

.mainnavigation_desktop > ul > li > ul ul a:hover:before,
.mainnavigation_desktop > ul > li > ul ul a:hover:after,
.mainnavigation_desktop > ul > li > ul ul a:focus:before,
.mainnavigation_desktop > ul > li > ul ul a:focus:after,
.mainnavigation_desktop > ul > li > ul ul li.active > a:before,
.mainnavigation_desktop > ul > li > ul ul li.active > a:after,
.mainnavigation_desktop > ul > li > ul ul li.trail > a:before,
.mainnavigation_desktop > ul > li > ul ul li.trail > a:after {
  content: none;
}

.mainnavigation_desktop > ul > li > ul ul ul a {
  margin-left: 20px;
}

.mainnavigation_desktop > ul > li:hover > ul {
  display: block;
}

.mainnavigation_desktop > ul > li.submenu:hover:before {
  content: " ";
  display: block;
}

.mainnavigation_desktop > ul > li:last-child > ul,
.mainnavigation_desktop > ul > li.last > ul {
  left: auto;
  right: -2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px 0 4px 4px;
  border-radius: 4px 0 4px 4px;
}

li.submenu.trail > ul > li {
  padding: 3px 0px 2px 0px;
}

li.submenu.trail > ul > li > strong {
  font-weight: 300 !important;
}

.mainnavigation_desktop li {
  margin-left: 0px;
  margin-right: 0px;
}

.submenu strong {
  color: #009baa;
  background-color: #fee5a5;
  color: #885514;
}

li.active.first > strong {
  font-weight: 300 !important;
  color: #885514;
  background-color: #fee5a5;
  padding: 4px 10px 5px 10px;
}

li.submenu.trail > a {
  font-weight: 300 !important;
  color: #885514;
  background-color: #fee5a5;
  padding: 4px 10px 5px 10px;
}

li.active.submenu > strong {
  font-weight: 300 !important;
  color: #885514;
  background-color: #fee5a5;
  padding: 4px 10px 5px 10px;
}

li.submenu.trail > ul > li a {
  padding: 0px;
  margin: 0px;
}

li.submenu.trail > ul > li {
  padding: 0px;
}

li.active.submenu > strong {
  padding: 0px 10px 0px 10px;
}

li.active > strong {
  font-weight: 300 !important;
  color: #885514;
  background-color: #fee5a5;
  padding: 4px 10px 5px 10px;
}

.mainnavigation_desktop > ul > li > a:hover,
.mainnavigation_desktop > ul > li > a:focus {
  color: #009baa;
  color: #885514;
  background-color: #fee5a5;
}

ul > li.submenu.trail > a {
  color: #885514;
}

li.submenu.trail > ul > li.active > strong {
  padding: 0px;
}

li.active.submenu.last > ul > li > strong,
li.submenu.last > ul > li.forward > strong {
  background-color: inherit;
  color: #009baa;
  font-weight: 300 !important;
}

nav.mod_navigation.mainnavigation_desktop.block ul.level_1 li.submenu.trail ul.level_2 li.active.first.last {
  padding-top: 1px;
  padding-bottom: 5px;
}

.mod_changelanguage > ul > li.active > strong {
  background-color: inherit;
  padding: 0px;
}

nav.mod_navigation.mainnavigation_desktop.block > ul > li.submenu.trail > ul > li.active {
  border-top: 1px solid #e9e9e9;
}

/* HEADER */
#header {
  position: fixed;
}
@media screen and (min-width: 480px) {
  #header {
    margin-top: 0px;
  }
}
@media screen and (min-width: 768px) {
  #header {
    margin-top: 0px;
  }
}
#header {
  width: 100%;
  z-index: 2000;
  height: 150px;
  background: -moz-linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.8) 65%, rgba(255, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.8) 65%, rgba(255, 0, 0, 0) 100%);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.8) 65%, rgba(255, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ff5b", endColorstr="#ff0000", GradientType=1);
  border-bottom: medium none !important;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+51,ffffff+100&1+0,0.8+51,0+100 */
  /* Put gradient here */
}
#header .container_mainnavigation {
  position: relative;
  margin: 0 auto;
  max-width: 1380px;
}
#header .mod_breadcrumb {
  position: relative;
  margin-top: -5px;
}
#header .container_breadcrumbs {
  background-color: #e7e7e7;
  height: 45px;
  margin-top: 0px;
}
@media screen and (min-width: 480px) {
  #header .container_breadcrumbs {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #header .container_breadcrumbs {
    display: block;
  }
}
#header .container_breadcrumbs .inside {
  position: relative;
  margin: 0 auto;
  max-width: 1425px;
}
#header .container_breadcrumbs .inside .icon_home {
  display: inline-block;
  margin-top: 12px;
  margin-left: 12px;
}
#header .container_breadcrumbs .inside .icon_home img {
  width: 20px;
  height: 20px;
}
#header .container_breadcrumbs .inside .first {
  display: none;
}
#header .container_breadcrumbs .inside {
  margin-top: 5px;
}
#header .container_breadcrumbs .inside ul {
  position: absolute;
  top: 0px;
  display: inline;
  list-style-type: none;
  padding: 0;
  margin: 10px 0px 0px 15px;
}
#header .container_breadcrumbs .inside ul li {
  display: inline-block;
  font-size: 20px;
  margin-right: 15px;
  color: #848484;
}
#header .container_breadcrumbs .inside ul li a {
  color: #848484;
}
#header .container_breadcrumbs .inside ul li.last {
  margin-right: 10px;
}
#header .logo img {
  margin-left: 10px;
  height: 80px;
  border: 0;
}
@media screen and (min-width: 480px) {
  #header .logo img {
    padding: 10px;
    height: 60px;
  }
}
@media screen and (min-width: 640px) {
  #header .logo img {
    padding: 10px;
    height: 60px;
  }
}
@media screen and (min-width: 768px) {
  #header .logo img {
    padding: 20px;
    padding-left: 1px;
    height: 70px;
  }
}
#header .desktop-navi-right {
  position: absolute;
  left: 340px;
  height: auto;
  padding-top: 10px;
}

/* ============================================================= */
/* QUELLE: merck_navigation_burgermenu.less */
/* ============================================================= */
@media only screen and (max-width: 1150px) {
  .desktop-navi-right {
    display: none;
  }
  .button_container {
    display: block;
  }
}
@media only screen and (min-width: 1150px) {
  .desktop-navi-right {
    display: block;
  }
  .button_container {
    display: none;
  }
}
.button_container {
  position: absolute;
  z-index: 9999;
  top: 25px;
  right: 20px;
  height: 27px;
  width: 25px;
  cursor: pointer;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

@media only screen and (max-width: 500px) {
  .btpositioner {
    display: block;
    max-width: 370px;
    margin: 0 auto;
  }
  .button_container {
    top: 25px;
    position: fixed;
  }
}
@media only screen and (min-width: 501px) {
  .btpositioner {
    position: relative;
    display: block;
    max-width: var(--headermaxwidth);
    margin: 0 auto;
  }
  .button_container {
    top: 50px;
  }
}
.button_container:hover {
  opacity: 0.9;
}

.button_container.active .top {
  -webkit-transform: translateY(7px) translateX(0) rotate(45deg);
  transform: translateY(7px) translateX(0) rotate(45deg);
  background: #fff;
}

.button_container.active .middle {
  opacity: 0;
  background: #fff;
}

.button_container.active .bottom {
  -webkit-transform: translateY(-7px) translateX(0) rotate(-45deg);
  transform: translateY(-7px) translateX(0) rotate(-45deg);
  background: #fff;
}

.button_container span {
  background: #009baa;
  border: none;
  height: 1.5px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  cursor: pointer;
}

.button_container span:nth-of-type(2) {
  top: 7px;
}

.button_container span:nth-of-type(3) {
  top: 14px;
}

.overlay {
  position: absolute;
  background: #02353b;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  overflow: hidden;
  overflow-y: scroll;
  z-index: 9255;
}

.overlay.open {
  opacity: 1;
  visibility: visible;
  position: fixed;
  height: 100%;
}

.overlay.open li {
  -webkit-animation: fadeInRight 0s ease forwards;
  animation: fadeInRight 0s ease forwards;
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.overlay.open li:nth-of-type(2) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.overlay.open li:nth-of-type(3) {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.overlay.open li:nth-of-type(4) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.overlay nav {
  position: relative;
}

.overlay {
  padding: 20px;
}

.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: block;
  position: relative;
  height: 100%;
  font-size: 2.5vh;
}

.overlay ul li {
  display: block;
  position: relative;
  opacity: 0;
}

.overlay ul li a {
  display: block;
  display: inline;
  position: relative;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
}

.overlay ul li a:hover:after,
.overlay ul li a:focus:after,
.overlay ul li a:active:after {
  color: #5cbdb4;
  width: 100%;
}

.overlay ul li.active > strong {
  color: #5cbdb4;
  font-weight: 400 !important;
}

.overlay ul li a:hover {
  color: #5cbdb4;
}

.overlay ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #fff;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
.overlay ul.level_1 li {
  margin-bottom: 10px;
  position: relative;
}

.overlay ul.level_2 li {
  margin-bottom: 2px;
  margin-left: 1em;
}

#overlay > nav.mod_changelanguage.block li {
  margin: 0px;
  margin-bottom: 0.8em;
}
#overlay > nav.mod_changelanguage.block li:after {
  content: "";
}
#overlay > nav.mod_changelanguage.block {
  margin-left: 0.5em;
}

.navimobile-logo {
  width: 150px;
  margin-bottom: 20px;
}

#mainnavigation_mobile > ul > li.active > strong,
#mainnavigation_mobile > ul > li.submenu.trail > a,
#mainnavigation_mobile > ul > li.submenu.trail > ul > li > strong {
  background-color: inherit;
}

#mainnavigation_mobile.mod_navigation.block ul.level_1 li.active.first strong.active,
#mainnavigation_mobile.mod_navigation.block ul.level_1 li.submenu.trail a.submenu.trail,
#mainnavigation_mobile.mod_navigation.block ul.level_1 li.active.submenu strong.active.submenu {
  padding-left: 0px;
  font-weight: 300 !important;
}

#mainnavigation_mobile.mod_navigation.block ul.level_1 li.submenu.trail a.submenu.trail {
  color: #5cbdb4;
}

.mod_faqpage article {
  margin-bottom: 2.2rem;
}
.mod_faqpage article section {
  font-size: 1.4rem;
  margin-bottom: 1.2rem;
  border: 1px solid #5cbdb4;
}
.mod_faqpage article section h3 {
  font-size: 1.6rem;
  color: #000;
  font-weight: 600;
  padding: 1rem;
  cursor: pointer;
}
.mod_faqpage article section h3.active {
  background: #eef8f7;
}
.mod_faqpage article section .content-text {
  padding: 1rem;
}

/* =============================================================
   Abstands-Utilities  (Schema: m-b-2, p-x-3, m-t-0 …)
   m = margin, p = padding | Seiten: t/b/l/r, Achsen: x/y, ohne = alle
   Skala 0–5  =>  0 · .25 · .5 · 1 · 1.5 · 3 rem
   ============================================================= */
/* alle Seiten */
.m-0 {
  margin: 0;
}

.p-0 {
  padding: 0;
}

/* einzelne Seiten */
.m-t-0 {
  margin-top: 0;
}

.m-b-0 {
  margin-bottom: 0;
}

.m-l-0 {
  margin-left: 0;
}

.m-r-0 {
  margin-right: 0;
}

.p-t-0 {
  padding-top: 0;
}

.p-b-0 {
  padding-bottom: 0;
}

.p-l-0 {
  padding-left: 0;
}

.p-r-0 {
  padding-right: 0;
}

/* Achsen */
.m-x-0 {
  margin-left: 0;
  margin-right: 0;
}

.m-y-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.p-x-0 {
  padding-left: 0;
  padding-right: 0;
}

.p-y-0 {
  padding-top: 0;
  padding-bottom: 0;
}

/* alle Seiten */
.m-1 {
  margin: 0.625rem;
}

.p-1 {
  padding: 0.625rem;
}

/* einzelne Seiten */
.m-t-1 {
  margin-top: 0.625rem;
}

.m-b-1 {
  margin-bottom: 0.625rem;
}

.m-l-1 {
  margin-left: 0.625rem;
}

.m-r-1 {
  margin-right: 0.625rem;
}

.p-t-1 {
  padding-top: 0.625rem;
}

.p-b-1 {
  padding-bottom: 0.625rem;
}

.p-l-1 {
  padding-left: 0.625rem;
}

.p-r-1 {
  padding-right: 0.625rem;
}

/* Achsen */
.m-x-1 {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

.m-y-1 {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.p-x-1 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.p-y-1 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

/* alle Seiten */
.m-2 {
  margin: 1.25rem;
}

.p-2 {
  padding: 1.25rem;
}

/* einzelne Seiten */
.m-t-2 {
  margin-top: 1.25rem;
}

.m-b-2 {
  margin-bottom: 1.25rem;
}

.m-l-2 {
  margin-left: 1.25rem;
}

.m-r-2 {
  margin-right: 1.25rem;
}

.p-t-2 {
  padding-top: 1.25rem;
}

.p-b-2 {
  padding-bottom: 1.25rem;
}

.p-l-2 {
  padding-left: 1.25rem;
}

.p-r-2 {
  padding-right: 1.25rem;
}

/* Achsen */
.m-x-2 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.m-y-2 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.p-x-2 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.p-y-2 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

/* alle Seiten */
.m-3 {
  margin: 1.875rem;
}

.p-3 {
  padding: 1.875rem;
}

/* einzelne Seiten */
.m-t-3 {
  margin-top: 1.875rem;
}

.m-b-3 {
  margin-bottom: 1.875rem;
}

.m-l-3 {
  margin-left: 1.875rem;
}

.m-r-3 {
  margin-right: 1.875rem;
}

.p-t-3 {
  padding-top: 1.875rem;
}

.p-b-3 {
  padding-bottom: 1.875rem;
}

.p-l-3 {
  padding-left: 1.875rem;
}

.p-r-3 {
  padding-right: 1.875rem;
}

/* Achsen */
.m-x-3 {
  margin-left: 1.875rem;
  margin-right: 1.875rem;
}

.m-y-3 {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

.p-x-3 {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.p-y-3 {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

/* alle Seiten */
.m-4 {
  margin: 2.5rem;
}

.p-4 {
  padding: 2.5rem;
}

/* einzelne Seiten */
.m-t-4 {
  margin-top: 2.5rem;
}

.m-b-4 {
  margin-bottom: 2.5rem;
}

.m-l-4 {
  margin-left: 2.5rem;
}

.m-r-4 {
  margin-right: 2.5rem;
}

.p-t-4 {
  padding-top: 2.5rem;
}

.p-b-4 {
  padding-bottom: 2.5rem;
}

.p-l-4 {
  padding-left: 2.5rem;
}

.p-r-4 {
  padding-right: 2.5rem;
}

/* Achsen */
.m-x-4 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.m-y-4 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.p-x-4 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.p-y-4 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

/* alle Seiten */
.m-5 {
  margin: 3.125rem;
}

.p-5 {
  padding: 3.125rem;
}

/* einzelne Seiten */
.m-t-5 {
  margin-top: 3.125rem;
}

.m-b-5 {
  margin-bottom: 3.125rem;
}

.m-l-5 {
  margin-left: 3.125rem;
}

.m-r-5 {
  margin-right: 3.125rem;
}

.p-t-5 {
  padding-top: 3.125rem;
}

.p-b-5 {
  padding-bottom: 3.125rem;
}

.p-l-5 {
  padding-left: 3.125rem;
}

.p-r-5 {
  padding-right: 3.125rem;
}

/* Achsen */
.m-x-5 {
  margin-left: 3.125rem;
  margin-right: 3.125rem;
}

.m-y-5 {
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}

.p-x-5 {
  padding-left: 3.125rem;
  padding-right: 3.125rem;
}

.p-y-5 {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

/* margin auto (zentrieren) */
.m-auto {
  margin: auto;
}

.m-x-auto {
  margin-left: auto;
  margin-right: auto;
}

.m-l-auto {
  margin-left: auto;
}

.m-r-auto {
  margin-right: auto;
}/*# sourceMappingURL=ecs-style.css.map */