#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden;-webkit-transform:translate3d(0,0,0)}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url(../../assets/colorbox/images/loading.gif) no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0 0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url(../../assets/colorbox/images/controls.png) no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
@charset "UTF-8";/*!
 * mmenu.js
 * mmenujs.com
 *
 * Copyright (c) Fred Heusschen
 * frebsite.nl
 *
 * License: CC-BY-NC-4.0
 * http://creativecommons.org/licenses/by-nc/4.0/
 */:root{--mm-lineheight:22px}.mm-hidden{display:none!important}.mm-wrapper{overflow-x:hidden;position:relative}.mm-menu,.mm-menu *,.mm-menu :after,.mm-menu :before{-webkit-transition-property:none;-o-transition-property:none;transition-property:none;-webkit-transition-duration:.4s;-o-transition-duration:.4s;transition-duration:.4s;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease}:root{--mm-blocker-visibility-delay:0.4s;--mm-blocker-opacity-delay:0s}.mm-blocker{display:block;position:absolute;bottom:100%;top:0;right:0;left:0;z-index:3;opacity:0;background:var(--mm-color-background);-webkit-transition:bottom 0s ease var(--mm-blocker-visibility-delay),width .4s ease,opacity .4s ease var(--mm-blocker-opacity-delay),-webkit-transform .4s ease;transition:bottom 0s ease var(--mm-blocker-visibility-delay),width .4s ease,opacity .4s ease var(--mm-blocker-opacity-delay),-webkit-transform .4s ease;-o-transition:bottom 0s ease var(--mm-blocker-visibility-delay),width .4s ease,opacity .4s ease var(--mm-blocker-opacity-delay),transform .4s ease;transition:bottom 0s ease var(--mm-blocker-visibility-delay),width .4s ease,opacity .4s ease var(--mm-blocker-opacity-delay),transform .4s ease;transition:bottom 0s ease var(--mm-blocker-visibility-delay),width .4s ease,opacity .4s ease var(--mm-blocker-opacity-delay),transform .4s ease,-webkit-transform .4s ease}.mm-blocker:focus-visible{opacity:.75}.mm-btn{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;width:50px;padding:0}.mm-btn--next,[dir=rtl] .mm-btn--prev{--mm-btn-rotate:135deg}.mm-btn--prev,[dir=rtl] .mm-btn--next{--mm-btn-rotate:-45deg}.mm-btn--next:after,.mm-btn--prev:before{content:"";display:block;position:absolute;top:0;bottom:0;width:8px;height:8px;margin:auto;-webkit-box-sizing:border-box;box-sizing:border-box;border:2px solid var(--mm-color-icon);border-bottom:none;border-right:none;-webkit-transform:rotate(var(--mm-btn-rotate));-ms-transform:rotate(var(--mm-btn-rotate));transform:rotate(var(--mm-btn-rotate))}.mm-btn--prev:before{inset-inline-start:23px}.mm-btn--next:after{inset-inline-end:23px}.mm-btn--close:before{content:"×";font-size:150%}.mm-btnreset{padding:0;background:0 0;border:none;cursor:pointer}.mm-divider{-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;position:-webkit-sticky;position:sticky;z-index:2;top:0;min-height:var(--mm-lineheight);padding:calc((var(--mm-listitem-size) * .65 - var(--mm-lineheight)) * .5) 20px;font-size:75%;text-transform:uppercase;background:var(--mm-color-background);background-image:-webkit-gradient(linear,left top,left bottom,from(var(--mm-color-background-highlight)),to(var(--mm-color-background-highlight)));background-image:-o-linear-gradient(var(--mm-color-background-highlight),var(--mm-color-background-highlight));background-image:linear-gradient(var(--mm-color-background-highlight),var(--mm-color-background-highlight));opacity:1;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.mm-navbar:not(.mm-hidden)~.mm-listview .mm-divider{top:var(--mm-navbar-size)}:root{--mm-listitem-size:50px}.mm-listitem{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative;padding:0;margin:0;color:var(--mm-color-text);border-color:var(--mm-color-border)}.mm-listitem:after{content:"";border-color:inherit;border-bottom-width:1px;border-bottom-style:solid;display:block;position:absolute;inset-inline-start:20px;inset-inline-end:0;bottom:0}.mm-listitem__btn,.mm-listitem__text{padding:calc((var(--mm-listitem-size) - var(--mm-lineheight))/ 2) 0}.mm-listitem__text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:10%;flex-basis:10%;display:block;padding-left:20px;padding-right:20px;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.mm-listitem__btn{display:block;position:relative;width:auto;-webkit-padding-end:50px;padding-inline-end:50px;border-color:inherit;background:rgba(3,2,1,0)}.mm-listitem__btn:not(.mm-listitem__text){border-left-width:1px;border-left-style:solid}.mm-listitem--selected>.mm-listitem__text{background:var(--mm-color-background-emphasis)}.mm-listitem--opened>.mm-listitem__btn,.mm-listitem--opened>.mm-panel{background:var(--mm-color-background-highlight)}.mm-listview{list-style:none;display:block;padding:0;margin:0}.mm-menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:0;margin:0;position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;-ms-scroll-chaining:none;overscroll-behavior:none;background:var(--mm-color-background);border-color:var(--mm-color-border);color:var(--mm-color-text);line-height:var(--mm-lineheight);-webkit-tap-highlight-color:var(--mm-color-background-emphasis);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mm-menu ::-webkit-input-placeholder{color:var(--mm-color-text-dimmed)}.mm-menu ::-moz-placeholder{color:var(--mm-color-text-dimmed)}.mm-menu :-ms-input-placeholder{color:var(--mm-color-text-dimmed)}.mm-menu ::-ms-input-placeholder{color:var(--mm-color-text-dimmed)}.mm-menu ::placeholder{color:var(--mm-color-text-dimmed)}.mm-menu,.mm-menu *{-webkit-box-sizing:border-box;box-sizing:border-box}.mm-menu :focus,.mm-menu :focus-visible,.mm-menu:focus,.mm-menu:focus-visible{outline:0}.mm-menu a,.mm-menu button,.mm-menu label{color:inherit}.mm-menu a:focus,.mm-menu button:focus,.mm-menu label:focus{outline:0}.mm-menu a:focus-visible,.mm-menu button:focus-visible,.mm-menu label:focus-visible{outline:2px solid var(--mm-color-focusring);outline-offset:-5px}.mm-menu input:focus,.mm-menu input:focus-visible,.mm-menu select:focus,.mm-menu select:focus-visible,.mm-menu textarea:focus,.mm-menu textarea:focus-visible{outline:2px solid var(--mm-color-focusring);outline-offset:2px}.mm-menu a,.mm-menu a:active,.mm-menu a:hover,.mm-menu a:link,.mm-menu a:visited{text-decoration:none;color:inherit}:root{--mm-navbar-size:50px}.mm-navbar{display:-webkit-box;display:-ms-flexbox;display:flex;position:-webkit-sticky;position:sticky;top:0;z-index:2;min-height:var(--mm-navbar-size);padding-top:env(safe-area-inset-top);color:var(--mm-color-text-dimmed);text-align:center;opacity:1;background:var(--mm-color-background);border-bottom:1px solid var(--mm-color-border);-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.mm-navbar>*{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-sizing:border-box;box-sizing:border-box}.mm-navbar__btn{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.mm-navbar__title{-webkit-box-flex:1;-ms-flex:1 1 50%;flex:1 1 50%;display:-webkit-box;display:-ms-flexbox;display:flex;padding:0 20px;overflow:hidden}.mm-navbar__title[href="#"]{pointer-events:none}.mm-navbar__title>span{-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.mm-btn.mm-hidden+.mm-navbar__title:not(:last-child){-webkit-padding-start:60px;padding-inline-start:60px;-webkit-padding-end:10px;padding-inline-end:10px}.mm-btn:not(.mm-hidden)+.mm-navbar__title:last-child{-webkit-padding-start:10px;padding-inline-start:10px;-webkit-padding-end:60px;padding-inline-end:60px}.mm-panel{--mm-panel-child-offset:100%;--mm-panel-parent-offset:-30%;position:absolute;left:0;right:0;top:0;bottom:0;z-index:1;-webkit-overflow-scrolling:touch;overflow:hidden;overflow-y:auto;-ms-scroll-chaining:none;overscroll-behavior:contain;color:var(--mm-color-text);border-color:var(--mm-color-border);background:var(--mm-color-background);-webkit-transform:translate3d(var(--mm-panel-child-offset),0,0);transform:translate3d(var(--mm-panel-child-offset),0,0);-webkit-transition-property:inset-inline-start,-webkit-transform;transition-property:inset-inline-start,-webkit-transform;-o-transition-property:transform,inset-inline-start;transition-property:transform,inset-inline-start;transition-property:transform,inset-inline-start,-webkit-transform}[dir=rtl] .mm-panel{--mm-panel-child-offset:-100%;--mm-panel-parent-offset:30%}.mm-panel:after{content:"";display:block;height:var(--mm-listitem-size)}.mm-panel:focus{outline:0}.mm-panel--opened{z-index:2;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}.mm-panel--parent{-webkit-transform:translate3d(var(--mm-panel-parent-offset),0,0);transform:translate3d(var(--mm-panel-parent-offset),0,0);z-index:0}.mm-panel--highest{z-index:3}.mm-menu--opened .mm-panel--noanimation{-webkit-transition:none!important;-o-transition:none!important;transition:none!important;-webkit-transition-duration:0s!important;-o-transition-duration:0s!important;transition-duration:0s!important}.mm-panel__content{padding:20px}.mm-panels{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;position:relative;height:100%;overflow:hidden;background:var(--mm-color-background);border-color:var(--mm-color-border);color:var(--mm-color-text)}.mm-panels:focus{outline:0}:root{--mm-toggle-size:34px}.mm-toggle{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-item-align:center;align-self:center;-webkit-box-flex:calc(var(--mm-toggle-size) * 1.75);-ms-flex:calc(var(--mm-toggle-size) * 1.75) 0 0px;flex:calc(var(--mm-toggle-size) * 1.75) 0 0;height:var(--mm-toggle-size);-webkit-margin-end:10px;margin-inline-end:10px;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;border:none!important;border-radius:var(--mm-toggle-size);border:var(--mm-color-border);background:var(--mm-color-border);cursor:pointer;-webkit-transition-property:background-color;-o-transition-property:background-color;transition-property:background-color}.mm-toggle:before{content:"";aspect-ratio:1;margin:2px;border-radius:100%;background:var(--mm-color-background);-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.mm-toggle:checked{background:#4bd963}.mm-toggle:checked:before{-webkit-transform:translateX(calc(var(--mm-toggle-size) * .75));-ms-transform:translateX(calc(var(--mm-toggle-size) * .75));transform:translateX(calc(var(--mm-toggle-size) * .75))}[dir=rtl] .mm-toggle:checked:before{-webkit-transform:translateX(calc(var(--mm-toggle-size) * -.75));-ms-transform:translateX(calc(var(--mm-toggle-size) * -.75));transform:translateX(calc(var(--mm-toggle-size) * -.75))}.mm-listitem--vertical>.mm-panel{position:static;width:100%;padding:10px 0 10px 20px;-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;-webkit-transition:none!important;-o-transition:none!important;transition:none!important}.mm-listitem--vertical>.mm-panel:after{content:none;display:none}.mm-listitem--vertical:not(.mm-listitem--opened)>.mm-panel{display:none}.mm-listitem--vertical>.mm-listitem__btn{height:var(--mm-listitem-size);bottom:auto}.mm-listitem--vertical .mm-listitem:last-child:after{border-color:transparent}.mm-listitem--opened>.mm-listitem__btn:after{-webkit-transform:rotate(225deg);-ms-transform:rotate(225deg);transform:rotate(225deg);right:19px}:root{--mm-size:80%;--mm-min-size:240px;--mm-max-size:440px}.mm-menu--offcanvas{position:fixed;z-index:0}.mm-page{-webkit-box-sizing:border-box;box-sizing:border-box;min-height:100vh;background:inherit}:where(.mm-slideout){position:relative;z-index:1;width:100%;-webkit-transition-duration:.4s;-o-transition-duration:.4s;transition-duration:.4s;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-property:width,-webkit-transform;transition-property:width,-webkit-transform;-o-transition-property:width,transform;transition-property:width,transform;transition-property:width,transform,-webkit-transform}.mm-wrapper--opened,.mm-wrapper--opened body{overflow:hidden}.mm-wrapper__blocker{background:rgba(0,0,0,.4)}.mm-wrapper--opened .mm-wrapper__blocker{--mm-blocker-visibility-delay:0s;--mm-blocker-opacity-delay:0.4s;bottom:0;opacity:.5}.mm-menu{--mm-translate-horizontal:0;--mm-translate-vertical:0}.mm-menu--position-left,.mm-menu--position-left-front{right:auto}.mm-menu--position-right,.mm-menu--position-right-front{left:auto}.mm-menu--position-left,.mm-menu--position-left-front,.mm-menu--position-right,.mm-menu--position-right-front{width:clamp(var(--mm-min-size),var(--mm-size),var(--mm-max-size))}.mm-menu--position-left-front{--mm-translate-horizontal:-100%}.mm-menu--position-right-front{--mm-translate-horizontal:100%}.mm-menu--position-top{bottom:auto}.mm-menu--position-bottom{top:auto}.mm-menu--position-bottom,.mm-menu--position-top{width:100%;height:clamp(var(--mm-min-size),var(--mm-size),var(--mm-max-size))}.mm-menu--position-top{--mm-translate-vertical:-100%}.mm-menu--position-bottom{--mm-translate-vertical:100%}.mm-menu--position-bottom,.mm-menu--position-left-front,.mm-menu--position-right-front,.mm-menu--position-top{z-index:2;-webkit-transform:translate3d(var(--mm-translate-horizontal),var(--mm-translate-vertical),0);transform:translate3d(var(--mm-translate-horizontal),var(--mm-translate-vertical),0);-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.mm-menu--position-bottom.mm-menu--opened,.mm-menu--position-left-front.mm-menu--opened,.mm-menu--position-right-front.mm-menu--opened,.mm-menu--position-top.mm-menu--opened{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-wrapper--position-left{--mm-translate-horizontal:clamp(
      var(--mm-min-size),
      var(--mm-size),
      var(--mm-max-size)
  )}.mm-wrapper--position-right{--mm-translate-horizontal:clamp(
      calc(-1 * var(--mm-max-size)),
      calc(-1 * var(--mm-size)),
      calc(-1 * var(--mm-min-size))
  )}.mm-wrapper--position-left .mm-slideout,.mm-wrapper--position-right .mm-slideout{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-wrapper--position-left.mm-wrapper--opened .mm-slideout,.mm-wrapper--position-right.mm-wrapper--opened .mm-slideout{-webkit-transform:translate3d(var(--mm-translate-horizontal),0,0);transform:translate3d(var(--mm-translate-horizontal),0,0)}.mm-wrapper--position-bottom .mm-wrapper__blocker,.mm-wrapper--position-left-front .mm-wrapper__blocker,.mm-wrapper--position-right-front .mm-wrapper__blocker,.mm-wrapper--position-top .mm-wrapper__blocker{z-index:1}.mm-menu--theme-light{--mm-color-background:#f3f3f3;--mm-color-border:rgb(0 0 0 / 0.15);--mm-color-icon:rgb(0 0 0 / 0.4);--mm-color-text:rgb(0 0 0 / 0.8);--mm-color-text-dimmed:rgb(0 0 0 / 0.4);--mm-color-background-highlight:rgb(0 0 0 / 0.05);--mm-color-background-emphasis:rgb(255 255 255 / 0.75);--mm-color-focusring:#06c}.mm-menu--theme-light-contrast{--mm-color-background:#f3f3f3;--mm-color-border:rgb(0 0 0 / 0.5);--mm-color-icon:rgb(0 0 0 / 0.5);--mm-color-text:#000;--mm-color-text-dimmed:rgb(0 0 0 / 0.7);--mm-color-background-highlight:rgb(0 0 0 / 0.05);--mm-color-background-emphasis:rgb(255 255 255 / 0.9);--mm-color-focusring:#06c}.mm-menu--theme-dark{--mm-color-background:#333;--mm-color-border:rgb(0, 0, 0, 0.4);--mm-color-icon:rgb(255, 255, 255, 0.4);--mm-color-text:rgb(255, 255, 255, 0.8);--mm-color-text-dimmed:rgb(255, 255, 255, 0.4);--mm-color-background-highlight:rgb(255, 255, 255, 0.08);--mm-color-background-emphasis:rgb(0, 0, 0, 0.1);--mm-color-focusring:#06c}.mm-menu--theme-dark-contrast{--mm-color-background:#333;--mm-color-border:rgb(255 255 255 / 0.5);--mm-color-icon:rgb(255 255 255 / 0.5);--mm-color-text:#fff;--mm-color-text-dimmed:rgb(255 255 255 / 0.7);--mm-color-background-highlight:rgb(255 255 255 / 0.1);--mm-color-background-emphasis:rgb(0 0 0 / 0.3);--mm-color-focusring:#06c}.mm-menu--theme-white{--mm-color-background:#fff;--mm-color-border:rgb(0 0 0 / 0.15);--mm-color-icon:rgb(0 0 0 / 0.3);--mm-color-text:rgb(0 0 0 / 0.8);--mm-color-text-dimmed:rgb(0 0 0 / 0.3);--mm-color-background-highlight:rgb(0 0 0 / 0.06);--mm-color-background-emphasis:rgb(0 0 0 / 0.03);--mm-color-focusring:#06c}.mm-menu--theme-white-contrast{--mm-color-background:#fff;--mm-color-border:rgb(0 0 0 / 0.5);--mm-color-icon:rgb(0 0 0 / 0.5);--mm-color-text:#000;--mm-color-text-dimmed:rgb(0 0 0 / 0.7);--mm-color-background-highlight:rgb(0 0 0 / 0.07);--mm-color-background-emphasis:rgb(0 0 0 / 0.035);--mm-color-focusring:#06c}.mm-menu--theme-black{--mm-color-background:#000;--mm-color-border:rgb(255 255 255 / 0.2);--mm-color-icon:rgb(255 255 255 / 0.4);--mm-color-text:rgb(255 255 255 / 0.7);--mm-color-text-dimmed:rgb(255 255 255 / 0.4);--mm-color-background-highlight:rgb(255 255 255 / 0.1);--mm-color-background-emphasis:rgb(255 255 255 / 0.06);--mm-color-focusring:#06c}.mm-menu--theme-black-contrast{--mm-color-background:#000;--mm-color-border:rgb(255 255 255 / 0.5);--mm-color-icon:rgb(255 255 255 / 0.5);--mm-color-text:#fff;--mm-color-text-dimmed:rgb(255 255 255 / 0.6);--mm-color-background-highlight:rgb(255 255 255 / 0.125);--mm-color-background-emphasis:rgb(255 255 255 / 0.1);--mm-color-focusring:#06c}.mm-counter{display:block;-webkit-padding-start:20px;padding-inline-start:20px;float:right;color:var(--mm-color-text-dimmed)}[dir=rtl] .mm-counter{float:left}:root{--mm-iconbar-size:50px}.mm-menu--iconbar-left .mm-navbars,.mm-menu--iconbar-left .mm-panels{margin-left:var(--mm-iconbar-size)}.mm-menu--iconbar-right .mm-navbars,.mm-menu--iconbar-right .mm-panels{margin-right:var(--mm-iconbar-size)}.mm-iconbar{display:none;position:absolute;top:0;bottom:0;z-index:2;width:var(--mm-iconbar-size);overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;border:0 solid;border-color:var(--mm-color-border);background:var(--mm-color-background);color:var(--mm-color-text-dimmed);text-align:center}.mm-menu--iconbar-left .mm-iconbar,.mm-menu--iconbar-right .mm-iconbar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.mm-menu--iconbar-left .mm-iconbar{border-right-width:1px;left:0}.mm-menu--iconbar-right .mm-iconbar{border-left-width:1px;right:0}.mm-iconbar__bottom,.mm-iconbar__top{width:100%;-webkit-overflow-scrolling:touch;overflow:hidden;overflow-y:auto;-ms-scroll-chaining:none;overscroll-behavior:contain}.mm-iconbar__bottom>*,.mm-iconbar__top>*{-webkit-box-sizing:border-box;box-sizing:border-box;display:block;padding:calc((var(--mm-iconbar-size) - var(--mm-lineheight))/ 2) 0}.mm-iconbar__bottom a,.mm-iconbar__bottom a:hover,.mm-iconbar__top a,.mm-iconbar__top a:hover{text-decoration:none}.mm-iconbar__tab--selected{background:var(--mm-color-background-emphasis)}:root{--mm-iconpanel-size:50px}.mm-panel--iconpanel-0{inset-inline-start:calc(0 * var(--mm-iconpanel-size))}.mm-panel--iconpanel-1{inset-inline-start:calc(1 * var(--mm-iconpanel-size))}.mm-panel--iconpanel-2{inset-inline-start:calc(2 * var(--mm-iconpanel-size))}.mm-panel--iconpanel-3{inset-inline-start:calc(3 * var(--mm-iconpanel-size))}.mm-panel--iconpanel-4{inset-inline-start:calc(4 * var(--mm-iconpanel-size))}.mm-panel--iconpanel-first~.mm-panel{inset-inline-start:var(--mm-iconpanel-size)}.mm-menu--iconpanel .mm-panel--parent .mm-divider,.mm-menu--iconpanel .mm-panel--parent .mm-navbar{opacity:0}.mm-menu--iconpanel .mm-panels>.mm-panel--parent{overflow-y:hidden;-webkit-transform:unset;-ms-transform:unset;transform:unset}.mm-menu--iconpanel .mm-panels>.mm-panel:not(.mm-panel--iconpanel-first):not(.mm-panel--iconpanel-0){border-inline-start-width:1px;border-inline-start-style:solid}.mm-navbars{-ms-flex-negative:0;flex-shrink:0}.mm-navbars .mm-navbar{position:relative;padding-top:0;border-bottom:none}.mm-navbars--top{border-bottom:1px solid var(--mm-color-border)}.mm-navbars--top .mm-navbar:first-child{padding-top:env(safe-area-inset-top)}.mm-navbars--bottom{border-top:1px solid var(--mm-color-border)}.mm-navbars--bottom .mm-navbar:last-child{padding-bottom:env(safe-area-inset-bottom)}.mm-navbar__breadcrumbs{-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;-webkit-box-flex:1;-ms-flex:1 1 50%;flex:1 1 50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:0 20px;overflow-x:auto;-webkit-overflow-scrolling:touch}.mm-navbar__breadcrumbs>*{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-padding-end:6px;padding-inline-end:6px}.mm-navbar__breadcrumbs>a{text-decoration:underline}.mm-navbar__breadcrumbs:not(:last-child){-webkit-padding-end:0;padding-inline-end:0}.mm-btn:not(.mm-hidden)+.mm-navbar__breadcrumbs{-webkit-padding-start:0;padding-inline-start:0}.mm-navbar__tab{padding:0 10px;border:1px solid transparent}.mm-navbar__tab--selected{background:var(--mm-color-background)}.mm-navbar__tab--selected:not(:first-child){border-inline-start-color:var(--mm-color-border)}.mm-navbar__tab--selected:not(:last-child){border-inline-end-color:var(--mm-color-border)}.mm-navbars--top.mm-navbars--has-tabs{border-bottom:none}.mm-navbars--top.mm-navbars--has-tabs .mm-navbar{background:var(--mm-color-background-emphasis)}.mm-navbars--top.mm-navbars--has-tabs .mm-navbar--tabs~.mm-navbar{background:var(--mm-color-background)}.mm-navbars--top.mm-navbars--has-tabs .mm-navbar:not(.mm-navbar--tabs):last-child{border-bottom:1px solid var(--mm-color-border)}.mm-navbars--top .mm-navbar__tab{border-bottom-color:var(--mm-color-border)}.mm-navbars--top .mm-navbar__tab--selected{border-top-color:var(--mm-color-border);border-bottom-color:transparent}.mm-navbars--bottom.mm-navbar--has-tabs{border-top:none}.mm-navbars--bottom.mm-navbar--has-tabs .mm-navbar{background:var(--mm-color-background)}.mm-navbars--bottom.mm-navbar--has-tabs .mm-navbar--tabs,.mm-navbars--bottom.mm-navbar--has-tabs .mm-navbar--tabs~.mm-navbar{background:var(--mm-color-background-emphasis)}.mm-navbars--bottom .mm-navbar__tab{border-top-color:var(--mm-color-border)}.mm-navbars--bottom .mm-navbar__tab--selected{border-bottom-color:var(--mm-color-border);border-top-color:transparent}.mm-searchfield{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;height:var(--mm-navbar-size);padding:0;overflow:hidden}.mm-searchfield__input{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;width:100%;max-width:100%;padding:0 10px;-webkit-box-sizing:border-box;box-sizing:border-box}.mm-searchfield__input input{display:block;width:100%;max-width:100%;height:calc(var(--mm-navbar-size) * .7);min-height:auto;max-height:auto;margin:0;padding:0 10px;-webkit-box-sizing:border-box;box-sizing:border-box;border:none;border-radius:4px;line-height:calc(var(--mm-navbar-size) * .7);font:inherit;font-size:inherit}.mm-searchfield__input input,.mm-searchfield__input input:focus,.mm-searchfield__input input:hover{background:var(--mm-color-background-highlight);color:var(--mm-color-text)}.mm-menu[class*=-contrast] .mm-searchfield__input input{border:1px solid var(--mm-color-border)}.mm-searchfield__input input::-ms-clear{display:none}.mm-searchfield__btn{display:none;position:absolute;inset-inline-end:0;top:0;bottom:0}.mm-searchfield--searching .mm-searchfield__btn{display:block}.mm-searchfield__cancel{display:block;position:relative;-webkit-margin-end:-100px;margin-inline-end:-100px;-webkit-padding-start:5px;padding-inline-start:5px;-webkit-padding-end:20px;padding-inline-end:20px;visibility:hidden;line-height:var(--mm-navbar-size);text-decoration:none;-webkit-transition-property:visibility,margin;-o-transition-property:visibility,margin;transition-property:visibility,margin}.mm-searchfield--cancelable .mm-searchfield__cancel{visibility:visible;-webkit-margin-end:0;margin-inline-end:0}.mm-panel--search{left:0!important;right:0!important;width:100%!important;border:none!important}.mm-panel__splash{padding:20px}.mm-panel--searching .mm-panel__splash{display:none}.mm-panel__noresults{display:none;padding:40px 20px;color:var(--mm-color-text-dimmed);text-align:center;font-size:150%;line-height:1.4}.mm-panel--noresults .mm-panel__noresults{display:block}:root{--mm-sectionindexer-size:20px}.mm-sectionindexer{background:inherit;text-align:center;font-size:12px;-webkit-box-sizing:border-box;box-sizing:border-box;width:var(--mm-sectionindexer-size);position:absolute;top:0;bottom:0;inset-inline-end:calc(-1 * var(--mm-sectionindexer-size));z-index:5;-webkit-transition-property:inset-inline-end;-o-transition-property:inset-inline-end;transition-property:inset-inline-end;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}.mm-sectionindexer a{color:var(--mm-color-text-dimmed);line-height:1;text-decoration:none;display:block}.mm-sectionindexer~.mm-panel{-webkit-padding-end:0;padding-inline-end:0}.mm-sectionindexer--active{right:0}.mm-sectionindexer--active~.mm-panel{-webkit-padding-end:var(--mm-sectionindexer-size);padding-inline-end:var(--mm-sectionindexer-size)}.mm-menu--selected-hover .mm-listitem__btn,.mm-menu--selected-hover .mm-listitem__text,.mm-menu--selected-parent .mm-listitem__btn,.mm-menu--selected-parent .mm-listitem__text{-webkit-transition-property:background-color;-o-transition-property:background-color;transition-property:background-color}@media (hover:hover){.mm-menu--selected-hover .mm-listview:hover>.mm-listitem--selected:not(:hover)>.mm-listitem__text{background:0 0}.mm-menu--selected-hover .mm-listitem__btn:hover,.mm-menu--selected-hover .mm-listitem__text:hover{background:var(--mm-color-background-emphasis)}}.mm-menu--selected-parent .mm-listitem__btn,.mm-menu--selected-parent .mm-listitem__text{-webkit-transition-delay:.2s;-o-transition-delay:.2s;transition-delay:.2s}@media (hover:hover){.mm-menu--selected-parent .mm-listitem__btn:hover,.mm-menu--selected-parent .mm-listitem__text:hover{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}}.mm-menu--selected-parent .mm-panel--parent .mm-listitem:not(.mm-listitem--selected-parent)>.mm-listitem__text{background:0 0}.mm-menu--selected-parent .mm-listitem--selected-parent>.mm-listitem__btn,.mm-menu--selected-parent .mm-listitem--selected-parent>.mm-listitem__text{background:var(--mm-color-background-emphasis)}:root{--mm-sidebar-collapsed-size:50px;--mm-sidebar-expanded-size:var(--mm-max-size)}.mm-wrapper--sidebar-collapsed .mm-slideout{width:calc(100% - var(--mm-sidebar-collapsed-size));-webkit-transform:translate3d(var(--mm-sidebar-collapsed-size),0,0);transform:translate3d(var(--mm-sidebar-collapsed-size),0,0)}[dir=rtl] .mm-wrapper--sidebar-collapsed .mm-slideout{-webkit-transform:none;-ms-transform:none;transform:none}.mm-wrapper--sidebar-collapsed:not(.mm-wrapper--opened) .mm-menu--sidebar-collapsed .mm-divider,.mm-wrapper--sidebar-collapsed:not(.mm-wrapper--opened) .mm-menu--sidebar-collapsed .mm-navbar{opacity:0}.mm-wrapper--sidebar-expanded .mm-menu--sidebar-expanded{width:var(--mm-sidebar-expanded-size);border-right-width:1px;border-right-style:solid}.mm-wrapper--sidebar-expanded.mm-wrapper--opened{overflow:auto}.mm-wrapper--sidebar-expanded.mm-wrapper--opened .mm-wrapper__blocker{display:none}.mm-wrapper--sidebar-expanded.mm-wrapper--opened .mm-slideout{width:calc(100% - var(--mm-sidebar-expanded-size));-webkit-transform:translate3d(var(--mm-sidebar-expanded-size),0,0);transform:translate3d(var(--mm-sidebar-expanded-size),0,0)}[dir=rtl] .mm-wrapper--sidebar-expanded.mm-wrapper--opened .mm-slideout{-webkit-transform:none;-ms-transform:none;transform:none}
/*
  Minimum viable styles for Tridi
*/

.tridi-viewer,
.tridi-viewer * {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
}

.tridi-draggable-true {
  cursor: grab;
}

.tridi-viewer {
  border: 4px solid #ededed;
  overflow: hidden; 
  position: relative;
  display: flex;
  align-items: center;
}

.tridi-viewer-image {
  width: 100%;
  margin: auto;
  animation: fadeIn 0.5s ease forwards;
  border:2px solid #ededed;
}

.tridi-viewer-image:focus {
  border:2px solid #999;
}

.tridi-stash {
  display: none;
}

/* Hint */

.tridi-hint-overlay {
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  background: rgba(237, 237, 237, 0.3);
  z-index: 100;
  cursor: pointer;
}

.tridi-hint {
  width: 80px;
  height: 80px;
  background:#333;
  opacity: 1;
  color:#fff;
  border-radius: 50%;
  position: absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin: auto;
  -webkit-transition: box-shadow .1s; /* Safari */
  transition: box-shadow .1s;
}

.tridi-hint:before,
.tridi-hint:after {
  content:'';
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.tridi-hint:before {
  border-width: 15px 15px 15px 0;
  border-color: transparent #fff transparent transparent;
  left: 9px;
}

.tridi-hint:after {
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent transparent #fff;
  right: 9px;
}

.tridi-hint-text {
  display: block;
  font-size: 34px;
  height: 34px;
  font-weight: bold;
  width: 80%;
  text-align: center;
  position: absolute;
  top:-16px;
  bottom:0;
  left:0;
  right:0;
  margin: auto;
}

.tridi-hint-overlay:hover .tridi-hint,
.tridi-hint-overlay:focus .tridi-hint {
  box-shadow: 0 0 16px 1px #333;
}

/* Loading state */

.tridi-loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 101;
}

.tridi-spinner,
.tridi-spinner:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

.tridi-spinner {
  margin: auto;
  font-size: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

/* Animations */

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes fadeIn{
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@charset "UTF-8";
/**
 * Contao Open Source CMS
 *
 * Copyright (c) 2005-2013 Leo Feyer
 *
 * @package Core
 * @link    https://contao.org
 * @license http://www.gnu.org/licenses/lgpl-3.0.html LGPL
 */
/**
 * Reset the margin and padding of the block elements
 */
body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, code, ol, ul, li, dl, dt, dd, figure, table, th, td, form, fieldset, legend, input, textarea {
  margin: 0;
  padding: 0; }

/**
 * Basic element formatting
 */
table {
  border-spacing: 0;
  border-collapse: collapse; }

caption, th, td {
  text-align: left;
  text-align: start;
  /* see #4596 */
  vertical-align: top; }

abbr, acronym {
  font-variant: normal;
  border-bottom: 1px dotted #666;
  cursor: help; }

blockquote, q {
  quotes: none; }

fieldset, img {
  border: 0; }

ul {
  list-style-type: none; }

sub {
  vertical-align: text-bottom; }

del {
  text-decoration: line-through; }

ins {
  text-decoration: none; }

/**
 * Default font settings
 */
input, button, textarea, select {
  font-family: inherit;
  font-size: 99%;
  font-weight: inherit; }

pre, code {
  font-family: Monaco, monospace; }

table {
  font-size: inherit; }

caption, th {
  font-weight: bold; }

body, form {
  margin: 0;
  padding: 0; }

img {
  border: 0;
  margin: 0;
  padding: 0; }

header, footer, nav, section, aside, article, figure, figcaption {
  display: block; }

#main {
  width: 100%; }

#main .inside {
  min-height: 1px;
  /* see #4893 */ }

/**
 * Flexible images (videos see #4896)
 *
 * @see http://webdesignerwall.com/tutorials/responsive-design-with-css3-media-queries
 */
img {
  border: 0;
  padding: 0;
  margin: 0; }

.ie7 img {
  -ms-interpolation-mode: bicubic; }

.ie8 img {
  width: auto;
  /* see #5789 */ }

/**
 * Format the Contao image galleries (now rendered as unordered lists)
 */
.ce_gallery ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style: none; }

.ce_gallery li {
  float: left; }

.ce_gallery li.col_first {
  clear: left; }

/**
 * Clear floats
 */
.clear, #clear {
  height: 1px;
  clear: both;
  margin-top: -1px; }

/**
 * Hide invisible elements
 */
.invisible {
  width: 0;
  height: 0;
  left: -1000px;
  top: -1000px;
  position: absolute;
  overflow: hidden;
  display: inline; }

/**
 * Custom layout sections
 */
.custom {
  display: block; }

#container:after, .custom:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

/* rubik-300 - latin */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 300;
  src: url("../../files/daten/fonts/rubik-v12-latin-300.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../../files/daten/fonts/rubik-v12-latin-300.eot?#iefix") format("embedded-opentype"), url("../../files/daten/fonts/rubik-v12-latin-300.woff2") format("woff2"), url("../../files/daten/fonts/rubik-v12-latin-300.woff") format("woff"), url("../../files/daten/fonts/rubik-v12-latin-300.ttf") format("truetype"), url("../../files/daten/fonts/rubik-v12-latin-300.svg#Rubik") format("svg");
  /* Legacy iOS */ }

/* rubik-regular - latin */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  src: url("../../files/daten/fonts/rubik-v12-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../../files/daten/fonts/rubik-v12-latin-regular.eot?#iefix") format("embedded-opentype"), url("../../files/daten/fonts/rubik-v12-latin-regular.woff2") format("woff2"), url("../../files/daten/fonts/rubik-v12-latin-regular.woff") format("woff"), url("../../files/daten/fonts/rubik-v12-latin-regular.ttf") format("truetype"), url("../../files/daten/fonts/rubik-v12-latin-regular.svg#Rubik") format("svg");
  /* Legacy iOS */ }

/* rubik-500 - latin */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  src: url("../../files/daten/fonts/rubik-v12-latin-500.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../../files/daten/fonts/rubik-v12-latin-500.eot?#iefix") format("embedded-opentype"), url("../../files/daten/fonts/rubik-v12-latin-500.woff2") format("woff2"), url("../../files/daten/fonts/rubik-v12-latin-500.woff") format("woff"), url("../../files/daten/fonts/rubik-v12-latin-500.ttf") format("truetype"), url("../../files/daten/fonts/rubik-v12-latin-500.svg#Rubik") format("svg");
  /* Legacy iOS */ }

/* rubik-700 - latin */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  src: url("../../files/daten/fonts/rubik-v12-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../../files/daten/fonts/rubik-v12-latin-700.eot?#iefix") format("embedded-opentype"), url("../../files/daten/fonts/rubik-v12-latin-700.woff2") format("woff2"), url("../../files/daten/fonts/rubik-v12-latin-700.woff") format("woff"), url("../../files/daten/fonts/rubik-v12-latin-700.ttf") format("truetype"), url("../../files/daten/fonts/rubik-v12-latin-700.svg#Rubik") format("svg");
  /* Legacy iOS */ }

body {
  font-size: 100%;
  font-family: 'Rubik', sans-serif;
  color: #575756;
  line-height: 110%; }

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

#header,
#footer,
#main {
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto; }

@media (min-width: 0) and (max-width: 700px) {
  .page.padd-m {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .page.padd-m:after {
      content: " ";
      display: block;
      clear: both; } }

.page {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .page:after {
    content: " ";
    display: block;
    clear: both; }

.rtl {
  float: right;
  clear: both; }

.new-line {
  clear: both; }

.full-img img {
  width: 100%;
  height: auto; }

.padd-1 {
  padding: 1rem;
  padding-bottom: 0; }

.padd-2 {
  padding: 2rem; }

.padd-3 {
  padding: 10px;
  padding-right: 4px; }

.margin-1 {
  margin-top: 1em;
  margin-bottom: 1em; }
  @media (min-width: 700px) {
    .margin-1 {
      margin-top: 3.5em;
      margin-bottom: 3.5em; } }

.btn-1 a {
  color: #fff;
  cursor: pointer;
  color: #fff;
  padding: 0.5em 1.5em;
  cursor: pointer;
  font-weight: 500;
  display: inline-block;
  margin-top: 0.75em;
  background-color: #e40521;
  border: 3px solid #e40521;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  font-size: 18px;
  font-size: 1.125rem; }

.btn-1 a:hover,
.btn-1 a.active {
  color: #fff;
  background-color: #b2041a;
  border: 3px solid #b2041a;
  transition: all 0.35s ease-in; }

.btn-2 a {
  color: #e40521;
  padding: 0.6rem 1.5rem;
  cursor: pointer;
  font-weight: 500;
  display: inline-block;
  background-color: transparent;
  border: 3px solid #e40521;
  transition: all 0.5s ease-in;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  font-size: 18px;
  font-size: 1.125rem; }

.btn-2 a:hover,
.btn-2 a.active {
  color: #fff;
  background-color: #e40521;
  transition: all 0.35s ease-in; }

.btn-3 a {
  color: #fff;
  padding: 0.6rem 1.5rem;
  cursor: pointer;
  font-weight: 500;
  display: inline-block;
  background-color: #e40521;
  border: 3px solid #e40521;
  transition: all 0.5s ease-in;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px; }

.btn-3 a:hover,
.btn-3 a.active {
  color: #fff;
  background-color: #b2041a;
  border: 3px solid #b2041a;
  transition: all 0.35s ease-in; }

.btn-4 a {
  color: #009fe3;
  padding: 0.6rem 1.5rem;
  cursor: pointer;
  font-weight: 500;
  display: inline-block;
  background-color: transparent;
  border: 3px solid #009fe3;
  transition: all 0.5s ease-in;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  font-size: 18px;
  font-size: 1.125rem; }

.btn-4 a:hover,
.btn-4 a.active {
  color: #fff;
  background-color: #009fe3;
  transition: all 0.35s ease-in; }

@media (min-width: 990px) {
  .columns-2 ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2; } }

.list-1 ol li {
  margin-left: 18px; }

.list-1 ol li::marker {
  font-weight: 700; }

.list-1 ul li {
  position: relative;
  list-style: none;
  margin-bottom: 0.35rem;
  padding-left: 18px;
  min-height: 20px;
  line-height: 115%;
  font-weight: 400;
  text-indent: 0;
  margin-left: 0; }

.list-1 ul li:before {
  content: "» ";
  display: block;
  position: absolute;
  left: 0;
  text-indent: 0;
  margin-left: 0;
  height: 20px;
  width: 20px; }

.list-2 ul {
  margin-bottom: 0em;
  list-style: none;
  border-top: 1px solid #009fe3; }
  .list-2 ul li {
    text-indent: 0px;
    padding-left: 0px;
    margin-left: 0px;
    margin-top: 0.35em;
    margin-bottom: 0.35em;
    padding-bottom: 0.35em;
    border-bottom: 1px solid #009fe3;
    font-weight: 400; }
  .list-2 ul li:after {
    content: " »"; }

.list-3 ul {
  margin-bottom: 0em;
  list-style: none; }
  @media (min-width: 990px) {
    .list-3 ul {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      column-gap: 24px; } }
  .list-3 ul li {
    text-indent: 0px;
    padding-left: 0px;
    margin-top: 0.15em;
    margin-bottom: 0.15em;
    padding-left: 5px;
    font-weight: 400; }
  .list-3 ul li:before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 40.1 37.5' style='enable-background:new 0 0 40.1 37.5;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23575756;stroke-width:5;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cpolyline class='st0' points='1.6,21.7 16.4,33.8 38.1,1.4 '/%3E%3C/svg%3E"); }

.ce_text.list-4 ul,
.list-4 ul {
  margin-bottom: 0em;
  list-style: none; }
  .ce_text.list-4 ul li,
  .list-4 ul li {
    font-size: 16px;
    font-size: 1rem;
    position: relative;
    list-style: none;
    margin-top: 1rem;
    padding-left: 30px;
    min-height: 20px;
    line-height: 125%;
    font-weight: 400;
    text-indent: 0;
    margin-left: 0; }
    @media (min-width: 1180px) {
      .ce_text.list-4 ul li,
      .list-4 ul li {
        font-size: 18px;
        font-size: 1.125rem; } }
  .ce_text.list-4 ul li:before,
  .list-4 ul li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    text-indent: 0;
    margin-left: 0;
    height: 20px;
    width: 20px;
    background-size: 20px 20px;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 40.1 37.5' style='enable-background:new 0 0 40.1 37.5;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23ffffff;stroke-width:5;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cpolyline class='st0' points='1.6,21.7 16.4,33.8 38.1,1.4 '/%3E%3C/svg%3E"); }

.ce_text.list-5 ul,
.list-5 ul {
  margin-bottom: 1em;
  list-style: none; }
  .ce_text.list-5 ul li,
  .list-5 ul li {
    position: relative;
    list-style: none;
    margin-top: 1rem;
    padding-left: 30px;
    min-height: 20px;
    line-height: 125%;
    font-weight: 400;
    text-indent: 0;
    margin-left: 0; }
  .ce_text.list-5 ul li:before,
  .list-5 ul li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    text-indent: 0;
    margin-left: 0;
    height: 18px;
    width: 18px;
    background-size: 18px 18px;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 40.1 37.5' style='enable-background:new 0 0 40.1 37.5;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23ffffff;stroke-width:5;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cpolyline class='st0' points='1.6,21.7 16.4,33.8 38.1,1.4 '/%3E%3C/svg%3E"); }

.ce_text.list-6 ul,
.list-6 ul {
  margin-bottom: 1em;
  list-style: none; }
  .ce_text.list-6 ul li,
  .list-6 ul li {
    position: relative;
    list-style: none;
    margin-top: 1rem;
    padding-left: 30px;
    min-height: 20px;
    line-height: 125%;
    font-weight: 400;
    text-indent: 0;
    margin-left: 0; }
  .ce_text.list-6 ul li:before,
  .list-6 ul li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    text-indent: 0;
    margin-left: 0;
    height: 18px;
    width: 18px;
    background-size: 18px 18px;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 40.1 37.5' style='enable-background:new 0 0 40.1 37.5;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23ffffff;stroke-width:5;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cpolyline class='st0' points='1.6,21.7 16.4,33.8 38.1,1.4 '/%3E%3C/svg%3E"); }

.list-7 ul {
  margin-bottom: 0em;
  list-style: none; }
  .list-7 ul li {
    display: grid;
    grid-template-columns: 30px 1fr;
    column-gap: 6px;
    margin-bottom: 0.45rem;
    align-items: center; }
    .list-7 ul li span.c-1,
    .list-7 ul li span.c-2,
    .list-7 ul li span.c-3 {
      width: 30px;
      height: 30px;
      border-radius: 15px;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #fff; }
    .list-7 ul li span.c-1 {
      background-color: #e40521; }
    .list-7 ul li span.c-2 {
      background-color: #009fe3; }
    .list-7 ul li span.c-3 {
      background-color: #009fe3; }

#main .list-8 ul {
  margin-bottom: 0em;
  list-style: none; }
  #main .list-8 ul li {
    font-size: 16px;
    font-size: 1rem;
    text-indent: 0px;
    clear: both;
    text-indent: 0px;
    padding-left: 0px;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    font-weight: 400; }
    @media (min-width: 1180px) {
      #main .list-8 ul li p {
        font-size: 20px;
        font-size: 1.25rem; } }
  #main .list-8 ul li:before {
    content: "" !important;
    display: block;
    float: left;
    margin-right: 10px;
    height: 20px;
    width: 20px;
    background-size: 20px 20px;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 40.1 37.5' style='enable-background:new 0 0 40.1 37.5;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23575756;stroke-width:5;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cpolyline class='st0' points='1.6,21.7 16.4,33.8 38.1,1.4 '/%3E%3C/svg%3E"); }

#header .header-top .mod_navigation ul {
  margin-bottom: 0;
  display: flex; }
  #header .header-top .mod_navigation ul li {
    display: inline-block;
    margin-right: 1rem;
    margin-left: 1rem;
    height: 25px; }
    #header .header-top .mod_navigation ul li a, #header .header-top .mod_navigation ul li strong {
      color: #575756; }
    #header .header-top .mod_navigation ul li img {
      width: 25px;
      height: 25px;
      margin-bottom: 0; }
    #header .header-top .mod_navigation ul li .text,
    #header .header-top .mod_navigation ul li .image {
      display: flex;
      align-items: center;
      height: 25px; }
    #header .header-top .mod_navigation ul li .flex-img {
      display: grid;
      grid-template-columns: 25px 1fr;
      column-gap: 4px; }
    #header .header-top .mod_navigation ul li .text-up {
      text-transform: uppercase; }

#header .header-bottom ul {
  text-align: center;
  margin-bottom: 0; }
  #header .header-bottom ul li {
    font-weight: 700;
    display: inline-block;
    font-size: 18px;
    font-size: 1.125rem; }
    #header .header-bottom ul li a {
      display: block;
      font-weight: 700;
      padding: 1rem;
      color: #575756; }
      @media (min-width: 1640px) {
        #header .header-bottom ul li a {
          padding: 1rem 2rem; } }
    #header .header-bottom ul li a:hover {
      background-color: #e40521;
      color: #fff;
      -webkit-transition: background-color 0.5s ease-out;
      -moz-transition: background-color 0.5s ease-out;
      -ms-transition: background-color 0.5s ease-out;
      -o-transition: background-color 0.5s ease-out;
      transition: background-color 0.5s ease-out; }
  #header .header-bottom ul li.first {
    margin-left: 0; }
  #header .header-bottom ul li.last {
    margin-right: 0; }
  #header .header-bottom ul li.submenu:hover > a,
  #header .header-bottom ul li.submenu:hover > strong,
  #header .header-bottom ul li.submenu:hover > span,
  #header .header-bottom ul li.trail > a.trail,
  #header .header-bottom ul li.active > strong,
  #header .header-bottom ul li.active > span,
  #header .header-bottom ul li.trail > strong,
  #header .header-bottom ul li.trail > span {
    display: block;
    padding: 1rem; }
    @media (min-width: 1640px) {
      #header .header-bottom ul li.submenu:hover > a,
      #header .header-bottom ul li.submenu:hover > strong,
      #header .header-bottom ul li.submenu:hover > span,
      #header .header-bottom ul li.trail > a.trail,
      #header .header-bottom ul li.active > strong,
      #header .header-bottom ul li.active > span,
      #header .header-bottom ul li.trail > strong,
      #header .header-bottom ul li.trail > span {
        padding: 1rem 2rem; } }
  #header .header-bottom ul li.submenu:hover > a:hover,
  #header .header-bottom ul li.submenu:hover > strong:hover,
  #header .header-bottom ul li.submenu:hover > span:hover,
  #header .header-bottom ul li.trail > a.trail:hover,
  #header .header-bottom ul li.active > strong:hover,
  #header .header-bottom ul li.active > span:hover,
  #header .header-bottom ul li.trail > strong:hover,
  #header .header-bottom ul li.trail > span:hover {
    background-color: #e40521;
    color: #fff;
    -webkit-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    -ms-transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out; }

#header .header-bottom .level_2 {
  position: absolute;
  left: auto;
  z-index: 1001;
  opacity: 0;
  max-height: 0;
  overflow: hidden; }
  #header .header-bottom .level_2 li {
    display: block; }
  #header .header-bottom .level_2 li.first {
    margin-left: 0; }

#header .header-bottom li.submenu:hover {
  background-color: #e40521;
  color: #fff; }
  #header .header-bottom li.submenu:hover a {
    color: #fff; }
  #header .header-bottom li.submenu:hover .level_2 {
    opacity: 1;
    max-height: 100%;
    background-color: #e40521;
    width: 100%;
    padding-top: 1.75em;
    padding-bottom: 1.25em;
    text-align: left; }
    #header .header-bottom li.submenu:hover .level_2 li {
      font-weight: 400; }
      #header .header-bottom li.submenu:hover .level_2 li a {
        font-weight: 400; }
      #header .header-bottom li.submenu:hover .level_2 li a:hover {
        color: #e6e5e5; }

#header .header-bottom li.produkte:hover .level_2 {
  left: 0;
  width: 86.8055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%;
  margin-left: 6.5972222222%;
  padding-left: 1%;
  padding-right: 1%;
  padding-top: 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 12px; }
  #header .header-bottom li.produkte:hover .level_2 strong.upper:hover,
  #header .header-bottom li.produkte:hover .level_2 strong.upper {
    text-transform: uppercase;
    padding: 0;
    margin: 0; }
    #header .header-bottom li.produkte:hover .level_2 strong.upper:hover .text,
    #header .header-bottom li.produkte:hover .level_2 strong.upper .text {
      padding-bottom: 1rem !important; }
  #header .header-bottom li.produkte:hover .level_2 .level_3 {
    padding: 0;
    margin: 0;
    border-top: 1px solid #fff; }
    #header .header-bottom li.produkte:hover .level_2 .level_3 a, #header .header-bottom li.produkte:hover .level_2 .level_3 strong {
      display: grid;
      grid-template-columns: 45px 1fr;
      column-gap: 12px;
      padding: 0;
      margin: 0;
      margin-top: 0.85rem;
      margin-bottom: 0.85rem;
      padding-bottom: 0.85rem;
      border-bottom: 1px solid #fff; }
      #header .header-bottom li.produkte:hover .level_2 .level_3 a .image, #header .header-bottom li.produkte:hover .level_2 .level_3 strong .image {
        height: 45px; }
      #header .header-bottom li.produkte:hover .level_2 .level_3 a img, #header .header-bottom li.produkte:hover .level_2 .level_3 strong img {
        width: 100%;
        height: auto; }
      #header .header-bottom li.produkte:hover .level_2 .level_3 a .text, #header .header-bottom li.produkte:hover .level_2 .level_3 strong .text {
        display: flex;
        align-items: center;
        text-align: left; }

#header .header-bottom li.branchen:hover .level_2 {
  left: 0;
  width: 86.8055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%;
  margin-left: 6.5972222222%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  column-gap: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 1rem;
  padding-bottom: 1rem; }
  #header .header-bottom li.branchen:hover .level_2 li {
    border-top: none;
    border-bottom: none;
    padding: 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-weight: 500; }
    #header .header-bottom li.branchen:hover .level_2 li span,
    #header .header-bottom li.branchen:hover .level_2 li a.link {
      display: block; }
    #header .header-bottom li.branchen:hover .level_2 li span, #header .header-bottom li.branchen:hover .level_2 li strong, #header .header-bottom li.branchen:hover .level_2 li a {
      margin: 0;
      padding: 0;
      padding-left: 0; }
    #header .header-bottom li.branchen:hover .level_2 li .image {
      overflow: hidden; }
      #header .header-bottom li.branchen:hover .level_2 li .image .image_container {
        margin-bottom: 1rem;
        position: relative; }
        #header .header-bottom li.branchen:hover .level_2 li .image .image_container img {
          margin-bottom: 0;
          width: 100%;
          height: auto; }

#header .header-bottom li.service:hover .level_2 {
  left: 0; }
  @media (min-width: 960px) {
    #header .header-bottom li.service:hover .level_2 {
      width: 960px;
      left: auto; } }
  @media (min-width: 1140px) {
    #header .header-bottom li.service:hover .level_2 {
      width: 380px;
      left: auto; } }
  #header .header-bottom li.service:hover .level_2 li {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    border-bottom: 1px solid #fff;
    font-weight: 400; }
    #header .header-bottom li.service:hover .level_2 li span, #header .header-bottom li.service:hover .level_2 li a {
      padding-top: 0.75em;
      padding-bottom: 0.75em;
      display: block;
      padding-left: 0em; }
  #header .header-bottom li.service:hover .level_2 li.last {
    border-bottom: 0em; }
  #header .header-bottom li.service:hover .level_2 li.trail a.trail,
  #header .header-bottom li.service:hover .level_2 li.active strong,
  #header .header-bottom li.service:hover .level_2 strong {
    padding-left: 0; }

#header .header-bottom a:focus + .level_2 {
  opacity: 1;
  max-height: 100%;
  transition: none; }

#header .header-bottom .mod_navigation:hover .level_2 {
  transition: none; }

#header .header-bottom ul.level_2 > li {
  display: block; }

.mm-panels li.active strong {
  display: block;
  padding: 10px 20px;
  color: #fff; }

#header .header-bottom .mod_breadcrumb {
  background-color: #91b6d6; }

#header .header-bottom .mod_breadcrumb ul {
  margin-top: 0.8em;
  margin-bottom: 0.8em;
  width: 74.3055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%; }

#header .header-bottom .mod_breadcrumb ul li {
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
  color: #fff; }

#header .header-bottom .mod_breadcrumb ul li a {
  color: #fff; }

#main nav.ansprechpartner {
  width: 74.3055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%;
  padding-top: 1em;
  padding-bottom: 1em; }

#main nav.ansprechpartner ul li {
  display: inline-block;
  margin-left: 0.8em;
  margin-right: 0.8em; }

#main nav.ansprechpartner ul li.first {
  margin-left: 0; }

#main .mod_customnav ul li {
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #eee; }

#footer .nav-1 {
  display: block;
  width: 74.3055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%;
  float: left;
  font-weight: 500; }

@media (min-width: 600px) {
  #footer .nav-1 {
    width: 24.3055555556%;
    float: left;
    margin-left: 0.3472222222%;
    margin-right: 0.3472222222%; } }

@media (min-width: 960px) {
  #footer .nav-1 {
    width: 16%; } }

@media (min-width: 1140px) {
  #footer .nav-1 {
    width: 16%; } }

#footer .nav-1 a {
  text-decoration: underline; }

#footer .nav-2 {
  width: 74.3055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%; }

#footer .nav-2 ul {
  text-align: right; }

#footer .nav-2 ul li {
  display: inline-block;
  border-right: 1px solid;
  line-height: 1.5em;
  padding-right: 5px;
  font-size: 14px;
  font-size: 0.875rem; }

#footer .nav-2 ul li a {
  font-size: 14px;
  font-size: 0.875rem; }

#footer .nav-2 ul li.last {
  border-right: none;
  padding-right: 0px; }

@media (min-width: 0) and (max-width: 989.99px) {
  #header .m-mobile {
    display: none !important; } }

@media (min-width: 0) and (max-width: 1179.99px) {
  #header .ce_form,
  #header .nav-01 {
    display: none !important; } }

@media (min-width: 1180px) {
  #header .desktop-none {
    display: none !important; } }

#header .nav-menu {
  display: flex;
  align-items: center; }
  @media (min-width: 400px) {
    #header .nav-menu {
      margin-left: 0.25rem; } }
  @media (min-width: 700px) {
    #header .nav-menu {
      margin-left: 1rem; } }
  @media (min-width: 0) and (max-width: 1179.99px) {
    #header .nav-menu {
      justify-content: center; } }

#header .mobile a {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  cursor: pointer; }
  @media (min-width: 500px) {
    #header .mobile a {
      width: 43px;
      height: 36px; } }
  #header .mobile a span.border-3 {
    display: block;
    height: 3px;
    background-color: #e40521;
    width: 100%;
    transition: all ease 0.5s; }
    @media (min-width: 500px) {
      #header .mobile a span.border-3 {
        height: 5px; } }
  #header .mobile a span.border-3.first {
    width: 60%;
    margin-left: 40%;
    transition: all ease 0.5s; }
  #header .mobile a span.border-3.last {
    width: 70%;
    margin-left: 30%;
    transition: all ease 0.5s; }

#header .header-top {
  padding-bottom: 1rem; }
  #header .header-top .flex {
    display: flex;
    justify-content: space-between; }
    #header .header-top .flex .logo {
      width: 130px;
      height: 43px; }
      @media (min-width: 0) and (max-width: 399px) {
        #header .header-top .flex .logo {
          margin-left: auto;
          margin-right: auto; } }
      @media (min-width: 500px) {
        #header .header-top .flex .logo {
          width: 160px;
          height: 53px; } }
      #header .header-top .flex .logo img {
        width: 130px;
        height: auto; }
        @media (min-width: 500px) {
          #header .header-top .flex .logo img {
            width: 160px; } }
    #header .header-top .flex .meta {
      display: flex;
      align-items: center;
      justify-content: right; }
      @media (min-width: 0) and (max-width: 399px) {
        #header .header-top .flex .meta {
          width: 100%;
          display: flex;
          align-items: center;
          justify-content: space-between;
          margin-top: 1rem; } }
      @media (min-width: 400px) {
        #header .header-top .flex .meta .mar {
          margin-left: 0.25rem;
          margin-right: 0.25rem; } }
      @media (min-width: 700px) {
        #header .header-top .flex .meta .mar {
          margin-left: 1rem;
          margin-right: 1rem; } }
      #header .header-top .flex .meta .login a {
        color: #575756;
        display: flex;
        align-items: center;
        text-transform: uppercase; }
      #header .header-top .flex .meta .warenkorb a {
        color: #575756;
        display: flex;
        text-transform: uppercase; }
        #header .header-top .flex .meta .warenkorb a .icon-warekorb {
          display: flex;
          align-items: center; }
        #header .header-top .flex .meta .warenkorb a .qu {
          margin-top: 0.15rem; }
        #header .header-top .flex .meta .warenkorb a img {
          width: 25px;
          height: auto; }

#header .header-bottom {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee; }
  #header .header-bottom .box-14 {
    margin-top: 0; }
  #header .header-bottom .flex {
    display: flex;
    justify-content: space-between;
    align-items: center; }

#main h1, #main h2, #main h3, #main h4, #main h5, #main h6, #main p, #main .headline-1, #main .headline-2, #main .headline-3, #main .headline-4, #main .headline-5, #main .headline-6, #main .ce_form, #main hr {
  margin-top: 0;
  margin-bottom: 1rem; }

#main img, ul, ol, video, table {
  margin-top: 0;
  margin-bottom: 1rem; }

#main .no-margin img {
  margin-bottom: -4px; }

#main video.no-margin,
#main table.no-margin,
#main ol.no-margin,
#main ul.no-margin,
#main h1.no-margin,
#main h2.no-margin,
#main h3.no-margin,
#main h4.no-margin,
#main h5.no-margin,
#main h6.no-margin,
#main p.no-margin {
  margin-bottom: 0em; }

.border-1 {
  border: 1px solid #ededed; }

h2 {
  margin-top: 3px; }

h1 {
  margin-top: 1px; }

.headline-1,
h1 {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 110%;
  margin-bottom: 0.25em; }
  @media (min-width: 700px) {
    .headline-1,
    h1 {
      font-size: 30px;
      font-size: 1.875rem; } }

@media (min-width: 700px) {
  .h1-1 h1 {
    text-transform: uppercase; } }

#main .headline-bg-1,
.headline-rot {
  background-color: #e40521;
  color: #fff;
  padding: 0.2rem 0.6rem;
  display: inline-block;
  font-weight: 700;
  line-height: 110%;
  font-size: 17px;
  font-size: 1.0625rem; }
  @media (min-width: 700px) {
    #main .headline-bg-1,
    .headline-rot {
      font-size: 21px;
      font-size: 1.3125rem; } }

.headline-2,
h2 {
  font-weight: 700;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 110%; }
  @media (min-width: 700px) {
    .headline-2,
    h2 {
      font-size: 26px;
      font-size: 1.625rem; } }

h2.h2-2 {
  font-weight: 500;
  font-size: 20px;
  font-size: 1.25rem;
  text-transform: uppercase; }
  @media (min-width: 700px) {
    h2.h2-2 {
      font-size: 26px;
      font-size: 1.625rem;
      line-height: 120%; } }

h2 + h3 {
  margin-top: 0em; }

.headline-3,
h3 {
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 120%; }
  @media (min-width: 700px) {
    .headline-3,
    h3 {
      font-size: 21px;
      font-size: 1.3125rem; } }

.headline-5,
h5 {
  font-weight: 300;
  font-style: italic; }

.headline-block h1, .headline-block h2, .headline-block h3 {
  color: #fff;
  display: inline-block;
  background-color: #e40521;
  padding: 0.2rem 0.6rem; }

p.block {
  display: block; }

p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 120%;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }
  @media (min-width: 700px) {
    p {
      font-size: 17px;
      font-size: 1.0625rem; } }

.stick {
  position: sticky;
  top: 0; }

a {
  color: #e40521;
  text-decoration: none;
  font-weight: 400; }

a:hover {
  color: #990316;
  -webkit-transition: color 0.5s ease-out;
  -moz-transition: color 0.5s ease-out;
  -ms-transition: color 0.5s ease-out;
  -o-transition: color 0.5s ease-out;
  transition: color 0.5s ease-out; }

a.underline {
  text-decoration: underline; }

a.a-1,
.a-1 a {
  text-decoration: underline; }

p {
  font-size: 15px;
  font-size: 0.9375rem; }
  @media (min-width: 700px) {
    p {
      font-size: 16px;
      font-size: 1rem; } }

@media (min-width: 700px) {
  .right {
    text-align: right; } }

strong {
  font-weight: 500; }

.p-1 p,
p.p-1 {
  font-size: 17px;
  font-size: 1.0625rem; }
  @media (min-width: 700px) {
    .p-1 p,
    p.p-1 {
      font-size: 18px;
      font-size: 1.125rem; } }

.p-2,
.p-2 p,
p.p-2 {
  font-size: 17px;
  font-size: 1.0625rem; }
  @media (min-width: 700px) {
    .p-2,
    .p-2 p,
    p.p-2 {
      font-size: 21px;
      font-size: 1.3125rem; } }

.p-3 p,
p.p-3 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem; }

.p-4 p,
p.p-4 {
  font-size: 14px;
  font-size: 0.875rem; }

.p-5 p,
p.p-5 {
  font-size: 17px;
  font-size: 1.0625rem; }
  @media (min-width: 700px) {
    .p-5 p,
    p.p-5 {
      font-size: 21px;
      font-size: 1.3125rem;
      text-transform: uppercase; } }

.p-w {
  color: #fff; }

.pfeil-2:after,
.pfeil-1:after {
  content: " »"; }

.pfeil-1:after {
  color: #e40521; }

.pfeil-2:after {
  color: #009fe3; }

.pfeil-3:before {
  content: "» ";
  color: #009fe3; }

p.icon-download {
  background-image: url(../../files/daten/icons/icon_service-05.png);
  background-repeat: no-repeat;
  background-position: center left; }

p.icon-service {
  background-image: url(../../files/daten/icons/icon_service-08.png);
  background-repeat: no-repeat;
  background-position: center left; }

.icon-haken {
  background-image: url(../../files/daten/icons/icon-haken.png);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 60px;
  min-height: 60px;
  padding-top: 1em; }

#lbl_162_0,
#lbl_156_0,
#lbl_107_0,
#lbl_97_0 {
  background-image: url(../../files/daten/icons/icon-giftig.jpg);
  background-repeat: no-repeat;
  background-position: center left; }

#lbl_162_1,
#lbl_156_1,
#lbl_107_1,
#lbl_97_1 {
  background-image: url(../../files/daten/icons/icon-reizend.jpg);
  background-repeat: no-repeat;
  background-position: center left; }

#lbl_162_2,
#lbl_156_2,
#lbl_107_2,
#lbl_97_2 {
  background-image: url(../../files/daten/icons/icon-aetzend.jpg);
  background-repeat: no-repeat;
  background-position: center left; }

#lbl_162_3,
#lbl_156_3,
#lbl_107_3,
#lbl_97_3 {
  background-image: url(../../files/daten/icons/icon-entzuendlich.jpg);
  background-repeat: no-repeat;
  background-position: center left; }

#lbl_162_4,
#lbl_156_4,
#lbl_107_4,
#lbl_97_4 {
  background-image: url(../../files/daten/icons/icon-explosiv.jpg);
  background-repeat: no-repeat;
  background-position: center left; }

#lbl_162_5,
#lbl_156_5,
#lbl_107_5,
#lbl_97_5 {
  background-image: url(../../files/daten/icons/icon-sonstiges.jpg);
  background-repeat: no-repeat;
  background-position: center left; }

#lbl_162_6,
#lbl_156_6,
#lbl_107_6,
#lbl_97_6 {
  background-image: url(../../files/daten/icons/icon-unbedenklich.jpg);
  background-repeat: no-repeat;
  background-position: center left; }

.color-2 {
  color: #009fe3 !important; }

p.icon-download,
p.icon-service {
  padding-left: 40px;
  height: 33px; }

.float_left {
  float: left; }

small {
  font-size: 14px;
  font-size: 0.875rem; }

hr {
  border-top: 1px solid #ededed;
  border-left: none;
  border-right: none;
  border-bottom: none; }

hr.hr-1 {
  border-top: 1px solid #e40521; }

hr.hr-2 {
  border-top: 1px solid #575756; }

span.name {
  width: 80px;
  display: block;
  float: left; }

span.number {
  webkit-font-feature-settings: "lnum" 1;
  -moz-font-feature-settings: "lnum" 1;
  -moz-font-feature-settings: "lnum=1";
  -ms-font-feature-settings: "lnum" 1;
  -o-font-feature-settings: "lnum" 1;
  font-feature-settings: "lnum" 1; }

.border {
  border: 1px solid #e40521;
  padding: 1rem;
  padding-bottom: 0;
  background-color: #fff; }

.border-2 {
  border-bottom: 10px solid #009fe3; }
  .border-2 img {
    margin-bottom: -10px; }
  @media (min-width: 960px) {
    .border-2 {
      border-bottom: 15px solid #009fe3; }
      .border-2 img {
        margin-bottom: -15px; } }

.caption {
  margin-bottom: 0.75em;
  text-align: left; }

@media (min-width: 700px) {
  .center {
    text-align: center; } }

.spacer-1 {
  height: 1rem;
  clear: both; }

.spacer-2 {
  height: 1rem;
  clear: both; }

.spacer-3 {
  height: 1rem;
  clear: both; }

.spacer-4 {
  height: 1rem;
  clear: both; }

.spacer-5 {
  height: 1rem;
  clear: both; }

.spacer-6 {
  height: 1rem;
  clear: both; }

.spacer-7 {
  height: 1rem;
  clear: both; }

.spacer-8 {
  height: 1rem;
  clear: both; }

.spacer-9 {
  height: 1rem;
  clear: both; }

.spacer-10 {
  height: 1rem;
  clear: both; }

.spacer-11 {
  height: 1rem;
  clear: both; }

.spacer-12 {
  height: 1rem;
  clear: both; }

.spacer-13 {
  height: 1rem;
  clear: both; }

.spacer-14 {
  height: 1rem;
  clear: both; }

.spacer-15 {
  height: 1rem;
  clear: both; }

@media (min-width: 960px) {
  .spacer-1 {
    height: 1rem; }
  .spacer-2 {
    height: 2rem; }
  .spacer-3 {
    height: 3rem; }
  .spacer-4 {
    height: 4rem; }
  .spacer-5 {
    height: 5rem; }
  .spacer-6 {
    height: 6rem; }
  .spacer-7 {
    height: 7rem; }
  .spacer-8 {
    height: 8rem; }
  .spacer-9 {
    height: 9rem; }
  .spacer-10 {
    height: 10rem; }
  .spacer-11 {
    height: 11rem; }
  .spacer-12 {
    height: 12rem; }
  .spacer-13 {
    height: 13rem; }
  .spacer-14 {
    height: 14rem; }
  .spacer-15 {
    height: 15rem; } }

.mt-1 {
  margin-top: 1rem; }

.mt-1-5 {
  margin-top: 1rem; }
  @media (min-width: 990px) {
    .mt-1-5 {
      margin-top: 1.5rem; } }

.mt-2 {
  margin-top: 1rem; }
  @media (min-width: 990px) {
    .mt-2 {
      margin-top: 2rem; } }

.mt-3 {
  margin-top: 1rem; }
  @media (min-width: 990px) {
    .mt-3 {
      margin-top: 3rem; } }

.mb-0 {
  margin-bottom: 0.25rem; }

.mb-1 {
  margin-bottom: 1rem !important; }

.mb-1-5 {
  margin-bottom: 1rem !important; }
  @media (min-width: 990px) {
    .mb-1-5 {
      margin-bottom: 1.5rem !important; } }

.mb-2 {
  margin-bottom: 1rem !important; }
  @media (min-width: 990px) {
    .mb-2 {
      margin-bottom: 2rem !important; } }

.mb-3 {
  margin-bottom: 1rem !important; }
  @media (min-width: 990px) {
    .mb-3 {
      margin-bottom: 3rem !important; } }

.image40 .image_container {
  text-align: center; }
  @media (min-width: 0) and (max-width: 600px) {
    .image40 .image_container img {
      width: 100%;
      height: auto; } }
  @media (min-width: 600px) {
    .image40 .image_container img {
      width: 50%;
      height: auto; } }
  @media (min-width: 960px) {
    .image40 .image_container img {
      width: 40%;
      height: auto; } }

.image50 .image_container {
  text-align: center; }
  @media (min-width: 0) and (max-width: 600px) {
    .image50 .image_container img {
      width: 100%;
      height: auto; } }
  @media (min-width: 600px) {
    .image50 .image_container img {
      width: 50%;
      height: auto; } }
  @media (min-width: 960px) {
    .image50 .image_container img {
      width: 50%;
      height: auto; } }

.image60 .image_container {
  text-align: center; }
  @media (min-width: 0) and (max-width: 600px) {
    .image60 .image_container img {
      width: 60%;
      height: auto; } }
  @media (min-width: 600px) {
    .image60 .image_container img {
      width: 40%;
      height: auto; } }
  @media (min-width: 960px) {
    .image60 .image_container img {
      width: 60%;
      height: auto; } }

.image70 .image_container {
  text-align: center; }
  @media (min-width: 0) and (max-width: 600px) {
    .image70 .image_container img {
      width: 60%;
      height: auto; } }
  @media (min-width: 600px) {
    .image70 .image_container img {
      width: 50%;
      height: auto; } }
  @media (min-width: 960px) {
    .image70 .image_container img {
      width: 70%;
      height: auto; } }

.image80 .image_container {
  text-align: center; }
  @media (min-width: 0) and (max-width: 600px) {
    .image80 .image_container img {
      width: 100%;
      height: auto; } }
  @media (min-width: 600px) {
    .image80 .image_container img {
      width: 60%;
      height: auto; } }
  @media (min-width: 960px) {
    .image80 .image_container img {
      width: 80%;
      height: auto; } }

.image100 .image_container {
  text-align: center; }
  .image100 .image_container img {
    width: 100%;
    height: auto; }

#main .content-box-1 {
  background-color: #eee; }
  @media (min-width: 990px) {
    #main .content-box-1 .img-svg-g {
      background-image: url("../../files/daten/icons/svg-s.png");
      background-image: none, url("../../files/daten/icons/svg-s.svg");
      background-repeat: no-repeat;
      background-position: top left;
      background-size: 48px 48px;
      background-position: -1px -2px;
      height: 670px;
      background-size: auto 103%;
      display: block;
      position: absolute;
      left: 50%;
      width: 120px;
      z-index: 2; } }
  #main .content-box-1 .imgprodukt {
    position: absolute;
    z-index: 3;
    left: 50%;
    height: 300px;
    margin-left: -200px;
    display: flex;
    align-items: center; }
    #main .content-box-1 .imgprodukt img {
      width: 170px;
      height: auto; }
    @media (min-width: 990px) {
      #main .content-box-1 .imgprodukt {
        left: 75%;
        height: 670px; }
        #main .content-box-1 .imgprodukt img {
          width: 400px;
          height: auto;
          margin-bottom: 0; } }
  #main .content-box-1 .img-icon {
    position: absolute;
    top: 1rem;
    right: 6.6%;
    z-index: 9; }
    @media (min-width: 990px) {
      #main .content-box-1 .img-icon {
        top: 3rem; } }
    #main .content-box-1 .img-icon img {
      width: 100px;
      height: auto; }
  #main .content-box-1 .back {
    position: relative;
    background-size: auto 100%; }
    @media (min-width: 990px) {
      #main .content-box-1 .back {
        height: 670px; } }
  @media (min-width: 0) and (max-width: 989.9px) {
    #main .content-box-1 .box-50-text {
      width: 86.8055555556%;
      float: left;
      margin-left: 0.3472222222%;
      margin-right: 0.3472222222%;
      margin-left: 6.5972222222%;
      margin-top: 2rem;
      margin-bottom: 2rem; } }
  @media (min-width: 990px) {
    #main .content-box-1 .box-50-text {
      height: 670px;
      position: relative;
      z-index: 99;
      display: flex;
      align-items: center;
      flex-direction: column;
      justify-content: center;
      width: 440px;
      margin-left: 6.6%; } }
  @media (min-width: 1180px) {
    #main .content-box-1 .box-50-text {
      width: 520px; } }
  @media (min-width: 1400px) {
    #main .content-box-1 .box-50-text {
      width: 620px; } }
  @media (min-width: 0) and (max-width: 989.9px) {
    #main .content-box-1 .box-50-text .text {
      width: 99.3055555556%;
      float: left;
      margin-left: 0.3472222222%;
      margin-right: 0.3472222222%; } }
  @media (min-width: 990px) {
    #main .content-box-1 .box-50-text .text {
      position: relative;
      z-index: 999; } }
  @media (min-width: 990px) {
    #main .content-box-1 .box-50-text .text h1 {
      font-size: 36px;
      font-size: 2.25rem;
      font-weight: 700; } }
  @media (min-width: 990px) {
    #main .content-box-1 .box-50-text .text h2 {
      font-weight: 500;
      font-size: 24px;
      font-size: 1.5rem; } }
  @media (min-width: 990px) {
    #main .content-box-1 .box-50-text .text h1 + h2 {
      font-weight: 700;
      font-size: 36px;
      font-size: 2.25rem; } }
  @media (min-width: 990px) {
    #main .content-box-1 .box-50-text .text h2.headline-3 {
      font-weight: 500;
      font-size: 24px;
      font-size: 1.5rem; } }
  #main .content-box-1 .box-50-text .text h1.headline-bg-1,
  #main .content-box-1 .box-50-text .text p.headline-1 {
    background-color: #e40521;
    color: #fff;
    padding: 0.2rem 0.6rem;
    font-size: 24px;
    font-size: 1.5rem;
    display: inline-block;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 700; }
  #main .content-box-1 .box-50-text .text .logos {
    display: flex; }
    #main .content-box-1 .box-50-text .text .logos .col {
      margin-right: 6px; }
      @media (min-width: 0) and (max-width: 499.9px) {
        #main .content-box-1 .box-50-text .text .logos .col img {
          width: 100%;
          height: auto; } }
  #main .content-box-1 .box-50-text .text hr {
    margin-top: 2rem;
    border-top: 3px solid #e40521; }
  #main .content-box-1 .box-50-text .text ul li {
    display: grid;
    grid-template-columns: 40px 1fr; }
    #main .content-box-1 .box-50-text .text ul li svg {
      width: 40px;
      height: 40px; }
    #main .content-box-1 .box-50-text .text ul li span.tt {
      margin-top: 0.5rem;
      font-size: 17px;
      font-size: 1.0625rem; }
      @media (min-width: 700px) {
        #main .content-box-1 .box-50-text .text ul li span.tt {
          font-size: 21px;
          font-size: 1.3125rem;
          line-height: 125%; } }
  #main .content-box-1 .image {
    overflow: hidden; }
    @media (min-width: 0) and (max-width: 989.9px) {
      #main .content-box-1 .image {
        height: 300px;
        overflow: hidden;
        width: auto;
        position: relative; } }
    @media (min-width: 990px) {
      #main .content-box-1 .image {
        height: 670px;
        width: 50%;
        right: 0;
        position: absolute; } }
    #main .content-box-1 .image img {
      object-fit: cover;
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 1;
      margin-bottom: -6px; }

#main .content-box-2 .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

#main .content-box-2 .flex .text {
  width: 100%; }

#main .content-box-2 .flex .image {
  width: 100%;
  text-align: center; }

#main .content-box-2 .flex .image img {
  width: 100%;
  height: auto; }
  @media (min-width: 500px) {
    #main .content-box-2 .flex .image img {
      width: 300px !important; } }

#main .content-ansp {
  width: 86.8055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%;
  margin-left: 6.5972222222%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-bottom: 0.5rem; }

@media (min-width: 1640px) {
  #main .content-ansp {
    width: 74.3055555556%;
    float: left;
    margin-left: 0.3472222222%;
    margin-right: 0.3472222222%;
    margin-left: 12.8472222222%; } }

@media (min-width: 990px) {
  #main .content-ansp {
    padding-top: 5rem;
    padding-bottom: 5rem; } }

#main .content-ansp .inside {
  width: 86.8055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%;
  margin-left: 6.5972222222%; }

#main .content-ansp .inside .grid-an {
  display: grid;
  column-gap: 6.6%; }

@media (min-width: 990px) {
  #main .content-ansp .inside .grid-an {
    grid-template-columns: 1fr 1fr; } }

@media (min-width: 1640px) {
  #main .content-ansp .inside .grid-an {
    grid-template-columns: 3fr 2fr; } }

#main .content-ansp .inside .flex-ansp {
  display: grid; }

@media (min-width: 500px) {
  #main .content-ansp .inside .flex-ansp {
    grid-template-columns: 1fr 1fr;
    column-gap: 24px; } }

@media (min-width: 600px) {
  #main .content-ansp .inside .contact {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 24px; } }

#main .content-ansp .inside .hover-bild .img-1 img,
#main .content-ansp .inside .hover-bild .img-2 img {
  width: 100%;
  height: auto; }

#main .content-ansp .inside .hover-bild .image .img-1 {
  display: block; }

#main .content-ansp .inside .hover-bild .image .img-2 {
  display: none; }

#main .content-ansp .inside .hover-bild .image:hover .img-1 {
  display: none; }

#main .content-ansp .inside .hover-bild .image:hover .img-2 {
  display: block; }

#main .content-ansp .inside p.border-1 {
  border-top: 1px solid #c6c6c6;
  padding-top: 0.75rem;
  margin-bottom: 0.75rem; }

#main .content-ansp .inside img {
  margin-bottom: 0; }

.plus {
  background-image: url(../../files/daten/icons/icon-plus.png);
  background-repeat: no-repeat;
  background-position: top left;
  width: 47px;
  height: 45px;
  position: absolute;
  z-index: 99;
  margin-top: 0px; }

.produkt-teaser-1 {
  width: 86.8055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%;
  margin-left: 6.5972222222%;
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 24px; }

@media (min-width: 600px) {
  .produkt-teaser-1 {
    grid-template-columns: 1fr 1fr; } }

@media (min-width: 1170px) {
  .produkt-teaser-1 {
    grid-template-columns: 1fr 1fr 1fr 1fr; } }

@media (min-width: 700px) {
  .produkt-teaser-1 h2 {
    font-size: 21px;
    font-size: 1.3125rem; } }

@media (min-width: 1640px) {
  .produkt-teaser-1 h2 {
    font-size: 26px;
    font-size: 1.625rem; } }

.rsce_icons {
  background: #ededed;
  background: linear-gradient(160deg, #ededed 48%, #f6f6f6 48%, #ededed 100%, #090979 100%, #f6f6f6 100%);
  margin-bottom: 1rem;
  margin-top: 1rem;
  transition: all 0.5s ease-in-out; }

.rsce_icons:hover {
  background: #c8c8c8;
  background: linear-gradient(160deg, #c8c8c8 48%, gainsboro 48%, #c8c8c8 100%, #090979 100%, gainsboro 100%);
  margin-bottom: 1rem;
  margin-top: 1rem;
  transition: all 1s ease; }

.rsce_icons h2,
.rsce_icons h3 {
  background-color: #e40521;
  color: #fff;
  padding: 0.2rem 0.6rem;
  display: inline-block; }

.rsce_icons a {
  display: block;
  width: 100%;
  padding: 1rem;
  padding-bottom: 0; }

.rsce_icons .produkt,
.rsce_icons .icon {
  text-align: center; }

.rsce_icons .icon img {
  width: 56px;
  height: auto; }

.rsce_icons .produkt img {
  width: 220px;
  height: auto; }

.rsce_icons p {
  display: block;
  color: black !important; }

.rsce_icons a:hover p {
  color: black; }

.dlh_googlemap {
  width: 100% !important;
  height: 450px !important; }

.bg-grau {
  background-color: #eee; }

.border-b-1 {
  border-bottom: 1px solid #ededed;
  background-color: #fff; }

.border-t-1 {
  border-top: 1px solid #ededed; }

.bg-color-1 {
  background-color: #e40521; }

.bg-color-2 {
  background-color: #009fe3; }

.bg-color-3 {
  background-color: #009fe3; }

.bg-color-1-1 {
  background-image: linear-gradient(173deg, #e40521 50%, #607282 50%);
  color: #fff; }

.bg-grau {
  background: #ededed;
  background: linear-gradient(160deg, #ededed 48%, #f6f6f6 48%, #ededed 100%, #090979 100%, #f6f6f6 100%); }

.bg-1 {
  background-image: url(../../files/daten/bilder/mecon_lager.jpg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 100% 100%;
  transition: all ease-in-out 0.6s; }

.bg-2:hover,
.bg-1:hover {
  transition: all ease-in-out 0.6s;
  background-size: 110% 110%; }

.bg-2 {
  background-image: url(../../files/daten/bilder/bg-2.jpg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 100% 100%; }

.box-color-1 {
  background-color: #e40521;
  border-bottom: 15px solid #009fe3; }

.box-color-2 {
  background-color: #009fe3;
  border-bottom: 15px solid #e40521; }

.box-color-3 {
  background-color: #009fe3; }

.bg-color-2 h1, .bg-color-2 h2, .bg-color-2 h3, .bg-color-2 h4, .bg-color-2 li, .bg-color-2 a, .bg-color-2 p,
.box-color-1 h1,
.box-color-1 h2,
.box-color-1 h3,
.box-color-1 h4,
.box-color-1 li,
.box-color-1 a,
.box-color-1 p,
.box-color-2 h1,
.box-color-2 h2,
.box-color-2 h3,
.box-color-2 h4,
.box-color-2 li,
.box-color-2 a,
.box-color-2 p {
  color: #fff; }

.bg-color-1 h1, .bg-color-1 h2, .bg-color-1 h3 {
  color: #e40521;
  background-color: #fff;
  padding: 0.2rem 0.6rem;
  display: inline-block; }

.bg-color-1 li, .bg-color-1 a, .bg-color-1 p {
  color: #fff; }

.bg-color-1 li:before {
  color: #fff !important; }

.bg-color-1 .headline-rot {
  display: inline-block; }

.flex {
  display: flex;
  flex-wrap: wrap; }

.flex-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }

.mod_article .page {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }
  @media (min-width: 990px) {
    .mod_article .page {
      padding-top: 5rem;
      padding-bottom: 5rem; } }

.mod_article.no-padd .page,
.mod_article .page.no-padd {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.mod_article.no-padd-t .page {
  padding-top: 0; }

.mod_article.no-padd-b .page {
  padding-bottom: 0; }

#main .mod_article.backimage:hover .imageteaser .object-fit picture img {
  width: 103% !important;
  height: 103% !important;
  transition: all ease-in-out 0.6s; }

#main .mod_article.backimage {
  overflow: hidden; }
  #main .mod_article.backimage .imageteaser {
    display: block;
    position: relative;
    width: 100%;
    background-position: 50%;
    background-size: cover; }
    #main .mod_article.backimage .imageteaser .text {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      position: relative;
      z-index: 5;
      color: #fff; }
      #main .mod_article.backimage .imageteaser .text p, #main .mod_article.backimage .imageteaser .text h2 {
        color: #fff; }
    #main .mod_article.backimage .imageteaser .object-fit picture img {
      font-family: 'object-fit: cover;';
      -o-object-fit: cover;
      object-fit: cover;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #e40521;
      transition: all ease-in-out 0.6s; }
  #main .mod_article.backimage .imageteaser:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(100, 100, 100, 0.8);
    content: '';
    z-index: 1; }

.balken-1 {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0; }
  .balken-1 .bg-color-2,
  .balken-1 .bg-color-3 {
    padding: 0;
    margin: 0;
    width: 50%;
    height: 20px;
    display: block; }

.inside-padd {
  padding: 1em; }

.ce_text ol li {
  margin-left: 18px; }

.ce_text ol li::marker {
  font-weight: 700; }

.ce_text ul li {
  position: relative;
  list-style: none;
  margin-bottom: 0.35rem;
  padding-left: 18px;
  min-height: 20px;
  line-height: 115%;
  font-weight: 400;
  text-indent: 0;
  margin-left: 0; }

.ce_text ul li:before {
  content: "» ";
  display: block;
  position: absolute;
  left: 0;
  text-indent: 0;
  margin-left: 0;
  height: 20px;
  width: 20px; }

.ce_form.form-2 fieldset {
  padding: 0;
  margin: 0;
  margin-bottom: 2em;
  background-color: #f2f2f2; }
  .ce_form.form-2 fieldset textarea,
  .ce_form.form-2 fieldset select,
  .ce_form.form-2 fieldset input {
    background-color: #fff; }

.ce_form.form-2 .checkbox_container {
  margin-left: 0; }

.ce_form.form-2 input {
  margin-bottom: 0; }

.ce_form.form-2 legend {
  padding: 0;
  margin: 0;
  background-color: #fb364f;
  color: #fff;
  padding: 0.5em; }

.ce_form.form-2 #ctrl_269,
.ce_form.form-2 .widget {
  clear: both;
  margin: 1.25em 0.8em; }
  @media (min-width: 990px) {
    .ce_form.form-2 #ctrl_269,
    .ce_form.form-2 .widget {
      margin: 1.25em 5em; } }

.ce_form.form-2 .widget-explanation {
  border-top: 1px solid #e40521;
  margin-top: 0.5em;
  padding-top: 0.5em; }
  @media (min-width: 990px) {
    .ce_form.form-2 .widget-explanation {
      margin-left: 2.5em;
      margin-right: 2.5em; } }

.ce_form.form-2 .checkbox_container a {
  text-decoration: underline; }

.ce_form.form-2 .zwei {
  clear: both; }
  .ce_form.form-2 .zwei .widget.col-2 {
    float: right;
    width: 35%;
    margin-top: 0.75em;
    margin-bottom: 0.75em;
    display: block;
    display: block;
    margin-top: -4.8em; }
    @media (min-width: 990px) {
      .ce_form.form-2 .zwei .widget.col-2 {
        width: 15%; } }
    .ce_form.form-2 .zwei .widget.col-2 select {
      width: 100%; }
  .ce_form.form-2 .zwei .widget.col-1 {
    margin-top: 1.75em;
    margin-bottom: 0.75em;
    width: 80%;
    display: block;
    float: left; }
    @media (min-width: 990px) {
      .ce_form.form-2 .zwei .widget.col-1 label {
        width: 32%; } }
    .ce_form.form-2 .zwei .widget.col-1 input {
      width: 60%; }
      @media (min-width: 990px) {
        .ce_form.form-2 .zwei .widget.col-1 input {
          width: 50%; } }

.ce_form.form-2 .widget-radio,
.ce_form.form-2 .widget-checkbox {
  border: 1px solid #cccccc;
  background-color: #fff; }
  .ce_form.form-2 .widget-radio legend,
  .ce_form.form-2 .widget-checkbox legend {
    margin: 0;
    padding: 0.15em;
    background-color: #ccc;
    color: #e40521; }
  .ce_form.form-2 .widget-radio fieldset,
  .ce_form.form-2 .widget-checkbox fieldset {
    margin-bottom: 0; }

.ce_form.form-2 .widget legend {
  margin: 0;
  padding: 0.25em;
  background-color: #ccc;
  color: #e40521; }

.ce_form.form-2 .radio_container input {
  width: 9%;
  text-align: left;
  display: block;
  float: left;
  margin-top: 0.5em;
  clear: both; }
  @media (min-width: 990px) {
    .ce_form.form-2 .radio_container input {
      width: 25px; } }

.ce_form.form-2 .radio_container label {
  float: right;
  width: 84%; }
  @media (min-width: 1140px) {
    .ce_form.form-2 .radio_container label {
      width: 96%; } }

.ce_form.form-2 input.submit {
  margin: 0.25em;
  padding: 0.65em;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5); }

.slider-1 {
  clear: both; }
  .slider-1 .content-slider {
    width: 100%; }
    .slider-1 .content-slider .slider-wrapper {
      width: 74.3055555556%;
      float: left;
      margin-left: 0.3472222222%;
      margin-right: 0.3472222222%;
      border-bottom: 15px solid #e40521; }
      .slider-1 .content-slider .slider-wrapper .col-1,
      .slider-1 .content-slider .slider-wrapper .col-2 {
        display: block;
        width: 100%; }
        @media (min-width: 990px) {
          .slider-1 .content-slider .slider-wrapper .col-1,
          .slider-1 .content-slider .slider-wrapper .col-2 {
            float: left;
            width: 50%;
            height: 339px;
            overflow: hidden;
            margin-bottom: -1px; } }
      .slider-1 .content-slider .slider-wrapper .col-1 {
        padding: 0.75em; }
        @media (min-width: 990px) {
          .slider-1 .content-slider .slider-wrapper .col-1 {
            padding: 3em; } }
      .slider-1 .content-slider .slider-wrapper .col-2 {
        background-color: #fff; }
        @media (min-width: 0) and (max-width: 960px) {
          .slider-1 .content-slider .slider-wrapper .col-2 .image_container {
            margin-bottom: -12px; } }
        .slider-1 .content-slider .slider-wrapper .col-2 .image_container img {
          width: 100%;
          height: auto; }
  @media (min-width: 0) and (max-width: 960px) {
    .slider-1 .slider-control a.slider-prev,
    .slider-1 .slider-control a.slider-next {
      display: none !important; } }
  @media (min-width: 990px) {
    .slider-1 .slider-control a.slider-prev,
    .slider-1 .slider-control a.slider-next {
      position: absolute;
      z-index: 99999;
      text-decoration: none;
      display: block;
      font-size: 56px;
      font-size: 3.5rem;
      font-weight: 700;
      margin-top: -203px;
      width: 20px;
      height: 20px; } }
  .slider-1 .slider-control a.slider-prev:hover,
  .slider-1 .slider-control a.slider-next:hover {
    -webkit-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    -ms-transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out; }
  .slider-1 .slider-control a.slider-prev {
    margin-left: 20px; }
  .slider-1 .slider-control a.slider-next {
    margin-right: 10px; }

#main .mod_randomImage {
  width: 74.3055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%; }
  #main .mod_randomImage img {
    width: 100%;
    height: auto; }
  @media (min-width: 990px) {
    #main .mod_randomImage {
      width: 24.3055555556%;
      float: right;
      margin-right: 0.3472222222%;
      margin-left: 0.3472222222%;
      margin-top: 0.5em; } }

@media (min-width: 990px) {
  .product #tabs1-3,
  .product #tabs1-2 {
    padding-top: 2em; } }

#main .ce_partner {
  width: 74.3055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%;
  margin-bottom: 1em; }
  #main .ce_partner .col-1,
  #main .ce_partner .col-2 {
    width: 100%;
    padding: 1em;
    display: block;
    float: left; }
    @media (min-width: 700px) {
      #main .ce_partner .col-1,
      #main .ce_partner .col-2 {
        width: 50%;
        height: 330px;
        padding: 2em; } }
    #main .ce_partner .col-1 a,
    #main .ce_partner .col-2 a {
      color: #fff;
      text-decoration: underline; }
  #main .ce_partner .col-1 {
    font-weight: 700; }
    @media (min-width: 0) and (max-width: 700px) {
      #main .ce_partner .col-1 {
        border: 2px solid #009fe3; } }
    @media (min-width: 700px) {
      #main .ce_partner .col-1 {
        border-bottom: 2px solid #009fe3;
        border-top: 2px solid #009fe3;
        border-left: 2px solid #009fe3; } }
  #main .ce_partner .col-2 {
    background-color: #009fe3;
    color: #fff; }
  #main .ce_partner .tel {
    margin-top: 0.8em; }
  #main .ce_partner .firma {
    font-weight: 700; }

#main .memberlist .memberlist-1 {
  clear: both;
  width: 86.8055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%;
  margin-left: 6.5972222222%;
  margin-bottom: 1rem; }
  #main .memberlist .memberlist-1 .col-1,
  #main .memberlist .memberlist-1 .col-2 {
    width: 100%;
    padding: 0.5em 0.5em 0.1em 0.5em;
    display: block;
    float: left; }
    @media (min-width: 700px) {
      #main .memberlist .memberlist-1 .col-1,
      #main .memberlist .memberlist-1 .col-2 {
        width: 50%;
        height: 360px;
        padding: 2em; } }
    #main .memberlist .memberlist-1 .col-1 a,
    #main .memberlist .memberlist-1 .col-2 a {
      text-decoration: underline; }
  #main .memberlist .memberlist-1 .col-1 {
    color: #fff;
    background-color: #e40521; }
    #main .memberlist .memberlist-1 .col-1 .text {
      font-weight: 700;
      font-size: 14px;
      font-size: 0.875rem; }
      @media (min-width: 700px) {
        #main .memberlist .memberlist-1 .col-1 .text {
          font-size: 18px;
          font-size: 1.125rem; } }
    #main .memberlist .memberlist-1 .col-1 .kategorie {
      display: block;
      width: 100%; }
      @media (min-width: 700px) {
        #main .memberlist .memberlist-1 .col-1 .kategorie {
          margin-top: 1em; } }
      #main .memberlist .memberlist-1 .col-1 .kategorie li.logo {
        border-top: 1px solid #eee;
        width: 100%;
        display: block;
        height: 40px;
        font-size: 14px;
        font-size: 0.875rem; }
        @media (min-width: 600px) {
          #main .memberlist .memberlist-1 .col-1 .kategorie li.logo {
            font-size: 16px;
            font-size: 1rem; } }
        @media (min-width: 700px) {
          #main .memberlist .memberlist-1 .col-1 .kategorie li.logo {
            height: 60px;
            padding-top: 16px;
            font-size: 18px;
            font-size: 1.125rem; } }
      #main .memberlist .memberlist-1 .col-1 .kategorie li.logoALT {
        border-top: 1px solid #009fe3;
        width: 100%;
        display: block;
        background-size: 20px 20px;
        height: 40px;
        padding-left: 26px;
        padding-top: 6px;
        font-size: 14px;
        font-size: 0.875rem; }
        @media (min-width: 600px) {
          #main .memberlist .memberlist-1 .col-1 .kategorie li.logoALT {
            font-size: 16px;
            font-size: 1rem; } }
        @media (min-width: 700px) {
          #main .memberlist .memberlist-1 .col-1 .kategorie li.logoALT {
            background-size: 32px 32px;
            height: 60px;
            padding-left: 40px;
            padding-top: 16px;
            font-size: 18px;
            font-size: 1.125rem; } }
      #main .memberlist .memberlist-1 .col-1 .kategorie li.logo-12 {
        background-image: url(../../files/daten/icons/Icons_leistungen-11.png);
        background-repeat: no-repeat;
        background-position: left center; }
      #main .memberlist .memberlist-1 .col-1 .kategorie li.logo-22 {
        background-image: url(../../files/daten/icons/Icons_leistungen-10.png);
        background-repeat: no-repeat;
        background-position: left center; }
      #main .memberlist .memberlist-1 .col-1 .kategorie li.logo-32 {
        background-image: url(../../files/daten/icons/Icons_leistungen-02.png);
        background-repeat: no-repeat;
        background-position: left center; }
  #main .memberlist .memberlist-1 .col-2 {
    background-color: #eee;
    font-size: 14px;
    font-size: 0.875rem; }
    @media (min-width: 600px) {
      #main .memberlist .memberlist-1 .col-2 {
        font-size: 18px;
        font-size: 1.125rem; } }
  #main .memberlist .memberlist-1 .tel {
    margin-top: 0.8em; }
  #main .memberlist .memberlist-1 .firma {
    font-weight: 700; }

#mapFilter {
  width: 86.8055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%;
  margin-left: 6.5972222222%; }
  @media (min-width: 700px) {
    #mapFilter {
      margin-bottom: 1em; } }
  #mapFilter button.filterButton {
    background-color: #e40521;
    border: none !important;
    color: #fff;
    padding: 1em;
    cursor: pointer;
    background-size: 32px 32px; }
    @media (min-width: 0) and (max-width: 700px) {
      #mapFilter button.filterButton {
        width: 100%;
        display: block;
        float: left;
        margin-bottom: 0.35em;
        padding: 0.35em;
        background-size: 20px 20px; } }
  #mapFilter button#filterCat12 {
    background-image: url(../../files/daten/icons/Icons_leistungen-11.png);
    background-repeat: no-repeat;
    background-position: 10px center; }
  #mapFilter button#filterCat22 {
    background-image: url(../../files/daten/icons/Icons_leistungen-10.png);
    background-repeat: no-repeat;
    background-position: 10px center; }
  #mapFilter button#filterCat32 {
    background-image: url(../../files/daten/icons/Icons_leistungen-02.png);
    background-repeat: no-repeat;
    background-position: 10px center; }
  #mapFilter button#filterCat32,
  #mapFilter button#filterCat22,
  #mapFilter button#filterCat12 {
    padding-left: 0em;
    background-position: 5px center; }
    @media (min-width: 700px) {
      #mapFilter button#filterCat32,
      #mapFilter button#filterCat22,
      #mapFilter button#filterCat12 {
        padding-left: 48px;
        background-position: 10px center; } }
  #mapFilter button.filterButton:hover,
  #mapFilter button.filterButton.active {
    background-color: #fb3b53; }

#main .ce_ansp .img-1 {
  display: block; }

#main .ce_ansp .img-2 {
  display: none !important; }

#main .ce_ansp.hover .img-1 {
  display: none !important; }

#main .ce_ansp.hover .img-2 {
  display: block !important; }

#main .ce_ansp {
  margin-top: 1em;
  margin-bottom: 1em;
  width: 74.3055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%; }
  @media (min-width: 700px) {
    #main .ce_ansp {
      width: 36.8055555556%;
      float: left;
      margin-left: 0.3472222222%;
      margin-right: 0.3472222222%; } }
  @media (min-width: 990px) {
    #main .ce_ansp {
      width: 24.3055555556%;
      float: left;
      margin-left: 0.3472222222%;
      margin-right: 0.3472222222%; } }
  @media (min-width: 1140px) {
    #main .ce_ansp {
      width: 18.0555555556%;
      float: left;
      margin-left: 0.3472222222%;
      margin-right: 0.3472222222%; } }
  #main .ce_ansp .ce_image {
    margin-bottom: -15px; }
  #main .ce_ansp .image {
    margin-bottom: -15px; }
    #main .ce_ansp .image li.image {
      list-style: none !important; }
    #main .ce_ansp .image img {
      width: 100%;
      height: auto; }
  #main .ce_ansp .text {
    background-color: #009fe3;
    color: #fff;
    padding: 1em;
    font-size: 14px;
    font-size: 0.875rem; }
    #main .ce_ansp .text a {
      color: #fff; }
    #main .ce_ansp .text .name {
      font-weight: 500;
      font-size: 18px;
      font-size: 1.125rem; }

.ce_downloads h3 {
  margin-top: 0em; }

.download-1 h3 {
  margin-top: 0em; }

.download-1 table td {
  width: 100%;
  padding: 5px 15px 5px 0; }
  .download-1 table td a {
    color: #e40521;
    text-decoration: underline; }
  @media (min-width: 0) and (max-width: 700px) {
    .download-1 table td {
      font-size: 14px;
      font-size: 0.875rem; } }

.download-1 table td:nth-child(2n) {
  text-align: right; }

.download-2 table {
  margin-bottom: 2em; }
  .download-2 table td {
    width: 100%;
    padding: 5px 15px 5px 0; }
    .download-2 table td a {
      color: #e40521;
      text-decoration: underline; }
      @media (min-width: 0) and (max-width: 700px) {
        .download-2 table td a {
          font-size: 14px;
          font-size: 0.875rem; } }
  .download-2 table td:nth-child(2n) {
    text-align: right;
    text-transform: uppercase; }

.table-2 table {
  width: 100%; }
  .table-2 table thead th {
    background-color: #fff;
    padding: 0.2rem;
    font-weight: 500;
    font-size: 16px;
    font-size: 1rem; }
  .table-2 table tbody tr:nth-child(evon) {
    background-color: #ededed; }
  .table-2 table tbody tr:nth-child(odd) {
    background-color: #dadada; }
  .table-2 table td {
    padding: 0.2rem 0.2rem;
    font-weight: 400; }
    @media (min-width: 0) and (max-width: 700px) {
      .table-2 table td {
        font-size: 12px;
        font-size: 0.75rem; } }
    @media (min-width: 1180px) {
      .table-2 table td {
        font-size: 18px;
        font-size: 1.125rem; } }

.gallerie-logos ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 3rem;
  margin-bottom: 2rem; }
  .gallerie-logos ul li {
    width: 33%;
    text-align: center; }
    .gallerie-logos ul li img {
      width: 100%;
      height: auto; }
      @media (min-width: 700px) {
        .gallerie-logos ul li img {
          width: auto;
          height: 80px; } }

#main .ship-quick {
  background-image: url(../../files/daten/bilder/quick_shipment_mecon_be.jpg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 100% 100%;
  color: #fff;
  padding: 1rem;
  margin-bottom: 1rem;
  border-bottom: 15px solid #009fe3; }
  #main .ship-quick .head {
    border-bottom: 1px solid #fff; }
    #main .ship-quick .head img {
      height: 60px;
      width: auto;
      margin-bottom: 0; }
  #main .ship-quick .text {
    margin-top: 1rem; }
    #main .ship-quick .text a {
      color: #fff !important; }
    #main .ship-quick .text .cta {
      display: flex;
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
      align-items: center;
      border-top: 1px solid #009fe3;
      border-bottom: 1px solid #009fe3; }
      #main .ship-quick .text .cta .image {
        margin-right: 5px; }

#main .mod_faqpage h2 {
  width: 74.3055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%; }

#main .mod_faqpage .ce_accordion,
#main .mod_faqpage .ce_accordionSingle {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0; }
  #main .mod_faqpage .ce_accordion .toggler,
  #main .mod_faqpage .ce_accordionSingle .toggler {
    cursor: pointer;
    background-color: #e40521; }
    #main .mod_faqpage .ce_accordion .toggler h3,
    #main .mod_faqpage .ce_accordionSingle .toggler h3 {
      margin-top: 0em;
      margin-bottom: 0em;
      padding: 0.5em;
      display: block;
      color: #fff; }
  #main .mod_faqpage .ce_accordion .toggler:hover,
  #main .mod_faqpage .ce_accordionSingle .toggler:hover {
    background-color: #b2041a;
    -webkit-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    -ms-transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out; }
  #main .mod_faqpage .ce_accordion a,
  #main .mod_faqpage .ce_accordionSingle a {
    color: #fff; }
  #main .mod_faqpage .ce_accordion .ui-accordion-header h3:after,
  #main .mod_faqpage .ce_accordionSingle .ui-accordion-header h3:after {
    content: "+";
    float: right;
    color: #fff; }
  #main .mod_faqpage .ce_accordion .ui-accordion-header-active h3:after,
  #main .mod_faqpage .ce_accordionSingle .ui-accordion-header-active h3:after {
    content: "–";
    float: right;
    color: #fff; }
  #main .mod_faqpage .ce_accordion .ui-accordion-content,
  #main .mod_faqpage .ce_accordionSingle .ui-accordion-content {
    padding: 0.5em 0.5em 0 0.5em;
    background-color: #fff; }

#main .mod_faqpage .ce_accordion.odd .toggler,
#main .mod_faqpage .ce_accordionSingle.odd .toggler {
  cursor: pointer;
  background-color: #dadada; }

#main .ce_accordion {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #fff; }
  #main .ce_accordion .toggler {
    cursor: pointer;
    background-color: #e40521; }
    #main .ce_accordion .toggler h3,
    #main .ce_accordion .toggler h2 {
      margin-top: 0em;
      margin-bottom: 0em;
      padding: 0.5em;
      display: block;
      color: #fff;
      font-size: 16px;
      font-size: 1rem; }
  #main .ce_accordion .toggler:hover {
    background-color: #b2041a;
    -webkit-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    -ms-transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out; }
  #main .ce_accordion a {
    color: #fff; }
  #main .ce_accordion .ui-accordion-header h3:after,
  #main .ce_accordion .ui-accordion-header h2:after {
    content: "+";
    float: right;
    color: #fff; }
  #main .ce_accordion .ui-accordion-header-active h2:after {
    content: "–";
    float: right;
    color: #fff; }
  #main .ce_accordion .ui-accordion-content {
    background-color: #fff; }
    #main .ce_accordion .ui-accordion-content li {
      font-size: 16px;
      font-size: 1rem; }
    #main .ce_accordion .ui-accordion-content .bg-color-1 {
      padding-top: 2em;
      padding-bottom: 2em; }

#main .ce_accordion.odd .toggler,
#main .ce_accordionSingle.odd .toggler {
  cursor: pointer;
  background-color: #dadada;
  color: #575756; }
  #main .ce_accordion.odd .toggler h3,
  #main .ce_accordion.odd .toggler h2,
  #main .ce_accordionSingle.odd .toggler h3,
  #main .ce_accordionSingle.odd .toggler h2 {
    color: #575756; }

#main .ce_accordion.odd .ui-accordion-header h3:after,
#main .ce_accordion.odd .ui-accordion-header h2:after,
#main .ce_accordionSingle.odd .ui-accordion-header h3:after,
#main .ce_accordionSingle.odd .ui-accordion-header h2:after {
  color: #575756; }

#main .ce_accordion.odd .ui-accordion-header-active h2:after,
#main .ce_accordionSingle.odd .ui-accordion-header-active h2:after {
  color: #575756; }

#header .ce_form .formbody {
  display: grid;
  grid-template-columns: 150px 38px; }
  @media (min-width: 1640px) {
    #header .ce_form .formbody {
      grid-template-columns: 220px 38px; } }
  #header .ce_form .formbody input,
  #header .ce_form .formbody button {
    width: 100%;
    margin-bottom: 0;
    margin-top: 0;
    height: 38px; }
  #header .ce_form .formbody input {
    background-color: #fff;
    border: 1px solid #eee;
    font-weight: 500;
    font-style: italic; }
  #header .ce_form .formbody button {
    background-image: url("../../files/daten/icons/icon-suche.svg");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 38px 38px;
    border-radius: 0 !important; }

#header .mod_changelanguage select {
  color: #575756;
  border: 0 !important;
  background: none;
  background-color: transparent;
  cursor: pointer;
  padding-right: 10px;
  background-image: url(../../files/files/daten/icons/icon-select.png);
  background-repeat: no-repeat;
  background-position: center right; }

#header .mod_changelanguage ul {
  margin-bottom: 0; }
  #header .mod_changelanguage ul li a {
    background-image: url("../../files/daten/icons/icon-world.svg");
    background-repeat: no-repeat;
    background-position: top;
    background-position: 5px center;
    background-size: 25px 25px;
    padding: 10px 0px 10px 35px;
    color: #575756; }

button.submit,
input.submit {
  margin-bottom: 1rem;
  margin-top: 1rem;
  padding: 0.8rem 1rem;
  cursor: pointer;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px; }

input.submit,
input.submit:hover {
  transition: all 0.2s ease-in; }

button.submit,
input.submit.button_checkout,
input.submit.confirm,
input.submit.next {
  background-color: #e40521;
  color: #fff;
  border: 1px solid #e40521 !important;
  cursor: pointer; }

input.submit.button_checkout:hover,
input.submit.confirm:hover,
input.submit.next:hover {
  background-color: #990316; }

input.submit.previous {
  color: black;
  background-color: #fff;
  border: 1px solid #575756; }

input.submit.previous:hover {
  background-color: #eee; }

#main legend {
  padding: 0.5rem 0.4rem;
  width: 100%;
  display: block;
  font-weight: 700;
  background-color: #eee;
  margin-top: 1rem; }

#main .widget {
  margin-top: 1rem;
  margin-bottom: 1rem; }
  #main .widget legend {
    margin-bottom: 1rem; }

#main .form-head {
  margin-top: 1rem;
  font-weight: 700; }

#main .widget-radio fieldset > span {
  margin-bottom: 1rem; }

#main .checkbox_container > span {
  margin-top: 1rem; }

#main .checkbox_container > span,
#main .widget-radio fieldset > span,
#main .widget-extended-checkbox div > span,
#main .widget-checkbox fieldset > span {
  display: grid;
  grid-template-columns: 25px 1fr;
  align-items: first baseline;
  column-gap: 2px; }
  #main .checkbox_container > span input,
  #main .widget-radio fieldset > span input,
  #main .widget-extended-checkbox div > span input,
  #main .widget-checkbox fieldset > span input {
    height: 17px; }
  #main .checkbox_container > span label,
  #main .widget-radio fieldset > span label,
  #main .widget-extended-checkbox div > span label,
  #main .widget-checkbox fieldset > span label {
    width: 100%; }

#main .widget-checkbox .checkbox_container > span {
  margin-top: 0; }

#main .checkbox-2.widget-checkbox fieldset > span {
  align-items: center; }
  #main .checkbox-2.widget-checkbox fieldset > span label {
    background-size: 50px 50px;
    padding-left: 60px;
    min-height: 50px;
    display: flex;
    align-items: center; }

#main .widget-password,
#main .widget-textarea,
#main .widget-select,
#main .widget-text {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between; }

@media (min-width: 600px) {
  #main label {
    width: 30%; } }

#main textarea,
#main select,
#main input {
  background-color: #eee;
  padding: 0.45rem 0.3rem;
  width: 100%;
  border: 1px solid #c6c6c6; }
  @media (min-width: 600px) {
    #main textarea,
    #main select,
    #main input {
      width: 68%; } }

.ce_gallery ul {
  display: grid;
  column-gap: 2.6%; }
  .ce_gallery ul li img {
    width: 100%;
    height: auto; }

.ce_gallery ul.gall1 {
  grid-template-columns: 1fr; }

.ce_gallery ul.gall15,
.ce_gallery ul.gall20,
.ce_gallery ul.gall25,
.ce_gallery ul.gall30,
.ce_gallery ul.gall50 {
  grid-template-columns: 1fr 1fr; }

@media (min-width: 700px) {
  .ce_gallery ul.gall30 {
    grid-template-columns: 1fr 1fr 1fr; }
  .ce_gallery ul.gall25 {
    grid-template-columns: 1fr 1fr 1fr 1fr; }
  .ce_gallery ul.gall20 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr; }
  .ce_gallery ul.gall15 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; } }

.gallerie-10 {
  width: 86.8055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%;
  margin-left: 6.5972222222%; }
  @media (min-width: 1640px) {
    .gallerie-10 {
      width: 74.3055555556%;
      float: left;
      margin-left: 0.3472222222%;
      margin-right: 0.3472222222%;
      margin-left: 12.8472222222%; } }
  .gallerie-10 ul li img {
    max-width: 200px;
    height: auto; }

.slider-3 {
  position: relative;
  background-color: #e40521; }
  .slider-3 .slider-control {
    position: static;
    height: 30px; }
    .slider-3 .slider-control a.slider-prev,
    .slider-3 .slider-control a.slider-next {
      font-size: 50px;
      font-size: 3.125rem;
      font-weight: 400;
      color: #fff; }
      @media (min-width: 0) and (max-width: 989px) {
        .slider-3 .slider-control a.slider-prev,
        .slider-3 .slider-control a.slider-next {
          display: none !important; } }
    .slider-3 .slider-control a.slider-prev {
      margin-left: 0.5rem;
      content: "<"; }
      @media (min-width: 1180px) {
        .slider-3 .slider-control a.slider-prev {
          margin-left: 2rem; } }
    .slider-3 .slider-control a.slider-next {
      margin-right: 0.5rem;
      content: ">"; }
      @media (min-width: 1180px) {
        .slider-3 .slider-control a.slider-next {
          margin-right: 2rem; } }
  .slider-3 .slider-control {
    margin-top: -2rem; }
  .slider-3 .slider-control a {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 1;
    position: absolute;
    display: block;
    color: #e40521; }
    .slider-3 .slider-control a:before {
      padding: 1rem;
      display: block; }
    .slider-3 .slider-control a:hover {
      opacity: 0.5; }
  .slider-3 .slider-menu {
    font-size: 2.5rem;
    line-height: 1;
    top: auto;
    bottom: 0; }
    .slider-3 .slider-menu b {
      color: #d5d4d4; }
    .slider-3 .slider-menu b.active {
      color: #c6c6c6; }
    .slider-3 .slider-menu b:hover {
      opacity: 0.5; }

@media (min-width: 990px) {
  #main .flex-header2 {
    display: block;
    position: relative;
    width: 100%;
    background-position: 50%;
    background-size: cover; } }

@media (min-width: 2000px) {
  #main .flex-header2 {
    max-width: 2000px;
    margin-left: auto;
    margin-right: auto; } }

#main .flex-header2 .page {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

@media (min-width: 0) and (max-width: 989px) {
  #main .flex-header2 .img-header {
    display: none !important; } }

#main .flex-header2 .img-header img {
  width: 100%;
  height: auto;
  transition: all ease-in-out 0.6s; }
  @media (min-width: 990px) {
    #main .flex-header2 .img-header img {
      font-family: 'object-fit: cover;';
      -o-object-fit: cover;
      object-fit: cover;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; } }

.flex-header2:hover .img-header img {
  width: 103% !important;
  height: 103% !important;
  transition: all ease-in-out 0.6s; }

@media (min-width: 990px) {
  #main .flex-header2:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 1; } }

.flex-2 {
  width: 74.3055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%; }
  @media (min-width: 990px) {
    .flex-2 {
      display: flex;
      align-items: center; } }

@media (min-width: 0) and (max-width: 699px) {
  #main .flex-header2 .box-header-slider img,
  .flex-2 .box-header-slider img {
    width: 100%;
    height: auto; } }

@media (min-width: 990px) {
  #main .flex-header2,
  .flex-2 {
    height: 475px; } }

@media (min-width: 1180px) {
  #main .flex-header2,
  .flex-2 {
    height: 535px; } }

@media (min-width: 1400px) {
  #main .flex-header2,
  .flex-2 {
    height: 620px; } }

@media (min-width: 1640px) {
  #main .flex-header2,
  .flex-2 {
    height: 750px; } }

.box-header-slider {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center; }
  @media (min-width: 0) and (max-width: 989px) {
    .box-header-slider {
      margin-top: 1rem;
      margin-bottom: 1rem; } }
  @media (min-width: 990px) {
    .box-header-slider {
      position: absolute;
      z-index: 99; } }
  .box-header-slider .ce_text {
    width: 100%;
    background: rgba(78, 94, 107, 0.75); }
    @media (min-width: 600px) {
      .box-header-slider .ce_text {
        width: 50%; } }
    @media (min-width: 1180px) {
      .box-header-slider .ce_text {
        width: 40%; } }
    @media (min-width: 990px) {
      .box-header-slider .ce_text {
        padding: 2rem;
        padding-bottom: 1rem; } }
    .box-header-slider .ce_text p {
      color: #fff; }
    .box-header-slider .ce_text p.color-2 {
      color: #009fe3 !important; }
  .box-header-slider .ce_image {
    width: 100%;
    text-align: center; }
    @media (min-width: 700px) {
      .box-header-slider .ce_image {
        width: 50%; } }
    @media (min-width: 1180px) {
      .box-header-slider .ce_image {
        width: 60%; } }
    .box-header-slider .ce_image img {
      width: 100%;
      height: auto; }
      @media (min-width: 990px) {
        .box-header-slider .ce_image img {
          width: 70%; } }
      @media (min-width: 1640px) {
        .box-header-slider .ce_image img {
          width: 50%; } }

.col-20 {
  width: 15%; }

.col-80 {
  width: 80%; }

.col-form-50 {
  width: 100%; }
  @media (min-width: 990px) {
    .col-form-50 {
      width: 48%; } }

.box-50 {
  width: 100%; }
  @media (min-width: 990px) {
    .box-50 {
      width: 50%; } }

.space {
  justify-content: space-between; }

.box-3.no-margin-t,
.box-4.no-margin-t,
.box-5.no-margin-t,
.box-6.no-margin-t,
.box-7.no-margin-t,
.box-8.no-margin-t,
.box-9.no-margin-t,
.box-10.no-margin-t,
.box-11.no-margin-t,
.box-12.no-margin-t,
.box-13.no-margin-t,
.box-14.no-margin-t,
.box-15.no-margin-t,
.box-16.no-margin-t {
  margin-top: 0 !important; }

.box-1 {
  width: 86.8055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%;
  margin-top: 1rem; }
  @media (min-width: 0) and (max-width: 989px) {
    .box-1 {
      margin-left: 6.5972222222%; } }

.box-1-rtl {
  width: 99.3055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%; }

.box-1,
.box-1-rtl,
.box-1-1-rtl,
.box-1-1,
.box-8-2,
.box-4-2,
.box-mitte {
  margin-top: 1rem; }

.box-2 {
  width: 86.8055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%;
  margin-top: 1rem; }
  @media (min-width: 0) and (max-width: 989px) {
    .box-2 {
      margin-left: 6.5972222222%; } }

.box-2-rtl {
  width: 99.3055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%; }

.box-2,
.box-2-rtl,
.box-2-2-rtl,
.box-2-2,
.box-8-2,
.box-4-2,
.box-mitte {
  margin-top: 1rem; }

.box-3 {
  width: 86.8055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%;
  margin-top: 1rem; }
  @media (min-width: 0) and (max-width: 989px) {
    .box-3 {
      margin-left: 6.5972222222%; } }

.box-3-rtl {
  width: 99.3055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%; }

.box-3,
.box-3-rtl,
.box-3-3-rtl,
.box-3-3,
.box-8-2,
.box-4-2,
.box-mitte {
  margin-top: 1rem; }

.box-4 {
  width: 86.8055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%;
  margin-top: 1rem; }
  @media (min-width: 0) and (max-width: 989px) {
    .box-4 {
      margin-left: 6.5972222222%; } }

.box-4-rtl {
  width: 99.3055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%; }

.box-4,
.box-4-rtl,
.box-4-4-rtl,
.box-4-4,
.box-8-2,
.box-4-2,
.box-mitte {
  margin-top: 1rem; }

.box-5 {
  width: 86.8055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%;
  margin-top: 1rem; }
  @media (min-width: 0) and (max-width: 989px) {
    .box-5 {
      margin-left: 6.5972222222%; } }

.box-5-rtl {
  width: 99.3055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%; }

.box-5,
.box-5-rtl,
.box-5-5-rtl,
.box-5-5,
.box-8-2,
.box-4-2,
.box-mitte {
  margin-top: 1rem; }

.box-6 {
  width: 86.8055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%;
  margin-top: 1rem; }
  @media (min-width: 0) and (max-width: 989px) {
    .box-6 {
      margin-left: 6.5972222222%; } }

.box-6-rtl {
  width: 99.3055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%; }

.box-6,
.box-6-rtl,
.box-6-6-rtl,
.box-6-6,
.box-8-2,
.box-4-2,
.box-mitte {
  margin-top: 1rem; }

.box-7 {
  width: 86.8055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%;
  margin-top: 1rem; }
  @media (min-width: 0) and (max-width: 989px) {
    .box-7 {
      margin-left: 6.5972222222%; } }

.box-7-rtl {
  width: 99.3055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%; }

.box-7,
.box-7-rtl,
.box-7-7-rtl,
.box-7-7,
.box-8-2,
.box-4-2,
.box-mitte {
  margin-top: 1rem; }

.box-8 {
  width: 86.8055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%;
  margin-top: 1rem; }
  @media (min-width: 0) and (max-width: 989px) {
    .box-8 {
      margin-left: 6.5972222222%; } }

.box-8-rtl {
  width: 99.3055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%; }

.box-8,
.box-8-rtl,
.box-8-8-rtl,
.box-8-8,
.box-8-2,
.box-4-2,
.box-mitte {
  margin-top: 1rem; }

.box-9 {
  width: 86.8055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%;
  margin-top: 1rem; }
  @media (min-width: 0) and (max-width: 989px) {
    .box-9 {
      margin-left: 6.5972222222%; } }

.box-9-rtl {
  width: 99.3055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%; }

.box-9,
.box-9-rtl,
.box-9-9-rtl,
.box-9-9,
.box-8-2,
.box-4-2,
.box-mitte {
  margin-top: 1rem; }

.box-10 {
  width: 86.8055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%;
  margin-top: 1rem; }
  @media (min-width: 0) and (max-width: 989px) {
    .box-10 {
      margin-left: 6.5972222222%; } }

.box-10-rtl {
  width: 99.3055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%; }

.box-10,
.box-10-rtl,
.box-10-10-rtl,
.box-10-10,
.box-8-2,
.box-4-2,
.box-mitte {
  margin-top: 1rem; }

.box-11 {
  width: 86.8055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%;
  margin-top: 1rem; }
  @media (min-width: 0) and (max-width: 989px) {
    .box-11 {
      margin-left: 6.5972222222%; } }

.box-11-rtl {
  width: 99.3055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%; }

.box-11,
.box-11-rtl,
.box-11-11-rtl,
.box-11-11,
.box-8-2,
.box-4-2,
.box-mitte {
  margin-top: 1rem; }

.box-12 {
  width: 86.8055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%;
  margin-top: 1rem; }
  @media (min-width: 0) and (max-width: 989px) {
    .box-12 {
      margin-left: 6.5972222222%; } }

.box-12-rtl {
  width: 99.3055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%; }

.box-12,
.box-12-rtl,
.box-12-12-rtl,
.box-12-12,
.box-8-2,
.box-4-2,
.box-mitte {
  margin-top: 1rem; }

.box-13 {
  width: 86.8055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%;
  margin-top: 1rem; }
  @media (min-width: 0) and (max-width: 989px) {
    .box-13 {
      margin-left: 6.5972222222%; } }

.box-13-rtl {
  width: 99.3055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%; }

.box-13,
.box-13-rtl,
.box-13-13-rtl,
.box-13-13,
.box-8-2,
.box-4-2,
.box-mitte {
  margin-top: 1rem; }

.box-14 {
  width: 86.8055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%;
  margin-top: 1rem; }
  @media (min-width: 0) and (max-width: 989px) {
    .box-14 {
      margin-left: 6.5972222222%; } }

.box-14-rtl {
  width: 99.3055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%; }

.box-14,
.box-14-rtl,
.box-14-14-rtl,
.box-14-14,
.box-8-2,
.box-4-2,
.box-mitte {
  margin-top: 1rem; }

.box-15 {
  width: 86.8055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%;
  margin-top: 1rem; }
  @media (min-width: 0) and (max-width: 989px) {
    .box-15 {
      margin-left: 6.5972222222%; } }

.box-15-rtl {
  width: 99.3055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%; }

.box-15,
.box-15-rtl,
.box-15-15-rtl,
.box-15-15,
.box-8-2,
.box-4-2,
.box-mitte {
  margin-top: 1rem; }

.box-16 {
  width: 86.8055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%;
  margin-top: 1rem; }
  @media (min-width: 0) and (max-width: 989px) {
    .box-16 {
      margin-left: 6.5972222222%; } }

.box-16-rtl {
  width: 99.3055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%; }

.box-16,
.box-16-rtl,
.box-16-16-rtl,
.box-16-16,
.box-8-2,
.box-4-2,
.box-mitte {
  margin-top: 1rem; }

.col-50 {
  display: block;
  width: 100%;
  margin-top: 1rem; }
  @media (min-width: 700px) {
    .col-50 {
      width: 50%;
      float: left; } }

.box-1 {
  width: 18.0555555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%; }
  @media (min-width: 990px) {
    .box-1 {
      width: 18.0555555556%;
      float: left;
      margin-left: 0.3472222222%;
      margin-right: 0.3472222222%; } }
  @media (min-width: 1180px) {
    .box-1 {
      width: 5.5555555556%;
      float: left;
      margin-left: 0.3472222222%;
      margin-right: 0.3472222222%; } }

.box-1-rtl {
  width: 18.0555555556%;
  float: right;
  margin-right: 0.3472222222%;
  margin-left: 0.3472222222%; }
  @media (min-width: 990px) {
    .box-1-rtl {
      width: 18.0555555556%;
      float: right;
      margin-right: 0.3472222222%;
      margin-left: 0.3472222222%; } }
  @media (min-width: 1180px) {
    .box-1-rtl {
      width: 5.5555555556%;
      float: right;
      margin-right: 0.3472222222%;
      margin-left: 0.3472222222%; } }

.box-2 {
  width: 36.8055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%; }
  @media (min-width: 990px) {
    .box-2 {
      width: 36.8055555556%;
      float: left;
      margin-left: 0.3472222222%;
      margin-right: 0.3472222222%; } }
  @media (min-width: 1180px) {
    .box-2 {
      width: 11.8055555556%;
      float: left;
      margin-left: 0.3472222222%;
      margin-right: 0.3472222222%; } }

.box-2-rtl {
  width: 36.8055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%; }
  @media (min-width: 990px) {
    .box-2-rtl {
      width: 36.8055555556%;
      float: right;
      margin-right: 0.3472222222%;
      margin-left: 0.3472222222%; } }
  @media (min-width: 1180px) {
    .box-2-rtl {
      width: 11.8055555556%;
      float: right;
      margin-right: 0.3472222222%;
      margin-left: 0.3472222222%; } }

@media (min-width: 700px) {
  .box-3 {
    width: 36.8055555556%;
    float: left;
    margin-left: 0.3472222222%;
    margin-right: 0.3472222222%; } }

@media (min-width: 1180px) {
  .box-3 {
    width: 18.0555555556%;
    float: left;
    margin-left: 0.3472222222%;
    margin-right: 0.3472222222%; } }

.box-3-3 {
  width: 99.3055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%; }
  @media (min-width: 700px) {
    .box-3-3 {
      width: 18.0555555556%;
      float: left;
      margin-left: 0.3472222222%;
      margin-right: 0.3472222222%; } }

.box-3-2 {
  width: 36.8055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%; }
  @media (min-width: 990px) {
    .box-3-2 {
      width: 24.3055555556%;
      float: left;
      margin-left: 0.3472222222%;
      margin-right: 0.3472222222%; } }
  @media (min-width: 1180px) {
    .box-3-2 {
      width: 24.3055555556%;
      float: left;
      margin-left: 0.3472222222%;
      margin-right: 0.3472222222%; } }

@media (min-width: 990px) {
  .box-3-rtl {
    width: 36.8055555556%;
    float: right;
    margin-right: 0.3472222222%;
    margin-left: 0.3472222222%; } }

@media (min-width: 1180px) {
  .box-3-rtl {
    width: 18.0555555556%;
    float: right;
    margin-right: 0.3472222222%;
    margin-left: 0.3472222222%; } }

.box-3-3-rtl {
  width: 99.3055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%; }
  @media (min-width: 990px) {
    .box-3-3-rtl {
      width: 18.0555555556%;
      float: right;
      margin-right: 0.3472222222%;
      margin-left: 0.3472222222%; } }

@media (min-width: 990px) {
  .box-4 {
    width: 24.3055555556%;
    float: left;
    margin-left: 0.3472222222%;
    margin-right: 0.3472222222%; } }

.box-4-2 {
  width: 99.3055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%; }
  @media (min-width: 700px) {
    .box-4-2 {
      width: 24.3055555556%;
      float: left;
      margin-left: 0.3472222222%;
      margin-right: 0.3472222222%; } }

.box-4-4 {
  width: 99.3055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%; }
  @media (min-width: 990px) {
    .box-4-4 {
      width: 24.3055555556%;
      float: left;
      margin-left: 0.3472222222%;
      margin-right: 0.3472222222%; } }

.box-4-4-rtl {
  width: 99.3055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%; }
  @media (min-width: 990px) {
    .box-4-4-rtl {
      width: 24.3055555556%;
      float: right;
      margin-right: 0.3472222222%;
      margin-left: 0.3472222222%; } }

@media (min-width: 990px) {
  .box-4-rtl {
    width: 36.8055555556%;
    float: right;
    margin-right: 0.3472222222%;
    margin-left: 0.3472222222%; } }

@media (min-width: 1180px) {
  .box-4-rtl {
    width: 24.3055555556%;
    float: right;
    margin-right: 0.3472222222%;
    margin-left: 0.3472222222%; } }

@media (min-width: 700px) {
  .box-5 {
    width: 36.8055555556%;
    float: left;
    margin-left: 0.3472222222%;
    margin-right: 0.3472222222%; } }

@media (min-width: 1180px) {
  .box-5 {
    width: 30.5555555556%;
    float: left;
    margin-left: 0.3472222222%;
    margin-right: 0.3472222222%; } }

.box-5-5 {
  width: 99.3055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%; }
  @media (min-width: 990px) {
    .box-5-5 {
      width: 30.5555555556%;
      float: left;
      margin-left: 0.3472222222%;
      margin-right: 0.3472222222%; } }

.box-5-5-rtl {
  width: 99.3055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%; }
  @media (min-width: 990px) {
    .box-5-5-rtl {
      width: 30.5555555556%;
      float: right;
      margin-right: 0.3472222222%;
      margin-left: 0.3472222222%; } }

@media (min-width: 990px) {
  .box-5-rtl {
    width: 36.8055555556%;
    float: right;
    margin-right: 0.3472222222%;
    margin-left: 0.3472222222%; } }

@media (min-width: 1180px) {
  .box-5-rtl {
    width: 30.5555555556%;
    float: right;
    margin-right: 0.3472222222%;
    margin-left: 0.3472222222%; } }

@media (min-width: 990px) {
  .box-6 {
    width: 36.8055555556%;
    float: left;
    margin-left: 0.3472222222%;
    margin-right: 0.3472222222%; } }

.box-6-6 {
  width: 99.3055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%;
  margin-bottom: 1rem; }
  @media (min-width: 700px) {
    .box-6-6 {
      width: 55.5555555556%;
      float: left;
      margin-left: 0.3472222222%;
      margin-right: 0.3472222222%; } }
  @media (min-width: 1180px) {
    .box-6-6 {
      width: 36.8055555556%;
      float: left;
      margin-left: 0.3472222222%;
      margin-right: 0.3472222222%; } }

.box-6-2 {
  width: 99.3055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%; }
  @media (min-width: 990px) {
    .box-6-2 {
      width: 36.8055555556%;
      float: left;
      margin-left: 0.3472222222%;
      margin-right: 0.3472222222%; } }

@media (min-width: 990px) {
  .box-6-rtl {
    width: 36.8055555556%;
    float: right;
    margin-right: 0.3472222222%;
    margin-left: 0.3472222222%; } }

@media (min-width: 1180px) {
  .box-6-rtl {
    width: 36.8055555556%;
    float: right;
    margin-right: 0.3472222222%;
    margin-left: 0.3472222222%; } }

@media (min-width: 990px) {
  .box-7 {
    width: 43.0555555556%;
    float: left;
    margin-left: 0.3472222222%;
    margin-right: 0.3472222222%; } }

.box-7-7 {
  width: 99.3055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%; }
  @media (min-width: 990px) {
    .box-7-7 {
      width: 43.0555555556%;
      float: left;
      margin-left: 0.3472222222%;
      margin-right: 0.3472222222%; } }

.box-7-7-rtl {
  width: 99.3055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%; }
  @media (min-width: 990px) {
    .box-7-7-rtl {
      width: 43.0555555556%;
      float: right;
      margin-right: 0.3472222222%;
      margin-left: 0.3472222222%; } }

@media (min-width: 990px) {
  .box-7-rtl {
    width: 36.8055555556%;
    float: right;
    margin-right: 0.3472222222%;
    margin-left: 0.3472222222%; } }

@media (min-width: 1180px) {
  .box-7-rtl {
    width: 43.0555555556%;
    float: right;
    margin-right: 0.3472222222%;
    margin-left: 0.3472222222%; } }

@media (min-width: 990px) {
  .box-8 {
    width: 36.8055555556%;
    float: left;
    margin-left: 0.3472222222%;
    margin-right: 0.3472222222%; } }

@media (min-width: 1180px) {
  .box-8 {
    width: 49.3055555556%;
    float: left;
    margin-left: 0.3472222222%;
    margin-right: 0.3472222222%; } }

.box-8-2 {
  width: 99.3055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%; }
  @media (min-width: 700px) {
    .box-8-2 {
      width: 49.3055555556%;
      float: left;
      margin-left: 0.3472222222%;
      margin-right: 0.3472222222%; } }

.box-8-8 {
  width: 99.3055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%; }
  @media (min-width: 990px) {
    .box-8-8 {
      width: 49.3055555556%;
      float: left;
      margin-left: 0.3472222222%;
      margin-right: 0.3472222222%; } }

.box-8-8-rtl {
  width: 99.3055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%; }
  @media (min-width: 990px) {
    .box-8-8-rtl {
      width: 49.3055555556%;
      float: right;
      margin-right: 0.3472222222%;
      margin-left: 0.3472222222%; } }

@media (min-width: 990px) {
  .box-8-rtl {
    width: 36.8055555556%;
    float: right;
    margin-right: 0.3472222222%;
    margin-left: 0.3472222222%; } }

@media (min-width: 1180px) {
  .box-8-rtl {
    width: 49.3055555556%;
    float: right;
    margin-right: 0.3472222222%;
    margin-left: 0.3472222222%; } }

@media (min-width: 990px) {
  .box-9 {
    width: 86.8055555556%;
    float: left;
    margin-left: 0.3472222222%;
    margin-right: 0.3472222222%; } }

@media (min-width: 1180px) {
  .box-9 {
    width: 55.5555555556%;
    float: left;
    margin-left: 0.3472222222%;
    margin-right: 0.3472222222%; } }

.box-9-9 {
  width: 99.3055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%; }
  @media (min-width: 990px) {
    .box-9-9 {
      width: 55.5555555556%;
      float: left;
      margin-left: 0.3472222222%;
      margin-right: 0.3472222222%; } }

.box-9-9-rtl {
  width: 99.3055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%; }
  @media (min-width: 990px) {
    .box-9-9-rtl {
      width: 55.5555555556%;
      float: right;
      margin-right: 0.3472222222%;
      margin-left: 0.3472222222%; } }

@media (min-width: 990px) {
  .box-9-rtl {
    width: 36.8055555556%;
    float: right;
    margin-right: 0.3472222222%;
    margin-left: 0.3472222222%; } }

@media (min-width: 1180px) {
  .box-9-rtl {
    width: 55.5555555556%;
    float: right;
    margin-right: 0.3472222222%;
    margin-left: 0.3472222222%; } }

@media (min-width: 990px) {
  .box-10 {
    width: 61.8055555556%;
    float: left;
    margin-left: 0.3472222222%;
    margin-right: 0.3472222222%; } }

@media (min-width: 990px) {
  .box-10-2 {
    width: 74.3055555556%;
    float: left;
    margin-left: 0.3472222222%;
    margin-right: 0.3472222222%; } }

@media (min-width: 1180px) {
  .box-10-2 {
    width: 61.8055555556%;
    float: left;
    margin-left: 0.3472222222%;
    margin-right: 0.3472222222%; } }

@media (min-width: 990px) {
  .box-10-rtl {
    width: 61.8055555556%;
    float: right;
    margin-right: 0.3472222222%;
    margin-left: 0.3472222222%; } }

@media (min-width: 990px) {
  .box-11 {
    width: 68.0555555556%;
    float: left;
    margin-left: 0.3472222222%;
    margin-right: 0.3472222222%; } }

@media (min-width: 990px) {
  .box-11-rtl {
    width: 68.0555555556%;
    float: right;
    margin-right: 0.3472222222%;
    margin-left: 0.3472222222%; } }

@media (min-width: 990px) {
  .box-12 {
    width: 74.3055555556%;
    float: left;
    margin-left: 0.3472222222%;
    margin-right: 0.3472222222%; } }

@media (min-width: 990px) {
  .box-12-rtl {
    width: 74.3055555556%;
    float: right;
    margin-right: 0.3472222222%;
    margin-left: 0.3472222222%; } }

@media (min-width: 990px) {
  .box-13 {
    width: 80.5555555556%;
    float: left;
    margin-left: 0.3472222222%;
    margin-right: 0.3472222222%; } }

@media (min-width: 990px) {
  .box-13-rtl {
    width: 86.8055555556%;
    float: right;
    margin-right: 0.3472222222%;
    margin-left: 0.3472222222%; } }

@media (min-width: 990px) {
  .box-14 {
    width: 86.8055555556%;
    float: left;
    margin-left: 0.3472222222%;
    margin-right: 0.3472222222%; } }

@media (min-width: 990px) {
  .box-14-rtl {
    width: 93.0555555556%;
    float: right;
    margin-right: 0.3472222222%;
    margin-left: 0.3472222222%; } }

@media (min-width: 990px) {
  .box-15 {
    width: 93.0555555556%;
    float: left;
    margin-left: 0.3472222222%;
    margin-right: 0.3472222222%; } }

@media (min-width: 990px) {
  .box-11-rtl {
    width: 68.0555555556%;
    float: right;
    margin-right: 0.3472222222%;
    margin-left: 0.3472222222%; } }

@media (min-width: 990px) {
  .box-16 {
    width: 99.3055555556%;
    float: left;
    margin-left: 0.3472222222%;
    margin-right: 0.3472222222%; } }

.box-mitte {
  width: 99.3055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%;
  margin-bottom: 1rem; }
  @media (min-width: 990px) {
    .box-mitte {
      width: 61.8055555556%;
      float: left;
      margin-left: 0.3472222222%;
      margin-right: 0.3472222222%;
      margin-left: 6.5972222222%; } }
  @media (min-width: 1640px) {
    .box-mitte {
      width: 74.3055555556%;
      float: left;
      margin-left: 0.3472222222%;
      margin-right: 0.3472222222%;
      margin-left: 12.8472222222%; } }

@media (min-width: 990px) {
  .offset-1 {
    margin-left: 6.5972222222%; } }

@media (min-width: 990px) {
  .offset-2 {
    margin-left: 12.8472222222%; } }

@media (min-width: 990px) {
  .offset-3 {
    margin-left: 19.0972222222%; } }

@media (min-width: 990px) {
  .offset-4 {
    margin-left: 25.3472222222%; } }

@media (min-width: 990px) {
  .offset-5 {
    margin-left: 31.5972222222%; } }

@media (min-width: 990px) {
  .offset-6 {
    margin-left: 37.8472222222%; } }

@media (min-width: 990px) {
  .offset-7 {
    margin-left: 44.0972222222%; } }

@media (min-width: 990px) {
  .offset-8 {
    margin-left: 50.3472222222%; } }

@media (min-width: 990px) {
  .offset-9 {
    margin-left: 56.5972222222%; } }

@media (min-width: 990px) {
  .offset-10 {
    margin-left: 62.8472222222%; } }

@media (min-width: 990px) {
  .offset-11 {
    margin-left: 69.0972222222%; } }

@media (min-width: 990px) {
  .offset-12 {
    margin-left: 75.3472222222%; } }

@media (min-width: 990px) {
  .offset-13 {
    margin-left: 81.5972222222%; } }

@media (min-width: 990px) {
  .offset-14 {
    margin-left: 87.8472222222%; } }

@media (min-width: 990px) {
  .offset-15 {
    margin-left: 94.0972222222%; } }

@media (min-width: 990px) {
  .offset-16 {
    margin-left: 100.347222222%; } }

#main .ce_downloads h2 {
  border-bottom: 1px solid #c6c6c6;
  padding-bottom: 1rem;
  background-image: url("../../files/daten/icons/icon-download.svg");
  background-repeat: no-repeat;
  background-position: top;
  background-position: center right;
  background-size: 28px 24px;
  margin-bottom: 0; }

#main .ce_downloads a {
  display: flex;
  flex-wrap: wrap;
  padding-top: 0.5rem;
  border-bottom: 1px solid #c6c6c6; }
  @media (min-width: 990px) {
    #main .ce_downloads a {
      display: grid;
      grid-template-columns: 48px 1fr 100px;
      column-gap: 6px;
      align-items: center; } }
  @media (min-width: 0) and (max-width: 989.9px) {
    #main .ce_downloads a .text,
    #main .ce_downloads a .text-d,
    #main .ce_downloads a .image_container {
      width: 100%;
      text-align: left; } }
  @media (min-width: 0) and (max-width: 989.9px) {
    #main .ce_downloads a .text,
    #main .ce_downloads a .text-d {
      margin-bottom: 0.5rem; } }
  #main .ce_downloads a .text-d {
    justify-content: flex-end; }
  #main .ce_downloads a img {
    width: 48px;
    height: auto;
    margin-bottom: 0; }

#main .ce_download h2 {
  background-image: url("../../files/daten/icons/icon-download.svg");
  background-repeat: no-repeat;
  background-position: top;
  background-position: center right;
  background-size: 28px 24px; }

#main .ce_download a {
  background-image: url(../../files/daten/icons/icon_service-05.png);
  background-repeat: no-repeat;
  background-position: center right;
  padding: 10px 40px 10px 0;
  display: inline-block;
  text-decoration: underline; }

#main .mod-downloads .content_download {
  margin-bottom: 3rem !important; }

#main .mod-downloads .flex {
  display: flex;
  flex-wrap: wrap;
  padding-top: 0.5rem;
  border-bottom: 1px solid #c6c6c6; }
  @media (min-width: 990px) {
    #main .mod-downloads .flex {
      display: grid;
      grid-template-columns: 48px 1fr 80px;
      column-gap: 6px;
      align-items: center; } }
  @media (min-width: 0) and (max-width: 989.9px) {
    #main .mod-downloads .flex .lang,
    #main .mod-downloads .flex .extension,
    #main .mod-downloads .flex .name {
      width: 100%; } }
  @media (min-width: 0) and (max-width: 989.9px) {
    #main .mod-downloads .flex .name,
    #main .mod-downloads .flex .lang {
      margin-bottom: 0.5rem; } }
  #main .mod-downloads .flex img {
    height: auto;
    width: 48px;
    margin-bottom: 0; }
  #main .mod-downloads .flex a {
    text-decoration: none; }
  #main .mod-downloads .flex .lang {
    font-weight: 500 !important;
    text-transform: uppercase; }
    #main .mod-downloads .flex .lang a {
      font-weight: 500 !important;
      font-size: 14px;
      font-size: 0.875rem; }

.mod_downloadByFile .bg-grau {
  width: 100%;
  display: block; }

.mod_downloadByFile .padd-1 {
  padding: 1.5em; }

.mod_downloadByFile .error,
.mod_downloadByFile .empty {
  font-weight: 700; }

.mod_downloadByFile .downloads a.downloadLink {
  text-decoration: underline;
  font-weight: 700;
  padding: 0.5em 0 0.5em 2.5em;
  background-size: 30px 30px;
  background-image: url(../../files/daten/icons/pdf.png);
  background-repeat: no-repeat;
  background-position: center left; }

.mod_downloadByFile .downloads span.size {
  display: none !important;
  padding-left: 1em;
  font-size: 13px;
  font-size: 0.8125rem; }

.mod_downloadByFile .downloads a.downloadButton {
  margin-top: -0.45em; }
  .mod_downloadByFile .downloads a.downloadButton a {
    color: #fff;
    cursor: pointer;
    color: #fff;
    padding: 0.5em 1.5em;
    cursor: pointer;
    font-weight: 500;
    display: inline-block;
    margin-top: 0.75em;
    background-color: #e40521;
    border: 3px solid #e40521;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    font-size: 18px;
    font-size: 1.125rem; }
  .mod_downloadByFile .downloads a.downloadButton a:hover,
  .mod_downloadByFile .downloads a.downloadButton a.active {
    color: #fff;
    background-color: #b2041a;
    border: 3px solid #b2041a;
    transition: all 0.35s ease-in; }
  @media (min-width: 0) and (max-width: 960px) {
    .mod_downloadByFile .downloads a.downloadButton {
      display: block;
      width: 100%;
      clear: both;
      margin-top: 0.8em; } }
  @media (min-width: 960px) {
    .mod_downloadByFile .downloads a.downloadButton {
      float: right; } }

.mod_downloadByFile .downloads a.downloadButton:after {
  content: ""; }

.mod_downloadByFile .downloads li {
  clear: both; }

.mod_downloadByFile .downloads li + li {
  padding-top: 1em; }

.mod_downloadByFile .ce_form label {
  width: 100%;
  font-style: italic;
  font-weight: 500; }

.mod_downloadByFile .ce_form input {
  clear: both;
  background-color: #fff;
  width: 100%;
  display: block;
  float: left;
  height: 42px; }
  @media (min-width: 960px) {
    .mod_downloadByFile .ce_form input {
      width: 70%; } }

.mod_downloadByFile .ce_form button {
  height: 42px;
  width: 100%;
  display: block;
  margin-top: 0em; }
  @media (min-width: 960px) {
    .mod_downloadByFile .ce_form button {
      width: 25%;
      float: right; } }
  .mod_downloadByFile .ce_form button a {
    color: #fff;
    cursor: pointer;
    color: #fff;
    padding: 0.5em 1.5em;
    cursor: pointer;
    font-weight: 500;
    display: inline-block;
    margin-top: 0.75em;
    background-color: #e40521;
    border: 3px solid #e40521;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    font-size: 18px;
    font-size: 1.125rem; }
  .mod_downloadByFile .ce_form button a:hover,
  .mod_downloadByFile .ce_form button a.active {
    color: #fff;
    background-color: #b2041a;
    border: 3px solid #b2041a;
    transition: all 0.35s ease-in; }

.mod_downloadByFile .ce_form button:after {
  content: ""; }

.mod_downloadByFile .ce_form span.mandatory {
  display: none !important; }

#header .flex-down {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  #header .flex-down .mod_navigation {
    width: 74.3055555556%;
    float: left;
    margin-left: 0.3472222222%;
    margin-right: 0.3472222222%; }
    @media (min-width: 960px) {
      #header .flex-down .mod_navigation {
        width: auto !important; } }
    #header .flex-down .mod_navigation li {
      margin-left: 0;
      margin-right: 0; }
    #header .flex-down .mod_navigation li.active strong {
      background-color: #e40521; }
  #header .flex-down .logout {
    width: 74.3055555556%;
    float: left;
    margin-left: 0.3472222222%;
    margin-right: 0.3472222222%;
    display: flex;
    color: #fff !important;
    align-items: center; }
    @media (min-width: 0) and (max-width: 959px) {
      #header .flex-down .logout {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        border-top: 1px solid #e40521; } }
    @media (min-width: 960px) {
      #header .flex-down .logout {
        width: auto !important; } }
    #header .flex-down .logout a {
      text-decoration: underline; }
    #header .flex-down .logout .btn-4 {
      margin-top: 0 !important;
      margin-left: 1rem; }
      #header .flex-down .logout .btn-4 a {
        background-color: #e40521;
        padding: 0.35rem 1rem;
        text-decoration: none !important; }

@media (min-width: 0) and (max-width: 700px) {
  .dlh_googlemap {
    width: 100% !important;
    height: 250px !important; } }

.ce_youtube .video_container {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto; }

.ce_youtube iframe {
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important; }

#main .mod_storelocator_list .liste {
  width: 86.8055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%;
  margin-left: 6.5972222222%; }
  @media (min-width: 1180px) {
    #main .mod_storelocator_list .liste {
      width: 74.3055555556%;
      float: left;
      margin-left: 0.3472222222%;
      margin-right: 0.3472222222%;
      margin-left: 12.8472222222%; } }
  #main .mod_storelocator_list .liste .entry {
    display: grid;
    grid-template-columns: 1fr;
    margin-bottom: 1rem;
    margin-top: 1rem; }
    @media (min-width: 700px) {
      #main .mod_storelocator_list .liste .entry {
        grid-template-columns: 1fr 1fr; } }
  #main .mod_storelocator_list .liste .col-1 {
    background-color: #e40521; }
    #main .mod_storelocator_list .liste .col-1 li,
    #main .mod_storelocator_list .liste .col-1 p {
      color: #fff; }
    #main .mod_storelocator_list .liste .col-1 .kategorie li {
      border-top: 1px solid #fff;
      padding-top: 1rem;
      padding-bottom: 1rem; }
  #main .mod_storelocator_list .liste .col-2 {
    background-color: #eee; }

#main .mod_storelocator_filter {
  width: 86.8055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%;
  margin-left: 6.5972222222%; }
  @media (min-width: 1180px) {
    #main .mod_storelocator_filter {
      width: 74.3055555556%;
      float: left;
      margin-left: 0.3472222222%;
      margin-right: 0.3472222222%;
      margin-left: 12.8472222222%; } }
  #main .mod_storelocator_filter .submit_container,
  #main .mod_storelocator_filter .widget-text,
  #main .mod_storelocator_filter h3 {
    display: none !important; }
  #main .mod_storelocator_filter .tags_container {
    width: 100%;
    margin-top: 1rem; }
    #main .mod_storelocator_filter .tags_container ul li {
      display: inline-block; }
      #main .mod_storelocator_filter .tags_container ul li a {
        background-color: #575756;
        padding: 0.5rem 1rem;
        color: #fff;
        display: block;
        margin-top: 0.25rem;
        margin-bottom: 0.25rem; }
      #main .mod_storelocator_filter .tags_container ul li a.active {
        background-color: #e40521;
        color: #fff; }
      #main .mod_storelocator_filter .tags_container ul li a:hover {
        background-color: #e40521;
        color: #fff; }

#main .mod_iso_orderdetails table td.col_0 {
  display: none; }

@media (min-width: 0) and (max-width: 600px) {
  #main .mod_iso_orderhistory table tr {
    display: grid;
    grid-template-columns: 1fr; }
    #main .mod_iso_orderhistory table tr td.link {
      background-color: #eee;
      padding: 0.25rem; }
      #main .mod_iso_orderhistory table tr td.link a {
        background-color: #575756;
        color: #fff;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        padding: 0.3rem; } }

#main .mod_iso_orderhistory table tbody tr {
  margin-bottom: 0.5rem; }

#main .mod_iso_cart {
  width: 86.8055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%;
  margin-left: 6.5972222222%; }
  @media (min-width: 1180px) {
    #main .mod_iso_cart {
      width: 74.3055555556%;
      float: left;
      margin-left: 0.3472222222%;
      margin-right: 0.3472222222%;
      margin-left: 12.8472222222%; } }
  #main .mod_iso_cart td.col_1.name ul {
    margin-bottom: 0;
    margin-left: 8px; }
  #main .mod_iso_cart a.remove,
  #main .mod_iso_cart a.edit {
    font-size: 12px;
    font-size: 0.75rem;
    margin-bottom: 0; }
  #main .mod_iso_cart a.edit {
    margin-right: 6px;
    display: none; }
  #main .mod_iso_cart .formbody {
    border: 1px solid #575756;
    padding: 1rem;
    padding-bottom: 0; }
  #main .mod_iso_cart table {
    width: 100%; }
    #main .mod_iso_cart table td {
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
      display: flex;
      align-items: center; }
    #main .mod_iso_cart table tbody tr {
      display: grid;
      grid-template-columns: 1fr;
      border-bottom: 1px solid #c6c6c6; }
      @media (min-width: 990px) {
        #main .mod_iso_cart table tbody tr {
          grid-template-columns: 1fr 80px 120px 120px auto; } }
      #main .mod_iso_cart table tbody tr input {
        width: 100%;
        padding: 0.25rem 0.25rem;
        margin-bottom: 0; }
    #main .mod_iso_cart table tbody td.actions {
      background-color: #eee;
      padding-left: 12px; }
      @media (min-width: 990px) {
        #main .mod_iso_cart table tbody td.actions {
          grid-column: 1/5;
          justify-content: flex-end;
          padding-left: 0;
          padding-right: 12px; } }
    #main .mod_iso_cart table tbody td.image {
      display: none; }
    #main .mod_iso_cart table tbody td.price {
      text-align: right;
      justify-content: flex-end;
      padding-right: 12px; }
    #main .mod_iso_cart table tfoot tr {
      display: grid;
      grid-template-columns: 1fr 33px 100px;
      column-gap: 12px; }
      #main .mod_iso_cart table tfoot tr td.remove,
      #main .mod_iso_cart table tfoot tr td.col_0 {
        display: none; }
      #main .mod_iso_cart table tfoot tr td.price.total {
        justify-content: flex-end; }
    #main .mod_iso_cart table tfoot tr.foot_2,
    #main .mod_iso_cart table tfoot tr.foot_1 {
      border-top: 1px solid #c6c6c6; }
    #main .mod_iso_cart table tfoot tr.total {
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
      font-weight: 700; }
      #main .mod_iso_cart table tfoot tr.total td.price.total {
        border-bottom: 2px solid #575756; }

#main .mod_iso_cumulativefilter ul.level_1 > li input[type="checkbox"]:checked ~ label::after {
  transform: rotate(90deg); }

#main .mod_iso_cumulativefilter li.id_01_tb_01 ul.level_2 li.c-1 span {
  border: 2px solid #e40521; }

#main .mod_iso_cumulativefilter li.id_01_tb_01 ul.level_2 li.c-2 span {
  border: 2px solid #575756; }

#main .mod_iso_cumulativefilter li.id_01_tb_01 ul.level_2 li.c-3 span {
  border: 2px solid #009fe3; }

#main .mod_iso_cumulativefilter ul {
  margin-top: 0.25rem;
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 0; }
  #main .mod_iso_cumulativefilter ul li {
    margin-top: 0.25rem;
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 0.25rem; }
    #main .mod_iso_cumulativefilter ul li ul li span.label {
      text-transform: uppercase;
      display: block;
      font-weight: 400;
      padding: 6px;
      color: #fff;
      font-size: 14px;
      font-size: 0.875rem; }
    #main .mod_iso_cumulativefilter ul li input {
      display: none; }
    #main .mod_iso_cumulativefilter ul li label {
      order: 1; }
    #main .mod_iso_cumulativefilter ul li label {
      background-color: #eee;
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      cursor: pointer; }
      #main .mod_iso_cumulativefilter ul li label span {
        font-weight: 500; }
    #main .mod_iso_cumulativefilter ul li label:hover {
      background-color: #c8c8c8;
      transition: all 0.25s ease-in; }
    #main .mod_iso_cumulativefilter ul li label:after {
      display: block;
      margin-left: auto;
      content: "";
      width: 15px;
      height: 15px;
      transition: transform .2s;
      background-image: url("../../files/daten/icons/icon-in-1.svg");
      background-repeat: no-repeat;
      background-position: top;
      background-position: center center;
      background-size: 15px 15px; }
    #main .mod_iso_cumulativefilter ul li input[type="checkbox"]:not(:checked) ~ ul {
      display: none; }
    #main .mod_iso_cumulativefilter ul li ul.level_2 {
      width: 100%; }
      #main .mod_iso_cumulativefilter ul li ul.level_2 li {
        margin-top: 0.35rem;
        margin-bottom: 0.35rem;
        padding: 0px;
        display: block; }
        #main .mod_iso_cumulativefilter ul li ul.level_2 li a span {
          display: flex;
          justify-content: space-between;
          color: black;
          font-weight: 300;
          padding: 0.35rem 0.65rem;
          border: 1px solid #eee; }
          #main .mod_iso_cumulativefilter ul li ul.level_2 li a span .result_count {
            font-style: normal;
            color: #c6c6c6; }
        #main .mod_iso_cumulativefilter ul li ul.level_2 li a span:hover {
          background-color: #eee; }
        #main .mod_iso_cumulativefilter ul li ul.level_2 li a.active span {
          border: 1px solid #e40521;
          font-weight: 300;
          text-decoration: none !important; }

#main .mod_iso_cumulativefilter p.clearall {
  margin-top: 0.25rem !important;
  display: block; }
  #main .mod_iso_cumulativefilter p.clearall a {
    background-color: #575756;
    padding: 0.35rem 0.65rem;
    color: #fff;
    display: inline-block;
    text-align: center;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px; }
  #main .mod_iso_cumulativefilter p.clearall a:hover {
    background-color: black; }

a.delete,
a.edit,
a.remove {
  padding: 0.25rem 0.5rem;
  margin-bottom: 0.5rem;
  display: inline-block;
  transition: all 0.5ms ease-in;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  color: #fff; }

a.delete,
a.remove {
  background-color: #575756; }

a.edit {
  background-color: #e40521; }

a.edit:hover {
  background-color: #990316;
  transition: all 0.5ms ease-in; }

a.delete,
a.remove:hover {
  background-color: #3d3d3d;
  transition: all 0.5ms ease-in; }

#main .mod_iso_checkout .steps {
  margin-top: 1rem; }
  @media (min-width: 0) and (max-width: 700px) {
    #main .mod_iso_checkout .steps {
      margin-top: 0.8em;
      margin-bottom: 0.8em; } }
  #main .mod_iso_checkout .steps ol {
    list-style: none;
    padding-left: 0;
    margin: 0;
    display: block;
    margin-bottom: 2rem; }
    #main .mod_iso_checkout .steps ol li {
      display: inline-block;
      margin-right: 5px;
      color: #575756;
      margin: 0;
      margin-bottom: 1rem; }
      #main .mod_iso_checkout .steps ol li a:hover {
        background-color: #e40521;
        border: 1px solid #e40521; }
      #main .mod_iso_checkout .steps ol li a {
        background-color: #575756;
        color: #fff !important;
        border: 1px solid #575756;
        padding: 0.25rem 1rem;
        font-weight: 400; }
      #main .mod_iso_checkout .steps ol li span {
        border: 1px solid #c6c6c6;
        background-color: #fff;
        color: #575756;
        padding: 0.25rem 1rem; }
      #main .mod_iso_checkout .steps ol li span.active {
        font-weight: 700;
        color: #fff;
        background-color: #e40521;
        border: 1px solid #e40521; }

#main .mod_iso_cart .submit_container,
#main .mod_iso_checkout .submit_container {
  margin-top: 2rem;
  clear: both; }
  @media (min-width: 600px) {
    #main .mod_iso_cart .submit_container,
    #main .mod_iso_checkout .submit_container {
      display: flex;
      align-items: center;
      justify-content: space-between; } }
  @media (min-width: 600px) {
    #main .mod_iso_cart .submit_container input,
    #main .mod_iso_checkout .submit_container input {
      max-width: 46%; } }
  @media (min-width: 990px) {
    #main .mod_iso_cart .submit_container input,
    #main .mod_iso_checkout .submit_container input {
      max-width: 30%; } }
  #main .mod_iso_cart .submit_container input.submit,
  #main .mod_iso_checkout .submit_container input.submit {
    margin-top: 0;
    margin-bottom: 1rem;
    padding: 0.8rem 1rem;
    cursor: pointer; }
  #main .mod_iso_cart .submit_container input.submit,
  #main .mod_iso_cart .submit_container input.submit:hover,
  #main .mod_iso_checkout .submit_container input.submit,
  #main .mod_iso_checkout .submit_container input.submit:hover {
    transition: all 0.2s ease-in; }
  #main .mod_iso_cart .submit_container input.submit.button_checkout,
  #main .mod_iso_cart .submit_container input.submit.confirm,
  #main .mod_iso_cart .submit_container input.submit.next,
  #main .mod_iso_checkout .submit_container input.submit.button_checkout,
  #main .mod_iso_checkout .submit_container input.submit.confirm,
  #main .mod_iso_checkout .submit_container input.submit.next {
    background-color: #e40521;
    color: #fff; }
  #main .mod_iso_cart .submit_container input.submit.button_checkout:hover,
  #main .mod_iso_cart .submit_container input.submit.confirm:hover,
  #main .mod_iso_cart .submit_container input.submit.next:hover,
  #main .mod_iso_checkout .submit_container input.submit.button_checkout:hover,
  #main .mod_iso_checkout .submit_container input.submit.confirm:hover,
  #main .mod_iso_checkout .submit_container input.submit.next:hover {
    background-color: #990316; }
  #main .mod_iso_cart .submit_container input.submit.previous,
  #main .mod_iso_checkout .submit_container input.submit.previous {
    color: black;
    background-color: #fff;
    border: 1px solid #575756; }
  #main .mod_iso_cart .submit_container input.submit.previous:hover,
  #main .mod_iso_checkout .submit_container input.submit.previous:hover {
    background-color: #eee; }

#main .mod_iso_cart .info_container,
#main .mod_iso_checkout .info_container {
  margin-bottom: 1rem; }

#main .mod_iso_cart .orderconditions,
#main .mod_iso_cart .orderproducts,
#main .mod_iso_cart .payment_method,
#main .mod_iso_cart .shipping_method,
#main .mod_iso_cart .billing_address,
#main .mod_iso_cart .paymentmethod,
#main .mod_iso_cart .shippingmethod,
#main .mod_iso_cart .shippingaddress,
#main .mod_iso_cart .billingaddress,
#main .mod_iso_checkout .orderconditions,
#main .mod_iso_checkout .orderproducts,
#main .mod_iso_checkout .payment_method,
#main .mod_iso_checkout .shipping_method,
#main .mod_iso_checkout .billing_address,
#main .mod_iso_checkout .paymentmethod,
#main .mod_iso_checkout .shippingmethod,
#main .mod_iso_checkout .shippingaddress,
#main .mod_iso_checkout .billingaddress {
  border: 1px solid #575756;
  padding: 1rem; }
  @media (min-width: 990px) {
    #main .mod_iso_cart .orderconditions,
    #main .mod_iso_cart .orderproducts,
    #main .mod_iso_cart .payment_method,
    #main .mod_iso_cart .shipping_method,
    #main .mod_iso_cart .billing_address,
    #main .mod_iso_cart .paymentmethod,
    #main .mod_iso_cart .shippingmethod,
    #main .mod_iso_cart .shippingaddress,
    #main .mod_iso_cart .billingaddress,
    #main .mod_iso_checkout .orderconditions,
    #main .mod_iso_checkout .orderproducts,
    #main .mod_iso_checkout .payment_method,
    #main .mod_iso_checkout .shipping_method,
    #main .mod_iso_checkout .billing_address,
    #main .mod_iso_checkout .paymentmethod,
    #main .mod_iso_checkout .shippingmethod,
    #main .mod_iso_checkout .shippingaddress,
    #main .mod_iso_checkout .billingaddress {
      padding: 2rem; } }

#main .mod_iso_cart .orderconditions,
#main .mod_iso_checkout .orderconditions {
  margin-top: 1rem; }

#main .mod_iso_cart #iso_mod_checkout_address .formbody,
#main .mod_iso_checkout #iso_mod_checkout_address .formbody {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 24px; }
  @media (min-width: 990px) {
    #main .mod_iso_cart #iso_mod_checkout_address .formbody,
    #main .mod_iso_checkout #iso_mod_checkout_address .formbody {
      grid-template-columns: 1fr 1fr; } }
  #main .mod_iso_cart #iso_mod_checkout_address .formbody .billingaddress,
  #main .mod_iso_checkout #iso_mod_checkout_address .formbody .billingaddress {
    margin-bottom: 1rem; }
    @media (min-width: 990px) {
      #main .mod_iso_cart #iso_mod_checkout_address .formbody .billingaddress,
      #main .mod_iso_checkout #iso_mod_checkout_address .formbody .billingaddress {
        margin-bottom: 0; } }

#main .mod_iso_cart .review h3,
#main .mod_iso_checkout .review h3 {
  margin-bottom: 0.5rem; }

#main .mod_iso_cart .review.orderproducts table,
#main .mod_iso_checkout .review.orderproducts table {
  width: 100%;
  margin-bottom: 0; }
  #main .mod_iso_cart .review.orderproducts table tbody,
  #main .mod_iso_checkout .review.orderproducts table tbody {
    width: 100%; }
  #main .mod_iso_cart .review.orderproducts table tbody tr,
  #main .mod_iso_checkout .review.orderproducts table tbody tr {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 12px;
    border-bottom: 1px solid #c6c6c6; }
    #main .mod_iso_cart .review.orderproducts table tbody tr td.image,
    #main .mod_iso_checkout .review.orderproducts table tbody tr td.image {
      display: none; }
  #main .mod_iso_cart .review.orderproducts table tfoot tr,
  #main .mod_iso_checkout .review.orderproducts table tfoot tr {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 12px;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto; }
    #main .mod_iso_cart .review.orderproducts table tfoot tr td.col_0,
    #main .mod_iso_checkout .review.orderproducts table tfoot tr td.col_0 {
      display: none; }
  #main .mod_iso_cart .review.orderproducts table tr.foot_2,
  #main .mod_iso_cart .review.orderproducts table tr.foot_1,
  #main .mod_iso_checkout .review.orderproducts table tr.foot_2,
  #main .mod_iso_checkout .review.orderproducts table tr.foot_1 {
    border-top: 1px solid #c6c6c6; }
  #main .mod_iso_cart .review.orderproducts table td,
  #main .mod_iso_checkout .review.orderproducts table td {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }
  #main .mod_iso_cart .review.orderproducts table .price.total,
  #main .mod_iso_checkout .review.orderproducts table .price.total {
    text-align: right; }
  #main .mod_iso_cart .review.orderproducts table tr.total,
  #main .mod_iso_checkout .review.orderproducts table tr.total {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-weight: 700; }
    #main .mod_iso_cart .review.orderproducts table tr.total td.price.total,
    #main .mod_iso_checkout .review.orderproducts table tr.total td.price.total {
      border-bottom: 2px solid #575756; }

#main .mod_iso_orderdetails table,
#main .mod_iso_orderhistory table {
  width: 100%;
  border-collapse: collapse; }
  #main .mod_iso_orderdetails table td,
  #main .mod_iso_orderhistory table td {
    padding: 6px;
    border: 1px solid #eee;
    text-align: left; }

#main .mod_iso_orderdetails table,
#main .mod_iso_orderdetails h3 {
  margin-top: 1rem; }

#main .grid-produkt-list-zubeohr {
  display: grid;
  align-items: center; }
  @media (min-width: 990px) {
    #main .grid-produkt-list-zubeohr {
      grid-template-columns: 100px 180px 1fr 140px 220px; } }
  #main .grid-produkt-list-zubeohr .image img {
    width: 95%;
    height: auto;
    margin-bottom: 0; }

.grid-produkt-list-zubeohr.head {
  background-color: #575756;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  font-size: 14px;
  font-size: 0.875rem; }
  @media (min-width: 0) and (max-width: 989.99px) {
    .grid-produkt-list-zubeohr.head {
      display: none !important; } }
  .grid-produkt-list-zubeohr.head div {
    display: flex;
    align-items: center;
    color: #fff; }

#main .mod_iso_relatedproducts {
  clear: both;
  width: 86.8055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%;
  margin-left: 6.5972222222%;
  font-size: 14px;
  font-size: 0.875rem; }
  #main .mod_iso_relatedproducts .product {
    background-color: #eee;
    margin-bottom: 1rem;
    padding: 1rem; }
    @media (min-width: 990px) {
      #main .mod_iso_relatedproducts .product {
        padding: 0;
        margin: 0;
        background-color: transparent;
        border: none;
        border-bottom: 1px solid #575756;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem; } }
    @media (min-width: 0) and (max-width: 989.999px) {
      #main .mod_iso_relatedproducts .product .sku,
      #main .mod_iso_relatedproducts .product .name,
      #main .mod_iso_relatedproducts .product .preis {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
        border-bottom: 1px solid #c6c6c6;
        display: block; }
      #main .mod_iso_relatedproducts .product .name {
        font-weight: 700;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem; } }
  #main .mod_iso_relatedproducts .submit_container {
    margin-top: 1rem;
    display: grid;
    grid-template-columns: 40px 1fr; }
    @media (min-width: 1640px) {
      #main .mod_iso_relatedproducts .submit_container {
        margin-top: 0; } }
    #main .mod_iso_relatedproducts .submit_container label {
      display: none; }
    #main .mod_iso_relatedproducts .submit_container input.text,
    #main .mod_iso_relatedproducts .submit_container input.submit {
      display: flex;
      align-items: center;
      height: 40px;
      margin-top: 0;
      margin-bottom: 0; }
    #main .mod_iso_relatedproducts .submit_container input.text {
      border: 1px solid #e40521;
      padding: 5px;
      -webkit-border-top-left-radius: 4px;
      -webkit-border-bottom-left-radius: 4px;
      -moz-border-radius-topleft: 4px;
      -moz-border-radius-bottomleft: 4px;
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px;
      width: 100%; }
    #main .mod_iso_relatedproducts .submit_container input.submit {
      border: 1px solid #e40521;
      background-color: #e40521;
      color: #fff;
      font-weight: 500;
      padding-left: 8px;
      text-align: left;
      -webkit-border-radius: 4px;
      -webkit-border-top-left-radius: 0px;
      -webkit-border-bottom-left-radius: 0px;
      -moz-border-radius: 4px;
      -moz-border-radius-topleft: 0px;
      -moz-border-radius-bottomleft: 0px;
      border-radius: 4px;
      border-top-left-radius: 0px;
      border-bottom-left-radius: 0px;
      cursor: pointer;
      width: 100%; }
      @media (min-width: 1640px) {
        #main .mod_iso_relatedproducts .submit_container input.submit {
          background-image: url("../../files/daten/icons/icon-warenkorb-w.svg");
          background-repeat: no-repeat;
          background-position: top;
          background-position: 150px center;
          background-size: 20px 20px; } }
    #main .mod_iso_relatedproducts .submit_container input.submit.update {
      background-color: #575756;
      border: 1px solid #575756 !important; }
    #main .mod_iso_relatedproducts .submit_container input.submit:hover {
      background-color: #67020f;
      transition: all 0.35s ease-in; }

#main .produkt-list-01 {
  clear: both;
  width: 86.8055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%;
  margin-left: 6.5972222222%; }
  #main .produkt-list-01 .product_list {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 24px; }
    @media (min-width: 600px) {
      #main .produkt-list-01 .product_list {
        grid-template-columns: 1fr 1fr; } }
    @media (min-width: 1170px) {
      #main .produkt-list-01 .product_list {
        grid-template-columns: 1fr 1fr 1fr 1fr; } }
  #main .produkt-list-01 .product {
    background: #ededed;
    background: linear-gradient(160deg, #ededed 48%, #f6f6f6 48%, #ededed 100%, #090979 100%, #f6f6f6 100%);
    margin-bottom: 1rem;
    margin-top: 1rem;
    transition: all 0.5s ease-in-out; }
  #main .produkt-list-01 .product:hover {
    background: #c8c8c8;
    background: linear-gradient(160deg, #c8c8c8 48%, gainsboro 48%, #c8c8c8 100%, #090979 100%, gainsboro 100%);
    margin-bottom: 1rem;
    margin-top: 1rem;
    transition: all 1s ease; }
  #main .produkt-list-01 h2,
  #main .produkt-list-01 h3 {
    background-color: #e40521;
    color: #fff;
    padding: 0.2rem 0.6rem;
    display: inline-block; }
  #main .produkt-list-01 a {
    display: block;
    width: 100%; }
  #main .produkt-list-01 img {
    width: 100%;
    height: auto; }
  #main .produkt-list-01 p {
    display: block;
    color: black; }
  #main .produkt-list-01 a:hover p {
    color: black; }

.filter {
  width: 100%; }

#main .reader-02 {
  clear: both;
  margin-top: 2rem; }
  @media (min-width: 990px) {
    #main .reader-02 {
      margin-top: 6rem; } }
  #main .reader-02 #tab-container {
    width: 86.8055555556%;
    float: left;
    margin-left: 0.3472222222%;
    margin-right: 0.3472222222%;
    margin-left: 6.5972222222%; }
  #main .reader-02 .mt-2.mb-3 {
    width: 86.8055555556%;
    float: left;
    margin-left: 0.3472222222%;
    margin-right: 0.3472222222%;
    margin-left: 6.5972222222%; }

#main .reader-01 .gall {
  width: 86.8055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%;
  margin-left: 6.5972222222%; }
  @media (min-width: 990px) {
    #main .reader-01 .gall {
      width: 36.8055555556%;
      float: left;
      margin-left: 0.3472222222%;
      margin-right: 0.3472222222%;
      margin-left: 6.5972222222%; } }
  #main .reader-01 .gall img {
    width: 100%;
    height: auto;
    margin-bottom: 0; }
  #main .reader-01 .gall .thumb-img {
    margin-top: 1rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 12px; }
    @media (min-width: 1640px) {
      #main .reader-01 .gall .thumb-img {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; } }
    #main .reader-01 .gall .thumb-img .image_container {
      background-color: #fff;
      border: 1px solid #c6c6c6;
      margin-top: 1rem; }
      #main .reader-01 .gall .thumb-img .image_container a {
        display: flex;
        align-items: center;
        justify-content: center; }
    #main .reader-01 .gall .thumb-img img {
      width: 100%;
      height: auto;
      margin-bottom: 0; }

#main .reader-01 .text {
  width: 86.8055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%;
  margin-left: 6.5972222222%;
  margin-top: 1rem; }
  @media (min-width: 990px) {
    #main .reader-01 .text {
      width: 43.0555555556%;
      float: left;
      margin-left: 0.3472222222%;
      margin-right: 0.3472222222%;
      margin-left: 6.5972222222%;
      margin-top: 0; } }
  @media (min-width: 1640px) {
    #main .reader-01 .text {
      width: 36.8055555556%;
      float: left;
      margin-left: 0.3472222222%;
      margin-right: 0.3472222222%;
      margin-left: 6.5972222222%; } }
  @media (min-width: 0) and (max-width: 500px) {
    #main .reader-01 .text .description img {
      width: 100%;
      height: auto; } }
  #main .reader-01 .text .price {
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 700; }
  #main .reader-01 .text .submit_container {
    margin-top: 1rem;
    display: grid;
    grid-template-columns: 40px 1fr; }
    @media (min-width: 1640px) {
      #main .reader-01 .text .submit_container {
        margin-top: 0; } }
    #main .reader-01 .text .submit_container label {
      display: none; }
    #main .reader-01 .text .submit_container input.text,
    #main .reader-01 .text .submit_container input.submit {
      display: flex;
      align-items: center;
      height: 40px;
      margin-top: 0;
      margin-bottom: 0; }
    #main .reader-01 .text .submit_container input.text {
      border: 1px solid #e40521;
      padding: 5px;
      -webkit-border-top-left-radius: 4px;
      -webkit-border-bottom-left-radius: 4px;
      -moz-border-radius-topleft: 4px;
      -moz-border-radius-bottomleft: 4px;
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px;
      width: 100%; }
    #main .reader-01 .text .submit_container input.submit {
      border: 1px solid #e40521;
      background-color: #e40521;
      color: #fff;
      font-weight: 500;
      padding-left: 8px;
      text-align: left;
      -webkit-border-radius: 4px;
      -webkit-border-top-left-radius: 0px;
      -webkit-border-bottom-left-radius: 0px;
      -moz-border-radius: 4px;
      -moz-border-radius-topleft: 0px;
      -moz-border-radius-bottomleft: 0px;
      border-radius: 4px;
      border-top-left-radius: 0px;
      border-bottom-left-radius: 0px;
      cursor: pointer;
      width: 100%; }
      @media (min-width: 1640px) {
        #main .reader-01 .text .submit_container input.submit {
          background-image: url("../../files/daten/icons/icon-warenkorb-w.svg");
          background-repeat: no-repeat;
          background-position: top;
          background-position: 150px center;
          background-size: 20px 20px; } }
    #main .reader-01 .text .submit_container input.submit.update {
      background-color: #575756;
      border: 1px solid #575756 !important; }
    #main .reader-01 .text .submit_container input.submit:hover {
      background-color: #67020f;
      transition: all 0.35s ease-in; }

@media (min-width: 1640px) {
  .grid-produkt-list-02 {
    display: grid;
    grid-template-columns: 1fr 80px 100px 100px 100px 100px 100px 100px 90px 220px;
    column-gap: 12px; } }

#main .grid-filter-produkt {
  width: 86.8055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%;
  margin-left: 6.5972222222%;
  display: grid;
  margin-top: 2rem; }
  @media (min-width: 990px) {
    #main .grid-filter-produkt {
      grid-template-columns: 220px 1fr;
      column-gap: 14px;
      margin-top: 5rem; } }
  #main .grid-filter-produkt .liste .head {
    background-color: #575756;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    font-size: 14px;
    font-size: 0.875rem;
    padding-left: 0.25rem; }
    @media (min-width: 0) and (max-width: 1639.9px) {
      #main .grid-filter-produkt .liste .head {
        display: none !important; } }
    #main .grid-filter-produkt .liste .head div {
      display: flex;
      align-items: center;
      color: #fff; }
  #main .grid-filter-produkt .liste .produkt-list-02 {
    font-size: 14px;
    font-size: 0.875rem; }
    #main .grid-filter-produkt .liste .produkt-list-02 .product_list {
      clear: both;
      display: grid;
      margin-top: 2rem;
      column-gap: 14px;
      grid-template-columns: 1fr; }
      @media (min-width: 600px) {
        #main .grid-filter-produkt .liste .produkt-list-02 .product_list {
          grid-template-columns: 1fr 1fr; } }
      @media (min-width: 990px) {
        #main .grid-filter-produkt .liste .produkt-list-02 .product_list {
          margin-top: 0; } }
      @media (min-width: 1480px) {
        #main .grid-filter-produkt .liste .produkt-list-02 .product_list {
          grid-template-columns: 1fr 1fr 1fr; } }
      @media (min-width: 1640px) {
        #main .grid-filter-produkt .liste .produkt-list-02 .product_list {
          grid-template-columns: 1fr;
          column-gap: 0; } }
    #main .grid-filter-produkt .liste .produkt-list-02 .product {
      background-color: #eee;
      margin-bottom: 1rem;
      padding: 1rem; }
      @media (min-width: 1640px) {
        #main .grid-filter-produkt .liste .produkt-list-02 .product {
          padding: 0;
          margin: 0;
          background-color: transparent;
          border: none;
          border-bottom: 1px solid #575756;
          padding-top: 0.5rem;
          padding-bottom: 0.5rem; } }
    @media (min-width: 1640px) {
      #main .grid-filter-produkt .liste .produkt-list-02 .m-block {
        display: none !important; } }
    #main .grid-filter-produkt .liste .produkt-list-02 .sku {
      font-weight: 700; }
      @media (min-width: 1640px) {
        #main .grid-filter-produkt .liste .produkt-list-02 .sku {
          font-weight: 400; } }
    #main .grid-filter-produkt .liste .produkt-list-02 .ausfuehrung .kreis-1 {
      width: 30px;
      height: 30px;
      border-radius: 15px;
      background-clip: padding-box;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center; }
    #main .grid-filter-produkt .liste .produkt-list-02 .ausfuehrung .c-1 {
      background-color: #e40521; }
    #main .grid-filter-produkt .liste .produkt-list-02 .ausfuehrung .c-2 {
      background-color: #575756; }
    #main .grid-filter-produkt .liste .produkt-list-02 .ausfuehrung .c-3 {
      background-color: #009fe3; }
    @media (min-width: 0) and (max-width: 1639.99px) {
      #main .grid-filter-produkt .liste .produkt-list-02 .flex-center {
        display: grid;
        grid-template-columns: 1fr 1fr;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        border-bottom: 1px solid #c6c6c6; } }
    @media (min-width: 1640px) {
      #main .grid-filter-produkt .liste .produkt-list-02 .flex-end {
        justify-content: flex-end;
        padding-right: 20px; } }
    #main .grid-filter-produkt .liste .produkt-list-02 .preis .price span {
      margin-right: 10px;
      margin-left: 2px; }
    #main .grid-filter-produkt .liste .produkt-list-02 .zulassungen span ul {
      margin-bottom: 0; }
      #main .grid-filter-produkt .liste .produkt-list-02 .zulassungen span ul li {
        display: inline; }
    #main .grid-filter-produkt .liste .produkt-list-02 .submit_container {
      margin-top: 1rem;
      display: grid;
      grid-template-columns: 40px 1fr; }
      @media (min-width: 1640px) {
        #main .grid-filter-produkt .liste .produkt-list-02 .submit_container {
          margin-top: 0; } }
      #main .grid-filter-produkt .liste .produkt-list-02 .submit_container label {
        display: none; }
      #main .grid-filter-produkt .liste .produkt-list-02 .submit_container input.text,
      #main .grid-filter-produkt .liste .produkt-list-02 .submit_container input.submit {
        display: flex;
        align-items: center;
        height: 40px;
        margin-top: 0;
        margin-bottom: 0; }
      #main .grid-filter-produkt .liste .produkt-list-02 .submit_container input.text {
        border: 1px solid #e40521;
        padding: 5px;
        -webkit-border-top-left-radius: 4px;
        -webkit-border-bottom-left-radius: 4px;
        -moz-border-radius-topleft: 4px;
        -moz-border-radius-bottomleft: 4px;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        width: 100%; }
      #main .grid-filter-produkt .liste .produkt-list-02 .submit_container input.submit {
        border: 1px solid #e40521;
        background-color: #e40521;
        color: #fff;
        font-weight: 500;
        padding-left: 8px;
        text-align: left;
        -webkit-border-radius: 4px;
        -webkit-border-top-left-radius: 0px;
        -webkit-border-bottom-left-radius: 0px;
        -moz-border-radius: 4px;
        -moz-border-radius-topleft: 0px;
        -moz-border-radius-bottomleft: 0px;
        border-radius: 4px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        cursor: pointer;
        width: 100%; }
        @media (min-width: 1640px) {
          #main .grid-filter-produkt .liste .produkt-list-02 .submit_container input.submit {
            background-image: url("../../files/daten/icons/icon-warenkorb-w.svg");
            background-repeat: no-repeat;
            background-position: top;
            background-position: 150px center;
            background-size: 20px 20px; } }
      #main .grid-filter-produkt .liste .produkt-list-02 .submit_container input.submit.update {
        background-color: #575756;
        border: 1px solid #575756 !important; }
      #main .grid-filter-produkt .liste .produkt-list-02 .submit_container input.submit:hover {
        background-color: #67020f;
        transition: all 0.35s ease-in; }

#main #tab-container > ul.etabs {
  margin-bottom: 2rem;
  border-bottom: 6px solid #e40521; }
  #main #tab-container > ul.etabs li {
    font-size: 18px;
    font-size: 1.125rem;
    display: block; }
    @media (min-width: 990px) {
      #main #tab-container > ul.etabs li {
        display: inline-block;
        font-size: 21px;
        font-size: 1.3125rem; } }
    #main #tab-container > ul.etabs li a {
      display: block;
      padding: 1rem;
      text-align: center;
      border-top: 1px solid #fff;
      background-color: #009fe3;
      color: #fff; }
      @media (min-width: 990px) {
        #main #tab-container > ul.etabs li a {
          background-color: transparent;
          color: #575756; } }
  #main #tab-container > ul.etabs li.active a {
    background-color: #e40521;
    color: #fff;
    font-weight: 700; }
    @media (min-width: 990px) {
      #main #tab-container > ul.etabs li.active a {
        background-color: transparent;
        color: #e40521; } }
  #main #tab-container > ul.etabs li:first-child {
    padding-left: 0; }
  #main #tab-container > ul.etabs li:last-child {
    padding-right: 0; }

#main #tab-container table {
  width: 100%;
  margin-bottom: 1rem;
  border-bottom: 1px solid #eee; }
  #main #tab-container table tr {
    border-top: 1px solid #eee; }
    #main #tab-container table tr td {
      padding-top: 0.35rem;
      padding-bottom: 0.35rem; }

#main .mod_plenta_jobs_basic_offer_list .layout_default {
  background-color: #fff;
  padding: 1rem;
  padding-bottom: 0.1rem;
  margin-bottom: 1rem;
  color: #575756; }
  #main .mod_plenta_jobs_basic_offer_list .layout_default h2 {
    padding: 0;
    color: #575756; }
    #main .mod_plenta_jobs_basic_offer_list .layout_default h2 a {
      color: #575756; }
  #main .mod_plenta_jobs_basic_offer_list .layout_default .job-teaser p {
    color: #575756; }
  #main .mod_plenta_jobs_basic_offer_list .layout_default p.btn-3 {
    margin-top: 1rem; }

#main .mod_plenta_jobs_basic_offer_reader {
  width: 86.8055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%;
  margin-left: 6.5972222222%; }
  @media (min-width: 990px) {
    #main .mod_plenta_jobs_basic_offer_reader {
      width: 49.3055555556%;
      float: left;
      margin-left: 0.3472222222%;
      margin-right: 0.3472222222%;
      margin-left: 25.3472222222%; } }
  #main .mod_plenta_jobs_basic_offer_reader .ce_text img {
    width: 100%;
    height: auto; }
  #main .mod_plenta_jobs_basic_offer_reader .ce_text a img {
    max-width: 150px;
    height: auto; }
  #main .mod_plenta_jobs_basic_offer_reader p.back {
    margin-top: 2rem; }

#iso_ajaxBox {
  width: 80%;
  left: 10%; }
  @media (min-width: 990px) {
    #iso_ajaxBox {
      min-width: 600px;
      width: 600px;
      left: 50%;
      margin-left: -300px; } }

@media (min-width: 990px) {
  .td-500 tbody tr td:first-child {
    width: 500px; } }

@media (min-width: 990px) {
  .td-400 tbody tr td:first-child {
    width: 400px; } }

@media (min-width: 990px) {
  .td-300 tbody tr td:first-child {
    width: 300px; } }

@media (min-width: 990px) {
  .td-200 tbody tr td:first-child {
    width: 200px; } }

.grid-icons {
  display: grid;
  column-gap: 0.69444%;
  grid-template-columns: 1fr; }
  @media (min-width: 400px) {
    .grid-icons {
      grid-template-columns: 1fr 1fr; } }
  @media (min-width: 990px) {
    .grid-icons {
      grid-template-columns: 1fr 1fr 1fr 1fr; } }

.grid-icons-2 {
  display: grid;
  column-gap: 0.69444%;
  grid-template-columns: 1fr; }
  @media (min-width: 400px) {
    .grid-icons-2 {
      grid-template-columns: 1fr 1fr; } }

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

#main .mod_newslist.news-1 .layout_latest {
  background-color: transparent !important;
  border-bottom: 1px solid #eee;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  margin-top: 2rem; }

#main .mod_newslist.news-1 .grid-news {
  display: grid;
  grid-template-columns: 1fr;
  background-color: #fff; }
  @media (min-width: 500px) {
    #main .mod_newslist.news-1 .grid-news {
      grid-template-columns: 1fr 1fr;
      column-gap: 24px; } }
  #main .mod_newslist.news-1 .grid-news .col-1 img {
    width: 100%;
    height: auto; }
    @media (min-width: 500px) {
      #main .mod_newslist.news-1 .grid-news .col-1 img {
        margin-bottom: -4px; } }
  #main .mod_newslist.news-1 .grid-news .col-2 p, #main .mod_newslist.news-1 .grid-news .col-2 h2 a {
    color: #575756 !important; }
  #main .mod_newslist.news-1 .grid-news .col-2 h2 {
    padding: 0; }

#main .mod_newslist.messe {
  border-top: 1px solid #c6c6c6; }
  #main .mod_newslist.messe .layout_latest {
    background-color: transparent !important;
    border-bottom: 1px solid #c6c6c6;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
    display: grid;
    grid-template-columns: 30% 70%;
    column-gap: 24px;
    background-color: #fff; }
    #main .mod_newslist.messe .layout_latest .col-1 img {
      width: 100%;
      height: auto;
      margin-bottom: -4px; }
    #main .mod_newslist.messe .layout_latest .col-2 p,
    #main .mod_newslist.messe .layout_latest .col-2 h2 a {
      color: #575756 !important; }
    #main .mod_newslist.messe .layout_latest .col-2 h2 {
      font-size: 20px;
      font-size: 1.25rem; }

#main .mod_newslist.news-3 .layout_latest {
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 86.8055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%;
  margin-left: 6.5972222222%;
  background-color: transparent !important; }
  @media (min-width: 3440px) {
    #main .mod_newslist.news-3 .layout_latest {
      width: 74.3055555556%;
      float: left;
      margin-left: 0.3472222222%;
      margin-right: 0.3472222222%;
      margin-left: 12.8472222222%; } }
  #main .mod_newslist.news-3 .layout_latest .grid-news {
    display: grid;
    column-gap: 24px;
    background-color: #fff; }
    @media (min-width: 700px) {
      #main .mod_newslist.news-3 .layout_latest .grid-news {
        grid-template-columns: 300px 1fr; } }
    @media (min-width: 990px) {
      #main .mod_newslist.news-3 .layout_latest .grid-news {
        grid-template-columns: 420px 1fr; } }
    @media (min-width: 700px) {
      #main .mod_newslist.news-3 .layout_latest .grid-news .image_container {
        position: relative;
        height: 100%; } }
    #main .mod_newslist.news-3 .layout_latest .grid-news .col-1 img {
      width: 100%;
      height: auto;
      margin-bottom: 0px; }
      @media (min-width: 700px) {
        #main .mod_newslist.news-3 .layout_latest .grid-news .col-1 img {
          height: 100%;
          position: absolute;
          object-fit: cover; } }
    #main .mod_newslist.news-3 .layout_latest .grid-news .col-2 {
      padding: 1rem; }
      @media (min-width: 700px) {
        #main .mod_newslist.news-3 .layout_latest .grid-news .col-2 {
          padding-left: 0; } }
      #main .mod_newslist.news-3 .layout_latest .grid-news .col-2 p,
      #main .mod_newslist.news-3 .layout_latest .grid-news .col-2 h2 a {
        color: #575756 !important; }
      #main .mod_newslist.news-3 .layout_latest .grid-news .col-2 h2 {
        padding: 0; }
      #main .mod_newslist.news-3 .layout_latest .grid-news .col-2 p.more {
        margin-bottom: 0.25rem; }

.mod_newsreader {
  width: 86.8055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%;
  margin-left: 6.5972222222%; }
  @media (min-width: 990px) {
    .mod_newsreader {
      width: 61.8055555556%;
      float: left;
      margin-left: 0.3472222222%;
      margin-right: 0.3472222222%;
      margin-left: 25.3472222222%; } }
  .mod_newsreader .layout_full {
    display: block;
    width: 100%; }
    .mod_newsreader .layout_full .image_container {
      margin-bottom: 1em;
      padding-top: 2em;
      padding-bottom: 1.5em;
      border-bottom: 2px solid #c6c6c6;
      background-color: #eee;
      text-align: center; }
      .mod_newsreader .layout_full .image_container img {
        width: 60%;
        height: auto; }
  .mod_newsreader .box-12 {
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .mod_newsreader p.info {
    font-size: 14px;
    font-size: 0.875rem;
    color: #575756;
    font-weight: 500; }
  .mod_newsreader .ce_teaser {
    font-weight: 500; }
  .mod_newsreader p.back {
    display: block;
    width: 100%;
    clear: both;
    margin-top: 2rem !important; }
    .mod_newsreader p.back a:before {
      content: "« ";
      color: #91b6d6;
      font-weight: 700; }

.icon-mail a {
  background-image: url("../../files/daten/icons/icon-mail-01.png");
  background-image: none, url("../../files/daten/icons/icon-mail-01.svg");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 48px 48px; }

.icon-fon a {
  background-image: url("../../files/daten/icons/icon-fon-01.png");
  background-image: none, url("../../files/daten/icons/icon-fon-01.svg");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 48px 48px; }

.icon-mail a,
.icon-fon a {
  background-size: 50px 28px;
  background-position: 8px center;
  padding-left: 64px !important;
  width: 100%;
  text-align: left !important; }
  @media (min-width: 600px) {
    .icon-mail a,
    .icon-fon a {
      width: 350px; } }

.icon-1 {
  background-image: url("../../files/daten/icons/bg-02.svg");
  background-repeat: no-repeat;
  background-position: top;
  background-position: right top;
  background-size: auto; }

.icon-download {
  background-image: url("../../files/daten/icons/icon-download.svg");
  background-repeat: no-repeat;
  background-position: top;
  background-position: center right;
  background-size: 28px 24px; }

#main .grid-confi {
  width: 86.8055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%;
  margin-left: 6.5972222222%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 0.69444%; }

.btn-2-2 a,
a.btnAddRememberList,
a.button.link,
a.button.is-link {
  background-color: #e40521;
  color: #fff;
  text-align: center;
  display: block;
  padding: 0.5rem;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto; }

.btn-2-2 a,
a.btnAddRememberList {
  margin-left: 0; }

a.button.link:hover
a.button.is-link:hover {
  background-color: #800313; }

#main .ce_meKoProductLineTeaser {
  background-color: #e40521;
  color: #fff;
  border-bottom: 10px solid #91b6d6;
  padding: 1em;
  margin-bottom: 1rem; }

@media (min-width: 960px) {
  #main .ce_meKoProductLineTeaser .text {
    height: 125px;
    overflow: hidden; }
  #main .ce_meKoProductLineTeaser .text p {
    line-height: 1.5em; } }

#main .ce_meKoProductLineTeaser img {
  width: 100%;
  height: auto; }

#main .ce_meKoProductLineTeaser p.download-element a,
#main .ce_meKoProductLineTeaser p.more a {
  display: block;
  text-align: center;
  padding: 0.5em;
  color: #fff; }

#main .ce_meKoProductLineTeaser p.more a {
  background-color: #596576; }

#main .ce_meKoProductLineTeaser p.more a:hover {
  background-color: #38404a;
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -ms-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out; }

#main .ce_meKoProductLineTeaser p.download-element a {
  background-color: #91b6d6; }

#main .ce_meKoProductLineTeaser p.download-element a span.size {
  display: none !important; }

#main .ce_meKoProductLineTeaser p.download-element a:hover {
  background-color: #5991c1;
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -ms-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out; }

#main .mod_meKoPEasyStep1 {
  width: 86.8055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%;
  margin-left: 6.5972222222%; }

#main .mod_meKoPEasyStep1 nav.intern img {
  margin-bottom: 0; }

#main .mod_meKoPEasyStep1 .selections .header {
  width: 100%;
  text-align: center; }

#main .mod_meKoPEasyStep1 .selections .header .headline {
  font-weight: 700 !important;
  border: none !important;
  margin-bottom: 0rem !important;
  display: block;
  padding: 0 !important; }

#main .mod_meKoPEasyStep1 .selections .header .selection {
  margin-bottom: 2rem !important; }

#main .mod_meKoPEasyStep1 .selections .header .selection:last-child {
  margin-bottom: 0rem !important; }

#main .mod_meKoPEasyStep1 nav.intern {
  width: 100%;
  margin-bottom: 1rem; }

#main .mod_meKoPEasyStep1 nav.intern ul li {
  display: block;
  border: 1px solid #c6c6c6;
  background-color: #fff;
  margin-bottom: 1rem; }

#main .mod_meKoPEasyStep1 nav.intern ul li a {
  display: block;
  padding: 1rem; }

#main .mod_meKoPEasyStep1 nav.intern ul li a:hover {
  background-color: #eee; }

#main .mod_meKoPEasyStep3 .selections {
  display: block; }

#main .mod_meKoPEasyStep3 .selections #selectionZusatzoptionen .checkboxHolder {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem; }

#main .mod_meKoPEasyStep3 .selections #selectionZusatzoptionen .checkboxHolder label.checkbox {
  display: grid;
  grid-template-columns: 20px 1fr;
  width: 100%; }

#main .mod_meKoPEasyStep3,
#main .mod_meKoPEasyStep2 {
  width: 86.8055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%;
  margin-left: 6.5972222222%; }

#main .mod_meKoPEasyStep3 .box-inhalt,
#main .mod_meKoPEasyStep2 .box-inhalt {
  width: 60%;
  float: left; }

#main .mod_meKoPEasyStep1 #individuell {
  margin-top: 3rem;
  clear: both; }

#main .mod_meKoPEasyStep1 #individuell .widget-select,
#main .mod_meKoPEasyStep1 #individuell .widget-radio {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }

#main .mod_meKoPEasyStep1 #individuell .widget-select select,
#main .mod_meKoPEasyStep1 #individuell .widget-radio select {
  width: 70%; }

#main .mod_meKoPEasyStep1 #individuell,
#main .mod_meKoPEasyStep1 #standard {
  width: 60%;
  float: left; }

#main .mod_meKoPEasyStep1 #standard .selections .selection a {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

#main .mod_meKoPEasyStep3 .border-1,
#main .mod_meKoPEasyStep2 .border-1,
#main .mod_meKoPEasyStep1 .border-1 {
  border: 1px solid #ededed; }

#main .mod_meKoPEasyStep3 .padd-1,
#main .mod_meKoPEasyStep2 .padd-1,
#main .mod_meKoPEasyStep1 .padd-1 {
  padding: 1em; }

#main .mod_meKoPEasyStep3 .control,
#main .mod_meKoPEasyStep3 .widget,
#main .mod_meKoPEasyStep2 .control,
#main .mod_meKoPEasyStep2 .widget,
#main .mod_meKoPEasyStep1 .control,
#main .mod_meKoPEasyStep1 .widget {
  width: 100%;
  color: #e40521; }

@media (min-width: 960px) {
  #main .mod_meKoPEasyStep3 .widget.w75,
  #main .mod_meKoPEasyStep2 .widget.w75,
  #main .mod_meKoPEasyStep1 .widget.w75 {
    width: 75%;
    float: left; }
  #main .mod_meKoPEasyStep3 .widget.w75 label,
  #main .mod_meKoPEasyStep2 .widget.w75 label,
  #main .mod_meKoPEasyStep1 .widget.w75 label {
    width: 40% !important; }
  #main .mod_meKoPEasyStep3 .widget.w75 input,
  #main .mod_meKoPEasyStep2 .widget.w75 input,
  #main .mod_meKoPEasyStep1 .widget.w75 input {
    width: 60% !important; } }

@media (min-width: 0) and (max-width: 959px) {
  #main .mod_meKoPEasyStep3 .widget.w25 label,
  #main .mod_meKoPEasyStep2 .widget.w25 label,
  #main .mod_meKoPEasyStep1 .widget.w25 label {
    display: none !important; } }

@media (min-width: 960px) {
  #main .mod_meKoPEasyStep3 .widget.w25,
  #main .mod_meKoPEasyStep2 .widget.w25,
  #main .mod_meKoPEasyStep1 .widget.w25 {
    width: 20%;
    float: right;
    text-align: right; }
  #main .mod_meKoPEasyStep3 .widget.w25 label,
  #main .mod_meKoPEasyStep2 .widget.w25 label,
  #main .mod_meKoPEasyStep1 .widget.w25 label {
    width: 15px !important; }
  #main .mod_meKoPEasyStep3 .widget.w25 select,
  #main .mod_meKoPEasyStep3 .widget.w25 input,
  #main .mod_meKoPEasyStep2 .widget.w25 select,
  #main .mod_meKoPEasyStep2 .widget.w25 input,
  #main .mod_meKoPEasyStep1 .widget.w25 select,
  #main .mod_meKoPEasyStep1 .widget.w25 input {
    width: calc(100% - 15px) !important;
    float: right; } }

#main .mod_meKoPEasyStep3 .widget input,
#main .mod_meKoPEasyStep2 .widget input,
#main .mod_meKoPEasyStep1 .widget input {
  padding: 0.5em 0.3em; }

#main .mod_meKoPEasyStep3 .control select,
#main .mod_meKoPEasyStep3 .widget-select select,
#main .mod_meKoPEasyStep2 .control select,
#main .mod_meKoPEasyStep2 .widget-select select,
#main .mod_meKoPEasyStep1 .control select,
#main .mod_meKoPEasyStep1 .widget-select select {
  padding: 0.5em;
  border: 1px solid #ededed;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -ms-appearance: none;
  background-image: url(../../files/daten/icons/icon-select.png);
  background-repeat: no-repeat;
  background-position: 99% center; }

#main .mod_meKoPEasyStep3 .navi,
#main .mod_meKoPEasyStep2 .navi,
#main .mod_meKoPEasyStep1 .navi {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 3em; }

#main .mod_meKoPEasyStep3 .navi .breadcrumb,
#main .mod_meKoPEasyStep2 .navi .breadcrumb,
#main .mod_meKoPEasyStep1 .navi .breadcrumb {
  width: 74.3055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%; }

@media (min-width: 1140px) {
  #main .mod_meKoPEasyStep3 .navi .breadcrumb,
  #main .mod_meKoPEasyStep2 .navi .breadcrumb,
  #main .mod_meKoPEasyStep1 .navi .breadcrumb {
    width: 61.8055555556%;
    float: left;
    margin-left: 0.3472222222%;
    margin-right: 0.3472222222%; } }

@media (min-width: 960px) {
  #main .mod_meKoPEasyStep3 .navi .breadcrumb ul,
  #main .mod_meKoPEasyStep2 .navi .breadcrumb ul,
  #main .mod_meKoPEasyStep1 .navi .breadcrumb ul {
    display: flex; } }

#main .mod_meKoPEasyStep3 .navi .breadcrumb ul li,
#main .mod_meKoPEasyStep2 .navi .breadcrumb ul li,
#main .mod_meKoPEasyStep1 .navi .breadcrumb ul li {
  font-size: 14px;
  font-size: 0.875rem; }

@media (min-width: 0) and (max-width: 960px) {
  #main .mod_meKoPEasyStep3 .navi .breadcrumb ul li,
  #main .mod_meKoPEasyStep2 .navi .breadcrumb ul li,
  #main .mod_meKoPEasyStep1 .navi .breadcrumb ul li {
    display: block;
    width: 100%; } }

#main .mod_meKoPEasyStep3 .navi .breadcrumb ul li a,
#main .mod_meKoPEasyStep2 .navi .breadcrumb ul li a,
#main .mod_meKoPEasyStep1 .navi .breadcrumb ul li a {
  color: #575756; }

#main .mod_meKoPEasyStep3 .navi .breadcrumb ul li span,
#main .mod_meKoPEasyStep2 .navi .breadcrumb ul li span,
#main .mod_meKoPEasyStep1 .navi .breadcrumb ul li span {
  color: #e40521;
  width: auto; }

#main .mod_meKoPEasyStep3 .navi .breadcrumb ul li span,
#main .mod_meKoPEasyStep3 .navi .breadcrumb ul li a,
#main .mod_meKoPEasyStep2 .navi .breadcrumb ul li span,
#main .mod_meKoPEasyStep2 .navi .breadcrumb ul li a,
#main .mod_meKoPEasyStep1 .navi .breadcrumb ul li span,
#main .mod_meKoPEasyStep1 .navi .breadcrumb ul li a {
  background-color: #eee;
  display: block;
  padding: 0.5em 0.7em;
  font-weight: 400; }

@media (min-width: 960px) {
  #main .mod_meKoPEasyStep3 .navi .breadcrumb ul li span,
  #main .mod_meKoPEasyStep3 .navi .breadcrumb ul li a,
  #main .mod_meKoPEasyStep2 .navi .breadcrumb ul li span,
  #main .mod_meKoPEasyStep2 .navi .breadcrumb ul li a,
  #main .mod_meKoPEasyStep1 .navi .breadcrumb ul li span,
  #main .mod_meKoPEasyStep1 .navi .breadcrumb ul li a {
    display: inline-block; } }

#main .mod_meKoPEasyStep3 .navi .breadcrumb ul li span.name,
#main .mod_meKoPEasyStep2 .navi .breadcrumb ul li span.name,
#main .mod_meKoPEasyStep1 .navi .breadcrumb ul li span.name {
  float: none; }

#main .mod_meKoPEasyStep3 .navi .breadcrumb ul li span:after,
#main .mod_meKoPEasyStep3 .navi .breadcrumb ul li a:after,
#main .mod_meKoPEasyStep2 .navi .breadcrumb ul li span:after,
#main .mod_meKoPEasyStep2 .navi .breadcrumb ul li a:after,
#main .mod_meKoPEasyStep1 .navi .breadcrumb ul li span:after,
#main .mod_meKoPEasyStep1 .navi .breadcrumb ul li a:after {
  padding-left: 6px;
  content: " >";
  display: inline-block; }

#main .mod_meKoPEasyStep3 .navi .breadcrumb li.even span,
#main .mod_meKoPEasyStep3 .navi .breadcrumb li.even a,
#main .mod_meKoPEasyStep2 .navi .breadcrumb li.even span,
#main .mod_meKoPEasyStep2 .navi .breadcrumb li.even a,
#main .mod_meKoPEasyStep1 .navi .breadcrumb li.even span,
#main .mod_meKoPEasyStep1 .navi .breadcrumb li.even a {
  background-color: #c6c6c6; }

#main .mod_meKoPEasyStep3 .navi .back,
#main .mod_meKoPEasyStep2 .navi .back,
#main .mod_meKoPEasyStep1 .navi .back {
  width: 74.3055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%;
  margin-top: 1em; }

@media (min-width: 1140px) {
  #main .mod_meKoPEasyStep3 .navi .back,
  #main .mod_meKoPEasyStep2 .navi .back,
  #main .mod_meKoPEasyStep1 .navi .back {
    width: 11.8055555556%;
    float: left;
    margin-left: 0.3472222222%;
    margin-right: 0.3472222222%;
    margin-top: 0; } }

#main .mod_meKoPEasyStep3 .navi .back a,
#main .mod_meKoPEasyStep2 .navi .back a,
#main .mod_meKoPEasyStep1 .navi .back a {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400; }

#main .mod_meKoPEasyStep3 .box-inhalt .headline,
#main .mod_meKoPEasyStep2 .box-inhalt .headline,
#main .mod_meKoPEasyStep1 .box-inhalt .headline {
  border-top: 1px solid #808080;
  border-bottom: 1px solid #808080;
  padding: 1.5em 0; }

#main .mod_meKoPEasyStep3 .box-inhalt .headline h1,
#main .mod_meKoPEasyStep2 .box-inhalt .headline h1,
#main .mod_meKoPEasyStep1 .box-inhalt .headline h1 {
  margin: 0;
  font-weight: 400;
  font-size: 19px;
  font-size: 1.1875rem; }

@media (min-width: 700px) {
  #main .mod_meKoPEasyStep3 .box-inhalt .headline h1,
  #main .mod_meKoPEasyStep2 .box-inhalt .headline h1,
  #main .mod_meKoPEasyStep1 .box-inhalt .headline h1 {
    font-size: 24px;
    font-size: 1.5rem; } }

#main .mod_meKoPEasyStep3 .box-inhalt .subheadline,
#main .mod_meKoPEasyStep2 .box-inhalt .subheadline,
#main .mod_meKoPEasyStep1 .box-inhalt .subheadline {
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem; }

@media (min-width: 700px) {
  #main .mod_meKoPEasyStep3 .box-inhalt .subheadline,
  #main .mod_meKoPEasyStep2 .box-inhalt .subheadline,
  #main .mod_meKoPEasyStep1 .box-inhalt .subheadline {
    font-size: 21px;
    font-size: 1.3125rem; } }

#main .mod_meKoPEasyStep3 .box-inhalt .selections,
#main .mod_meKoPEasyStep2 .box-inhalt .selections,
#main .mod_meKoPEasyStep1 .box-inhalt .selections {
  margin-bottom: 1em;
  margin-top: 1em;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

#main .mod_meKoPEasyStep3 .box-inhalt .selections .column.is-half,
#main .mod_meKoPEasyStep3 .box-inhalt .selections .col,
#main .mod_meKoPEasyStep2 .box-inhalt .selections .column.is-half,
#main .mod_meKoPEasyStep2 .box-inhalt .selections .col,
#main .mod_meKoPEasyStep1 .box-inhalt .selections .column.is-half,
#main .mod_meKoPEasyStep1 .box-inhalt .selections .col {
  width: 49%; }

#main .mod_meKoPEasyStep3 .box-inhalt .selections .column.is-half .headline,
#main .mod_meKoPEasyStep3 .box-inhalt .selections .col .headline,
#main .mod_meKoPEasyStep2 .box-inhalt .selections .column.is-half .headline,
#main .mod_meKoPEasyStep2 .box-inhalt .selections .col .headline,
#main .mod_meKoPEasyStep1 .box-inhalt .selections .column.is-half .headline,
#main .mod_meKoPEasyStep1 .box-inhalt .selections .col .headline {
  border: none !important;
  padding: 0;
  margin: 0;
  font-weight: 500;
  margin-bottom: 0.8em;
  font-size: 18px;
  font-size: 1.125rem; }

#main .mod_meKoPEasyStep3 .box-inhalt .selections .column.is-half .info,
#main .mod_meKoPEasyStep3 .box-inhalt .selections .col .info,
#main .mod_meKoPEasyStep2 .box-inhalt .selections .column.is-half .info,
#main .mod_meKoPEasyStep2 .box-inhalt .selections .col .info,
#main .mod_meKoPEasyStep1 .box-inhalt .selections .column.is-half .info,
#main .mod_meKoPEasyStep1 .box-inhalt .selections .col .info {
  margin-top: 0.5em;
  font-size: 14px;
  font-size: 0.875rem; }

#main .mod_meKoPEasyStep3 .box-inhalt .selections .column.is-half .field label.head-2,
#main .mod_meKoPEasyStep3 .box-inhalt .selections .col .field label.head-2,
#main .mod_meKoPEasyStep2 .box-inhalt .selections .column.is-half .field label.head-2,
#main .mod_meKoPEasyStep2 .box-inhalt .selections .col .field label.head-2,
#main .mod_meKoPEasyStep1 .box-inhalt .selections .column.is-half .field label.head-2,
#main .mod_meKoPEasyStep1 .box-inhalt .selections .col .field label.head-2 {
  display: block;
  font-weight: 500;
  margin-bottom: 0.8em;
  font-size: 18px;
  font-size: 1.125rem; }

#main .mod_meKoPEasyStep3 .box-inhalt .selections .column.is-full,
#main .mod_meKoPEasyStep3 .box-inhalt .selections .column.is-half,
#main .mod_meKoPEasyStep2 .box-inhalt .selections .column.is-full,
#main .mod_meKoPEasyStep2 .box-inhalt .selections .column.is-half,
#main .mod_meKoPEasyStep1 .box-inhalt .selections .column.is-full,
#main .mod_meKoPEasyStep1 .box-inhalt .selections .column.is-half {
  border: 1px solid #ededed;
  padding: 1em;
  margin-bottom: 1.5em; }

#main .mod_meKoPEasyStep3 .box-inhalt .selections .column.is-full,
#main .mod_meKoPEasyStep2 .box-inhalt .selections .column.is-full,
#main .mod_meKoPEasyStep1 .box-inhalt .selections .column.is-full {
  width: 100%;
  text-align: left; }

#main .mod_meKoPEasyStep3 .box-inhalt .selections .column.is-full .field label.head-2,
#main .mod_meKoPEasyStep2 .box-inhalt .selections .column.is-full .field label.head-2,
#main .mod_meKoPEasyStep1 .box-inhalt .selections .column.is-full .field label.head-2 {
  display: block;
  font-weight: 500;
  margin-bottom: 0.8em;
  font-size: 18px;
  font-size: 1.125rem; }

#main .mod_meKoPEasyStep3 .box-inhalt .selections .column.is-full .field label.head-2 .checkboxHolder label.checkbox,
#main .mod_meKoPEasyStep2 .box-inhalt .selections .column.is-full .field label.head-2 .checkboxHolder label.checkbox,
#main .mod_meKoPEasyStep1 .box-inhalt .selections .column.is-full .field label.head-2 .checkboxHolder label.checkbox {
  font-weight: 300;
  margin-bottom: 0.5em;
  font-size: 14px;
  font-size: 0.875rem; }

#main .mod_meKoPEasyStep3 .productCode,
#main .mod_meKoPEasyStep2 .productCode,
#main .mod_meKoPEasyStep1 .productCode {
  margin-top: 3rem; }
  #main .mod_meKoPEasyStep3 .productCode .value,
  #main .mod_meKoPEasyStep2 .productCode .value,
  #main .mod_meKoPEasyStep1 .productCode .value {
    margin-top: 1rem; }

#main .box-auswahl .bg-color-1 {
  background-color: #575756; }

#main .box-auswahl .image_container {
  text-align: center; }

#main .mod_meKoPEasyStep3 .box-auswahl,
#main .mod_meKoPEasyStep3 .productCode,
#main .mod_meKoPEasyStep2 .box-auswahl,
#main .mod_meKoPEasyStep2 .productCode,
#main .mod_meKoPEasyStep1 .box-auswahl,
#main .mod_meKoPEasyStep1 .productCode {
  width: 37%;
  float: right;
  background-color: #c6c6c6;
  padding: 1em; }

#main .mod_meKoPEasyStep3 .box-auswahl .label,
#main .mod_meKoPEasyStep3 .productCode .label,
#main .mod_meKoPEasyStep2 .box-auswahl .label,
#main .mod_meKoPEasyStep2 .productCode .label,
#main .mod_meKoPEasyStep1 .box-auswahl .label,
#main .mod_meKoPEasyStep1 .productCode .label {
  font-weight: 500;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
  display: block; }

@media (min-width: 700px) {
  #main .mod_meKoPEasyStep3 .box-auswahl .label,
  #main .mod_meKoPEasyStep3 .productCode .label,
  #main .mod_meKoPEasyStep2 .box-auswahl .label,
  #main .mod_meKoPEasyStep2 .productCode .label,
  #main .mod_meKoPEasyStep1 .box-auswahl .label,
  #main .mod_meKoPEasyStep1 .productCode .label {
    font-size: 21px;
    font-size: 1.3125rem; } }

@media (min-width: 0) and (max-width: 960px) {
  #main .mod_meKoPEasyStep3 .productCode,
  #main .mod_meKoPEasyStep2 .productCode,
  #main .mod_meKoPEasyStep1 .productCode {
    margin-top: 1em; } }

#main .mod_meKoPEasyStep3 .productCode .value,
#main .mod_meKoPEasyStep2 .productCode .value,
#main .mod_meKoPEasyStep1 .productCode .value {
  display: block;
  color: #fff;
  padding: 0.25em; }

#main .mod_meKoPEasyStep3 .box-auswahl,
#main .mod_meKoPEasyStep2 .box-auswahl,
#main .mod_meKoPEasyStep1 .box-auswahl {
  margin-top: 1em; }

#main .mod_meKoPEasyStep3 .box-auswahl .value,
#main .mod_meKoPEasyStep2 .box-auswahl .value,
#main .mod_meKoPEasyStep1 .box-auswahl .value {
  padding: 1em; }

#main .mod_meKoPEasyStep3 .box-auswahl .value a h3,
#main .mod_meKoPEasyStep2 .box-auswahl .value a h3,
#main .mod_meKoPEasyStep1 .box-auswahl .value a h3 {
  color: #596576;
  margin-top: 0; }

#main .mod_meKoPEasyStep3 .box-auswahl .value img,
#main .mod_meKoPEasyStep2 .box-auswahl .value img,
#main .mod_meKoPEasyStep1 .box-auswahl .value img {
  width: 250px;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  margin-bottom: -6px; }

#main .mod_meKoPEasyStep3 .box-auswahl .space,
#main .mod_meKoPEasyStep2 .box-auswahl .space,
#main .mod_meKoPEasyStep1 .box-auswahl .space {
  width: 100%; }

#main .mod_meKoPEasyStep3 .box-auswahl .value.small,
#main .mod_meKoPEasyStep2 .box-auswahl .value.small,
#main .mod_meKoPEasyStep1 .box-auswahl .value.small {
  margin-top: 1em;
  padding: 0; }

@media (min-width: 0) and (max-width: 500px) {
  #main .mod_meKoPEasyStep3 .box-auswahl .value.small .label,
  #main .mod_meKoPEasyStep2 .box-auswahl .value.small .label,
  #main .mod_meKoPEasyStep1 .box-auswahl .value.small .label {
    font-weight: 500;
    margin: 0; }
  #main .mod_meKoPEasyStep3 .box-auswahl .value.small .value,
  #main .mod_meKoPEasyStep2 .box-auswahl .value.small .value,
  #main .mod_meKoPEasyStep1 .box-auswahl .value.small .value {
    font-weight: 300;
    margin-top: 0em;
    margin-bottom: 1em; } }

@media (min-width: 500px) {
  #main .mod_meKoPEasyStep3 .box-auswahl .value.small,
  #main .mod_meKoPEasyStep2 .box-auswahl .value.small,
  #main .mod_meKoPEasyStep1 .box-auswahl .value.small {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; } }

#main .mod_meKoPEasyStep3 .box-auswahl .value.small .value,
#main .mod_meKoPEasyStep3 .box-auswahl .value.small .label,
#main .mod_meKoPEasyStep2 .box-auswahl .value.small .value,
#main .mod_meKoPEasyStep2 .box-auswahl .value.small .label,
#main .mod_meKoPEasyStep1 .box-auswahl .value.small .value,
#main .mod_meKoPEasyStep1 .box-auswahl .value.small .label {
  padding: 0.35rem 0;
  font-size: 14px;
  font-size: 0.875rem; }

@media (min-width: 500px) {
  #main .mod_meKoPEasyStep3 .box-auswahl .value.small .value,
  #main .mod_meKoPEasyStep3 .box-auswahl .value.small .label,
  #main .mod_meKoPEasyStep2 .box-auswahl .value.small .value,
  #main .mod_meKoPEasyStep2 .box-auswahl .value.small .label,
  #main .mod_meKoPEasyStep1 .box-auswahl .value.small .value,
  #main .mod_meKoPEasyStep1 .box-auswahl .value.small .label {
    width: 50%;
    font-weight: 400; } }

#main .mod_meKoPEasyStep3 .box-addRemember,
#main .mod_meKoPEasyStep3 .box-remember,
#main .mod_meKoPEasyStep2 .box-addRemember,
#main .mod_meKoPEasyStep2 .box-remember,
#main .mod_meKoPEasyStep1 .box-addRemember,
#main .mod_meKoPEasyStep1 .box-remember {
  width: 37%;
  float: right; }

#main .mod_meKoPEasyStep3 .box-addRemember,
#main .mod_meKoPEasyStep2 .box-addRemember,
#main .mod_meKoPEasyStep1 .box-addRemember {
  clear: both; }

#main .mod_meKoPEasyStep3 table thead th.head,
#main .mod_meKoPEasyStep2 table thead th.head,
#main .mod_meKoPEasyStep1 table thead th.head {
  padding: 1em 0.25em;
  font-weight: 500; }

@media (min-width: 800px) {
  #main .mod_meKoPEasyStep3 table thead th.head,
  #main .mod_meKoPEasyStep2 table thead th.head,
  #main .mod_meKoPEasyStep1 table thead th.head {
    font-size: 24px;
    font-size: 1.5rem; } }

#main .mod_meKoPEasyStep3 table thead th,
#main .mod_meKoPEasyStep2 table thead th,
#main .mod_meKoPEasyStep1 table thead th {
  border: 1px solid #ededed;
  padding: 0.5em 0.25em;
  font-weight: 300; }

@media (min-width: 0) and (max-width: 800px) {
  #main .mod_meKoPEasyStep3 table thead th,
  #main .mod_meKoPEasyStep2 table thead th,
  #main .mod_meKoPEasyStep1 table thead th {
    font-size: 11px;
    font-size: 0.6875rem; } }

#main .mod_meKoPEasyStep3 tbody,
#main .mod_meKoPEasyStep2 tbody,
#main .mod_meKoPEasyStep1 tbody {
  border-bottom: 1px solid #ededed; }

#main .mod_meKoPEasyStep3 tbody td,
#main .mod_meKoPEasyStep2 tbody td,
#main .mod_meKoPEasyStep1 tbody td {
  border: 1px solid #ededed;
  padding: 0.5em 0.25em;
  font-weight: 300;
  font-size: 11px;
  font-size: 0.6875rem; }

@media (min-width: 800px) {
  #main .mod_meKoPEasyStep3 tbody td,
  #main .mod_meKoPEasyStep2 tbody td,
  #main .mod_meKoPEasyStep1 tbody td {
    font-size: 14px;
    font-size: 0.875rem; } }

#main .mod_meKoPEasyStep3 tbody td.border-l,
#main .mod_meKoPEasyStep2 tbody td.border-l,
#main .mod_meKoPEasyStep1 tbody td.border-l {
  border-top: none;
  border-bottom: none;
  border-right: none; }

#main .mod_meKoPEasyStep3 tbody td.border-n,
#main .mod_meKoPEasyStep2 tbody td.border-n,
#main .mod_meKoPEasyStep1 tbody td.border-n {
  border: none; }

#main .mod_meKoPEasyStep3 tbody tr.odd,
#main .mod_meKoPEasyStep2 tbody tr.odd,
#main .mod_meKoPEasyStep1 tbody tr.odd {
  background-color: #eee; }

#main .mod_meKoPEasyStep3 td.bg-weiss,
#main .mod_meKoPEasyStep2 td.bg-weiss,
#main .mod_meKoPEasyStep1 td.bg-weiss {
  background-color: #fff !important; }

#main .mod_meKoPEasyStep3 tr.isTableBreak td.border-n,
#main .mod_meKoPEasyStep3 tr.isTableBreak td.border-l,
#main .mod_meKoPEasyStep2 tr.isTableBreak td.border-n,
#main .mod_meKoPEasyStep2 tr.isTableBreak td.border-l,
#main .mod_meKoPEasyStep1 tr.isTableBreak td.border-n,
#main .mod_meKoPEasyStep1 tr.isTableBreak td.border-l {
  border-top: 1px solid #ededed; }

#main .mod_meKoPEasyStep3 td.btn-2-2 a,
#main .mod_meKoPEasyStep2 td.btn-2-2 a,
#main .mod_meKoPEasyStep1 td.btn-2-2 a {
  font-weight: 400;
  padding: 0.15em 0.5em; }

.mod_meKoRemberList .item {
  display: grid;
  grid-template-columns: 200px 1fr 150px 150px;
  column-gap: 0.69444%;
  align-items: center;
  padding: 1rem; }

.mod_meKoRemberList .item:nth-child(odd) {
  background-color: #eee; }

#main .ce_form .mod_meKoRemberList > div {
  display: grid;
  grid-template-columns: 70px 1fr;
  column-gap: 0.69444%;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #eee; }

#main .ce_form .mod_meKoRemberList > div img {
  margin-bottom: 0; }

.mod_meKoRemberList {
  width: 86.8055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%;
  margin-left: 6.5972222222%; }

.mod_meKoRemberList .image_container img {
  width: 100%;
  height: auto; }

.mod_meKoRemberList .product a {
  font-weight: 600; }

.mod_meKoRemberList .product a::after {
  color: #91b6d6;
  content: " »"; }

.mod_meKoRemberList .product .ce_accordion {
  margin-left: 0 !important;
  border-left: 1px solid #808080 !important;
  border-right: 1px solid #808080 !important;
  border-bottom: 1px solid #808080 !important; }

.mod_meKoRemberList .product .ce_accordion .toggler {
  color: #e40521;
  padding: 0.35rem 0.5rem;
  background-color: #eee !important;
  border-top: 1px solid #808080 !important; }

.mod_meKoRemberList .product .ce_accordion .toggler span:after {
  content: "+";
  float: right;
  color: #e40521; }

.mod_meKoRemberList .product .ce_accordion .toggler.active span:after {
  content: "–";
  float: right;
  color: #e40521; }

.mod_meKoRemberList button {
  cursor: pointer;
  height: 38px; }

@media (min-width: 0) and (max-width: 600px) {
  .mod_meKoRemberList .quantity {
    margin-top: 1rem; } }

.mod_meKoRemberList .quantity div {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.mod_meKoRemberList .quantity div input {
  height: 38px;
  text-align: center;
  display: flex;
  align-items: center;
  width: 30%; }

.mod_meKoRemberList .quantity div button {
  width: 30%; }

@media (min-width: 0) and (max-width: 600px) {
  .mod_meKoRemberList .remove {
    margin-top: 1rem; } }

@media (min-width: 0) and (max-width: 600px) {
  .mod_meKoRemberList .remove button {
    width: 100%; } }

.mod_meKoRemberList .remove button {
  background-color: #596576;
  color: #fff;
  border: 1px solid #596576;
  transition: all ease 0.25s;
  width: 100%; }

.mod_meKoRemberList .remove button:hover {
  background-color: #17baff;
  transition: all ease 0.5s; }

.mod_meKoRemberList .submit_container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 0.69444%;
  margin-top: 1rem; }

.mod_meKoRemberList .submit_container a {
  color: #fff;
  padding: 0.6rem 1.5rem;
  cursor: pointer;
  font-weight: 500;
  display: inline-block;
  background-color: #e40521;
  border: 3px solid #e40521;
  transition: all 0.5s ease-in;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  font-size: 18px;
  font-size: 1.125rem; }

.mod_meKoRemberList .submit_container a:hover,
.mod_meKoRemberList .submit_container a.active {
  color: #fff;
  background-color: #67020f;
  border: 3px solid #67020f;
  transition: all 0.35s ease-in; }

.mod_meKoRemberList .submit_container a {
  text-align: center;
  max-width: 400px; }

#main .certificate-generator-app {
  flex-direction: column;
  width: 86.8055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%;
  margin-left: 6.5972222222%; }
  @media (min-width: 960px) {
    #main .certificate-generator-app {
      flex-direction: row; } }
  #main .certificate-generator-app .certificate-generator-column--left {
    flex-basis: 100%; }
    @media (min-width: 960px) {
      #main .certificate-generator-app .certificate-generator-column--left {
        flex-basis: 75%; } }
  #main .certificate-generator-app .certificate-generator-column--right {
    flex-basis: 100%; }
    @media (min-width: 960px) {
      #main .certificate-generator-app .certificate-generator-column--right {
        flex-basis: 25%; } }
    #main .certificate-generator-app .certificate-generator-column--right .certificate-generator-step-navigation__btn--active {
      background-color: #009fe3;
      color: #fff; }
    #main .certificate-generator-app .certificate-generator-column--right .certificate-generator-step-navigation__btn {
      padding: 1.25em 0; }
  #main .certificate-generator-app img {
    width: 100%;
    height: auto; }
    @media (min-width: 400px) {
      #main .certificate-generator-app img {
        width: 50%; } }
    @media (min-width: 960px) {
      #main .certificate-generator-app img {
        width: 35%; } }
  #main .certificate-generator-app select,
  #main .certificate-generator-app input {
    padding: 0.5em;
    border: 1px solid #009fe3;
    background-color: #fff; }
  #main .certificate-generator-app .certificate-generator-measure-table__cell--full {
    padding: 1em !important; }
  #main .certificate-generator-app .certificate-generator-form-btn {
    padding: 0.5em 1.5em; }
  #main .certificate-generator-app button {
    font-weight: 400;
    width: 100%; }
    @media (min-width: 500px) {
      #main .certificate-generator-app button {
        width: auto; } }
  #main .certificate-generator-app .certificate-generator-explanation-message__icon {
    width: 1.6em !important; }
  #main .certificate-generator-app .certificate-generator-form-btn--back button {
    background-color: #ededed;
    color: #000; }
  #main .certificate-generator-app .certificate-generator-form-btn--back button:hover {
    background-color: #d4d3d3;
    transition: all 0.2s; }
  #main .certificate-generator-app .certificate-generator-form-btn--new button,
  #main .certificate-generator-app .certificate-generator-form-btn--delete button {
    border: 1px solid #009fe3;
    background-color: #fff;
    color: #e40521; }
  #main .certificate-generator-app .certificate-generator-form-btn--new button:hover,
  #main .certificate-generator-app .certificate-generator-form-btn--delete button:hover {
    background-color: #ededed; }
  #main .certificate-generator-app .certificate-generator-form-btn--error button {
    border: 1px solid #009fe3;
    background-color: #fff;
    color: #009fe3; }
  #main .certificate-generator-app .certificate-generator-form-btn--error button:hover {
    background-color: #ededed; }
  #main .certificate-generator-app .certificate-generator-form-btn--pay button {
    background-color: #009fe3; }
  #main .certificate-generator-app .certificate-generator-form-btn-container {
    width: 100%; }
  #main .certificate-generator-app .certificate-generator-explanation-message__icon {
    border: 1px solid #fff; }
  #main .certificate-generator-app .certificate-generator-form-btn--new {
    border-top: 1px solid #ededed;
    margin-top: 1em;
    padding-top: 2em; }
  #main .certificate-generator-app .certificate-generator-form-btn--previous button:hover {
    background-color: #000;
    transition: all 0.2s; }
  #main .certificate-generator-app .certificate-generator-form-widget__body {
    background: #ededed !important; }
  #main .certificate-generator-app .certificate-generator-form-widget__headline {
    font-weight: 400;
    margin-top: 1.25em;
    line-height: 1.5rem;
    margin-bottom: 0.5em; }
    @media (min-width: 990px) {
      #main .certificate-generator-app .certificate-generator-form-widget__headline {
        font-size: 20px;
        font-size: 1.25rem;
        font-weight: 300; } }
  #main .certificate-generator-app .certificate-generator-instruction-message {
    font-weight: 400; }
  #main .certificate-generator-app .certificate-generator-step__footer {
    border-top: 1px solid #ededed;
    margin-top: 2em;
    padding-top: 2em;
    flex-flow: column wrap;
    align-items: center; }
    @media (min-width: 500px) {
      #main .certificate-generator-app .certificate-generator-step__footer {
        flex-flow: row wrap; } }
  #main .certificate-generator-app .certificate-generator-shopping-cart-indicator--count {
    margin-left: 0.5rem; }
  #main .certificate-generator-app .certificate-generator-step-navigation__btn--active .certificate-generator-shopping-cart-indicator--count {
    border: 1px solid #fff; }

.mod_mecon_certificate_generator_downloads .widget-checkbox {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .mod_mecon_certificate_generator_downloads .widget-checkbox input {
    width: 25px;
    margin-right: 8px;
    margin-bottom: 0.5rem; }
  .mod_mecon_certificate_generator_downloads .widget-checkbox label {
    width: calc(100% - 33px);
    margin-bottom: 0.5rem; }

.mod_login.login-certificate button.cert {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  color: #4e5e6b;
  height: 1.6em;
  line-height: 1;
  width: 1.6em !important; }

.mod_login.login-certificate .widget {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .mod_login.login-certificate .widget label {
    width: calc(100% - 1.6em); }
  .mod_login.login-certificate .widget input {
    width: 100%; }

.nach_oben_link {
  position: fixed;
  bottom: 24px;
  right: 24px;
  background-color: #004664;
  border: transparent;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background-clip: padding-box;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999; }
  .nach_oben_link .st0 {
    fill: #fff !important; }
  @media (min-width: 960px) {
    .nach_oben_link {
      width: 80px;
      height: 80px;
      border-radius: 40px;
      background-clip: padding-box;
      bottom: 5%;
      right: 5%; } }
  .nach_oben_link svg {
    width: 20px;
    width: 20px; }
    @media (min-width: 960px) {
      .nach_oben_link svg {
        width: 35px;
        height: 35px; } }

#footer .bg-color-1 {
  background-image: url(../../files/daten/icons/bg-01.svg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 280px;
  padding-bottom: 200px;
  padding-top: 4rem; }
  @media (min-width: 500px) {
    #footer .bg-color-1 {
      background-position: right center;
      background-size: 450px;
      padding-bottom: 4rem; } }

#footer .logo {
  width: 86.8055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%;
  margin-left: 6.5972222222%;
  margin-top: 1rem;
  margin-bottom: 1rem; }
  @media (min-width: 990px) {
    #footer .logo {
      width: 18.0555555556%;
      float: left;
      margin-left: 0.3472222222%;
      margin-right: 0.3472222222%;
      margin-left: 6.5972222222%; } }
  @media (min-width: 1180px) {
    #footer .logo {
      width: 11.8055555556%;
      float: left;
      margin-left: 0.3472222222%;
      margin-right: 0.3472222222%;
      margin-left: 6.5972222222%; } }
  #footer .logo img {
    width: 133px;
    height: auto; }

#footer .nav-1 {
  width: 86.8055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%;
  margin-left: 6.5972222222%;
  color: #fff; }
  @media (min-width: 990px) {
    #footer .nav-1 {
      width: 24.3055555556%;
      float: left;
      margin-left: 0.3472222222%;
      margin-right: 0.3472222222%; } }
  @media (min-width: 1180px) {
    #footer .nav-1 {
      width: 18.0555555556%;
      float: left;
      margin-left: 0.3472222222%;
      margin-right: 0.3472222222%; } }
  #footer .nav-1 a, #footer .nav-1 strong {
    color: #fff;
    font-size: 16px;
    font-size: 1rem; }
    @media (min-width: 990px) {
      #footer .nav-1 a, #footer .nav-1 strong {
        font-size: 21px;
        font-size: 1.3125rem; } }
  #footer .nav-1 a {
    font-weight: 300; }
  #footer .nav-1 li {
    margin-top: 1rem;
    margin-bottom: 1rem; }

#footer .flex-f {
  display: flex;
  flex-wrap: wrap; }

#footer .flex {
  width: 86.8055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%;
  margin-left: 6.5972222222%;
  display: grid;
  padding-top: 1rem; }
  @media (min-width: 1280px) {
    #footer .flex {
      grid-template-columns: 1fr 400px; } }

#footer .gallerie-logos-1 ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 6%;
  align-items: center; }
  @media (min-width: 990px) {
    #footer .gallerie-logos-1 ul {
      grid-template-columns: 1fr 1fr 1fr; } }
  @media (min-width: 990px) {
    #footer .gallerie-logos-1 ul {
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr; } }
  #footer .gallerie-logos-1 ul li {
    text-align: center; }
    #footer .gallerie-logos-1 ul li img {
      width: 100%;
      height: auto; }
      @media (min-width: 990px) {
        #footer .gallerie-logos-1 ul li img {
          height: 40px;
          width: auto; } }
      @media (min-width: 1700px) {
        #footer .gallerie-logos-1 ul li img {
          height: 60px;
          width: auto; } }

#footer .social {
  display: grid;
  height: 60px;
  grid-template-columns: 150px 1fr;
  align-items: center;
  justify-content: center; }
  @media (min-width: 1640px) {
    #footer .social {
      height: 60px; } }
  @media (min-width: 1180px) {
    #footer .social {
      grid-template-columns: 1fr 1fr; } }
  #footer .social span {
    font-weight: 700;
    margin-bottom: 0;
    font-size: 16px;
    font-size: 1rem; }
    @media (min-width: 990px) {
      #footer .social span {
        font-size: 21px;
        font-size: 1.3125rem;
        text-align: right;
        margin-right: 12px; } }
  #footer .social ul {
    margin-bottom: 0; }
    #footer .social ul li {
      margin-left: 8px;
      margin-right: 8px;
      display: inline-block; }
      #footer .social ul li img {
        margin-bottom: 0; }

.tridi-viewer {
  border: none !important; }

