@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}
#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}
.rsts-main,.rsts-main *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.rsts-header,.rsts-footer,.rsts-thumbs-header,.rsts-thumbs-footer{overflow:hidden}.rsts-view,.rsts-thumbs-view{position:relative}@media print{.rsts-view,.rsts-thumbs-view{position:static}}.rsts-crop,.rsts-thumbs-crop{position:relative;overflow:hidden}@media print{.rsts-crop,.rsts-thumbs-crop{position:static;overflow:visible;width:auto !important;height:auto !important;transform:none !important}}.rsts-slides,.rsts-slide,.rsts-thumbs-slides,.rsts-thumbs-slide{position:absolute;left:0;top:0}@media print{.rsts-slides,.rsts-slide,.rsts-thumbs-slides,.rsts-thumbs-slide{position:static;width:auto !important;height:auto !important;transform:none !important}.rsts-slides.rsts-slide-image img,.rsts-slides.rsts-slide-video img,.rsts-slides.rsts-thumbs-slide-image img,.rsts-slides.rsts-thumbs-slide-video img,.rsts-slide.rsts-slide-image img,.rsts-slide.rsts-slide-video img,.rsts-slide.rsts-thumbs-slide-image img,.rsts-slide.rsts-thumbs-slide-video img,.rsts-thumbs-slides.rsts-slide-image img,.rsts-thumbs-slides.rsts-slide-video img,.rsts-thumbs-slides.rsts-thumbs-slide-image img,.rsts-thumbs-slides.rsts-thumbs-slide-video img,.rsts-thumbs-slide.rsts-slide-image img,.rsts-thumbs-slide.rsts-slide-video img,.rsts-thumbs-slide.rsts-thumbs-slide-image img,.rsts-thumbs-slide.rsts-thumbs-slide-video img{width:100% !important;height:auto !important;margin:0 !important}}.rsts-slide,.rsts-thumbs-slide{overflow:hidden}@media print{.rsts-slide,.rsts-thumbs-slide{position:static}}.rsts-video-iframe,.rsts-thumbs-video-iframe{position:absolute;top:0;left:0;width:100%;height:100%}.rsts-type-slide .rsts-view,.rsts-thumbs-type-slide .rsts-thumbs-view{cursor:url("../../bundles/rocksolidslider/img/openhand.cur"),default;cursor:-webkit-grab;cursor:-moz-grab;cursor:-ms-grab;cursor:-o-grab;cursor:grab}.rsts-type-slide.rsts-dragging .rsts-view,.rsts-thumbs-type-slide.rsts-thumbs-dragging .rsts-thumbs-view{cursor:url("../../bundles/rocksolidslider/img/closedhand.cur"),default;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-ms-grabbing;cursor:-o-grabbing;cursor:grabbing;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.rsts-type-slide.rsts-dragging-disabled .rsts-view,.rsts-thumbs-type-slide.rsts-thumbs-dragging-disabled .rsts-thumbs-view{cursor:auto}@media print{.rsts-nav,.rsts-prev,.rsts-next,.rsts-overlay-prev,.rsts-overlay-next,.rsts-progress,.rsts-thumbs-nav,.rsts-thumbs-prev,.rsts-thumbs-next,.rsts-thumbs-overlay-prev,.rsts-thumbs-overlay-next,.rsts-thumbs-progress{display:none !important}}

.rsts-skin-default.rsts-main{position:relative}.rsts-skin-default.rsts-type-fade .rsts-slide{background-color:#fff}.rsts-skin-default .rsts-caption{position:absolute;top:20px;left:20px;margin-right:20px;padding:5px 10px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;color:#fff;background-color:#000;background-color:rgba(0,0,0,0.4);filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0;-webkit-transform:translate(0, -20px);-moz-transform:translate(0, -20px);-ms-transform:translate(0, -20px);-o-transform:translate(0, -20px);transform:translate(0, -20px);-webkit-transition:opacity 0.5s,-webkit-transform 0.5s;-moz-transition:opacity 0.5s,-moz-transform 0.5s;-o-transition:opacity 0.5s,-o-transform 0.5s;transition:opacity 0.5s,transform 0.5s}.rsts-skin-default .rsts-active .rsts-caption{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1;-webkit-transform:translate(0, 0);-moz-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0)}.rsts-skin-default .rsts-prev,.rsts-skin-default .rsts-next,.rsts-skin-default .rsts-video-play,.rsts-skin-default .rsts-video-stop,.rsts-skin-default .rsts-thumbs-prev,.rsts-skin-default .rsts-thumbs-next{position:absolute;right:55px;bottom:15px;overflow:hidden;width:30px;height:30px;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.1);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;outline:none;line-height:0;text-align:center;text-decoration:none;text-indent:-9999px;-webkit-background-clip:padding;-moz-background-clip:padding;background-clip:padding-box;background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAAilBMVEUHBwg/QEF5enp5ensCAwQHCAhzdHUAAQEGBwh8fX37+/svMDBub3COjo9yc3NtbW709fWvsLDm5uba2trR0dEuLi6Pj4/Q0NDl5eXZ2toFBgfz8/MuLy/09PT29vb8/Pz6+vp7e3x0dXZzdHT4+Pj39/f9/v3+/v79/f3///8EBQb5+fkAAAD19fVMP6q+AAAALnRSTlOAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8hTP8QAAAJ1JREFUeNrV0lkPwiAMAOB53zrva2xOxQm0///vWZ4a1o3EN20gNPnSlFASRKVQIS2KFHPKaPvcH8St8WesXYzddVMIZn3NZ1tTZ9Y7QLa7MdfVWlgYZqk9lzML7VZPbGCdDsFekpI14GoN/fGoY6aqkbVaUvVg0lKN7v3wvcuwt/Tg5tIPRjA77I/i1dhX2dnEJnYq4vP+2a/4FX8AsSOXytKixMYAAAAASUVORK5CYII=');-webkit-box-shadow:0 0 2px rgba(0,0,0,0.1);-moz-box-shadow:0 0 2px rgba(0,0,0,0.1);box-shadow:0 0 2px rgba(0,0,0,0.1);background-position:50% 50%;-webkit-transition:opacity 0.05s linear;-moz-transition:opacity 0.05s linear;-o-transition:opacity 0.05s linear;transition:opacity 0.05s linear}@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-device-pixel-ratio: 4 / 3), only screen and (min-device-pixel-ratio: 1.3){.rsts-skin-default .rsts-prev,.rsts-skin-default .rsts-next,.rsts-skin-default .rsts-video-play,.rsts-skin-default .rsts-video-stop,.rsts-skin-default .rsts-thumbs-prev,.rsts-skin-default .rsts-thumbs-next{background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAAIVBMVEWhoaE7PD15enqVlpaTk5N2d3h0dHVoaWpmZmcGBwj19fXsWX/bAAAAC3RSTlOAgICAgICAgICAgMiF55wAAAB9SURBVHja7dUxEoAgFANRFBTw/ge2YythEivHn/6VmU3XiwUOHPhPuGYf196zjLHPOi0tWsBYtICx/Zxgw4INCzYs2LBgw4INC55ZFadhN+NVbeh9jhf6mGJDgw0NNjTY0GBDgz0NXusiYDRWwGisgNHFL0Yrnwxd4MCBtd3+EosAicYyWQAAAABJRU5ErkJggg==');background-size:30px,30px}}.rsts-skin-default .rsts-prev:hover,.rsts-skin-default .rsts-next:hover,.rsts-skin-default .rsts-video-play:hover,.rsts-skin-default .rsts-video-stop:hover,.rsts-skin-default .rsts-thumbs-prev:hover,.rsts-skin-default .rsts-thumbs-next:hover{background-color:#eee;background-color:rgba(238,238,238,0.7)}.rsts-skin-default .rsts-next,.rsts-skin-default .rsts-thumbs-next{right:20px;background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAAkFBMVEUBAQLPz9AlJiYlJifS0tIsLS0nJyjQ0dDR0tIBAQElJSYrLC2tra39/PwFBQYFBgf6+fmBgYKCgoL9/f339vZBQULIycnIyMiCg4PR0dEmJycmJyjMzMz8/Pzl5eXj4+MCAwQGBwghIiP09PT7+/shIiL6+vrNzs7Nzc0iIyP29vb39/cHCAkAAAD////19fV/WdL3AAAAMHRSTlOAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICRnvRdAAAAnklEQVR42tXSxw7CMAwG4LL3XqUtLdRQqNPY7/92WEJVDhkSN7B8iPTpl6M4ETMAA0t/ChmwPTELe+uPGKsQKywWflYUJxn5eI9xpOsneXidp7pp3Wa+dHrGbWY6d43bLD673nR9vLsZaL5cNfoAyp0eDyRdntxp6icy+/Ei981HqVGLq3xo1GaFm4kuRb1vvp1mFNzYLrzvn/2KX/MbXNOe099MDj0AAAAASUVORK5CYII=')}@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-device-pixel-ratio: 4 / 3), only screen and (min-device-pixel-ratio: 1.3){.rsts-skin-default .rsts-next,.rsts-skin-default .rsts-thumbs-next{background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAAHlBMVEWhoaE7PD2VlpaTk5N2d3h0dHVoaWpmZmcGBwj19fXtfGSSAAAACnRSTlOAgICAgICAgICAXdxslAAAAHxJREFUeNrt1TEOgDAMxdDSAi33vzBbPVUoZkLE+1O2/HK9KHHixH/A9fS4jnGGMfZZl6VFBzAWHcLHQD9gocFCg4UGCw0WGiw0WGjwum3qEsb7tH1xWViwsGBhwcKChQULC5Z2jRs2itHdfc+GjWB094vR+ieHLnHixK4bjyV89TB6vlgAAAAASUVORK5CYII=');background-size:30px,30px}}.rsts-skin-default .rsts-thumbs-prev,.rsts-skin-default .rsts-thumbs-next{position:absolute;top:50%;right:10px;margin-top:-15px}.rsts-skin-default .rsts-thumbs-prev{right:auto;left:10px}.rsts-skin-default.rsts-direction-y .rsts-prev{background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAAbFBMVEUgISLDw8MgICGUlZaIiImSk5PCwsP9/f39/PyHh4iUlJWSkpLX2NgAAQIoKSkGBwgdHR7Ly8skJSYEBAXHyMj+/v739/ciIyMhIiImJyfNzc3S0tL8/Pz7+/v29vYHCAnNzs4AAAD////19fVh+HN2AAAAJHRSTlOAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIC401waAAAAiUlEQVR42uXRyQ7CMAwE0LC2QHfaQkji1sP//yNR1csEiXMlfPFI7zCWbN7JCCVmnj9i738x2hbMpHPTzCAmfag+XyAmrWt2QzqV5URuSLWqdHXmsDMRbFHYuPbnkPBw0rtaBzgbw21IWPKjdg6xxHV68ZJ2j9mhXyrRX/34fblgLQyQLf57S/wBI9V2nx3O9QoAAAAASUVORK5CYII=')}@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-device-pixel-ratio: 4 / 3), only screen and (min-device-pixel-ratio: 1.3){.rsts-skin-default.rsts-direction-y .rsts-prev{background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAAG1BMVEWjpKQ5OTqVlpaTk5NmZmdoaWp2d3gGBwj19fXoTOf7AAAACXRSTlOAgICAgICAgIC7HeZcAAAAeUlEQVR42u3UMQ6AMAzF0A8BmvufGHVpyOIOFRJI8f5WyxcqXLhw4U9jLeCznYzRNtYi2zsIs2UttqzFlrXYshZb1mLLWmg31iJ7+YVaaJ210GY9x/awWdsc+z5s1uaEQ4cNbY449LChzQFn3W3S9qsBFi5cuPDr+AYQcW8C6kiUiAAAAABJRU5ErkJggg==');background-size:30px,30px}}.rsts-skin-default.rsts-direction-y .rsts-next{background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAAbFBMVEUwMTKKi4suLzAGBwja2trR0dEwMDEuLi/Q0NDZ2dmJiYp7e3x6e3t/gIEAAQL09PTn5+f6+vr8/Px0dHVwcHH8/f329vYFBgdzdHT+/v79/v339/f9/f3///90dXb4+Pj5+fkEBQYAAAD19fUC5l8BAAAAJHRSTlOAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIC401waAAAAnElEQVR42uXSyQ4CIQwG4HEddRZmZUSEQnn/d7RkSAi4HI2Jf6AlfIceoHCOMcccrTXcMR5OtInf5k/YyLVL84qHjoHvwLrhmdW+0AJIhT6eVc79YYtYCQBRIZanPmO1QWuxVqr2/aIylqD9fdP4OoLMZ5sb+dK2i8Xr3cTZie+CRk49aOTUcSRNOfo8TXPUnB1QPj0J5z/5Hb7OD7UPdeTEuFeXAAAAAElFTkSuQmCC')}@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-device-pixel-ratio: 4 / 3), only screen and (min-device-pixel-ratio: 1.3){.rsts-skin-default.rsts-direction-y .rsts-next{background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAAG1BMVEWjpKQ5OTqVlpaTk5NmZmdoaWp2d3gGBwj19fXoTOf7AAAACXRSTlOAgICAgICAgIC7HeZcAAAAg0lEQVR42u3UMQ6EMAxE0WVDYu5/YhpLXzBSRkAF8i9tvXZ+24MKFy5c+HP4P06H0RzGRoyjjWgOY1Nj0YLFpsaip7hFNrBog3ug02brDKsWK3imxQqe6EWsxWi1HqOxHqONBTuN9RiN9Vg11mPVWI9V99tL0rEe6/dVA1i4cOHCl9oBak1vAkBKLfwAAAAASUVORK5CYII=');background-size:30px,30px}}.rsts-skin-default.rsts-video-playing .rsts-nav,.rsts-skin-default.rsts-video-playing .rsts-prev,.rsts-skin-default.rsts-video-playing .rsts-next{display:none}.rsts-skin-default.rsts-video-playing .rsts-nav-thumbs{display:block}.rsts-skin-default.rsts-touch .rsts-nav-numbers,.rsts-skin-default.rsts-touch .rsts-nav-tabs{display:none}.rsts-skin-default .rsts-nav{position:absolute;right:95px;bottom:12px;left:10px;text-align:right}.rsts-skin-default .rsts-nav ul{margin:0 !important;padding:0 !important}.rsts-skin-default .rsts-nav li{display:inline}.rsts-skin-default .rsts-nav-numbers a,.rsts-skin-default .rsts-nav-tabs a{display:inline-block;height:30px;min-width:30px;padding:0.65em 0.5em 0.5em;margin:0 2px 3px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;outline:none;font-size:12px;text-align:center;text-decoration:none;color:#fff;background-color:#555;background-color:rgba(85,85,85,0.6);-webkit-background-clip:padding;-moz-background-clip:padding;background-clip:padding-box;-webkit-box-shadow:0 0 2px rgba(0,0,0,0.2);-moz-box-shadow:0 0 2px rgba(0,0,0,0.2);box-shadow:0 0 2px rgba(0,0,0,0.2);filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0;-webkit-transition:opacity 0.2s ease-in;-moz-transition:opacity 0.2s ease-in;-o-transition:opacity 0.2s ease-in;transition:opacity 0.2s ease-in}.rsts-skin-default .rsts-nav-numbers a:hover,.rsts-skin-default .rsts-nav-numbers a.active,.rsts-skin-default .rsts-nav-tabs a:hover,.rsts-skin-default .rsts-nav-tabs a.active{color:#333;background-color:#fff;background-color:rgba(255,255,255,0.5)}.rsts-skin-default:hover .rsts-nav-numbers a,.rsts-skin-default:hover .rsts-nav-tabs a{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}.rsts-skin-default .rsts-nav-bullets{line-height:0}.rsts-skin-default .rsts-nav-bullets a{display:inline-block;width:9px;height:9px;overflow:hidden;margin:12px 4px;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;outline:none;text-align:left;text-indent:-999px;background-color:#fff;background-color:rgba(255,255,255,0.8);-webkit-background-clip:padding;-moz-background-clip:padding;background-clip:padding-box;-webkit-box-shadow:0 0 2px #777;-moz-box-shadow:0 0 2px #777;box-shadow:0 0 2px #777}.rsts-skin-default .rsts-nav-bullets a:hover,.rsts-skin-default .rsts-nav-bullets a.active{background-color:#777;-webkit-box-shadow:inset 0 2px 0 -1px rgba(255,255,255,0.5),inset 0 -2px 0 -1px rgba(0,0,0,0.3),0 0 0 1px #555;-moz-box-shadow:inset 0 2px 0 -1px rgba(255,255,255,0.5),inset 0 -2px 0 -1px rgba(0,0,0,0.3),0 0 0 1px #555;box-shadow:inset 0 2px 0 -1px rgba(255,255,255,0.5),inset 0 -2px 0 -1px rgba(0,0,0,0.3),0 0 0 1px #555}.rsts-skin-default .rsts-nav-thumbs{position:static;padding-top:5px}.rsts-skin-default .rsts-nav .rsts-nav-prev,.rsts-skin-default .rsts-nav .rsts-nav-next{display:none}.rsts-skin-default .rsts-video-play{top:50%;right:auto;bottom:auto;left:50%;width:64px;height:64px;margin:-32px 0 0 -32px;border:none;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEYAAABGCAMAAABG8BK2AAAAb1BMVEU4ODgGBgbx8fGurq7i4uIODg5QUFD7+/vBwcEUFBQYGBggICC1tbXNzc0JCQkVFRWsrKwTExPExMTS0tImJibv7+9KSkozMzP4+PhYWFj+/v6Dg4MDAwPl5eVycnKenp4MDAza2toPDw////8AAACZ5/RyAAAAJXRSTlOAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAwmBGiwAAALNJREFUeNrt1kcOwkAQRFFyxsYmBxtDc/8zIrGpA/xaWKhnO9KT5ncvZvCxnGSSSSaZv2GK0sIsFzMHM53MWwPzfkU8OwsT9cHCRHOyMHFpLYwCIUaBEKNAiFEgxCgQYhSIMQrEGAXijAJxJrZrC7NZGZjb/WF41PHqSLw/Owa+q9D6KQthlAUwykIYZSGMsiBGWRCjLIhRFsQoC2Ga0S8LZMqx7gAzLPr0aUsmmWSS6SXzBf8cqwAv1zglAAAAAElFTkSuQmCC')}@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-device-pixel-ratio: 4 / 3), only screen and (min-device-pixel-ratio: 1.3){.rsts-skin-default .rsts-video-play{background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMCAMAAACZHrEMAAAARVBMVEUJCQlOTk4nJyddXV1gYGD29vbh4eGTk5PAwMA2NjYYGBgGBga3t7dUVFQtLS0SEhKHh4fb29sDAwPz8/NaWlr///8AAACZTZFgAAAAF3RSTlOAgICAgICAgICAgICAgICAgICAgICAgCZn8kAAAAFfSURBVHja7dpZUsMwFAVR5gDRLMT+l8r1Cqjih/5oLyB1kurYlp4evkGXGDFixIgRI0aMGDFixIgRI0aMGDFifseQvsBfPvjrdgdhzvsnCHPePkCY8/oCwpxzu4MwCQeESTggTMIBYa5wQJiEA8IkHBAm4YAwVzggTMIBYRIOCJNwQJgrHBAm4YAwCQeESTggzBUOCJNwQJiEA8IkHBDmCgeESTggTMIBYRIOCHOFA8IkHBAm4YAw5/UZhDn7iYOZjfPLlM5pZizMv2lXzk1vNs4duHTOs2kszFN7V87L1WycN73SOe/AY2FWB7tyFnGzcVaUpXPW2mNhdiF25WwWzcbZuSqds6c3Fma3c1fOpvRsnB3y0jmzg7EwU5VdOcOv2TiTuNI5M8qxMNPbXTlD9tk4E//SOWchxsKcEnmsoMM8qGNOYsRgLjFixIgRI0aMGDFixIgRI0aMGDH/e/0Ai4OJ2+ZcrkwAAAAASUVORK5CYII=');background-size:70px,70px}}.rsts-skin-default .rsts-video-stop{top:20px;right:20px;left:auto;background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAAbFBMVEWnp6dOTk7x8fHv7+9HR0fw8PDu7u7e3t5NTU3f398UFBQTExP4+PhLS0tvb29xcXH09PRJSUn39/fn5+cWFhampqb29vZISEhMTExLS0ukpKT////r6+sAAAD///8AAABKSkr19fUAAAD///8df9PJAAAAJHRSTlN6e35+e35+e3t7fX1/fHl5fXt/e315fnt7e3p/foGBfnt9gIDdofLFAAAAk0lEQVR42u2SSQ7DIAxF03nKPBEC2Ni9/x3jsMXqsuqiljxITx/8EcX7Y/wxuOmUhmPhIMdlg4akzxGbMscrBu4IyHLANce+Ymb7WKRWPsdyqpCnZJzVzUmUEgvpxmAYA4dxAB3TIanvupqisJdkRwr2O403K9V43bdpgaLuu6/x3KY7sO7VN7+m4TI5+K3v8H28AYM7doAzbo6MAAAAAElFTkSuQmCC')}@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-device-pixel-ratio: 4 / 3), only screen and (min-device-pixel-ratio: 1.3){.rsts-skin-default .rsts-video-stop{background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAALVBMVEXo6OjGxsZjY2PKysq3t7ewsLCOjo7f39+Pj4/l5eVfX19hYWHj4+NRUVH///80A/15AAAAD3RSTlOGkL2PlZemiKWHvr2HyICcCOzTAAAAv0lEQVR42u3VSQ7DIAxA0bRJSBjs+x83mzYfNnatLqpKeM0THmRY9IuYeOKJJ7bwlsdTWwCfUpsS+Smni7EipfVW5PQwtte5iqAdvIvcGiuy25gs0e1ta7YwuqJ76+NRr6P1MbkSTM7HaKyP0QXK1HyMxgaxrjde1cBe1TV4MzZeMxYdm7OvF9OWR7H0YtpDG/ojnDurnc6hfT7Iw9tnImE7ney00bdFJ3Uw+mXpQoq822Nv8/Yf383EE0/8G3wBfh3Bcn7dsMIAAAAASUVORK5CYII=');background-size:30px,30px}}.rsts-skin-default .rsts-video-youtube>.rsts-video-stop{top:25px}.rsts-skin-default .rsts-video-vimeo>.rsts-video-stop{top:10px;right:auto;left:10px}.rsts-skin-default .rsts-progress{position:absolute;top:0;right:0;width:100%;height:2px;background-color:#000;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0;-webkit-transition:opacity 0.2s linear;-moz-transition:opacity 0.2s linear;-o-transition:opacity 0.2s linear;transition:opacity 0.2s linear}.rsts-skin-default .rsts-progress div{height:100%;background-color:#fff}.rsts-skin-default .rsts-progress.rsts-progress-active{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=30);opacity:0.3}.rsts-skin-default .rsts-thumbs-slide{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);opacity:0.8}.rsts-skin-default .rsts-thumbs-slide.rsts-thumbs-active-thumb{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}

/*!--------------------------------------------------------------------
STYLES "Outdated Browser"
Version:    1.1.2 - 2015
author:     Burocratik
website:    http://www.burocratik.com
* @preserve
-----------------------------------------------------------------------*/
#outdated{display:none;position:fixed;top:0;left:0;width:100%;height:170px;text-align:center;text-transform:uppercase;z-index:1500;background-color:#f25648;color:#fff}* html #outdated{position:absolute}#outdated h6{font-size:25px;line-height:25px;margin:30px 0 10px}#outdated p{font-size:12px;line-height:12px;margin:0}#outdated #btnUpdateBrowser{display:block;position:relative;padding:10px 20px;margin:30px auto 0;width:230px;color:#fff;text-decoration:none;border:2px solid #fff;cursor:pointer}#outdated #btnUpdateBrowser:hover{color:#f25648;background-color:#fff}#outdated .last{position:absolute;top:10px;right:25px;width:20px;height:20px}#outdated #btnCloseUpdateBrowser{display:block;position:relative;width:100%;height:100%;text-decoration:none;color:#fff;font-size:36px;line-height:36px}
/* roboto-condensed-300 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: url('../../files/theme/fonts/roboto-condensed-v16-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'),
       url('../../files/theme/fonts/roboto-condensed-v16-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/theme/fonts/roboto-condensed-v16-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../files/theme/fonts/roboto-condensed-v16-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../../files/theme/fonts/roboto-condensed-v16-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../files/theme/fonts/roboto-condensed-v16-latin-300.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
/* roboto-condensed-regular - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('../../files/theme/fonts/roboto-condensed-v16-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto Condensed'), local('RobotoCondensed-Regular'),
       url('../../files/theme/fonts/roboto-condensed-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/theme/fonts/roboto-condensed-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../files/theme/fonts/roboto-condensed-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../../files/theme/fonts/roboto-condensed-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../files/theme/fonts/roboto-condensed-v16-latin-regular.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
/* roboto-condensed-700 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('../../files/theme/fonts/roboto-condensed-v16-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'),
       url('../../files/theme/fonts/roboto-condensed-v16-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/theme/fonts/roboto-condensed-v16-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../files/theme/fonts/roboto-condensed-v16-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../../files/theme/fonts/roboto-condensed-v16-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../files/theme/fonts/roboto-condensed-v16-latin-700.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
@charset "UTF-8";
/************************************/
/*                                  */
/*  JUEGER & GRAETER - STYLES       */
/*  Autor: TN34.de / Daniel Gmoser  */
/*  Version: 1.0                    */
/*                                  */
/************************************/
/********************************/
/*  JUEGER & GRAETER - PLUGINS  */
/********************************/
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html, button, input, select, textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:active, a:hover {
  outline: 0;
}

h1 {
  font-size: 2.143em;
  margin: 1em 0;
  line-height: 1.25;
}

h2 {
  font-size: 1.714em;
  margin: 1em 0;
  line-height: 1.25;
}

h3 {
  font-size: 1.429em;
  margin: 0.571em 0;
  line-height: 1.25;
}

h4 {
  font-size: 1.286em;
  margin: 0.714em 0;
  line-height: 1.25;
}

h5 {
  font-size: 1.143em;
  margin: 0.857em 0;
  line-height: 1.25;
}

h6 {
  font-size: 1em;
  margin: 1em 0;
  line-height: 1.25;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

p:first-child {
  margin-top: 0;
}

p:last-child {
  margin-bottom: 0;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl, menu, ol, ul {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0 0 0 40px;
}

menu, ol, ul {
  padding: 0;
}

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.slick-list, .slick-slider, .slick-track {
  position: relative;
  display: block;
}

.slick-loading .slick-slide, .slick-loading .slick-track {
  visibility: hidden;
}

.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  top: 0;
  left: 0;
}

.slick-track:after, .slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/******************************/
/*  JUEGER & GRAETER - FONTS  */
/******************************/
@font-face {
  font-family: "icons";
  src: url("../../files/theme/fonts/jg.eot?xq6if8");
  src: url("../../files/theme/fonts/jg.eot?xq6if8#iefix") format("embedded-opentype"), url("../../files/theme/fonts/jg.ttf?xq6if8") format("truetype"), url("../../files/theme/fonts/jg.woff?xq6if8") format("woff"), url("../../files/theme/fonts/jg.svg?xq6if8#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-icon_mail:before {
  content: "";
}

.icon-icon_angle_down:before {
  content: "";
}

.icon-icon_angle_left:before {
  content: "";
}

.icon-icon_angle_right:before {
  content: "";
}

.icon-icon_angle_up:before {
  content: "";
}

.icon-icon_arrow_down:before {
  content: "";
}

.icon-icon_arrow_left:before {
  content: "";
}

.icon-icon_arrow_right:before {
  content: "";
}

.icon-icon_arrow_up:before {
  content: "";
}

.icon-icon_check:before {
  content: "";
}

.icon-icon_fax:before {
  content: "";
}

.icon-icon_load:before {
  content: "";
}

.icon-icon_location:before {
  content: "";
}

.icon-icon_phone:before {
  content: "";
}

.icon-icon_search:before {
  content: "";
}

*[data-icon]:before {
  content: attr(data-icon);
  font: 1em/1 "Icons";
}

html, body {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  font-size: 16px;
}
@media all and (max-width: 1350px) {
  html, body {
    font-size: 15px;
  }
}
@media all and (max-width: 1024px) {
  html, body {
    font-size: 14px;
  }
}

p,
li,
span {
  color: #262626;
  line-height: 1.65;
}

p {
  font-size: 1.5rem;
}
@media all and (max-width: 1150px) {
  p {
    font-size: 1.312rem;
  }
}
@media all and (max-width: 767px) {
  p {
    font-size: 1.2rem;
  }
}

a {
  text-decoration: none;
}

h1 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  font-size: 5rem;
  margin-bottom: 0.75em;
}
@media all and (max-width: 1150px) {
  h1 {
    font-size: 4rem;
  }
}
@media all and (max-width: 767px) {
  h1 {
    font-size: 3rem;
  }
}
@media all and (max-width: 480px) {
  h1 {
    font-size: 2rem;
  }
}
h1 span {
  font-weight: 700;
}

h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  font-size: 3.375rem;
  margin-bottom: 0.75em;
}
@media all and (max-width: 1150px) {
  h2 {
    font-size: 3rem;
  }
}
@media all and (max-width: 767px) {
  h2 {
    font-size: 2.5rem;
  }
}
@media all and (max-width: 630px) {
  h2 {
    font-size: 2rem;
  }
}
h2 span {
  font-weight: 700;
}

.arial {
  font-family: Arial, sans-serif;
  color: inherit;
}

/*******************************/
/*  JUEGER & GRAETER - GLOBAL  */
/*******************************/
.ce_text p > a {
  color: #00778b;
}

.invisible {
  display: none;
}

.sc_flex_center .subc,
.sc_flex_center .subcl,
.sc_flex_center .subcr {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sc_flex_column .subc,
.sc_flex_column .subcl,
.sc_flex_column .subcr {
  display: flex;
  flex-direction: column;
}

.flex_spread {
  display: flex;
  justify-content: space-between;
}

.flex_bottom {
  display: flex;
  align-items: flex-end;
}

#wrapper {
  padding-top: 100px;
  overflow-x: hidden;
  transition: all 0.25s ease-out;
}
@media all and (max-width: 1024px) {
  #wrapper {
    padding-top: 55px;
  }
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  background: #00778b;
  transition: all 0.25s ease-out;
}
#header .inside .main {
  transition: all 0.25s ease-out;
  box-shadow: 0px -3px 19px #262626;
  position: relative;
  width: 100%;
}
#header .inside .main .inside {
  width: calc(100% - 13.126rem);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  transition: all 0.25s ease-out;
  height: 100px;
}
@media all and (max-width: 1350px) {
  #header .inside .main .inside {
    width: calc(100% - 10rem);
  }
}
@media all and (max-width: 1150px) {
  #header .inside .main .inside {
    width: calc(100% - 7.5rem);
  }
}
@media all and (max-width: 1024px) {
  #header .inside .main .inside {
    width: calc(100% - 5rem);
  }
}
@media all and (max-width: 540px) {
  #header .inside .main .inside {
    width: calc(100% - 3.5rem);
  }
}
@media all and (max-width: 1024px) {
  #header .inside .main .inside {
    height: 60px;
  }
}
#header .inside .add_on {
  width: 100%;
  background: #efefef;
}
@media all and (max-width: 1024px) {
  #header .inside .add_on {
    display: none;
  }
}
#header .inside .add_on ul {
  width: calc(100% - 13.126rem);
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.25s ease-out;
  height: 70px;
}
@media all and (max-width: 1350px) {
  #header .inside .add_on ul {
    width: calc(100% - 10rem);
  }
}
@media all and (max-width: 1150px) {
  #header .inside .add_on ul {
    width: calc(100% - 7.5rem);
  }
}
@media all and (max-width: 1024px) {
  #header .inside .add_on ul {
    width: calc(100% - 5rem);
  }
}
@media all and (max-width: 540px) {
  #header .inside .add_on ul {
    width: calc(100% - 3.5rem);
  }
}
#header .inside .add_on ul li {
  position: relative;
  display: inline-flex;
  margin-left: 1.875rem;
  height: 100%;
  align-items: center;
}
@media all and (max-width: 1250px) {
  #header .inside .add_on ul li {
    line-height: 1.35;
  }
}
#header .inside .add_on ul li:after {
  content: "";
  width: 100%;
  height: 5px;
  background: #ea4301;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.25s ease-out;
}
#header .inside .add_on ul li a, #header .inside .add_on ul li span {
  font-size: 0.95rem;
  text-transform: uppercase;
  color: #00778b;
  transition: all 0.25s ease-out;
}
#header .inside .add_on ul li.active:after, #header .inside .add_on ul li:hover:after {
  opacity: 1;
}
#header .inside .add_on ul li.active a, #header .inside .add_on ul li.active span, #header .inside .add_on ul li:hover a, #header .inside .add_on ul li:hover span {
  color: #ea4301;
}
#header .logo {
  width: 7.188rem;
  margin: 0 0 18px 0;
  transition: all 0.25s ease-out;
}
@media all and (max-width: 1350px) {
  #header .logo {
    width: 5.188rem;
    margin: 0 0 32px 0;
  }
}
@media all and (max-width: 1024px) {
  #header .logo {
    width: 4.75rem;
    margin: 0 0 8px 0;
  }
}
#header .nav_block {
  display: flex;
  justify-content: flex-end;
  height: 100%;
}
@media all and (max-width: 1024px) {
  #header .nav_block .mod_navigation {
    display: none;
  }
}
#header .nav_block .mod_navigation ul {
  display: flex;
  height: 100%;
}
#header .nav_block .mod_navigation ul li {
  align-items: center;
  font-size: 1.125rem;
  transition: all 0.25s ease-out;
  position: relative;
  display: inline-flex;
  height: 100%;
  padding: 0 0.275rem;
}
#header .nav_block .mod_navigation ul li:after {
  content: "";
  width: 100%;
  height: 5px;
  background: #f8f8f8;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.25s ease-out;
}
#header .nav_block .mod_navigation ul li a, #header .nav_block .mod_navigation ul li span {
  color: #f8f8f8;
  font-weight: 400;
  display: block;
  padding: 7px 15px;
  text-transform: uppercase;
}
@media all and (max-width: 1150px) {
  #header .nav_block .mod_navigation ul li a, #header .nav_block .mod_navigation ul li span {
    padding: 7px 10px;
  }
}
#header .nav_block .mod_navigation ul.level_2 {
  display: none;
  position: absolute;
  top: 100px;
  background: rgba(248, 248, 248, 0.9);
  height: auto;
  width: 16.875rem;
  z-index: 5;
  padding: 1rem 0;
  box-shadow: 2px 2px 14px #262626;
  transition: all 0.25s ease-out;
}
#header .nav_block .mod_navigation ul.level_2 li {
  font-size: 1rem;
  display: block;
  padding: 0;
  border-left: 0.313rem solid transparent;
  transition: all 0.25s ease-out;
}
#header .nav_block .mod_navigation ul.level_2 li:after {
  content: none;
}
#header .nav_block .mod_navigation ul.level_2 li a {
  padding: 0.938rem 1.563rem;
  color: #262626;
  font-size: 0.95rem;
  background: none;
  transition: all 0.25s ease-out;
}
#header .nav_block .mod_navigation ul.level_1 li {
  transition: all 0.25s ease-out;
}
#header .nav_block .mod_navigation ul.level_1 li.first {
  margin-left: 0;
}
#header .nav_block .mod_navigation ul.level_1 li a {
  transition: all 0.25s ease-out;
}
#header .nav_block .mod_navigation ul.level_1 li.trail, #header .nav_block .mod_navigation ul.level_1 li.active, #header .nav_block .mod_navigation ul.level_1 li:hover {
  background: #005260;
}
#header .nav_block .mod_navigation ul.level_1 li.trail:after, #header .nav_block .mod_navigation ul.level_1 li.active:after, #header .nav_block .mod_navigation ul.level_1 li:hover:after {
  opacity: 1;
}
#header .nav_block .mod_navigation ul.level_1 li.trail .level_2, #header .nav_block .mod_navigation ul.level_1 li.active .level_2 {
  display: none;
}
@media all and (min-width: 1025px) {
  #header .nav_block .mod_navigation ul.level_1 li:hover .level_2 {
    display: block;
  }
}
#header .nav_block .mod_navigation ul.level_2 li {
  margin-left: 0;
}
#header .nav_block .mod_navigation ul.level_2 li:hover {
  background: #005260;
  border-left: 0.313rem solid #ea4301;
}
#header .nav_block .mod_navigation ul.level_2 li:hover a {
  color: #efefef;
  background: none;
}
#header .nav_block .mod_changelanguage {
  display: flex;
  align-items: center;
  position: relative;
  margin: 0 0 0 1.343rem;
}
#header .nav_block .mod_changelanguage ul.active_lang {
  height: 100%;
}
#header .nav_block .mod_changelanguage ul.active_lang li {
  display: flex;
  align-items: center;
  height: 100%;
}
#header .nav_block .mod_changelanguage ul.active_lang li a, #header .nav_block .mod_changelanguage ul.active_lang li span {
  color: #efefef;
  font-size: 0.875rem;
  padding: 0.45rem 0.75rem;
  line-height: 1;
  display: block;
  border: 1px solid #efefef;
  transition: all 0.25s ease-out;
}
#header .nav_block .mod_changelanguage ul.active_lang li:hover a {
  color: #262626;
  background: #efefef;
}
#header .nav_block .mod_changelanguage ul.active_lang li .submenu {
  display: none;
  position: absolute;
  top: 100px;
  width: 5rem;
  background: rgba(248, 248, 248, 0.9);
  z-index: 5;
  padding: 1rem 0;
  box-shadow: 2px 2px 14px #262626;
}
#header .nav_block .mod_changelanguage ul.active_lang li .submenu li {
  border: none;
  background: none;
  border-left: 5px solid transparent;
  cursor: pointer;
  transition: all 0.25s ease-out;
}
#header .nav_block .mod_changelanguage ul.active_lang li .submenu li a, #header .nav_block .mod_changelanguage ul.active_lang li .submenu li span {
  display: block;
  padding: 0.5rem 0;
  width: 100%;
  color: #262626;
  text-align: center;
  border: none;
  background: none !important;
  transition: all 0.25s ease-out;
}
#header .nav_block .mod_changelanguage ul.active_lang li .submenu li:hover {
  border-left: 5px solid #ea4301;
  background: #005260;
}
#header .nav_block .mod_changelanguage ul.active_lang li .submenu li:hover a, #header .nav_block .mod_changelanguage ul.active_lang li .submenu li:hover span {
  color: #f8f8f8;
}
#header .nav_block .mod_changelanguage .active_lang:hover .submenu {
  display: block;
}
#header .nav_block .search_toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.375rem;
  margin-left: 1.25rem;
  cursor: pointer;
}
#header .nav_block .search_toggle:before {
  content: "";
  font-family: "icons";
  transition: all 0.25s ease-out;
  color: #f8f8f8;
  font-size: 1.15rem;
}
#header .nav_block .search_toggle:hover:before {
  color: #005260;
}

.home #header {
  background: none;
}
.home #header .inside {
  height: 118px;
}
.home #header .inside .main {
  box-shadow: none;
}
.home #header .nav_block .mod_navigation ul.level_1 li:after {
  content: none;
}
.home #header .nav_block .mod_navigation ul.level_1 li:hover {
  background: none;
}
.home #header .nav_block .mod_navigation ul.level_1 li:hover a {
  color: #262626;
  background: #f8f8f8;
}
.home #header .nav_block .mod_navigation ul.level_2 li a {
  background: none !important;
}
.home #header .nav_block .mod_navigation ul.level_2 li:hover {
  background: #005260;
}
.home #header .nav_block .mod_navigation ul.level_2 li:hover a {
  color: #f8f8f8;
}
#header.noSubmenu.resized, #header.noSubmenu.headroom--unpinned {
  box-shadow: 0px -3px 19px #262626;
  background: #00778b;
}
#header.noSubmenu.resized .inside, #header.noSubmenu.headroom--unpinned .inside {
  height: 55px;
}
#header.noSubmenu.resized .inside .main .inside, #header.noSubmenu.headroom--unpinned .inside .main .inside {
  height: 55px;
}
#header.noSubmenu.resized .logo, #header.noSubmenu.headroom--unpinned .logo {
  width: 4rem;
  margin: 0 0 6px 0;
}
#header.noSubmenu.resized .nav_block .mod_navigation ul.level_2, #header.noSubmenu.headroom--unpinned .nav_block .mod_navigation ul.level_2 {
  top: 55px;
}
#header.noSubmenu.resized .nav_block .mod_changelanguage ul.active_lang li .submenu, #header.noSubmenu.headroom--unpinned .nav_block .mod_changelanguage ul.active_lang li .submenu {
  top: 55px;
}
#header.hasSubmenu.resized, #header.hasSubmenu.headroom--unpinned {
  top: -100px;
}
@media all and (max-width: 1024px) {
  #header.hasSubmenu.resized, #header.hasSubmenu.headroom--unpinned {
    top: 0;
  }
  #header.hasSubmenu.resized .logo, #header.hasSubmenu.headroom--unpinned .logo {
    width: 4.75rem;
    margin: 0 0 8px 0;
  }
  #header.hasSubmenu.resized .inside .main .inside, #header.hasSubmenu.headroom--unpinned .inside .main .inside {
    height: 60px;
  }
}
#header.hasSubmenu.resized .inside .add_on ul, #header.hasSubmenu.headroom--unpinned .inside .add_on ul {
  height: 55px;
}

#footer {
  margin-top: 6.25rem;
}
#footer .inside .main .inner,
#footer .inside .meta .inner {
  width: calc(100% - 13.126rem);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 1350px) {
  #footer .inside .main .inner,
#footer .inside .meta .inner {
    width: calc(100% - 10rem);
  }
}
@media all and (max-width: 1150px) {
  #footer .inside .main .inner,
#footer .inside .meta .inner {
    width: calc(100% - 7.5rem);
  }
}
@media all and (max-width: 1024px) {
  #footer .inside .main .inner,
#footer .inside .meta .inner {
    width: calc(100% - 5rem);
  }
}
@media all and (max-width: 540px) {
  #footer .inside .main .inner,
#footer .inside .meta .inner {
    width: calc(100% - 3.5rem);
  }
}
#footer .inside .main {
  border-top: 1px solid #005260;
}
#footer .inside .main .inner {
  padding: 2rem 0;
}
@media all and (max-width: 600px) {
  #footer .inside .main .inner {
    flex-direction: column-reverse;
    align-items: center;
  }
}
#footer .inside .main .inner .contact {
  display: flex;
}
@media all and (max-width: 930px) {
  #footer .inside .main .inner .contact {
    width: calc(100% - 9.375rem);
  }
}
@media all and (max-width: 600px) {
  #footer .inside .main .inner .contact {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 2.5rem;
  }
}
@media all and (max-width: 440px) {
  #footer .inside .main .inner .contact {
    flex-direction: column;
    align-items: center;
  }
}
#footer .inside .main .inner .contact .ce_image {
  margin-right: 1.875rem;
}
@media all and (max-width: 1200px) {
  #footer .inside .main .inner .contact .ce_image {
    max-width: 195px;
    margin-right: 3rem;
  }
}
@media all and (max-width: 1000px) {
  #footer .inside .main .inner .contact .ce_image {
    max-width: 170px;
    margin-right: 2rem;
  }
}
@media all and (max-width: 930px) {
  #footer .inside .main .inner .contact .ce_image {
    display: none;
  }
}
#footer .inside .main .inner .contact .ce_text h3 {
  font-weight: 400;
}
#footer .inside .main .inner .contact .ce_text p {
  line-height: 1.5;
}
#footer .inside .main .inner .contact .ce_text p a {
  color: #262626;
}
#footer .inside .main .inner .contact .ce_text + .ce_text {
  margin-left: 16.25rem;
}
@media all and (max-width: 1500px) {
  #footer .inside .main .inner .contact .ce_text + .ce_text {
    margin-left: 10rem;
  }
}
@media all and (max-width: 1200px) {
  #footer .inside .main .inner .contact .ce_text + .ce_text {
    margin-left: 7rem;
  }
}
@media all and (max-width: 1000px) {
  #footer .inside .main .inner .contact .ce_text + .ce_text {
    margin-left: 5rem;
  }
}
@media all and (max-width: 930px) {
  #footer .inside .main .inner .contact .ce_text + .ce_text {
    margin-left: 10%;
  }
}
@media all and (max-width: 600px) {
  #footer .inside .main .inner .contact .ce_text + .ce_text {
    margin-left: 0;
  }
}
@media all and (max-width: 440px) {
  #footer .inside .main .inner .contact .ce_text + .ce_text {
    margin-left: 0;
    margin-top: 1.5rem;
  }
}
#footer .inside .main .inner .ce_toplink a {
  display: flex;
  align-items: center;
  color: #262626;
  transition: all 0.25s ease-out;
}
#footer .inside .main .inner .ce_toplink a:after {
  content: "";
  font-family: "icons";
  font-size: 1rem;
  margin-left: 1.875rem;
}
#footer .inside .main .inner .ce_toplink a:hover {
  color: #00778b;
}
@media all and (max-width: 600px) {
  #footer .inside .main .inner .ce_toplink a {
    flex-direction: column-reverse;
    align-items: center;
  }
  #footer .inside .main .inner .ce_toplink a:after {
    margin-left: 0;
    margin-bottom: 0.5rem;
  }
}
#footer .inside .meta {
  background: #005260;
}
#footer .inside .meta .inner {
  padding: 1.375rem 0;
}
@media all and (max-width: 440px) {
  #footer .inside .meta .inner {
    flex-direction: column;
    align-items: center;
  }
}
#footer .inside .meta .inner p, #footer .inside .meta .inner a, #footer .inside .meta .inner span {
  color: #efefef;
  font-size: 1rem;
}
#footer .inside .meta .inner .col {
  display: flex;
}
#footer .inside .meta .inner .col #copyright {
  width: calc(1.875rem + 260px);
}
@media all and (max-width: 1200px) {
  #footer .inside .meta .inner .col #copyright {
    width: calc(3rem + 195px);
  }
}
@media all and (max-width: 1000px) {
  #footer .inside .meta .inner .col #copyright {
    width: calc(2rem + 170px);
  }
}
@media all and (max-width: 440px) {
  #footer .inside .meta .inner .col #copyright {
    width: auto;
    margin-bottom: 1rem;
  }
}
#footer .inside .meta .inner .col .mod_navigation ul li,
#footer .inside .meta .inner .col .mod_customnav ul li {
  display: inline-block;
  margin-right: 1.563rem;
}
@media all and (max-width: 1200px) {
  #footer .inside .meta .inner .col .mod_navigation ul li,
#footer .inside .meta .inner .col .mod_customnav ul li {
    margin-right: 0.75rem;
  }
}
#footer .inside .meta .inner .col .mod_navigation ul li.last,
#footer .inside .meta .inner .col .mod_customnav ul li.last {
  margin-right: 0;
}
@media all and (max-width: 930px) {
  #footer .inside .meta .inner .col .mod_navigation {
    display: none;
  }
}

.mm-menu {
  top: 86px;
  left: 0;
  right: 0;
  box-shadow: none !important;
  width: calc(100% - 0.666rem) !important;
  margin: 0 auto !important;
  display: none;
}
.mm-menu.mm-menu_opened {
  display: block;
}
@media all and (max-width: 630px) {
  .mm-menu {
    top: 74px;
  }
}
.mm-menu.mm-vertical .mm-list .mm-panel {
  padding: 0;
}
.mm-menu.mm-vertical .mm-list > li > a.mm-subopen {
  height: 50px;
}
.mm-menu.mm-vertical .mm-list > li > a.mm-subopen:after {
  top: 21px;
}
.mm-menu.mm-vertical .mm-list > li:nth-child(1) > a.mm-subopen {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.mm-list > li > a, .mm-list > li > span {
  font-size: 15px;
  padding: 15px 1rem 15px 2.333rem;
}
.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
  margin-left: 0;
}

/*********************************/
/*  JUEGER & GRAETER - ELEMENTS  */
/*********************************/
.spacer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.spacer.spacer-180 {
  height: 11.25rem;
}
@media all and (max-width: 1200px) {
  .spacer.spacer-180 {
    height: 8.75rem;
  }
}
.spacer.spacer-100 {
  height: 6.25rem;
}
.spacer .line {
  display: block;
  width: 16.25rem;
  height: 1px;
  background: #ea4301;
}
@media all and (max-width: 1200px) {
  .spacer .line {
    width: 12.25rem;
  }
}

.ce_hyperlink.button a {
  display: block;
  height: 3.75rem;
  line-height: 3.75rem;
  color: #f8f8f8;
  padding: 0 1rem 0 4.875rem;
  background: #ea4301;
  transition: all 0.25s ease-out;
}
@media all and (max-width: 767px) {
  .ce_hyperlink.button a {
    height: 3.25rem;
  }
}

a.special {
  align-items: center;
  transition: all 0.25s ease-out;
  font-size: 1.25rem;
  display: inline-flex;
  color: #00778b;
  font-weight: 400;
}
a.special:before {
  content: "";
  font-family: "icons";
  margin-right: 1rem;
  font-size: 1.75rem;
}
@media all and (max-width: 1150px) {
  a.special:before {
    font-size: 1.531rem;
  }
}
@media all and (max-width: 767px) {
  a.special:before {
    font-size: 1.312rem;
  }
}
a.special:hover {
  color: #005260;
}

.anchor_link {
  position: absolute;
  bottom: 30px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.anchor_link a {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.625rem;
  color: #efefef;
  text-transform: uppercase;
}
.anchor_link a svg {
  width: 20px;
  margin-top: 10px;
}
.anchor_link a svg path {
  fill: #efefef;
}

.accent-color_block {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #ea4301;
  width: 100%;
  padding: 4.75rem 0 3.75rem;
}
@media all and (max-width: 930px) {
  .accent-color_block {
    padding: 4rem 0 3.75rem;
  }
}
.accent-color_block h1, .accent-color_block h2, .accent-color_block h3 {
  font-size: 2.25rem;
  font-weight: 300;
  color: #efefef;
  text-align: center;
  padding: 0 2.125rem 1.375rem;
  position: relative;
  margin-bottom: 0;
}
@media all and (max-width: 1350px) {
  .accent-color_block h1, .accent-color_block h2, .accent-color_block h3 {
    font-size: 1.75rem;
  }
}
@media all and (max-width: 630px) {
  .accent-color_block h1, .accent-color_block h2, .accent-color_block h3 {
    font-size: 1.312rem;
  }
}
@media all and (max-width: 1350px) {
  .accent-color_block h1, .accent-color_block h2, .accent-color_block h3 {
    padding: 0 1.5rem 1.25rem;
  }
}
@media all and (max-width: 930px) {
  .accent-color_block h1, .accent-color_block h2, .accent-color_block h3 {
    width: 70%;
  }
}
@media all and (max-width: 930px) {
  .accent-color_block h1, .accent-color_block h2, .accent-color_block h3 {
    width: calc(85% - 3rem);
  }
}
.accent-color_block h1:after, .accent-color_block h2:after, .accent-color_block h3:after {
  content: "";
  width: 100%;
  height: 20px;
  border: 1px solid #efefef;
  border-top: none;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media all and (max-width: 930px) {
  .accent-color_block h1:after, .accent-color_block h2:after, .accent-color_block h3:after {
    height: 40px;
  }
}

#scroller {
  width: 200%;
}
@media all and (max-device-width: 540px) {
  #scroller {
    width: 100%;
    height: calc(100vh - 55px);
  }
}

.scrollbox {
  display: flex;
  position: relative;
  height: 100%;
  width: 100%;
}
@media all and (max-width: 930px) {
  .scrollbox {
    flex-direction: column;
    flex-wrap: wrap;
  }
}
.scrollbox .slideItem {
  position: relative;
  width: 12.5%;
  height: 100%;
  overflow: hidden;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  background-blend-mode: multiply;
  transition: all 0.25s ease-out;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}
.scrollbox .slideItem .content {
  position: relative;
  z-index: 3;
}
.scrollbox .slideItem .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 82, 96, 0.6);
  z-index: 1;
  opacity: 0;
  transition: all 0.25s ease-out;
}
.scrollbox .slideItem.hover h2, .scrollbox .slideItem.hover p, .scrollbox .slideItem.hover a {
  color: #efefef;
  padding: 0 4.375rem;
  transition: all 0.25s ease-out;
}
@media all and (max-width: 1150px) {
  .scrollbox .slideItem.hover h2, .scrollbox .slideItem.hover p, .scrollbox .slideItem.hover a {
    padding: 0 1.75rem 0 2.25rem;
  }
}
.scrollbox .slideItem.hover h2 {
  font-size: 2rem;
  transition: all 0.25s ease-out;
  position: relative;
  font-weight: 700;
  margin-bottom: 100px;
}
@media all and (max-width: 1150px) {
  .scrollbox .slideItem.hover h2 {
    font-size: 1.75rem;
  }
}
@media all and (max-width: 767px) {
  .scrollbox .slideItem.hover h2 {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 630px) {
  .scrollbox .slideItem.hover h2 {
    font-size: 1.312rem;
  }
}
.scrollbox .slideItem.hover h2 span.plus {
  position: absolute;
  left: 2.5rem;
  top: -5.313rem;
  width: 3.75rem;
  height: 3.75rem;
  position: absolute;
}
.scrollbox .slideItem.hover h2 span.plus:before, .scrollbox .slideItem.hover h2 span.plus:after {
  content: "";
  background: #f8f8f8;
  position: absolute;
}
.scrollbox .slideItem.hover h2 span.plus:before {
  top: 50%;
  height: 1px;
  width: 100%;
}
.scrollbox .slideItem.hover h2 span.plus:after {
  left: 50%;
  width: 1px;
  height: 100%;
}
@media all and (max-width: 1150px) {
  .scrollbox .slideItem.hover h2 span.plus {
    left: 1.15rem;
    top: -3.75rem;
    width: 2.625rem;
    height: 2.625rem;
  }
}
@media all and (max-width: 767px) {
  .scrollbox .slideItem.hover h2 span.plus {
    left: 2.5rem;
    top: -5.313rem;
    width: 2.063rem;
    height: 2.063rem;
  }
}
@media all and (max-width: 480px) {
  .scrollbox .slideItem.hover h2 span.plus {
    left: 2.5rem;
    top: -5.313rem;
    width: 1.5rem;
    height: 1.5rem;
  }
}
.scrollbox .slideItem.hover p {
  font-size: 1.125rem;
}
.scrollbox .slideItem.hover span.onHover, .scrollbox .slideItem.hover a.onHover {
  position: absolute;
  bottom: -300px;
}
.scrollbox .slideItem.hover a.onHover {
  align-items: center;
  transition: all 0.25s ease-out;
  font-size: 1.125rem;
  display: inline-flex;
}
.scrollbox .slideItem.hover a.onHover:before {
  content: "";
  font-family: "icons";
  font-size: 1.75rem;
  color: #f8f8f8;
  margin-right: 1rem;
}
@media all and (max-width: 1150px) {
  .scrollbox .slideItem.hover a.onHover:before {
    font-size: 1.531rem;
  }
}
@media all and (max-width: 767px) {
  .scrollbox .slideItem.hover a.onHover:before {
    font-size: 1.312rem;
  }
}
.scrollbox .slideItem.hover:hover {
  box-shadow: 2px 2px 14px #262626;
  z-index: 4;
}
.scrollbox .slideItem.hover:hover h2 {
  margin-bottom: 2.188rem;
}
.scrollbox .slideItem.hover:hover p {
  margin-bottom: 3.75rem;
}
.scrollbox .slideItem.hover:hover a {
  margin-bottom: 15.625rem;
}
.scrollbox .slideItem.hover:hover a.onHover, .scrollbox .slideItem.hover:hover span.onHover {
  position: relative;
  bottom: auto;
}
.scrollbox .slideItem.hover:hover .overlay {
  opacity: 1;
}
@media all and (max-width: 930px) {
  .scrollbox .slideItem {
    width: 25%;
    height: 50%;
  }
  .scrollbox .slideItem .overlay {
    opacity: 1;
  }
  .scrollbox .slideItem.hover {
    justify-content: center;
  }
  .scrollbox .slideItem.hover h2 {
    margin-bottom: 2rem;
    margin-top: 7rem;
  }
  .scrollbox .slideItem.hover p {
    margin-bottom: 2.813rem;
  }
  .scrollbox .slideItem.hover a {
    margin-bottom: 0;
  }
  .scrollbox .slideItem.hover span.onHover, .scrollbox .slideItem.hover a.onHover {
    position: relative;
    bottom: auto;
  }
  .scrollbox .slideItem.hover:hover {
    box-shadow: none;
  }
  .scrollbox .slideItem.hover:hover h2 {
    margin-bottom: 2rem;
    margin-top: 7rem;
  }
  .scrollbox .slideItem.hover:hover p {
    margin-bottom: 2.813rem;
  }
  .scrollbox .slideItem.hover:hover a {
    margin-bottom: 0;
  }
}
.scrollbox .slideItem.intro {
  padding: 0;
}
.scrollbox .slideItem.intro > div {
  position: relative;
  margin: 0 2.5rem 45px;
  width: calc(100% - 12.501rem);
  padding: 20px 4.688rem 2.188rem 2.813rem;
}
@media all and (max-width: 930px) {
  .scrollbox .slideItem.intro > div {
    margin: 0 2rem 45px;
    width: calc(100% - 11.501rem);
  }
}
.scrollbox .slideItem.intro > div h1, .scrollbox .slideItem.intro > div h2, .scrollbox .slideItem.intro > div h3 {
  font-size: 3.375rem;
  position: relative;
  line-height: 0.65;
  color: #00778b;
  margin-bottom: 0;
}
@media all and (max-width: 1150px) {
  .scrollbox .slideItem.intro > div h1, .scrollbox .slideItem.intro > div h2, .scrollbox .slideItem.intro > div h3 {
    font-size: 3rem;
  }
}
@media all and (max-width: 767px) {
  .scrollbox .slideItem.intro > div h1, .scrollbox .slideItem.intro > div h2, .scrollbox .slideItem.intro > div h3 {
    font-size: 2.5rem;
  }
}
@media all and (max-width: 630px) {
  .scrollbox .slideItem.intro > div h1, .scrollbox .slideItem.intro > div h2, .scrollbox .slideItem.intro > div h3 {
    font-size: 2rem;
  }
}
@media all and (max-width: 1550px) {
  .scrollbox .slideItem.intro > div h1, .scrollbox .slideItem.intro > div h2, .scrollbox .slideItem.intro > div h3 {
    font-size: 2rem;
  }
}
@media all and (max-width: 1150px) {
  .scrollbox .slideItem.intro > div h1, .scrollbox .slideItem.intro > div h2, .scrollbox .slideItem.intro > div h3 {
    font-size: 2rem;
  }
}
@media all and (max-width: 767px) {
  .scrollbox .slideItem.intro > div h1, .scrollbox .slideItem.intro > div h2, .scrollbox .slideItem.intro > div h3 {
    font-size: 2rem;
  }
}
@media all and (max-width: 630px) {
  .scrollbox .slideItem.intro > div h1, .scrollbox .slideItem.intro > div h2, .scrollbox .slideItem.intro > div h3 {
    font-size: 2rem;
  }
}
.scrollbox .slideItem.intro > div h1 span, .scrollbox .slideItem.intro > div h2 span, .scrollbox .slideItem.intro > div h3 span {
  color: #00778b;
}
.scrollbox .slideItem.intro > div h1 span.plus, .scrollbox .slideItem.intro > div h2 span.plus, .scrollbox .slideItem.intro > div h3 span.plus {
  position: absolute;
  left: -4.063rem;
  top: -1.25rem;
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
}
.scrollbox .slideItem.intro > div h1 span.plus:before, .scrollbox .slideItem.intro > div h1 span.plus:after, .scrollbox .slideItem.intro > div h2 span.plus:before, .scrollbox .slideItem.intro > div h2 span.plus:after, .scrollbox .slideItem.intro > div h3 span.plus:before, .scrollbox .slideItem.intro > div h3 span.plus:after {
  content: "";
  background: #005260;
  position: absolute;
}
.scrollbox .slideItem.intro > div h1 span.plus:before, .scrollbox .slideItem.intro > div h2 span.plus:before, .scrollbox .slideItem.intro > div h3 span.plus:before {
  top: 50%;
  height: 1px;
  width: 100%;
}
.scrollbox .slideItem.intro > div h1 span.plus:after, .scrollbox .slideItem.intro > div h2 span.plus:after, .scrollbox .slideItem.intro > div h3 span.plus:after {
  left: 50%;
  width: 1px;
  height: 100%;
}
.scrollbox .slideItem.intro > div p {
  font-size: 2.75rem;
  font-weight: 300;
  line-height: 1.25;
  color: #262626;
  margin-top: 0;
}
@media all and (max-width: 1150px) {
  .scrollbox .slideItem.intro > div p {
    font-size: 2.291rem;
  }
}
@media all and (max-width: 767px) {
  .scrollbox .slideItem.intro > div p {
    font-size: 1.833rem;
  }
}
@media all and (max-width: 630px) {
  .scrollbox .slideItem.intro > div p {
    font-size: 1.412rem;
  }
}
@media all and (max-width: 1550px) {
  .scrollbox .slideItem.intro > div p {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 1150px) {
  .scrollbox .slideItem.intro > div p {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 767px) {
  .scrollbox .slideItem.intro > div p {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 630px) {
  .scrollbox .slideItem.intro > div p {
    font-size: 1.5rem;
  }
}
.scrollbox .slideItem.intro > div:after {
  content: "";
  width: 100%;
  height: 8.75rem;
  border: 1px solid #262626;
  border-top: none;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media all and (max-width: 1550px) {
  .scrollbox .slideItem.intro > div:after {
    height: 5.5rem;
  }
}
@media all and (max-width: 930px) {
  .scrollbox .slideItem.intro > div:after {
    height: 3.75rem;
  }
}

.page_teaser {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  background-blend-mode: multiply;
}
.page_teaser .ratio {
  z-index: 3;
}
.page_teaser .ratio .text {
  position: absolute;
  left: 0;
  bottom: 0;
  padding-top: 3.438rem;
  padding-bottom: 3.438rem;
  padding-left: 6.563rem;
  padding-right: 6.563rem;
}
@media all and (max-width: 1350px) {
  .page_teaser .ratio .text {
    padding-left: 5rem;
  }
}
@media all and (max-width: 1150px) {
  .page_teaser .ratio .text {
    padding-left: 3.75rem;
  }
}
@media all and (max-width: 1024px) {
  .page_teaser .ratio .text {
    padding-left: 2.5rem;
  }
}
@media all and (max-width: 540px) {
  .page_teaser .ratio .text {
    padding-left: 1.75rem;
  }
}
@media all and (max-width: 1350px) {
  .page_teaser .ratio .text {
    padding-right: 5rem;
  }
}
@media all and (max-width: 1150px) {
  .page_teaser .ratio .text {
    padding-right: 3.75rem;
  }
}
@media all and (max-width: 1024px) {
  .page_teaser .ratio .text {
    padding-right: 2.5rem;
  }
}
@media all and (max-width: 540px) {
  .page_teaser .ratio .text {
    padding-right: 1.75rem;
  }
}
.page_teaser .ratio .text h1, .page_teaser .ratio .text h2, .page_teaser .ratio .text h3, .page_teaser .ratio .text h4, .page_teaser .ratio .text h5, .page_teaser .ratio .text h6, .page_teaser .ratio .text p {
  color: #f8f8f8;
  margin: 0;
}
.page_teaser .ratio .text h1, .page_teaser .ratio .text h2, .page_teaser .ratio .text h3, .page_teaser .ratio .text h4, .page_teaser .ratio .text h5, .page_teaser .ratio .text h6 {
  font-size: 3.375rem;
}
@media all and (max-width: 1150px) {
  .page_teaser .ratio .text h1, .page_teaser .ratio .text h2, .page_teaser .ratio .text h3, .page_teaser .ratio .text h4, .page_teaser .ratio .text h5, .page_teaser .ratio .text h6 {
    font-size: 3rem;
  }
}
@media all and (max-width: 767px) {
  .page_teaser .ratio .text h1, .page_teaser .ratio .text h2, .page_teaser .ratio .text h3, .page_teaser .ratio .text h4, .page_teaser .ratio .text h5, .page_teaser .ratio .text h6 {
    font-size: 2.5rem;
  }
}
@media all and (max-width: 630px) {
  .page_teaser .ratio .text h1, .page_teaser .ratio .text h2, .page_teaser .ratio .text h3, .page_teaser .ratio .text h4, .page_teaser .ratio .text h5, .page_teaser .ratio .text h6 {
    font-size: 2rem;
  }
}
.page_teaser .ratio .text h1 span, .page_teaser .ratio .text h2 span, .page_teaser .ratio .text h3 span, .page_teaser .ratio .text h4 span, .page_teaser .ratio .text h5 span, .page_teaser .ratio .text h6 span {
  color: #f8f8f8;
}
.page_teaser .ratio .text p {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1;
}
@media all and (max-width: 1150px) {
  .page_teaser .ratio .text p {
    font-size: 1.75rem;
  }
}
@media all and (max-width: 767px) {
  .page_teaser .ratio .text p {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 630px) {
  .page_teaser .ratio .text p {
    font-size: 1.312rem;
  }
}
.page_teaser .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 82, 96, 0.6);
  z-index: 1;
  opacity: 0;
  transition: all 0.25s ease-out;
}
.page_teaser:hover .overlay {
  opacity: 1;
}

.jobs_block {
  padding-bottom: 1rem;
}

.job {
  position: relative;
  padding-left: 2.813rem;
  margin-bottom: 3.75rem;
}
.job:before {
  content: "";
  font-family: "icons";
  font-size: 1.5rem;
  color: #00778b;
  line-height: 1.25rem;
  position: absolute;
  top: 0.188rem;
  left: 0;
}
@media all and (max-width: 1150px) {
  .job:before {
    font-size: 1.312rem;
  }
}
@media all and (max-width: 767px) {
  .job:before {
    font-size: 1.2rem;
  }
}
.job .info h2, .job .info h3 {
  font-size: 1.5rem;
  font-weight: 400;
  color: #00778b;
  line-height: 1.25;
}
@media all and (max-width: 1150px) {
  .job .info h2, .job .info h3 {
    font-size: 1.312rem;
  }
}
@media all and (max-width: 767px) {
  .job .info h2, .job .info h3 {
    font-size: 1.2rem;
  }
}
.job .hidden_block {
  display: none;
}

.toggle {
  font-size: 1.125rem;
  display: inline-block;
  cursor: pointer;
  font-weight: 400;
  color: #00778b;
  margin-top: 1.5rem;
}
.toggle.hide {
  display: none;
}

.mod_newslist {
  margin-bottom: 4.375rem;
}
.mod_newslist .news_home {
  display: flex;
  align-items: center;
  padding-left: 6.563rem;
  padding-right: 6.563rem;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
@media all and (max-width: 1350px) {
  .mod_newslist .news_home {
    padding-left: 5rem;
  }
}
@media all and (max-width: 1150px) {
  .mod_newslist .news_home {
    padding-left: 3.75rem;
  }
}
@media all and (max-width: 1024px) {
  .mod_newslist .news_home {
    padding-left: 2.5rem;
  }
}
@media all and (max-width: 540px) {
  .mod_newslist .news_home {
    padding-left: 1.75rem;
  }
}
@media all and (max-width: 1350px) {
  .mod_newslist .news_home {
    padding-right: 5rem;
  }
}
@media all and (max-width: 1150px) {
  .mod_newslist .news_home {
    padding-right: 3.75rem;
  }
}
@media all and (max-width: 1024px) {
  .mod_newslist .news_home {
    padding-right: 2.5rem;
  }
}
@media all and (max-width: 540px) {
  .mod_newslist .news_home {
    padding-right: 1.75rem;
  }
}
.mod_newslist .news_home .date {
  padding: 0.25rem 2.5rem;
  margin-right: 1.875rem;
}
@media all and (max-width: 630px) {
  .mod_newslist .news_home .date {
    padding: 0.25rem 1.5rem;
    margin-right: 1.5rem;
  }
}
@media all and (max-width: 630px) {
  .mod_newslist .news_home .date {
    padding: 0.5rem 1rem;
    margin-right: 1.25rem;
  }
}
.mod_newslist .news_home .date p {
  font-size: 3rem;
  font-weight: 300;
  color: #f8f8f8;
}
@media all and (max-width: 1150px) {
  .mod_newslist .news_home .date p {
    font-size: 2.5rem;
  }
}
@media all and (max-width: 767px) {
  .mod_newslist .news_home .date p {
    font-size: 2rem;
  }
}
@media all and (max-width: 630px) {
  .mod_newslist .news_home .date p {
    font-size: 1.5rem;
  }
}
.mod_newslist .news_home .date p span {
  font-weight: 700;
  color: #f8f8f8;
}
@media all and (max-width: 540px) {
  .mod_newslist .news_home .date p {
    text-align: center;
  }
}
.mod_newslist .news_home .title h2, .mod_newslist .news_home .title h3 {
  font-size: 2.25rem;
}
@media all and (max-width: 1350px) {
  .mod_newslist .news_home .title h2, .mod_newslist .news_home .title h3 {
    font-size: 1.75rem;
  }
}
@media all and (max-width: 630px) {
  .mod_newslist .news_home .title h2, .mod_newslist .news_home .title h3 {
    font-size: 1.312rem;
  }
}
.mod_newslist .news_home.even .date {
  background: #00778b;
}
.mod_newslist .news_home.even .title h1, .mod_newslist .news_home.even .title h2, .mod_newslist .news_home.even .title h3, .mod_newslist .news_home.even .title h4, .mod_newslist .news_home.even .title h5, .mod_newslist .news_home.even .title h6, .mod_newslist .news_home.even .title a, .mod_newslist .news_home.even .title span {
  color: #00778b;
  margin: 0;
}
.mod_newslist .news_home.odd .date {
  background: #ea4301;
}
.mod_newslist .news_home.odd .title h1, .mod_newslist .news_home.odd .title h2, .mod_newslist .news_home.odd .title h3, .mod_newslist .news_home.odd .title h4, .mod_newslist .news_home.odd .title h5, .mod_newslist .news_home.odd .title h6, .mod_newslist .news_home.odd .title a, .mod_newslist .news_home.odd .title span {
  color: #ea4301;
  margin: 0;
}
@media all and (max-width: 540px) {
  .mod_newslist .news_home {
    padding-top: 2.75rem;
  }
  .mod_newslist .news_home + .news_home {
    padding-top: 0;
  }
}
.mod_newslist .pagination {
  display: none;
}
.mod_newslist.archive .news_item {
  margin-bottom: 4.063rem;
}
.mod_newslist.archive .news_item:nth-last-child(1) {
  margin-bottom: 0;
}
@media all and (max-width: 630px) {
  .mod_newslist.archive .news_item .flex_box {
    flex-direction: column;
  }
}
.mod_newslist.archive .news_item .col.image {
  width: 16.25rem;
}
@media all and (min-width: 631px) and (max-width: 767px) {
  .mod_newslist.archive .news_item .col.image {
    width: 12.5rem;
  }
}
@media all and (max-width: 630px) {
  .mod_newslist.archive .news_item .col.image {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.mod_newslist.archive .news_item .col.image img {
  max-width: 100%;
  height: auto;
}
.mod_newslist.archive .news_item .col.text {
  width: calc(100% - 18.125rem);
}
@media all and (min-width: 631px) and (max-width: 767px) {
  .mod_newslist.archive .news_item .col.text {
    width: calc(100% - 14.375rem);
  }
}
@media all and (max-width: 630px) {
  .mod_newslist.archive .news_item .col.text {
    width: 100%;
  }
}
.mod_newslist.archive .news_item .col.text h1, .mod_newslist.archive .news_item .col.text h2, .mod_newslist.archive .news_item .col.text h3 {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
}
@media all and (max-width: 1150px) {
  .mod_newslist.archive .news_item .col.text h1, .mod_newslist.archive .news_item .col.text h2, .mod_newslist.archive .news_item .col.text h3 {
    font-size: 1.312rem;
  }
}
@media all and (max-width: 767px) {
  .mod_newslist.archive .news_item .col.text h1, .mod_newslist.archive .news_item .col.text h2, .mod_newslist.archive .news_item .col.text h3 {
    font-size: 1.2rem;
  }
}
.mod_newslist.archive .news_item .col.text .date {
  margin-bottom: 0.35rem;
}
.mod_newslist.archive .news_item .col.text .date p {
  font-size: 1.125rem;
  color: #ea4301;
}
.mod_newslist.archive .news_item .col.text .button {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 400;
  color: #00778b;
  margin-top: 1.25rem;
  cursor: pointer;
}
.mod_newslist.archive .news_item .col.text .button:before {
  font-size: 1.5rem;
  margin-right: 0.938rem;
}
@media all and (max-width: 1150px) {
  .mod_newslist.archive .news_item .col.text .button:before {
    font-size: 1.312rem;
  }
}
@media all and (max-width: 767px) {
  .mod_newslist.archive .news_item .col.text .button:before {
    font-size: 1.2rem;
  }
}
.mod_newslist.archive .news_item .col.text .button.news_toggle:before {
  content: "";
  font-family: "icons";
}
.mod_newslist.archive .news_item .col.text .button.news_close:before {
  content: "";
  font-family: "icons";
}
.mod_newslist.archive .news_item .col.text .button.hide {
  display: none;
}
.mod_newslist.archive .news_item .hidden_block {
  display: none;
}
.mod_newslist.archive .news_item .ce_download .download .col.image {
  width: 2.688rem;
}

#infscr-loading {
  display: flex;
  justify-content: center;
}
#infscr-loading img {
  display: none;
}

.inf_trigger {
  font-size: 1.75rem;
  line-height: 1;
  color: #00778b;
  padding-left: 3.125rem;
  cursor: pointer;
  position: relative;
}
@media all and (max-width: 1150px) {
  .inf_trigger {
    font-size: 1.531rem;
  }
}
@media all and (max-width: 767px) {
  .inf_trigger {
    font-size: 1.312rem;
  }
}
.inf_trigger:before {
  content: "";
  font-family: "icons";
  font-size: 1.875rem;
  position: absolute;
  left: 0;
  top: 0;
}
.inf_trigger.load:before {
  animation-name: rotate;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.address_block h2, .address_block h3,
.gm-style-iw h2,
.gm-style-iw h3 {
  font-size: 1.5rem;
  font-weight: 400;
}
@media all and (max-width: 1150px) {
  .address_block h2, .address_block h3,
.gm-style-iw h2,
.gm-style-iw h3 {
    font-size: 1.312rem;
  }
}
@media all and (max-width: 767px) {
  .address_block h2, .address_block h3,
.gm-style-iw h2,
.gm-style-iw h3 {
    font-size: 1.2rem;
  }
}
.address_block p,
.gm-style-iw p {
  font-size: 1.125rem;
  line-height: 1.65;
  margin: 0.813rem 0;
}
.address_block span,
.gm-style-iw span {
  align-items: center;
  display: inline-flex;
}
.address_block span:before,
.gm-style-iw span:before {
  font-size: 1rem;
  color: #00778b;
  margin-right: 1rem;
}
.address_block span.address,
.gm-style-iw span.address {
  align-items: flex-start;
}
.address_block span.address:before,
.gm-style-iw span.address:before {
  content: "";
  font-family: "icons";
}
.address_block span.phone:before,
.gm-style-iw span.phone:before {
  content: "";
  font-family: "icons";
}
.address_block span.fax:before,
.gm-style-iw span.fax:before {
  content: "";
  font-family: "icons";
}
.address_block span.email:before,
.gm-style-iw span.email:before {
  content: "";
  font-family: "icons";
}

.ce_dlh_googlemaps {
  width: 100%;
  height: 100%;
}

.dlh_googlemap {
  position: relative;
  width: 100%;
  padding-bottom: 0 !important;
  overflow: hidden;
  height: 100%;
}

.google-marker {
  overflow: hidden;
}

.gm-style-iw p {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  font-size: 1rem;
}
.gm-style-iw a {
  transition: all 0.25s ease-out;
  color: #005260;
}
.gm-style-iw a:hover {
  color: #00778b;
}
.gm-style-iw .routinglink {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.gm-style-iw .routinglink form input {
  height: 1.75rem;
  outline: none;
}
.gm-style-iw .routinglink form input.text {
  padding: 0;
  box-sizing: border-box;
}
.gm-style-iw .routinglink form input.submit {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  transition: all 0.25s ease-out;
  position: relative;
  top: 1px;
  font-size: 1rem;
  width: 40px;
  background: #005260;
  color: #efefef;
  text-transform: uppercase;
  border: none;
  padding: 0;
}
.gm-style-iw .routinglink form input.submit:hover {
  background: #00778b;
}

.address_block .standort_toggle {
  font-size: 1.125rem;
  position: relative;
  color: #00778b;
  font-weight: 700;
  margin-top: 2rem;
  padding-left: 1.75rem;
  line-height: 1.125rem;
  cursor: pointer;
}
.address_block .standort_toggle .icon {
  position: absolute;
  width: 1.125rem;
  height: 1.125rem;
  left: 0;
}
.address_block .st_open .icon {
  position: absolute;
}
.address_block .st_open .icon:before, .address_block .st_open .icon:after {
  content: "";
  background: #00778b;
  position: absolute;
}
.address_block .st_open .icon:before {
  top: 50%;
  height: 1px;
  width: 100%;
}
.address_block .st_open .icon:after {
  left: 50%;
  width: 1px;
  height: 100%;
}
.address_block .st_close {
  display: none;
  color: #ea4301;
}
.address_block .st_close .icon:before {
  content: "";
  background: #ea4301;
  position: absolute;
  top: 50%;
  height: 1px;
  width: 100%;
}

.hidden_content {
  display: none;
}

.mod_rocksolid_slider {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 4.688rem;
}
.mod_rocksolid_slider .rsts-nav-bullets {
  display: flex;
  justify-content: center;
  right: 0;
  left: 0;
  bottom: -0.5rem;
  margin: 0 auto;
}
.mod_rocksolid_slider .rsts-nav-bullets a {
  width: 0.938rem;
  height: 0.938rem;
  margin: 0 0.313rem;
  border: 1px solid #d0d0d0;
  background: none;
  box-shadow: none;
  box-sizing: border-box;
  transition: all 0.25s ease-out;
}
.mod_rocksolid_slider .rsts-nav-bullets a:hover, .mod_rocksolid_slider .rsts-nav-bullets a.active {
  border: 1px solid #ea4301;
  background: #ea4301;
  box-shadow: none;
}
.mod_rocksolid_slider .rsts-prev,
.mod_rocksolid_slider .rsts-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.875rem;
  height: 3.75rem;
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  position: absolute;
  top: 50%;
  margin-top: -1.875rem;
  text-indent: 0;
}
.mod_rocksolid_slider .rsts-prev span,
.mod_rocksolid_slider .rsts-next span {
  display: none;
}
.mod_rocksolid_slider .rsts-prev:before,
.mod_rocksolid_slider .rsts-next:before {
  font-size: 3.25rem;
  color: #ea4301;
}
.mod_rocksolid_slider .rsts-prev:hover,
.mod_rocksolid_slider .rsts-next:hover {
  border: none;
  background: none;
}
@media all and (max-width: 767px) {
  .mod_rocksolid_slider .rsts-prev:before,
.mod_rocksolid_slider .rsts-next:before {
    font-size: 2.5rem;
  }
}
.mod_rocksolid_slider .rsts-prev {
  left: 1rem;
}
.mod_rocksolid_slider .rsts-prev:before {
  content: "";
  font-family: "icons";
}
.mod_rocksolid_slider .rsts-next {
  right: 1rem;
}
.mod_rocksolid_slider .rsts-next:before {
  content: "";
  font-family: "icons";
}
.mod_rocksolid_slider .rsts-slide-image > div {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.mod_rocksolid_slider .rsts-slide-image > div img {
  width: calc(100% - 8rem) !important;
  height: auto !important;
  margin: 0 !important;
}
.mod_rocksolid_slider .rs-columns {
  width: 85%;
  margin: 0 auto;
}
.mod_rocksolid_slider .rs-columns .rs-column {
  display: flex;
  align-items: center;
}
.mod_rocksolid_slider img {
  display: block;
}

.branchenslider_mobile {
  width: 100%;
  height: 100%;
  margin: 0;
  padding-bottom: 0;
}
.branchenslider_mobile .rsts-prev {
  left: 1rem;
}
.branchenslider_mobile .rsts-next {
  right: 1rem;
}
.branchenslider_mobile .branche_mobile {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover !important;
  background-position: center !important;
  background-blend-mode: multiply;
}
.branchenslider_mobile .branche_mobile .inner {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  height: 100%;
  width: 60%;
}
.branchenslider_mobile .branche_mobile .inner h2, .branchenslider_mobile .branche_mobile .inner p, .branchenslider_mobile .branche_mobile .inner a {
  color: #efefef;
  transition: all 0.25s ease-out;
}
.branchenslider_mobile .branche_mobile .inner h2 {
  font-size: 2rem;
  transition: all 0.25s ease-out;
  position: relative;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media all and (max-width: 1150px) {
  .branchenslider_mobile .branche_mobile .inner h2 {
    font-size: 1.75rem;
  }
}
@media all and (max-width: 767px) {
  .branchenslider_mobile .branche_mobile .inner h2 {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 630px) {
  .branchenslider_mobile .branche_mobile .inner h2 {
    font-size: 1.312rem;
  }
}
.branchenslider_mobile .branche_mobile .inner h2 span.plus {
  position: absolute;
  left: -0.75rem;
  top: -3rem;
  width: 1.75rem;
  height: 1.75rem;
  position: absolute;
}
.branchenslider_mobile .branche_mobile .inner h2 span.plus:before, .branchenslider_mobile .branche_mobile .inner h2 span.plus:after {
  content: "";
  background: #f8f8f8;
  position: absolute;
}
.branchenslider_mobile .branche_mobile .inner h2 span.plus:before {
  top: 50%;
  height: 1px;
  width: 100%;
}
.branchenslider_mobile .branche_mobile .inner h2 span.plus:after {
  left: 50%;
  width: 1px;
  height: 100%;
}
.branchenslider_mobile .branche_mobile .inner p {
  font-size: 1.125rem;
}
.branchenslider_mobile .branche_mobile .inner a {
  align-items: center;
  transition: all 0.25s ease-out;
  font-size: 1.125rem;
  display: inline-flex;
  margin-top: 1rem;
  margin-bottom: 4.5rem;
}
.branchenslider_mobile .branche_mobile .inner a:before {
  content: "";
  font-family: "icons";
  font-size: 1.75rem;
  color: #f8f8f8;
  margin-right: 1rem;
}
@media all and (max-width: 1150px) {
  .branchenslider_mobile .branche_mobile .inner a:before {
    font-size: 1.531rem;
  }
}
@media all and (max-width: 767px) {
  .branchenslider_mobile .branche_mobile .inner a:before {
    font-size: 1.312rem;
  }
}
.branchenslider_mobile .branche_mobile.intro .inner .ce_text {
  position: relative;
  padding: 1.5rem;
  margin-bottom: 4.5rem;
}
.branchenslider_mobile .branche_mobile.intro .inner .ce_text:after {
  content: "";
  width: 100%;
  height: 4.5rem;
  border: 1px solid #262626;
  border-top: none;
  position: absolute;
  bottom: 0;
  left: 0;
}
.branchenslider_mobile .branche_mobile.intro .inner h2 {
  font-size: 2.75rem;
  font-weight: 300;
  position: relative;
  line-height: 0.65;
  color: #00778b;
  margin-bottom: 0;
}
.branchenslider_mobile .branche_mobile.intro .inner h2 span {
  color: #00778b;
  font-weight: 700;
}
.branchenslider_mobile .branche_mobile.intro .inner h2 span.plus:before, .branchenslider_mobile .branche_mobile.intro .inner h2 span.plus:after {
  background: #00778b;
}
.branchenslider_mobile .branche_mobile.intro .inner p {
  color: #262626;
}

.ce_form form .formbody {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.ce_form form .formbody .widget {
  position: relative;
  width: calc(50% - 0.938rem);
  margin-top: 2.5rem;
}
@media all and (min-width: 768px) {
  .ce_form form .formbody .widget:nth-of-type(1), .ce_form form .formbody .widget:nth-of-type(2) {
    margin-top: 0;
  }
}
@media all and (max-width: 767px) {
  .ce_form form .formbody .widget {
    width: 100%;
  }
}
.ce_form form .formbody .widget label {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 3.75rem;
  @inlude transition;
  font-size: 1.5rem;
}
@media all and (max-width: 1150px) {
  .ce_form form .formbody .widget label {
    font-size: 1.312rem;
  }
}
@media all and (max-width: 767px) {
  .ce_form form .formbody .widget label {
    font-size: 1.2rem;
  }
}
.ce_form form .formbody .widget label .mandatory {
  color: #ea4301;
  margin-left: 2px;
}
.ce_form form .formbody .widget input, .ce_form form .formbody .widget textarea {
  border: none;
  border-bottom: 1px solid #005260;
  outline: none;
  @inlude transition;
  font-size: 1.5rem;
}
@media all and (max-width: 1150px) {
  .ce_form form .formbody .widget input, .ce_form form .formbody .widget textarea {
    font-size: 1.312rem;
  }
}
@media all and (max-width: 767px) {
  .ce_form form .formbody .widget input, .ce_form form .formbody .widget textarea {
    font-size: 1.2rem;
  }
}
.ce_form form .formbody .widget input {
  width: 100%;
  height: 3.75rem;
}
.ce_form form .formbody .widget textarea {
  padding: 1.35rem 0;
  height: 10.65rem;
}
.ce_form form .formbody .widget.fw {
  width: 100%;
}
.ce_form form .formbody .widget.fw input {
  width: calc(50% - 0.938rem);
}
.ce_form form .formbody .widget.fw textarea {
  width: 100%;
}
@media all and (max-width: 767px) {
  .ce_form form .formbody .widget.fw input {
    width: 100%;
  }
}
.ce_form form .formbody .widget.hasInput label, .ce_form form .formbody .widget.clicked label {
  font-size: 1rem;
  top: -1rem;
  line-height: 1rem;
}
.ce_form form .formbody .widget.clicked input, .ce_form form .formbody .widget.clicked textarea {
  border-bottom: 1px solid #ea4301;
}
.ce_form form .formbody .widget [type=checkbox]:not(:checked),
.ce_form form .formbody .widget [type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}
.ce_form form .formbody .widget [type=checkbox]:checked + label {
  position: relative;
  padding: 0 0 0 3.125rem;
  cursor: pointer;
  font-weight: 300;
}
.ce_form form .formbody .widget [type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.ce_form form .formbody .widget [type=checkbox]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.ce_form form .formbody .widget .checkbox_container label {
  position: relative;
  padding: 0 0 0 3.125rem;
}
.ce_form form .formbody .widget .checkbox_container label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1.875rem;
  height: 1.875rem;
  margin-top: -0.938rem;
  border: 1px solid #005260;
  box-sizing: border-box;
  background: none;
}
.ce_form form .formbody .widget .checkbox_container label:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.875rem;
  height: 1.875rem;
  background: url(../../files/theme/icons/icon_check.svg) no-repeat center;
  background-size: 1.15rem;
  transition: all 0.25s ease-out;
}
.ce_form form .formbody .widget.widget-checkbox,
.ce_form form .formbody .widget.send-copy {
  margin-top: 3.75rem;
}
.ce_form form .formbody .widget.widget-checkbox .checkbox_container,
.ce_form form .formbody .widget.send-copy .checkbox_container {
  border: none;
  margin: 0;
  padding: 0;
}
.ce_form form .formbody .widget.widget-checkbox .checkbox_container > span,
.ce_form form .formbody .widget.send-copy .checkbox_container > span {
  display: flex;
}
.ce_form form .formbody .widget.widget-checkbox .checkbox_container .checkbox,
.ce_form form .formbody .widget.send-copy .checkbox_container .checkbox {
  width: auto;
}
.ce_form form .formbody .widget.widget-checkbox label,
.ce_form form .formbody .widget.send-copy label {
  font-size: 1.25rem;
  position: relative;
  top: auto;
  line-height: 1.875rem;
}
.ce_form form .formbody .widget.widget-checkbox.hasInput label, 
.ce_form form .formbody .widget.widget-checkbox.clicked label,
.ce_form form .formbody .widget.send-copy.hasInput label, 
.ce_form form .formbody .widget.send-copy.clicked label {
  top: auto;
  line-height: 1.875rem;
}
.ce_form form .formbody .widget-submit {
  margin-top: 3.75rem;
}
.ce_form form .formbody .widget-submit input, .ce_form form .formbody .widget-submit button {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  transition: all 0.25s ease-out;
  text-transform: uppercase;
  color: #efefef;
  padding: 1.125rem 8.438rem;
  background: #005260;
  border: none;
  -webkit-appearance: none;
}
@media all and (max-width: 1150px) {
  .ce_form form .formbody .widget-submit input, .ce_form form .formbody .widget-submit button {
    font-size: 1.312rem;
  }
}
@media all and (max-width: 767px) {
  .ce_form form .formbody .widget-submit input, .ce_form form .formbody .widget-submit button {
    font-size: 1.2rem;
  }
}
.ce_form form .formbody .widget-submit input:hover, .ce_form form .formbody .widget-submit button:hover {
  background: #00778b;
}

.tooltip_image {
  position: relative;
}
.tooltip_image .tooltip {
  position: absolute;
  height: 3.125rem;
  width: 3.125rem;
  z-index: 1;
}
@media all and (max-width: 1350px) {
  .tooltip_image .tooltip {
    height: 2.5rem;
    width: 2.5rem;
  }
}
@media all and (max-width: 630px) {
  .tooltip_image .tooltip {
    height: 1.85rem;
    width: 1.85rem;
  }
}
.tooltip_image .tooltip.active {
  z-index: 3;
}
.tooltip_image .tooltip .tooltip_toggle,
.tooltip_image .tooltip .tooltip_close {
  width: 100%;
  height: 100%;
  background: #efefef;
  border-radius: 100%;
  border: 0.625rem solid #ea4301;
  box-sizing: border-box;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
}
@media all and (max-width: 1350px) {
  .tooltip_image .tooltip .tooltip_toggle,
.tooltip_image .tooltip .tooltip_close {
    border: 0.5rem solid #ea4301;
  }
}
@media all and (max-width: 630px) {
  .tooltip_image .tooltip .tooltip_toggle,
.tooltip_image .tooltip .tooltip_close {
    border: 0.375rem solid #ea4301;
  }
}
.tooltip_image .tooltip .tooltip_content {
  box-shadow: 2px 2px 14px #262626;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  background: #f8f8f8;
  width: 18.75rem;
}
.tooltip_image .tooltip .tooltip_content > div {
  padding: 1.563rem;
}
.tooltip_image .tooltip .tooltip_content > div p {
  font-size: 1rem;
}
.tooltip_image .tooltip .tooltip_content > div p:nth-of-type(1) {
  margin-top: 0;
}
.tooltip_image .tooltip .tooltip_content > div p:nth-last-of-type(1) {
  margin-bottom: 0;
}

table thead tr th {
  font-size: 1.75rem;
  color: #ea4301;
  font-weight: 300;
  text-align: left;
  padding-bottom: 1.875rem;
  padding-right: 1.875rem;
}
@media all and (max-width: 1150px) {
  table thead tr th {
    font-size: 1.531rem;
  }
}
@media all and (max-width: 767px) {
  table thead tr th {
    font-size: 1.312rem;
  }
}
table thead tr th:nth-last-of-type(1) {
  padding-right: 0;
}
table tbody tr td {
  font-size: 1.5rem;
  font-weight: 300;
  padding-bottom: 1.875rem;
  padding-right: 1.875rem;
}
@media all and (max-width: 1150px) {
  table tbody tr td {
    font-size: 1.312rem;
  }
}
@media all and (max-width: 767px) {
  table tbody tr td {
    font-size: 1.2rem;
  }
}
table tbody tr td:nth-last-of-type(1) {
  padding-right: 0;
}

.ce_download,
.ce_downloads {
  margin-top: 4.688rem;
}
.ce_download h4,
.ce_downloads h4 {
  margin-bottom: 1.527rem;
}
.ce_download .download,
.ce_downloads .download {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 1.875rem;
}
.ce_download .download:nth-last-of-child(1),
.ce_downloads .download:nth-last-of-child(1) {
  margin-bottom: 0;
}
.ce_download .download a,
.ce_downloads .download a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ce_download .download .col.image,
.ce_downloads .download .col.image {
  width: 2.688rem;
  margin-right: 1rem;
}
.ce_download .download .col.info span,
.ce_downloads .download .col.info span {
  display: block;
  line-height: 1.25;
}
.ce_download .download .col.info span.title,
.ce_downloads .download .col.info span.title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #ea4301;
}
.ce_download .download .col.info span.size,
.ce_downloads .download .col.info span.size {
  font-size: 1.125rem;
  text-transform: uppercase;
}

.ce_tabcontrol.nav-tabs.nav {
  display: flex;
  justify-content: center;
  list-style: none;
  border-bottom: 1px solid #00778b;
}
@media all and (max-width: 630px) {
  .ce_tabcontrol.nav-tabs.nav {
    flex-direction: column;
    border-bottom: none;
  }
}
.ce_tabcontrol.nav-tabs.nav li {
  background: #d8d8d8;
  margin: 0 0.5rem;
}
.ce_tabcontrol.nav-tabs.nav li a {
  display: block;
  font-size: 1.375rem;
  color: #00778b;
  line-height: 1;
  padding: 1.25rem 1.875rem 1rem;
}
@media all and (min-width: 631px) and (max-width: 767px) {
  .ce_tabcontrol.nav-tabs.nav li a {
    padding: 1.25rem 1.35rem 1rem;
  }
}
.ce_tabcontrol.nav-tabs.nav li a.active {
  background: #f8f8f8;
  border: 1px solid #00778b;
  border-bottom: none;
  margin-bottom: -1px;
  color: #262626;
  padding-bottom: calc(1rem + 1px);
  outline: none;
}
.ce_tabcontrol.nav-tabs.nav li .current-info {
  display: none;
}
@media all and (min-width: 631px) and (max-width: 767px) {
  .ce_tabcontrol.nav-tabs.nav li {
    margin: 0 0.25rem;
  }
}
@media all and (max-width: 630px) {
  .ce_tabcontrol.nav-tabs.nav li {
    margin: 0.5rem 0 0 0;
    border: 1px solid #00778b;
  }
  .ce_tabcontrol.nav-tabs.nav li.first {
    margin-top: 0;
  }
  .ce_tabcontrol.nav-tabs.nav li.current {
    border: 1px solid #00778b;
    margin-bottom: 0;
  }
}

.tab-content {
  padding: 3.75rem 2.5rem 0 0;
}
@media all and (max-width: 1350px) {
  .tab-content {
    padding: 2.75rem 0 0 0;
  }
}
.tab-content .tab-pane {
  visibility: hidden;
  max-height: 0;
}
.tab-content .tab-pane.active, .tab-content .tab-pane.show {
  visibility: visible;
  max-height: 100%;
}
.tab-content .tabhead {
  display: none;
}
.tab-content .rs-columns {
  width: 100%;
}
.tab-content .mod_rocksolid_slider {
  max-width: 100%;
  padding-bottom: 4.813rem;
}
.tab-content .mod_rocksolid_slider .rsts-nav-bullets {
  bottom: -2.5rem;
}
.tab-content .mod_rocksolid_slider .rs-columns {
  width: 85%;
}
@media all and (max-width: 767px) {
  .tab-content .mod_rocksolid_slider .rs-columns {
    flex-direction: column-reverse;
    justify-content: center;
    width: 75%;
    padding: 1.5rem 0 0;
  }
  .tab-content .mod_rocksolid_slider .rs-columns .rs-column {
    width: 100%;
    margin-top: 1.75rem;
  }
  .tab-content .mod_rocksolid_slider .rs-columns .rs-column + .rs-column {
    margin-top: 0;
  }
}
@media all and (max-width: 540px) {
  .tab-content .mod_rocksolid_slider .rs-columns {
    width: calc(100% - 8rem);
  }
}

.ce_accessible_tabs .tabs-list {
  display: flex;
  justify-content: center;
  list-style: none;
  border-bottom: 1px solid #00778b;
}
@media all and (max-width: 630px) {
  .ce_accessible_tabs .tabs-list {
    flex-direction: column;
    border-bottom: none;
  }
}
.ce_accessible_tabs .tabs-list li {
  background: #d8d8d8;
  margin: 0 0.5rem;
}
.ce_accessible_tabs .tabs-list li a {
  display: block;
  font-size: 1.375rem;
  color: #00778b;
  line-height: 1;
  padding: 1.25rem 1.875rem 1rem;
}
@media all and (min-width: 631px) and (max-width: 767px) {
  .ce_accessible_tabs .tabs-list li a {
    padding: 1.25rem 1.35rem 1rem;
  }
}
.ce_accessible_tabs .tabs-list li.current {
  background: #f8f8f8;
  border: 1px solid #00778b;
  border-bottom: none;
  margin-bottom: -1px;
}
.ce_accessible_tabs .tabs-list li.current a {
  color: #262626;
  padding-bottom: calc(1rem + 1px);
}
.ce_accessible_tabs .tabs-list li .current-info {
  display: none;
}
@media all and (min-width: 631px) and (max-width: 767px) {
  .ce_accessible_tabs .tabs-list li {
    margin: 0 0.25rem;
  }
}
@media all and (max-width: 630px) {
  .ce_accessible_tabs .tabs-list li {
    margin: 0.5rem 0 0 0;
    border: 1px solid #00778b;
  }
  .ce_accessible_tabs .tabs-list li.first {
    margin-top: 0;
  }
  .ce_accessible_tabs .tabs-list li.current {
    border: 1px solid #00778b;
    margin-bottom: 0;
  }
}
.ce_accessible_tabs .content {
  padding: 3.75rem 2.5rem 0 0;
}
@media all and (max-width: 1350px) {
  .ce_accessible_tabs .content {
    padding: 2.75rem 0 0 0;
  }
}
.ce_accessible_tabs .content .tabhead {
  display: none;
}
.ce_accessible_tabs .content .rs-columns {
  width: 100%;
}
.ce_accessible_tabs .content .mod_rocksolid_slider {
  max-width: 100%;
  padding-bottom: 4.813rem;
}
.ce_accessible_tabs .content .mod_rocksolid_slider .rsts-nav-bullets {
  bottom: -2.5rem;
}
.ce_accessible_tabs .content .mod_rocksolid_slider .rs-columns {
  width: 85%;
}
@media all and (max-width: 767px) {
  .ce_accessible_tabs .content .mod_rocksolid_slider .rs-columns {
    flex-direction: column-reverse;
    @incude flex-h-center;
    width: 75%;
    padding: 1.5rem 0 0;
  }
  .ce_accessible_tabs .content .mod_rocksolid_slider .rs-columns .rs-column {
    width: 100%;
    margin-top: 1.75rem;
  }
  .ce_accessible_tabs .content .mod_rocksolid_slider .rs-columns .rs-column + .rs-column {
    margin-top: 0;
  }
}
@media all and (max-width: 540px) {
  .ce_accessible_tabs .content .mod_rocksolid_slider .rs-columns {
    width: calc(100% - 8rem);
  }
}

#cboxLoadedContent {
  border: 2px solid #000;
}

#colorbox #cboxContent {
  margin-top: 30px;
}
#colorbox #cboxCurrent {
  display: none !important;
}
#colorbox button {
  width: 28px;
  height: 65px;
}
#colorbox button#cboxNext {
  background: url(../../files/theme/icons/arrow_right_orange.svg) no-repeat center;
  background-size: contain;
  right: 1rem;
}
#colorbox button#cboxPrevious {
  background: url(../../files/theme/icons/arrow_left_orange.svg) no-repeat center;
  background-size: contain;
  left: 1rem;
}
#colorbox button#cboxClose {
  width: 30px;
  height: 30px;
  background: #000;
  top: -30px;
  right: 0;
  background: url(../../files/theme/icons/icon_close.svg) no-repeat center;
  background-size: 20px;
}

/*******************************/
/*  JUEGER & GRAETER - LAYOUT  */
/*******************************/
.ce_text ul, .ce_text ol {
  padding-left: 1.5rem;
  padding-bottom: 1.5rem;
}
.ce_text ul li, .ce_text ol li {
  font-size: 1.5rem;
}
@media all and (max-width: 1150px) {
  .ce_text ul li, .ce_text ol li {
    font-size: 1.312rem;
  }
}
@media all and (max-width: 767px) {
  .ce_text ul li, .ce_text ol li {
    font-size: 1.2rem;
  }
}
.ce_text table {
  width: 100%;
  margin: 2.5rem 0;
}
.ce_text table tbody tr {
  border: 1px solid #00778b;
}
.ce_text table tbody tr td {
  padding: 1.5rem;
}
.ce_text table tbody tr td + td {
  border-left: 1px solid #00778b;
}
.ce_text table tbody tr + tr {
  border-top: none;
}

.flex_box {
  display: flex;
  position: relative;
}
.flex_box.fh {
  min-height: calc(100vh - 100px);
  transition: all 0.25s ease-out;
}
@media all and (max-width: 1024px) {
  .flex_box.fh {
    min-height: calc(100vh - 55px);
  }
}
.flex_box.h_spread {
  justify-content: space-between;
}
.flex_box.h_center {
  justify-content: center;
}
.flex_box.h_left {
  justify-content: flex-start;
}
.flex_box.h_right {
  justify-content: flex-end;
}
.flex_box.v_center {
  align-items: center;
}
.flex_box.wrap {
  flex-wrap: wrap;
}
.flex_box.column {
  flex-direction: column;
}

#wrapper.resized .flex_box.fh {
  height: calc(100vh - 55px);
}

.rs-columns {
  display: flex;
  justify-content: space-between;
}
.rs-columns .rs-column.-large-col-2-1 {
  width: 50%;
}
.rs-columns.content .rs-column.-large-col-2-1 {
  width: calc(50% - 0.938rem);
}
@media all and (max-width: 1250px) {
  .rs-columns.content .rs-column.-large-col-2-1 {
    width: calc(50% - 1.750rem);
  }
}

.has_ratio {
  position: relative;
}
.has_ratio:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.has_ratio .ratio {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.seitenbild {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  background-blend-mode: multiply;
  position: relative;
  margin-top: 4.375rem;
}
@media all and (max-width: 1024px) {
  .seitenbild {
    margin-top: 0;
  }
}
.seitenbild .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 6.35rem 0;
}
@media all and (max-width: 930px) {
  .seitenbild .inner {
    padding: 4.75rem 0;
  }
}
.seitenbild .inner .ce_text h1, .seitenbild .inner .ce_text h2, .seitenbild .inner .ce_text h3, .seitenbild .inner .ce_text p {
  color: #f8f8f8;
}
.seitenbild .inner .ce_text h1, .seitenbild .inner .ce_text h2, .seitenbild .inner .ce_text h3 {
  position: relative;
  margin-bottom: 0;
  line-height: 1;
}
.seitenbild .inner .ce_text h1 span, .seitenbild .inner .ce_text h2 span, .seitenbild .inner .ce_text h3 span {
  color: #f8f8f8;
  line-height: 1;
}
.seitenbild .inner .ce_text h1 span.plus, .seitenbild .inner .ce_text h2 span.plus, .seitenbild .inner .ce_text h3 span.plus {
  position: absolute;
  width: 5rem;
  height: 5rem;
  top: -1.85rem;
  left: -7.188rem;
}
.seitenbild .inner .ce_text h1 span.plus:before, .seitenbild .inner .ce_text h1 span.plus:after, .seitenbild .inner .ce_text h2 span.plus:before, .seitenbild .inner .ce_text h2 span.plus:after, .seitenbild .inner .ce_text h3 span.plus:before, .seitenbild .inner .ce_text h3 span.plus:after {
  content: "";
  background: #f8f8f8;
  position: absolute;
}
.seitenbild .inner .ce_text h1 span.plus:before, .seitenbild .inner .ce_text h2 span.plus:before, .seitenbild .inner .ce_text h3 span.plus:before {
  top: 50%;
  height: 1px;
  width: 100%;
}
.seitenbild .inner .ce_text h1 span.plus:after, .seitenbild .inner .ce_text h2 span.plus:after, .seitenbild .inner .ce_text h3 span.plus:after {
  left: 50%;
  width: 1px;
  height: 100%;
}
@media all and (max-width: 1150px) {
  .seitenbild .inner .ce_text h1 span.plus, .seitenbild .inner .ce_text h2 span.plus, .seitenbild .inner .ce_text h3 span.plus {
    width: 3.5rem;
    height: 3.5rem;
    top: -1.25rem;
    left: -4.75rem;
  }
}
@media all and (max-width: 767px) {
  .seitenbild .inner .ce_text h1 span.plus, .seitenbild .inner .ce_text h2 span.plus, .seitenbild .inner .ce_text h3 span.plus {
    width: 2.75rem;
    height: 2.75rem;
    top: -1.1rem;
    left: -3.75rem;
  }
}
@media all and (max-width: 480px) {
  .seitenbild .inner .ce_text h1 span.plus, .seitenbild .inner .ce_text h2 span.plus, .seitenbild .inner .ce_text h3 span.plus {
    width: 2rem;
    height: 2rem;
    top: -0.85rem;
    left: -2.5rem;
  }
}
.seitenbild .inner .ce_text p {
  font-size: 1.5rem;
  margin-top: 0.75rem;
}
@media all and (max-width: 1150px) {
  .seitenbild .inner .ce_text p {
    font-size: 1.312rem;
  }
}
@media all and (max-width: 767px) {
  .seitenbild .inner .ce_text p {
    font-size: 1.2rem;
  }
}

.mod_article.section {
  height: 100vh;
}
.mod_article .inner {
  width: 60%;
  margin: 0 auto;
}
@media all and (max-width: 1024px) {
  .mod_article .inner {
    width: 70%;
  }
}
.mod_article .inner-xl {
  width: calc(100% - 13.126rem);
  margin: 0 auto;
}
@media all and (max-width: 1350px) {
  .mod_article .inner-xl {
    width: calc(100% - 10rem);
  }
}
@media all and (max-width: 1150px) {
  .mod_article .inner-xl {
    width: calc(100% - 7.5rem);
  }
}
@media all and (max-width: 1024px) {
  .mod_article .inner-xl {
    width: calc(100% - 5rem);
  }
}
@media all and (max-width: 540px) {
  .mod_article .inner-xl {
    width: calc(100% - 3.5rem);
  }
}

#main:before, #main:after {
  background: #000;
}
/*
#main .mod_article.first {
  padding-top: 55px;
}
*/
#main .mod_article:nth-of-type(1) {
  padding-top: 55px;
}

/******************************/
/*  JUEGER & GRAETER - PAGES  */
/******************************/
.home #wrapper {
  padding-top: 0;
}
.home #main .mod_article {
  position: relative;
}
/*
.home #main .mod_article.first {
  padding-top: 0;
}
*/
.home #main .mod_article:nth-of-type(1) {
  padding-top: 0;
}
.home #main .mod_article.intro:before {
  content: "";
  width: 100%;
  height: 22.813rem;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(#262626, transparent);
  background: -o-linear-gradient(#262626, transparent);
  background: -moz-linear-gradient(#262626, transparent);
  background: linear-gradient(#262626, transparent);
}
@media all and (max-width: 930px) {
  .home #main .mod_article.intro .flex_box.h_left {
    justify-content: center;
  }
}
.home #main .mod_article.intro .ce_headline {
  display: block;
  margin-left: 11.5%;
}
@media all and (max-width: 930px) {
  .home #main .mod_article.intro .ce_headline {
    margin-left: 0;
  }
}
.home #main .mod_article.intro .ce_headline h1 {
  font-size: 5rem;
  position: relative;
  padding: 0 4.688rem 2.188rem 4.688rem;
  color: #f8f8f8;
  line-height: 5rem;
}
@media all and (max-width: 1150px) {
  .home #main .mod_article.intro .ce_headline h1 {
    font-size: 4rem;
  }
}
@media all and (max-width: 767px) {
  .home #main .mod_article.intro .ce_headline h1 {
    font-size: 3rem;
  }
}
@media all and (max-width: 480px) {
  .home #main .mod_article.intro .ce_headline h1 {
    font-size: 2rem;
  }
}
@media all and (max-width: 1150px) {
  .home #main .mod_article.intro .ce_headline h1 {
    padding: 0 4rem 2.188rem 4rem;
    line-height: 4.5rem;
  }
}
@media all and (max-width: 767px) {
  .home #main .mod_article.intro .ce_headline h1 {
    padding: 0 2.75rem 2rem 2.75rem;
    line-height: 3.5rem;
  }
}
@media all and (max-width: 480px) {
  .home #main .mod_article.intro .ce_headline h1 {
    padding: 0 2.25rem 1.5rem 2.25rem;
    line-height: 2.5rem;
  }
}
.home #main .mod_article.intro .ce_headline h1 span {
  color: #f8f8f8;
  line-height: 5rem;
}
.home #main .mod_article.intro .ce_headline h1 span.plus {
  position: absolute;
  width: 5rem;
  height: 5rem;
  top: -1.875rem;
  left: -2.5rem;
}
.home #main .mod_article.intro .ce_headline h1 span.plus:before, .home #main .mod_article.intro .ce_headline h1 span.plus:after {
  content: "";
  background: #f8f8f8;
  position: absolute;
}
.home #main .mod_article.intro .ce_headline h1 span.plus:before {
  top: 50%;
  height: 1px;
  width: 100%;
}
.home #main .mod_article.intro .ce_headline h1 span.plus:after {
  left: 50%;
  width: 1px;
  height: 100%;
}
@media all and (max-width: 1150px) {
  .home #main .mod_article.intro .ce_headline h1 span {
    line-height: 4.5rem;
  }
  .home #main .mod_article.intro .ce_headline h1 span.plus {
    width: 3.5rem;
    height: 3.5rem;
    top: -1.25rem;
    left: -1.75rem;
  }
}
@media all and (max-width: 767px) {
  .home #main .mod_article.intro .ce_headline h1 span {
    line-height: 3.5rem;
  }
  .home #main .mod_article.intro .ce_headline h1 span.plus {
    width: 2.75rem;
    height: 2.75rem;
    top: -1rem;
    left: -1.25rem;
  }
}
@media all and (max-width: 480px) {
  .home #main .mod_article.intro .ce_headline h1 span {
    line-height: 2.5rem;
  }
  .home #main .mod_article.intro .ce_headline h1 span.plus {
    width: 2rem;
    height: 2rem;
    top: -1rem;
    left: -1.25rem;
  }
}
.home #main .mod_article.intro .ce_headline h1:after {
  content: "";
  width: 100%;
  height: 8.125rem;
  border: 1px solid #f8f8f8;
  border-top: none;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media all and (max-width: 1150px) {
  .home #main .mod_article.intro .ce_headline h1:after {
    height: 6rem;
  }
}
.home #main .mod_article.teaser .page_teaser.has_ratio:before {
  padding-top: 56.75%;
}
@media all and (min-width: 541px) and (max-width: 767px) {
  .home #main .mod_article.teaser .page_teaser.has_ratio:before {
    padding-top: 70%;
  }
}
@media all and (max-width: 540px) {
  .home #main .mod_article.teaser .rs-columns {
    flex-direction: column;
  }
  .home #main .mod_article.teaser .rs-columns .rs-column.-large-col-2-1 {
    width: 100%;
  }
}
.home #main .mod_article.standorte .has_ratio .ratio {
  display: flex;
  align-items: center;
  padding-left: 6.563rem;
  padding-right: 3.125rem;
}
@media all and (max-width: 1350px) {
  .home #main .mod_article.standorte .has_ratio .ratio {
    padding-left: 5rem;
  }
}
@media all and (max-width: 1150px) {
  .home #main .mod_article.standorte .has_ratio .ratio {
    padding-left: 3.75rem;
  }
}
@media all and (max-width: 1024px) {
  .home #main .mod_article.standorte .has_ratio .ratio {
    padding-left: 2.5rem;
  }
}
@media all and (max-width: 540px) {
  .home #main .mod_article.standorte .has_ratio .ratio {
    padding-left: 1.75rem;
  }
}
@media all and (max-width: 700px) {
  .home #main .mod_article.standorte .has_ratio .ratio {
    position: relative;
  }
}
.home #main .mod_article.standorte .has_ratio .ratio .ce_text p {
  font-size: 1.25rem;
}
.home #main .mod_article.standorte .has_ratio:before {
  padding-top: 75%;
}
@media all and (max-width: 1550px) {
  .home #main .mod_article.standorte .has_ratio:before {
    padding-top: 90%;
  }
}
@media all and (max-width: 1250px) {
  .home #main .mod_article.standorte .has_ratio:before {
    padding-top: 110%;
  }
}
@media all and (max-width: 930px) {
  .home #main .mod_article.standorte .has_ratio:before {
    padding-top: 150%;
  }
}
@media all and (max-width: 767px) {
  .home #main .mod_article.standorte .has_ratio:before {
    padding-top: 185%;
  }
}
@media all and (max-width: 700px) {
  .home #main .mod_article.standorte .has_ratio:before {
    content: none;
  }
}
@media all and (max-width: 700px) {
  .home #main .mod_article.standorte .rs-columns {
    flex-direction: column;
  }
  .home #main .mod_article.standorte .rs-columns .rs-column.-large-col-2-1 {
    width: 100%;
  }
  .home #main .mod_article.standorte .rs-columns .rs-column + .rs-column {
    position: relative;
    margin-top: 6.5rem;
  }
  .home #main .mod_article.standorte .rs-columns .rs-column + .rs-column:before {
    content: "";
    display: block;
    padding-top: 56.75%;
  }
  .home #main .mod_article.standorte .rs-columns .rs-column + .rs-column .ce_dlh_googlemaps {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media all and (max-width: 630px) {
  .home #main .mod_article.standorte .rs-columns .rs-column + .rs-column:before {
    padding-top: 100%;
  }
}

.branchen .mod_article:nth-of-type(1) {
  padding-top: 0 !important;
}

.branche .mod_article:nth-of-type(1) {
  padding-top: 0;
}
.branche .mod_article:nth-of-type(1) .intro {
  display: flex;
  justify-content: flex-start;
  width: 75%;
}
@media all and (max-width: 630px) {
  .branche .mod_article:nth-of-type(1) .intro {
    width: 60%;
  }
}
.branche .mod_article:nth-of-type(1) .intro .ce_text {
  width: 50%;
}
@media all and (max-width: 1350px) {
  .branche .mod_article:nth-of-type(1) .intro .ce_text {
    width: 60%;
  }
}
@media all and (max-width: 1150px) {
  .branche .mod_article:nth-of-type(1) .intro .ce_text {
    width: 70%;
  }
}
@media all and (max-width: 1024px) {
  .branche .mod_article:nth-of-type(1) .intro .ce_text {
    width: 90%;
  }
}
.branche .mod_article:nth-of-type(1) .intro .ce_text h1, .branche .mod_article:nth-of-type(1) .intro .ce_text h2, .branche .mod_article:nth-of-type(1) .intro .ce_text p {
  color: #f8f8f8;
}
.branche .mod_article:nth-of-type(1) .intro .ce_text h1 {
  margin-bottom: 0;
  padding-bottom: 0.625rem;
  position: relative;
}
.branche .mod_article:nth-of-type(1) .intro .ce_text h1 span {
  line-height: 1.25;
  color: #f8f8f8;
}
.branche .mod_article:nth-of-type(1) .intro .ce_text h1 span.plus {
  position: absolute;
  top: -0.813rem;
  left: -5.625rem;
  width: 3.75rem;
  height: 3.75rem;
}
.branche .mod_article:nth-of-type(1) .intro .ce_text h1 span.plus:before, .branche .mod_article:nth-of-type(1) .intro .ce_text h1 span.plus:after {
  content: "";
  background: #f8f8f8;
  position: absolute;
}
.branche .mod_article:nth-of-type(1) .intro .ce_text h1 span.plus:before {
  top: 50%;
  height: 1px;
  width: 100%;
}
.branche .mod_article:nth-of-type(1) .intro .ce_text h1 span.plus:after {
  left: 50%;
  width: 1px;
  height: 100%;
}
@media all and (max-width: 1150px) {
  .branche .mod_article:nth-of-type(1) .intro .ce_text h1 span.plus {
    top: -0.5rem;
    left: -4rem;
    width: 2.625rem;
    height: 2.625rem;
  }
}
@media all and (max-width: 767px) {
  .branche .mod_article:nth-of-type(1) .intro .ce_text h1 span.plus {
    top: -0.45rem;
    left: -3.25rem;
    width: 2.063rem;
    height: 2.063rem;
  }
}
@media all and (max-width: 480px) {
  .branche .mod_article:nth-of-type(1) .intro .ce_text h1 span.plus {
    top: -0.3rem;
    left: -2.5rem;
    width: 1.5rem;
    height: 1.5rem;
  }
}
.branche .mod_article:nth-of-type(1) .intro .ce_text p {
  font-size: 1.25rem;
}
.branche .mod_article:nth-of-type(1) .button {
  position: absolute;
  top: calc(16.875rem - 100px);
  right: 6.563rem;
  transition: all 0.25s ease-out;
}
@media all and (max-width: 1024px) {
  .branche .mod_article:nth-of-type(1) .button {
    top: calc(10rem - 55px);
  }
}
@media all and (max-width: 930px) {
  .branche .mod_article:nth-of-type(1) .button {
    right: 5.75rem;
  }
}
@media all and (max-width: 630px) {
  .branche .mod_article:nth-of-type(1) .button {
    position: fixed;
    top: 60px;
    right: 0;
    width: 100%;
    z-index: 3;
  }
}
.branche .mod_article:nth-of-type(1) .button:before {
  content: "";
  font-family: "icons";
  font-size: 2.75rem;
  color: #f8f8f8;
  line-height: 3.75rem;
  position: absolute;
  left: 0.938rem;
  top: 0;
}
@media all and (max-width: 1150px) {
  .branche .mod_article:nth-of-type(1) .button:before {
    font-size: 2.291rem;
  }
}
@media all and (max-width: 767px) {
  .branche .mod_article:nth-of-type(1) .button:before {
    font-size: 1.833rem;
  }
}
@media all and (max-width: 630px) {
  .branche .mod_article:nth-of-type(1) .button:before {
    font-size: 1.412rem;
  }
}
@media all and (max-width: 767px) {
  .branche .mod_article:nth-of-type(1) .button:before {
    line-height: 3.25rem;
  }
}
@media all and (max-width: 630px) {
  .branche .resized .mod_article:nth-of-type(1) .button {
    top: 60px;
  }
}

.branchendetail_block {
  width: calc(100% - 13.126rem);
  margin: 0 auto;
}
@media all and (max-width: 1350px) {
  .branchendetail_block {
    width: calc(100% - 10rem);
  }
}
@media all and (max-width: 1150px) {
  .branchendetail_block {
    width: calc(100% - 7.5rem);
  }
}
@media all and (max-width: 1024px) {
  .branchendetail_block {
    width: calc(100% - 5rem);
  }
}
@media all and (max-width: 540px) {
  .branchendetail_block {
    width: calc(100% - 3.5rem);
  }
}
@media all and (max-width: 630px) {
  .branchendetail_block {
    flex-direction: column-reverse;
  }
}
.branchendetail_block .col.image {
  width: 32.75%;
}
@media all and (max-width: 767px) {
  .branchendetail_block .col.image {
    width: 40%;
  }
}
@media all and (max-width: 630px) {
  .branchendetail_block .col.image {
    width: 100%;
    margin-top: 2.5rem;
  }
}
.branchendetail_block .col.info {
  width: 67.25%;
}
@media all and (max-width: 767px) {
  .branchendetail_block .col.info {
    width: 60%;
  }
}
@media all and (max-width: 630px) {
  .branchendetail_block .col.info {
    width: 100%;
  }
}
.branchendetail_block .col.info .inner {
  width: 90%;
  padding-left: 10%;
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .branchendetail_block .col.info .inner {
    width: 92.5%;
    padding-left: 7.5%;
  }
}
@media all and (max-width: 630px) {
  .branchendetail_block .col.info .inner {
    width: 100%;
    padding-left: 0%;
  }
}
.branchendetail_block .col.info .inner h2 {
  font-size: 2.25rem;
  font-weight: 700;
  color: #00778b;
  margin-bottom: 2.513rem;
}
@media all and (max-width: 1350px) {
  .branchendetail_block .col.info .inner h2 {
    font-size: 1.75rem;
  }
}
@media all and (max-width: 630px) {
  .branchendetail_block .col.info .inner h2 {
    font-size: 1.312rem;
  }
}
.branchendetail_block .col.info .inner h3 {
  font-size: 2.25rem;
  font-weight: 300;
  color: #262626;
  margin-bottom: 0;
}
@media all and (max-width: 1350px) {
  .branchendetail_block .col.info .inner h3 {
    font-size: 1.75rem;
  }
}
@media all and (max-width: 630px) {
  .branchendetail_block .col.info .inner h3 {
    font-size: 1.312rem;
  }
}
@media all and (max-width: 630px) {
  .branchendetail_block .col.info .inner h3 {
    font-weight: 400;
  }
}
.branchendetail_block .col.info .inner h4 {
  font-size: 1.75rem;
  font-weight: 700;
  color: #262626;
  margin-top: 2.813rem;
}
@media all and (max-width: 1150px) {
  .branchendetail_block .col.info .inner h4 {
    font-size: 1.531rem;
  }
}
@media all and (max-width: 767px) {
  .branchendetail_block .col.info .inner h4 {
    font-size: 1.312rem;
  }
}
.branchendetail_block .col.info .inner p:nth-of-type(1) {
  margin-top: 0.5rem;
}
.branchendetail_block .col.info .inner a.special {
  font-size: 1.25rem;
  color: #ea4301;
}

.service_nav ul li {
  cursor: pointer;
  font-size: 0.95rem;
  text-transform: uppercase;
  color: #00778b;
  transition: all 0.25s ease-out;
}
.service_nav ul li:hover {
  color: #ea4301;
}

.service_teaser {
  display: flex;
  background: #f8f8f8;
  margin-top: 0.313rem;
}
.service_teaser:nth-of-type(even) {
  background: #efefef;
}
@media all and (max-width: 630px) {
  .service_teaser {
    flex-direction: column;
  }
}
.service_teaser .col {
  display: flex;
  align-items: center;
  width: 50%;
}
@media all and (max-width: 630px) {
  .service_teaser .col {
    width: 100%;
  }
}
.service_teaser .col.image {
  background-size: cover !important;
}
@media all and (max-width: 630px) {
  .service_teaser .col.image {
    position: relative;
  }
  .service_teaser .col.image .inside {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .service_teaser .col.image:before {
    content: "";
    display: block;
    padding-top: 75%;
  }
}
.service_teaser .col .inner {
  width: 70%;
  padding: 6.875rem 20% 6.875rem 10%;
  margin: 0;
}
@media all and (max-width: 930px) {
  .service_teaser .col .inner {
    width: 80%;
    padding: 4.75rem 10%;
  }
}
@media all and (max-width: 630px) {
  .service_teaser .col .inner {
    width: calc(100% - 13.126rem);
    margin: 0 auto;
    padding: 4rem 0;
  }
}
@media all and (max-width: 630px) and (max-width: 1350px) {
  .service_teaser .col .inner {
    width: calc(100% - 10rem);
  }
}
@media all and (max-width: 630px) and (max-width: 1150px) {
  .service_teaser .col .inner {
    width: calc(100% - 7.5rem);
  }
}
@media all and (max-width: 630px) and (max-width: 1024px) {
  .service_teaser .col .inner {
    width: calc(100% - 5rem);
  }
}
@media all and (max-width: 630px) and (max-width: 540px) {
  .service_teaser .col .inner {
    width: calc(100% - 3.5rem);
  }
}
.service_teaser .col .inner h2 {
  font-size: 2.75rem;
  color: #00778b;
  font-weight: 700;
}
@media all and (max-width: 1150px) {
  .service_teaser .col .inner h2 {
    font-size: 2.291rem;
  }
}
@media all and (max-width: 767px) {
  .service_teaser .col .inner h2 {
    font-size: 1.833rem;
  }
}
@media all and (max-width: 630px) {
  .service_teaser .col .inner h2 {
    font-size: 1.412rem;
  }
}
.service_teaser .col .inner p {
  font-size: 2rem;
  font-weight: 300;
}
@media all and (max-width: 1150px) {
  .service_teaser .col .inner p {
    font-size: 1.75rem;
  }
}
@media all and (max-width: 767px) {
  .service_teaser .col .inner p {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 630px) {
  .service_teaser .col .inner p {
    font-size: 1.312rem;
  }
}
.service_teaser .col .inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
  margin: 2.813rem 0 3.438rem;
}
.service_teaser .col .inner ul li {
  padding: 0.438rem 0.562rem;
  background: #005260;
  font-size: 1.125rem;
  color: #efefef;
  margin-right: 0.313rem;
  margin-bottom: 0.313rem;
}
.service_teaser .col .inner ul li:nth-last-child(1) {
  margin-right: 0;
}
.service_teaser .col .inner .button {
  display: flex;
  align-items: center;
  font-size: 2rem;
  color: #00778b;
  font-weight: 700;
  cursor: pointer;
  margin-top: 2.375rem;
}
@media all and (max-width: 1150px) {
  .service_teaser .col .inner .button {
    font-size: 1.75rem;
  }
}
@media all and (max-width: 767px) {
  .service_teaser .col .inner .button {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 630px) {
  .service_teaser .col .inner .button {
    font-size: 1.312rem;
  }
}
.service_teaser .col .inner .button span {
  display: inline-block;
  position: relative;
  width: 2rem;
  height: 2rem;
  margin-right: 1.375rem;
}
.service_teaser .col .inner .button.service_toggle span {
  position: absolute;
  position: relative;
}
.service_teaser .col .inner .button.service_toggle span:before, .service_teaser .col .inner .button.service_toggle span:after {
  content: "";
  background: #00778b;
  position: absolute;
}
.service_teaser .col .inner .button.service_toggle span:before {
  top: 50%;
  height: 1px;
  width: 100%;
}
.service_teaser .col .inner .button.service_toggle span:after {
  left: 50%;
  width: 1px;
  height: 100%;
}
.service_teaser .col .inner .button.service_close {
  color: #ea4301;
}
.service_teaser .col .inner .button.service_close span {
  position: absolute;
  position: relative;
  transform: rotate(45deg);
}
.service_teaser .col .inner .button.service_close span:before, .service_teaser .col .inner .button.service_close span:after {
  content: "";
  background: #00778b;
  position: absolute;
}
.service_teaser .col .inner .button.service_close span:before {
  top: 50%;
  height: 1px;
  width: 100%;
}
.service_teaser .col .inner .button.service_close span:after {
  left: 50%;
  width: 1px;
  height: 100%;
}
.service_teaser .col .inner .button.service_close span:before, .service_teaser .col .inner .button.service_close span:after {
  background: #ea4301;
}
.service_teaser .col .inner .button.hide {
  display: none;
}

.service_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  display: none;
  padding-top: 7.5rem;
  margin-bottom: 1.875rem;
  background: #f8f8f8;
}
@media all and (max-width: 1350px) {
  .service_content {
    padding-top: 6rem;
  }
}
@media all and (max-width: 930px) {
  .service_content {
    padding-top: 4.5rem;
  }
}
@media all and (max-width: 630px) {
  .service_content {
    padding-top: 1rem;
  }
}
.service_content:nth-of-type(even) {
  background: #efefef;
}
.service_content .product {
  padding-bottom: 5.75rem;
}
.service_content .product + .product:before {
  width: calc(100% - 13.126rem);
  margin: 0 auto;
  content: "";
  height: 1px;
  background: #d8d8d8;
  margin: 0 auto 5rem;
  display: block;
}
@media all and (max-width: 1350px) {
  .service_content .product + .product:before {
    width: calc(100% - 10rem);
  }
}
@media all and (max-width: 1150px) {
  .service_content .product + .product:before {
    width: calc(100% - 7.5rem);
  }
}
@media all and (max-width: 1024px) {
  .service_content .product + .product:before {
    width: calc(100% - 5rem);
  }
}
@media all and (max-width: 540px) {
  .service_content .product + .product:before {
    width: calc(100% - 3.5rem);
  }
}
.service_content .columns_block {
  width: calc(100% - 13.126rem);
  margin: 0 auto;
}
@media all and (max-width: 1350px) {
  .service_content .columns_block {
    width: calc(100% - 10rem);
  }
}
@media all and (max-width: 1150px) {
  .service_content .columns_block {
    width: calc(100% - 7.5rem);
  }
}
@media all and (max-width: 1024px) {
  .service_content .columns_block {
    width: calc(100% - 5rem);
  }
}
@media all and (max-width: 540px) {
  .service_content .columns_block {
    width: calc(100% - 3.5rem);
  }
}
.service_content .rs-columns {
  width: calc(100% - 13.126rem);
  margin: 0 auto;
}
@media all and (max-width: 1350px) {
  .service_content .rs-columns {
    width: calc(100% - 10rem);
  }
}
@media all and (max-width: 1150px) {
  .service_content .rs-columns {
    width: calc(100% - 7.5rem);
  }
}
@media all and (max-width: 1024px) {
  .service_content .rs-columns {
    width: calc(100% - 5rem);
  }
}
@media all and (max-width: 540px) {
  .service_content .rs-columns {
    width: calc(100% - 3.5rem);
  }
}
@media all and (max-width: 930px) {
  .service_content .rs-columns {
    flex-direction: column;
  }
}
.service_content .rs-columns .rs-column.-large-col-2-1 {
  width: calc(50% - 0.938rem);
}
@media all and (max-width: 1250px) {
  .service_content .rs-columns .rs-column.-large-col-2-1 {
    width: calc(50% - 1.750rem);
  }
}
@media all and (max-width: 930px) {
  .service_content .rs-columns .rs-column.-large-col-2-1 {
    width: 100%;
  }
}
.service_content .rs-columns + .rs-columns {
  margin-top: 1.5rem;
}
.service_content h3 {
  font-size: 2.25rem;
  font-weight: 300;
  color: #00778b;
  margin-bottom: 1.5rem;
}
@media all and (max-width: 1350px) {
  .service_content h3 {
    font-size: 1.75rem;
  }
}
@media all and (max-width: 630px) {
  .service_content h3 {
    font-size: 1.312rem;
  }
}
.service_content h4 {
  font-size: 1.75rem;
  font-weight: 700;
}
@media all and (max-width: 1150px) {
  .service_content h4 {
    font-size: 1.531rem;
  }
}
@media all and (max-width: 767px) {
  .service_content h4 {
    font-size: 1.312rem;
  }
}
.service_content .ce_text p:nth-of-type(1) {
  margin-top: 0;
}
.service_content .ce_text.no_hl {
  margin-top: 3.438rem;
}
.service_content .reference_links {
  flex-wrap: wrap;
}
.service_content .reference_links .linkbox {
  position: relative;
  width: calc(100% / 3 - 1.25rem);
  margin: 0 1.875rem 2.5rem 0;
}
@media all and (max-width: 1150px) {
  .service_content .reference_links .linkbox {
    width: calc(100% / 3 - 0.7rem);
    margin: 0 1rem 2.5rem 0;
  }
}
@media all and (max-width: 1150px) {
  .service_content .reference_links .linkbox {
    width: 100%;
    margin: 0 0 0.5rem 0;
  }
}
.service_content .reference_links .linkbox img {
  width: 100%;
  height: auto;
}
.service_content .reference_links .linkbox p {
  margin: 0 0 0 0.625rem;
}
.service_content .reference_links .linkbox a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.service_content .reference_links .linkbox:nth-child(3n+3) {
  margin-right: 0;
}
.service_content .reference_links .linkbox:nth-child(n+4) {
  margin-bottom: 0;
}
.service_content .branchen_links {
  padding-left: calc(100% / 3 + 0.750rem);
}
@media all and (max-width: 930px) {
  .service_content .branchen_links {
    padding-left: 0;
    margin-top: 3.5rem;
  }
}
.service_content .ce_table {
  margin-bottom: 5rem;
}
@media all and (max-width: 930px) {
  .service_content .ce_table {
    margin-bottom: 3.5rem;
  }
}
.service_content .ce_gallery {
  margin-top: 3.438rem;
}
.service_content .ce_gallery ul {
  display: flex;
  justify-content: flex-start;
  list-style: none;
}
@media all and (max-width: 480px) {
  .service_content .ce_gallery ul {
    flex-direction: column;
  }
}
.service_content .ce_gallery ul.cols_3 li {
  width: calc(100% / 3 - 1.250rem);
}
@media all and (max-width: 1150px) {
  .service_content .ce_gallery ul.cols_3 li {
    width: calc(100% / 3 - 0.700rem);
  }
}
@media all and (max-width: 480px) {
  .service_content .ce_gallery ul.cols_3 li {
    width: 100%;
  }
}
.service_content .ce_gallery ul.cols_3 li + li {
  margin-left: 1.875rem;
}
@media all and (max-width: 1150px) {
  .service_content .ce_gallery ul.cols_3 li + li {
    margin-left: 1.05rem;
  }
}
@media all and (max-width: 480px) {
  .service_content .ce_gallery ul.cols_3 li + li {
    margin-left: 0;
  }
}
.service_content .ce_accessible_tabs {
  width: calc(100% - 13.126rem);
  margin: 0 auto;
}
@media all and (max-width: 1350px) {
  .service_content .ce_accessible_tabs {
    width: calc(100% - 10rem);
  }
}
@media all and (max-width: 1150px) {
  .service_content .ce_accessible_tabs {
    width: calc(100% - 7.5rem);
  }
}
@media all and (max-width: 1024px) {
  .service_content .ce_accessible_tabs {
    width: calc(100% - 5rem);
  }
}
@media all and (max-width: 540px) {
  .service_content .ce_accessible_tabs {
    width: calc(100% - 3.5rem);
  }
}
.service_content .ce_accessible_tabs .content .mod_rocksolid_slider .rsts-prev {
  left: 1rem;
}
.service_content .ce_accessible_tabs .content .mod_rocksolid_slider .rsts-next {
  right: 1rem;
}
.service_content .button {
  display: flex;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  padding: 1rem 1.25rem 1rem;
  margin-top: 3.438rem;
  color: #f8f8f8;
  background: #ea4301;
  cursor: pointer;
}
@media all and (max-width: 1150px) {
  .service_content .button {
    font-size: 1.312rem;
  }
}
@media all and (max-width: 767px) {
  .service_content .button {
    font-size: 1.2rem;
  }
}
.service_content .button span {
  position: absolute;
  position: relative;
  transform: rotate(45deg);
  width: 1.35rem;
  height: 1.35rem;
  display: block;
  margin-right: 0.625rem;
}
.service_content .button span:before, .service_content .button span:after {
  content: "";
  background: #f8f8f8;
  position: absolute;
}
.service_content .button span:before {
  top: 50%;
  height: 1px;
  width: 100%;
}
.service_content .button span:after {
  left: 50%;
  width: 1px;
  height: 100%;
}
@media all and (max-width: 930px) {
  .service_content .tooltip_image {
    margin-top: 3.75rem;
  }
}

.reference .service_block .service_teaser:nth-of-type(even) {
  flex-direction: row-reverse;
}
.reference .service_block .service_content .ce_accessible_tabs .content .mod_rocksolid_slider .rsts-nav-bullets {
  bottom: 0;
}
@media all and (max-width: 930px) {
  .reference .service_block .service_content .ce_accessible_tabs .content .mod_rocksolid_slider {
    margin-top: 3.75rem;
  }
}
@media all and (max-width: 630px) {
  .reference .service_block .service_content .ce_accessible_tabs .content .mod_rocksolid_slider {
    margin-top: 3rem;
  }
}

.company .historie .ce_image {
  position: relative;
  width: 100%;
}
.company .historie .ce_image:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.company .historie .ce_image .image_container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.company .historie .ce_image .image_container img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
@media all and (max-width: 930px) {
  .company .organisation .rs-columns,
.company .philosophie .rs-columns {
    flex-direction: column;
  }
  .company .organisation .rs-columns.content .rs-column.-large-col-2-1,
.company .philosophie .rs-columns.content .rs-column.-large-col-2-1 {
    width: 100%;
  }
  .company .organisation .ce_image {
    margin-top: 1.5rem;
  }
}

@media all and (max-width: 630px) {
  .contact .standorte .rs-columns {
    flex-direction: column;
  }
}
.contact .standorte .rs-columns .rs-column.-large-first {
  padding-left: 6.563rem;
  width: 34.312rem;
  padding-top: 5.625rem;
  padding-right: 1rem;
  padding-bottom: 10rem;
  background: #00778b;
}
@media all and (max-width: 1350px) {
  .contact .standorte .rs-columns .rs-column.-large-first {
    padding-left: 5rem;
  }
}
@media all and (max-width: 1150px) {
  .contact .standorte .rs-columns .rs-column.-large-first {
    padding-left: 3.75rem;
  }
}
@media all and (max-width: 1024px) {
  .contact .standorte .rs-columns .rs-column.-large-first {
    padding-left: 2.5rem;
  }
}
@media all and (max-width: 540px) {
  .contact .standorte .rs-columns .rs-column.-large-first {
    padding-left: 1.75rem;
  }
}
@media all and (max-width: 1350px) {
  .contact .standorte .rs-columns .rs-column.-large-first {
    width: 35.875rem;
  }
}
@media all and (max-width: 1150px) {
  .contact .standorte .rs-columns .rs-column.-large-first {
    width: calc(50% - 4.750rem);
  }
}
@media all and (max-width: 1024px) {
  .contact .standorte .rs-columns .rs-column.-large-first {
    width: calc(50% - 3.500rem);
  }
}
@media all and (max-width: 630px) {
  .contact .standorte .rs-columns .rs-column.-large-first {
    width: 100%;
    padding-top: 4.5rem;
    padding-bottom: 5rem;
    padding-left: 15%;
    padding-right: 15%;
  }
}
.contact .standorte .rs-columns .rs-column.-large-first h1, .contact .standorte .rs-columns .rs-column.-large-first h2, .contact .standorte .rs-columns .rs-column.-large-first h3, .contact .standorte .rs-columns .rs-column.-large-first p, .contact .standorte .rs-columns .rs-column.-large-first span, .contact .standorte .rs-columns .rs-column.-large-first a {
  color: #f8f8f8;
}
.contact .standorte .rs-columns .rs-column.-large-first .address_block span:before {
  color: #f8f8f8;
}
.contact .standorte .rs-columns .rs-column.-large-last {
  width: calc(100% - 41.875rem);
}
@media all and (max-width: 1150px) {
  .contact .standorte .rs-columns .rs-column.-large-last {
    width: 50%;
  }
}
@media all and (max-width: 630px) {
  .contact .standorte .rs-columns .rs-column.-large-last {
    position: relative;
    width: 100%;
  }
  .contact .standorte .rs-columns .rs-column.-large-last:before {
    content: "";
    display: block;
    padding-top: 70%;
  }
  .contact .standorte .rs-columns .rs-column.-large-last .ce_dlh_googlemaps {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media all and (max-width: 930px) {
  .contact .standorte .standorte_block {
    padding-top: 2rem;
  }
}
@media all and (max-width: 540px) {
  .contact .standorte .standorte_block {
    width: 70%;
  }
}
.contact .standorte .standorte_block .address_block {
  padding: 4.375rem 0 5.313rem;
}
@media all and (max-width: 930px) {
  .contact .standorte .standorte_block .address_block {
    width: 50%;
    padding: 3.375rem 0 0;
  }
}
@media all and (max-width: 540px) {
  .contact .standorte .standorte_block .address_block {
    width: 100%;
  }
}

.search-results .mod_search {
  width: calc(100% - 13.126rem);
  margin: 0 auto;
}
.search-results .mod_search form .formbody {
  align-items: flex-end;
}
.search-results .mod_search form .formbody .widget {
  width: calc(100% - 21.563rem);
}
@media all and (max-width: 930px) {
  .search-results .mod_search form .formbody .widget {
    width: calc(100% - 12.500rem);
  }
}
@media all and (max-width: 540px) {
  .search-results .mod_search form .formbody .widget {
    width: 100%;
  }
}
@media all and (max-width: 540px) {
  .search-results .mod_search form .formbody .widget-submit {
    width: 100%;
    margin-top: 1.75rem;
  }
}
.search-results .mod_search form .formbody .widget-submit input, .search-results .mod_search form .formbody .widget-submit button {
  width: 21.563rem;
}
@media all and (max-width: 930px) {
  .search-results .mod_search form .formbody .widget-submit input, .search-results .mod_search form .formbody .widget-submit button {
    width: 12.5rem;
    padding: 1.125rem 0;
  }
}
@media all and (max-width: 540px) {
  .search-results .mod_search form .formbody .widget-submit input, .search-results .mod_search form .formbody .widget-submit button {
    width: 100%;
  }
}
@media all and (max-width: 1350px) {
  .search-results .mod_search {
    width: calc(100% - 10rem);
  }
}
@media all and (max-width: 1150px) {
  .search-results .mod_search {
    width: calc(100% - 7.5rem);
  }
}
@media all and (max-width: 1024px) {
  .search-results .mod_search {
    width: calc(100% - 5rem);
  }
}
@media all and (max-width: 540px) {
  .search-results .mod_search {
    width: calc(100% - 3.5rem);
  }
}
.search-results .mod_search .result {
  margin-bottom: 2.5rem;
}
.search-results .mod_search .result h2 {
  margin-bottom: 1rem;
}
.search-results .mod_search .result h2 a {
  font-size: 1.5rem;
  font-weight: 400;
  color: #00778b;
  line-height: 1.25;
}
@media all and (max-width: 1150px) {
  .search-results .mod_search .result h2 a {
    font-size: 1.312rem;
  }
}
@media all and (max-width: 767px) {
  .search-results .mod_search .result h2 a {
    font-size: 1.2rem;
  }
}
.search-results .mod_search .result p {
  margin-top: 0;
}
.search-results .mod_search .result p .highlight {
  color: #ea4301;
}
.search-results .inf_trigger {
  display: none;
  margin-top: 6.25rem;
}
.search-results.showLoader .inf_trigger {
  display: block;
}

.home #header .nav_block .mod_navigation ul li a.petrol-link {
  background-color: #00778b;
  color: #f8f8f8;
}

.home #header .nav_block .mod_navigation ul li a.petrol-link:hover {
  color: #262626;
  background: #f8f8f8;
}

/****************************/
/*  JUEGER & GRAETER - SFX  */
/****************************/
.mmenu_trigger {
  display: flex;
  align-items: center;
  margin-left: 1.25rem;
}
.mmenu_trigger a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  width: 1.563rem;
  height: 1.25rem;
}
.mmenu_trigger a span {
  transition: all 0.25s ease-out;
  display: block;
  width: 100%;
  height: 1px;
  background: #f8f8f8;
}
.mmenu_trigger a:hover span {
  background: #005260;
}
@media all and (min-width: 1025px) {
  .mmenu_trigger {
    display: none;
  }
}

.mm-menu {
  top: 60px;
  margin: 0 !important;
  width: 100% !important;
  height: calc(100vh - 60px);
}
/*
.mm-menu ul.level_1 li.last {
  padding-bottom: 12.5rem;
}
*/
.mm-menu ul.level_2 li.last {
  padding-bottom: 0;
}
.mm-menu.mm-light {
  background: #00778b;
  color: #f8f8f8;
}
.mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > a.mm-subopen, .mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > ul {
  background: rgba(0, 0, 0, 0.075);
}

.mm-list > li > a, .mm-list > li > span {
  color: #f8f8f8;
  padding-left: 3.75rem;
}

.bg_multiply {
  background-blend-mode: multiply;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

#scrollLink {
  background: #efefef;
  transition: transform 0.23s;
  box-shadow: 2px 2px 14px #262626;
}
#scrollLink a {
  display: inline-block;
  color: #262626;
  padding: 2rem;
}

body.killScroll {
  overflow: hidden;
}

#scroller.reduceWidth {
  width: 100% !important;
}

.slideItem.fixed {
  position: fixed;
  width: 100%;
  z-index: 4;
}

#main:before, #main:after {
  content: "";
  position: fixed;
  left: 0;
  width: 100%;
  height: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: 1;
  transition: all 0.25s ease-out;
}
#main:before {
  top: 0;
}
#main:after {
  bottom: 0;
}
#main.overlay:before, #main.overlay:after {
  height: 50%;
}
#main .search_overlay {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 0;
  width: 100%;
  z-index: 2;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease-out;
}
#main .search_overlay .ce_form {
  position: relative;
  z-index: 1;
}
@media all and (max-width: 540px) {
  #main .search_overlay .ce_form form .formbody {
    width: 80%;
    margin: 0 auto;
  }
}
#main .search_overlay .ce_form form .formbody .widget {
  width: 100%;
}
#main .search_overlay .ce_form form .formbody .widget input {
  font-size: 2.25rem;
  background: none;
  height: 7.5rem;
  color: #f8f8f8;
}
@media all and (max-width: 1350px) {
  #main .search_overlay .ce_form form .formbody .widget input {
    font-size: 1.75rem;
  }
}
@media all and (max-width: 630px) {
  #main .search_overlay .ce_form form .formbody .widget input {
    font-size: 1.312rem;
  }
}
#main .search_overlay .ce_form form .formbody .widget label {
  color: #f8f8f8;
  font-size: 2.25rem;
  line-height: 7.5rem;
  transition: all 0.25s ease-out;
}
@media all and (max-width: 1350px) {
  #main .search_overlay .ce_form form .formbody .widget label {
    font-size: 1.75rem;
  }
}
@media all and (max-width: 630px) {
  #main .search_overlay .ce_form form .formbody .widget label {
    font-size: 1.312rem;
  }
}
#main .search_overlay .ce_form form .formbody .widget.clicked label {
  font-size: 1rem;
  line-height: 1rem;
}
#main .search_overlay .ce_form form .formbody .widget-submit {
  width: 100%;
}
#main .search_overlay .ce_form form .formbody .widget-submit input, #main .search_overlay .ce_form form .formbody .widget-submit button {
  width: 100%;
}
#main .search_overlay .close_search {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
#main.search .search_overlay {
  height: 100%;
}

.contact_toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 2px 14px #262626;
  transition: all 0.25s ease-out;
  position: fixed;
  width: 3.75rem;
  height: 3.75rem;
  background: #f8f8f8;
  top: 16.875rem;
  right: 0;
  z-index: 5;
  cursor: pointer;
}
.contact_toggle:before {
  content: "";
  font-family: "icons";
  font-size: 1.875rem;
  color: #00778b;
}
@media all and (max-width: 1024px) {
  .contact_toggle {
    top: 10rem;
  }
}
@media all and (max-width: 767px) {
  .contact_toggle {
    width: 3.25rem;
    height: 3.25rem;
  }
  .contact_toggle:before {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 630px) {
  .contact_toggle {
    position: relative;
    width: auto;
    height: 100%;
    background: none;
    top: auto;
    right: auto;
    margin-left: 1.25rem;
    box-shadow: none;
  }
  .contact_toggle:before {
    transition: all 0.25s ease-out;
    font-size: 1rem;
    color: #f8f8f8;
  }
  .contact_toggle:hover:before {
    color: #005260;
  }
}

.contact_slide {
  position: fixed;
  top: 16.875rem;
  right: -23rem;
  z-index: 6;
  width: 22.813rem;
  background: #f8f8f8;
  transition: all 0.25s ease-out;
  box-shadow: 2px 2px 14px #262626;
}
@media all and (max-width: 1024px) {
  .contact_slide {
    top: 10rem;
  }
}
@media all and (max-width: 480px) {
  .contact_slide {
    width: 20rem;
  }
}
.contact_slide.open {
  right: 0;
}
.contact_slide .ce_text {
  padding: 1.875rem;
}
.contact_slide .ce_text a {
  color: #262626;
}
.contact_slide .ce_text a.special {
  line-height: 1;
  color: #00778b;
}
.contact_slide .ce_text span {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
}
.contact_slide .ce_text span:before {
  font-size: 1rem;
  color: #00778b;
  margin-right: 1rem;
}
.contact_slide .ce_text span.headline {
  font-size: 1.5rem;
  display: block;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 1.5rem;
}
@media all and (max-width: 1150px) {
  .contact_slide .ce_text span.headline {
    font-size: 1.312rem;
  }
}
@media all and (max-width: 767px) {
  .contact_slide .ce_text span.headline {
    font-size: 1.2rem;
  }
}
.contact_slide .ce_text span.phone:before {
  content: "";
  font-family: "icons";
}
.contact_slide .ce_text span.fax:before {
  content: "";
  font-family: "icons";
}
.contact_slide .ce_text span.email:before {
  content: "";
  font-family: "icons";
}
.contact_slide .close_slide {
  position: absolute;
  top: 2rem;
  right: 0.875rem;
  width: 0.875rem;
  height: 0.875rem;
  background: url(../../files/theme/icons/close.png) no-repeat center;
  background-size: contain;
  cursor: pointer;
}

.ce_text .twoColumns {
  column-count: 2;
  column-gap: 3.25rem;
}
@media all and (max-width: 1250px) {
  .ce_text .twoColumns {
    column-count: 1;
  }
}

.cookiebar {
  background-color: #e3e3e3;
  color: #8c8c8c;
  position: fixed;
  z-index: 1000;
  width: 100%;
  box-sizing: border-box;
}
.cookiebar--position-top {
  top: 0;
  left: 0;
}
.cookiebar--position-bottom {
  bottom: 0;
  left: 0;
}
.cookiebar--active {
  display: flex !important;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  padding: 22px;
}
@media (min-width: 48em) {
  .cookiebar--active {
    padding: 22px 55px;
    flex-wrap: nowrap;
  }
}
.cookiebar__text {
  font-size: 16px;
  line-height: 22px;
}
@media (min-width: 48em) {
  .cookiebar__text {
    flex: 1 1 0px;
  }
}
.cookiebar__text a {
  color: #00778b;
  text-decoration: underline;
}
.cookiebar__button {
  background: #ec6707;
  color: #fff;
  border: none;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.75s ease-out;
  padding: 10px 22px;
}
@media (min-width: 48em) {
  .cookiebar__button {
    margin-left: 55px;
    height: 55px;
    padding: 0 55px;
  }
}
.cookiebar__button:hover {
  background: #cdcdcd;
}
.cookiebar__link {
  color: #fff;
  display: block;
  margin: 22px 0;
}
@media (min-width: 48em) {
  .cookiebar__link {
    display: inline-block;
    margin: 0;
  }
}

.mod_mmenu {
  display: none;
}
.mod_mmenu.mm-menu--opened {
    display: block;
}

/******************************/
/*  JUEGER & GRAETER - FIXES  */
/******************************/
.cf:before, .cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.cf:after {
  clear: both;
}

figure {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.ios input,
.ios select,
.ios textarea {
  border-radius: 0;
  -webkit-appearance: none;
}

a, button {
  outline: none;
}

.ce_form form .formbody .widget.widget-submit {
  margin-top: 3.75rem;
}

/*# sourceMappingURL=style.css.map */

.tooltip{display:none}.social-link{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-shadow:2px 2px 14px #262626;box-shadow:2px 2px 14px #262626;-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;position:fixed;width:3.75rem;height:3.75rem;background:#f8f8f8;top:21rem;right:0;z-index:5;cursor:pointer}.social-link svg path{fill:#00778b}@media (max-width:767px){.social-link{width:3.25rem;height:3.25rem}}@media (max-width:630px){.social-link{position:relative;width:auto;height:100%;background:none;right:auto;margin-left:1.25rem;-webkit-box-shadow:none;box-shadow:none}.social-link img,.social-link svg{height:1.25rem}.social-link svg path,.social-link svg ellipse{fill:#ffffff !important}}.facebook_toggle{top:21rem}@media (max-width:1024px){.facebook_toggle{top:14.25rem}}@media (max-width:630px){.facebook_toggle{top:auto}}.linkedin_toggle{top:25.125rem}.linkedin_toggle svg{width:2.625rem;height:auto}@media (max-width:1024px){.linkedin_toggle{top:18.5rem}}@media (max-width:630px){.linkedin_toggle{top:auto}.linkedin_toggle img,.linkedin_toggle svg{height:2.125rem}}#ie-browser{display:none;position:fixed;width:100%;top:0;left:0;background:#f25648;z-index:10}#ie-browser h2{font-size:25px;line-height:25px;margin:30px 0 10px;text-align:center;text-transform:uppercase;color:#fff}#ie-browser p{font-size:12px;leine-height:12px;margin:0 auto;color:#fff;text-align:center;text-transform:uppercase;max-width:65%}#ie-browser p a{display:block;padding:10px 20px;width:230px;color:#fff;text-decoration:none;border:2px solid #fff;margin:0 auto}#ie-browser p a:hover{background:#fff;color:#f25648}#ie-browser p+p{margin-top:30px;margin-bottom:20px}#ie-browser .close-alert{position:absolute;top:15px;right:15px;color:#fff;display:block;font-size:15px;line-height:15px;text-align:center}.ie10 #ie-browser,.ie11 #ie-browser{display:block}.job ul{padding-left:1.5rem;padding-bottom:1.5rem}.job ul li{font-size:1.5rem}.ce_form form .formbody .widget input{box-sizing:border-box}.ce_form form .formbody .widget.widget-calendar{display:flex;align-items:center;border-bottom:1px solid #005260}.ce_form form .formbody .widget.widget-calendar input{border:none}.ce_form form .formbody .widget.widget-calendar img{cursor:pointer}.ui-datepicker{background:rgba(248, 248, 248, 0.9);padding-top:0rem;padding-left:0rem;padding-right:0rem;padding-bottom:1rem;box-shadow:2px 2px 14px #262626;transition:all 0.25s ease-out}.ui-datepicker .ui-datepicker-header{position:relative;padding-top:0.313rem;padding-left:4.376rem;padding-right:4.376rem;padding-bottom:1.85rem}.ui-datepicker .ui-datepicker-header .ui-datepicker-title{display:flex;justify-content:space-between}.ui-datepicker .ui-datepicker-header .ui-datepicker-title>select{appearance:none;-moz-appearance:none;-webkit-appearance:none;font-family:"Roboto Condensed", sans-serif;font-weight:400;font-size:1.25rem;text-align:center;text-transform:uppercase;color:#efefef;padding-top:1.125rem;padding-left:1.5rem;padding-right:3.75rem;padding-bottom:1.125rem;min-height:3.75rem;background:#005260;border:none;border-radius:0;box-sizing:border-box;width:calc(50% - 0.1565rem);transition:all 0.25s ease-out;cursor:pointer;background-image:url(../../files/theme/icons/down-white.svg);background-repeat:no-repeat;background-position:center right 1.125rem;background-size:1.5rem}.ui-datepicker .ui-datepicker-header .ui-datepicker-prev,.ui-datepicker .ui-datepicker-header .ui-datepicker-next{position:absolute;top:0.313rem;width:3.75rem;height:3.75rem;text-indent:999rem;overflow:hidden;background-color:#ea4301;cursor:pointer}.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:after,.ui-datepicker .ui-datepicker-header .ui-datepicker-next:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(../../files/theme/icons/down-white.svg);background-repeat:no-repeat;background-position:center;background-size:1.5rem}.ui-datepicker .ui-datepicker-header .ui-datepicker-prev{left:0.313rem}.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:after{transform:rotate(90deg)}.ui-datepicker .ui-datepicker-header .ui-datepicker-next{right:0.313rem}.ui-datepicker .ui-datepicker-header .ui-datepicker-next:after{transform:rotate(-90deg)}.ui-datepicker table.ui-datepicker-calendar thead tr th{padding-left:1.563rem;padding-bottom:0.85rem}.ui-datepicker table.ui-datepicker-calendar thead tr th:nth-of-type(1){padding-left:1.876rem}.ui-datepicker table.ui-datepicker-calendar tbody tr td{padding:0}.ui-datepicker table.ui-datepicker-calendar tbody tr td a,.ui-datepicker table.ui-datepicker-calendar tbody tr td span{display:block;color:#000;padding-top:0.9375rem;padding-left:1.563rem;padding-right:1.875rem;padding-bottom:0.9375rem;border-left:0.313rem solid transparent;transition:all 0.25s ease-out}.ui-datepicker table.ui-datepicker-calendar tbody tr td span{opacity:0.35}.ui-datepicker table.ui-datepicker-calendar tbody tr td:hover a{background:#005260;border-color:#ea4301;color:#fff}.ce_form form .formbody .widget-select{margin-top:3.1875rem}.ce_form form .formbody .widget-select label{position:relative;line-height:1.15}.ce_form form .formbody .widget-select select{-moz-appearance:none;-webkit-appearance:none;appearance:none;width:100%;padding-left:1rem;padding-right:3.5rem;margin-top:0.75rem;border-bottom:1px solid #005260;font-family:"Roboto Condensed", sans-serif;font-size:1.5rem;font-weight:300;line-height:3.75rem;background-image:url(../../files/theme/icons/down.svg);background-repeat:no-repeat;background-position:center right 1rem;background-size:1.5rem;cursor:pointer}@media (max-width:1150px){.ce_form form .formbody .widget-select select{font-size:1.312rem}}@media (max-width:767px){.ce_form form .formbody .widget-select select{font-size:1.2rem}}.ce_form form .formbody .widget.widget-checkbox:not(.send-copy){margin-top:3.3125rem}.ce_form form .formbody .widget.widget-checkbox:not(.send-copy) .checkbox_container label:before{top:1rem}.ce_form form .formbody .widget.widget-checkbox .checkbox_container label a{color:#00778b}input.mandatory{background-color:transparent !important}select.mandatory{border-color:#005260 !important;background-color:transparent !important}@media (max-width:767px){.ce_form form .formbody .widget-submit{width:100%}.ce_form form .formbody .widget-submit input,.ce_form form .formbody .widget-submit button{padding-left:1rem;padding-right:1rem;text-align:center;width:100%}}p a{color:#00778b}body.search-results #main .mod_search .formbody{display:flex;flex-wrap:wrap}@media (max-width:540px){body.search-results #main .mod_search .formbody .widget.widget-text{width:100%}}body.search-results #main .mod_search .formbody .widget.widget-text input{font-size:1.5rem;width:100%;height:3.75rem;border:none;border-bottom:1px solid #005260;-webkit-appearance:none}body.search-results #main .mod_search .formbody .widget.widget-submit{width:21.563rem}@media (max-width:930px){body.search-results #main .mod_search .formbody .widget.widget-submit{width:12.5rem}}@media (max-width:540px){body.search-results #main .mod_search .formbody .widget.widget-submit{width:100%}}body.search-results #main .mod_search .formbody .widget.widget-submit button{display:inline-block;font-weight:400;font-size:1.5rem;transition:all 0.25s ease-out;text-transform:uppercase;color:#efefef;padding:1.125rem 1rem;width:100%;background:#005260;border:none;-webkit-appearance:none}.map-col{position:relative}.map-col .gm__placeholder{position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1;width:100%;height:100%;background-image:url(../../files/theme/images/map-overlay.jpg);background-repeat:no-repeat;background-position:center;background-size:cover;opacity:0.65}.ce_dlh_googlemaps{z-index:1}.ce_dlh_googlemaps #confirm-googlemaps{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background-color:#fff;width:80%;max-width:24.375rem;padding-top:2.5rem;padding-left:2.875rem;padding-right:2.875rem;padding-bottom:2.5rem;padding-top:clamp(1.5rem, 2.5vw, 2.5rem);padding-left:clamp(1.875rem, 2.75vw, 2.875rem);padding-right:clamp(1.875rem, 2.75vw, 2.875rem);padding-bottom:clamp(1.5rem, 2.5vw, 2.5rem);cursor:pointer}.ce_dlh_googlemaps #confirm-googlemaps p strong{font-weight:400;margin-top:2.625rem}.ce_dlh_googlemaps .dlh_googlemap{position:absolute !important;top:0;left:0;right:0;bottom:0}.mod_article.branchen-desktop,.mod_article.branchen-mobile{display:none}@media (min-width:631px){.mod_article.branchen-desktop{display:block}}@media (max-width:630px){.mod_article.branchen-mobile{display:block}}@media (min-width:1150px){.mod_newslist.archive{display:-webkit-box;display:-ms-flexbox;display:flex;flex-wrap:wrap}.mod_newslist.archive .news_item{width:33.333%}}@media (min-width:1150px) and (max-width:1750px){.mod_newslist.archive .news_item{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:flex-end}.mod_newslist.archive .news_item .flex_box{flex-direction:column}.mod_newslist.archive .news_item .flex_box .col.text{width:100%;margin-top:20px}}
