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

License PT Serif: http://www.menke-online.de/files/layout/scss/fonts/OFL.txt
PT_Serif-Web-Regular.ttf: Copyright © 2010 ParaType Ltd. All rights reserved.
PT_Serif-Web-Italic.ttf: Copyright © 2010 ParaType Ltd. All rights reserved.
PT_Serif-Web-Bold.ttf: Copyright © 2010 ParaType Ltd. All rights reserved.
PT_Serif-Web-BoldItalic.ttf: Copyright © 2010 ParaType Ltd. All rights reserved.

License Open Sans: http://www.menke-online.de/files/layout/fonts/LICENSE.txt
OpenSans-Light.ttf: Digitized data copyright 2010-2011, Google Corporation.
OpenSans-LightItalic.ttf: Digitized data copyright 2010-2011, Google Corporation.
OpenSans-Regular.ttf: Digitized data copyright 2010-2011, Google Corporation.
OpenSans-Italic.ttf: Digitized data copyright 2010-2011, Google Corporation.
OpenSans-SemiBold.ttf: Digitized data copyright 2011, Google Corporation.
OpenSans-SemiBoldItalic.ttf: Digitized data copyright 2010-2011, Google Corporation.
OpenSans-Bold.ttf: Digitized data copyright 2010-2011, Google Corporation.
OpenSans-BoldItalic.ttf: Digitized data copyright 2010-2011, Google Corporation.
OpenSans-ExtraBold.ttf: Digitized data copyright 2011, Google Corporation.
OpenSans-ExtraBoldItalic.ttf: Digitized data copyright 2010-2011, Google Corporation.
*/

/* pt-serif-regular - latin */
@font-face {
  font-family: 'PT Serif';
  font-style: normal;
  font-weight: 400;
  src: url('../../files/layout/scss/fonts/pt-serif-v9-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('PT Serif'), local('PTSerif-Regular'),
       url('../../files/layout/scss/fonts/pt-serif-v9-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/layout/scss/fonts/pt-serif-v9-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../files/layout/scss/fonts/pt-serif-v9-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../../files/layout/scss/fonts/pt-serif-v9-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../files/layout/scss/fonts/pt-serif-v9-latin-regular.svg#PTSerif') format('svg'); /* Legacy iOS */
  font-display: swap;       
}

/* pt-serif-italic - latin */
@font-face {
  font-family: 'PT Serif';
  font-style: italic;
  font-weight: 400;
  src: url('../../files/layout/scss/fonts/pt-serif-v9-latin-italic.eot'); /* IE9 Compat Modes */
  src: local('PT Serif Italic'), local('PTSerif-Italic'),
       url('../../files/layout/scss/fonts/pt-serif-v9-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/layout/scss/fonts/pt-serif-v9-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../files/layout/scss/fonts/pt-serif-v9-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../../files/layout/scss/fonts/pt-serif-v9-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../files/layout/scss/fonts/pt-serif-v9-latin-italic.svg#PTSerif') format('svg'); /* Legacy iOS */
       font-display: swap;        
}


/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../../files/layout/scss/fonts/open-sans-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('../../files/layout/scss/fonts/open-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/layout/scss/fonts/open-sans-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../files/layout/scss/fonts/open-sans-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../../files/layout/scss/fonts/open-sans-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../files/layout/scss/fonts/open-sans-v15-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
       font-display: swap;        
}

/* open-sans-italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../../files/layout/scss/fonts/open-sans-v15-latin-italic.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Italic'), local('OpenSans-Italic'),
       url('../../files/layout/scss/fonts/open-sans-v15-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/layout/scss/fonts/open-sans-v15-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../files/layout/scss/fonts/open-sans-v15-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../../files/layout/scss/fonts/open-sans-v15-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../files/layout/scss/fonts/open-sans-v15-latin-italic.svg#OpenSans') format('svg'); /* Legacy iOS */
       font-display: swap;        
}

/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../../files/layout/scss/fonts/open-sans-v15-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
       url('../../files/layout/scss/fonts/open-sans-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/layout/scss/fonts/open-sans-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../files/layout/scss/fonts/open-sans-v15-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../../files/layout/scss/fonts/open-sans-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../files/layout/scss/fonts/open-sans-v15-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
       font-display: swap;        
}






@-ms-viewport{width:device-width}html{box-sizing:border-box;-ms-overflow-style:scrollbar}*,*::before,*::after{box-sizing:inherit}.container{margin-right:auto;margin-left:auto;padding-right:0.9375rem;padding-left:0.9375rem;width:100%}@media (min-width:34.375em){.container{max-width:32.5em}}@media (min-width:48em){.container{max-width:46.125em}}@media (min-width:58.75em){.container{max-width:56.875em}}@media (min-width:68.75em){.container{max-width:66.875em}}.container-fluid{width:100%;margin-right:auto;margin-left:auto;padding-right:0.9375rem;padding-left:0.9375rem;width:100%}.row{display:flex;flex-wrap:wrap;margin-right:-0.9375rem;margin-left:-0.9375rem}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*="col-"]{padding-right:0;padding-left:0}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs,.col-xs-auto,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm,.col-sm-auto,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md,.col-md-auto,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg,.col-lg-auto,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl,.col-xl-auto{position:relative;width:100%;min-height:1px;padding-right:0.9375rem;padding-left:0.9375rem}.col-xs{flex-basis:0;flex-grow:1;max-width:100%}.col-xs-auto{flex:0 0 auto;width:auto;max-width:none}.col-xs-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-xs-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xs-3{flex:0 0 25%;max-width:25%}.col-xs-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-xs-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-xs-6{flex:0 0 50%;max-width:50%}.col-xs-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-xs-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-xs-9{flex:0 0 75%;max-width:75%}.col-xs-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-xs-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-xs-12{flex:0 0 100%;max-width:100%}.order-xs-1{order:1}.order-xs-2{order:2}.order-xs-3{order:3}.order-xs-4{order:4}.order-xs-5{order:5}.order-xs-6{order:6}.order-xs-7{order:7}.order-xs-8{order:8}.order-xs-9{order:9}.order-xs-10{order:10}.order-xs-11{order:11}.order-xs-12{order:12}@media (min-width:34.375em){.col-sm{flex-basis:0;flex-grow:1;max-width:100%}.col-sm-auto{flex:0 0 auto;width:auto;max-width:none}.col-sm-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-sm-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-sm-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-sm-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-sm-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-sm-12{flex:0 0 100%;max-width:100%}.order-sm-1{order:1}.order-sm-2{order:2}.order-sm-3{order:3}.order-sm-4{order:4}.order-sm-5{order:5}.order-sm-6{order:6}.order-sm-7{order:7}.order-sm-8{order:8}.order-sm-9{order:9}.order-sm-10{order:10}.order-sm-11{order:11}.order-sm-12{order:12}}@media (min-width:48em){.col-md{flex-basis:0;flex-grow:1;max-width:100%}.col-md-auto{flex:0 0 auto;width:auto;max-width:none}.col-md-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-md-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-md-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-md-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-md-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-md-12{flex:0 0 100%;max-width:100%}.order-md-1{order:1}.order-md-2{order:2}.order-md-3{order:3}.order-md-4{order:4}.order-md-5{order:5}.order-md-6{order:6}.order-md-7{order:7}.order-md-8{order:8}.order-md-9{order:9}.order-md-10{order:10}.order-md-11{order:11}.order-md-12{order:12}}@media (min-width:58.75em){.col-lg{flex-basis:0;flex-grow:1;max-width:100%}.col-lg-auto{flex:0 0 auto;width:auto;max-width:none}.col-lg-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-lg-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-lg-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-lg-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-lg-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-lg-12{flex:0 0 100%;max-width:100%}.order-lg-1{order:1}.order-lg-2{order:2}.order-lg-3{order:3}.order-lg-4{order:4}.order-lg-5{order:5}.order-lg-6{order:6}.order-lg-7{order:7}.order-lg-8{order:8}.order-lg-9{order:9}.order-lg-10{order:10}.order-lg-11{order:11}.order-lg-12{order:12}}@media (min-width:68.75em){.col-xl{flex-basis:0;flex-grow:1;max-width:100%}.col-xl-auto{flex:0 0 auto;width:auto;max-width:none}.col-xl-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-xl-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xl-3{flex:0 0 25%;max-width:25%}.col-xl-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-xl-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-xl-6{flex:0 0 50%;max-width:50%}.col-xl-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-xl-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-xl-9{flex:0 0 75%;max-width:75%}.col-xl-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-xl-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-xl-12{flex:0 0 100%;max-width:100%}.order-xl-1{order:1}.order-xl-2{order:2}.order-xl-3{order:3}.order-xl-4{order:4}.order-xl-5{order:5}.order-xl-6{order:6}.order-xl-7{order:7}.order-xl-8{order:8}.order-xl-9{order:9}.order-xl-10{order:10}.order-xl-11{order:11}.order-xl-12{order:12}}.flex-xs-row{flex-direction:row !important}.flex-xs-column{flex-direction:column !important}.flex-xs-row-reverse{flex-direction:row-reverse !important}.flex-xs-column-reverse{flex-direction:column-reverse !important}.flex-xs-wrap{flex-wrap:wrap !important}.flex-xs-nowrap{flex-wrap:nowrap !important}.flex-xs-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-xs-start{justify-content:flex-start !important}.justify-content-xs-end{justify-content:flex-end !important}.justify-content-xs-center{justify-content:center !important}.justify-content-xs-between{justify-content:space-between !important}.justify-content-xs-around{justify-content:space-around !important}.align-items-xs-start{align-items:flex-start !important}.align-items-xs-end{align-items:flex-end !important}.align-items-xs-center{align-items:center !important}.align-items-xs-baseline{align-items:baseline !important}.align-items-xs-stretch{align-items:stretch !important}.align-content-xs-start{align-content:flex-start !important}.align-content-xs-end{align-content:flex-end !important}.align-content-xs-center{align-content:center !important}.align-content-xs-between{align-content:space-between !important}.align-content-xs-around{align-content:space-around !important}.align-content-xs-stretch{align-content:stretch !important}.align-self-xs-auto{align-self:auto !important}.align-self-xs-start{align-self:flex-start !important}.align-self-xs-end{align-self:flex-end !important}.align-self-xs-center{align-self:center !important}.align-self-xs-baseline{align-self:baseline !important}.align-self-xs-stretch{align-self:stretch !important}@media (min-width:34.375em){.flex-sm-row{flex-direction:row !important}.flex-sm-column{flex-direction:column !important}.flex-sm-row-reverse{flex-direction:row-reverse !important}.flex-sm-column-reverse{flex-direction:column-reverse !important}.flex-sm-wrap{flex-wrap:wrap !important}.flex-sm-nowrap{flex-wrap:nowrap !important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-sm-start{justify-content:flex-start !important}.justify-content-sm-end{justify-content:flex-end !important}.justify-content-sm-center{justify-content:center !important}.justify-content-sm-between{justify-content:space-between !important}.justify-content-sm-around{justify-content:space-around !important}.align-items-sm-start{align-items:flex-start !important}.align-items-sm-end{align-items:flex-end !important}.align-items-sm-center{align-items:center !important}.align-items-sm-baseline{align-items:baseline !important}.align-items-sm-stretch{align-items:stretch !important}.align-content-sm-start{align-content:flex-start !important}.align-content-sm-end{align-content:flex-end !important}.align-content-sm-center{align-content:center !important}.align-content-sm-between{align-content:space-between !important}.align-content-sm-around{align-content:space-around !important}.align-content-sm-stretch{align-content:stretch !important}.align-self-sm-auto{align-self:auto !important}.align-self-sm-start{align-self:flex-start !important}.align-self-sm-end{align-self:flex-end !important}.align-self-sm-center{align-self:center !important}.align-self-sm-baseline{align-self:baseline !important}.align-self-sm-stretch{align-self:stretch !important}}@media (min-width:48em){.flex-md-row{flex-direction:row !important}.flex-md-column{flex-direction:column !important}.flex-md-row-reverse{flex-direction:row-reverse !important}.flex-md-column-reverse{flex-direction:column-reverse !important}.flex-md-wrap{flex-wrap:wrap !important}.flex-md-nowrap{flex-wrap:nowrap !important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-md-start{justify-content:flex-start !important}.justify-content-md-end{justify-content:flex-end !important}.justify-content-md-center{justify-content:center !important}.justify-content-md-between{justify-content:space-between !important}.justify-content-md-around{justify-content:space-around !important}.align-items-md-start{align-items:flex-start !important}.align-items-md-end{align-items:flex-end !important}.align-items-md-center{align-items:center !important}.align-items-md-baseline{align-items:baseline !important}.align-items-md-stretch{align-items:stretch !important}.align-content-md-start{align-content:flex-start !important}.align-content-md-end{align-content:flex-end !important}.align-content-md-center{align-content:center !important}.align-content-md-between{align-content:space-between !important}.align-content-md-around{align-content:space-around !important}.align-content-md-stretch{align-content:stretch !important}.align-self-md-auto{align-self:auto !important}.align-self-md-start{align-self:flex-start !important}.align-self-md-end{align-self:flex-end !important}.align-self-md-center{align-self:center !important}.align-self-md-baseline{align-self:baseline !important}.align-self-md-stretch{align-self:stretch !important}}@media (min-width:58.75em){.flex-lg-row{flex-direction:row !important}.flex-lg-column{flex-direction:column !important}.flex-lg-row-reverse{flex-direction:row-reverse !important}.flex-lg-column-reverse{flex-direction:column-reverse !important}.flex-lg-wrap{flex-wrap:wrap !important}.flex-lg-nowrap{flex-wrap:nowrap !important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-lg-start{justify-content:flex-start !important}.justify-content-lg-end{justify-content:flex-end !important}.justify-content-lg-center{justify-content:center !important}.justify-content-lg-between{justify-content:space-between !important}.justify-content-lg-around{justify-content:space-around !important}.align-items-lg-start{align-items:flex-start !important}.align-items-lg-end{align-items:flex-end !important}.align-items-lg-center{align-items:center !important}.align-items-lg-baseline{align-items:baseline !important}.align-items-lg-stretch{align-items:stretch !important}.align-content-lg-start{align-content:flex-start !important}.align-content-lg-end{align-content:flex-end !important}.align-content-lg-center{align-content:center !important}.align-content-lg-between{align-content:space-between !important}.align-content-lg-around{align-content:space-around !important}.align-content-lg-stretch{align-content:stretch !important}.align-self-lg-auto{align-self:auto !important}.align-self-lg-start{align-self:flex-start !important}.align-self-lg-end{align-self:flex-end !important}.align-self-lg-center{align-self:center !important}.align-self-lg-baseline{align-self:baseline !important}.align-self-lg-stretch{align-self:stretch !important}}@media (min-width:68.75em){.flex-xl-row{flex-direction:row !important}.flex-xl-column{flex-direction:column !important}.flex-xl-row-reverse{flex-direction:row-reverse !important}.flex-xl-column-reverse{flex-direction:column-reverse !important}.flex-xl-wrap{flex-wrap:wrap !important}.flex-xl-nowrap{flex-wrap:nowrap !important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-xl-start{justify-content:flex-start !important}.justify-content-xl-end{justify-content:flex-end !important}.justify-content-xl-center{justify-content:center !important}.justify-content-xl-between{justify-content:space-between !important}.justify-content-xl-around{justify-content:space-around !important}.align-items-xl-start{align-items:flex-start !important}.align-items-xl-end{align-items:flex-end !important}.align-items-xl-center{align-items:center !important}.align-items-xl-baseline{align-items:baseline !important}.align-items-xl-stretch{align-items:stretch !important}.align-content-xl-start{align-content:flex-start !important}.align-content-xl-end{align-content:flex-end !important}.align-content-xl-center{align-content:center !important}.align-content-xl-between{align-content:space-between !important}.align-content-xl-around{align-content:space-around !important}.align-content-xl-stretch{align-content:stretch !important}.align-self-xl-auto{align-self:auto !important}.align-self-xl-start{align-self:flex-start !important}.align-self-xl-end{align-self:flex-end !important}.align-self-xl-center{align-self:center !important}.align-self-xl-baseline{align-self:baseline !important}.align-self-xl-stretch{align-self:stretch !important}}.offset-0{margin-left:0%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.6666666%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}@media screen and (min-width:0){.offset-xs-0{margin-left:0%}.offset-xs-1{margin-left:8.33333333%}.offset-xs-2{margin-left:16.66666667%}.offset-xs-3{margin-left:25%}.offset-xs-4{margin-left:33.33333333%}.offset-xs-5{margin-left:41.66666667%}.offset-xs-6{margin-left:50%}.offset-xs-7{margin-left:58.33333333%}.offset-xs-8{margin-left:66.6666666%}.offset-xs-9{margin-left:75%}.offset-xs-10{margin-left:83.33333333%}.offset-xs-11{margin-left:91.66666667%}}@media screen and (min-width:34.375em){.offset-sm-0{margin-left:0%}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.6666666%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}}@media screen and (min-width:48em){.offset-md-0{margin-left:0%}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.6666666%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}}@media screen and (min-width:58.75em){.offset-lg-0{margin-left:0%}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.6666666%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}}@media screen and (min-width:68.75em){.offset-xl-0{margin-left:0%}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.6666666%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:"FontAwesome";src:url("../../files/layout/scss/fonts/fontawesome-webfont.eot?v=4.7.0");src:url("../../files/layout/scss/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../../files/layout/scss/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../../files/layout/scss/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../../files/layout/scss/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../../files/layout/scss/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");font-weight:normal;font-style:normal;font-display:swap}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.3333333333em;line-height:0.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.2857142857em;text-align:center}.fa-ul{padding-left:0;margin-left:2.1428571429em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.1428571429em;width:2.1428571429em;top:0.1428571429em;text-align:center}.fa-li.fa-lg{left:-1.8571428571em}.fa-border{padding:0.2em 0.25em 0.15em;border:solid 0.08em #eee;border-radius:0.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:0.3em}.fa.fa-pull-right{margin-left:0.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:0.3em}.fa.pull-right{margin-left:0.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:""}.fa-music:before{content:""}.fa-search:before{content:""}.fa-envelope-o:before{content:""}.fa-heart:before{content:""}.fa-star:before{content:""}.fa-star-o:before{content:""}.fa-user:before{content:""}.fa-film:before{content:""}.fa-th-large:before{content:""}.fa-th:before{content:""}.fa-th-list:before{content:""}.fa-check:before{content:""}.fa-remove:before,.fa-close:before,.fa-times:before{content:""}.fa-search-plus:before{content:""}.fa-search-minus:before{content:""}.fa-power-off:before{content:""}.fa-signal:before{content:""}.fa-gear:before,.fa-cog:before{content:""}.fa-trash-o:before{content:""}.fa-home:before{content:""}.fa-file-o:before{content:""}.fa-clock-o:before{content:""}.fa-road:before{content:""}.fa-download:before{content:""}.fa-arrow-circle-o-down:before{content:""}.fa-arrow-circle-o-up:before{content:""}.fa-inbox:before{content:""}.fa-play-circle-o:before{content:""}.fa-rotate-right:before,.fa-repeat:before{content:""}.fa-refresh:before{content:""}.fa-list-alt:before{content:""}.fa-lock:before{content:""}.fa-flag:before{content:""}.fa-headphones:before{content:""}.fa-volume-off:before{content:""}.fa-volume-down:before{content:""}.fa-volume-up:before{content:""}.fa-qrcode:before{content:""}.fa-barcode:before{content:""}.fa-tag:before{content:""}.fa-tags:before{content:""}.fa-book:before{content:""}.fa-bookmark:before{content:""}.fa-print:before{content:""}.fa-camera:before{content:""}.fa-font:before{content:""}.fa-bold:before{content:""}.fa-italic:before{content:""}.fa-text-height:before{content:""}.fa-text-width:before{content:""}.fa-align-left:before{content:""}.fa-align-center:before{content:""}.fa-align-right:before{content:""}.fa-align-justify:before{content:""}.fa-list:before{content:""}.fa-dedent:before,.fa-outdent:before{content:""}.fa-indent:before{content:""}.fa-video-camera:before{content:""}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:""}.fa-pencil:before{content:""}.fa-map-marker:before{content:""}.fa-adjust:before{content:""}.fa-tint:before{content:""}.fa-edit:before,.fa-pencil-square-o:before{content:""}.fa-share-square-o:before{content:""}.fa-check-square-o:before{content:""}.fa-arrows:before{content:""}.fa-step-backward:before{content:""}.fa-fast-backward:before{content:""}.fa-backward:before{content:""}.fa-play:before{content:""}.fa-pause:before{content:""}.fa-stop:before{content:""}.fa-forward:before{content:""}.fa-fast-forward:before{content:""}.fa-step-forward:before{content:""}.fa-eject:before{content:""}.fa-chevron-left:before{content:""}.fa-chevron-right:before{content:""}.fa-plus-circle:before{content:""}.fa-minus-circle:before{content:""}.fa-times-circle:before{content:""}.fa-check-circle:before{content:""}.fa-question-circle:before{content:""}.fa-info-circle:before{content:""}.fa-crosshairs:before{content:""}.fa-times-circle-o:before{content:""}.fa-check-circle-o:before{content:""}.fa-ban:before{content:""}.fa-arrow-left:before{content:""}.fa-arrow-right:before{content:""}.fa-arrow-up:before{content:""}.fa-arrow-down:before{content:""}.fa-mail-forward:before,.fa-share:before{content:""}.fa-expand:before{content:""}.fa-compress:before{content:""}.fa-plus:before{content:""}.fa-minus:before{content:""}.fa-asterisk:before{content:""}.fa-exclamation-circle:before{content:""}.fa-gift:before{content:""}.fa-leaf:before{content:""}.fa-fire:before{content:""}.fa-eye:before{content:""}.fa-eye-slash:before{content:""}.fa-warning:before,.fa-exclamation-triangle:before{content:""}.fa-plane:before{content:""}.fa-calendar:before{content:""}.fa-random:before{content:""}.fa-comment:before{content:""}.fa-magnet:before{content:""}.fa-chevron-up:before{content:""}.fa-chevron-down:before{content:""}.fa-retweet:before{content:""}.fa-shopping-cart:before{content:""}.fa-folder:before{content:""}.fa-folder-open:before{content:""}.fa-arrows-v:before{content:""}.fa-arrows-h:before{content:""}.fa-bar-chart-o:before,.fa-bar-chart:before{content:""}.fa-twitter-square:before{content:""}.fa-facebook-square:before{content:""}.fa-camera-retro:before{content:""}.fa-key:before{content:""}.fa-gears:before,.fa-cogs:before{content:""}.fa-comments:before{content:""}.fa-thumbs-o-up:before{content:""}.fa-thumbs-o-down:before{content:""}.fa-star-half:before{content:""}.fa-heart-o:before{content:""}.fa-sign-out:before{content:""}.fa-linkedin-square:before{content:""}.fa-thumb-tack:before{content:""}.fa-external-link:before{content:""}.fa-sign-in:before{content:""}.fa-trophy:before{content:""}.fa-github-square:before{content:""}.fa-upload:before{content:""}.fa-lemon-o:before{content:""}.fa-phone:before{content:""}.fa-square-o:before{content:""}.fa-bookmark-o:before{content:""}.fa-phone-square:before{content:""}.fa-twitter:before{content:""}.fa-facebook-f:before,.fa-facebook:before{content:""}.fa-github:before{content:""}.fa-unlock:before{content:""}.fa-credit-card:before{content:""}.fa-feed:before,.fa-rss:before{content:""}.fa-hdd-o:before{content:""}.fa-bullhorn:before{content:""}.fa-bell:before{content:""}.fa-certificate:before{content:""}.fa-hand-o-right:before{content:""}.fa-hand-o-left:before{content:""}.fa-hand-o-up:before{content:""}.fa-hand-o-down:before{content:""}.fa-arrow-circle-left:before{content:""}.fa-arrow-circle-right:before{content:""}.fa-arrow-circle-up:before{content:""}.fa-arrow-circle-down:before{content:""}.fa-globe:before{content:""}.fa-wrench:before{content:""}.fa-tasks:before{content:""}.fa-filter:before{content:""}.fa-briefcase:before{content:""}.fa-arrows-alt:before{content:""}.fa-group:before,.fa-users:before{content:""}.fa-chain:before,.fa-link:before{content:""}.fa-cloud:before{content:""}.fa-flask:before{content:""}.fa-cut:before,.fa-scissors:before{content:""}.fa-copy:before,.fa-files-o:before{content:""}.fa-paperclip:before{content:""}.fa-save:before,.fa-floppy-o:before{content:""}.fa-square:before{content:""}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:""}.fa-list-ul:before{content:""}.fa-list-ol:before{content:""}.fa-strikethrough:before{content:""}.fa-underline:before{content:""}.fa-table:before{content:""}.fa-magic:before{content:""}.fa-truck:before{content:""}.fa-pinterest:before{content:""}.fa-pinterest-square:before{content:""}.fa-google-plus-square:before{content:""}.fa-google-plus:before{content:""}.fa-money:before{content:""}.fa-caret-down:before{content:""}.fa-caret-up:before{content:""}.fa-caret-left:before{content:""}.fa-caret-right:before{content:""}.fa-columns:before{content:""}.fa-unsorted:before,.fa-sort:before{content:""}.fa-sort-down:before,.fa-sort-desc:before{content:""}.fa-sort-up:before,.fa-sort-asc:before{content:""}.fa-envelope:before{content:""}.fa-linkedin:before{content:""}.fa-rotate-left:before,.fa-undo:before{content:""}.fa-legal:before,.fa-gavel:before{content:""}.fa-dashboard:before,.fa-tachometer:before{content:""}.fa-comment-o:before{content:""}.fa-comments-o:before{content:""}.fa-flash:before,.fa-bolt:before{content:""}.fa-sitemap:before{content:""}.fa-umbrella:before{content:""}.fa-paste:before,.fa-clipboard:before{content:""}.fa-lightbulb-o:before{content:""}.fa-exchange:before{content:""}.fa-cloud-download:before{content:""}.fa-cloud-upload:before{content:""}.fa-user-md:before{content:""}.fa-stethoscope:before{content:""}.fa-suitcase:before{content:""}.fa-bell-o:before{content:""}.fa-coffee:before{content:""}.fa-cutlery:before{content:""}.fa-file-text-o:before{content:""}.fa-building-o:before{content:""}.fa-hospital-o:before{content:""}.fa-ambulance:before{content:""}.fa-medkit:before{content:""}.fa-fighter-jet:before{content:""}.fa-beer:before{content:""}.fa-h-square:before{content:""}.fa-plus-square:before{content:""}.fa-angle-double-left:before{content:""}.fa-angle-double-right:before{content:""}.fa-angle-double-up:before{content:""}.fa-angle-double-down:before{content:""}.fa-angle-left:before{content:""}.fa-angle-right:before{content:""}.fa-angle-up:before{content:""}.fa-angle-down:before{content:""}.fa-desktop:before{content:""}.fa-laptop:before{content:""}.fa-tablet:before{content:""}.fa-mobile-phone:before,.fa-mobile:before{content:""}.fa-circle-o:before{content:""}.fa-quote-left:before{content:""}.fa-quote-right:before{content:""}.fa-spinner:before{content:""}.fa-circle:before{content:""}.fa-mail-reply:before,.fa-reply:before{content:""}.fa-github-alt:before{content:""}.fa-folder-o:before{content:""}.fa-folder-open-o:before{content:""}.fa-smile-o:before{content:""}.fa-frown-o:before{content:""}.fa-meh-o:before{content:""}.fa-gamepad:before{content:""}.fa-keyboard-o:before{content:""}.fa-flag-o:before{content:""}.fa-flag-checkered:before{content:""}.fa-terminal:before{content:""}.fa-code:before{content:""}.fa-mail-reply-all:before,.fa-reply-all:before{content:""}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:""}.fa-location-arrow:before{content:""}.fa-crop:before{content:""}.fa-code-fork:before{content:""}.fa-unlink:before,.fa-chain-broken:before{content:""}.fa-question:before{content:""}.fa-info:before{content:""}.fa-exclamation:before{content:""}.fa-superscript:before{content:""}.fa-subscript:before{content:""}.fa-eraser:before{content:""}.fa-puzzle-piece:before{content:""}.fa-microphone:before{content:""}.fa-microphone-slash:before{content:""}.fa-shield:before{content:""}.fa-calendar-o:before{content:""}.fa-fire-extinguisher:before{content:""}.fa-rocket:before{content:""}.fa-maxcdn:before{content:""}.fa-chevron-circle-left:before{content:""}.fa-chevron-circle-right:before{content:""}.fa-chevron-circle-up:before{content:""}.fa-chevron-circle-down:before{content:""}.fa-html5:before{content:""}.fa-css3:before{content:""}.fa-anchor:before{content:""}.fa-unlock-alt:before{content:""}.fa-bullseye:before{content:""}.fa-ellipsis-h:before{content:""}.fa-ellipsis-v:before{content:""}.fa-rss-square:before{content:""}.fa-play-circle:before{content:""}.fa-ticket:before{content:""}.fa-minus-square:before{content:""}.fa-minus-square-o:before{content:""}.fa-level-up:before{content:""}.fa-level-down:before{content:""}.fa-check-square:before{content:""}.fa-pencil-square:before{content:""}.fa-external-link-square:before{content:""}.fa-share-square:before{content:""}.fa-compass:before{content:""}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:""}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:""}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:""}.fa-euro:before,.fa-eur:before{content:""}.fa-gbp:before{content:""}.fa-dollar:before,.fa-usd:before{content:""}.fa-rupee:before,.fa-inr:before{content:""}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:""}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:""}.fa-won:before,.fa-krw:before{content:""}.fa-bitcoin:before,.fa-btc:before{content:""}.fa-file:before{content:""}.fa-file-text:before{content:""}.fa-sort-alpha-asc:before{content:""}.fa-sort-alpha-desc:before{content:""}.fa-sort-amount-asc:before{content:""}.fa-sort-amount-desc:before{content:""}.fa-sort-numeric-asc:before{content:""}.fa-sort-numeric-desc:before{content:""}.fa-thumbs-up:before{content:""}.fa-thumbs-down:before{content:""}.fa-youtube-square:before{content:""}.fa-youtube:before{content:""}.fa-xing:before{content:""}.fa-xing-square:before{content:""}.fa-youtube-play:before{content:""}.fa-dropbox:before{content:""}.fa-stack-overflow:before{content:""}.fa-instagram:before{content:""}.fa-flickr:before{content:""}.fa-adn:before{content:""}.fa-bitbucket:before{content:""}.fa-bitbucket-square:before{content:""}.fa-tumblr:before{content:""}.fa-tumblr-square:before{content:""}.fa-long-arrow-down:before{content:""}.fa-long-arrow-up:before{content:""}.fa-long-arrow-left:before{content:""}.fa-long-arrow-right:before{content:""}.fa-apple:before{content:""}.fa-windows:before{content:""}.fa-android:before{content:""}.fa-linux:before{content:""}.fa-dribbble:before{content:""}.fa-skype:before{content:""}.fa-foursquare:before{content:""}.fa-trello:before{content:""}.fa-female:before{content:""}.fa-male:before{content:""}.fa-gittip:before,.fa-gratipay:before{content:""}.fa-sun-o:before{content:""}.fa-moon-o:before{content:""}.fa-archive:before{content:""}.fa-bug:before{content:""}.fa-vk:before{content:""}.fa-weibo:before{content:""}.fa-renren:before{content:""}.fa-pagelines:before{content:""}.fa-stack-exchange:before{content:""}.fa-arrow-circle-o-right:before{content:""}.fa-arrow-circle-o-left:before{content:""}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:""}.fa-dot-circle-o:before{content:""}.fa-wheelchair:before{content:""}.fa-vimeo-square:before{content:""}.fa-turkish-lira:before,.fa-try:before{content:""}.fa-plus-square-o:before{content:""}.fa-space-shuttle:before{content:""}.fa-slack:before{content:""}.fa-envelope-square:before{content:""}.fa-wordpress:before{content:""}.fa-openid:before{content:""}.fa-institution:before,.fa-bank:before,.fa-university:before{content:""}.fa-mortar-board:before,.fa-graduation-cap:before{content:""}.fa-yahoo:before{content:""}.fa-google:before{content:""}.fa-reddit:before{content:""}.fa-reddit-square:before{content:""}.fa-stumbleupon-circle:before{content:""}.fa-stumbleupon:before{content:""}.fa-delicious:before{content:""}.fa-digg:before{content:""}.fa-pied-piper-pp:before{content:""}.fa-pied-piper-alt:before{content:""}.fa-drupal:before{content:""}.fa-joomla:before{content:""}.fa-language:before{content:""}.fa-fax:before{content:""}.fa-building:before{content:""}.fa-child:before{content:""}.fa-paw:before{content:""}.fa-spoon:before{content:""}.fa-cube:before{content:""}.fa-cubes:before{content:""}.fa-behance:before{content:""}.fa-behance-square:before{content:""}.fa-steam:before{content:""}.fa-steam-square:before{content:""}.fa-recycle:before{content:""}.fa-automobile:before,.fa-car:before{content:""}.fa-cab:before,.fa-taxi:before{content:""}.fa-tree:before{content:""}.fa-spotify:before{content:""}.fa-deviantart:before{content:""}.fa-soundcloud:before{content:""}.fa-database:before{content:""}.fa-file-pdf-o:before{content:""}.fa-file-word-o:before{content:""}.fa-file-excel-o:before{content:""}.fa-file-powerpoint-o:before{content:""}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:""}.fa-file-zip-o:before,.fa-file-archive-o:before{content:""}.fa-file-sound-o:before,.fa-file-audio-o:before{content:""}.fa-file-movie-o:before,.fa-file-video-o:before{content:""}.fa-file-code-o:before{content:""}.fa-vine:before{content:""}.fa-codepen:before{content:""}.fa-jsfiddle:before{content:""}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:""}.fa-circle-o-notch:before{content:""}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:""}.fa-ge:before,.fa-empire:before{content:""}.fa-git-square:before{content:""}.fa-git:before{content:""}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:""}.fa-tencent-weibo:before{content:""}.fa-qq:before{content:""}.fa-wechat:before,.fa-weixin:before{content:""}.fa-send:before,.fa-paper-plane:before{content:""}.fa-send-o:before,.fa-paper-plane-o:before{content:""}.fa-history:before{content:""}.fa-circle-thin:before{content:""}.fa-header:before{content:""}.fa-paragraph:before{content:""}.fa-sliders:before{content:""}.fa-share-alt:before{content:""}.fa-share-alt-square:before{content:""}.fa-bomb:before{content:""}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:""}.fa-tty:before{content:""}.fa-binoculars:before{content:""}.fa-plug:before{content:""}.fa-slideshare:before{content:""}.fa-twitch:before{content:""}.fa-yelp:before{content:""}.fa-newspaper-o:before{content:""}.fa-wifi:before{content:""}.fa-calculator:before{content:""}.fa-paypal:before{content:""}.fa-google-wallet:before{content:""}.fa-cc-visa:before{content:""}.fa-cc-mastercard:before{content:""}.fa-cc-discover:before{content:""}.fa-cc-amex:before{content:""}.fa-cc-paypal:before{content:""}.fa-cc-stripe:before{content:""}.fa-bell-slash:before{content:""}.fa-bell-slash-o:before{content:""}.fa-trash:before{content:""}.fa-copyright:before{content:""}.fa-at:before{content:""}.fa-eyedropper:before{content:""}.fa-paint-brush:before{content:""}.fa-birthday-cake:before{content:""}.fa-area-chart:before{content:""}.fa-pie-chart:before{content:""}.fa-line-chart:before{content:""}.fa-lastfm:before{content:""}.fa-lastfm-square:before{content:""}.fa-toggle-off:before{content:""}.fa-toggle-on:before{content:""}.fa-bicycle:before{content:""}.fa-bus:before{content:""}.fa-ioxhost:before{content:""}.fa-angellist:before{content:""}.fa-cc:before{content:""}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:""}.fa-meanpath:before{content:""}.fa-buysellads:before{content:""}.fa-connectdevelop:before{content:""}.fa-dashcube:before{content:""}.fa-forumbee:before{content:""}.fa-leanpub:before{content:""}.fa-sellsy:before{content:""}.fa-shirtsinbulk:before{content:""}.fa-simplybuilt:before{content:""}.fa-skyatlas:before{content:""}.fa-cart-plus:before{content:""}.fa-cart-arrow-down:before{content:""}.fa-diamond:before{content:""}.fa-ship:before{content:""}.fa-user-secret:before{content:""}.fa-motorcycle:before{content:""}.fa-street-view:before{content:""}.fa-heartbeat:before{content:""}.fa-venus:before{content:""}.fa-mars:before{content:""}.fa-mercury:before{content:""}.fa-intersex:before,.fa-transgender:before{content:""}.fa-transgender-alt:before{content:""}.fa-venus-double:before{content:""}.fa-mars-double:before{content:""}.fa-venus-mars:before{content:""}.fa-mars-stroke:before{content:""}.fa-mars-stroke-v:before{content:""}.fa-mars-stroke-h:before{content:""}.fa-neuter:before{content:""}.fa-genderless:before{content:""}.fa-facebook-official:before{content:""}.fa-pinterest-p:before{content:""}.fa-whatsapp:before{content:""}.fa-server:before{content:""}.fa-user-plus:before{content:""}.fa-user-times:before{content:""}.fa-hotel:before,.fa-bed:before{content:""}.fa-viacoin:before{content:""}.fa-train:before{content:""}.fa-subway:before{content:""}.fa-medium:before{content:""}.fa-yc:before,.fa-y-combinator:before{content:""}.fa-optin-monster:before{content:""}.fa-opencart:before{content:""}.fa-expeditedssl:before{content:""}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:""}.fa-battery-3:before,.fa-battery-three-quarters:before{content:""}.fa-battery-2:before,.fa-battery-half:before{content:""}.fa-battery-1:before,.fa-battery-quarter:before{content:""}.fa-battery-0:before,.fa-battery-empty:before{content:""}.fa-mouse-pointer:before{content:""}.fa-i-cursor:before{content:""}.fa-object-group:before{content:""}.fa-object-ungroup:before{content:""}.fa-sticky-note:before{content:""}.fa-sticky-note-o:before{content:""}.fa-cc-jcb:before{content:""}.fa-cc-diners-club:before{content:""}.fa-clone:before{content:""}.fa-balance-scale:before{content:""}.fa-hourglass-o:before{content:""}.fa-hourglass-1:before,.fa-hourglass-start:before{content:""}.fa-hourglass-2:before,.fa-hourglass-half:before{content:""}.fa-hourglass-3:before,.fa-hourglass-end:before{content:""}.fa-hourglass:before{content:""}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:""}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:""}.fa-hand-scissors-o:before{content:""}.fa-hand-lizard-o:before{content:""}.fa-hand-spock-o:before{content:""}.fa-hand-pointer-o:before{content:""}.fa-hand-peace-o:before{content:""}.fa-trademark:before{content:""}.fa-registered:before{content:""}.fa-creative-commons:before{content:""}.fa-gg:before{content:""}.fa-gg-circle:before{content:""}.fa-tripadvisor:before{content:""}.fa-odnoklassniki:before{content:""}.fa-odnoklassniki-square:before{content:""}.fa-get-pocket:before{content:""}.fa-wikipedia-w:before{content:""}.fa-safari:before{content:""}.fa-chrome:before{content:""}.fa-firefox:before{content:""}.fa-opera:before{content:""}.fa-internet-explorer:before{content:""}.fa-tv:before,.fa-television:before{content:""}.fa-contao:before{content:""}.fa-500px:before{content:""}.fa-amazon:before{content:""}.fa-calendar-plus-o:before{content:""}.fa-calendar-minus-o:before{content:""}.fa-calendar-times-o:before{content:""}.fa-calendar-check-o:before{content:""}.fa-industry:before{content:""}.fa-map-pin:before{content:""}.fa-map-signs:before{content:""}.fa-map-o:before{content:""}.fa-map:before{content:""}.fa-commenting:before{content:""}.fa-commenting-o:before{content:""}.fa-houzz:before{content:""}.fa-vimeo:before{content:""}.fa-black-tie:before{content:""}.fa-fonticons:before{content:""}.fa-reddit-alien:before{content:""}.fa-edge:before{content:""}.fa-credit-card-alt:before{content:""}.fa-codiepie:before{content:""}.fa-modx:before{content:""}.fa-fort-awesome:before{content:""}.fa-usb:before{content:""}.fa-product-hunt:before{content:""}.fa-mixcloud:before{content:""}.fa-scribd:before{content:""}.fa-pause-circle:before{content:""}.fa-pause-circle-o:before{content:""}.fa-stop-circle:before{content:""}.fa-stop-circle-o:before{content:""}.fa-shopping-bag:before{content:""}.fa-shopping-basket:before{content:""}.fa-hashtag:before{content:""}.fa-bluetooth:before{content:""}.fa-bluetooth-b:before{content:""}.fa-percent:before{content:""}.fa-gitlab:before{content:""}.fa-wpbeginner:before{content:""}.fa-wpforms:before{content:""}.fa-envira:before{content:""}.fa-universal-access:before{content:""}.fa-wheelchair-alt:before{content:""}.fa-question-circle-o:before{content:""}.fa-blind:before{content:""}.fa-audio-description:before{content:""}.fa-volume-control-phone:before{content:""}.fa-braille:before{content:""}.fa-assistive-listening-systems:before{content:""}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:""}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:""}.fa-glide:before{content:""}.fa-glide-g:before{content:""}.fa-signing:before,.fa-sign-language:before{content:""}.fa-low-vision:before{content:""}.fa-viadeo:before{content:""}.fa-viadeo-square:before{content:""}.fa-snapchat:before{content:""}.fa-snapchat-ghost:before{content:""}.fa-snapchat-square:before{content:""}.fa-pied-piper:before{content:""}.fa-first-order:before{content:""}.fa-yoast:before{content:""}.fa-themeisle:before{content:""}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:""}.fa-fa:before,.fa-font-awesome:before{content:""}.fa-handshake-o:before{content:""}.fa-envelope-open:before{content:""}.fa-envelope-open-o:before{content:""}.fa-linode:before{content:""}.fa-address-book:before{content:""}.fa-address-book-o:before{content:""}.fa-vcard:before,.fa-address-card:before{content:""}.fa-vcard-o:before,.fa-address-card-o:before{content:""}.fa-user-circle:before{content:""}.fa-user-circle-o:before{content:""}.fa-user-o:before{content:""}.fa-id-badge:before{content:""}.fa-drivers-license:before,.fa-id-card:before{content:""}.fa-drivers-license-o:before,.fa-id-card-o:before{content:""}.fa-quora:before{content:""}.fa-free-code-camp:before{content:""}.fa-telegram:before{content:""}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:""}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:""}.fa-thermometer-2:before,.fa-thermometer-half:before{content:""}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:""}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:""}.fa-shower:before{content:""}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:""}.fa-podcast:before{content:""}.fa-window-maximize:before{content:""}.fa-window-minimize:before{content:""}.fa-window-restore:before{content:""}.fa-times-rectangle:before,.fa-window-close:before{content:""}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:""}.fa-bandcamp:before{content:""}.fa-grav:before{content:""}.fa-etsy:before{content:""}.fa-imdb:before{content:""}.fa-ravelry:before{content:""}.fa-eercast:before{content:""}.fa-microchip:before{content:""}.fa-snowflake-o:before{content:""}.fa-superpowers:before{content:""}.fa-wpexplorer:before{content:""}.fa-meetup:before{content:""}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,select,textarea{font:inherit}optgroup{font-weight:bold}button,input,select{overflow:visible}button,input,select,textarea{margin:0}button,select{text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{cursor:pointer}[disabled]{cursor:default}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}button:-moz-focusring,input:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield}[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}html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}h1,h2,h3,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,[id="header"] .inside:after,#copyright .inside:after,#sliderhome .ce_text:after,#sliderhome .content-text .content-text:after,#footericons .inside:after,.content-gallery ul:after,.ce_gallery ul:after,.row:after,[id="footer"]>.inside:after,.nav.nav--horizontal ul:after,.nav--breadcrumb ul:after,.pagination:after,.news-list .layout_short:after,.news-list .layout_latest:after,.news-list .layout_simple:after{content:"";display:table;clear:both}a{color:#fff}:not(p) a{text-decoration:none}figure{margin:0}img{display:block;max-width:100%;height:auto;margin:0}.image--center figure figcaption,.image--center figure .caption{text-align:center}html{font-family:"Open Sans", "sans-serif", sans-serif;font-size:1em;line-height:1.625;font-weight:400;background-color:#000;color:#fff;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.3125em){html{font-size:0.875em}}@media screen and (min-width:68.75em){html{font-size:1em}}h1,h2,h3,h4,h5,h6{font-weight:400;font-family:"PT Serif"}h1{font-size:2rem;line-height:1.4;margin-bottom:2rem}@media screen and (min-width:34.375em){h1{font-size:2rem}}@media screen and (min-width:48em){h1{font-size:3rem}}@media screen and (min-width:58.75em){h1{font-size:3.375rem}}@media screen and (min-width:68.75em){h1{font-size:3.375rem}}p+h1,ul+h1,ol+h1{margin-top:2rem}.content-text+.content-text h1:first-child,.ce_text+.ce_text h1:first-child{margin-top:1rem}h1+h2{margin-top:-2rem}h2{font-size:1.625rem;line-height:1.5;margin-bottom:0.5rem}@media screen and (min-width:34.375em){h2{font-size:1.625rem}}@media screen and (min-width:48em){h2{font-size:1.75rem}}@media screen and (min-width:58.75em){h2{font-size:1.75rem}}@media screen and (min-width:68.75em){h2{font-size:1.75rem}}p+h2,ul+h2,ol+h2{margin-top:2rem}.content-text+.content-text h2:first-child,.ce_text+.ce_text h2:first-child{margin-top:1rem}h2+h3{margin-top:-0.5rem}h3{font-size:1.5rem;line-height:1.25;margin-bottom:1.5rem}@media screen and (min-width:34.375em){h3{font-size:1.5rem}}@media screen and (min-width:48em){h3{font-size:1.5rem}}@media screen and (min-width:58.75em){h3{font-size:1.5rem}}@media screen and (min-width:68.75em){h3{font-size:1.5rem}}p+h3,ul+h3,ol+h3{margin-top:2rem}.content-text+.content-text h3:first-child,.ce_text+.ce_text h3:first-child{margin-top:1rem}h3+h4{margin-top:-1.5rem}h4{font-size:1.125rem;line-height:1.25;margin-bottom:0.5rem}@media screen and (min-width:34.375em){h4{font-size:1.125rem}}@media screen and (min-width:48em){h4{font-size:1.25rem}}@media screen and (min-width:58.75em){h4{font-size:1.25rem}}@media screen and (min-width:68.75em){h4{font-size:1.25rem}}p+h4,ul+h4,ol+h4{margin-top:2rem}.content-text+.content-text h4:first-child,.ce_text+.ce_text h4:first-child{margin-top:1rem}h4+h5{margin-top:-0.5rem}h5{font-size:1rem;line-height:1;margin-bottom:0.5rem}@media screen and (min-width:34.375em){h5{font-size:1rem}}@media screen and (min-width:48em){h5{font-size:1rem}}@media screen and (min-width:58.75em){h5{font-size:1rem}}@media screen and (min-width:68.75em){h5{font-size:1rem}}p+h5,ul+h5,ol+h5{margin-top:1.5rem}.content-text+.content-text h5:first-child,.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:34.375em){h6{font-size:0.875rem}}@media screen and (min-width:48em){h6{font-size:0.875rem}}@media screen and (min-width:58.75em){h6{font-size:0.875rem}}@media screen and (min-width:68.75em){h6{font-size:0.875rem}}p+h6,ul+h6,ol+h6{margin-top:1.5rem}.content-text+.content-text h6:first-child,.ce_text+.ce_text h6:first-child{margin-top:0.5rem}.h1{line-height:1.4;margin-bottom:2rem;font-size:2rem}@media screen and (min-width:34.375em){.h1{font-size:2rem}}@media screen and (min-width:48em){.h1{font-size:3rem}}@media screen and (min-width:58.75em){.h1{font-size:3.375rem}}@media screen and (min-width:68.75em){.h1{font-size:3.375rem}}.h2{line-height:1.5;margin-bottom:0.5rem;font-size:1.625rem}@media screen and (min-width:34.375em){.h2{font-size:1.625rem}}@media screen and (min-width:48em){.h2{font-size:1.75rem}}@media screen and (min-width:58.75em){.h2{font-size:1.75rem}}@media screen and (min-width:68.75em){.h2{font-size:1.75rem}}p,ul,ol,.content-hyperlink,.ce_hyperlink,.content-download,.ce_download{margin-top:0}p a,ul a,ol a,.content-hyperlink a,.ce_hyperlink a,.content-download a,.ce_download a{color:#fff;text-decoration:underline}p a:hover,ul a:hover,ol a:hover,.content-hyperlink a:hover,.ce_hyperlink a:hover,.content-download a:hover,.ce_download a:hover{text-decoration:none}p:last-child,ul:last-child,ol:last-child,.content-hyperlink:last-child,.ce_hyperlink:last-child,.content-download:last-child,.ce_download:last-child{margin-bottom:0}code{color:#fff}pre{padding:1rem;background:#5c5c5c;color:#fff;overflow-x:scroll}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid #787878}.li--block{margin-bottom:1rem}.content-text,.ce_text{margin-bottom:1rem}::selection{background:#fff;color:#000;opacity:1}.row{margin-left:-0.9375rem;margin-right:-0.9375rem}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12{float:left;padding-left:0.9375rem;padding-right:0.9375rem;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:34.375em){.clear-xs{clear:none}}@media screen and (min-width:34.375em){.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:34.375em){.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:34.375em){.pull-right-sm{float:right}.pull-left-sm{float:left}}@media screen and (min-width:34.375em){.clear-sm{clear:both}}@media screen and (min-width:48em){.clear-sm{clear:none}}@media screen and (min-width:48em){.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:48em){.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:48em){.pull-right-md{float:right}.pull-left-md{float:left}}@media screen and (min-width:48em){.clear-md{clear:both}}@media screen and (min-width:58.75em){.clear-md{clear:none}}@media screen and (min-width:58.75em){.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:58.75em){.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:58.75em){.pull-right-lg{float:right}.pull-left-lg{float:left}}@media screen and (min-width:58.75em){.clear-lg{clear:both}}@media screen and (min-width:68.75em){.clear-lg{clear:none}}@media screen and (min-width:68.75em){.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:68.75em){.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:68.75em){.pull-right-xl{float:right}.pull-left-xl{float:left}}@media screen and (min-width:68.75em){.clear-xl{clear:both}}[id="header"]{background:#000;color:#fff}[id="header"] .inside{max-width:87.5em;width:100%;margin-left:auto;margin-right:auto;padding-left:0.9375rem;padding-right:0.9375rem}#copyright .inside,#sliderhome .ce_text,#sliderhome .content-text .content-text,#footericons .inside{max-width:87.5em;width:100%;margin-left:auto;margin-right:auto;padding-left:0.9375rem;padding-right:0.9375rem}.mod_article,.mod_breadcrumb{max-width:87.5em;width:100%;margin-left:auto;margin-right:auto;padding-left:0.9375rem;padding-right:0.9375rem;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:87.5em;width:100%;margin-left:auto;margin-right:auto;padding-left:0.9375rem;padding-right:0.9375rem}.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}.content-gallery ul,.ce_gallery ul{margin-left:-0.9375rem;margin-right:-0.9375rem;padding:0;list-style-type:none}.content-gallery li,.ce_gallery li{float:left;padding-left:0.9375rem;padding-right:0.9375rem;margin-bottom:1.875rem}.content-gallery .cols_2 li,.ce_gallery .cols_2 li{width:50%}.content-gallery .cols_3 li,.ce_gallery .cols_3 li{width:50%}@media screen and (min-width:48em){.content-gallery .cols_3 li,.ce_gallery .cols_3 li{width:33.3333333333%}}.content-gallery .cols_4 li,.ce_gallery .cols_4 li{width:50%}@media screen and (min-width:48em){.content-gallery .cols_4 li,.ce_gallery .cols_4 li{width:25%}}.content-gallery .cols_5 li,.ce_gallery .cols_5 li{width:50%}@media screen and (min-width:48em){.content-gallery .cols_5 li,.ce_gallery .cols_5 li{width:20%}}.content-gallery .cols_6 li,.ce_gallery .cols_6 li{width:50%}@media screen and (min-width:48em){.content-gallery .cols_6 li,.ce_gallery .cols_6 li{width:16.6666666667%}}.content-gallery img,.ce_gallery img{display:block}.content-player:not(.swiper-video) .inside,.content-player:not(.swiper-video) .mejs-video,.content-player:not(.swiper-video) .mejs__video,.content-youtube .inside,.content-youtube .mejs-video,.content-youtube .mejs__video,.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}.content-player:not(.swiper-video) .mejs-video,.content-player:not(.swiper-video) .mejs__video,.content-youtube .mejs-video,.content-youtube .mejs__video,.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%}.content-player:not(.swiper-video) .mejs-audio,.content-player:not(.swiper-video) .mejs__audio,.content-youtube .mejs-audio,.content-youtube .mejs__audio,.ce_player .mejs-audio,.ce_player .mejs__audio,.ce_youtube .mejs-audio,.ce_youtube .mejs__audio{margin-top:30px}.content-player:not(.swiper-video) .mejs-audio audio,.content-player:not(.swiper-video) .mejs__audio audio,.content-youtube .mejs-audio audio,.content-youtube .mejs__audio audio,.ce_player .mejs-audio audio,.ce_player .mejs__audio audio,.ce_youtube .mejs-audio audio,.ce_youtube .mejs__audio audio{height:auto}.content-player:not(.swiper-video) .mejs-overlay,.content-player:not(.swiper-video) .mejs-poster,.content-player:not(.swiper-video) .mejs__overlay,.content-player:not(.swiper-video) .mejs__poster,.content-youtube .mejs-overlay,.content-youtube .mejs-poster,.content-youtube .mejs__overlay,.content-youtube .mejs__poster,.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}.content-player:not(.swiper-video) .mejs-video .mejs-mediaelement video,.content-player:not(.swiper-video) .mejs-video .mejs-mediaelement .me-plugin,.content-player:not(.swiper-video) .mejs-video .mejs-mediaelement embed,.content-youtube .mejs-video .mejs-mediaelement video,.content-youtube .mejs-video .mejs-mediaelement .me-plugin,.content-youtube .mejs-video .mejs-mediaelement embed,.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}.content-player:not(.swiper-video) .mejs__video .mejs__mediaelement video,.content-player:not(.swiper-video) .mejs__video .mejs__mediaelement .me__plugin,.content-player:not(.swiper-video) .mejs__video .mejs__mediaelement embed,.content-youtube .mejs__video .mejs__mediaelement video,.content-youtube .mejs__video .mejs__mediaelement .me__plugin,.content-youtube .mejs__video .mejs__mediaelement embed,.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}.content-youtube,.ce_youtube{position:relative;padding-bottom:56.25%;width:100%;height:auto}.content-youtube iframe,.ce_youtube iframe{border:0;position:absolute;top:0;left:0;right:0;bottom:0;width:100% !important;height:100% !important}.ce_youtube_show .image_container,.ce_youtube_show figure,.ce_iframe figure,.ce_iframe .image_container{position:relative}.ce_youtube_show .image_container:hover .btn,.ce_youtube_show figure:hover .btn,.ce_iframe figure:hover .btn,.ce_iframe .image_container:hover .btn{background-color:#434343}.ce_youtube_show .image_container figcaption,.ce_youtube_show .image_container .caption,.ce_youtube_show figure figcaption,.ce_youtube_show figure .caption,.ce_iframe figure figcaption,.ce_iframe figure .caption,.ce_iframe .image_container figcaption,.ce_iframe .image_container .caption{position:absolute;bottom:14%;left:10%;width:80%;padding:0;line-height:1.3;font-style:normal}@media screen and (max-width:380px){.ce_youtube_show .image_container figcaption,.ce_youtube_show .image_container .caption,.ce_youtube_show figure figcaption,.ce_youtube_show figure .caption,.ce_iframe figure figcaption,.ce_iframe figure .caption,.ce_iframe .image_container figcaption,.ce_iframe .image_container .caption{bottom:auto;top:0;left:2%;width:98%}}.ce_youtube_show .image_container figcaption .btn,.ce_youtube_show .image_container .caption .btn,.ce_youtube_show figure figcaption .btn,.ce_youtube_show figure .caption .btn,.ce_iframe figure figcaption .btn,.ce_iframe figure .caption .btn,.ce_iframe .image_container figcaption .btn,.ce_iframe .image_container .caption .btn{margin-bottom:0;float:left;display:block;width:30%;box-sizing:border-box;line-height:1.3;white-space:normal;text-align:left;text-decoration:underline;border:0;background-color:rgba(92, 92, 92, 0.8)}.ce_youtube_show .image_container figcaption .content-text,.ce_youtube_show .image_container figcaption .ce_text,.ce_youtube_show .image_container .caption .content-text,.ce_youtube_show .image_container .caption .ce_text,.ce_youtube_show figure figcaption .content-text,.ce_youtube_show figure figcaption .ce_text,.ce_youtube_show figure .caption .content-text,.ce_youtube_show figure .caption .ce_text,.ce_iframe figure figcaption .content-text,.ce_iframe figure figcaption .ce_text,.ce_iframe figure .caption .content-text,.ce_iframe figure .caption .ce_text,.ce_iframe .image_container figcaption .content-text,.ce_iframe .image_container figcaption .ce_text,.ce_iframe .image_container .caption .content-text,.ce_iframe .image_container .caption .ce_text{margin-bottom:0;color:#000;padding:0.5rem 1rem;background-color:#fff;background-color:rgba(255, 255, 255, 0.8);width:70%;box-sizing:border-box;float:left}.ce_youtube_show .image_container figcaption .content-text a,.ce_youtube_show .image_container figcaption .ce_text a,.ce_youtube_show .image_container .caption .content-text a,.ce_youtube_show .image_container .caption .ce_text a,.ce_youtube_show figure figcaption .content-text a,.ce_youtube_show figure figcaption .ce_text a,.ce_youtube_show figure .caption .content-text a,.ce_youtube_show figure .caption .ce_text a,.ce_iframe figure figcaption .content-text a,.ce_iframe figure figcaption .ce_text a,.ce_iframe figure .caption .content-text a,.ce_iframe figure .caption .ce_text a,.ce_iframe .image_container figcaption .content-text a,.ce_iframe .image_container figcaption .ce_text a,.ce_iframe .image_container .caption .content-text a,.ce_iframe .image_container .caption .ce_text a{color:#000;display:inline}.ce_iframe figure figcaption,.ce_iframe figure .caption,.ce_iframe .image_container figcaption,.ce_iframe .image_container .caption{bottom:auto;top:10%;left:10%;z-index:2000}.ce_iframe figure figcaption .btn,.ce_iframe figure figcaption .content-text,.ce_iframe figure figcaption .ce_text,.ce_iframe figure .caption .btn,.ce_iframe figure .caption .content-text,.ce_iframe figure .caption .ce_text,.ce_iframe .image_container figcaption .btn,.ce_iframe .image_container figcaption .content-text,.ce_iframe .image_container figcaption .ce_text,.ce_iframe .image_container .caption .btn,.ce_iframe .image_container .caption .content-text,.ce_iframe .image_container .caption .ce_text{width:100%;float:none}.ce_iframe figure figcaption .btn,.ce_iframe figure .caption .btn,.ce_iframe .image_container figcaption .btn,.ce_iframe .image_container .caption .btn{padding-top:1rem;padding-bottom:1.3rem}@media screen and (max-width:450px){.ce_iframe figure figcaption,.ce_iframe figure .caption,.ce_iframe .image_container figcaption,.ce_iframe .image_container .caption{position:static;top:0;width:100%}}a.btn,span.btn,button.btn,div.btn>a,div.btn>button,.content-toplink>a,.content-toplink>button,.ce_toplink>a,.ce_toplink>button,.toplink>a,.toplink>button,input.submit,button.submit{border-radius:0;padding:0.5rem 1rem;display:inline-block;border:1px solid transparent;font-family:"Open Sans", "sans-serif";font-weight:400;line-height:1.625;text-align:center;background:transparent;background-image:none;white-space:nowrap}a.btn,span.btn,button.btn{margin-bottom:1rem}a.btn--primary,span.btn--primary,button.btn--primary,button.submit{background:#5c5c5c;color:#fff}a.btn--primary:hover,span.btn--primary:hover,button.btn--primary:hover,button.submit:hover{background:#434343}div.btn:not(:last-child),.content-toplink:not(:last-child),.ce_toplink:not(:last-child),.toplink:not(:last-child){margin-bottom:1rem}div.btn--primary>a,div.btn--primary>button,.content-toplink>a,.content-toplink>button,.ce_toplink>a,.ce_toplink>button,.toplink>a,.toplink>button{background:#5c5c5c;color:#fff}div.btn--primary>a:hover,div.btn--primary>button:hover,.content-toplink>a:hover,.content-toplink>button:hover,.ce_toplink>a:hover,.ce_toplink>button:hover,.toplink>a:hover,.toplink>button:hover{background:#434343}.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}.content-toplink a,.ce_toplink a,.toplink a{text-decoration:none}.back{margin-top:1rem;padding-top:1rem}.back a{text-decoration:none}.nav ul{list-style-type:none;margin:0;padding:0}.nav a{text-decoration:none}#header .col-lg-8{overflow:visible !important}@media screen and (min-width:48em){.nav.nav--horizontal li{float:left}}.nav.nav--horizontal.mod_customnav{font-size:0.875rem;position:relative;overflow:visible}.nav.nav--horizontal.mod_customnav strong{font-weight:400}.nav.nav--horizontal.mod_customnav span{min-width:9px;margin-right:5px;padding-left:3px}.nav.nav--horizontal.mod_customnav ul li.metanav_dropdown{position:relative;background-color:#000}.nav.nav--horizontal.mod_customnav ul li.metanav_dropdown:hover{background-color:#fff}.nav.nav--horizontal.mod_customnav ul li.metanav_dropdown:hover .mod_subnav{display:block}.nav.nav--horizontal.mod_customnav ul li.metanav_dropdown:hover a,.nav.nav--horizontal.mod_customnav ul li.metanav_dropdown:hover strong{color:#000;position:relative;display:block;font-weight:400}.nav.nav--horizontal.mod_customnav ul li.metanav_dropdown:hover a.metanav_dropdown,.nav.nav--horizontal.mod_customnav ul li.metanav_dropdown:hover strong.metanav_dropdown{padding-bottom:0}.nav.nav--horizontal.mod_customnav ul li.metanav_dropdown:hover a.metanav_dropdown span,.nav.nav--horizontal.mod_customnav ul li.metanav_dropdown:hover strong.metanav_dropdown span{rotate:90deg;padding-left:3px}.nav.nav--horizontal.mod_customnav ul li.metanav_dropdown:hover a:hover{text-decoration:underline !important}.nav.nav--horizontal.mod_customnav .mod_subnav{display:none;position:absolute;background-color:#fff;padding-bottom:0.5rem;z-index:20000;width:100%;left:0;top:100%;height:auto}.nav.nav--horizontal.mod_customnav .mod_subnav li{float:none;display:block}.nav.nav--horizontal.mod_customnav .mod_subnav li strong,.nav.nav--horizontal.mod_customnav .mod_subnav li a{display:block;padding-top:0;padding-bottom:0;color:#787878 !important}.nav.nav--horizontal.mod_customnav .mod_subnav li strong:hover span,.nav.nav--horizontal.mod_customnav .mod_subnav li a:hover span{rotate:90deg;padding-left:3px}.nav.nav--horizontal.mod_customnav .mod_subnav a.invisible{padding:0}.nav.nav--horizontal.mod_customnav ul li.metanav_dropdown.active .mod_subnav{display:block}.nav.nav--horizontal a,.nav.nav--horizontal span.active,.nav.nav--horizontal span.trail,.nav.nav--horizontal strong.metanav_dropdown,.nav.nav--horizontal strong.active,.nav.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 #787878}.nav--border li:last-of-type a,.nav--border li:last-of-type span.active,.nav--border li:last-of-type span.trail,.nav--border li:last-of-type strong.active,.nav--border li:last-of-type strong.trail{border-bottom:0}.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 #787878}.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{padding-top:2rem;padding-bottom:0.5rem}.nav--breadcrumb li{float:left;padding-right:0.5rem}.nav--breadcrumb li.active{font-weight:bold}.nav--breadcrumb a,.nav--breadcrumb strong{overflow-wrap:break-word;word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;-moz-hyphens:auto;hyphens:auto}.nav--breadcrumb a:after{font-size:0.75rem;display:inline-block;content:"›";vertical-align:middle;padding-left:0.5rem}.nav--select select{-webkit-appearance:none;background:transparent;border:1px solid #787878;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 #787878}.pagination a.next{margin-right:0;padding-right:0}@media screen and (min-width:34.375em){.pagination p{float:left}.pagination p+ul{float:right}}.slider{position:relative}.slider .slider-control{position:static;height:0}.slider .slider-control a{position:relative;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-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}.news-list{margin-bottom:1rem}.news-list>h1,.news-list>h2,.news-list>h3,.news-list>h4,.news-list>h5,.news-list>h6{margin-bottom:0}.news-list>h1:after,.news-list>h2:after,.news-list>h3:after,.news-list>h4:after,.news-list>h5:after,.news-list>h6:after{border-top:1px solid #787878;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 .layout_short>h2,.news-list .layout_short>h3,.news-list .layout_short>h4,.news-list .layout_short>h5,.news-list .layout_short>h6,.news-list .layout_latest>h1,.news-list .layout_latest>h2,.news-list .layout_latest>h3,.news-list .layout_latest>h4,.news-list .layout_latest>h5,.news-list .layout_latest>h6,.news-list .layout_simple>h1,.news-list .layout_simple>h2,.news-list .layout_simple>h3,.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 #787878;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}@media screen and (min-width:34.375em){.mod_abteilung .team--mitarbeiter:nth-of-type(2n+1){clear:both}}@media screen and (min-width:48em){.mod_abteilung .team--mitarbeiter:nth-of-type(n){clear:none}.mod_abteilung .team--mitarbeiter:nth-of-type(4n+1){clear:both}}.mod_newsarchive,.mod_newslist{}.mod_newsarchive .layout_short,.mod_newsarchive .layout_latest,.mod_newsarchive .layout_simple,.mod_newsarchive .layout_test,.mod_newslist .layout_short,.mod_newslist .layout_latest,.mod_newslist .layout_simple,.mod_newslist .layout_test{float:left;padding-left:0.9375rem;padding-right:0.9375rem}@media screen and (min-width:34.375em){.mod_newsarchive .layout_short,.mod_newsarchive .layout_latest,.mod_newsarchive .layout_simple,.mod_newsarchive .layout_test,.mod_newslist .layout_short,.mod_newslist .layout_latest,.mod_newslist .layout_simple,.mod_newslist .layout_test{float:left;padding-left:0.9375rem;padding-right:0.9375rem;width:100%}.mod_newsarchive .layout_short:nth-of-type(1n+1),.mod_newsarchive .layout_latest:nth-of-type(1n+1),.mod_newsarchive .layout_simple:nth-of-type(1n+1),.mod_newsarchive .layout_test:nth-of-type(1n+1),.mod_newslist .layout_short:nth-of-type(1n+1),.mod_newslist .layout_latest:nth-of-type(1n+1),.mod_newslist .layout_simple:nth-of-type(1n+1),.mod_newslist .layout_test:nth-of-type(1n+1){clear:both}}@media screen and (min-width:48em){.mod_newsarchive .layout_short,.mod_newsarchive .layout_latest,.mod_newsarchive .layout_simple,.mod_newsarchive .layout_test,.mod_newslist .layout_short,.mod_newslist .layout_latest,.mod_newslist .layout_simple,.mod_newslist .layout_test{float:left;padding-left:0.9375rem;padding-right:0.9375rem;width:50%}.mod_newsarchive .layout_short:nth-of-type(n),.mod_newsarchive .layout_latest:nth-of-type(n),.mod_newsarchive .layout_simple:nth-of-type(n),.mod_newsarchive .layout_test:nth-of-type(n),.mod_newslist .layout_short:nth-of-type(n),.mod_newslist .layout_latest:nth-of-type(n),.mod_newslist .layout_simple:nth-of-type(n),.mod_newslist .layout_test:nth-of-type(n){clear:none}.mod_newsarchive .layout_short:nth-of-type(2n+1),.mod_newsarchive .layout_latest:nth-of-type(2n+1),.mod_newsarchive .layout_simple:nth-of-type(2n+1),.mod_newsarchive .layout_test:nth-of-type(2n+1),.mod_newslist .layout_short:nth-of-type(2n+1),.mod_newslist .layout_latest:nth-of-type(2n+1),.mod_newslist .layout_simple:nth-of-type(2n+1),.mod_newslist .layout_test:nth-of-type(2n+1){clear:both}}@media screen and (min-width:58.75em){.mod_newsarchive .layout_short,.mod_newsarchive .layout_latest,.mod_newsarchive .layout_simple,.mod_newsarchive .layout_test,.mod_newslist .layout_short,.mod_newslist .layout_latest,.mod_newslist .layout_simple,.mod_newslist .layout_test{float:left;padding-left:0.9375rem;padding-right:0.9375rem;width:25%}.mod_newsarchive .layout_short:nth-of-type(n),.mod_newsarchive .layout_latest:nth-of-type(n),.mod_newsarchive .layout_simple:nth-of-type(n),.mod_newsarchive .layout_test:nth-of-type(n),.mod_newslist .layout_short:nth-of-type(n),.mod_newslist .layout_latest:nth-of-type(n),.mod_newslist .layout_simple:nth-of-type(n),.mod_newslist .layout_test:nth-of-type(n){clear:none}.mod_newsarchive .layout_short:nth-of-type(4n+1),.mod_newsarchive .layout_latest:nth-of-type(4n+1),.mod_newsarchive .layout_simple:nth-of-type(4n+1),.mod_newsarchive .layout_test:nth-of-type(4n+1),.mod_newslist .layout_short:nth-of-type(4n+1),.mod_newslist .layout_latest:nth-of-type(4n+1),.mod_newslist .layout_simple:nth-of-type(4n+1),.mod_newslist .layout_test:nth-of-type(4n+1){clear:both}}.mod_newsarchive .layout_simple time,.mod_newslist .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,.news-menu>h2:after,.news-menu>h3:after,.news-menu>h4:after,.news-menu>h5:after,.news-menu>h6:after{border-top:1px solid #787878;content:"";display:block}.news-menu .year{margin-bottom:0.5rem}.news-menu .year>a,.news-menu .year>.active{color:inherit;font-weight:400;font-family:"PT Serif"}.news-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}input.text,input.captcha,textarea,select.select{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,.widget-select label,.widget-textarea label{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}.widget-radio,.widget-checkbox,.widget-select,.widget-upload{margin-bottom:1rem}.radio_container>span,.checkbox_container>span{display:inline-block}span.mandatory{color:#fff}p.error{margin-bottom:0}.ce_accordion{margin-bottom:0.25rem}.ce_accordion .toggler{cursor:pointer;padding:0.5rem 0.5rem 0.5rem 0;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:#787878}.content-download,.content-downloads,.ce_download,.ce_downloads{margin-bottom:1rem}.content-download .mime_icon,.content-downloads .mime_icon,.ce_download .mime_icon,.ce_downloads .mime_icon{display:inline-block;vertical-align:middle}.content-download a,.content-downloads a,.ce_download a,.ce_downloads a{display:inline-block;color:inherit;text-decoration:none}.content-downloads ul,.ce_downloads ul{list-style-type:none;margin:0;padding:0}.content-downloads a,.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;-ms-overflow-x:auto}
/* Mobile first layout SmartMenus Core CSS (it's not recommended editing these rules)
   You need this once per page no matter how many menu trees or different themes you use.
-------------------------------------------------------------------------------------------*/

.sm{box-sizing:border-box;position:relative;z-index:9999;-webkit-tap-highlight-color:rgba(0,0,0,0);}
.sm,.sm ul,.sm li{display:block;list-style:none;margin:0;padding:0;line-height:normal;direction:ltr;text-align:left;}
.sm-rtl,.sm-rtl ul,.sm-rtl li{direction:rtl;text-align:right;}
.sm>li>h1,.sm>li>h2,.sm>li>h3,.sm>li>h4,.sm>li>h5,.sm>li>h6{margin:0;padding:0;}
.sm ul{display:none;}
.sm li,.sm a{position:relative;}
.sm a{display:block;}
.sm a.disabled{cursor:default;}
.sm::after{content:"";display:block;height:0;font:0px/0 serif;clear:both;overflow:hidden;}
.sm *,.sm *::before,.sm *::after{box-sizing:inherit;}
.sm-blue li.l_1{background-color:#f8f8f8}.sm-blue a,.sm-blue a:hover,.sm-blue a:focus,.sm-blue a:active{padding:10px 20px;padding-right:58px;color:#fff;text-decoration:none}.sm-blue a.a_1{text-transform:uppercase}.sm-blue a.active{color:#787878}.sm-blue a.disabled{color:#c5c5c5}.sm-blue a .sub-arrow{position:absolute;top:50%;margin-top:-17px;left:auto;right:4px;width:34px;height:34px;overflow:hidden;font:bold 16px/34px monospace !important;text-align:center;text-shadow:none;background:rgba(0, 0, 0, 0.1);border-radius:4px}.sm-blue a .sub-arrow::before{content:"+"}.sm-blue a.highlighted .sub-arrow::before{content:"-"}.sm-blue>li:last-child>a,.sm-blue>li:last-child>*:not(ul) a,.sm-blue>li:last-child>ul,.sm-blue>li:last-child>ul>li:last-child>a,.sm-blue>li:last-child>ul>li:last-child>*:not(ul) a,.sm-blue>li:last-child>ul>li:last-child>ul,.sm-blue>li:last-child>ul>li:last-child>ul>li:last-child>a,.sm-blue>li:last-child>ul>li:last-child>ul>li:last-child>*:not(ul) a,.sm-blue>li:last-child>ul>li:last-child>ul>li:last-child>ul,.sm-blue>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>a,.sm-blue>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>*:not(ul) a,.sm-blue>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>ul,.sm-blue>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>a,.sm-blue>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>*:not(ul) a,.sm-blue>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>ul{border-radius:0 0 8px 8px}.sm-blue>li:last-child>a.highlighted,.sm-blue>li:last-child>*:not(ul) a.highlighted,.sm-blue>li:last-child>ul>li:last-child>a.highlighted,.sm-blue>li:last-child>ul>li:last-child>*:not(ul) a.highlighted,.sm-blue>li:last-child>ul>li:last-child>ul>li:last-child>a.highlighted,.sm-blue>li:last-child>ul>li:last-child>ul>li:last-child>*:not(ul) a.highlighted,.sm-blue>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>a.highlighted,.sm-blue>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>*:not(ul) a.highlighted,.sm-blue>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>a.highlighted,.sm-blue>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>*:not(ul) a.highlighted{border-radius:0}.sm-blue ul a,.sm-blue ul a:hover,.sm-blue ul a:focus,.sm-blue ul a:active{padding-left:30px;color:#242424;text-shadow:none;background-color:#ebebeb}.sm-blue ul a.hover{color:#787878}.sm-blue ul a.active{color:#787878;background:#dedede}.sm-blue ul a.disabled{color:#b3b3b3}.sm-blue ul ul a,.sm-blue ul ul a:hover,.sm-blue ul ul a:focus,.sm-blue ul ul a:active{border-left:16px solid transparent}.sm-blue ul ul ul a,.sm-blue ul ul ul a:hover,.sm-blue ul ul ul a:focus,.sm-blue ul ul ul a:active{border-left:24px solid transparent}.sm-blue ul ul ul ul a,.sm-blue ul ul ul ul a:hover,.sm-blue ul ul ul ul a:focus,.sm-blue ul ul ul ul a:active{border-left:32px solid transparent}.sm-blue ul ul ul ul ul a,.sm-blue ul ul ul ul ul a:hover,.sm-blue ul ul ul ul ul a:focus,.sm-blue ul ul ul ul ul a:active{border-left:40px solid transparent}.sm-blue ul li{border-top:1px solid rgba(0, 0, 0, 0.05)}.sm-blue ul li:first-child{border-top:0}@media (min-width:1020px){.sm-blue ul{position:absolute;width:12em}.sm-blue li{float:left}.sm-blue.sm-rtl li{float:right}.sm-blue ul li,.sm-blue.sm-rtl ul li,.sm-blue.sm-vertical li{float:none}.sm-blue a{white-space:nowrap}.sm-blue ul a,.sm-blue.sm-vertical a{white-space:normal}.sm-blue .sm-nowrap>li>a,.sm-blue .sm-nowrap>li>:not(ul) a{white-space:nowrap}.sm-blue a,.sm-blue a:hover,.sm-blue a:focus,.sm-blue a:active,.sm-blue a.highlighted{padding:13px 13px;color:#fff}.sm-blue a.first{padding-left:0}.sm-blue a.last{padding-right:0}.sm-blue a:hover,.sm-blue a:focus,.sm-blue a:active,.sm-blue a.trail{color:#787878}.sm-blue a.active{color:#787878}.sm-blue a.hyperlink_img{padding:0}.sm-blue a.disabled{background:#787878;background-image:linear-gradient(to bottom, #7d7d7d, #737373);color:#c5c5c5}.sm-blue a .sub-arrow{display:none}.sm-blue a .sub-arrow::before{display:none}.sm-blue>li{}.sm-blue ul{border:1px solid #a3a3a3;border-radius:4px;padding:7px 0;background:#fff;box-shadow:0 5px 12px rgba(0, 0, 0, 0.2)}.sm-blue ul a,.sm-blue ul a:hover,.sm-blue ul a:focus,.sm-blue ul a:active,.sm-blue ul a.highlighted{border:0 !important;padding:9px 23px;background:#fff;color:#fff;border-radius:0 !important}.sm-blue ul a:hover,.sm-blue ul a:focus,.sm-blue ul a:active,.sm-blue ul a.highlighted{background-color:#dedede;color:#787878}.sm-blue ul a.active{color:#787878}.sm-blue ul a.disabled{color:#b3b3b3}.sm-blue ul a .sub-arrow{top:50%;margin-top:-5px;bottom:auto;left:auto;margin-left:0;right:10px;border-style:dashed dashed dashed solid;border-color:#fff #fff #fff #787878}.sm-blue ul li{border:0}.sm-blue .scroll-up,.sm-blue .scroll-down{position:absolute;display:none;visibility:hidden;overflow:hidden;background:#fff;height:20px}.sm-blue .scroll-up-arrow,.sm-blue .scroll-down-arrow{position:absolute;top:-2px;left:50%;margin-left:-8px;width:0;height:0;overflow:hidden;border-width:8px;border-style:dashed dashed solid dashed;border-color:#fff #fff #6b6b6b #fff}.sm-blue .scroll-down-arrow{top:6px;border-style:solid dashed dashed dashed;border-color:#6b6b6b #fff #fff #fff}}
.mb25{margin-bottom:0.25rem}.pb-0{padding-bottom:0 !important}.borderbottom-0{border-bottom:none !important}.pt-xs{padding-top:0.5em !important}.mod_article{overflow:hidden}.content-hyperlink.jetzt-bewerben{position:absolute;z-index:4000;right:20%;top:-3.5rem;width:80px}@media screen and (min-width:940px){.content-hyperlink.jetzt-bewerben{left:80%;right:auto;top:0;width:auto}}@media screen and (min-width:1360px){.content-hyperlink.jetzt-bewerben{left:auto;right:-10%}}.home .content-hyperlink.jetzt-bewerben{display:none}@media screen and (min-width:63.75em){.home .content-hyperlink.jetzt-bewerben{display:block}}@media screen and (min-width:63.75em){.jetzt-bewerben-mobile{display:none}}.md-filters{background-color:#000}.md-filters .checkbox-color.checkbox-group{padding-top:15px}.md-filters .checkbox-color.checkbox-group ul,.md-filters .checkbox-color.checkbox-group label{float:none;display:inline-block;vertical-align:top}.md-filters .checkbox-color.checkbox-group ul{padding:0;margin-bottom:4px;margin-left:0;width:90%;clear:none !important}.md-filters .checkbox-color.checkbox-group ul:after{content:"";clear:left}.md-filters .checkbox-color.checkbox-group:after{content:"";clear:left}.range-price{clear:left;padding-top:10px}.md-filter-select.select-group:after{clear:both;display:block;content:"";width:100%;height:1px}.range-slider p{display:block;width:100%}.ce_accordion .toggler .ui-icon{display:none !important}.ce_accordion .toggler.ui-corner-all{border-bottom-left-radius:0 !important;border-bottom-right-radius:0 !important;border-top-right-radius:0 !important;border-top-left-radius:0 !important}.ce_accordion .toggler.ui-state-default{background:none !important;color:#fff !important}.md-ad-box{margin-bottom:11px}.md-ad-box .detail header .custom-list{min-height:auto}.md-ad-box .detail header .custom-list li.power{text-transform:none}.md-ad-box .price{background-color:#fff;font-family:"Open Sans", "sans-serif";color:#1e1e1e;font-style:normal;text-align:left}.md-ad-box .price em{font-style:normal;display:block;line-height:1.2}.price em{font-style:normal}.md-ad-box .detail header h3{margin-bottom:0.5rem}.md-ad-box .detail,.md-ad-box .detail header h3{color:#1e1e1e !important}.reset-wrapper{display:block;text-align:center;margin:0 auto}.md-filters a.filter-reset{display:inline-block;background-color:#787878;border-radius:3px;border:1px solid #787878;padding:0.25em 0.5em;margin-left:auto;margin-right:auto;font-size:1rem}.md-filters-header .headline{font-size:150%}.md-filters .md-filters-header .md-filter-sort{padding-top:0.5rem}@media screen and (max-width:400px){.md-filters .md-filters-header .md-filter-sort{float:none;padding-bottom:0.5rem}}.md-filters .md-filters-header .md-filter-sort i{margin-top:0}.md-ad-box .detail{min-height:380px}@media (max-width:767px){.md-ad-box .detail{min-height:inherit}}.price em{font-size:60%}.md-ad-box .detail header .custom-list li,.custom-list li:not(.last)::after{font-size:0.9em;font-weight:normal}.md-detail .slider-control{height:50px}.md-detail .slider-control a{color:#fff}.slider-control a span{font-size:300%;display:inline-block}.md-ad-box .image{height:auto;min-height:240px;background-color:#fff}@media screen and (max-width:767px){.md-ad-box .image{min-height:auto;padding-bottom:0}}.md-detail a,.md-detail .md-detail-right h2,.md-detail{color:#1e1e1e}.md-detail .md-detail-header,.md-detail-left h2{background-color:transparent !important;text-transform:uppercase;padding:0;color:#1e1e1e}.md-detail .md-detail-header{background-color:#f5f5f5 !important;padding:12px 20px}.md-detail-right .ce_form .checkbox_container{padding-bottom:1.5rem}.md-detail-right .ce_form .checkbox_container span{display:block;margin-bottom:0.5rem}.md-detail-right .ce_form .checkbox_container span.mandatory{display:inline;margin-bottom:0}.md-detail-right .ce_form .widget-textarea{margin-bottom:1rem}.md-detail-right .ce_form .widget-textarea label{width:100%}.md-detail-right .ce_form .widget-text{margin-bottom:1rem}.md-detail-right .ce_form .ce_datenschutz{padding-top:0.5rem;padding-bottom:0}.md-detail-right .ce_form .ce_datenschutz span label{display:inline}.md-detail-right .ce_form span.mandatory{color:red}.md-detail-right .ce_form label a{text-decoration:underline}.md-detail .md-detail-box{margin-bottom:10px}.md-detail .slider-wrapper>div{height:auto}@media (max-width:767px){.md-detail .slider-wrapper>div{height:unset}}@media (max-width:767px){.md-detail .slider-control .slider-menu{margin-top:0}}.md-detail .md-detail-header h1{width:70%;display:inline-block;font-size:1.75em}.md-detail .md-detail-header .price{width:30%;display:inline-block;text-align:right}.md-detail .md-detail-header .price em{display:inline-block;line-height:1.2}@media screen and (max-width:1360px){.md-detail .md-detail-header .price{text-align:right;display:inline-block;padding-left:0}}@media screen and (max-width:979px){.md-detail .md-detail-header .price,.md-detail .md-detail-header h1{display:block;width:100%}.md-detail .md-detail-header h1{margin-bottom:0.5rem}.md-detail .md-detail-header .price{float:none;text-align:left;position:static !important;left:0;bottom:0;margin-left:0;color:#1e1e1e;border:2px solid #f5f5f5;background-color:#f5f5f5}.md-detail-description{padding:20px 0}}.md-detail-left,.md-detail-right{word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;-moz-hyphens:auto;hyphens:auto}ul.detail-list{padding-left:0}.font--small{font-size:87.5%}.font--smaller{font-size:75%}.font--big{font-size:112.5%}.mt--big{margin-top:3rem}.mt{margin-top:1.5rem}.pt--big{padding-top:3rem}.pb{padding-bottom:1.5rem}.pt{padding-top:1.5rem}.pt-0{padding-top:0 !important}.hm0.content-text h2:first-child,.hm0.content-text h3:first-child,.hm0.content-text h4:first-child,.hm0.ce_text h2:first-child,.hm0.ce_text h3:first-child,.hm0.ce_text h4:first-child{margin-top:-3px !important}a.back{color:#fff;text-decoration:underline}a.back:hover{text-decoration:none}figure,.image_container{max-width:100%;height:auto}.tbl{display:table;width:100%}.text--center{text-align:center}@media screen and (max-width:63.6875em){.desktop-only{display:none !important}}strong,b{font-weight:700}#notdienst{padding:2em;color:#000}#notdienst a{color:#000}.ce_narrow,.content-tabs,.ce_tabs_wrapper,#main .ce_image,#main .content-image,.ce_more,.mod_newslist,.ce_linkboxes,.ce_carousel,.ce_stellenanzeigen,.content-headline,.ce_headline,.ce_rows,.mod_newsarchive{border-bottom:1px solid #323232;padding:3rem 0}.content-tabs .ce_narrow,.ce_tabs_wrapper .ce_narrow,.content-tabs .content-tabs,.ce_tabs_wrapper .content-tabs,.content-tabs .ce_tabs_wrapper,.ce_tabs_wrapper .ce_tabs_wrapper,.content-tabs #main .ce_image,.ce_tabs_wrapper #main .ce_image,.content-tabs #main .content-image,.ce_tabs_wrapper #main .content-image,.content-tabs .ce_more,.ce_tabs_wrapper .ce_more,.content-tabs .mod_newslist,.ce_tabs_wrapper .mod_newslist,.content-tabs .ce_linkboxes,.ce_tabs_wrapper .ce_linkboxes,.content-tabs .ce_carousel,.ce_tabs_wrapper .ce_carousel,.content-tabs .ce_stellenanzeigen,.ce_tabs_wrapper .ce_stellenanzeigen,.content-tabs .content-headline,.ce_tabs_wrapper .content-headline,.content-tabs .ce_headline,.ce_tabs_wrapper .ce_headline,.content-tabs .ce_rows,.ce_tabs_wrapper .ce_rows,.content-tabs .mod_newsarchive,.ce_tabs_wrapper .mod_newsarchive{padding-top:0;padding-bottom:0;border:none}.content-headline,.ce_headline{border-bottom:0;padding-bottom:0}#main .mod_breadcrumb+.mod_article:last-of-type div.block:last-of-type:not(.ce_youtube_show),#main .mod_breadcrumb+.mod_article:last-of-type div:last-child:not(.border):not(.row):not(.tabs):not(.tab-content):not(.content-element-group):not(.col-sm-12):not(.slick-slider):not(.slick-track):not(.slick-slide):not(.slick-slide-single):not(.slick-container):not(.md-filter-sort):not(.fuel.select-container):not(.ui-slider):not(.md-filters-body):not(.slider-wrapper):not(.slide):not(.formbody):not(.widget-submit){padding-bottom:1.5rem;border-bottom:none}#main .mod_breadcrumb+.mod_article:last-of-type .ce_more .ce_text .ce_text,#main .mod_breadcrumb+.mod_article:last-of-type .ce_more .content-text .content-text,#main .mod_breadcrumb+.mod_article:last-of-type .ce_narrow .row .col-sm-12 [class^="content-"]:not([class*="no-border"]){padding-bottom:0 !important;border-bottom:none}#main .mod_breadcrumb+.mod_article:last-of-type div.mod_newsreader .layout_full .col-sm-12,#main .mod_breadcrumb+.mod_article:last-of-type div.mod_newsreader .layout_full .content-text{padding-bottom:0 !important}#main .mod_article .mod_newsreader h2+.content-image{padding-top:0 !important}#main .mod_breadcrumb+.mod_article:last-of-type .block div.block:last-of-type:not(.ce_youtube_show),#main .mod_breadcrumb+.mod_article:last-of-type div div:last-child{padding-bottom:0}#main .mod_breadcrumb+.mod_article div.block:not(.mod_newsarchive):first-of-type:not(.first):not(.ce_youtube_show):not(.layout_latest),#main .mod_breadcrumb+.mod_article div:first-child:not(.layout_latest):not(.slick-list):not(.toggler):not(.md-filters):not(.brands.select-container):not(.ui-slider-range):not(.md-detail-header):not(.md-detail-box){padding-top:0}#main .mod_article:not(.first):not(:last-of-type):not(.ce_youtube_show){padding-top:0;padding-bottom:0}#main .mod_breadcrumb+.mod_article:not(:last-of-type):not(.ce_youtube_show){padding-bottom:0}#main .mod_article:last-of-type:not(.first):not(.ce_youtube_show){padding-top:0}#main .mod_breadcrumb+.mod_article:last-of-type,.home #main .mod_article:first-of-type{padding-top:2rem !important}#main .mod_article .border{border-bottom:1px solid #323232;padding-bottom:3rem}.content-tabs #main .mod_article .border,.ce_tabs_wrapper #main .mod_article .border{padding-top:0;padding-bottom:0;border:none}.border--single{padding-top:3rem}#main .mod_article .block.news--border{border-bottom:1px solid #323232 !important;padding-bottom:3rem !important}#main .mod_article .no-border{padding-bottom:1.5rem;border-bottom:none}.content-headline+.ce_narrow,.ce_headline+.ce_narrow{padding-top:1rem}.content-text.border,.ce_text.border{margin-bottom:3rem}#header{padding:3em 0 1em 0}@media screen and (min-width:63.75em){#header{padding-top:1em}}.mod_customnav{text-transform:uppercase}.mod_customnav li:last-of-type a{padding-right:0}.mod_customnav a.last{padding-right:0}.serif,h1,.h1{font-family:"Pt Serif", "serif"}h4,#sliderhome .h2{font-family:"Open Sans", "sans-serif";font-weight:700}.home h1.content-headline,.home h1.ce_headline{text-align:center;padding-bottom:2rem;padding-top:0}#pageimage .mod_pageimage img{width:100% !important;margin:0 auto;height:100%;width:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}#pageimage .mod_article{position:relative;padding-top:0;padding-bottom:0}#pageimage .mod_article.fullwidth{max-width:100%;padding-left:0;padding-right:0}#pageimage .mod_article,#pageimage .content-text,#pageimage .ce_text{overflow:visible}#pageimage .content-text p,#pageimage .content-text h1,#pageimage .ce_text p,#pageimage .ce_text h1{font-family:"Open Sans", "sans-serif";background-color:#fff;color:#000;padding:0.2em 0.5em;font-size:180%;display:inline-block;margin-top:1em;margin-bottom:0;line-height:1.625;font-weight:700}@media screen and (max-width:569px){#pageimage .content-text p,#pageimage .content-text h1,#pageimage .ce_text p,#pageimage .ce_text h1{font-size:125%}}@media screen and (min-width:570px){#pageimage .content-text,#pageimage .ce_text{margin-bottom:0;position:absolute;bottom:2rem;left:0.9375rem;width:auto;display:block;box-sizing:border-box}}@media screen and (min-width:63.75em){#pageimage .content-text,#pageimage .ce_text{bottom:5rem}}.ios iframe{min-width:100%;width:100px;*width:100%}#main .ce_linkboxes figure,#main .ce_linkboxes .image_container,#main .mod_angebote figure,#main .mod_angebote .image_container,#main .mod_newselement figure,#main .mod_newselement .image_container{margin-bottom:1em;display:inline-block}#main .ce_linkboxes a,#main .mod_angebote a,#main .mod_newselement a{display:block;color:#000;background-color:#fff;text-align:center;font-weight:700}@media screen and (min-width:34.375em){#main .ce_linkboxes a,#main .mod_angebote a,#main .mod_newselement a{font-size:150%}}.home .ce_linkboxes{padding-top:2em}@media screen and (min-width:48em){.home .ce_linkboxes{padding-top:0}}#main .mod_breadcrumb+.mod_article:last-of-type .mod_angebote.block div.block:last-of-type,#main .mod_breadcrumb+.mod_article:last-of-type div.mod_angebote div:last-child{padding-bottom:1em !important}#main .mod_angebote .layout_short,#main .mod_newselement .layout_short{padding-bottom:1em !important}#main .mod_angebote figure,#main .mod_angebote .image_container,#main .mod_newselement figure,#main .mod_newselement .image_container{background-color:#fff;height:100%;margin-bottom:0}#main .mod_angebote figcaption,#main .mod_angebote .caption,#main .mod_newselement figcaption,#main .mod_newselement .caption{text-align:left;line-height:1.4}#main .mod_angebote figcaption a,#main .mod_angebote .caption a,#main .mod_newselement figcaption a,#main .mod_newselement .caption a{display:block;padding:0.3em 0.5em;text-align:center}#main .mod_angebote figcaption a span,#main .mod_angebote .caption a span,#main .mod_newselement figcaption a span,#main .mod_newselement .caption a span{display:block}.mod_newselement figure,.mod_newselement .image_container{background-color:transparent}.mod_newselement figure a,.mod_newselement .image_container a{display:inline-block}#sliderhome .article--full{padding-left:0;padding-right:0}#sliderhome .playpause p{display:none !important;width:1px !important;height:1px !important}#sliderhome .content-image,#sliderhome .ce_image,#sliderhome .ce_slick-slide-separator,#sliderhome .content-player,#sliderhome .ce_player{position:relative}#sliderhome .content-image,#sliderhome .ce_image{padding:0}#sliderhome .slidertext-wrapper{position:absolute;top:25%;left:0;width:100%;width:calc(100% - 0.9375rem - 0.9375rem);overflow:visible;left:0.9375rem;right:0.9375rem}#sliderhome .slidertext-wrapper.slidertext-wrapper-top{z-index:10000}#sliderhome .content-text,#sliderhome .content-headline,#sliderhome .ce_text,#sliderhome .ce_headline{margin-bottom:0;position:relative;overflow:visible}#sliderhome .content-text h1,#sliderhome .content-text .h1,#sliderhome .content-headline h1,#sliderhome .content-headline .h1,#sliderhome .ce_text h1,#sliderhome .ce_text .h1,#sliderhome .ce_headline h1,#sliderhome .ce_headline .h1{font-size:2.75em}#sliderhome .content-text h1,#sliderhome .content-text h2,#sliderhome .content-text .font--smaller,#sliderhome .content-text .h1,#sliderhome .content-text .h2,#sliderhome .content-headline h1,#sliderhome .content-headline h2,#sliderhome .content-headline .font--smaller,#sliderhome .content-headline .h1,#sliderhome .content-headline .h2,#sliderhome .ce_text h1,#sliderhome .ce_text h2,#sliderhome .ce_text .font--smaller,#sliderhome .ce_text .h1,#sliderhome .ce_text .h2,#sliderhome .ce_headline h1,#sliderhome .ce_headline h2,#sliderhome .ce_headline .font--smaller,#sliderhome .ce_headline .h1,#sliderhome .ce_headline .h2{background-color:#fff;color:#000;padding:0.1em 0.4em;display:inline-block;float:left;clear:left;margin-bottom:0.2em}#sliderhome .content-text h1+h2,#sliderhome .content-text .h1+.h2,#sliderhome .content-headline h1+h2,#sliderhome .content-headline .h1+.h2,#sliderhome .ce_text h1+h2,#sliderhome .ce_text .h1+.h2,#sliderhome .ce_headline h1+h2,#sliderhome .ce_headline .h1+.h2{margin-top:0}#sliderhome .content-text h2,#sliderhome .content-text .h2,#sliderhome .content-headline h2,#sliderhome .content-headline .h2,#sliderhome .ce_text h2,#sliderhome .ce_text .h2,#sliderhome .ce_headline h2,#sliderhome .ce_headline .h2{padding:0.2em 0.5em}#sliderhome .content-text p,#sliderhome .content-headline p,#sliderhome .ce_text p,#sliderhome .ce_headline p{clear:left}@media screen and (max-width:910px){#sliderhome .content-text p,#sliderhome .content-headline p,#sliderhome .ce_text p,#sliderhome .ce_headline p{margin-bottom:0}}#sliderhome .content-text p.font--smaller,#sliderhome .content-headline p.font--smaller,#sliderhome .ce_text p.font--smaller,#sliderhome .ce_headline p.font--smaller{margin-top:7em;padding:0.2em 0.4em;line-height:1.2}@media screen and (max-width:1480px){#sliderhome .content-text p.font--smaller,#sliderhome .content-headline p.font--smaller,#sliderhome .ce_text p.font--smaller,#sliderhome .ce_headline p.font--smaller{margin-top:7em}}@media screen and (max-width:1300px){#sliderhome .content-text p.font--smaller,#sliderhome .content-headline p.font--smaller,#sliderhome .ce_text p.font--smaller,#sliderhome .ce_headline p.font--smaller{margin-top:5em}}@media screen and (max-width:1190px){#sliderhome .content-text p.font--smaller,#sliderhome .content-headline p.font--smaller,#sliderhome .ce_text p.font--smaller,#sliderhome .ce_headline p.font--smaller{margin-top:3.5em}}@media screen and (max-width:1280px){#sliderhome .content-text p.font--smaller,#sliderhome .content-headline p.font--smaller,#sliderhome .ce_text p.font--smaller,#sliderhome .ce_headline p.font--smaller{margin-top:0.5em}}@media screen and (max-width:910px){#sliderhome .content-text p.font--smaller,#sliderhome .content-headline p.font--smaller,#sliderhome .ce_text p.font--smaller,#sliderhome .ce_headline p.font--smaller{margin-top:0.5em}}@media screen and (max-width:1180px){#sliderhome .content-text h1,#sliderhome .content-text .h1,#sliderhome .content-headline h1,#sliderhome .content-headline .h1,#sliderhome .ce_text h1,#sliderhome .ce_text .h1,#sliderhome .ce_headline h1,#sliderhome .ce_headline .h1{font-size:1.8em}#sliderhome .content-text h2,#sliderhome .content-text .h2,#sliderhome .content-headline h2,#sliderhome .content-headline .h2,#sliderhome .ce_text h2,#sliderhome .ce_text .h2,#sliderhome .ce_headline h2,#sliderhome .ce_headline .h2{font-size:1.1em}}#sliderhome .content-text a.btn,#sliderhome .content-headline a.btn,#sliderhome .ce_text a.btn,#sliderhome .ce_headline a.btn{text-decoration:none}#sliderhome img{max-width:none !important;width:100% !important}#footer{background-color:#1e1e1e}#footer .ui-accordion-header{text-align:center;margin:0 auto;padding:1em 0}#footer .mod_abteilung .ui-accordion-header{padding-bottom:0}#footer .mod_abteilung .team--mitarbeiter .fa-envelope,#footer .mod_abteilung .col-anschrift .fa-envelope{display:inline}#footer .mod_abteilung .team--mitarbeiter .email,#footer .mod_abteilung .col-anschrift .email{word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;-moz-hyphens:auto;hyphens:auto}#footer .mod_abteilung .col-anschrift p{padding-bottom:0.5em}#footericons{padding-top:2.5em;border-bottom:1px solid #fff}.footer--iconlinks{text-align:center;padding:2.5em 0}.footer--iconlinks a{display:block;text-align:center;margin:0 auto;font-weight:700;padding:1.5em 0}@media screen and (min-width:48em){.footer--iconlinks a{padding:0}}.footer--iconlinks a span{display:block;margin-bottom:0.3em}#copyright{padding:2em 0 2.5em 0}@media screen and (max-width:410px){#copyright{padding-bottom:3.8em}}@media screen and (max-width:280px){#copyright{padding-bottom:4.5em}}#copyright a{text-decoration:none}#copyright a:hover{text-decoration:none}#copyright .inside{position:relative;padding-top:1em}@media screen and (min-width:48em){#copyright .inside{padding-top:0;height:75px}#copyright .inside .content-text,#copyright .inside .ce_text{line-height:75px}}#copyright .inside .content-text,#copyright .inside .ce_text{position:relative;padding-right:20em}@media screen and (min-width:62.5em){#copyright .inside .content-text p,#copyright .inside .ce_text p{text-align:center}}#copyright .inside .content-text a,#copyright .inside .ce_text a{display:inline-block;padding-left:1rem}@media screen and (max-width:47.9375em){#copyright .inside .content-text a,#copyright .inside .ce_text a{display:block;padding-left:0}}@media screen and (max-width:47.9375em){#copyright .inside .content-text p,#copyright .inside .ce_text p{font-size:120%;text-align:center}}@media screen and (max-width:500px){#copyright .inside .content-text,#copyright .inside .ce_text{padding-right:0}#copyright .inside .ce_social{position:static;right:auto;top:0}#copyright .inside .ce_social p{text-align:center;border-left:0px solid #fff}#copyright .inside .ce_social p a:first-of-type{padding-left:0}}#cookiebar{line-height:1.2em}#cookiebar #cookiebar-desc{margin-bottom:0.3em}.ce_social{position:absolute;right:0.9375rem;top:0}.ce_social p{display:block;text-align:right;border-left:1px solid #fff}.ce_social a{display:inline-block;padding:10px 0 10px 1.5rem}.content-toplink,.ce_toplink{position:fixed;bottom:0;right:2em;width:56px;height:40px;font-size:1.5em}.content-toplink a,.ce_toplink a{padding:0;display:block;height:40px}.content-toplink a span,.ce_toplink a span{line-height:1}.content-image,.ce_image{padding:3em 0}figure figcaption,.image_container .caption{font-style:italic;padding-top:0.3em}.mod_newslist figure figcaption,.mod_newslist .image_container .caption,.ce_linkboxes figure figcaption,.ce_linkboxes .image_container .caption{font-style:normal;padding-top:0}.tablist{box-sizing:border-box;margin:0;padding:0;margin-bottom:1em;border-bottom:1px solid #fff}.tablist button{display:inline-block;margin-right:0.5em;border:none;text-transform:uppercase;color:#fff;padding:0;background-color:#000;-webkit-transition:background-color 0.3s linear, color 0.4s linear;-moz-transition:background-color 0.3s linear, color 0.4s linear;-o-transition:background-color 0.3s linear, color 0.4s linear;-ms-transition:background-color 0.3s linear, color 0.4s linear;transition:background-color 0.3s linear, color 0.4s linear}.tablist button h2{font-family:"Open Sans", "sans-serif";margin:0;padding:0;line-height:1.625;font-size:1rem;padding:0.5em 0.7em 0.2em 0.7em}.tablist button[aria-selected="true"]{background-color:#fff;color:#000}.tablist button:hover{background-color:#e6e6e6;color:#000}.tabs{padding-top:2rem}.tabs .media--right figure{float:none;padding-top:1.5em}@media screen and (min-width:48em){.tabs .media--right figure{padding-left:2.5rem;padding-top:0;float:right}}.mm-title{display:inline-block}.mm-close{display:inline-block;margin-left:5px}.mmenubutton{text-transform:uppercase;padding-right:12px;line-height:1;text-align:right;float:right;margin-right:10px;margin-top:67px;padding:0 1em 1em 0;text-decoration:none;font-weight:700;text-align:center}@media screen and (max-width:430px){.mmenubutton{margin-top:4em}}.mmenubutton span{font-size:16px;display:inline-block}@media screen and (max-width:21.25em){.mmenubutton{padding-right:0}}.mmenubutton:before{display:block;content:"";background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB2ZXJzaW9uPSIxLjEiICAgaWQ9InN2ZzIiICAgdmlld0JveD0iMCAwIDUwIDMwLjAwMDAwMSIgICBoZWlnaHQ9IjMwIiAgIHdpZHRoPSI1MCI+ICA8ZGVmcyAgICAgaWQ9ImRlZnM0IiAvPiAgPG1ldGFkYXRhICAgICBpZD0ibWV0YWRhdGE3Ij4gICAgPHJkZjpSREY+ICAgICAgPGNjOldvcmsgICAgICAgICByZGY6YWJvdXQ9IiI+ICAgICAgICA8ZGM6Zm9ybWF0PmltYWdlL3N2Zyt4bWw8L2RjOmZvcm1hdD4gICAgICAgIDxkYzp0eXBlICAgICAgICAgICByZGY6cmVzb3VyY2U9Imh0dHA6Ly9wdXJsLm9yZy9kYy9kY21pdHlwZS9TdGlsbEltYWdlIiAvPiAgICAgICAgPGRjOnRpdGxlPjwvZGM6dGl0bGU+ICAgICAgPC9jYzpXb3JrPiAgICA8L3JkZjpSREY+ICA8L21ldGFkYXRhPiAgPGcgICAgIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAsLTEwMjIuMzYyMikiICAgICBpZD0ibGF5ZXIxIj4gICAgPGcgICAgICAgaWQ9Imc0MTg3Ij4gICAgICA8cmVjdCAgICAgICAgIHN0eWxlPSJvcGFjaXR5OjE7ZmlsbDojMDAwMDAwO2ZpbGwtb3BhY2l0eToxO3N0cm9rZTpub25lO3N0cm9rZS13aWR0aDo2O3N0cm9rZS1taXRlcmxpbWl0OjQ7c3Ryb2tlLWRhc2hhcnJheTpub25lO3N0cm9rZS1vcGFjaXR5OjEiICAgICAgICAgaWQ9InJlY3Q0MTg1IiAgICAgICAgIHdpZHRoPSI1NzEuNzQ2MzQiICAgICAgICAgaGVpZ2h0PSIzMDEuMDI1NDUiICAgICAgICAgeD0iLTIxNC4xNTIzNCIgICAgICAgICB5PSI4NTUuMzgyNDUiIC8+ICAgIDwvZz4gICAgPHJlY3QgICAgICAgeT0iMTAyMi4zNjIyIiAgICAgICB4PSIwIiAgICAgICBoZWlnaHQ9IjYiICAgICAgIHdpZHRoPSI1MCIgICAgICAgaWQ9InJlY3Q0MTM4IiAgICAgICBzdHlsZT0ib3BhY2l0eToxO2ZpbGw6I2ZmZmZmZjtmaWxsLW9wYWNpdHk6MTtzdHJva2U6bm9uZTtzdHJva2Utd2lkdGg6NjtzdHJva2UtbWl0ZXJsaW1pdDo0O3N0cm9rZS1kYXNoYXJyYXk6bm9uZTtzdHJva2Utb3BhY2l0eToxIiAvPiAgICA8cmVjdCAgICAgICB5PSIxMDM0LjM2MjIiICAgICAgIHg9IjAiICAgICAgIGhlaWdodD0iNiIgICAgICAgd2lkdGg9IjUwIiAgICAgICBpZD0icmVjdDQxMzgtMSIgICAgICAgc3R5bGU9Im9wYWNpdHk6MTtmaWxsOiNmZmZmZmY7ZmlsbC1vcGFjaXR5OjE7c3Ryb2tlOm5vbmU7c3Ryb2tlLXdpZHRoOjY7c3Ryb2tlLW1pdGVybGltaXQ6NDtzdHJva2UtZGFzaGFycmF5Om5vbmU7c3Ryb2tlLW9wYWNpdHk6MSIgLz4gICAgPHJlY3QgICAgICAgeT0iMTA0Ni4zNjIyIiAgICAgICB4PSIwIiAgICAgICBoZWlnaHQ9IjYiICAgICAgIHdpZHRoPSI1MCIgICAgICAgaWQ9InJlY3Q0MTM4LTEtMiIgICAgICAgc3R5bGU9Im9wYWNpdHk6MTtmaWxsOiNmZmZmZmY7ZmlsbC1vcGFjaXR5OjE7c3Ryb2tlOm5vbmU7c3Ryb2tlLXdpZHRoOjY7c3Ryb2tlLW1pdGVybGltaXQ6NDtzdHJva2UtZGFzaGFycmF5Om5vbmU7c3Ryb2tlLW9wYWNpdHk6MSIgLz4gIDwvZz48L3N2Zz4=);width:50px;height:30px;margin-bottom:0.7em}@media screen and (min-width:1020px){.mmenubutton{display:none}}@media screen and (max-width:1019px){.mod_navigation ul{display:none !important}}.mm-menu,.mm-listview>li>a,.mm-menu.mm-theme-black>li>a,.mm-menu.mm-theme-black .mm-navbar a{color:#fff}.nav--main{float:right}@media screen and (min-width:63.75em){.nav--main{padding-top:4.1em}}@media screen and (min-width:67.875em){.nav--main{padding-top:4.55em}}.mod_newslist .layout_latest,.mod_newsarchive .layout_latest{padding-top:1em;padding-bottom:2em;display:none}.mod_newslist .layout_latest:nth-child(1),.mod_newslist .layout_latest:nth-child(2),.mod_newslist .layout_latest:nth-child(3),.mod_newslist .layout_latest:nth-child(4),.mod_newsarchive .layout_latest:nth-child(1),.mod_newsarchive .layout_latest:nth-child(2),.mod_newsarchive .layout_latest:nth-child(3),.mod_newsarchive .layout_latest:nth-child(4){display:block}@media screen and (min-width:48em){.mod_newslist .layout_latest,.mod_newsarchive .layout_latest{display:block !important}}.mod_newslist .layout_latest h2,.mod_newsarchive .layout_latest h2{font-family:"Pt Serif", "serif";line-height:1.4;margin-top:0.5rem}.mod_newslist .layout_latest p:first-of-type,.mod_newslist .layout_latest p.more,.mod_newsarchive .layout_latest p:first-of-type,.mod_newsarchive .layout_latest p.more{display:inline}.mod_newslist time,.mod_newsarchive time{display:none}.home .mod_newslist time,.home .mod_newsarchive time{display:inline}.newsarchiv .layout_latest time{display:inline}.ce_stellenanzeigen p.einleitung{margin-bottom:0}.ce_stellenanzeigen h2{margin-top:0.5rem}.ce_stellenanzeigen .wrapper{height:100%;padding:1em 0;border-bottom:1px solid #323232}.ce_stellenanzeigen .col-first{margin-bottom:1.5rem}@media screen and (min-width:48em){.ce_stellenanzeigen .col-first{margin-bottom:0}}.ce_standortekontakt .col-xs-12{padding-bottom:2.5em}.ce_standortekontakt h2{margin-bottom:0}.ce_standortekontakt figure,.ce_standortekontakt .image_container{padding-bottom:0.5em;margin-top:-0.5em}.content-list ul,.ce_list ul,.content-text ul,.ce_text ul{margin-left:0;padding-left:1em}.content-list ul.li-plus,.ce_list ul.li-plus,.content-text ul.li-plus,.ce_text ul.li-plus{position:relative;list-style-type:none;padding-left:0}.content-list ul.li-plus li,.ce_list ul.li-plus li,.content-text ul.li-plus li,.ce_text ul.li-plus li{padding-left:1.5rem}.content-list ul.li-plus li:before,.ce_list ul.li-plus li:before,.content-text ul.li-plus li:before,.ce_text ul.li-plus li:before{font:normal normal normal 14px/1 FontAwesome;font-size:14px;font-size:inherit;text-rendering:auto;display:inline-block;content:"";width:1rem;margin-right:0.5rem;margin-left:-1.5rem}#main .inside .block .content-text:last-of-type,#main .inside .block .ce_text:last-of-type{margin-bottom:0}.carousel--header{text-align:left !important;margin-left:2rem}@media screen and (min-width:48em){.carousel--header{text-align:center !important;margin-left:0}}.ce_carousel{padding-top:1rem;overflow:visible !important}.ce_carousel .slick-list{z-index:1}.ce_carousel .tbl,.ce_carousel figure{position:relative}@media screen and (min-width:500px){.ce_carousel .slick-slide-single{max-width:50%;margin-left:auto;margin-right:auto}}@media screen and (min-width:1020px){.ce_carousel .slick-slide-single{max-width:25%}}.ce_carousel .slick-slide-single,.ce_carousel .slick-slide{}.ce_carousel .slick-slide-single .wrapper,.ce_carousel .slick-slide .wrapper{background-color:#fff;margin:10px 20px 10px 0;height:260px;overflow:hidden}.ce_carousel .slick-slide-single figure,.ce_carousel .slick-slide-single .image_container,.ce_carousel .slick-slide figure,.ce_carousel .slick-slide .image_container{display:table-cell;height:190px;vertical-align:middle;text-align:center}.ce_carousel .slick-slide-single figure a,.ce_carousel .slick-slide-single figure img,.ce_carousel .slick-slide-single .image_container a,.ce_carousel .slick-slide-single .image_container img,.ce_carousel .slick-slide figure a,.ce_carousel .slick-slide figure img,.ce_carousel .slick-slide .image_container a,.ce_carousel .slick-slide .image_container img{text-align:center;margin:0 auto}.ce_carousel .slick-slide-single figure a,.ce_carousel .slick-slide-single .image_container a,.ce_carousel .slick-slide figure a,.ce_carousel .slick-slide .image_container a{position:absolute;left:0;top:0;width:100%;height:100%}.ce_carousel .slick-slide-single figure img,.ce_carousel .slick-slide-single .image_container img,.ce_carousel .slick-slide figure img,.ce_carousel .slick-slide .image_container img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.ce_carousel .slick-slide-single p,.ce_carousel .slick-slide p{color:#000;text-align:center;margin:0 auto;height:70px;display:flex;flex-direction:column;flex-wrap:wrap;justify-content:center;align-items:center;align-content:center;gap:0px;font-weight:700;line-height:1.3}.ce_carousel .slick-slide-single p a,.ce_carousel .slick-slide p a{display:block;color:#000;padding:8px;text-decoration:none}.ce_carousel .slick-list{padding-top:20px}.ce_carousel .slick-dots{position:absolute;top:-25px;left:2rem;display:block;padding:0;list-style:none;text-align:left;margin-left:0}.ce_carousel .slick-dots li{position:relative;display:inline-block;width:15px;height:15px;margin:0 5px;padding:0;cursor:pointer;font-size:1px;text-indent:-20000em;background-color:#787878;border-radius:15px}.ce_carousel .slick-dots li.slick-active{background-color:#fff}.ce_carousel .slick-dots li:first-of-type{margin-left:0}@media screen and (min-width:48em){.ce_carousel .slick-dots{left:0;margin-left:3em;right:auto !important;top:-65px}}.ce_carousel .slick-arrow{z-index:2;font-size:0;line-height:0;position:absolute;top:38px;display:block;width:32px;height:150px;height:172px;padding:0;cursor:pointer;color:transparent;border:none;outline:none;background-color:transparent}.ce_carousel .slick-arrow:before{font-size:30px;line-height:1;color:#fff;font-family:"FontAwesome";content:"";padding-left:8px;display:block;text-align:left;background-color:#000;width:32px;height:32px}.ce_carousel .slick-arrow.slick-prev{left:0px}.ce_carousel .slick-arrow.slick-next{right:17px;text-align:right}.ce_carousel .slick-arrow.slick-next:before{text-align:right;content:"";padding-right:9px;padding-left:0}.carousel-image--center img,.carousel-image--center figcaption,.carousel-image--center .caption{text-align:center;margin-left:auto;margin-right:auto}.carousel-image--center figcaption,.carousel-image--center .caption{color:#5c5c5c;font-style:normal}.carousel-image--center figure,.carousel-image--center .image_container{background-color:#fff;padding:10px 20px}.ce_sliderhome{}.ce_sliderhome .slick-list{z-index:2}.ce_sliderhome .slick-prev,.ce_sliderhome .slick-next{padding:0.5em 0.7em !important;cursor:pointer;position:absolute;top:50%;background-color:rgba(0, 0, 0, 0.3);border-radius:4px;border-color:rgba(0, 0, 0, 0.3);text-align:center;margin:-40px auto 0 auto;font-size:30px}.ce_sliderhome .slick-prev:hover,.ce_sliderhome .slick-prev:focus,.ce_sliderhome .slick-next:hover,.ce_sliderhome .slick-next:focus{opacity:1}.ce_sliderhome .slick-prev.slick-disabled:before,.ce_sliderhome .slick-next.slick-disabled:before{opacity:0.25}.ce_sliderhome .swiper-button-prev,.ce_sliderhome .swiper-button-next{color:white !important;width:auto !important;height:auto !important;margin-top:-40px !important;display:block !important}.ce_sliderhome .swiper-button-prev:after,.ce_sliderhome .swiper-button-next:after{display:none !important}.ce_sliderhome .slick-prev:before,.ce_sliderhome .slick-next:before{font-size:50px;line-height:1;opacity:0.75;color:white;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ce_sliderhome .slick-prev{left:25px !important;z-index:3}.ce_sliderhome .slick-next{right:25px !important;z-index:4}.mod_abteilung,.mod_mitarbeiteraz{padding:1em 0 2em 0}.mod_abteilung .ce_accordion,.mod_mitarbeiteraz .ce_accordion{padding:1em 0 1.5em 0}.mod_abteilung .ce_accordion .col-xs-12,.mod_mitarbeiteraz .ce_accordion .col-xs-12{padding-top:0.5em;padding-bottom:0.5em}.mod_abteilung p.title,.mod_mitarbeiteraz p.title{text-align:center;margin:0 auto}.mod_abteilung p.title strong,.mod_mitarbeiteraz p.title strong{font-weight:700;font-size:125%}.mod_abteilung figure,.mod_abteilung .image_container,.mod_mitarbeiteraz figure,.mod_mitarbeiteraz .image_container{padding:2em 0 0.5em 0}.mod_abteilung .border--bottom,.mod_mitarbeiteraz .border--bottom{padding-bottom:2em;border-bottom:1px solid #323232}.mod_abteilung .row p strong,.mod_mitarbeiteraz .row p strong{font-size:125%;display:block}.mod_abteilung .pb-2,.mod_mitarbeiteraz .pb-2{padding-bottom:2em}.mod_abteilung .col--logo,.mod_mitarbeiteraz .col--logo{text-align:center;margin-left:auto;margin-right:auto}.mod_abteilung .col--logo figure,.mod_abteilung .col--logo .image_container,.mod_mitarbeiteraz .col--logo figure,.mod_mitarbeiteraz .col--logo .image_container{margin-right:2em;display:inline-block}.mod_abteilung .col--logo figure:last-of-type,.mod_abteilung .col--logo .image_container:last-of-type,.mod_mitarbeiteraz .col--logo figure:last-of-type,.mod_mitarbeiteraz .col--logo .image_container:last-of-type{margin-right:0}.mod_abteilung p.title strong{font-weight:700}.mod_mitarbeiteraz+.border--single{padding-top:0}.ce_accordion_abt.ce_accordion_abt_bottom{display:none}.ce_accordion_abt.ce_accordion_abt_bottom .accordion_abt{background-color:#1e1e1e}.ce_accordion_abt .toggler_abt{padding-top:2rem;padding-bottom:1rem}.ce_accordion_abt .toggler_abt a.btn{background-color:#1e1e1e;text-decoration:underline;display:inline-block;padding:0.5rem 1rem;border:none;margin-bottom:0.5em}.ce_accordion_abt.active .toggler_abt a.btn{background-color:#fff;border:1px solid #fff;color:#1e1e1e;text-decoration:none;cursor:default}.ce_accordion_abt.active .btn .btntitle,.ce_accordion_abt.active .btn .fa{display:none !important}.ce_accordion_abt.ce_accordion_abt_top{display:block;margin:0 auto;text-align:center}@media screen and (min-width:44em){.ce_accordion_abt.ce_accordion_abt_top{display:inline-block !important}.ce_accordion_abt.ce_accordion_abt_top.abt0{margin-right:1.25em}.ce_accordion_abt.ce_accordion_abt_top.abt1{margin-left:1.25em}}.ce_accordion_abt.ce_accordion_abt_top .toggler_abt{padding-top:1rem;padding-bottom:0}@media screen and (max-width:47.9375em){#main .mod_article .hide-mobile,#main .hide-mobile,#sliderhome .hide-mobile,#footericons .hide-mobile,#footer .hide-mobile{display:none !important}}@media screen and (min-width:48em){#main .mod_article .hide-desktop,#main .hide-desktop{display:none !important}}.pagination{padding-top:2em;margin:0 auto;text-align:center}.pagination li a.link{border:1px solid #323232}@media screen and (min-width:48em){.pagination{max-width:50%}}.ce_buttonmobile{width:100%;font-size:150%;color:#000;background-color:#fff;font-weight:700;text-align:center;padding-bottom:0 !important;padding-top:0 !important;line-height:1.3}.ce_buttonmobile a{display:block;color:#000;box-sizing:border-box;padding:0.3em 0.5em 0.4em 0.5em;text-decoration:none}.dlh_googlemap{width:100% !important;color:#000}.dlh_googlemap a{color:#000}.ce_form label,.ce_form .radio_container legend{width:30%;float:left;clear:left}.ce_form .radio_container.legend--wide legend{width:45%}.ce_form input[type="text"],.ce_form input[type="email"]{width:70%;display:inline-block}.ce_form .radio_container span,.ce_form .checkbox_container span{margin-right:0.5em}.ce_form .radio_container span label,.ce_form .checkbox_container span label{width:auto !important;float:none !important;margin-bottom:0}.ce_form .radio_container span input.radio,.ce_form .checkbox_container span input.radio{margin-top:0}.ce_form .widget-submit,.ce_form .widget--pt{padding-top:1em}.ce_form .widget--pb{padding-bottom:1em}.ce_form .ce_accordion{padding-top:0.5em;padding-bottom:0.5em}.ce_form .ce_accordion .ui-accordion-header{color:#787878}.content-hyperlink,.content-download,.ce_hyperlink,.ce_download{padding:1.5rem 0}#confirm-googlemaps{color:#fff;text-decoration:underline;text-align:center;cursor:pointer}@media screen and (max-width:47.9375em){.row--twopictures .col-sm-12:first-of-type{margin-bottom:2em}}.content-vimeo,.content-youtube,.ce_youtube{padding-bottom:0}.content-player:not(.swiper-video) figure:has(iframe),.content-player:not(.swiper-video) .video_container:has(iframe),.ce_player figure:has(iframe),.ce_player .video_container:has(iframe),.ce_youtubewrapper figure:has(iframe),.ce_youtubewrapper .video_container:has(iframe),.content-youtube figure:has(iframe),.content-youtube .video_container:has(iframe),.content-vimeo figure:has(iframe),.content-vimeo .video_container:has(iframe),.ce_youtube figure:has(iframe),.ce_youtube .video_container:has(iframe){position:relative;padding-bottom:56.25%;width:100%;height:auto}.content-player:not(.swiper-video) figure:has(video),.content-player:not(.swiper-video) figure:has(iframe),.content-vimeo figure:has(video),.content-vimeo figure:has(iframe),.content-youtube figure:has(video),.content-youtube figure:has(iframe){position:relative;width:100%;height:auto}.ce_youtubewrapper,.ce_youtube,.content-vimeo,.content-youtube{}.ce_youtubewrapper iframe,.ce_youtube iframe,.content-vimeo iframe,.content-youtube iframe{border:0;position:absolute;top:0;left:0;right:0;bottom:0;width:100% !important;height:100% !important}.content-player.fullsize,.ce_player.fullsize{position:relative}.content-player.fullsize video,.ce_player.fullsize video{width:100% !important;height:auto !important;border:none;position:relative}.content-player.fullsize .playpause,.ce_player.fullsize .playpause{position:absolute;left:0;top:0;width:100%;height:100%}.content-player.fullsize .playpause p,.ce_player.fullsize .playpause p{cursor:pointer;position:absolute;right:5%;bottom:10%;color:#fff;font-size:50px}.content-player.fullsize .playpause p span,.ce_player.fullsize .playpause p span{position:absolute;right:0;bottom:0}.uc-embedding-wrapper{color:#000}.uc-embedding-wrapper span{font-size:12px}.uc-embedding-wrapper .description-text{color:#000}.uc-embedding-wrapper .uc-embedding-buttons .uc-embedding-accept,.uc-embedding-wrapper .uc-embedding-buttons .uc-embedding-more-info{width:150px}.mod_dlh_googlemaps iframe{width:100%;height:100%}.mod_faqpage{padding:3rem 0}.mod_faqpage section{padding-top:2.25rem;padding-bottom:0.75rem;padding-left:4px;padding-right:4px;border-bottom:1px solid #323232}.mod_faqpage section:last-of-type{border-bottom:none;padding-bottom:3rem}
@media screen and (min-width:1020px){.sm li.mobile-only{display:none}}.sm li.link--de,.mm-listview>li.link--de{display:none !important}@media screen and (max-width:1019px){.english .link--de,.english .mm-listview>li.link--de{display:block !important}}@media screen and (min-width:1020px){.sm li.desktop-last a{padding-right:0}}@media screen and (min-width:1020px){.sm li.desktop-first a{padding-left:0}}a.a_1{font-size:87.5%}@media screen and (min-width:1260px){a.a_1{font-size:100%}}.main-nav{position:relative}.main-nav:after{clear:both;content:" ";display:block;height:0;font:0px/0 serif;overflow:hidden}#main-menu{clear:both;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}@media (min-width:768px){#main-menu{float:right;clear:none}}#main-menu,#main-menu>.has-mega-menu{position:static !important}#main-menu .mega-menu{margin-left:0 !important;right:0 !important;width:auto !important;max-width:none !important;z-index:11000}#main-menu>.has-mega-menu .scroll-up,#main-menu>.has-mega-menu .scroll-down{margin-left:0 !important}#main-menu .mega-menu>li{overflow:auto}#main-menu .mega-menu .mega-menu--wrapper{margin:1em 0 1em 1em}#main-menu .mega-menu p{color:#000;border-bottom:1px solid #000;font-size:87.5%;padding-bottom:1em}#main-menu .mega-menu p strong{display:block;margin-bottom:0.4em;text-transform:uppercase;font-size:128.5714285714%}#main-menu .mega-menu ul{position:static;display:inline-block;margin:0;border:0;padding:0 6em 0 0;width:auto;background:transparent;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;list-style:none;vertical-align:top}#main-menu .mega-menu ul:last-of-type{padding-right:0}#main-menu .mega-menu ul li{display:list-item;border:0}#main-menu .mega-menu ul li:not(:last-of-type){padding-bottom:0.4em}#main-menu .mega-menu ul li:not(:last-of-type) ul.level_3{padding-left:1em}#main-menu .mega-menu ul li a{display:block;border:0;padding:0.3em 0;background:transparent;color:inherit;text-decoration:none;color:#000;text-transform:uppercase;font-size:112.5%}
@media print{body,html,#footer{background-color:#fff;color:#000}body a,html a,#footer a{color:#000}#header,#copyright,#footericons .footer--iconlinks,.ce_sliderhome,#footer .ce_accordion:nth-child(2) .ui-accordion-header,#footer .mod_dlh_googlemaps,.ce_hyperlink.btn--primary,.mod_breadcrumb,.mod_pageImage .image_container{display:none !important}#pageimage .ce_text{margin-bottom:0;position:static;bottom:0;left:0;width:100%;display:block}#pageimage .ce_text p{padding-left:0}.ce_headline{padding:0.5rem 0 !important}.ce_narrow .offset-md-2.col-md-8{margin-left:0;width:100%;max-width:100% !important;flex:none}.ce_more .ui-accordion-header,#footer .ui-accordion-header,.mod_abteilung .ui-accordion-header{display:none}.ce_more .ui-accordion-content,#footer .ui-accordion-content,.mod_abteilung .ui-accordion-content{display:block !important}.ce_juiTabStart .ui-tabs-nav{display:none}.ce_juiTabStart .ui-tabs-panel{display:block !important}.ce_slick-slider .slick-track{width:100% !important;transform:none !important}.ce_slick-slider .slick-arrow,.ce_slick-slider .slick-dots{display:none !important}}
