@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}
.content-slider{overflow:hidden;visibility:hidden;position:relative}.slider-wrapper{overflow:hidden;position:relative}.slider-wrapper>*{float:left;width:100%;position:relative}.slider-control{height:30px;position:relative}.slider-control a,.slider-control .slider-menu{position:absolute;top:9px;display:inline-block}.slider-control .slider-prev{left:0}.slider-control .slider-next{right:0}.slider-control .slider-menu{top:0;width:50%;left:50%;margin-left:-25%;font-size:27px;text-align:center}.slider-control .slider-menu b{color:#bbb;cursor:pointer}.slider-control .slider-menu b.active{color:#666}
@charset "UTF-8";
/** 
  * Erdmann & Freunde - Nutshell
  * Starterkit
  * erdmann-freunde.de/nutshell/
  *
  * Lizenziert unter MIT OPEN SOURCE 
  * 
  */
/** Contents
  *
  * SETTINGS
  * ...variables
  *
  *
  * MIXINS
  * ...general
  * ...responsive
  * 
  *
  * GENERIC
  * ...normalize
  * ...contao-reset
  * ...box-sizing
  *
  *
  * BASE
  * ...shared
  * ...page
  * ...type
  * ...grid
  * ...layout
  *
  *
  * COMPONENTS
  * ...media
  * ...tables
  * ...accordion
  * ...links
  * ...events
  * ...faq
  * ...forms
  * ...navs
  * ...news
  * ...newsletter
  * ...slider
  * ...downloads
  *
  */
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1, #Bild .hl-rubrik {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * Change font properties to `inherit` in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  font: inherit;
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 * 2. Show the overflow in Edge, Firefox, and IE.
 */
button,
input,
select { /* 2 */
  overflow: visible;
}

/**
 * Remove the margin in Safari.
 * 1. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea { /* 1 */
  margin: 0;
}

/**
 * Remove the inheritence of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritence of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Change the cursor in all browsers (opinionated).
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

/**
 * Restore the default cursor to disabled elements unset by the previous rule.
 */
[disabled] {
  cursor: default;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
}

/**
 * Remove the inner padding and cancel buttons in Chrome on OS X and
 * Safari on OS X.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

.float_left {
  float: left;
}

.float_right {
  float: right;
}

.block {
  overflow: hidden;
}

.clear {
  height: 0.1px;
  font-size: 0.1px;
  line-height: 0.1px;
  clear: both;
}

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

/**
 * Set the global `box-sizing` state to `border-box`.
 *
 * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 * paulirish.com/2012/box-sizing-border-box-ftw
 */
html {
  box-sizing: border-box;
}

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

h1, #Bild .hl-rubrik, h2, h3, p.confirmation, .mod_sitemap .level_1 > li > a, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

ul, ol, dl,
blockquote, p, address,
hr,
fieldset, figure,
pre {
  margin-bottom: 1rem;
}

ul, ol, dd {
  margin-left: 1rem;
}

.clearfix:after, .ce_gallery ul:after, [id=header] .inside:after,
.events-list .event:after,
.news-grid:after,
.news-list .layout_short:after,
.news-list .layout_latest:after,
.news-list .layout_simple:after,
.pagination:after,
.nav--breadcrumb ul:after,
.nav--horizontal ul:after,
[id=footer] > .inside:after,
.row:after {
  content: "";
  display: table;
  clear: both;
}

a {
  color: #6fbf37;
}

:not(p) a {
  text-decoration: none;
}

figure {
  margin: 0;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

html {
  font-family: "Work Sans", "Helvetica Neue", sans-serif, sans-serif;
  font-size: 1.125em;
  line-height: 1.363636;
  background-color: #fff;
  color: #626261;
  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;
}
@media screen and (max-width: 34.9375em) {
  html {
    font-size: 0.9375em;
  }
}
@media screen and (min-width: 88em) {
  html {
    font-size: 1.3125em;
  }
}

html {
  font-weight: 300;
}
@media screen and (min-width: 0) {
  html {
    font-size: 0.9375em;
  }
}
@media screen and (min-width: 35em) {
  html {
    font-size: 1em;
  }
}
@media screen and (min-width: 55em) {
  html {
    font-size: 1.125em;
  }
}
@media screen and (min-width: 70em) {
  html {
    font-size: 1.1875em;
  }
}
@media screen and (min-width: 88em) {
  html {
    font-size: 1.3125em;
  }
}

h1, #Bild .hl-rubrik, h2, h3, p.confirmation, .mod_sitemap .level_1 > li > a, h4, h5, h6 {
  font-weight: 300;
  font-family: "Work Sans", "Helvetica Neue", sans-serif;
}

h1,
#Bild .hl-rubrik {
  font-size: 2rem;
  line-height: 1.55;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 35em) {
  h1,
  #Bild .hl-rubrik {
    font-size: 2rem;
  }
}
@media screen and (min-width: 55em) {
  h1,
  #Bild .hl-rubrik {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 70em) {
  h1,
  #Bild .hl-rubrik {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 88em) {
  h1,
  #Bild .hl-rubrik {
    font-size: 2.25rem;
  }
}

p + h1, #Bild p + .hl-rubrik, ul + h1, #Bild ul + .hl-rubrik, ol + h1, #Bild ol + .hl-rubrik {
  margin-top: 2rem;
}
.ce_text + .ce_text h1:first-child, .ce_text + .ce_text #Bild .hl-rubrik:first-child, #Bild .ce_text + .ce_text .hl-rubrik:first-child {
  margin-top: 1rem;
}
h1 + h2, #Bild .hl-rubrik + h2 {
  margin-top: -0.5rem;
}

h2 {
  font-size: 1.625rem;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 35em) {
  h2 {
    font-size: 1.625rem;
  }
}
@media screen and (min-width: 55em) {
  h2 {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 70em) {
  h2 {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 88em) {
  h2 {
    font-size: 1.75rem;
  }
}

p + h2, ul + h2, ol + h2 {
  margin-top: 2rem;
}
.ce_text + .ce_text h2:first-child {
  margin-top: 1rem;
}
h2 + h3, h2 + p.confirmation, .mod_sitemap .level_1 > li > h2 + a {
  margin-top: -0.5rem;
}

h3,
p.confirmation,
.mod_sitemap .level_1 > li > a {
  font-size: 1.375rem;
  line-height: 1.25;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 35em) {
  h3,
  p.confirmation,
  .mod_sitemap .level_1 > li > a {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 55em) {
  h3,
  p.confirmation,
  .mod_sitemap .level_1 > li > a {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 70em) {
  h3,
  p.confirmation,
  .mod_sitemap .level_1 > li > a {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 88em) {
  h3,
  p.confirmation,
  .mod_sitemap .level_1 > li > a {
    font-size: 1.5rem;
  }
}

p + h3, p + p.confirmation, .mod_sitemap .level_1 > li > p + a, ul + h3, ul + p.confirmation, .mod_sitemap .level_1 > li > ul + a, ol + h3, ol + p.confirmation, .mod_sitemap .level_1 > li > ol + a {
  margin-top: 2rem;
}
.ce_text + .ce_text h3:first-child, .ce_text + .ce_text p.confirmation:first-child, .ce_text + .ce_text .mod_sitemap .level_1 > li > a:first-child, .mod_sitemap .ce_text + .ce_text .level_1 > li > a:first-child {
  margin-top: 1rem;
}
h3 + h4, p.confirmation + h4, .mod_sitemap .level_1 > li > a + h4 {
  margin-top: -0.5rem;
}

h4 {
  font-size: 1.125rem;
  line-height: 1;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 35em) {
  h4 {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 55em) {
  h4 {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 70em) {
  h4 {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 88em) {
  h4 {
    font-size: 1.25rem;
  }
}

p + h4, ul + h4, ol + h4 {
  margin-top: 1.5rem;
}
.ce_text + .ce_text h4:first-child {
  margin-top: 0.5rem;
}
h4 + h5 {
  margin-top: -0.5rem;
}

h5 {
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 35em) {
  h5 {
    font-size: 1rem;
  }
}
@media screen and (min-width: 55em) {
  h5 {
    font-size: 1rem;
  }
}
@media screen and (min-width: 70em) {
  h5 {
    font-size: 1rem;
  }
}
@media screen and (min-width: 88em) {
  h5 {
    font-size: 1rem;
  }
}

p + h5, ul + h5, ol + h5 {
  margin-top: 1.5rem;
}
.ce_text + .ce_text h5:first-child {
  margin-top: 0.5rem;
}
h5 + h6 {
  margin-top: -0.5rem;
}

h6 {
  font-size: 0.875rem;
  line-height: 1;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 35em) {
  h6 {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 55em) {
  h6 {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 70em) {
  h6 {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 88em) {
  h6 {
    font-size: 0.875rem;
  }
}

p + h6, ul + h6, ol + h6 {
  margin-top: 1.5rem;
}
.ce_text + .ce_text h6:first-child {
  margin-top: 0.5rem;
}

p,
ul,
ol {
  margin-top: 0;
}
p a,
ul a,
ol a {
  color: #6fbf37;
  text-decoration: underline;
}
p a:hover,
ul a:hover,
ol a:hover {
  text-decoration: none;
}
p:last-child,
ul:last-child,
ol:last-child {
  margin-bottom: 0;
}

code {
  color: #6fbf37;
}

pre {
  padding: 1rem;
  background: #727777;
  color: #fff;
  overflow-x: scroll;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-top: 1px solid #e4e5e5;
  border-bottom: 0;
}

.li--block {
  margin-bottom: 1rem;
}

.ce_text {
  margin-bottom: 1rem;
}

/* work-sans-300 - latin */
@font-face {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 300;
  src: local("Work Sans Light"), local("WorkSans-Light"), url("../../files/theme-jps/dist/fonts/work-sans-v3-latin-300.woff2") format("woff2"), url("../../files/theme-jps/dist/fonts/work-sans-v3-latin-300.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* work-sans-regular - latin */
@font-face {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Work Sans"), local("WorkSans-Regular"), url("../../files/theme-jps/dist/fonts/work-sans-v3-latin-regular.woff2") format("woff2"), url("../../files/theme-jps/dist/fonts/work-sans-v3-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* work-sans-600 - latin */
@font-face {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 600;
  src: local("Work Sans SemiBold"), local("WorkSans-SemiBold"), url("../../files/theme-jps/dist/fonts/work-sans-v3-latin-600.woff2") format("woff2"), url("../../files/theme-jps/dist/fonts/work-sans-v3-latin-600.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* work-sans-500 - latin */
@font-face {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 500;
  src: local("Work Sans Medium"), local("WorkSans-Medium"), url("../../files/theme-jps/dist/fonts/work-sans-v3-latin-500.woff2") format("woff2"), url("../../files/theme-jps/dist/fonts/work-sans-v3-latin-500.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* work-sans-700 - latin */
@font-face {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  src: local("Work Sans Bold"), local("WorkSans-Bold"), url("../../files/theme-jps/dist/fonts/work-sans-v3-latin-700.woff2") format("woff2"), url("../../files/theme-jps/dist/fonts/work-sans-v3-latin-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* work-sans-800 - latin */
@font-face {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 800;
  src: local("Work Sans ExtraBold"), local("WorkSans-ExtraBold"), url("../../files/theme-jps/dist/fonts/work-sans-v3-latin-800.woff2") format("woff2"), url("../../files/theme-jps/dist/fonts/work-sans-v3-latin-800.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
.text--center, [id=Leistungsteaser] .ce_page_teasers_element ul {
  text-align: center;
}

.text--extra, [id=Leistungsteaser] .ce_page_teasers_element h3, [id=Leistungsteaser] .ce_page_teasers_element .mod_sitemap .level_1 > li > a, .mod_sitemap [id=Leistungsteaser] .ce_page_teasers_element .level_1 > li > a, [id=Leistungsteaser] .ce_page_teasers_element p.confirmation, h2, .h2 {
  color: #6fbf37;
  font-weight: 800;
  text-transform: uppercase;
}

b, strong {
  font-weight: 500;
}

h1, #Bild .hl-rubrik, h2, h3, p.confirmation, .mod_sitemap .level_1 > li > a, h4, h5, h6 {
  line-height: normal;
}

h1, #Bild .hl-rubrik, .h1 {
  font-size: 2em;
  margin-bottom: 0.5em;
}
h1.text--center, #Bild .text--center.hl-rubrik, #Bild [id=Leistungsteaser] .ce_page_teasers_element ul.hl-rubrik, [id=Leistungsteaser] .ce_page_teasers_element #Bild ul.hl-rubrik, .h1.text--center, [id=Leistungsteaser] .ce_page_teasers_element ul.h1 {
  text-transform: uppercase;
  font-size: 1.75em;
  padding-bottom: 0.4em;
}

h2, .h2 {
  font-size: 1.0909em;
}

h3, p.confirmation, .mod_sitemap .level_1 > li > a {
  font-size: 1em;
  font-weight: 500;
  color: #6fbf37;
  text-transform: uppercase;
}

h4 {
  font-size: 1em;
  font-weight: 500;
}

hr {
  border-color: #8F8F8E;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1 {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

@media screen and (min-width: 0) {
  .col-xs-1 {
    width: 8.3333333333%;
  }
  .col-xs-2 {
    width: 16.6666666667%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-4 {
    width: 33.3333333333%;
  }
  .col-xs-5 {
    width: 41.6666666667%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-7 {
    width: 58.3333333333%;
  }
  .col-xs-8 {
    width: 66.6666666667%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-10 {
    width: 83.3333333333%;
  }
  .col-xs-11 {
    width: 91.6666666667%;
  }
  .col-xs-12 {
    width: 100%;
  }
}
@media screen and (min-width: 0) {
  .offset-xs-0 {
    margin-left: 0%;
  }
  .offset-xs-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xs-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xs-3 {
    margin-left: 25%;
  }
  .offset-xs-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xs-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xs-6 {
    margin-left: 50%;
  }
  .offset-xs-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xs-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xs-9 {
    margin-left: 75%;
  }
  .offset-xs-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xs-11 {
    margin-left: 91.6666666667%;
  }
}
@media screen and (min-width: 0) {
  .pull-right-xs {
    float: right;
  }
  .pull-left-xs {
    float: left;
  }
}
@media screen and (min-width: 0) {
  .clear-xs {
    clear: both;
  }
}
@media screen and (min-width: 35em) {
  .clear-xs {
    clear: none;
  }
}
@media screen and (min-width: 35em) {
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
}
@media screen and (min-width: 35em) {
  .offset-sm-0 {
    margin-left: 0%;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media screen and (min-width: 35em) {
  .pull-right-sm {
    float: right;
  }
  .pull-left-sm {
    float: left;
  }
}
@media screen and (min-width: 35em) {
  .clear-sm {
    clear: both;
  }
}
@media screen and (min-width: 55em) {
  .clear-sm {
    clear: none;
  }
}
@media screen and (min-width: 55em) {
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
}
@media screen and (min-width: 55em) {
  .offset-md-0 {
    margin-left: 0%;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media screen and (min-width: 55em) {
  .pull-right-md {
    float: right;
  }
  .pull-left-md {
    float: left;
  }
}
@media screen and (min-width: 55em) {
  .clear-md {
    clear: both;
  }
}
@media screen and (min-width: 70em) {
  .clear-md {
    clear: none;
  }
}
@media screen and (min-width: 70em) {
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
}
@media screen and (min-width: 70em) {
  .offset-lg-0 {
    margin-left: 0%;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media screen and (min-width: 70em) {
  .pull-right-lg {
    float: right;
  }
  .pull-left-lg {
    float: left;
  }
}
@media screen and (min-width: 70em) {
  .clear-lg {
    clear: both;
  }
}
@media screen and (min-width: 88em) {
  .clear-lg {
    clear: none;
  }
}
@media screen and (min-width: 88em) {
  .col-xl-1 {
    width: 8.3333333333%;
  }
  .col-xl-2 {
    width: 16.6666666667%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-4 {
    width: 33.3333333333%;
  }
  .col-xl-5 {
    width: 41.6666666667%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-7 {
    width: 58.3333333333%;
  }
  .col-xl-8 {
    width: 66.6666666667%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-10 {
    width: 83.3333333333%;
  }
  .col-xl-11 {
    width: 91.6666666667%;
  }
  .col-xl-12 {
    width: 100%;
  }
}
@media screen and (min-width: 88em) {
  .offset-xl-0 {
    margin-left: 0%;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media screen and (min-width: 88em) {
  .pull-right-xl {
    float: right;
  }
  .pull-left-xl {
    float: left;
  }
}
@media screen and (min-width: 88em) {
  .clear-xl {
    clear: both;
  }
}
[id=header] {
  background: #fff;
  color: #626261;
}
[id=header] .inside {
  max-width: 76.1904762rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.mod_article {
  max-width: 76.1904762rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
}

.article--full {
  max-width: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

[id=footer] > .inside {
  max-width: 76.1904762rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.image--left img {
  text-align: left;
  margin-left: 0;
}

.image--right img {
  text-align: right;
  margin-right: 0;
}

.image--center img {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.ce_gallery ul {
  margin-left: -15px;
  margin-right: -15px;
  padding: 0;
  list-style-type: none;
}
.ce_gallery li {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
.ce_gallery .cols_2 li {
  width: 50%;
}
.ce_gallery .cols_3 li {
  width: 50%;
}
@media screen and (min-width: 55em) {
  .ce_gallery .cols_3 li {
    width: 33.3333333333%;
  }
}
.ce_gallery .cols_4 li {
  width: 50%;
}
@media screen and (min-width: 55em) {
  .ce_gallery .cols_4 li {
    width: 25%;
  }
}
.ce_gallery .cols_5 li {
  width: 50%;
}
@media screen and (min-width: 55em) {
  .ce_gallery .cols_5 li {
    width: 20%;
  }
}
.ce_gallery .cols_6 li {
  width: 50%;
}
@media screen and (min-width: 55em) {
  .ce_gallery .cols_6 li {
    width: 16.6666666667%;
  }
}
.ce_gallery img {
  display: block;
}

.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 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
}

figcaption {
  font-size: 0.9em;
  font-weight: normal;
  padding: 0.5em 0;
}

img.pic-breit {
  width: 100%;
}

.ce_comments .submit, input.submit,
button.submit, div.btn > a,
div.btn > button,
.ce_toplink > a,
.ce_toplink > button,
.toplink > a,
.toplink > button, a.btn, .ce_text.bgimage .text a,
span.btn,
button.btn {
  border-radius: 10px;
  padding: 0.5rem 1rem;
  display: inline-block;
  border: 1px solid transparent;
  font-family: "Work Sans", "Helvetica Neue", sans-serif;
  font-weight: 400;
  line-height: 1.363636;
  text-align: center;
  background: transparent;
  background-image: none;
  white-space: nowrap;
}

a.btn, .ce_text.bgimage .text a,
span.btn,
button.btn {
  margin-bottom: 1rem;
}

a.btn--primary, .ce_comments a.submit,
span.btn--primary,
.ce_comments span.submit,
button.btn--primary,
.ce_comments button.submit,
button.submit {
  background: #6fbf37;
  color: #fff;
}
a.btn--primary:hover, .ce_comments a.submit:hover,
span.btn--primary:hover,
.ce_comments span.submit:hover,
button.btn--primary:hover,
button.submit:hover {
  background: #58972c;
}

div.btn:not(:last-child),
.ce_toplink:not(:last-child),
.toplink:not(:last-child) {
  margin-bottom: 1rem;
}

div.btn--primary > a, .ce_comments div.submit > a,
div.btn--primary > button,
.ce_comments div.submit > button,
.ce_toplink > a,
.ce_toplink > button,
.toplink > a,
.toplink > button {
  background: #6fbf37;
  color: #fff;
}
div.btn--primary > a:hover, .ce_comments div.submit > a:hover,
div.btn--primary > button:hover,
.ce_comments div.submit > button:hover,
.ce_toplink > a:hover,
.ce_toplink > button:hover,
.toplink > a:hover,
.toplink > button:hover {
  background: #58972c;
}

.div.btn--left {
  text-align: left;
}

div.btn--center {
  text-align: center;
}

div.btn--right {
  text-align: right;
}

.btn--floated {
  float: left;
  margin-right: 0.25rem;
}

.ce_toplink a,
.toplink a {
  text-decoration: none;
}

.back {
  border-top: 1px solid #b3b3b3;
  margin-top: 1rem;
  padding-top: 0.5rem;
}
.back a {
  text-decoration: none;
}
.back a:before {
  font-size: 0.75rem;
  line-height: 1.4;
  padding-bottom: 0.25rem;
  display: inline-block;
  content: "◄";
  vertical-align: middle;
  margin-right: 0.25rem;
}

.ce_comments .submit, input.submit,
button.submit, a.btn, .ce_text.bgimage .text a,
span.btn,
button.btn, div.btn > a,
div.btn > button,
.ce_toplink > a,
.ce_toplink > button,
.toplink > a,
.toplink > button {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 0.85em;
  text-decoration: none;
  padding: 0.5em 1em;
}

p a {
  color: inherit;
  text-decoration-color: #ccc;
}
p a:hover {
  color: #6fbf37;
  text-decoration: underline;
  text-decoration-color: #ccc;
}

.nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.nav a {
  text-decoration: none;
}

@media screen and (min-width: 48em) {
  .nav--horizontal li {
    float: left;
  }
}
.nav--horizontal a,
.nav--horizontal span.active,
.nav--horizontal span.trail,
.nav--horizontal strong.active,
.nav--horizontal strong.trail {
  display: block;
  padding: 0.5rem 1rem;
}

.nav--right {
  float: right;
}

.nav--vertical a,
.nav--vertical span.active,
.nav--vertical span.trail,
.nav--vertical strong.active,
.nav--vertical strong.trail {
  display: block;
  padding: 0.5rem 1rem;
}

.nav--border {
  border: 1px solid #b3b3b3;
}
.nav--border a,
.nav--border span.active,
.nav--border span.trail,
.nav--border strong.active,
.nav--border strong.trail {
  padding: 1rem 1rem;
  border-bottom: 1px solid #b3b3b3;
}
.nav--border a.last,
.nav--border span.active.last,
.nav--border span.trail.last,
.nav--border strong.active.last,
.nav--border strong.trail.last {
  border-bottom: 0;
}

.nav--breadcrumb {
  border: 1px solid #b3b3b3;
  padding: 0.5rem 1rem;
}
@media screen and (min-width: 48em) {
  .nav--breadcrumb li {
    float: left;
    padding-right: 1rem;
  }
}
.nav--breadcrumb a:after {
  font-size: 0.75rem;
  display: inline-block;
  content: "►";
  vertical-align: middle;
  padding-left: 1rem;
}

.nav--select select {
  -webkit-appearance: none;
  background: transparent;
  border: 1px solid #b3b3b3;
  padding: 0.25rem 0.5rem;
}
.nav--select .submit {
  vertical-align: middle;
  padding: 0.25rem 0.5rem;
}

.nav--pager ul {
  text-align: center;
}
.nav--pager li {
  display: inline-block;
}
.nav--pager .empty {
  width: 0;
  height: 0;
  left: -1000px;
  top: -1000px;
  position: absolute;
  overflow: hidden;
  display: inline;
}
.nav--pager a {
  padding: 0.5rem;
}

.pagination {
  margin-top: 1rem;
  clear: both;
  text-align: center;
  line-height: 1;
}
.pagination ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.pagination a {
  text-decoration: none;
}
.pagination p {
  padding: 0.25rem;
  padding-left: 0;
  margin: 0.25rem;
  margin-left: 0;
  border-top: 1px solid transparent;
}
.pagination li {
  display: inline;
}
.pagination a,
.pagination span {
  display: inline-block;
  padding: 0.25rem;
  margin: 0.25rem;
}
.pagination span {
  border: 1px solid #b3b3b3;
}
.pagination a.next {
  margin-right: 0;
  padding-right: 0;
}
@media screen and (min-width: 35em) {
  .pagination p {
    float: left;
  }
  .pagination p + ul {
    float: right;
  }
}

#mbtn {
  margin-bottom: 14px;
  margin-left: 30px;
}
@media (max-width: 470px) {
  #mbtn {
    margin-bottom: 2vw;
  }
}
#mbtn button {
  background-color: transparent;
  border: 0;
}
#mbtn svg {
  width: 60px;
  height: auto;
  max-width: 12vw;
}
#mbtn line {
  stroke: #fff;
  stroke-width: 8px;
  stroke-linecap: round;
  transition: 0.3s;
}

.nav a {
  color: inherit;
}

.nav--main {
  display: none;
  flex: 1 1 auto;
  text-align: right;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  overflow: visible;
}
@media screen and (min-width: 70em) {
  .nav--main {
    font-size: 19px;
    margin-bottom: 1.5rem;
  }
  .internet .nav--main {
    font-size: 1.35vw;
    position: relative;
    left: 15px;
  }
}
@media screen and (min-width: 88em) {
  .nav--main {
    position: static;
    font-size: 19px !important;
  }
}
.nav--main a, .nav--main strong {
  display: block;
  padding: 0.1em 1em;
  white-space: nowrap;
}
.nav--main a:before, .nav--main strong:before {
  content: "+ ";
  font-weight: 400;
}
.nav--main a.trail:before,
.nav--main strong.trail:before,
.nav--main strong.active:before {
  border-color: #6fbf37;
  opacity: 1 !important;
}
.nav--main .level_1 {
  margin-right: -1em;
}
.nav--main .level_1 > li {
  position: relative;
}
.internet .nav--main .level_1 > li > a {
  cursor: default;
}
.nav--main .level_1 > li > a:hover {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.nav--main .level_1 > li > a:before,
.nav--main .level_1 > li > strong:before {
  display: inline-block;
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-style: solid;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  margin-right: 0.5em;
  vertical-align: 0.2em;
  opacity: 0.9;
}
@media (max-width: 1812px) {
  .nav--main .level_1 > li.last .level_2 {
    right: -1rem;
  }
}
.nav--main .level_2 {
  display: none;
  position: absolute;
  z-index: 100;
  padding: 1em 0;
  background-color: #fff;
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.3);
  margin-left: 1.2em;
  color: #717776;
  font-size: 15.2px;
  font-weight: 800;
  text-align: left;
}
@media screen and (max-width: 69.9375em) {
  .nav--main .level_2 {
    right: 1em !important;
  }
}
.nav--main .level_2 a, .nav--main .level_2 strong {
  display: block;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}
.nav--main .level_2 a.trail,
.nav--main .level_2 strong.active {
  color: #6fbf37;
}
.nav--main .level_2 a:hover {
  color: #6fbf37;
}

@media screen and (min-width: 70em) {
  #mbtn {
    display: none;
  }
  .nav--main {
    display: block;
    line-height: 1.11111;
  }
}
@media screen and (min-width: 70em) {
  .nav--main {
    line-height: 1.363636;
  }
  .nav--main .level_1 {
    display: flex;
    justify-content: space-between;
  }
  .intranet .nav--main .level_1 {
    justify-content: flex-end;
  }
  .nav--main li:hover > .level_2 {
    display: block;
  }
}
@media screen and (min-width: 88em) {
  .nav--main .level_1 {
    justify-content: flex-end;
  }
}
/* Subnavi */
.nav--sub {
  line-height: 1.1;
  margin-right: 10px;
}
.nav--sub .level_1 {
  font-weight: normal;
}
.nav--sub .level_1 > li {
  display: none;
}
.nav--sub .level_1 > li.active, .nav--sub .level_1 > li.trail {
  display: block;
}
.nav--sub .level_1 > li.active > a,
.nav--sub .level_1 > li.active > strong, .nav--sub .level_1 > li.trail > a,
.nav--sub .level_1 > li.trail > strong {
  padding-top: 0;
  padding-left: 0;
  margin-bottom: 0;
}
.nav--sub .level_2 {
  line-height: 1.2;
  border-top: 1px solid #8F8F8E;
}
.nav--sub .level_2 > li {
  border-bottom: 1px solid #8F8F8E;
}
.nav--sub .level_2 a, .nav--sub .level_2 strong {
  padding-top: 0.333em;
  padding-right: 0;
  padding-bottom: 0.333em;
}
.nav--sub .level_2 a:before, .nav--sub .level_2 strong:before {
  position: absolute;
  margin-left: -1em;
}
.nav--sub .level_2 a:hover {
  color: #6fbf37;
}
.nav--sub .level_2 a:before,
.nav--sub .level_2 strong:before {
  content: "+ ";
}
.nav--sub .level_2 strong.active {
  background: #f1f9eb;
}
.nav--sub .level_2 strong.active:before {
  color: #6fbf37;
}

/* Footer */
[id=footer] .nav {
  align-self: flex-end;
}
[id=footer] .nav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
[id=footer] .nav li {
  list-style: none;
  flex-basis: 100%;
  text-align: center;
}
@media screen and (min-width: 35em) {
  [id=footer] .nav li {
    flex-basis: auto;
  }
}
@media (min-width: 700px) {
  [id=footer] .nav li {
    flex-basis: 100%;
    text-align: right;
  }
}
[id=footer] .nav li a, [id=footer] .nav li strong {
  display: block;
  padding: 0.2em 0.25em 0;
}
[id=footer] .nav li a.active, [id=footer] .nav li strong.active {
  color: #6fbf37;
}
@media screen and (min-width: 35em) {
  [id=footer] .nav li a:before, [id=footer] .nav li strong:before {
    content: "|";
    color: #626261;
    margin-right: 0.5em;
  }
}
@media (min-width: 700px) {
  [id=footer] .nav li a:before, [id=footer] .nav li strong:before {
    content: normal;
  }
}
[id=footer] .nav li.first > :before {
  content: normal;
}

/* Mobile Menu */
.mm-menu .mm-navbar {
  display: none;
}
.mm-menu .mm-panel {
  color: #fff;
  background: #636767;
}
.mm-menu .mm-panel#mm-1 {
  padding-top: 20px;
}
.mm-menu .mm-listview {
  font-size: 20px;
}
.mm-menu .mm-listview > li > a, .mm-menu .mm-listview > li > strong {
  padding-top: 15px;
  padding-bottom: 15px;
}
.mm-menu .mm-listview.level_1 {
  font-weight: 500;
  text-transform: uppercase;
}
.mm-menu .mm-listview .level_2 {
  font-weight: 800;
  font-size: 0.8em;
}
.mm-menu .mm-listview .level_3 {
  font-size: 1.25em;
  font-weight: normal;
  text-transform: none;
}
.mm-menu .mm-listview li.mm-selected > a:not(.mm-subopen),
.mm-menu .mm-listview li.mm-selected > strong {
  background: transparent;
  color: #6fbf37;
}
.mm-menu .mm-listview a.mm-subopen {
  width: 50px;
}
.mm-menu .mm-listview a.mm-subopen:after {
  right: 23px;
}
.mm-menu .mm-listview a.mm-subopen + a, .mm-menu .mm-listview a.mm-subopen + strong {
  margin-right: 50px;
}
.mm-menu .mm-listview .mm-panel {
  margin-bottom: 10px;
}

em.mm-counter {
  font-size: inherit;
}

/* Sitemap */
.mod_sitemap ul {
  list-style: none;
  padding: 0;
  margin-left: 1.25em;
}
.mod_sitemap .level_1 {
  -moz-columns: 14em;
  columns: 14em;
  -moz-column-gap: 30px;
  column-gap: 30px;
  margin-left: 0;
}
.mod_sitemap .level_1 > li {
  list-style: none;
}
.mod_sitemap .level_2 {
  margin-bottom: 1em;
}
.mod_sitemap .level_2 a:before {
  content: "+";
  position: absolute;
  margin-left: -1.25em;
}
.mod_sitemap .level_2 > li {
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}
.mod_sitemap .level_3 {
  font-size: 0.8em;
  margin-bottom: 0.5em;
}
.mod_sitemap a {
  text-decoration: none;
  color: inherit;
}
.mod_sitemap a:hover {
  color: #6fbf37;
}

.slider {
  position: relative;
}
.slider .slider-control {
  position: static;
  height: 0;
}
.slider .slider-control a {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem;
  line-height: 1;
  position: absolute;
  display: block;
  color: inherit;
  font-family: Arial;
}
.slider .slider-control a:before {
  padding: 0.5rem;
  display: block;
}
.slider .slider-control a:hover {
  opacity: 0.5;
}
.slider .slider-prev:before {
  content: "◄";
}
.slider .slider-next:before {
  content: "►";
}
.slider .slider-menu {
  font-size: 3rem;
  line-height: 1;
  top: auto;
  bottom: 0;
}
.slider .slider-menu b {
  color: inherit;
}
.slider .slider-menu b.active {
  color: #fff;
}
.slider .slider-menu b:hover {
  opacity: 0.5;
}

.ce_sliderStart ul, .ce_sliderStart li {
  padding: 0;
  margin: 0;
}
.ce_sliderStart .slider-wrapper {
  display: flex;
}
.ce_sliderStart span.slider-menu {
  font-size: 1em;
}
#main .ce_sliderStart span.slider-menu {
  bottom: 2.2em;
}
.ce_sliderStart span.slider-menu b {
  font-size: 48px;
  display: inline-block;
  width: 20px;
  text-indent: -999em;
  background: url(../../files/theme-jps/dist/img/dot.svg) no-repeat center;
}
.ce_sliderStart span.slider-menu b.active {
  background-image: url(../../files/theme-jps/dist/img/dot-active.svg);
}
.ce_sliderStart.no-dots .slider-menu {
  display: none;
}
.ce_sliderStart nav.slider-control a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: content-box;
  width: 48px;
  text-indent: -999em;
  line-height: 0 !important;
  padding: inherit;
  opacity: 0;
  transition: 0.4s;
}
#main .ce_sliderStart nav.slider-control a {
  top: calc(50% - 0.55em);
}
.ce_sliderStart nav.slider-control a:hover {
  opacity: 1;
}
.ce_sliderStart nav.slider-control a:before {
  content: normal;
}
.ce_sliderStart nav.slider-control a:after {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
}
.ce_sliderStart nav.slider-control a.slider-prev:after {
  background: url(../../files/theme-jps/dist/img/arr-left.svg) no-repeat center/contain;
}
.ce_sliderStart nav.slider-control a.slider-next:after {
  background: url(../../files/theme-jps/dist/img/arr-right.svg) no-repeat center/contain;
}
.ce_sliderStart.ce_gallery .content-slider,
.ce_sliderStart.ce_gallery .slider-wrapper {
  overflow: visible;
}
.ce_sliderStart.ce_gallery figure {
  padding-bottom: 2.2em;
}
.ce_sliderStart.ce_gallery figcaption {
  position: absolute;
}
.ce_sliderStart.ce_gallery .slider-control a {
  padding: 0 1.5%;
}

.slider--fullwidth .slider-control {
  position: relative;
  height: 48px;
  bottom: 4em;
}

.ce_sliderStart:hover .slider-control a {
  opacity: 0.8;
}

.news-list {
  margin-bottom: 1rem;
}
.news-list > h1, #Bild .news-list > .hl-rubrik, .news-list > h2, .news-list > h3, .news-list > p.confirmation, .mod_sitemap .level_1 > li.news-list > a, .news-list > h4, .news-list > h5, .news-list > h6 {
  margin-bottom: 0;
}
.news-list > h1:after, #Bild .news-list > .hl-rubrik:after, .news-list > h2:after, .news-list > h3:after, .news-list > p.confirmation:after, .mod_sitemap .level_1 > li.news-list > a:after, .news-list > h4:after, .news-list > h5:after, .news-list > h6:after {
  border-top: 1px solid #b3b3b3;
  content: "";
  display: block;
}
.news-list .info {
  margin-bottom: 0;
  font-weight: 700;
}
.news-list .image_container {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.news-list .float_left {
  margin-right: 1rem;
}
.news-list .float_right {
  margin-left: 1rem;
}
.news-list .layout_short > h1, .news-list #Bild .layout_short > .hl-rubrik, #Bild .news-list .layout_short > .hl-rubrik, .news-list .layout_short > h2, .news-list .layout_short > h3, .news-list .layout_short > p.confirmation, .news-list .mod_sitemap .level_1 > li.layout_short > a, .mod_sitemap .news-list .level_1 > li.layout_short > a, .news-list .layout_short > h4, .news-list .layout_short > h5, .news-list .layout_short > h6,
.news-list .layout_latest > h1,
.news-list #Bild .layout_latest > .hl-rubrik,
#Bild .news-list .layout_latest > .hl-rubrik,
.news-list .layout_latest > h2,
.news-list .layout_latest > h3,
.news-list .layout_latest > p.confirmation,
.news-list .mod_sitemap .level_1 > li.layout_latest > a,
.mod_sitemap .news-list .level_1 > li.layout_latest > a,
.news-list .layout_latest > h4,
.news-list .layout_latest > h5,
.news-list .layout_latest > h6,
.news-list .layout_simple > h1,
.news-list #Bild .layout_simple > .hl-rubrik,
#Bild .news-list .layout_simple > .hl-rubrik,
.news-list .layout_simple > h2,
.news-list .layout_simple > h3,
.news-list .layout_simple > p.confirmation,
.news-list .mod_sitemap .level_1 > li.layout_simple > a,
.mod_sitemap .news-list .level_1 > li.layout_simple > a,
.news-list .layout_simple > h4,
.news-list .layout_simple > h5,
.news-list .layout_simple > h6 {
  margin-top: 1rem;
}
.news-list .layout_short:after,
.news-list .layout_latest:after,
.news-list .layout_simple:after {
  border-bottom: 1px solid #b3b3b3;
  margin-top: 1rem;
  content: "";
  display: block;
}
.news-list .layout_simple time,
.news-list .layout_simple a,
.news-list .layout_upcoming time,
.news-list .layout_upcoming a {
  padding-top: 1rem;
  display: inline-block;
}
.news-list .header {
  margin-top: 1rem;
}

.news-grid {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 1rem;
}
.news-grid > h1, #Bild .news-grid > .hl-rubrik, .news-grid > h2, .news-grid > h3, .news-grid > p.confirmation, .mod_sitemap .level_1 > li.news-grid > a, .news-grid > h4, .news-grid > h5, .news-grid > h6 {
  padding-left: 15px;
  padding-right: 15px;
}
.news-grid > h1:after, #Bild .news-grid > .hl-rubrik:after, .news-grid > h2:after, .news-grid > h3:after, .news-grid > p.confirmation:after, .mod_sitemap .level_1 > li.news-grid > a:after, .news-grid > h4:after, .news-grid > h5:after, .news-grid > h6:after {
  border-top: 1px solid #b3b3b3;
  content: "";
  display: block;
}
.news-grid .layout_short,
.news-grid .layout_latest,
.news-grid .layout_simple {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 1rem;
}
@media screen and (min-width: 35em) {
  .news-grid .layout_short,
  .news-grid .layout_latest,
  .news-grid .layout_simple {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
  }
  .news-grid .layout_short:nth-of-type(2n + 1),
  .news-grid .layout_latest:nth-of-type(2n + 1),
  .news-grid .layout_simple:nth-of-type(2n + 1) {
    clear: both;
  }
}
@media screen and (min-width: 55em) {
  .news-grid .layout_short,
  .news-grid .layout_latest,
  .news-grid .layout_simple {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
  }
  .news-grid .layout_short:nth-of-type(n),
  .news-grid .layout_latest:nth-of-type(n),
  .news-grid .layout_simple:nth-of-type(n) {
    clear: none;
  }
  .news-grid .layout_short:nth-of-type(2n + 1),
  .news-grid .layout_latest:nth-of-type(2n + 1),
  .news-grid .layout_simple:nth-of-type(2n + 1) {
    clear: both;
  }
}
@media screen and (min-width: 70em) {
  .news-grid .layout_short,
  .news-grid .layout_latest,
  .news-grid .layout_simple {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 33.3333333333%;
  }
  .news-grid .layout_short:nth-of-type(n),
  .news-grid .layout_latest:nth-of-type(n),
  .news-grid .layout_simple:nth-of-type(n) {
    clear: none;
  }
  .news-grid .layout_short:nth-of-type(3n + 1),
  .news-grid .layout_latest:nth-of-type(3n + 1),
  .news-grid .layout_simple:nth-of-type(3n + 1) {
    clear: both;
  }
}
.news-grid .layout_simple time {
  display: block;
}

.news-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.news-menu a {
  text-decoration: none;
}
.news-menu > h1:after, #Bild .news-menu > .hl-rubrik:after, .news-menu > h2:after, .news-menu > h3:after, .news-menu > p.confirmation:after, .mod_sitemap .level_1 > li.news-menu > a:after, .news-menu > h4:after, .news-menu > h5:after, .news-menu > h6:after {
  border-top: 1px solid #b3b3b3;
  content: "";
  display: block;
}
.news-menu .year {
  margin-bottom: 0.5rem;
}
.news-menu .year > a,
.news-menu .year > .active {
  color: inherit;
  font-weight: 300;
  font-family: "Work Sans", "Helvetica Neue", sans-serif;
}
.news-menu .level_2 li {
  margin-bottom: 0.25rem;
}

.mod_newslist .layout_full {
  margin-bottom: 60px;
}
.mod_newslist .layout_full figure {
  width: -moz-fit-content;
  width: fit-content;
}
.mod_newslist .slider figcaption {
  font-weight: 500;
  font-size: 0.81em;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 70em) {
  .mod_newslist .slider {
    max-width: 68%;
  }
  .mod_newslist .slider figure {
    padding-left: 1px; /* hilft gegen Blitzer */
  }
}
.mod_newslist.nav--vertical {
  border-bottom: 1px solid #8F8F8E;
}
.mod_newslist.nav--vertical .skiplink {
  line-height: 1.2;
  border-top: 1px solid #8F8F8E;
}
.mod_newslist.nav--vertical a {
  padding: 0.333em 0 0.333em 1rem;
  background: url(../../files/theme-jps/dist/img/bullet.svg) no-repeat 0 0.6em;
  /*&:before {
      content: "\2192 ";
      position: absolute;
      margin-left: -1rem;
  }*/
}
.mod_newslist.nav--vertical a:hover {
  color: #6fbf37;
}

.mod_article[id=news-navigation] {
  padding-top: 0;
}

time {
  font-weight: 500;
}
@media screen and (min-width: 55em) {
  time {
    font-size: 0.81em;
  }
}

.events-list {
  margin-bottom: 1rem;
}
.events-list > h1, #Bild .events-list > .hl-rubrik, .events-list > h2, .events-list > h3, .events-list > p.confirmation, .mod_sitemap .level_1 > li.events-list > a, .events-list > h4, .events-list > h5, .events-list > h6 {
  margin-bottom: 0;
}
.events-list > h1:after, #Bild .events-list > .hl-rubrik:after, .events-list > h2:after, .events-list > h3:after, .events-list > p.confirmation:after, .mod_sitemap .level_1 > li.events-list > a:after, .events-list > h4:after, .events-list > h5:after, .events-list > h6:after {
  border-top: 1px solid #b3b3b3;
  content: "";
  display: block;
}
.events-list .image_container {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.events-list .float_left {
  margin-right: 1rem;
}
.events-list .float_right {
  margin-left: 1rem;
}
.events-list .event > h1, .events-list #Bild .event > .hl-rubrik, #Bild .events-list .event > .hl-rubrik, .events-list .event > h2, .events-list .event > h3, .events-list .event > p.confirmation, .events-list .mod_sitemap .level_1 > li.event > a, .mod_sitemap .events-list .level_1 > li.event > a, .events-list .event > h4, .events-list .event > h5, .events-list .event > h6 {
  margin-top: 1rem;
}
.events-list .event:after {
  border-bottom: 1px solid #b3b3b3;
  margin-top: 1rem;
  content: "";
  display: block;
}
.events-list .layout_upcoming time,
.events-list .layout_upcoming a {
  padding-top: 1rem;
  display: inline-block;
}
.events-list .header {
  margin-top: 1rem;
}

.events-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.events-menu a {
  text-decoration: none;
}
.events-menu > h1:after, #Bild .events-menu > .hl-rubrik:after, .events-menu > h2:after, .events-menu > h3:after, .events-menu > p.confirmation:after, .mod_sitemap .level_1 > li.events-menu > a:after, .events-menu > h4:after, .events-menu > h5:after, .events-menu > h6:after {
  border-top: 1px solid #b3b3b3;
  content: "";
  display: block;
}
.events-menu .year {
  margin-bottom: 0.5rem;
}
.events-menu .year > a,
.events-menu .year > .active {
  color: inherit;
  font-weight: 300;
  font-family: "Work Sans", "Helvetica Neue", sans-serif;
}
.events-menu .level_2 li {
  margin-bottom: 0.25rem;
}

.ce_form {
  overflow: visible;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0.25rem;
  font-weight: bold;
}

input.text,
input.captcha,
textarea {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.25);
  background-clip: padding-box;
  background-image: none;
}

textarea.textarea {
  height: auto;
}

.widget-text,
.widget-textarea {
  margin-bottom: 1rem;
}

input[type=search] {
  -webkit-appearance: none;
}

input[type=file] {
  display: block;
  vertical-align: middle;
  line-height: 1;
}

input.radio,
input.checkbox {
  margin: 0.25rem 0 0;
  margin-left: 1px;
  margin-top: 1px \9 ;
  line-height: normal;
}
input.radio + label,
input.checkbox + label {
  margin-right: 0.25rem;
  font-weight: normal;
}

select.select {
  margin-left: 0.25rem;
}

.widget-radio,
.widget-checkbox,
.widget-select,
.widget-upload {
  margin-bottom: 1rem;
}
.widget-radio legend,
.widget-checkbox legend,
.widget-select legend,
.widget-upload legend {
  font-weight: 700;
}

.radio_container > span,
.checkbox_container > span {
  display: inline-block;
}

span.mandatory {
  color: #6fbf37;
}

p.error {
  margin-bottom: 0;
}

.formbody table {
  border: 0;
}

label {
  color: #8F8F8E;
  text-transform: uppercase;
  font-size: 0.8em;
}
.checkbox_container label {
  text-transform: none;
  display: inline;
}

.widget-captcha {
  margin-bottom: 1rem;
}

.submit_container {
  margin-top: 1em;
}

p.error {
  color: #d30;
}

.ce_accordion {
  margin-bottom: 0.25rem;
}
.ce_accordion .toggler {
  font-size: 1.5rem;
  cursor: pointer;
  background: #6fbf37;
  color: #fff;
  padding: 0.5rem;
  border: 2px solid transparent;
}
.ce_accordion .toggler:hover {
  color: rgba(255, 255, 255, 0.5);
}
.ce_accordion .toggler:focus {
  outline: 0;
}
.ce_accordion .accordion {
  padding: 0.5rem;
  background: #e4e5e5;
}

.ce_accordion .accordion {
  padding: 1rem 0.5rem 0.5rem;
  background: transparent;
}

.ui-accordion-header:after {
  content: "+";
  float: right;
}
.ui-accordion-header.active:after {
  content: "–";
}

.ce_download,
.ce_downloads {
  margin-bottom: 1rem;
}
.ce_download .mime_icon,
.ce_downloads .mime_icon {
  display: inline-block;
  vertical-align: middle;
}
.ce_download a,
.ce_downloads a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}

.ce_downloads ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.ce_downloads a {
  text-decoration: none;
}

table {
  margin-bottom: 1rem;
  width: 100%;
  padding: 0;
  border-spacing: 0;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
table th,
table td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px;
}

thead {
  text-align: left;
  background: rgba(204, 204, 204, 0.2);
}

tfoot {
  font-style: italic;
}

.table--striped .even {
  background: rgba(204, 204, 204, 0.2);
}

.table--overflow {
  overflow-x: scroll;
}

.newsletter-subscribe,
.newsletter-unsubscribe {
  margin-bottom: 1rem;
}
.newsletter-subscribe .formbody,
.newsletter-unsubscribe .formbody {
  display: flex;
  flex-flow: row wrap;
}
.newsletter-subscribe .text,
.newsletter-subscribe .widget-text,
.newsletter-unsubscribe .text,
.newsletter-unsubscribe .widget-text {
  margin-bottom: 0;
  display: inline-block;
  flex: 1;
}
.newsletter-subscribe .error,
.newsletter-unsubscribe .error {
  margin-bottom: 0;
  flex: 1 100%;
  font-weight: 700;
}
.newsletter-subscribe .submit,
.newsletter-unsubscribe .submit {
  margin-left: 0.25rem;
}

.newsletter-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.newsletter-list a {
  text-decoration: none;
}
.newsletter-list li {
  border-bottom: 1px solid #b3b3b3;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: block;
}
.newsletter-list li:first-of-type {
  border-top: 1px solid #b3b3b3;
}
@media screen and (min-width: 35em) {
  .newsletter-list li {
    font-size: 1.125rem;
    line-height: 1;
  }
}
@media screen and (min-width: 55em) {
  .newsletter-list li {
    font-size: 1.375rem;
    line-height: 1.25;
  }
}
.newsletter-list li a:hover {
  opacity: 0.5;
}

.newsletter-reader {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #b3b3b3;
  padding: 0 1rem;
}

.faq-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.faq-list a {
  text-decoration: none;
}
.faq-list > ul {
  margin-top: 2rem;
}
.faq-list li {
  margin-bottom: 0.5rem;
}
.faq-list li a {
  display: inline-block;
}
.faq-list li a:before {
  font-size: 0.75rem;
  line-height: 1.4;
  padding-bottom: 0.25rem;
  display: inline-block;
  content: "►";
  vertical-align: middle;
  margin-right: 0.25rem;
}
.faq-list > h1, #Bild .faq-list > .hl-rubrik, .faq-list > h2, .faq-list > h3, .mod_sitemap .level_1 > li.faq-list > a, .faq-list > p.confirmation, .faq-list > h4, .faq-list > h5, .faq-list > h6 {
  margin-bottom: 0;
}
.faq-list > h1:after, #Bild .faq-list > .hl-rubrik:after, .faq-list > h2:after, .faq-list > h3:after, .mod_sitemap .level_1 > li.faq-list > a:after, .faq-list > p.confirmation:after, .faq-list > h4:after, .faq-list > h5:after, .faq-list > h6:after {
  border-top: 1px solid #b3b3b3;
  content: "";
  display: block;
}
.faq-list article > h1, .faq-list #Bild article > .hl-rubrik, #Bild .faq-list article > .hl-rubrik, .faq-list article > h2, .faq-list article > h3, .faq-list article > p.confirmation, .faq-list article > h4, .faq-list article > h5, .faq-list article > h6 {
  margin-bottom: 0;
}
.faq-list article > h1:after, .faq-list #Bild article > .hl-rubrik:after, #Bild .faq-list article > .hl-rubrik:after, .faq-list article > h2:after, .faq-list article > h3:after, .faq-list article > p.confirmation:after, .faq-list article > h4:after, .faq-list article > h5:after, .faq-list article > h6:after {
  border-top: 1px solid #b3b3b3;
  content: "";
  display: block;
}

.faq-page > h1, #Bild .faq-page > .hl-rubrik, .faq-page > h2, .faq-page > h3, .mod_sitemap .level_1 > li.faq-page > a, .faq-page > p.confirmation, .faq-page > h4, .faq-page > h5, .faq-page > h6 {
  margin-bottom: 0;
}
.faq-page > h1:after, #Bild .faq-page > .hl-rubrik:after, .faq-page > h2:after, .faq-page > h3:after, .mod_sitemap .level_1 > li.faq-page > a:after, .faq-page > p.confirmation:after, .faq-page > h4:after, .faq-page > h5:after, .faq-page > h6:after {
  border-top: 1px solid #b3b3b3;
  content: "";
  display: block;
}
.faq-page article > h1, .faq-page #Bild article > .hl-rubrik, #Bild .faq-page article > .hl-rubrik, .faq-page article > h2, .faq-page article > h3, .faq-page article > p.confirmation, .faq-page article > h4, .faq-page article > h5, .faq-page article > h6 {
  margin-bottom: 0;
}
.faq-page article > h1:after, .faq-page #Bild article > .hl-rubrik:after, #Bild .faq-page article > .hl-rubrik:after, .faq-page article > h2:after, .faq-page article > h3:after, .faq-page article > p.confirmation:after, .faq-page article > h4:after, .faq-page article > h5:after, .faq-page article > h6:after {
  border-top: 1px solid #b3b3b3;
  content: "";
  display: block;
}
.faq-page .info {
  font-size: 0.875rem;
  margin-top: 1rem;
  opacity: 0.5;
}
.faq-page section {
  padding: 1rem 0;
  border-bottom: 1px solid #b3b3b3;
}
.faq-page section.last {
  margin-bottom: 1rem;
}

.faq-reader .info {
  font-size: 0.875rem;
  margin-top: 1rem;
  opacity: 0.5;
}

.ce_comments {
  overflow: visible;
}
.ce_comments .widget {
  margin-bottom: 1rem;
}
.ce_comments p.error {
  margin-bottom: 0;
  color: #d30;
}
.ce_comments .error {
  border-color: #d30;
  border-color: rgba(221, 51, 0, 0.5);
}
.comment_default {
  padding: 1rem;
  margin-bottom: 1rem;
  border: 1px solid #b3b3b3;
}
.comment_default .info {
  padding-bottom: 1rem;
  border-bottom: 1px solid #b3b3b3;
}
.comment_default.last {
  margin-bottom: 2rem;
}

.search .formbody {
  display: flex;
  flex-flow: row wrap;
}
.search .text,
.search .widget-text {
  margin-bottom: 0.5rem;
  display: inline-block;
  flex: 1;
}
.search .widget-text label {
  width: 0;
  height: 0;
  left: -1000px;
  top: -1000px;
  position: absolute;
  overflow: hidden;
  display: inline;
}
.search .submit,
.search .submit_container,
.search .widget-submit {
  margin-bottom: 0.5rem;
  margin-left: 0.25rem;
  align-self: flex-end;
}
.search .submit_container .submit,
.search .widget-submit .submit {
  margin-left: 0;
}
.search .relevance {
  color: #727777;
}
.search .context {
  margin-bottom: 0.25rem;
}
.search .highlight {
  font-weight: bold;
}
.search .url {
  color: #727777;
}

/* Scss Document */
.cookiebar {
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  flex-wrap: nowrap;
}

.cookiebar__button {
  background-color: #6fbf37;
  flex-shrink: 0;
}

.cookiebar__link {
  display: inline-block;
}

.mod_article {
  padding-left: 0;
  padding-right: 0;
}

@keyframes fadeup {
  0% {
    opacity: 0;
    transform: translateY(1rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.textanimation, #Bild .hl-rubrik, .layout-standard .ce_text,
.layout-standard .ce_headline,
.layout-standard .v-space {
  animation: fadeup 1s ease-out forwards;
}

.navanimation, .nav--sub {
  animation: fadein 0.6s 0.6s backwards;
}

[id=header] .inside,
[id=footer] .inside,
[id=Bild] .inside,
[id=Leistungsteaser] .inside,
[id=container],
#Bild .hl-rubrik,
.bgimage .text,
.slider--fullwidth .slider-control,
.intranet-start .slider figcaption {
  max-width: 76.1904762rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: calc(30px + 1.3vw);
  padding-right: calc(30px + 1.3vw);
}

#left {
  display: none;
}

@media screen and (min-width: 55em) {
  .layout-standard #container {
    display: flex;
    flex-direction: row-reverse;
  }
  .layout-standard #left {
    display: block;
    width: calc(25% - 22.5px);
    padding-top: 2rem;
    margin-right: 30px;
  }
  .layout-standard #main {
    flex: 1 1 auto;
  }
  .layout-standard #container > :nth-last-child(2) {
    width: calc(75% - 22.5px);
  }
}

[id=header] {
  background-color: #727777;
  color: #fff;
}
[id=header] .inside {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (min-width: 70em) {
  [id=header] .inside {
    align-items: flex-end;
  }
}
[id=header] .inside:after {
  content: normal;
}

#logo {
  max-width: 300px;
}
@media screen and (min-width: 88em) {
  #logo {
    max-width: calc(25% - 22.5px);
  }
}
#logo img {
  box-shadow: 2px 0 10px 3px rgba(0, 0, 0, 0.3);
}

#Bild {
  position: relative;
  padding: 0;
}
#Bild .image_container {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#Bild .mod_breadcrumb {
  position: relative;
  padding-bottom: 23.6982643525%;
}
#Bild .mod_breadcrumb ul {
  position: absolute;
  right: 0;
  bottom: 2em;
  text-align: right;
  text-transform: uppercase;
  color: #fff;
}
#Bild .mod_breadcrumb li {
  display: none;
}
#Bild .mod_breadcrumb li:nth-of-type(2) {
  display: block;
  font-weight: 400;
}
#Bild .mod_breadcrumb li:nth-of-type(2) a:after {
  content: " >";
}
#Bild .mod_breadcrumb li:nth-of-type(3) {
  display: block;
  font-weight: 800;
  font-size: 2em;
}
#Bild .mod_breadcrumb a {
  color: inherit;
  text-decoration: none;
}
#Bild .hl-rubrik {
  margin-top: 1em;
}
#Bild .hl-rubrik br {
  display: none;
}
@media screen and (min-width: 55em) {
  #Bild .hl-rubrik br {
    display: inline;
  }
}
#Bild .skip-down {
  margin-top: -72px;
  position: relative;
}

[id=main] .mod_article > [class*=ce_] {
  max-width: 1116px;
  margin-left: auto;
  margin-right: auto;
}
[id=main] .mod_article > [class*=ce_] .text {
  -moz-columns: 2 20em;
  columns: 2 20em;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
[id=main] .wide {
  max-width: none;
}
[id=main] .nocols .text {
  -moz-column-count: 1 !important;
  column-count: 1 !important;
}

[id=footer] {
  background-color: #e4e5e5;
  padding: 1.875rem 0;
}
[id=footer] .ce_image {
  padding: 1em;
  border: 2px solid #fff;
  margin: 15px;
}
[id=footer] .ce_image img {
  margin-right: 0;
}

.flex1bis4 {
  margin: -15px;
  max-width: 1146px !important;
}
@media screen and (min-width: 35em) {
  .flex1bis4 {
    display: flex;
    flex-wrap: wrap;
  }
}
.flex1bis4 > * {
  margin: 15px;
  flex: 0 1 calc(50% - 30px);
}
@media screen and (min-width: 55em) {
  .flex1bis4 > * {
    flex-basis: calc(33.3333333333% - 30px);
  }
}
@media screen and (min-width: 88em) {
  .flex1bis4 > * {
    flex-basis: calc(25% - 30px);
  }
}

.flex1-2-4, [id=Leistungsteaser] .ce_page_teasers_element ul {
  margin: -15px;
}
@media (min-width: 700px) {
  .flex1-2-4, [id=Leistungsteaser] .ce_page_teasers_element ul {
    display: flex;
    flex-wrap: wrap;
  }
}
.flex1-2-4 > *, [id=Leistungsteaser] .ce_page_teasers_element ul > * {
  margin: 15px;
  flex: 0 1 calc(50% - 30px);
}
@media (min-width: 998px) {
  .flex1-2-4 > *, [id=Leistungsteaser] .ce_page_teasers_element ul > * {
    flex-basis: calc(25% - 30px);
  }
}

@media screen and (max-width: 87.9375em) {
  .verstecken-lg {
    display: none;
  }
}
[id=Leistungsteaser] .ce_page_teasers_element ul {
  padding: 0;
  list-style: none;
}
[id=Leistungsteaser] .ce_page_teasers_element a {
  display: block;
  color: #8F8F8E;
  line-height: 1.2;
  text-decoration: none;
  padding: 1em;
  border: 1px solid #b3b3b3;
  transition: 0.3s;
}
[id=Leistungsteaser] .ce_page_teasers_element a:hover {
  border-color: #6fbf37;
}
[id=Leistungsteaser] .ce_page_teasers_element a:hover .more {
  color: #6fbf37;
}
[id=Leistungsteaser] .ce_page_teasers_element h3, [id=Leistungsteaser] .ce_page_teasers_element .mod_sitemap .level_1 > li > a, .mod_sitemap [id=Leistungsteaser] .ce_page_teasers_element .level_1 > li > a, [id=Leistungsteaser] .ce_page_teasers_element p.confirmation {
  font-size: 1.0909em;
  margin: 0.667em 0;
}
[id=Leistungsteaser] .ce_page_teasers_element p {
  margin: 0.75em 0 0.5em;
  font-size: 0.86em;
  font-weight: normal;
}
[id=Leistungsteaser] .ce_page_teasers_element .more {
  display: block;
  color: inherit;
  font-size: 0.86em;
  font-weight: 800;
  text-transform: uppercase;
  padding-bottom: 0.25em;
  transition: 0.3s;
}

.projektteaser figure {
  position: relative;
}
.projektteaser img {
  width: 100%;
}
.projektteaser figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1em;
  color: #fff;
  background-color: rgba(111, 191, 55, 0.75);
  font-size: 0.85em;
  font-weight: 600;
  text-align: right;
  text-transform: uppercase;
  pointer-events: none;
}
.projektteaser figcaption:before {
  content: "+ ";
}

/* Home-Slider volle Breite */
@keyframes kenburns {
  from {
    transform: scale3d(1.06, 1.06, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.layout-slider [id=header] {
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 10;
}

.ce_text.bgimage {
  animation: none;
  position: relative;
  max-width: none !important;
  /*background: #2b3234;*/
  /*background: $color-default;*/
  background: #8F8F8E;
  max-height: 575px;
  margin-bottom: 0;
  transform: rotate3d(1, 1, 1, 0);
}
.ce_text.bgimage .bgimg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}
@media (min-width: 856px) {
  .ce_text.bgimage .bgimg {
    background-size: 100%;
  }
}
.ce_text.bgimage.active .bgimg {
  animation: kenburns 2.5s ease-out forwards;
}
.ce_text.bgimage .text {
  position: relative;
  min-height: 50vw;
  color: #fff;
  font-weight: normal;
  text-align: right;
  padding-top: 240px;
  padding-bottom: 60px;
}
@media screen and (min-width: 88em) {
  .ce_text.bgimage .text {
    padding-left: 410px;
    padding-top: 280px;
  }
}
.ce_text.bgimage .text > * {
  max-width: 1000px;
  margin-left: auto;
}
.ce_text.bgimage .text h2 {
  color: #fff;
  font-size: 1.6em;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 70em) {
  .ce_text.bgimage .text h2 {
    font-size: 1.95em;
  }
}
.ce_text.bgimage .text p {
  font-size: 0.92em;
}
.ce_text.bgimage .text a {
  background: #fff;
  color: #8F8F8E;
  box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.4);
}

.slider--fullwidth {
  max-width: none;
  padding: 0;
  margin-bottom: -48px;
}

/* Mitarbeiter */
#wrapper .ma {
  max-width: 1146px;
  margin-top: 1em;
  margin-bottom: 2em;
}
@media (max-width: 1224px) {
  #wrapper .ma {
    margin: 0 -15px;
  }
}
#wrapper .ma .ce_text figure {
  margin-bottom: 1em;
}
#wrapper .ma img {
  margin-left: 0;
}
#wrapper .ma .text {
  -moz-columns: initial;
  columns: initial;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
#wrapper .ma h4 {
  font-weight: 300;
  margin-bottom: 0;
}
#wrapper .ma p {
  font-size: 0.9em;
}

/* Downloads */
.download-element {
  padding: 3px 0;
}
.download-element a {
  padding: 0.25em 0 0.25em 1.75em;
  background: url(../../files/theme-jps/dist/img/arr-down.svg) no-repeat left 0.35em;
  background-size: auto 66%;
}
.download-element a:hover {
  color: #6fbf37;
}
.download-element .size {
  display: inline-block;
  font-size: 0.8em;
  /*font-style: italic;*/
  padding-left: 0.5em;
  padding-top: 0.25em;
  padding-left: 2em;
  margin-left: 0.5em;
  background: url(/assets/contao/images/iconPLAIN.svg) left bottom no-repeat;
  background-size: 1.6667em;
}
.download-element.ext-jpg .size {
  background-image: url(/assets/contao/images/iconJPG.svg);
}
.download-element.ext-pdf .size {
  background-image: url(/assets/contao/images/iconPDF.svg);
}
.download-element.ext-doc .size {
  background-image: url(/assets/contao/images/iconDOC.svg);
}
.download-element.ext-docx .size {
  background-image: url(/assets/contao/images/iconDOCX.svg);
}
.download-element.ext-xls .size {
  background-image: url(/assets/contao/images/iconXLS.svg);
}
.download-element.ext-xlsx .size {
  background-image: url(/assets/contao/images/iconXLSX.svg);
}
.download-element.ext-ppt .size {
  background-image: url(/assets/contao/images/iconPPT.svg);
}
.download-element.ext-pptx .size {
  background-image: url(/assets/contao/images/iconPPTX.svg);
}

/* Intranet */
.intranet-start .mod_pageimage {
  display: none;
}
.intranet-start .slider {
  margin-bottom: -28px;
}
.intranet-start .slider figure {
  background: #2b3234;
}
.intranet-start .slider img {
  width: 100%;
  opacity: 0.3;
}
.intranet-start .slider figcaption {
  display: none;
}
@media screen and (min-width: 70em) {
  .intranet-start .slider figcaption {
    display: block;
    color: #fff;
    font-size: 1em;
    font-weight: 800;
    /*text-align: right;*/
    transform: translateX(-50%);
    position: absolute;
    width: 100%;
    left: 50%;
    bottom: 100px;
  }
}
.intranet-start [id=container] {
  width: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: right;
  color: #fff;
  position: absolute;
  top: 34.5vw;
}
@media screen and (min-width: 70em) {
  .intranet-start [id=container] {
    top: 29vw;
  }
}
.intranet-start [id=container] .mod_article {
  padding: 0;
}
.intranet-start [id=container] [class*=ce_] {
  max-width: none;
}
.intranet-start [id=container] h1, .intranet-start [id=container] #Bild .hl-rubrik, #Bild .intranet-start [id=container] .hl-rubrik {
  font-size: 1.6em;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 0.7em;
}
@media screen and (min-width: 70em) {
  .intranet-start [id=container] h1, .intranet-start [id=container] #Bild .hl-rubrik, #Bild .intranet-start [id=container] .hl-rubrik {
    font-size: 1.95em;
  }
}
@media screen and (min-width: 70em) {
  .intranet-start [id=container] h1, .intranet-start [id=container] #Bild .hl-rubrik, #Bild .intranet-start [id=container] .hl-rubrik {
    width: 18em;
    margin-right: 0;
  }
}
.intranet-start .ce_hyperlink {
  font-size: 0.81em;
  font-weight: 500;
}
.intranet-start .ce_hyperlink a {
  display: inline-block;
  padding: 0.2em 0;
}

.mod_login {
  max-width: 425px;
  margin-left: auto;
  margin-bottom: 1em;
}
.mod_login label {
  color: inherit;
}
.mod_login .text {
  border-radius: 10px;
  background: #fff;
}
.mod_login .submit {
  background: #fff;
  color: #8F8F8E;
}
.mod_login .submit:hover {
  background: #fff;
  color: #6fbf37;
}
.mod_login p.error {
  color: inherit;
  font-size: 0.95em;
  line-height: 1.2;
  margin-bottom: 0.7em;
}
.mod_login .checkbox_container {
  position: absolute;
  margin-top: 1em;
}

.intranet #Bild li.active {
  font-weight: 800;
  font-size: 2em;
}

.v-space {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.v-space hr {
  width: 100%;
  margin: 0;
}

.aktion {
  margin: 30px 0;
}
.aktion .text {
  margin-bottom: 1em;
}
.aktion .btn, .aktion .ce_text.bgimage .text a, .ce_text.bgimage .text .aktion a {
  background-color: #6fbf37;
  color: #fff;
  margin-bottom: 0.4em;
}
@media screen and (min-width: 35em) {
  .aktion {
    display: flex;
  }
  .aktion.noimage {
    align-items: flex-end;
  }
  .aktion .text {
    flex: 1;
    margin-right: 30px;
    margin-bottom: 0;
  }
  .aktion figure {
    width: calc(50% - 15px);
    flex-shrink: 0;
  }
  .aktion .more {
    margin-left: 30px;
  }
}
@media screen and (min-width: 88em) {
  .aktion .more {
    margin-left: 0;
    width: calc(25% - 22px);
    flex-shrink: 0;
    text-align: center;
  }
}
/*# sourceMappingURL=../maps/default.css.map */

body[data-aos-duration='600'] [data-aos], [data-aos][data-aos][data-aos-duration='600'] {
  -webkit-transition-duration: 600ms;
  -o-transition-duration: 600ms;
  transition-duration: 600ms; }

body[data-aos-easing="ease"] [data-aos], [data-aos][data-aos][data-aos-easing="ease"] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1); }


/**
 * Fade animations:
 * fade
 * fade-up, fade-down, fade-left, fade-right
 * fade-up-right, fade-up-left, fade-down-right, fade-down-left
 */
[data-aos^='fade'][data-aos^='fade'] {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform; }
  [data-aos^='fade'][data-aos^='fade'].aos-animate {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

[data-aos='fade-up'] {
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0); }

[data-aos='fade-down'] {
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0); }

[data-aos='fade-right'] {
  -webkit-transform: translate3d(-30px, 0, 0);
  transform: translate3d(-30px, 0, 0); }

[data-aos='fade-left'] {
  -webkit-transform: translate3d(30px, 0, 0);
  transform: translate3d(30px, 0, 0); }

[data-aos='fade-up-right'] {
  -webkit-transform: translate3d(-30px, 30px, 0);
  transform: translate3d(-30px, 30px, 0); }

[data-aos='fade-up-left'] {
  -webkit-transform: translate3d(30px, 30px, 0);
  transform: translate3d(30px, 30px, 0); }

[data-aos='fade-down-right'] {
  -webkit-transform: translate3d(-30px, -30px, 0);
  transform: translate3d(-30px, -30px, 0); }

[data-aos='fade-down-left'] {
  -webkit-transform: translate3d(30px, -30px, 0);
  transform: translate3d(30px, -30px, 0); }

