@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}
.rs-columns {
  clear: both;
  display: inline-block;
  width: 100%;
}

.rs-column {
  float: left;
  width: 100%;
  margin-top: 7.69231%;
  margin-right: 7.69231%;
}
.rs-column.-large-first {
  clear: left;
}
.rs-column.-large-last {
  margin-right: -5px;
}
.rs-column.-large-first-row {
  margin-top: 0;
}
.rs-column.-large-col-1-1 {
  width: 100%;
}
.rs-column.-large-col-2-1 {
  width: 46.15385%;
}
.rs-column.-large-col-2-2 {
  width: 100%;
}
.rs-column.-large-col-3-1 {
  width: 28.20513%;
}
.rs-column.-large-col-3-2 {
  width: 64.10256%;
}
.rs-column.-large-col-3-3 {
  width: 100%;
}
.rs-column.-large-col-4-1 {
  width: 19.23077%;
}
.rs-column.-large-col-4-2 {
  width: 46.15385%;
}
.rs-column.-large-col-4-3 {
  width: 73.07692%;
}
.rs-column.-large-col-4-4 {
  width: 100%;
}
.rs-column.-large-col-5-1 {
  width: 13.84615%;
}
.rs-column.-large-col-5-2 {
  width: 35.38462%;
}
.rs-column.-large-col-5-3 {
  width: 56.92308%;
}
.rs-column.-large-col-5-4 {
  width: 78.46154%;
}
.rs-column.-large-col-5-5 {
  width: 100%;
}
.rs-column.-large-col-6-1 {
  width: 10.25641%;
}
.rs-column.-large-col-6-2 {
  width: 28.20513%;
}
.rs-column.-large-col-6-3 {
  width: 46.15385%;
}
.rs-column.-large-col-6-4 {
  width: 64.10256%;
}
.rs-column.-large-col-6-5 {
  width: 82.05128%;
}
.rs-column.-large-col-6-6 {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .rs-column {
    margin-top: 7.69231%;
    margin-right: 7.69231%;
  }
  .rs-column.-large-first {
    clear: none;
  }
  .rs-column.-large-last {
    margin-right: 7.69231%;
  }
  .rs-column.-large-first-row {
    margin-top: 7.69231%;
  }
  .rs-column.-medium-first {
    clear: left;
  }
  .rs-column.-medium-last {
    margin-right: -5px;
  }
  .rs-column.-medium-first-row {
    margin-top: 0;
  }
  .rs-column.-medium-col-1-1 {
    width: 100%;
  }
  .rs-column.-medium-col-2-1 {
    width: 46.15385%;
  }
  .rs-column.-medium-col-2-2 {
    width: 100%;
  }
  .rs-column.-medium-col-3-1 {
    width: 28.20513%;
  }
  .rs-column.-medium-col-3-2 {
    width: 64.10256%;
  }
  .rs-column.-medium-col-3-3 {
    width: 100%;
  }
  .rs-column.-medium-col-4-1 {
    width: 19.23077%;
  }
  .rs-column.-medium-col-4-2 {
    width: 46.15385%;
  }
  .rs-column.-medium-col-4-3 {
    width: 73.07692%;
  }
  .rs-column.-medium-col-4-4 {
    width: 100%;
  }
  .rs-column.-medium-col-5-1 {
    width: 13.84615%;
  }
  .rs-column.-medium-col-5-2 {
    width: 35.38462%;
  }
  .rs-column.-medium-col-5-3 {
    width: 56.92308%;
  }
  .rs-column.-medium-col-5-4 {
    width: 78.46154%;
  }
  .rs-column.-medium-col-5-5 {
    width: 100%;
  }
  .rs-column.-medium-col-6-1 {
    width: 10.25641%;
  }
  .rs-column.-medium-col-6-2 {
    width: 28.20513%;
  }
  .rs-column.-medium-col-6-3 {
    width: 46.15385%;
  }
  .rs-column.-medium-col-6-4 {
    width: 64.10256%;
  }
  .rs-column.-medium-col-6-5 {
    width: 82.05128%;
  }
  .rs-column.-medium-col-6-6 {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .rs-column {
    margin-top: 7.69231%;
    margin-right: 7.69231%;
  }
  .rs-column.-large-last {
    margin-right: 7.69231%;
  }
  .rs-column.-large-first-row {
    margin-top: 7.69231%;
  }
  .rs-column.-medium-first {
    clear: none;
  }
  .rs-column.-medium-last {
    margin-right: 7.69231%;
  }
  .rs-column.-medium-first-row {
    margin-top: 7.69231%;
  }
  .rs-column.-small-first {
    clear: left;
  }
  .rs-column.-small-last {
    margin-right: -5px;
  }
  .rs-column.-small-first-row {
    margin-top: 0;
  }
  .rs-column.-small-col-1-1 {
    width: 100%;
  }
  .rs-column.-small-col-2-1 {
    width: 46.15385%;
  }
  .rs-column.-small-col-2-2 {
    width: 100%;
  }
  .rs-column.-small-col-3-1 {
    width: 28.20513%;
  }
  .rs-column.-small-col-3-2 {
    width: 64.10256%;
  }
  .rs-column.-small-col-3-3 {
    width: 100%;
  }
  .rs-column.-small-col-4-1 {
    width: 19.23077%;
  }
  .rs-column.-small-col-4-2 {
    width: 46.15385%;
  }
  .rs-column.-small-col-4-3 {
    width: 73.07692%;
  }
  .rs-column.-small-col-4-4 {
    width: 100%;
  }
  .rs-column.-small-col-5-1 {
    width: 13.84615%;
  }
  .rs-column.-small-col-5-2 {
    width: 35.38462%;
  }
  .rs-column.-small-col-5-3 {
    width: 56.92308%;
  }
  .rs-column.-small-col-5-4 {
    width: 78.46154%;
  }
  .rs-column.-small-col-5-5 {
    width: 100%;
  }
  .rs-column.-small-col-6-1 {
    width: 10.25641%;
  }
  .rs-column.-small-col-6-2 {
    width: 28.20513%;
  }
  .rs-column.-small-col-6-3 {
    width: 46.15385%;
  }
  .rs-column.-small-col-6-4 {
    width: 64.10256%;
  }
  .rs-column.-small-col-6-5 {
    width: 82.05128%;
  }
  .rs-column.-small-col-6-6 {
    width: 100%;
  }
}

#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}
@charset "utf-8";
/* CSS Document */

* {
	box-sizing:border-box;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../../files/theme/fonts/RobotoCondensed-Bold.eot');
    src: url('../../files/theme/fonts/RobotoCondensed-Bold.eot?#iefix') format('embedded-opentype'),
        url('../../files/theme/fonts/RobotoCondensed-Bold.woff2') format('woff2'),
        url('../../files/theme/fonts/RobotoCondensed-Bold.woff') format('woff'),
        url('../../files/theme/fonts/RobotoCondensed-Bold.ttf') format('truetype'),
        url('../../files/theme/fonts/RobotoCondensed-Bold.svg#RobotoCondensed-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}


@font-face {
    font-family: 'Roboto Condensed';
    src: url('../../files/theme/fonts/RobotoCondensed-Regular.eot');
    src: url('../../files/theme/fonts/RobotoCondensed-Regular.eot?#iefix') format('embedded-opentype'),
        url('../../files/theme/fonts/RobotoCondensed-Regular.woff2') format('woff2'),
        url('../../files/theme/fonts/RobotoCondensed-Regular.woff') format('woff'),
        url('../../files/theme/fonts/RobotoCondensed-Regular.ttf') format('truetype'),
        url('../../files/theme/fonts/RobotoCondensed-Regular.svg#RobotoCondensed-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'CHAWP';
	src: url('../../files/theme/fonts/CHAWP.eot');
	src: url('../../files/theme/fonts/CHAWP.eot?#iefix') format('embedded-opentype'),
		url('../../files/theme/fonts/CHAWP.woff2') format('woff2'),
		url('../../files/theme/fonts/CHAWP.woff') format('woff'),
		url('../../files/theme/fonts/CHAWP.ttf') format('truetype'),
		url('../../files/theme/fonts/CHAWP.svg#CHAWP') format('svg');
	font-weight: normal;
	font-style: normal;
}


/* Grundgeruest */
html {
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}

body {
	color:#5f605a;
	background:#f8f8f8;
	font-size:16px;
	font-family: 'Roboto Condensed', 'Arial', sans-serif;
	line-height:155%;
	padding:0px;
	margin:0px;
    position: relative;
    width: 100%;
	min-height:100%;
	height:100% !important;
	overflow-y:scroll !important;
	-webkit-text-size-adjust:none;
}

.startseite #wrapper {
	background: url(../../files/theme/images/bg-body.jpg) center no-repeat;
	background-attachment: fixed !important;
	background-size: cover !important;
	position: relative;
}

body::before {
	content:'';
	position: fixed;
	left:0px;
	top:0px;
	bottom:0px;
	background:#fff;
	width:20px;
	z-index: 100;
}
body::after {
	content:'';
	position: fixed;
	right:0px;
	top:0px;
	bottom:0px;
	background:#fff;
	width:20px;
	z-index: 100;
}
@media only screen and (min-width : 500px) {
	body::before {
		width:40px;
	}
	body::after {
		width:40px;
	}
}


header .inside, #container .inside .mod_article, header .mod_article, .titelslider .inside, #topheader .inside {
	position:relative;
	z-index:20;
	margin:0px auto;
}

/* HEADER */

header {
	position:relative;
	z-index:100;
	width:100%;
	max-width:100%;
	background:#fff;
	padding:0 20px;
}


@media only screen and (min-width : 500px) {
	header {
		padding:0 40px;
	}
}

header .inside {
	padding:15px 0px;
}

header .logo {
	padding:0px 0 0 0;
	margin-bottom:0px;
	float:left;
}

.logo a {
	display:block;
}


header .logo img {
	display:block;
	width:100%;
	border:none;
	
}

/* Navigation */

/* Ebene 1 */

.navi {
	float:right;
}

.navi ul li {
	position:relative;
	display: none;
	float: left;
}

.navi ul {
	margin:0;
	display: none;
	list-style:none;
	padding:30px 0 0 0;
}

.navi ul li {
	display: inline-block;
	margin-left:1px;
	position:relative;
	margin:0 5px;
}

.navi ul li a, .navi ul li strong {
	display:block;
	padding:0px 0px 3px 0px;
	color:#5f605a;
	font-size:16px;
	position: relative;
	font-family: 'Roboto Condensed', 'Arial', sans-serif;
}


.navi ul li a.trail, .navi ul li a.active, .navi ul li a:hover, .navi ul li:hover a, .navi ul li strong.trail, .navi ul li strong.active, .navi ul li strong:hover, .navi ul li:hover strong  {
	color:#eb5e1d;
	font-weight:bold;
	border-bottom:3px solid #eb5e1d;
}






/* Ebene 2 */
.navi ul li ul {
	display:none;
	position:absolute;
	top:28px;
	left:0px;
	background:rgba(255,255,255,1.0);
	padding:20px 0 0 0;
	min-width:100%;
}

.navi ul li:hover ul {
	display:block;
}


.navi ul li ul li {
	float:none;
	margin:0 15px;
	display: block;
}

.navi ul li ul li a, .navi ul li:hover ul li a, .navi ul li ul li strong, .navi ul li:hover ul li strong  {
	padding:10px 0px 10px 0px;
	text-transform:none;
	white-space:nowrap;
	background:none;
	color:#5f605a;
	font-weight:normal;
	display: block;
	border-bottom:1px dotted #DBDBDB;
}
.navi ul li ul li a.last, .navi ul li ul li strong.last {
	border-bottom:none !important;
}


.navi ul li ul li a.trail, .navi ul li ul li a.active, .navi ul li ul li a:hover, .navi ul li:hover ul li:hover a, .navi ul li ul li strong.trail, .navi ul li ul li strong.active, .navi ul li ul li strong:hover, .navi ul li:hover ul li:hover strong {
	color:#eb5e1d;
}


/* Ebene 3 */

.navi ul li ul li ul {
	display:none;
	position:absolute;
	top:-10px;
	left:100%;
	background:rgba(219,219,212,0.90);
	padding:10px 0;
	width:auto !important;
}

.navi ul li:hover ul li ul {
	display:none;
}


.navi ul li ul li:hover ul {
	display:block;
}

.navi ul li ul li ul li {
	float:none;
	margin-left:0;
}

.navi ul li ul li ul li a, .navi ul li:hover ul li:hover ul li a, .navi ul li ul li:hover ul li a, .navi ul li ul li ul li strong, .navi ul li:hover ul li:hover ul li strong, .navi ul li ul li:hover ul li strong  {
	padding:10px 10px 10px 10px;
	text-transform:none;
	white-space:nowrap;
	background:none;
}

.navi ul li ul li ul li a.trail, .navi ul li ul li ul li a.active, .navi ul li ul li ul li a:hover, .navi ul li ul li:hover ul li:hover a, .navi ul li ul li ul li strong.trail, .navi ul li ul li ul li strong.active, .navi ul li ul li ul li strong:hover, .navi ul li ul li:hover ul li:hover strong {
	color:#eb5e1d;
}


/* Ebene 4 */

.navi ul li ul li ul li ul {
	display:none;
	background:rgba(199,199,192,0.90);
}

.navi ul li:hover ul li ul li ul {
	display:none;
}


.navi ul li ul li ul li:hover  ul{
	display:block;
}

.navi ul li ul li ul li ul li {
	float:none;
	margin-left:0;
}

.navi ul li ul li:hover ul li:hover ul li a, .navi ul li ul li:hover ul li:hover ul li strong {
	padding:10px 10px 10px 10px;
	text-transform:none;
	white-space:nowrap;
	border-left:1px solid rgba(199,199,192,0.90) !important;
	background:none;
}

.navi ul li ul li:hover ul li:hover ul li a.trail, .navi ul li ul li:hover ul li:hover ul li a.active, .navi ul li ul li:hover ul li:hover ul li a:hover, .navi ul li ul li:hover ul li:hover ul li:hover a, .navi ul li ul li:hover ul li:hover ul li strong.trail, .navi ul li ul li:hover ul li:hover ul li strong.active, .navi ul li ul li:hover ul li:hover ul li strong:hover, .navi ul li ul li:hover ul li:hover ul li:hover strong {
	border-bottom:0px;
	border-left:1px solid #ac9979 !important;
}

#mobil-nav ul li.nodesk .mm-next {
	display:none;
}

#mobil-nav .nodeskunder {
	display:none;
}

.mm-title {
	display:none;
}

#mobil-nav {
	box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
}

html.mm-front .mm-menu.mm-offcanvas {
	z-index:120 !important;
}

.button_menu {
	background:url(../../files/theme/images/mobilnav.png) no-repeat;
	width:33px;
	height:33px;
	float:right;
	margin-top:15px;
	margin-bottom:0px;
}

@media only screen and (min-width : 960px) {
	.navi ul {
		display: block;
		position: static;
	}
	
	.navi ul li {
		display: block;
	}
	
	.button_menu {
		display:none;
	}

}




button {
  display: inline-block;
  margin: 0;
  border: none;
  background: none;
}
button span {
  display: block;
}



/* CONTENT */


.all #container::after {
	content:'';
	width:100%;
	height:777px;
	position: fixed;
	bottom:0px;
	right:0px;
	z-index:0;
	background: url(../../files/theme/images/bg-container.png) right bottom no-repeat;
}

#container .inside .mod_article {
	position:relative;
	z-index:0;
	padding:5% 11% 80px 11%;
}

.all #main {
	position: relative;
	z-index:10;
}

@media only screen and (min-width : 700px) {
	#container .inside .mod_article {
		padding:5% 7% 80px 7%;
	}

}

.float_left {
	float:left;
}

.float_right {
	float:right;
}


h1 {
	color:#eb5e1d;
	font-size:20px;
	margin:0px 0 25px 0;
	position:relative;
	line-height:150%;
	padding:1px 0px 4px 0;
	font-weight:bold;
	display:block;
	border-bottom:1px solid #e3e3e3;
}

h1 span{
	color:#eb5e1d;
	font-size:20px;
	position:relative;
	line-height:150%;
	padding:1px 0px 5px 0;
	font-weight:bold;
	border-bottom:3px solid #eb5e1d;
}




h2 {
	color:#eb5e1d;
	font-size:18px;
	margin:25px 0 30px 0;
	position:relative;
	line-height:150%;
	padding-bottom:0px;
	font-weight:bold;
	text-align:left;
}

h3 {
	color:#eb5e1d;
	font-size:17px;
	margin:0px 0 0px 0px;
	padding:0px 0 0px 0px;
	font-weight:bold;
	line-height:120%;
	position:relative;
	z-index:10;
	display:inline;
}

h4 {
	color:#eb5e1d;
	font-size:16px;
	margin:45px 0 20px 0px;
	padding:0px 0 0px 0px;
	font-weight:bold;
	line-height:120%;
	position:relative;
	z-index:10;
}

h5 {
	font-weight:bold;
	font-size:16px;
	color:#5f605a;
	margin:0px;
	text-align: left;
}


h6 {
	font-weight:bold;
	font-size:16px;
	color:#5f605a;
	width:100%;
	text-align: left;
}

@media only screen and (min-width : 560px) {
	h6 {
		width:60%;
	}	
}



.ce_youtube video {
	width:100%;
}

#container ul {
	margin:20px 0;
	padding:0px;
	list-style:none;
}

#container ul li {
	background: url(../../files/theme/images/li.png) 0 8px no-repeat;
	padding-left:30px;
	margin-bottom:5px;
}

figure {
	margin:0px;
	position:relative;
}

a {
	color:#eb5e1d;
	text-decoration:none;
}

a:hover {
	color:#c4480f;
}


.ce_form {
	margin-top:20px;
	padding:20px;
	background:#e3e3e3;
	
}


form {
	padding:0 0px;
}

form div {
	width:100%;
	margin-bottom:5px;
}

fieldset {
	padding:20px;
}



fieldset p {
	margin:0px;
}

form label {
	width:100%;
	display:block;
	text-align:left;
	padding:5px 0;
	font-size:16px;
}

form input, form textarea, form select {
	width:100%;
	display:block;
	font-family: 'Roboto Condensed', 'Arial', sans-serif;
	font-size:16px;
	font-weight: 300;
	padding: 7px;
	background:#fff;
	border-radius:5px;
	border:none;
}



.submit_container {
	float:right;
}

form .submit {
	background: #eb5e1d;
	padding: 10px 40px;
	margin-top:10px;
	text-align: center;
	color: #fff;
	font-family: 'Arial', sans-serif;
	border: 0px;
	font-size:16px;
	border-radius:5px;
	cursor: pointer;
}



form .submit:hover {
	background:#c4480f;
	color:#fff;
	transition: all 0.2s linear;
}


form .checkbox_container {
	border:none;
	padding:0px;
}

form .checkbox_container input {
	float:left;
	width:10px;
	margin-top:10px;
	margin-right:10px;
}

form .checkbox_container label {
	float:left;
	width:80%;
}

	form .datenschutz {
		font-size:16px;
	}

.formbody > fieldset {
	background:#e3e3e3;
	border:none;
	margin-bottom:20px;
}

.formbody > fieldset legend {
	background:#eb5e1d;
	padding:7px 20px;
	color:#fff;
	font-weight:bold;
	display: inline-block;
}

.formbody > fieldset .widget-checkbox span {
	width:100%;
	display: inline-block;
}

.formbody > fieldset .widget-checkbox fieldset {
	margin-left:0px;
}

.formbody > fieldset > fieldset.topc {
	border:none;
	border-top:1px solid #fff;
	padding:10px 0 0 0px;
}


.formbody > fieldset > fieldset.bottomc {
	border:none;
	border-top:none;
	border-bottom:1px solid #fff;
	padding:0px 0 10px 0px;
	margin-bottom:10px;
}


.formbody > fieldset .widget-checkbox .fullcheck span {width:100%;}

@media only screen and (min-width :460px) {
	.formbody > fieldset .widget-checkbox span {
		width:48%;
	}
}


@media only screen and (min-width :880px) {
	.formbody > fieldset .widget-checkbox span {
		width:33%;
	}
}

@media only screen and (min-width :1145px) {
	.formbody > fieldset .widget-checkbox span {
		width:24%;
	}
}


@media only screen and (min-width : 500px) {

	form label {
		width:30%;
		float:left;
	}

	form input, form textarea, form select {
		width:69%;
		float:left;
	}

	form .datenschutz, form .submit {
		margin-left:30%;
	}
	form .datenschutz {
		width: auto;
	}
form .checkbox_container {
	margin-left:30%;
}

	
}

form input[type="radio"] {
	width:10px;
	margin-right:10px;
	padding-top:5px;
	
}


@media only screen and (min-width : 500px) {
	.datenschutztext {
		margin-left:30%;
		width:70%;
	}
	
	form .button {
		margin-left:30%;
	}
}


/* Box */

.ce_sliderStart {
	margin-top:20px;
}

.slider-control {
	position:relative;
	background:#eb5e1d;
	border-radius:0px 0px 5px 5px;
	padding:20px;
}

.slider-control .slider-prev {
	left:20px;
}

.slider-control .slider-next {
	right:20px;
}

.slider-control a, .slider-control .slider-menu {
	top:8px;
	color:#fff;
}

.slider-control .slider-menu b.active {
	color:#fff;
}

.slider-control .slider-menu b {
	color:#ECB79E;
}

.content-slider {
	border:1px solid #D9D9D9;
	border-radius:5px 5px 0 0;
	
}

.slider-wrapper > div {
	padding:20px;
}


.tc {
	text-align:center;
	width:85%;
	margin:0 auto;
}



#container .cols_3 {
	margin:0px;
	padding:0px;
	list-style:none;
}

.cols_3 li {
	float:left;
	width:33%;
}

.cols_4 li {
	float:left;
	width:25%;
}

.cols_2 li {
	float:left;
	width:50%;
}

.ce_youtube iframe {
	width:100%;
	border:0px;
}


#container .ui-tabs-nav {
	margin:25px 0 0px 0;
	padding:0px;
	list-style:none;
}

.ui-tabs-nav li {
	float:left;
}


.ui-tabs-nav li a {
	background:#e7e6e4;
	color:#8a827f;
	padding:5px 10px;
	display:block;
	font-size:14px;
	border-top:3px solid transparent;
}

.ui-tabs-nav li a:hover, .ui-tabs-nav li.ui-tabs-active a {
	border-top:3px solid #ac9979;
	color:#8a827f;
}

.ui-tabs-panel {
	padding:10px;
	border:1px solid #e7e6e4;
}



.sliderbox .text {
	position:static;
}

.sliderbox .text {
	background:#ac9979;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:20px;
	padding-right:20px;
}

.sliderbox .text h3 {
	font-size:16px;
	color:#fff;
}


@media only screen and (min-width : 768px) {
.sliderbox .text {
	position:absolute;
	bottom:30px;
	right:0px;
	background:rgba(139,191,46,0.8);
	padding-top:20px;
	padding-bottom:20px;
	padding-left:30px;
	padding-right:30px;
	z-index:100;
}

.sliderbox .text h3 {
	font-size:30px;
	color:#fff;
}

.sliderbox .text p {
	font-size:25px;
	line-height:140%;
	text-shadow:0px 0px 18px #fff;
}
}

.slider .slides {
	position:relative;
}


.flex-control-nav {
    bottom: 55px;
    clear: left;
    float: left;
    left: 30px;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    z-index: 50;
}
@media only screen and (min-width : 768px) {
	.flex-control-nav {
		bottom: 25px;
		left: 30px;
	}	
}

.flex-control-nav li {
    display: block;
    float: left;
    list-style: outside none none;
    margin: 0 2px;
    padding: 0;
    position: relative;
}
.flex-control-nav a {
    background: rgba(255,255,255,0.8);
    display: block;
    float: left;
    height: 14px;
    padding: 0;
    text-decoration: none;
    text-indent: -999em;
    width: 14px;
	cursor:pointer;
}
.flex-control-nav a.flex-active {
        background:rgba(139,191,46,0.8);
}
.flex-control-nav a:focus {
    outline: none;
}



.line {
	height:3px;
	border-top:1px solid #d1d1d1;
	border-bottom:1px solid #d1d1d1;
	margin:20px 0;

}



/* Content-Slider Controll */


.ce_player video {
	width:100% !important;
	height:auto;
}

.hr {
	margin:30px 0;
	border-top:1px solid #E3E3E3;
	border-bottom:1px solid #ffffff;
	width:100%;
	height:1px;
}

.dlh_googlemap {
	width:100%;
	height:400px;
}


/* Tabelle */
.ce_table {
	overflow-x: auto;
	width:100%;
}

table {
	border-collapse:collapse;
	margin:20px 0;
	width:100%;
}

table tr th, table tr td {
	padding:10px;
	border:1px solid #d9d9d9;
	text-align: left;
}


table tr th {
	font-weight:normal;
}

table tr th[scope=row], .table-font-bold {
	vertical-align:top;
	width:20%;
	background:#efefef;
	font-weight:bold;
}

table thead th {
	color:#333333 !important;
	background:#efefef;
	font-weight:bold;
	border-right:none !important;
}

table tfoot td {
	border-right:none !important;
	background:#828282;
	color:#fff;
}

table tr td {
	vertical-align:top;
}




.ui-accordion-header {
	background:#e3e3e3;
	padding:10px 40px 10px 20px;
	margin-top:10px;
	margin-bottom:0px;
	color:#333333;
	font-weight:700;
	border-radius:5px;
	cursor:pointer;
	position:relative;
}

.ui-icon-triangle-1-s {
	background:#EDEDED url(../../files/theme/images/minus.png) center no-repeat;
	position:absolute;
	right:10px;
	top:50%;
	margin-top:-10px;
	width:21px;
	height:21px;
	border-radius:50%;
}
.ui-icon-triangle-1-e {
	background:#EDEDED url(../../files/theme/images/plus.png) center no-repeat;
	position:absolute;
	right:10px;
	top:50%;
	margin-top:-10px;
	width:21px;
	height:21px;
	border-radius:50%;
}

.ui-accordion-content {
	padding:20px 20px 10px 20px;
	/*border:1px solid #f0f0f0;*/
	border:1px solid #dce2e6;
	border-radius:0px 0px 5px 5px;
	margin-top:-5px;
}



.ce_youtube video, .mejs__container, .mejs__layer {
	width:100% !important;
}


.image_container.float_right {
	margin-right:0;
	width:auto;
}

.image_container.float_left {
	margin-right:0;
	width:auto;
}

@media only screen and (min-width : 650px) {
.image_container.float_right {
	margin-left:5%;
	width:30%;
}

.image_container.float_left {
	margin-right:5%;
	width:30%;
}

.float_left {
	float:left;
}

.float_right {
	float:right;
}
}




/* Gallerie */
.ce_gallery {
	margin-top:16px;
}

.ce_gallery img {
	display:block;
	width:100%;
}

.cols_12 li {float:left; width:8.33%;}
.cols_11 li {float:left; width:9.09%;}
.cols_10 li {float:left; width:10%;}
.cols_9 li {float:left; width:11.11%;}
.cols_8 li {float:left; width:12.5%;}
.cols_7 li {float:left; width:14.286%;}
.cols_6 li {float:left; width:16.66%;}
.cols_5 li {float:left; width:20%;}
.cols_4 li {float:left; width:25%;}
.cols_3 li {float:left; width:33%;}
.cols_2 li {float:left; width:50%;}
.cols_1 li {float:none; width:100%;}

#container .cols_1 li, 
#container .cols_2 li, 
#container .cols_3 li, 
#container .cols_4 li,
#container .cols_5 li,
#container .cols_6 li,
#container .cols_7 li,
#container .cols_8 li,
#container .cols_9 li,
#container .cols_10 li,
#container .cols_11 li,
#container .cols_12 li {
	background:none;
}

.ce_gallery li {
	margin-bottom:13px;
	padding:0 2% 0 0px !important;
}

.ce_gallery .image_container img{
	max-width:100% !important;
}


#container .image_container {
	margin-bottom:10px;
}

.image_container img {
	max-width:100%;
	width:100%;
	margin:0 auto;
	text-align: center;
}


.image_container a {
	display: inline-block;
	margin:0 auto;
	text-align: center;
}

.caption {
	text-align:center;
	color:#393939;
	padding-top:10px;
	padding-bottom:5px;
	font-size:12px;
	min-height: 100px;
	
	-ms-hyphens: auto;
    -webkit-hyphens: auto;
	-moz-hyphens: auto;
	-o-hyphens: auto;
    hyphens: auto;
}

.textce {
	width:65%;
	float:left;
}

@media only screen and (max-width : 950px) {
	.cols_12 li, .cols_11 li {width:10%;}
}

@media only screen and (max-width : 850px) {
	.cols_12 li, .cols_11 li, .cols_10 li, .cols_9 li { width:12.5%;}
}

@media only screen and (max-width : 750px) {
	.cols_12 li, .cols_11 li, .cols_10 li, .cols_9 li, .cols_8 li, .cols_7 li, .cols_6 li {width:20%;}
}

@media only screen and (max-width : 650px) {
	.cols_12 li, .cols_11 li, .cols_10 li, .cols_9 li, .cols_8 li, .cols_7 li, .cols_6 li, .cols_5 li {width:25%;}
}

@media only screen and (max-width : 550px) {
	.cols_12 li, .cols_11 li, .cols_10 li, .cols_9 li, .cols_8 li, .cols_7 li, .cols_6 li, .cols_5 li, .cols_4 li {width:33%;}
}

@media only screen and (max-width : 450px) {
	.cols_12 li, .cols_11 li, .cols_10 li, .cols_9 li, .cols_8 li, .cols_7 li, .cols_6 li, .cols_5 li, .cols_4 li, .cols_3 li {width:50%;}
}

@media only screen and (max-width : 350px) {
	.cols_12 li, .cols_11 li, .cols_10 li, .cols_9 li, .cols_8 li, .cols_7 li, .cols_6 li, .cols_5 li, .cols_4 li, .cols_3 li, .cols_2 li {width:100%;}
}

.downloadliste {
	margin:15px 0;
}

.downloadliste > div{
	margin-bottom:2px;
}

.downloadliste .tbox {
	float:left;
	width:100%;
	background:#e3e3e3;
	border:1px solid #D9D9D9;
	padding:20px;
	font-weight: bold;
}

.downloadliste .lbox {
	float:left;
	width:100%;
	border:1px solid #ebe8e8;
	padding:20px;
}

@media only screen and (min-width : 599px) {
.downloadliste .tbox {
	width:50%;
}

.downloadliste .lbox {
	width:50%;
}
	
}

@media only screen and (min-width : 1000px) {
.downloadliste .tbox {
	width:40%;
}

.downloadliste .lbox {
	width:60%;
}
	
}


#gmeg_map_canvas {

    width: 100%;
    height: 400px;

}

.bereichsbox {
	text-align: center;
}

.col_5 {
	display: inline-block;
	margin:0 0 40px 0;
	width:100%;
	background:rgba(247,230,222,0.6);
	border:2px solid #fff;
	vertical-align: top;
	position: relative;
}

@media only screen and (min-width : 545px) {
	.col_5 {
		margin:0 1% 40px 1%;
		width:47%;
	}
}

@media only screen and (min-width : 860px) {
	.col_5 {
		margin:0 1% 40px 1%;
		width:30%;
	}
}


@media only screen and (min-width : 1160px) {
	.col_5 {
		margin:0 1% 40px 1%;
		width:22%;
	}
}

@media only screen and (min-width : 1490px) {
	.col_5 {
		width:17%;
	}
}


.col_5 .inner {
	padding:20px 20px 50px 20px;
}


.inner .text {
	text-align:left;
}

.col_5 a {
	background:#eb5e1d url(../../files/theme/images/pfeil.png) 20px center no-repeat;
	padding:10px 20px 10px 60px;
	color:#fff;
	border-radius:3px;
	position:absolute;
	display: inline-block;
	bottom:-23px;
	left:20px;
	right:20px;
	font-weight:bold;
	text-align:left;
}

.col_5 a:hover {
	background:#c4480f url(../../files/theme/images/pfeil.png) 20px center no-repeat;
}

.col_5 .headline {
	font-size:20px;
	color:#eb5e1d;
	font-weight:bold;
}

.aktuellesbox {
	background: url(../../files/theme/images/bg-aktuelles.jpg) center no-repeat;
	background-size: cover !important;
	color:#fff;
	border: 2px solid #fff;
	margin:0px 3% 20px 3%;
	min-height:170px;
	position: relative;
}

.aktuellesbox .inner {
	padding:20px 30px 10px 30px;
}


.aktuellesbox .headline {
	font-family: 'CHAWP';
	font-size:20px;
}

.aktuellesbox .boximg {
	position: static;
	height:250px;
	background-size: cover !important;
	width:100%;
}

.aktuellesbox .headline span {
	display: inline-block;
	padding-bottom:8px;
	border-bottom: 3px solid #fff;
}

@media only screen and (min-width : 560px) {
	.aktuellesbox .boximg {
		position: absolute;
		top:0px;
		bottom:0px;
		right:0px;
		height:auto;
		background-size: cover !important;
		width:35%;
	}
	.aktuellesbox .inner {
		padding:20px 40% 10px 30px;
	}
}

@media only screen and (min-width : 860px) {
	.aktuellesbox .boximg {
		width:25%;
	}
	.aktuellesbox .inner {
		padding:20px 30% 10px 30px;
	}
}


.infobox {
	border-left:5px solid #eb5e1d;
	border-top:1px solid #e3e3e3;
	border-bottom:1px solid #e3e3e3;
	border-right:1px solid #e3e3e3;
	padding:0 30px;
	background:rgba(210,210,210,0.3);
	margin:25px 0;
}

.infobox h3 {
	padding-top:20px;
	display: block;
}


/* FOOTER */

footer {
	position:fixed;
	bottom:0px;
	left:0px;
	right:0px;
	padding:10px 20px 10px 20px;
	z-index:10;
	background:#fff;
}


@media only screen and (min-width : 500px) {
	footer {
		padding:10px 40px;
	}
}


footer ul {
	padding:0;
	margin:0px 0 0 0;
	list-style:none;
	text-align:center;
}


footer ul li {
	display: inline-block;
	margin-left:0px;
	position:relative;
}

footer ul li a, footer ul li strong {
	color:#999998;
	font-size:14px;
	padding:0 5px;
}

footer ul li a:hover, footer ul li strong.active {
	color:#eb5e1d;
	font-weight:normal;
}




.tabs {
	display:inline-block;
	width:80px;
	font-weight:bold;
}



/* Contao - Standard */

.invisible {
	display:none;
}


img {
	border:none;
	max-width:100%;
	height:auto;
	vertical-align:middle;
}

figure {
	max-width:100%;
	margin-bottom:10px;
}



/* Floats ohne zusaetzliches Element aufheben */
.clearfix:after, .widget:after, .tableless:after, .mod_article:after, .inside:after, .custom:after, .greyboxr:after, .ce_gallery:after, .ui-tabs-panel:after  {
	content: "";
	visibility: hidden;
	display: block;
	clear: both;
	height: 0;
}
.clearfix, .widget, .mod_article, .inside, .custom, .greybox, .ce_gallery, .ui-tabs-panel { 
	display: inline-block; 
}
/* Hides from IE-mac \*/
* html .clearfix, * html .widget, * html .tableless, * html .mod_article, * html .inside , * html .custom, * html .greybox, * html .ce_gallery, * html .ui-tabs-panel { 
	height: 1%; 
}
.clearfix, .widget, .mod_article, .inside, .custom, .greybox, .ce_gallery, .ui-tabs-panel  { 
	display: block; 
}


@-ms-viewport{width:device-width}

#cboxTitle, #cboxCurrent {
	display:none !important;
}









/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
	max-width: none !important;
	max-height: none !important;
	}

.leaflet-container.leaflet-touch-zoom {
	-ms-touch-action: pan-x pan-y;
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	-ms-touch-action: pinch-zoom;
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	-ms-touch-action: none;
	touch-action: none;
}
.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	z-index: 800;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-tile {
	will-change: opacity;
	}
.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	   -moz-transition: opacity 0.2s linear;
	        transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	-webkit-transform-origin: 0 0;
	    -ms-transform-origin: 0 0;
	        transform-origin: 0 0;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	will-change: transform;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
	   -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
	        transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	-webkit-transition: none;
	   -moz-transition: none;
	        transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor: -webkit-grab;
	cursor:    -moz-grab;
	cursor:         grab;
	}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:    -moz-grabbing;
	cursor:         grabbing;
	}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline: 0;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-container a.leaflet-active {
	outline: 2px solid orange;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a,
.leaflet-bar a:hover {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}
.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}
.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 22px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url(../../files/theme/images/layers.png);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(../../files/theme/images/layers-2x.png);
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

/* Default icon URLs */
.leaflet-default-icon-path {
	background-image: url(../../files/theme/images/marker-icon.png);
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover {
	text-decoration: underline;
	}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
	font-size: 11px;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;

	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 19px;
	line-height: 1.4;
	}
.leaflet-popup-content p {
	margin: 18px 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;

	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 4px 4px 0 0;
	border: none;
	text-align: center;
	width: 18px;
	height: 14px;
	font: 16px/14px Tahoma, Verdana, sans-serif;
	color: #c3c3c3;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover {
	color: #999;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}
.leaflet-oldie .leaflet-popup-tip-container {
	margin-top: -1px;
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}


/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-clickable {
	cursor: pointer;
	pointer-events: auto;
	}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 6px;
}
.leaflet-tooltip-top {
	margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}
.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
	margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}

.cc-window{opacity:1;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{transition:transform 1s ease}.cc-animate.cc-revoke.cc-top{transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke.cc-active.cc-top,.cc-revoke:hover{transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;transition:max-height 1s}
.cc-link,.cc-revoke:hover{text-decoration:underline}.cc-revoke,.cc-window{position:relative;overflow:hidden;box-sizing:border-box;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:13px;line-height:1.5em;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:9999}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner{padding:1em 1.8em;width:100%;-ms-flex-direction:row;flex-direction:row}.cc-revoke{padding:.5em}.cc-header{font-size:13px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;display:inline-block;padding:.2em}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}.cc-banner .cc-btn:last-child{min-width:140px}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}.cc-window.cc-floating .cc-compliance{-ms-flex:1;flex:1}.cc-window.cc-banner{-ms-flex-align:center;align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{-ms-flex:1;flex:1}.cc-compliance{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}.cc-compliance>.cc-btn{-ms-flex:1;flex:1}.cc-btn+.cc-btn{margin-left:.5em}
@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner .cc-compliance{-ms-flex:1;flex:1}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{-ms-flex-align:unset;align-items:unset}}
.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-ms-flex:none;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em 2em 1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}

