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

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

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

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

blockquote, q {
  quotes: none; }

fieldset, img {
  border: 0; }

ul {
  list-style-type: none; }

sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

del {
  text-decoration: line-through; }

ins {
  text-decoration: none; }

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

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

table {
  font-size: inherit; }

caption, th {
  font-weight: bold; }

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

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

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

#main {
  width: 100%; }

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

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

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

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

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

.ce_gallery li {
  float: left; }

.ce_gallery li.col_first {
  clear: left; }

/**
 * Clear floats
 */
.block {
  overflow: hidden; }

.clear, #clear {
  height: 1px;
  clear: both;
  margin-top: -1px; }

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

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

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

/* source-sans-pro-300 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: url("../../files/daten/fonts/source-sans-pro-v11-latin-300.eot");
  /* IE9 Compat Modes */
  src: local("Source Sans Pro Light"), local("SourceSansPro-Light"), url("../../files/daten/fonts/source-sans-pro-v11-latin-300.eot?#iefix") format("embedded-opentype"), url("../../files/daten/fonts/source-sans-pro-v11-latin-300.woff2") format("woff2"), url("../../files/daten/fonts/source-sans-pro-v11-latin-300.woff") format("woff"), url("../../files/daten/fonts/source-sans-pro-v11-latin-300.ttf") format("truetype"), url("../../files/daten/fonts/source-sans-pro-v11-latin-300.svg#SourceSansPro") format("svg");
  /* Legacy iOS */ }

/* source-sans-pro-regular - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url("../../files/daten/fonts/source-sans-pro-v11-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Source Sans Pro Regular"), local("SourceSansPro-Regular"), url("../../files/daten/fonts/source-sans-pro-v11-latin-regular.eot?#iefix") format("embedded-opentype"), url("../../files/daten/fonts/source-sans-pro-v11-latin-regular.woff2") format("woff2"), url("../../files/daten/fonts/source-sans-pro-v11-latin-regular.woff") format("woff"), url("../../files/daten/fonts/source-sans-pro-v11-latin-regular.ttf") format("truetype"), url("../../files/daten/fonts/source-sans-pro-v11-latin-regular.svg#SourceSansPro") format("svg");
  /* Legacy iOS */ }

/* source-sans-pro-700 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: url("../../files/daten/fonts/source-sans-pro-v11-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Source Sans Pro Bold"), local("SourceSansPro-Bold"), url("../../files/daten/fonts/source-sans-pro-v11-latin-700.eot?#iefix") format("embedded-opentype"), url("../../files/daten/fonts/source-sans-pro-v11-latin-700.woff2") format("woff2"), url("../../files/daten/fonts/source-sans-pro-v11-latin-700.woff") format("woff"), url("../../files/daten/fonts/source-sans-pro-v11-latin-700.ttf") format("truetype"), url("../../files/daten/fonts/source-sans-pro-v11-latin-700.svg#SourceSansPro") format("svg");
  /* Legacy iOS */ }

html {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 100%;
  font-weight: 400;
  color: #666666;
  line-height: 1.5em;
  overflow-y: scroll;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background-color: #333; }

.page {
  background-color: #fff; }

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

.page-big,
.page {
  padding-left: 0%;
  padding-right: 0%; }
  @media (min-width: 0) and (max-width: 700px) {
    .page-big,
    .page {
      padding-left: 5%;
      padding-right: 5%; } }

.mod_navigation ul.level_2 div.level_2,
.page-big,
.page {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .mod_navigation ul.level_2 div.level_2:after,
  .page-big:after,
  .page:after {
    content: " ";
    display: block;
    clear: both; }

@media (min-width: 730px) {
  .mod_navigation ul.level_2 div.level_2,
  .page-big,
  .page {
    width: 700px; } }

@media (min-width: 730px) and (max-width: 990px) {
  .page-3 {
    width: 700px; } }

@media (min-width: 990px) {
  .mod_navigation ul.level_2 div.level_2,
  .page-big,
  .page {
    width: 960px; } }

@media (min-width: 1180px) {
  .mod_navigation ul.level_2 div.level_2,
  .page-big,
  .page {
    width: 1140px; } }

@media (min-width: 1640px) {
  .mod_navigation ul.level_2 div.level_2,
  .page-big,
  .page {
    width: 1440px; } }

@media (min-width: 1920px) {
  .page-big {
    width: 1900px; } }

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

.mod_navigation ul.level_2 div.level_2 {
  clear: both;
  overflow: hidden; }

.new-line {
  clear: both; }

.verlauf-1 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8bd800+34,c0e975+100 */
  background: #8bd800;
  /* Old browsers */
  background: -moz-linear-gradient(left, #8bd800 34%, #c0e975 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #8bd800 34%, #c0e975 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #8bd800 34%, #c0e975 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8bd800', endColorstr='#c0e975',GradientType=1 );
  /* IE6-9 */ }

#main .list-1 ol {
  list-style-type: decimal;
  padding-left: 15px; }
  #main .list-1 ol li {
    margin-left: 10px;
    padding-left: 10px;
    text-indent: 0px;
    line-height: 1.5em;
    margin-top: 0.15em;
    margin-bottom: 0.15em; }

#main .list-1 ul li {
  margin-left: 0.2em;
  font-weight: 700;
  margin-bottom: 0.35em;
  list-style: none;
  list-style-position: outside; }

#main .list-1 ul li:before {
  content: "» ";
  color: #5095c8;
  font-weight: 700; }

#main .list-2 ol {
  list-style-type: decimal; }
  #main .list-2 ol li {
    color: #000;
    margin-left: 17px;
    padding-left: 5px;
    text-indent: 0px;
    line-height: 1.5em;
    margin-top: 0.75em;
    margin-bottom: 0.75em; }
    @media (min-width: 960px) {
      #main .list-2 ol li {
        font-size: 20px;
        font-size: 1.25rem;
        padding-left: 10px; } }
  #main .list-2 ol li::before {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    background-color: #5095c8; }

.margin-1 {
  margin: 0.5em; }
  @media (min-width: 700px) {
    .margin-1 {
      margin: 1em 1em 0.2em 1em; } }

.margin-2 {
  margin-top: 1rem;
  margin-bottom: 0.8rem; }
  @media (min-width: 960px) {
    .margin-2 {
      margin-top: 1.3333333333rem;
      margin-bottom: 1.0666666667rem; } }
  @media (min-width: 1140px) {
    .margin-2 {
      margin-top: 2rem;
      margin-bottom: 1.6rem; } }
  @media (min-width: 1140px) {
    .margin-2 {
      margin-top: 4rem;
      margin-bottom: 3.2rem; } }

.padd-1 {
  padding: 0.5em; }
  @media (min-width: 700px) {
    .padd-1 {
      padding: 1em 1em 0.2em 1em; } }

.padd-2 {
  padding-top: 1rem;
  padding-bottom: 0.8rem; }
  @media (min-width: 960px) {
    .padd-2 {
      padding-top: 1.3333333333rem;
      padding-bottom: 1.0666666667rem; } }
  @media (min-width: 1140px) {
    .padd-2 {
      padding-top: 2rem;
      padding-bottom: 1.6rem; } }
  @media (min-width: 1140px) {
    .padd-2 {
      padding-top: 4rem;
      padding-bottom: 3.2rem; } }

.padd-3 {
  padding: 0.65em 0.65em 0.25em 0.65em; }
  @media (min-width: 700px) {
    .padd-3 {
      padding: 1em 1em 0.25em 1em; } }
  @media (min-width: 1140px) {
    .padd-3 {
      padding: 1.5em 1.5em 0.75em 1.5em; } }

#main .btn-1 {
  color: #fff;
  cursor: pointer;
  font-weight: 500;
  display: inline-block;
  background-color: #5095c8;
  border: 1px solid #5095c8;
  font-weight: 700; }
  @media (min-width: 0) and (max-width: 600px) {
    #main .btn-1 {
      width: 100%;
      padding-top: 0.5em;
      padding-bottom: 0.5em;
      text-align: center; } }
  @media (min-width: 600px) {
    #main .btn-1 {
      padding: 0.5em 2em; } }
  #main .btn-1 a {
    color: #fff; }
  #main .btn-1:hover, #main .btn-1.active {
    color: #fff;
    background-color: #3981b6;
    border: 1px solid #3981b6;
    -webkit-transition: background-color 0.75s ease-out;
    -moz-transition: background-color 0.75s ease-out;
    -ms-transition: background-color 0.75s ease-out;
    -o-transition: background-color 0.75s ease-out;
    transition: background-color 0.75s ease-out; }

.btn-2 {
  color: #fff;
  display: inline-block;
  padding: 0.5em 0.8em;
  cursor: pointer;
  font-weight: 700;
  margin-top: 0.75em;
  background-color: #5095c8;
  border: 1px solid #5095c8; }
  .btn-2 a {
    color: #fff; }
  .btn-2:hover, .btn-2.active {
    background-color: #3981b6;
    -webkit-transition: background-color 0.75s ease-out;
    -moz-transition: background-color 0.75s ease-out;
    -ms-transition: background-color 0.75s ease-out;
    -o-transition: background-color 0.75s ease-out;
    transition: background-color 0.75s ease-out;
    -webkit-transition: border 0.5s ease-out;
    -moz-transition: border 0.5s ease-out;
    -ms-transition: border 0.5s ease-out;
    -o-transition: border 0.5s ease-out;
    transition: border 0.5s ease-out; }
  .btn-2:after {
    content: " »";
    color: #5095c8; }

@media (min-width: 0) and (max-width: 700px) {
  .box-1 {
    width: 97.2222222222%;
    float: left;
    margin-left: 1.3888888889%;
    margin-right: 1.3888888889%; }
  .box-1-rtl {
    width: 97.2222222222%;
    float: left;
    margin-left: 1.3888888889%;
    margin-right: 1.3888888889%; } }

@media (min-width: 0) and (max-width: 700px) {
  .box-2 {
    width: 97.2222222222%;
    float: left;
    margin-left: 1.3888888889%;
    margin-right: 1.3888888889%; }
  .box-2-rtl {
    width: 97.2222222222%;
    float: left;
    margin-left: 1.3888888889%;
    margin-right: 1.3888888889%; } }

@media (min-width: 0) and (max-width: 700px) {
  .box-3 {
    width: 97.2222222222%;
    float: left;
    margin-left: 1.3888888889%;
    margin-right: 1.3888888889%; }
  .box-3-rtl {
    width: 97.2222222222%;
    float: left;
    margin-left: 1.3888888889%;
    margin-right: 1.3888888889%; } }

@media (min-width: 0) and (max-width: 700px) {
  .box-4 {
    width: 97.2222222222%;
    float: left;
    margin-left: 1.3888888889%;
    margin-right: 1.3888888889%; }
  .box-4-rtl {
    width: 97.2222222222%;
    float: left;
    margin-left: 1.3888888889%;
    margin-right: 1.3888888889%; } }

@media (min-width: 0) and (max-width: 700px) {
  .box-5 {
    width: 97.2222222222%;
    float: left;
    margin-left: 1.3888888889%;
    margin-right: 1.3888888889%; }
  .box-5-rtl {
    width: 97.2222222222%;
    float: left;
    margin-left: 1.3888888889%;
    margin-right: 1.3888888889%; } }

@media (min-width: 0) and (max-width: 700px) {
  .box-6 {
    width: 97.2222222222%;
    float: left;
    margin-left: 1.3888888889%;
    margin-right: 1.3888888889%; }
  .box-6-rtl {
    width: 97.2222222222%;
    float: left;
    margin-left: 1.3888888889%;
    margin-right: 1.3888888889%; } }

@media (min-width: 0) and (max-width: 700px) {
  .box-7 {
    width: 97.2222222222%;
    float: left;
    margin-left: 1.3888888889%;
    margin-right: 1.3888888889%; }
  .box-7-rtl {
    width: 97.2222222222%;
    float: left;
    margin-left: 1.3888888889%;
    margin-right: 1.3888888889%; } }

@media (min-width: 0) and (max-width: 700px) {
  .box-8 {
    width: 97.2222222222%;
    float: left;
    margin-left: 1.3888888889%;
    margin-right: 1.3888888889%; }
  .box-8-rtl {
    width: 97.2222222222%;
    float: left;
    margin-left: 1.3888888889%;
    margin-right: 1.3888888889%; } }

@media (min-width: 0) and (max-width: 700px) {
  .box-9 {
    width: 97.2222222222%;
    float: left;
    margin-left: 1.3888888889%;
    margin-right: 1.3888888889%; }
  .box-9-rtl {
    width: 97.2222222222%;
    float: left;
    margin-left: 1.3888888889%;
    margin-right: 1.3888888889%; } }

@media (min-width: 0) and (max-width: 700px) {
  .box-10 {
    width: 97.2222222222%;
    float: left;
    margin-left: 1.3888888889%;
    margin-right: 1.3888888889%; }
  .box-10-rtl {
    width: 97.2222222222%;
    float: left;
    margin-left: 1.3888888889%;
    margin-right: 1.3888888889%; } }

@media (min-width: 0) and (max-width: 700px) {
  .box-11 {
    width: 97.2222222222%;
    float: left;
    margin-left: 1.3888888889%;
    margin-right: 1.3888888889%; }
  .box-11-rtl {
    width: 97.2222222222%;
    float: left;
    margin-left: 1.3888888889%;
    margin-right: 1.3888888889%; } }

@media (min-width: 0) and (max-width: 700px) {
  .box-12 {
    width: 97.2222222222%;
    float: left;
    margin-left: 1.3888888889%;
    margin-right: 1.3888888889%; }
  .box-12-rtl {
    width: 97.2222222222%;
    float: left;
    margin-left: 1.3888888889%;
    margin-right: 1.3888888889%; } }

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

.box-1 {
  width: 47.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%; }
  @media (min-width: 700px) {
    .box-1 {
      width: 13.8888888889%;
      float: left;
      margin-left: 1.3888888889%;
      margin-right: 1.3888888889%; } }
  @media (min-width: 960px) {
    .box-1 {
      width: 5.5555555556%;
      float: left;
      margin-left: 1.3888888889%;
      margin-right: 1.3888888889%; } }

@media (min-width: 700px) {
  .box-1-rtl {
    width: 97.2222222222%;
    float: left;
    margin-left: 1.3888888889%;
    margin-right: 1.3888888889%; } }

@media (min-width: 960px) {
  .box-1-rtl {
    width: 5.5555555556%;
    float: right;
    margin-right: 1.3888888889%;
    margin-left: 1.3888888889%; } }

.box-2 {
  width: 47.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%; }
  @media (min-width: 960px) {
    .box-2 {
      width: 13.8888888889%;
      float: left;
      margin-left: 1.3888888889%;
      margin-right: 1.3888888889%; } }

@media (min-width: 700px) {
  .box-2-rtl {
    width: 97.2222222222%;
    float: left;
    margin-left: 1.3888888889%;
    margin-right: 1.3888888889%; } }

@media (min-width: 960px) {
  .box-2-rtl {
    width: 13.8888888889%;
    float: right;
    margin-right: 1.3888888889%;
    margin-left: 1.3888888889%; } }

.box-2-2 {
  width: 13.8888888889%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%; }

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

@media (min-width: 960px) {
  .box-3 {
    width: 22.2222222222%;
    float: left;
    margin-left: 1.3888888889%;
    margin-right: 1.3888888889%; } }

.box-3-2 {
  width: 97.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%; }
  @media (min-width: 960px) {
    .box-3-2 {
      width: 38.8888888889%;
      float: left;
      margin-left: 1.3888888889%;
      margin-right: 1.3888888889%; } }
  @media (min-width: 1140px) {
    .box-3-2 {
      width: 22.2222222222%;
      float: left;
      margin-left: 1.3888888889%;
      margin-right: 1.3888888889%; } }

@media (min-width: 700px) {
  .box-3-rtl {
    width: 80.5555555556%;
    float: left;
    margin-left: 1.3888888889%;
    margin-right: 1.3888888889%;
    margin-left: 9.7222222222%; } }

@media (min-width: 960px) {
  .box-3-rtl {
    width: 22.2222222222%;
    float: right;
    margin-right: 1.3888888889%;
    margin-left: 1.3888888889%; } }

@media (min-width: 0) and (max-width: 960px) {
  .bg-weiss.box-4:first-child {
    margin-top: 0em; } }

@media (min-width: 0) and (max-width: 960px) {
  .bg-weiss.box-4 {
    margin-top: 1em; } }

@media (min-width: 700px) {
  .box-4 {
    width: 97.2222222222%;
    float: left;
    margin-left: 1.3888888889%;
    margin-right: 1.3888888889%; } }

@media (min-width: 960px) {
  .box-4 {
    width: 30.5555555556%;
    float: left;
    margin-left: 1.3888888889%;
    margin-right: 1.3888888889%; } }

.box-4-2 {
  width: 97.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%; }
  @media (min-width: 960px) {
    .box-4-2 {
      width: 38.8888888889%;
      float: left;
      margin-left: 1.3888888889%;
      margin-right: 1.3888888889%; } }
  @media (min-width: 1140px) {
    .box-4-2 {
      width: 30.5555555556%;
      float: left;
      margin-left: 1.3888888889%;
      margin-right: 1.3888888889%; } }

.box-4-rtl {
  width: 97.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%; }
  @media (min-width: 960px) {
    .box-4-rtl {
      width: 30.5555555556%;
      float: right;
      margin-right: 1.3888888889%;
      margin-left: 1.3888888889%; } }

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

@media (min-width: 960px) {
  .box-5 {
    width: 38.8888888889%;
    float: left;
    margin-left: 1.3888888889%;
    margin-right: 1.3888888889%; } }

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

@media (min-width: 960px) {
  .box-5-rtl {
    width: 38.8888888889%;
    float: right;
    margin-right: 1.3888888889%;
    margin-left: 1.3888888889%; } }

@media (min-width: 0) and (max-width: 960px) {
  .box-6:first-child {
    margin-top: 0em; } }

@media (min-width: 0) and (max-width: 960px) {
  .box-6 {
    margin-top: 1em; } }

@media (min-width: 700px) {
  .box-6 {
    width: 97.2222222222%;
    float: left;
    margin-left: 1.3888888889%;
    margin-right: 1.3888888889%; } }

@media (min-width: 960px) {
  .box-6 {
    width: 47.2222222222%;
    float: left;
    margin-left: 1.3888888889%;
    margin-right: 1.3888888889%; } }

@media (min-width: 1140px) {
  .box-6 {
    width: 47.2222222222%;
    float: left;
    margin-left: 1.3888888889%;
    margin-right: 1.3888888889%; } }

@media (min-width: 700px) {
  .box-6-rtl {
    width: 97.2222222222%;
    float: left;
    margin-left: 1.3888888889%;
    margin-right: 1.3888888889%; } }

@media (min-width: 960px) {
  .box-6-rtl {
    width: 47.2222222222%;
    float: left;
    margin-left: 1.3888888889%;
    margin-right: 1.3888888889%; } }

@media (min-width: 1140px) {
  .box-6-rtl {
    width: 47.2222222222%;
    float: right;
    margin-right: 1.3888888889%;
    margin-left: 1.3888888889%; } }

@media (min-width: 700px) {
  .box-7 {
    width: 97.2222222222%;
    float: left;
    margin-left: 1.3888888889%;
    margin-right: 1.3888888889%; } }

@media (min-width: 960px) {
  .box-7 {
    width: 55.5555555556%;
    float: left;
    margin-left: 1.3888888889%;
    margin-right: 1.3888888889%; } }

@media (min-width: 1140px) {
  .box-7 {
    width: 55.5555555556%;
    float: left;
    margin-left: 1.3888888889%;
    margin-right: 1.3888888889%; } }

.box-7-2 {
  width: 97.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%; }
  @media (min-width: 960px) {
    .box-7-2 {
      width: 55.5555555556%;
      float: left;
      margin-left: 1.3888888889%;
      margin-right: 1.3888888889%;
      margin-left: 0%; } }
  @media (min-width: 1140px) {
    .box-7-2 {
      width: 55.5555555556%;
      float: left;
      margin-left: 1.3888888889%;
      margin-right: 1.3888888889%;
      margin-left: 0%; } }

.box-7-rtl {
  width: 97.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%; }
  @media (min-width: 960px) {
    .box-7-rtl {
      width: 55.5555555556%;
      float: left;
      margin-left: 1.3888888889%;
      margin-right: 1.3888888889%; } }
  @media (min-width: 1140px) {
    .box-7-rtl {
      width: 55.5555555556%;
      float: right;
      margin-right: 1.3888888889%;
      margin-left: 1.3888888889%; } }

.box-7-2-rtl {
  width: 97.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%; }
  @media (min-width: 960px) {
    .box-7-2-rtl {
      width: 55.5555555556%;
      float: right;
      margin-right: 1.3888888889%;
      margin-left: 1.3888888889%;
      margin-right: 0; } }
  @media (min-width: 1140px) {
    .box-7-2-rtl {
      width: 55.5555555556%;
      float: right;
      margin-right: 1.3888888889%;
      margin-left: 1.3888888889%;
      margin-right: 0; } }

@media (min-width: 700px) {
  .box-8 {
    width: 97.2222222222%;
    float: left;
    margin-left: 1.3888888889%;
    margin-right: 1.3888888889%; } }

@media (min-width: 960px) {
  .box-8 {
    width: 63.8888888889%;
    float: left;
    margin-left: 1.3888888889%;
    margin-right: 1.3888888889%; } }

@media (min-width: 1140px) {
  .box-8 {
    width: 63.8888888889%;
    float: left;
    margin-left: 1.3888888889%;
    margin-right: 1.3888888889%; } }

.box-8-2 {
  width: 97.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%; }
  @media (min-width: 700px) {
    .box-8-2 {
      width: 97.2222222222%;
      float: left;
      margin-left: 1.3888888889%;
      margin-right: 1.3888888889%; } }
  @media (min-width: 960px) {
    .box-8-2 {
      width: 55.5555555556%;
      float: left;
      margin-left: 1.3888888889%;
      margin-right: 1.3888888889%;
      margin-left: 0%; } }
  @media (min-width: 1140px) {
    .box-8-2 {
      width: 63.8888888889%;
      float: left;
      margin-left: 1.3888888889%;
      margin-right: 1.3888888889%;
      margin-left: 0%; } }

@media (min-width: 700px) {
  .box-8-rtl {
    width: 97.2222222222%;
    float: left;
    margin-left: 1.3888888889%;
    margin-right: 1.3888888889%; } }

@media (min-width: 960px) {
  .box-8-rtl {
    width: 97.2222222222%;
    float: left;
    margin-left: 1.3888888889%;
    margin-right: 1.3888888889%; } }

@media (min-width: 1140px) {
  .box-8-rtl {
    width: 63.8888888889%;
    float: right;
    margin-right: 1.3888888889%;
    margin-left: 1.3888888889%; } }

@media (min-width: 700px) {
  .box-8-2-rtl {
    width: 97.2222222222%;
    float: left;
    margin-left: 1.3888888889%;
    margin-right: 1.3888888889%; } }

@media (min-width: 960px) {
  .box-8-2-rtl {
    width: 55.5555555556%;
    float: right;
    margin-right: 1.3888888889%;
    margin-left: 1.3888888889%; } }

@media (min-width: 1140px) {
  .box-8-2-rtl {
    width: 63.8888888889%;
    float: right;
    margin-right: 1.3888888889%;
    margin-left: 1.3888888889%; } }

@media (min-width: 700px) {
  .box-9 {
    width: 97.2222222222%;
    float: left;
    margin-left: 1.3888888889%;
    margin-right: 1.3888888889%; } }

@media (min-width: 960px) {
  .box-9 {
    width: 97.2222222222%;
    float: left;
    margin-left: 1.3888888889%;
    margin-right: 1.3888888889%; } }

@media (min-width: 1140px) {
  .box-9 {
    width: 72.2222222222%;
    float: left;
    margin-left: 1.3888888889%;
    margin-right: 1.3888888889%; } }

@media (min-width: 700px) {
  .box-9-rtl {
    width: 97.2222222222%;
    float: left;
    margin-left: 1.3888888889%;
    margin-right: 1.3888888889%; } }

@media (min-width: 960px) {
  .box-9-rtl {
    width: 97.2222222222%;
    float: left;
    margin-left: 1.3888888889%;
    margin-right: 1.3888888889%; } }

@media (min-width: 1140px) {
  .box-9-rtl {
    width: 72.2222222222%;
    float: right;
    margin-right: 1.3888888889%;
    margin-left: 1.3888888889%; } }

@media (min-width: 700px) {
  .box-10 {
    width: 97.2222222222%;
    float: left;
    margin-left: 1.3888888889%;
    margin-right: 1.3888888889%; } }

@media (min-width: 960px) {
  .box-10 {
    width: 97.2222222222%;
    float: left;
    margin-left: 1.3888888889%;
    margin-right: 1.3888888889%; } }

@media (min-width: 1140px) {
  .box-10 {
    width: 80.5555555556%;
    float: left;
    margin-left: 1.3888888889%;
    margin-right: 1.3888888889%; } }

@media (min-width: 700px) {
  .box-10-rtl {
    width: 97.2222222222%;
    float: left;
    margin-left: 1.3888888889%;
    margin-right: 1.3888888889%; } }

@media (min-width: 960px) {
  .box-10-rtl {
    width: 97.2222222222%;
    float: left;
    margin-left: 1.3888888889%;
    margin-right: 1.3888888889%; } }

@media (min-width: 1140px) {
  .box-10-rtl {
    width: 80.5555555556%;
    float: right;
    margin-right: 1.3888888889%;
    margin-left: 1.3888888889%; } }

.box-10-2 {
  width: 80.5555555556%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%; }

@media (min-width: 700px) {
  .box-11 {
    width: 97.2222222222%;
    float: left;
    margin-left: 1.3888888889%;
    margin-right: 1.3888888889%; } }

@media (min-width: 960px) {
  .box-11 {
    width: 97.2222222222%;
    float: left;
    margin-left: 1.3888888889%;
    margin-right: 1.3888888889%; } }

@media (min-width: 1140px) {
  .box-11 {
    width: 88.8888888889%;
    float: left;
    margin-left: 1.3888888889%;
    margin-right: 1.3888888889%; } }

@media (min-width: 700px) {
  .box-11-rtl {
    width: 97.2222222222%;
    float: left;
    margin-left: 1.3888888889%;
    margin-right: 1.3888888889%; } }

@media (min-width: 960px) {
  .box-11-rtl {
    width: 97.2222222222%;
    float: left;
    margin-left: 1.3888888889%;
    margin-right: 1.3888888889%; } }

@media (min-width: 1140px) {
  .box-11-rtl {
    width: 88.8888888889%;
    float: right;
    margin-right: 1.3888888889%;
    margin-left: 1.3888888889%; } }

.box-12 {
  width: 97.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%; }

.box-12-2 {
  width: 100%;
  display: block; }

@media (min-width: 0) and (max-width: 1180px) {
  .box-12-3 {
    width: 97.2222222222%;
    float: left;
    margin-left: 1.3888888889%;
    margin-right: 1.3888888889%; } }

.box-mitte {
  width: 97.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%; }
  @media (min-width: 1140px) {
    .box-mitte {
      width: 80.5555555556%;
      float: left;
      margin-left: 1.3888888889%;
      margin-right: 1.3888888889%;
      margin-left: 9.7222222222%; } }

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

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

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

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

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

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

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

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

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

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

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

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

h1, h2, h3, h4, h5, p, .ce_form {
  margin-bottom: 0.8rem;
  padding-left: 1px; }

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

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

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

h1, h2, h3, h4, h5, h6, p.headline-2, p.headline-1 {
  color: #666666; }

h1:after, h2:after {
  content: " »";
  color: #5095c8;
  font-weight: 700; }

.h2-2 h2:after,
h2.h2-2:after {
  content: ""; }

p.headline-1,
h1 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 0.5em;
  text-transform: uppercase; }
  @media (min-width: 700px) {
    p.headline-1,
    h1 {
      font-size: 22px;
      font-size: 1.375rem; } }
  @media (min-width: 960px) {
    p.headline-1,
    h1 {
      font-size: 24px;
      font-size: 1.5rem; } }
  @media (min-width: 1140px) {
    p.headline-1,
    h1 {
      font-size: 34px;
      font-size: 2.125rem;
      line-height: 1.2em; } }

p.headline-2,
h2 {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.4em; }
  @media (min-width: 700px) {
    p.headline-2,
    h2 {
      font-size: 20px;
      font-size: 1.25rem; } }
  @media (min-width: 960px) {
    p.headline-2,
    h2 {
      font-size: 26px;
      font-size: 1.625rem; } }
  @media (min-width: 1140px) {
    p.headline-2,
    h2 {
      font-size: 30px;
      font-size: 1.875rem; } }

.h2-2 h2,
h2.h2-2 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4em;
  text-transform: none; }
  @media (min-width: 960px) {
    .h2-2 h2,
    h2.h2-2 {
      font-size: 17px;
      font-size: 1.0625rem; } }
  @media (min-width: 700px) {
    .h2-2 h2,
    h2.h2-2 {
      font-size: 21px;
      font-size: 1.3125rem; } }

p.headline-3,
h3 {
  font-weight: 700;
  font-size: 17px;
  font-size: 1.0625rem; }
  @media (min-width: 700px) {
    p.headline-3,
    h3 {
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 1.2em; } }
  @media (min-width: 960px) {
    p.headline-3,
    h3 {
      font-size: 26px;
      font-size: 1.625rem; } }
  @media (min-width: 1140px) {
    p.headline-3,
    h3 {
      font-size: 30px;
      font-size: 1.875rem; } }

@media (min-width: 0) and (max-width: 960px) {
  h4 {
    margin-bottom: 0em; } }

li,
.p-2 p,
p.p-2,
p {
  font-size: 15px;
  font-size: 0.9375rem; }
  @media (min-width: 700px) {
    li,
    .p-2 p,
    p.p-2,
    p {
      font-size: 16px;
      font-size: 1rem; } }
  @media (min-width: 960px) {
    li,
    .p-2 p,
    p.p-2,
    p {
      font-size: 19px;
      font-size: 1.1875rem; } }
  @media (min-width: 1140px) {
    li,
    .p-2 p,
    p.p-2,
    p {
      font-size: 20px;
      font-size: 1.25rem; } }

.p-1 h2 + p,
h2 + h3 {
  margin-top: 0.8rem; }

.p-1 p,
p.p-1 {
  font-weight: 600;
  font-size: 15px;
  font-size: 0.9375rem; }
  @media (min-width: 700px) {
    .p-1 p,
    p.p-1 {
      font-size: 16px;
      font-size: 1rem; } }
  @media (min-width: 960px) {
    .p-1 p,
    p.p-1 {
      font-size: 19px;
      font-size: 1.1875rem; } }
  @media (min-width: 1140px) {
    .p-1 p,
    p.p-1 {
      font-size: 20px;
      font-size: 1.25rem; } }

.p-3 p,
p.p-3 {
  color: #5095c8;
  font-weight: 700;
  font-size: 15px;
  font-size: 0.9375rem; }
  @media (min-width: 990px) {
    .p-3 p,
    p.p-3 {
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 1.5em; } }
  @media (min-width: 1140px) {
    .p-3 p,
    p.p-3 {
      font-size: 24px;
      font-size: 1.5rem; } }

#main h1 a,
#main h2 a,
#main h3 a {
  color: #666666; }

#main a {
  color: #5095c8;
  text-decoration: none;
  font-weight: 700; }

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

.fett {
  font-weight: 900; }

.light {
  font-weight: 300; }

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

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

.color-1 {
  color: #5095c8; }

.color-2 {
  color: #c0e975; }

.color-2 {
  color: #ed1a29; }

.float_left {
  float: left; }

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

hr {
  border-left: none;
  border-right: none;
  border-bottom: none; }

strong {
  font-weight: 700; }

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

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

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

.caption {
  margin-bottom: 0.8rem;
  text-align: left;
  font-weight: 300;
  font-style: italic; }

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

.mt-2 {
  margin-top: 1em; }
  @media (min-width: 960px) {
    .mt-2 {
      margin-top: 1.5em; } }
  @media (min-width: 1140px) {
    .mt-2 {
      margin-top: 3em; } }

.mt-3 {
  margin-top: 1em; }
  @media (min-width: 960px) {
    .mt-3 {
      margin-top: 2em; } }
  @media (min-width: 1140px) {
    .mt-3 {
      margin-top: 4em; } }

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

.mb-1 {
  margin-bottom: 0.8em; }

.mb-2 {
  margin-bottom: 1em; }
  @media (min-width: 960px) {
    .mb-2 {
      margin-bottom: 1.5em; } }
  @media (min-width: 1140px) {
    .mb-2 {
      margin-bottom: 2em; } }

.mb-3 {
  margin-bottom: 1em; }
  @media (min-width: 960px) {
    .mb-3 {
      margin-bottom: 2em; } }
  @media (min-width: 1140px) {
    .mb-3 {
      margin-bottom: 4em; } }

@media (min-width: 0) and (max-width: 600px) {
  .s-none {
    display: none !important; } }

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

@media (min-width: 0) and (max-width: 960px) {
  .l-none {
    display: none !important; } }

@media (min-width: 0) and (max-width: 1140px) {
  .xl-none {
    display: none !important; } }

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

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

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

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

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

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

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

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

#header .nav-01 ul {
  margin-bottom: 0em;
  text-align: right; }
  #header .nav-01 ul li {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-left: 0em;
    margin-right: 0em;
    font-weight: 700;
    display: inline-block; }
    @media (min-width: 990px) {
      #header .nav-01 ul li {
        font-size: 20px;
        font-size: 1.25rem; } }
    @media (min-width: 1180px) {
      #header .nav-01 ul li {
        font-size: 22px;
        font-size: 1.375rem; } }
    @media (min-width: 1640px) {
      #header .nav-01 ul li {
        font-size: 24px;
        font-size: 1.5rem;
        margin-left: 0.5em;
        margin-right: 0.5em; } }
    #header .nav-01 ul li a {
      display: block;
      color: #666666;
      text-decoration: none;
      padding: 0.6em 0.5em; }
    #header .nav-01 ul li a:hover {
      color: #5095c8;
      -webkit-transition: color 0.5s ease-out;
      -moz-transition: color 0.5s ease-out;
      -ms-transition: color 0.5s ease-out;
      -o-transition: color 0.5s ease-out;
      transition: color 0.5s ease-out; }
  #header .nav-01 ul li.first {
    margin-left: 0; }
  #header .nav-01 ul li.last {
    margin-right: 0; }
  #header .nav-01 ul li.li-suche a {
    background-image: url("../../files/daten/icon/icon-lupe.png");
    background-image: none, url("../../files/daten/icon/icon-lupe.svg");
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 70px 70px;
    background-size: 18px 20px;
    background-position: center center; }
  #header .nav-01 ul li.submenu > a:hover {
    color: #5095c8; }
  #header .nav-01 ul li.submenu strong,
  #header .nav-01 ul li.active strong,
  #header .nav-01 ul li.trail a {
    color: #5095c8;
    display: block;
    padding: 0.6em 0.5em; }

#header .nav-01 ul.level_2 {
  position: absolute;
  z-index: 1001;
  opacity: 0;
  height: 0;
  overflow: hidden;
  display: block;
  text-align: left;
  /* Fallback for web browsers that doesn't support RGBa */
  background: white;
  /* RGBa with 0.6 opacity */
  background: rgba(255, 255, 255, 0.9);
  /* For IE 5.5 - 7*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
  /* For IE 8*/
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)"; }
  #header .nav-01 ul.level_2 li {
    display: block; }
  #header .nav-01 ul.level_2 li.first {
    margin-left: 0; }

#header .nav-01 li.submenu:hover > a.submenu,
#header .nav-01 li.submenu:hover > strong {
  -webkit-transition: color 0s ease-out;
  -moz-transition: color 0s ease-out;
  -ms-transition: color 0s ease-out;
  -o-transition: color 0s ease-out;
  transition: color 0s ease-out; }

#header .nav-01 .submenu:hover ul.level_2 {
  opacity: 1;
  height: auto;
  width: 250px; }

#header .nav-01 .submenu:hover ul.level_2 {
  padding-top: 1em;
  padding-bottom: 1em; }
  #header .nav-01 .submenu:hover ul.level_2 li {
    margin: 0;
    padding: 0;
    margin-left: 1.15em;
    margin-bottom: 0.8em;
    display: block;
    text-transform: uppercase; }
    #header .nav-01 .submenu:hover ul.level_2 li a {
      font-weight: 700;
      color: #666666;
      padding: 0;
      display: block; }
    #header .nav-01 .submenu:hover ul.level_2 li a:hover {
      color: #2b6087; }
  #header .nav-01 .submenu:hover ul.level_2 li.active strong.active {
    padding: 0;
    margin: 0;
    font-weight: 700; }
  #header .nav-01 .submenu:hover ul.level_2 li a:after,
  #header .nav-01 .submenu:hover ul.level_2 li strong:after {
    content: " »";
    color: #5095c8;
    font-weight: 700; }

@media (min-width: 0) and (max-width: 700px) {
  #footer .mod_customnav {
    clear: both;
    display: block;
    margin-top: 1em; } }

@media (min-width: 700px) {
  #footer .mod_customnav {
    display: inline-block;
    margin-left: 1em; } }

#footer .mod_customnav ul li {
  margin-right: 1em;
  display: inline-block;
  color: #666666; }
  #footer .mod_customnav ul li a {
    color: #666666; }

#footer .mod_customnav ul li.last {
  margin-right: 0; }

#footer .mod_customnav ul li.active strong,
#footer .mod_customnav ul li.trail a {
  color: #5095c8; }

/**
 * Damit die mobile Navigation nur einmal eingebunden wird, habe ich dies via Javascript realisiert.
 * Anbei die entsprechenden Selektoren die angepasst werden müssen, damit diese quasi matchen.
 * Hintergrund ist, dass die mobile Navigation durch das Javascript kopieren zusätzlich noch ein <div class hinzubekommt in der UL-Liste
 */
/* Close - Button */
#mmenuclose {
  position: absolute;
  z-index: 1000;
  color: #fff;
  left: 80%;
  top: 0px;
  width: 60px;
  height: 60px;
  display: none; }

.mm-opening #mmenuclose {
  display: block; }

#mmenuclose a {
  background-color: #5095c8;
  background-repeat: no-repeat;
  display: block;
  width: 60px;
  height: 60px;
  background-size: 100% 100%; }
  #mmenuclose a span.border-4 {
    -webkit-transition: rotate 0.25s ease-out;
    -moz-transition: rotate 0.25s ease-out;
    -ms-transition: rotate 0.25s ease-out;
    -o-transition: rotate 0.25s ease-out;
    transition: rotate 0.25s ease-out;
    height: 2px;
    background-color: #666666;
    display: block;
    border-radius: 4px; }
  #mmenuclose a span.border-4.first {
    -moz-transform: rotate(45deg);
    /* Firefox 3.6 Firefox 4 */
    -webkit-transform: rotate(45deg);
    /* Safari */
    -o-transform: rotate(45deg);
    /* Opera */
    -ms-transform: rotate(45deg);
    /* IE9 */
    transform: rotate(45deg);
    /* W3C */
    margin-top: 5px; }
  #mmenuclose a span.border-4.last {
    -moz-transform: rotate(-45deg);
    /* Firefox 3.6 Firefox 4 */
    -webkit-transform: rotate(-45deg);
    /* Safari */
    -o-transform: rotate(-45deg);
    /* Opera */
    -ms-transform: rotate(-45deg);
    /* IE9 */
    transform: rotate(-45deg);
    /* W3C */
    margin-top: -2px; }

.mm-menu {
  background-color: #404040; }

.mm-navbar {
  border-bottom: 1px solid #525252; }

.mm-menu .mm-btn::after,
.mm-menu .mm-btn::before,
.mm-menu .mm-listview {
  border-color: #525252; }

.mm-listview > li > a, .mm-listview > li > span {
  color: #fff; }

.mm-menu .mm-btn::after, .mm-menu .mm-btn::before,
.mm-menu .mm-listview > li .mm-next::after {
  border-color: #fff; }

.mm-panels a.mm-title {
  color: #fff; }

.mm-panels strong,
.mm-panels a {
  margin-left: 10px;
  padding: 10px 10px;
  display: block; }

.mm-panels strong {
  color: #5095c8; }

.mm-panels a {
  color: #fff; }

.mm-panels li {
  color: #fff; }

.mm-menu.mm-offcanvas {
  width: 80%;
  min-width: 80%;
  max-width: 80%; }

@media (min-width: 990px) {
  #header {
    top: 0;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30; } }

#header .page {
  border-bottom: 1px solid #bfbfbf; }
  @media (min-width: 990px) {
    #header .page {
      /* Fallback for web browsers that doesn't support RGBa */
      background: white;
      /* RGBa with 0.6 opacity */
      background: rgba(255, 255, 255, 0.7);
      /* For IE 5.5 - 7*/
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
      /* For IE 8*/
      -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)"; } }

@media (min-width: 990px) {
  #header .page.header-2 {
    /* Fallback for web browsers that doesn't support RGBa */
    background: white;
    /* RGBa with 0.6 opacity */
    background: white;
    /* For IE 5.5 - 7*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
    -webkit-transition: background 0.5s ease-out;
    -moz-transition: background 0.5s ease-out;
    -ms-transition: background 0.5s ease-out;
    -o-transition: background 0.5s ease-out;
    transition: background 0.5s ease-out; } }

#header .header-1 .logo a {
  background-image: url("../../files/daten/icon/logo_demers.png");
  background-image: none, url("../../files/daten/icon/logo_demers.svg");
  background-repeat: no-repeat;
  background-position: top;
  background-size: 48px 48px;
  display: block;
  background-position: left top;
  background-size: 150px 70px;
  width: 150px;
  height: 70px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 990px) {
    #header .header-1 .logo a {
      background-size: 200px 93px;
      width: 200px;
      height: 93px; } }
  @media (min-width: 1180px) {
    #header .header-1 .logo a {
      background-size: 250px 116px;
      width: 250px;
      height: 116px; } }
  @media (min-width: 1640px) {
    #header .header-1 .logo a {
      background-size: 260px 120px;
      width: 260px;
      height: 120px; } }

#header .header-1 .nav-01 {
  -webkit-transition: margin-top 0.5s ease-out;
  -moz-transition: margin-top 0.5s ease-out;
  -ms-transition: margin-top 0.5s ease-out;
  -o-transition: margin-top 0.5s ease-out;
  transition: margin-top 0.5s ease-out; }
  @media (min-width: 990px) {
    #header .header-1 .nav-01 {
      margin-top: 5.1em; } }
  @media (min-width: 1180px) {
    #header .header-1 .nav-01 {
      margin-top: 6.3em; } }
  @media (min-width: 1640px) {
    #header .header-1 .nav-01 {
      margin-top: 6.6em; } }

#header .header-2 .logo a {
  background-image: url("../../files/daten/icon/logo_demers.png");
  background-image: none, url("../../files/daten/icon/logo_demers.svg");
  background-repeat: no-repeat;
  background-position: top;
  background-size: 48px 48px;
  display: block;
  background-position: left top;
  background-size: 150px 70px;
  width: 150px;
  height: 70px;
  -webkit-transition: background-size 0.5s ease-out;
  -moz-transition: background-size 0.5s ease-out;
  -ms-transition: background-size 0.5s ease-out;
  -o-transition: background-size 0.5s ease-out;
  transition: background-size 0.5s ease-out;
  -webkit-transition: width 0.5s ease-out;
  -moz-transition: width 0.5s ease-out;
  -ms-transition: width 0.5s ease-out;
  -o-transition: width 0.5s ease-out;
  transition: width 0.5s ease-out;
  -webkit-transition: height 0.5s ease-out;
  -moz-transition: height 0.5s ease-out;
  -ms-transition: height 0.5s ease-out;
  -o-transition: height 0.5s ease-out;
  transition: height 0.5s ease-out; }

#header .header-2 .nav-01 {
  margin-top: 3.5em;
  -webkit-transition: margin-top 0.5s ease-out;
  -moz-transition: margin-top 0.5s ease-out;
  -ms-transition: margin-top 0.5s ease-out;
  -o-transition: margin-top 0.5s ease-out;
  transition: margin-top 0.5s ease-out; }

#header .logo {
  width: 63.8888888889%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%;
  margin-top: 0.5em;
  margin-bottom: 0.5em; }
  @media (min-width: 990px) {
    #header .logo {
      width: 22.2222222222%;
      float: left;
      margin-left: 1.3888888889%;
      margin-right: 1.3888888889%;
      margin-top: 1.5em;
      margin-bottom: 1.5em; } }
  @media (min-width: 1640px) {
    #header .logo {
      width: 22.2222222222%;
      float: left;
      margin-left: 1.3888888889%;
      margin-right: 1.3888888889%;
      margin-left: 9.7222222222%; } }

#header .navi {
  width: 72.2222222222%;
  float: right;
  margin-right: 1.3888888889%;
  margin-left: 1.3888888889%; }
  @media (min-width: 1640px) {
    #header .navi {
      width: 55.5555555556%;
      float: right;
      margin-right: 1.3888888889%;
      margin-left: 1.3888888889%;
      margin-right: 9.7222222222%; } }

#header .mobile {
  display: block;
  width: 13.8888888889%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%;
  margin-top: 1em;
  margin-bottom: 0.5em; }
  @media (min-width: 990px) {
    #header .mobile {
      display: none !important; } }

#header .mobile {
  display: block;
  width: 22.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%; }
  #header .mobile a {
    background-color: #5095c8;
    display: block;
    width: 50px;
    height: 38px;
    padding: 9px; }
    @media (min-width: 320px) {
      #header .mobile a {
        height: 40px; } }
  #header .mobile span.border-3 {
    border: none;
    display: block;
    height: 3px;
    background-color: #fff;
    padding: 0;
    margin-bottom: 6px;
    width: 100%;
    -webkit-transition: width 0.25s ease-out;
    -moz-transition: width 0.25s ease-out;
    -ms-transition: width 0.25s ease-out;
    -o-transition: width 0.25s ease-out;
    transition: width 0.25s ease-out; }
  #header .mobile span.border-3.last {
    float: right; }
  @media (min-width: 320px) {
    #header .mobile {
      width: 13.8888888889%;
      float: left;
      margin-left: 1.3888888889%;
      margin-right: 1.3888888889%; } }
  @media (min-width: 990px) {
    #header .mobile {
      display: none !important; } }
  #header .mobile a:hover span.border-3.first {
    width: 70%; }
  #header .mobile a:hover span.border-3.last {
    width: 70%; }

#main .slider-1 {
  position: relative; }
  #main .slider-1 .slider-control {
    position: static;
    height: 30px; }
    #main .slider-1 .slider-control a.slider-prev,
    #main .slider-1 .slider-control a.slider-next {
      font-size: 34px;
      font-size: 2.125rem;
      font-weight: 400; }
      @media (min-width: 0) and (max-width: 1180px) {
        #main .slider-1 .slider-control a.slider-prev,
        #main .slider-1 .slider-control a.slider-next {
          display: none !important; } }
    #main .slider-1 .slider-control a.slider-prev {
      margin-left: 3px; }
    #main .slider-1 .slider-control a.slider-next {
      margin-right: 3px; }
  #main .slider-1 .slider-control a {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 1;
    position: absolute;
    display: block;
    color: #5095c8; }
    #main .slider-1 .slider-control a:before {
      padding: 1em;
      display: block; }
    #main .slider-1 .slider-control a:hover {
      opacity: 0.5; }
  #main .slider-1 .slider-menu {
    font-size: 2.5rem;
    line-height: 1;
    top: auto;
    bottom: 0; }
    #main .slider-1 .slider-menu b {
      color: #d9d8d8; }
    #main .slider-1 .slider-menu b.active {
      color: #666666; }
    #main .slider-1 .slider-menu b:hover {
      opacity: 0.5; }

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

.video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0; }
  .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.ce_player .inside,
.ce_player .mejs-video,
.ce_player .mejs__video,
.ce_youtube .inside,
.ce_youtube .mejs-video,
.ce_youtube .mejs__video {
  margin-left: auto;
  margin-right: auto; }

.ce_player .mejs-video,
.ce_player .mejs__video,
.ce_youtube .mejs-video,
.ce_youtube .mejs__video {
  width: 100% !important;
  height: auto !important;
  padding-top: 56.25%; }

.ce_player .mejs-audio,
.ce_player .mejs__audio,
.ce_youtube .mejs-audio,
.ce_youtube .mejs__audio {
  margin-top: 30px; }
  .ce_player .mejs-audio audio,
  .ce_player .mejs__audio audio,
  .ce_youtube .mejs-audio audio,
  .ce_youtube .mejs__audio audio {
    height: auto; }

.ce_player .mejs-overlay,
.ce_player .mejs-poster,
.ce_player .mejs__overlay,
.ce_player .mejs__poster,
.ce_youtube .mejs-overlay,
.ce_youtube .mejs-poster,
.ce_youtube .mejs__overlay,
.ce_youtube .mejs__poster {
  width: 100% !important;
  height: 100% !important; }

.ce_player .mejs-video .mejs-mediaelement video,
.ce_player .mejs-video .mejs-mediaelement .me-plugin,
.ce_player .mejs-video .mejs-mediaelement embed,
.ce_youtube .mejs-video .mejs-mediaelement video,
.ce_youtube .mejs-video .mejs-mediaelement .me-plugin,
.ce_youtube .mejs-video .mejs-mediaelement embed {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important; }

.ce_player .mejs__video .mejs__mediaelement video,
.ce_player .mejs__video .mejs__mediaelement .me__plugin,
.ce_player .mejs__video .mejs__mediaelement embed,
.ce_youtube .mejs__video .mejs__mediaelement video,
.ce_youtube .mejs__video .mejs__mediaelement .me__plugin,
.ce_youtube .mejs__video .mejs__mediaelement embed {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important; }

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

.ce_accordion:nth-child(odd) .toggler h3 {
  color: #fff; }

.ce_accordion:nth-child(odd) .text {
  background-color: #666666;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.ce_accordion:nth-child(even) .toggler h3,
.ce_accordion:nth-child(even) .toggler.active h3,
.ce_accordion:nth-child(even) .toggler:hover h3 {
  color: #5095c8; }

.ce_accordion:nth-child(even) .text {
  background-color: #fff;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.ce_accordion {
  width: 97.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%;
  margin-bottom: 1em; }
  .ce_accordion .toggler {
    cursor: pointer; }
    .ce_accordion .toggler .text {
      padding-top: 0.65em;
      padding-bottom: 0.65em;
      padding-left: 1em; }
      @media (min-width: 700px) {
        .ce_accordion .toggler .text {
          padding-top: 1em;
          padding-bottom: 2em; } }
      @media (min-width: 1140px) {
        .ce_accordion .toggler .text {
          padding-top: 1em;
          padding-bottom: 4em; } }
    .ce_accordion .toggler h3 {
      margin-bottom: 0em;
      color: #fff; }
  .ce_accordion .ui-accordion-header h3:after {
    font-size: 30px;
    font-size: 1.875rem;
    content: "›";
    float: right;
    margin-right: 5px;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
    @media (min-width: 1140px) {
      .ce_accordion .ui-accordion-header h3:after {
        font-size: 60px;
        font-size: 3.75rem; } }
  .ce_accordion .ui-accordion-header-active h3:after {
    content: "›";
    margin-right: 11px;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); }
    @media (min-width: 1140px) {
      .ce_accordion .ui-accordion-header-active h3:after {
        margin-right: 20px; } }
  .ce_accordion .toggler.active,
  .ce_accordion .toggler:hover {
    background-color: #67a3cf;
    -webkit-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    -ms-transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out; }
    .ce_accordion .toggler.active h3,
    .ce_accordion .toggler:hover h3 {
      color: #fff; }
  .ce_accordion .ui-accordion-content > div {
    margin-top: 1em; }

#main .mod_sitemap ul.level_1 li {
  margin-top: 1em; }

#main .mod_sitemap ul.level_2 li {
  margin-top: 0; }

#main .mod_sitemap ul.level_2 li.submenu {
  margin-top: 1em; }

#main .mod_sitemap ul.level_2 a {
  font-weight: 400; }

#main .mod_sitemap ul.level_3 li {
  margin-top: 0em; }

#main .mod_sitemap ul.level_3 a {
  font-weight: 400;
  color: #4d4d4d; }

#main .ce_gallery-1 ul {
  text-align: center;
  padding-top: 0.75em; }
  #main .ce_gallery-1 ul li {
    float: left;
    display: block;
    width: 20%;
    margin-left: 2.5%;
    margin-right: 2.5%; }
    #main .ce_gallery-1 ul li img {
      width: 100%;
      height: auto; }

#main .gallerie-1 {
  margin-top: 1em;
  margin-bottom: 1em;
  width: 97.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%; }
  @media (min-width: 600px) {
    #main .gallerie-1 {
      width: 47.2222222222%;
      float: left;
      margin-left: 1.3888888889%;
      margin-right: 1.3888888889%; } }
  @media (min-width: 1180px) {
    #main .gallerie-1 {
      width: 30.5555555556%;
      float: left;
      margin-left: 1.3888888889%;
      margin-right: 1.3888888889%; } }
  #main .gallerie-1 h3 {
    position: absolute;
    z-index: 0;
    opacity: 0;
    max-height: 100%;
    width: 80%;
    margin-top: 5%;
    margin-left: 5%;
    text-transform: uppercase; }
    #main .gallerie-1 h3 a:hover,
    #main .gallerie-1 h3 a {
      color: #fff;
      font-weight: 400;
      text-transform: uppercase; }
    @media (min-width: 600px) {
      #main .gallerie-1 h3 {
        width: 32%;
        margin-top: 1%;
        margin-left: 1%; } }
    @media (min-width: 730px) {
      #main .gallerie-1 h3 {
        width: 305px; } }
    @media (min-width: 990px) {
      #main .gallerie-1 h3 {
        width: 390px;
        font-size: 22px;
        font-size: 1.375rem; } }
    @media (min-width: 1180px) {
      #main .gallerie-1 h3 {
        width: 306px;
        font-size: 26px;
        font-size: 1.625rem; } }
    @media (min-width: 1640px) {
      #main .gallerie-1 h3 {
        width: 390px;
        font-size: 30px;
        font-size: 1.875rem; } }
  #main .gallerie-1 h3:after {
    content: " »";
    color: #5095c8;
    font-weight: 700; }
  #main .gallerie-1 .gallery-single-image {
    background-color: #4d4c4c; }
    #main .gallerie-1 .gallery-single-image img {
      margin-bottom: -7px;
      width: 100%;
      height: auto; }

#main .gallerie-1:hover h3 {
  position: absolute;
  z-index: 1001;
  opacity: 1;
  max-height: 100%;
  color: #fff; }

#main .gallerie-1:hover .gallery-single-image img {
  opacity: 0.2; }

#main .mod_search {
  width: 97.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%; }
  @media (min-width: 960px) {
    #main .mod_search {
      width: 72.2222222222%;
      float: left;
      margin-left: 1.3888888889%;
      margin-right: 1.3888888889%; } }
  #main .mod_search input.text {
    width: 100%;
    border: 1px solid #5095c8;
    background-color: #f2f2f2;
    margin-bottom: 0.8em;
    display: block;
    padding: 0.65em; }
    @media (min-width: 700px) {
      #main .mod_search input.text {
        width: 75%;
        float: left;
        margin-bottom: 0em; } }
  #main .mod_search button.submit {
    width: 100%;
    background-color: #5095c8;
    color: #fff;
    border: 1px solid #5095c8;
    padding: 0.58em;
    cursor: pointer;
    font-weight: 900;
    text-transform: uppercase; }
    @media (min-width: 700px) {
      #main .mod_search button.submit {
        width: 22%;
        float: right; } }
  #main .mod_search input.submit:hover {
    background-color: #d0ef98;
    -webkit-transition: background-color 0.75s ease-out;
    -moz-transition: background-color 0.75s ease-out;
    -ms-transition: background-color 0.75s ease-out;
    -o-transition: background-color 0.75s ease-out;
    transition: background-color 0.75s ease-out; }
  #main .mod_search .even {
    margin-top: 2em;
    margin-bottom: 2em; }
  #main .mod_search p.header {
    padding-bottom: 0.75em;
    display: block;
    font-size: 14px;
    font-size: 0.875rem; }
  #main .mod_search h3 {
    margin-bottom: 0.25em; }
    #main .mod_search h3 span {
      font-size: 14px;
      font-size: 0.875rem;
      text-transform: uppercase; }
  #main .mod_search p.url {
    font-size: 14px;
    font-size: 0.875rem; }

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

.bg-grau-2 {
  background-color: #4d4d4d; }

.bg-grau-2 {
  background-color: #666666; }

#main .bg-color-1 {
  background-color: #5095c8; }
  #main .bg-color-1 h1, #main .bg-color-1 h2, #main .bg-color-1 h3, #main .bg-color-1 h4, #main .bg-color-1 h5, #main .bg-color-1 h6, #main .bg-color-1 span.light, #main .bg-color-1 p, #main .bg-color-1 a, #main .bg-color-1 em {
    color: #fff; }

#main .bg-color-2 {
  background-color: #c0e975; }
  #main .bg-color-2 h1, #main .bg-color-2 h2, #main .bg-color-2 h3, #main .bg-color-2 h4, #main .bg-color-2 h5, #main .bg-color-2 h6, #main .bg-color-2 span.light, #main .bg-color-2 p, #main .bg-color-2 a, #main .bg-color-2 em {
    color: #fff; }

#main .bg-color-3 {
  background-color: #ed1a29; }
  #main .bg-color-3 h1, #main .bg-color-3 h2, #main .bg-color-3 h3, #main .bg-color-3 h4, #main .bg-color-3 h5, #main .bg-color-3 h6, #main .bg-color-3 span.light, #main .bg-color-3 p, #main .bg-color-3 a, #main .bg-color-3 em {
    color: #fff; }

.mod_article:first-child {
  padding-top: 1em; 
}
  @media (min-width: 990px) {
    .mod_article:first-child {
      padding-top: 13em; } }

.mod_article {
  padding-top: 1rem;
  padding-bottom: 0.8rem;
  margin-top: 0;
  margin-bottom: 0; }
  @media (min-width: 960px) {
    .mod_article {
      padding-top: 1.3333333333rem;
      padding-bottom: 1.0666666667rem; } }
  @media (min-width: 1140px) {
    .mod_article {
      padding-top: 2rem;
      padding-bottom: 1.6rem; } }
  @media (min-width: 1140px) {
    .mod_article {
      padding-top: 4rem;
      padding-bottom: 3.2rem; } }

.mod_article.no-margin {
  padding-top: 0em;
  padding-bottom: 0em; }

.mod_article.no-margin-b {
  padding-bottom: 0em; }

.mod_article.no-margin-t {
  padding-top: 0em; }

.ce_form legend {
  padding: 0.25em 0.35em;
  width: 100%;
  display: block;
  margin: 1em 0;
  border: 1px solid #666666; }
  @media (min-width: 960px) {
    .ce_form legend {
      border: none;
      background-color: #f2f2f2; } }

.ce_form .radio_container legend {
  padding: 0;
  margin: 0;
  width: 100%;
  display: block;
  line-height: 2em; }

.ce_form label {
  width: 100%;
  display: block;
  line-height: 2em;
  font-weight: 400; }
  @media (min-width: 960px) {
    .ce_form label {
      width: 30%;
      float: left; } }

.ce_form .radio_container {
  margin-bottom: 1em; }
  .ce_form .radio_container label {
    width: 10%;
    float: left; }
  .ce_form .radio_container input.checkbox {
    width: 8px;
    margin-right: 10px;
    text-align: left;
    display: block;
    float: left;
    margin-top: 0.5em; }

.ce_form textarea,
.ce_form select,
.ce_form input {
  display: block;
  width: 100%;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 0.35em;
  line-height: 1.5em;
  margin-bottom: 1em;
  border: 1px solid #f2f2f2;
  background-color: #f2f2f2; }
  @media (min-width: 960px) {
    .ce_form textarea,
    .ce_form select,
    .ce_form input {
      width: 70%; } }

.ce_form textarea {
  min-height: 100px; }

.ce_form textarea:focus,
.ce_form select:focus,
.ce_form input:focus {
  border: 1px solid #5095c8; }

.ce_form input.checkbox {
  width: 8px;
  margin-right: 10px;
  text-align: left;
  display: block;
  float: left;
  margin-top: 0.5em; }

.ce_form input.radio {
  width: 12px;
  text-align: left;
  display: block;
  float: left;
  margin-right: 10px;
  margin-top: 0.65em; }

.ce_form input.captcha {
  width: 15%;
  display: inline;
  margin-right: 10px; }

.ce_form span.captcha_text {
  font-style: italic; }

.ce_form button.submit,
.ce_form input.submit {
  color: #fff;
  cursor: pointer;
  font-weight: 500;
  display: inline-block;
  background-color: #5095c8;
  border: 1px solid #5095c8;
  font-weight: 700;
  width: 100%;
  padding: 0.2em 1em; }
  @media (min-width: 0) and (max-width: 600px) {
    .ce_form button.submit,
    .ce_form input.submit {
      width: 100%;
      padding-top: 0.5em;
      padding-bottom: 0.5em;
      text-align: center; } }
  @media (min-width: 600px) {
    .ce_form button.submit,
    .ce_form input.submit {
      padding: 0.5em 2em; } }
  .ce_form button.submit a,
  .ce_form input.submit a {
    color: #fff; }
  .ce_form button.submit:hover, .ce_form button.submit.active,
  .ce_form input.submit:hover,
  .ce_form input.submit.active {
    color: #fff;
    background-color: #3981b6;
    border: 1px solid #3981b6;
    -webkit-transition: background-color 0.75s ease-out;
    -moz-transition: background-color 0.75s ease-out;
    -ms-transition: background-color 0.75s ease-out;
    -o-transition: background-color 0.75s ease-out;
    transition: background-color 0.75s ease-out; }
  @media (min-width: 600px) {
    .ce_form button.submit,
    .ce_form input.submit {
      width: 60%; } }
  @media (min-width: 960px) {
    .ce_form button.submit,
    .ce_form input.submit {
      width: 40%; } }

.content-text ol {
  list-style-type: decimal;
  padding-left: 15px; }
  .content-text ol li {
    margin-left: 10px;
    padding-left: 10px;
    text-indent: 0px;
    line-height: 1.5em;
    margin-top: 0.15em;
    margin-bottom: 0.15em; }

.content-text ul li {
  margin-left: 0.2em;
  font-weight: 700;
  margin-bottom: 0.35em;
  list-style: none;
  list-style-position: outside; }

.content-text ul li:before {
  content: "» ";
  color: #5095c8;
  font-weight: 700; }

.header-img {
  overflow: hidden;
  text-align: center;
  margin-bottom: -7px;
  max-height: 650px; }
  @media (min-width: 1440px) {
    .header-img {
      width: 100%;
      max-height: 650px; } }
  @media (min-width: 2000px) {
    .header-img {
      width: 1920px;
      height: 650px;
      margin-left: auto;
      margin-right: auto; } }
  .header-img img {
    width: 100%;
    height: auto; }

@media (min-width: 990px) {
  .box-header-1 {
    position: absolute;
    width: 460px; } }

@media (min-width: 0) and (max-width: 990px) {
  .box-header-2 {
    width: 97.2222222222%;
    float: left;
    margin-left: 1.3888888889%;
    margin-right: 1.3888888889%; } }

@media (min-width: 990px) {
  .box-header-2 {
    position: absolute;
    width: 460px;
    left: 50%;
    margin-left: 200px;
    margin-top: 4em; } }

@media (min-width: 1180px) {
  .box-header-2 {
    margin-left: 220px; } }

@media (min-width: 1640px) {
  .box-header-2 {
    margin-left: 240px; } }

@media (min-width: 1600px) {
  .box-header-2 {
    margin-left: 260px; } }

.ab-1 {
  margin-top: 1em; }
  @media (min-width: 990px) {
    .ab-1 {
      margin-top: 11em; } }
  @media (min-width: 1180px) {
    .ab-1 {
      margin-top: 16em; } }
  @media (min-width: 1640px) {
    .ab-1 {
      margin-top: 20em; } }
  @media (min-width: 1600px) {
    .ab-1 {
      margin-top: 24em; } }

.ab-2 {
  margin-top: 1em; }
  @media (min-width: 990px) {
    .ab-2 {
      margin-top: 11em; } }
  @media (min-width: 1180px) {
    .ab-2 {
      margin-top: 16em; } }
  @media (min-width: 1640px) {
    .ab-2 {
      margin-top: 20em; } }
  @media (min-width: 1600px) {
    .ab-2 {
      margin-top: 20em; } }

.box-6-header {
  width: 97.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%; }
  @media (min-width: 1180px) {
    .box-6-header {
      margin-left: 6%; } }
  @media (min-width: 1640px) {
    .box-6-header {
      width: 88.8888888889%;
      float: left;
      margin-left: 1.3888888889%;
      margin-right: 1.3888888889%;
      margin-left: 9.7222222222%; } }

.image-header-rtl {
  width: 97.2222222222%;
  float: right;
  margin-right: 1.3888888889%;
  margin-left: 1.3888888889%;
  margin-right: 0; }
  .image-header-rtl img {
    width: 100%;
    height: auto; }

.image-header {
  width: 97.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%;
  margin-left: 0; }
  @media (min-width: 990px) {
    .image-header {
      width: 55.5555555556%;
      float: left;
      margin-left: 1.3888888889%;
      margin-right: 1.3888888889%; } }
  @media (min-width: 1180px) {
    .image-header {
      width: 63.8888888889%;
      float: left;
      margin-left: 1.3888888889%;
      margin-right: 1.3888888889%; } }
  .image-header img {
    width: 100%;
    height: auto; }

@media (min-width: 0) and (max-width: 960px) {
  .image-3 {
    margin-bottom: -2em; } }

.icon-download {
  background-image: url("../../files/daten/icon/icon-download.png");
  background-image: none, url("../../files/daten/icon/icon-download.svg");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 70px 70px;
  background-size: 50px 50px; }
  .icon-download a {
    display: block;
    padding: 25px;
    margin-bottom: 0.75em; }

@media (min-width: 0) and (max-width: 700px) {
  #main .news-1 .layout_latest {
    width: 97.2222222222%;
    float: left;
    margin-left: 1.3888888889%;
    margin-right: 1.3888888889%; } }

@media (min-width: 700px) {
  #main .news-1 .layout_latest {
    float: left;
    width: 91.5%;
    margin-left: 4.2%; } }

#main .news-2 {
  clear: both; }
  @media (min-width: 0) and (max-width: 700px) {
    #main .news-2 .layout_latest {
      width: 97.2222222222%;
      float: left;
      margin-left: 1.3888888889%;
      margin-right: 1.3888888889%; } }
  @media (min-width: 700px) {
    #main .news-2 .layout_latest {
      width: 47.2222222222%;
      float: left;
      margin-left: 1.3888888889%;
      margin-right: 1.3888888889%; } }
  @media (min-width: 960px) {
    #main .news-2 .layout_latest {
      width: 30.5555555556%;
      float: left;
      margin-left: 1.3888888889%;
      margin-right: 1.3888888889%; } }

#main .news-1 .layout_latest,
#main .news-2 .layout_latest {
  background-color: #fff;
  margin-top: 1em;
  margin-bottom: 1em; }
  #main .news-1 .layout_latest figure,
  #main .news-2 .layout_latest figure {
    height: 220px;
    overflow: hidden; }
    #main .news-1 .layout_latest figure img,
    #main .news-2 .layout_latest figure img {
      width: 100%;
      height: auto;
      margin-bottom: -0.1em; }
  #main .news-1 .layout_latest .text,
  #main .news-2 .layout_latest .text {
    margin: 1em 1.5em;
    display: block; }
  #main .news-1 .layout_latest h2,
  #main .news-2 .layout_latest h2 {
    overflow: hidden; }
    @media (min-width: 700px) {
      #main .news-1 .layout_latest h2,
      #main .news-2 .layout_latest h2 {
        height: 60px; } }
  #main .news-1 .layout_latest p.info,
  #main .news-2 .layout_latest p.info {
    font-family: 'Muli', sans-serif;
    font-size: 13px;
    font-size: 0.8125rem;
    color: #676666; }
  #main .news-1 .layout_latest .teaser,
  #main .news-2 .layout_latest .teaser {
    display: block;
    overflow: hidden; }
    @media (min-width: 700px) {
      #main .news-1 .layout_latest .teaser,
      #main .news-2 .layout_latest .teaser {
        height: 178px; } }
    @media (min-width: 1140px) {
      #main .news-1 .layout_latest .teaser,
      #main .news-2 .layout_latest .teaser {
        height: 128px;
        overflow: hidden; } }

.mod_newsreader .layout_full {
  width: 63.8888888889%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%;
  margin-left: 18.0555555556%; }
  .mod_newsreader .layout_full p.info {
    font-family: 'Muli', sans-serif;
    font-size: 13px;
    font-size: 0.8125rem;
    color: #676666; }
  .mod_newsreader .layout_full img {
    width: 100%;
    height: auto; }
  .mod_newsreader .layout_full .teaser {
    font-weight: 700; }

.mod_newsreader p.back {
  clear: both;
  width: 63.8888888889%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%;
  margin-left: 18.0555555556%; }

#footer .page {
  border-bottom: 50px solid #5095c8;
  padding-bottom: 2em; }

#footer .logo {
  width: 22.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%; }
  #footer .logo a {
    background-image: url("../../files/daten/icon/logo_demers.png");
    background-image: none, url("../../files/daten/icon/logo_demers.svg");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 48px 48px;
    display: block;
    background-position: left top;
    background-size: 150px 70px;
    width: 150px;
    height: 70px; }
    @media (min-width: 990px) {
      #footer .logo a {
        background-size: 200px 93px;
        width: 200px;
        height: 93px; } }
    @media (min-width: 1180px) {
      #footer .logo a {
        background-size: 250px 116px;
        width: 250px;
        height: 116px; } }
    @media (min-width: 1640px) {
      #footer .logo a {
        background-size: 300px 139px;
        width: 300px;
        height: 139px; } }

#footer .col-1 {
  width: 97.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%;
  margin-top: 1em; }
  @media (min-width: 700px) {
    #footer .col-1 {
      margin-top: 3.1em;
      width: 72.2222222222%;
      float: left;
      margin-left: 1.3888888889%;
      margin-right: 1.3888888889%; } }
  @media (min-width: 990px) {
    #footer .col-1 {
      margin-top: 4.5em;
      width: 55.5555555556%;
      float: left;
      margin-left: 1.3888888889%;
      margin-right: 1.3888888889%; } }
  @media (min-width: 1180px) {
    #footer .col-1 {
      margin-top: 5.8em; } }
  @media (min-width: 1640px) {
    #footer .col-1 {
      margin-top: 7.18em; } }
  #footer .col-1 .copy {
    display: block;
    float: left; }

#footer .col-2 {
  width: 97.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%; }
  @media (min-width: 990px) {
    #footer .col-2 {
      width: 13.8888888889%;
      float: right;
      margin-right: 1.3888888889%;
      margin-left: 1.3888888889%;
      text-align: right; } }

#footer .top-link {
  margin-top: 2em; }
  @media (min-width: 990px) {
    #footer .top-link {
      margin-top: 3em; } }
  @media (min-width: 1180px) {
    #footer .top-link {
      margin-top: 4.5em; } }
  @media (min-width: 1640px) {
    #footer .top-link {
      margin-top: 5.8em; } }
  #footer .top-link a {
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    font-weight: 500;
    display: inline-block;
    background-color: #5095c8;
    border: 1px solid #5095c8;
    font-weight: 700; }
    @media (min-width: 0) and (max-width: 600px) {
      #footer .top-link a {
        width: 100%;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
        text-align: center; } }
    @media (min-width: 600px) {
      #footer .top-link a {
        padding: 0.5em 2em; } }
    #footer .top-link a a {
      color: #fff; }
    #footer .top-link a:hover, #footer .top-link a.active {
      color: #fff;
      background-color: #3981b6;
      border: 1px solid #3981b6;
      -webkit-transition: background-color 0.75s ease-out;
      -moz-transition: background-color 0.75s ease-out;
      -ms-transition: background-color 0.75s ease-out;
      -o-transition: background-color 0.75s ease-out;
      transition: background-color 0.75s ease-out; }
    @media (min-width: 990px) and (max-width: 1180px) {
      #footer .top-link a {
        padding: 0.5em 1em; } }
    @media (min-width: 0) and (max-width: 600px) {
      #footer .top-link a {
        width: 100%; } }


.gallerie-1 .gallery-single-image figure{
  display: none;
}
.gallerie-1  .gallery-single-image figure:first-child {
  display: block;
}

/*# sourceMappingURL=styles.css.map */
/* source-sans-pro-regular - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url('../../files/daten/fonts/source-sans-pro-v11-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'),
       url('../../files/daten/fonts/source-sans-pro-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/daten/fonts/source-sans-pro-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../files/daten/fonts/source-sans-pro-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../../files/daten/fonts/source-sans-pro-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../files/daten/fonts/source-sans-pro-v11-latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

/* source-sans-pro-italic - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 400;
  src: url('../../files/daten/fonts/source-sans-pro-v11-latin-italic.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro Italic'), local('SourceSansPro-Italic'),
       url('../../files/daten/fonts/source-sans-pro-v11-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/daten/fonts/source-sans-pro-v11-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../files/daten/fonts/source-sans-pro-v11-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../../files/daten/fonts/source-sans-pro-v11-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../files/daten/fonts/source-sans-pro-v11-latin-italic.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

/* source-sans-pro-700 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: url('../../files/daten/fonts/source-sans-pro-v11-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'),
       url('../../files/daten/fonts/source-sans-pro-v11-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/daten/fonts/source-sans-pro-v11-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../files/daten/fonts/source-sans-pro-v11-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../../files/daten/fonts/source-sans-pro-v11-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../files/daten/fonts/source-sans-pro-v11-latin-700.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

@media (min-width: 960px)
{
	.ce_form .checkbox_container{
		margin-left:30%;
	}
	.ce_form .checkbox_container input{
		margin-right: 0;
	    float:left;
	    margin-top: 0;
	}
	.ce_form .checkbox_container label{
		margin-left: 20px;
		width: auto;
		float: none;
		line-height: 1.125rem;
	}
	.ce_form .widget-checkbox + .widget-explanation{
		margin-left: 30%;
		padding-left:20px;
		box-sizing:border-box;
		margin-top: 10px;
		margin-bottom:20px;
	}
	.ce_form .widget-checkbox + .widget-explanation p{
		font-size:1rem;
		line-height: 1.125rem;
	}
}
