@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}
.justify-items-start{justify-items:start}.justify-items-center{justify-items:center}.justify-items-end{justify-items:end}.content-start{align-content:start}.content-center{align-content:center}.content-end{align-content:end}.items-start{align-items:start}.items-center{align-items:center}.items-end{align-items:end}[class*=grid_]{display:grid;grid-gap:1rem}[class*=grid_]>.block{margin-bottom:0}@media(min-width: 576px){.grid_mobile_100{grid-template-columns:1fr}.grid_mobile_50_50{grid-template-columns:repeat(2, 1fr)}.grid_mobile_33_33_33{grid-template-columns:repeat(3, 1fr)}.grid_mobile_25_25_25_25{grid-template-columns:repeat(4, 1fr)}.grid_mobile_75_25{grid-template-columns:3fr 1fr}.grid_mobile_25_75{grid-template-columns:1fr 3fr}.grid_mobile_66_33{grid-template-columns:2fr 1fr}.grid_mobile_33_66{grid-template-columns:1fr 2fr}.grid_mobile_50_25_25{grid-template-columns:2fr 1fr 1fr}.grid_mobile_25_50_25{grid-template-columns:1fr 2fr 1fr}.grid_mobile_25_25_50{grid-template-columns:1fr 1fr 2fr}.grid_mobile_40_30_30{grid-template-columns:4fr 3fr 3fr}.grid_mobile_30_40_30{grid-template-columns:3fr 4fr 3fr}.grid_mobile_30_30_40{grid-template-columns:3fr 3fr 4fr}}@media(min-width: 768px){.grid_tablet_100{grid-template-columns:1fr}.grid_tablet_50_50{grid-template-columns:repeat(2, 1fr)}.grid_tablet_33_33_33{grid-template-columns:repeat(3, 1fr)}.grid_tablet_25_25_25_25{grid-template-columns:repeat(4, 1fr)}.grid_tablet_75_25{grid-template-columns:3fr 1fr}.grid_tablet_25_75{grid-template-columns:1fr 3fr}.grid_tablet_66_33{grid-template-columns:2fr 1fr}.grid_tablet_33_66{grid-template-columns:1fr 2fr}.grid_tablet_50_25_25{grid-template-columns:2fr 1fr 1fr}.grid_tablet_25_50_25{grid-template-columns:1fr 2fr 1fr}.grid_tablet_25_25_50{grid-template-columns:1fr 1fr 2fr}.grid_tablet_40_30_30{grid-template-columns:4fr 3fr 3fr}.grid_tablet_30_40_30{grid-template-columns:3fr 4fr 3fr}.grid_tablet_30_30_40{grid-template-columns:3fr 3fr 4fr}.grid_tablet_20_40_40{grid-template-columns:1fr 2fr 2fr}.grid_tablet_40_20_40{grid-template-columns:2fr 1fr 2fr}.grid_tablet_40_40_20{grid-template-columns:2fr 2fr 1fr}}@media(min-width: 992px){.grid_desktop_100{grid-template-columns:1fr}.grid_desktop_50_50{grid-template-columns:repeat(2, 1fr)}.grid_desktop_50_25_25{grid-template-columns:2fr 1fr 1fr}.grid_desktop_33_33_33{grid-template-columns:repeat(3, 1fr)}.grid_desktop_75_25{grid-template-columns:3fr 1fr}.grid_desktop_25_75{grid-template-columns:1fr 3fr}.grid_desktop_66_33{grid-template-columns:2fr 1fr}.grid_desktop_33_66{grid-template-columns:1fr 2fr}.grid_desktop_50_25_25{grid-template-columns:2fr 1fr 1fr}.grid_desktop_40_30_30{grid-template-columns:4fr 3fr 3fr}.grid_desktop_50_25_25{grid-template-columns:2fr 1fr 1fr}.grid_desktop_25_50_25{grid-template-columns:1fr 2fr 1fr}.grid_desktop_25_25_50{grid-template-columns:1fr 1fr 2fr}.grid_desktop_40_30_30{grid-template-columns:4fr 3fr 3fr}.grid_desktop_30_40_30{grid-template-columns:3fr 4fr 3fr}.grid_desktop_30_30_40{grid-template-columns:3fr 3fr 4fr}.grid_desktop_20_40_40{grid-template-columns:1fr 2fr 2fr}.grid_desktop_40_20_40{grid-template-columns:2fr 1fr 2fr}.grid_desktop_40_40_20{grid-template-columns:2fr 2fr 1fr}.grid_desktop_25_25_25_25{grid-template-columns:repeat(4, 1fr)}.grid_desktop_40_20_20_20{grid-template-columns:2fr 1fr 1fr 1fr}.grid_desktop_20_40_20_20{grid-template-columns:1fr 2fr 1fr 1fr}.grid_desktop_20_20_40_20{grid-template-columns:1fr 1fr 2fr 1fr}.grid_desktop_20_20_20_40{grid-template-columns:1fr 1fr 1fr 2fr}.grid_desktop_20_20_20_20_20{grid-template-columns:repeat(5, 1fr)}}

.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";
/******************************************************************
Site Name: TuS 1882 Opladen Theme
Author: ecco marketing service GmbH
Stylesheet: Main Stylesheet
******************************************************************/
/*Auskommentiert sind folgende Susys:*/
/*
@include full
@include gallery
@include span
@include container
gutter()
*/
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.invisible, .ce_form .widget-radio .radio_container > span input, .ce_form .widget-checkbox .checkbox_container > span input,
.invisibleAccessible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
}

a[href*="#skip"].invisible:focus {
  display: inline-block !important;
  color: #000 !important;
  clip: auto !important;
  outline: 2px dotted #909 !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  position: relative !important;
  background-color: #fff;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

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

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: 2px dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

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

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/******************************************************************
CUSTOMIZED RESET VALUES
I added these extra styles as a more personalized reset. Feel free
to remove them if you like or add your own. If you want to update
the normalize styles, make sure to edit from this point up.
******************************************************************/
b, strong, .strong {
  font-weight: bold;
}

dfn, em, .em {
  font-style: italic;
}

small, .small {
  font-size: 75%;
}

ul, ol {
  padding: 0;
  list-style-type: none;
}

dd {
  margin: 0;
}

.sidebar ul,
.sidebar ol,
.commentlist {
  list-style: none;
}

@font-face {
  font-family: "icons";
  src: url("/files/theme/css/fonts/tus82-icons.eot?59830386");
  src: url("/files/theme/css/fonts/tus82-icons.eot?59830386#iefix") format("embedded-opentype"), url("/files/theme/css/fonts/tus82-icons.woff?59830386") format("woff"), url("/files/theme/css/fonts/tus82-icons.ttf?59830386") format("truetype"), url("/files/theme/css/fonts/tus82-icons.svg?59830386#tus82-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'icons';
		src: url('../../files/theme/css/fonts/tus82-icons.svg?59830386#tus82-icons') format('svg');
	}
}
*/
/* open-sans-italic - latin */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  src: url("/files/theme/css/fonts/open-sans-v15-latin-italic.eot"); /* IE9 Compat Modes */
  src: local("Open Sans Italic"), local("OpenSans-Italic"), url("/files/theme/css/fonts/open-sans-v15-latin-italic.eot?#iefix") format("embedded-opentype"), url("/files/theme/css/fonts/open-sans-v15-latin-italic.woff2") format("woff2"), url("/files/theme/css/fonts/open-sans-v15-latin-italic.woff") format("woff"), url("/files/theme/css/fonts/open-sans-v15-latin-italic.ttf") format("truetype"), url("/files/theme/css/fonts/open-sans-v15-latin-italic.svg#OpenSans") format("svg"); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("/files/theme/css/fonts/open-sans-v15-latin-regular.eot"); /* IE9 Compat Modes */
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("/files/theme/css/fonts/open-sans-v15-latin-regular.eot?#iefix") format("embedded-opentype"), url("/files/theme/css/fonts/open-sans-v15-latin-regular.woff2") format("woff2"), url("/files/theme/css/fonts/open-sans-v15-latin-regular.woff") format("woff"), url("/files/theme/css/fonts/open-sans-v15-latin-regular.ttf") format("truetype"), url("/files/theme/css/fonts/open-sans-v15-latin-regular.svg#OpenSans") format("svg"); /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: url("/files/theme/css/fonts/open-sans-v15-latin-600.eot"); /* IE9 Compat Modes */
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url("/files/theme/css/fonts/open-sans-v15-latin-600.eot?#iefix") format("embedded-opentype"), url("/files/theme/css/fonts/open-sans-v15-latin-600.woff2") format("woff2"), url("/files/theme/css/fonts/open-sans-v15-latin-600.woff") format("woff"), url("/files/theme/css/fonts/open-sans-v15-latin-600.ttf") format("truetype"), url("/files/theme/css/fonts/open-sans-v15-latin-600.svg#OpenSans") format("svg"); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("/files/theme/css/fonts/open-sans-v15-latin-700.eot"); /* IE9 Compat Modes */
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("/files/theme/css/fonts/open-sans-v15-latin-700.eot?#iefix") format("embedded-opentype"), url("/files/theme/css/fonts/open-sans-v15-latin-700.woff2") format("woff2"), url("/files/theme/css/fonts/open-sans-v15-latin-700.woff") format("woff"), url("/files/theme/css/fonts/open-sans-v15-latin-700.ttf") format("truetype"), url("/files/theme/css/fonts/open-sans-v15-latin-700.svg#OpenSans") format("svg"); /* Legacy iOS */
}
html {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  font-size: 16px;
  font-family: "Open Sans", "Droid sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.5;
  background-color: #fff;
}

h1, .h1 {
  font-size: 32px;
  font-size: 2rem;
  font-family: "Open Sans", "Droid sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #000;
  margin-bottom: 0.5em;
  line-height: 1.2;
}

h2, .h2 {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Open Sans", "Droid sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #000;
  margin-bottom: 0.5em;
  line-height: 1.2;
}

h3, .h3 {
  font-size: 22px;
  font-size: 1.375rem;
  font-family: "Open Sans", "Droid sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #DE0000;
  margin-bottom: 0.5em;
  line-height: 1.2;
}

h4, .h4 {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Open Sans", "Droid sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #DE0000;
  margin-bottom: 0.5em;
  line-height: 1.2;
}

h5, .h5 {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Open Sans", "Droid sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #DE0000;
  margin-bottom: 0.5em;
  line-height: 1.2;
}

h6, .h6 {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Open Sans", "Droid sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #DE0000;
  margin-bottom: 0.5em;
  line-height: 1.2;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  /* removing text decoration from all headline links */
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
  text-decoration: none;
}

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

.float_right {
  float: right;
  margin-left: 1em;
  margin-bottom: 0.5em;
}

.float_left {
  float: left;
  margin-right: 1em;
  margin-bottom: 0.5em;
}

p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  color: #212121;
  margin-bottom: 0.5em;
  margin-top: 0;
}

::-moz-selection {
  background: #DE0000;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #DE0000;
  color: #fff;
  text-shadow: none;
}

a {
  color: #DE0000;
  text-decoration: underline;
}
a:hover, a:focus {
  color: #a4191a;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #190000;
  margin: 1em 0;
  padding: 0;
}

ul, ol {
  margin-left: 24px;
  margin-left: 1.5rem;
}

li {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  color: #212121;
}

nav ul {
  margin-left: 0;
  padding: 0;
}
nav li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 2em;
  text-align: left;
  background-color: #fff;
}

th,
td {
  padding: 0.3em 0.5em;
  color: #212121;
}

thead th {
  background-color: #DE0000;
  color: #fff;
}

td {
  border-bottom: 1px solid #999;
  font-size: 0.8em;
}

tbody tr:nth-child(even) {
  background-color: #dedede;
}
tbody tr:hover {
  background-color: #b3b3b3;
}

.contactform label {
  cursor: pointer;
  display: block;
  font-size: 0.875em;
  line-height: 1.5em;
  margin-bottom: 0;
}
.contactform input,
.contactform textarea {
  font-family: "Open Sans", "Droid sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #FFFFFF;
  border: 1px solid #aaa;
  color: #212121;
  font-size: 1em;
  margin-bottom: 0.5em;
  padding: 0.25em 0.4em;
  width: auto;
}
.contactform textarea {
  overflow: auto;
  width: 100%;
}
.contactform fieldset {
  border: medium none;
  margin: 0;
  padding: 0;
}
.contactform input[type=submit] {
  background-color: #DE0000;
  color: #fff;
  cursor: pointer;
  padding: 0.25em;
  width: auto;
  border-color: #dedede;
}
.contactform .small {
  color: #999999;
  font-size: 0.75em;
}
.contactform .error {
  color: #f00;
}
.contactform .personal > legend {
  display: none;
}
.contactform .personal input {
  width: 100%;
}
.kontakt .ce_form {
  background-color: #ddd;
  padding: 0.5em;
}
.kontakt div.sportangabe {
  margin-top: 1.5em;
}
.kontakt div.sportangabe input {
  width: 100%;
}

.widget-checkbox {
  margin: 1rem 0;
}
.widget-checkbox span:after {
  content: "";
  display: table;
  clear: both;
}
.widget-checkbox .checkbox {
  float: left;
  margin: 0.25em 1em 0 0;
}

.le-header {
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), color-stop(90%, #000000), color-stop(90%, #660000), to(#E81E1E));
  background: linear-gradient(to bottom, #000000 0%, #000000 90%, #660000 90%, #E81E1E 100%); /* W3C */
  z-index: 10;
  position: relative;
  min-height: 8.5rem;
  position: relative;
}
@media screen and (min-width: 48em) {
  .le-header {
    min-height: auto;
  }
}
.le-header .inside {
  max-width: 1440px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 1em;
}
@media screen and (min-width: 90em) {
  .le-header .inside {
    padding: 0;
  }
}

.clubname {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  font-size: 1.125rem;
  line-height: 1.2;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  margin-bottom: 5rem;
  margin-top: 0.5rem;
  text-transform: uppercase;
}
@media screen and (min-width: 28.75em) {
  .clubname {
    margin-bottom: 2rem;
    font-size: 1.25rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 48em) {
  .clubname {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66%;
            flex: 0 0 66%;
  }
}
@media screen and (min-width: 65.625em) {
  .clubname {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

.le-header .sprite-sportarten {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33%;
          flex: 0 0 33%;
  margin-top: 0.5rem;
  display: none;
  text-align: right;
}
@media screen and (min-width: 48em) {
  .le-header .sprite-sportarten {
    display: block;
  }
}
@media screen and (min-width: 65.625em) {
  .le-header .sprite-sportarten {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
.le-header .mainnav {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.fblink {
  position: fixed;
  right: -40px;
  top: 3em;
  height: 40px;
  width: 80px;
  background: #3B5998;
  border-radius: 6px;
}
.fblink a {
  display: block;
}
.fblink a img {
  border-radius: 6px;
}
.fblink:hover {
  right: -16px;
}

.le-header .inside,
.le-container .inside,
.le-footer .inside {
  max-width: 1440px;
  margin: 0 auto;
}

.le-footer {
  background: #000;
  padding: 16px 0 32px 0;
  padding: 1rem 0 2rem 0;
}
.le-footer .inside {
  max-width: 1440px;
  margin: 0 auto;
}
.le-footer * {
  color: #fff;
}
.le-footer .mod_contentbox {
  padding: 0 0.5em;
}
@media screen and (min-width: 66.25em) {
  .le-footer .mod_contentbox {
    padding: 0;
  }
}
.le-footer .mod_customnav ul {
  margin: 0;
}
.le-footer .mod_customnav ul li {
  display: inline-block;
  width: 50%;
}

.le-right {
  padding-top: 3em;
}
.has-sidebartop .le-right {
  padding-top: 0;
}
.le-right img {
  width: 100%;
}
.le-right .block {
  margin-bottom: 3em;
}
.le-right .block > h3,
.le-right .block > .h3 {
  background-color: #000;
  color: #fff;
  padding: 10px 8px;
  padding: 0.625rem 0.5rem;
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 0;
  font-weight: normal;
  text-transform: uppercase;
}
.le-right .mitgliedschaft {
  position: relative;
}
.le-right .mitgliedschaft p {
  position: absolute;
  left: 0;
  bottom: 1em;
  display: inline-block;
}
.le-right .mitgliedschaft p a {
  background-color: #DE0000;
  color: #fff;
  padding: 0.25em 0.5em;
  text-decoration: none;
}
.le-right .mod_banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.le-right .mod_banner:after {
  content: "";
  display: table;
  clear: both;
}
.le-right .mod_banner img {
  width: auto;
}
.le-right .mod_banner .banner_wrap {
  margin-bottom: 1%;
}
.le-right .mod_banner.zweispalten .banner_wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49%;
          flex: 0 0 49%;
  margin-bottom: 1%;
}

.le-container {
  max-width: 1440px;
  margin: 0 auto;
  padding-bottom: 3em;
  padding: 0 0.5em;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr);
  grid-template-columns: minmax(0, 1fr);
  grid-gap: 0 4rem;
  -ms-grid-rows: auto 0 auto 0 auto;
      grid-template-areas: "sidebartop" "main" "sidebar";
}
@media screen and (min-width: 48em) {
  .le-container {
    -ms-grid-columns: 1fr 4rem 300px;
    grid-template-columns: 1fr 300px;
        grid-template-areas: "main sidebar";
  }
  .le-container.has-sidebartop {
    -ms-grid-columns: 1fr 4rem 300px;
    grid-template-columns: 1fr 300px;
    -ms-grid-rows: auto 0 auto;
        grid-template-areas: "main sidebartop" "main sidebar";
  }
}

#sidebartop {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: sidebartop;
}

.has-sidebartop .sidebartop {
  padding-top: 3em;
}

.le-main {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  position: relative;
  padding-bottom: 2em;
  grid-area: main;
}
@media screen and (min-width: 37.5em) {
  .le-main:after {
    font-size: 100px;
    font-size: 6.25rem;
    position: absolute;
    top: 16px;
    top: 1rem;
    right: 16px;
    right: 1rem;
    color: #eee;
    font-weight: 700;
    letter-spacing: -8px;
    letter-spacing: -0.5rem;
    z-index: -1;
  }
  .basketball .le-main:after {
    content: "Basketball";
  }
  .handball .le-main:after {
    content: "Handball";
  }
  .leichtathletik .le-main:after {
    content: "Leichtathletik";
    font-size: 90px;
  }
  .lauftreff .le-main:after {
    content: "Lauftreff";
  }
  .reha-sport .le-main:after {
    content: "Reha-Sport";
  }
  .schwimmen .le-main:after {
    content: "Schwimmen";
  }
  .turnen .le-main:after {
    content: "Turnen";
  }
  .tanzen .le-main:after {
    content: "Tanzen";
  }
  .volleyball .le-main:after {
    content: "Volleyball";
  }
  .der-verein .le-main:after {
    content: "Der Verein";
  }
  .startseite .le-main:after {
    content: "Home";
  }
  .kontakt .le-main:after {
    content: "Kontakt";
  }
  .sportarten .le-main:after {
    content: "Sportarten";
  }
  .searchresults .le-main:after {
    content: "Suche";
  }
  .badminton .le-main:after {
    content: "Badminton";
  }
}

#right {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: sidebar;
}

@media screen and (min-width: 48em){
  .le-container.has-sidebartop > #sidebartop {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .le-main {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .le-container.has-sidebartop > .le-main {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  #right {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .le-container.has-sidebartop > #right {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}

.ce_logo {
  display: inline-block;
  margin-top: -75px;
  position: relative;
  z-index: 99;
}
.ce_logo a {
  display: block;
}

.mmenu-toggler {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  font-size: 1rem;
  height: 3rem;
}
@media screen and (min-width: 48em) {
  .mmenu-toggler {
    display: none;
  }
}
.mmenu-toggler .inside {
  padding: 0;
}
.mmenu-toggler a {
  display: inline-block;
  padding: 0.5em 1.25em;
  font-size: 1.125rem;
  background-color: #DE0000;
  border-radius: 3px 3px 0 0;
  color: #fff;
  text-decoration: none;
}
.mmenu-toggler a::before {
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  content: "\e800";
  font-family: "icons";
}

.mainnav {
  display: none;
}
@media screen and (min-width: 48em) {
  .mainnav {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 1.75rem;
    font-size: 1rem;
    height: 20px;
  }
}
@media screen and (min-width: 72.5em) {
  .mainnav {
    margin-right: -1.25rem;
  }
}
.mainnav > ul {
  margin: 1.1rem 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.mainnav a {
  color: #fff;
  text-decoration: none;
  display: block;
  border-top: 1px solid #ff1212;
  border-bottom: 1px solid #ab0000;
  padding: 0.5rem 1.25rem;
}
.mainnav a:hover, .mainnav a:focus, .mainnav a:active {
  background-color: #780000;
  border-top: 1px solid #DE0000;
  border-bottom: 1px solid #780000;
}
@media screen and (min-width: 48em) {
  .mainnav a {
    border: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .mainnav a:hover, .mainnav a:focus, .mainnav a:active {
    border: 0;
  }
}
@media screen and (min-width: 48em) {
  .mainnav .level_1:focus .level_2 {
    display: block;
  }
  .mainnav .level_1 > li {
    padding-bottom: 0.5rem;
    height: 2.6rem;
    top: -2.6rem;
    margin: 0.5rem 0;
    position: relative;
  }
  .mainnav .level_1 > li > a {
    font-size: 1.125rem;
    color: #fff;
    display: inline;
    padding-bottom: 0.6rem;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    font-weight: bold;
  }
  .mainnav .level_1 > li:hover > a, .mainnav .level_1 > li:focus > a, .mainnav .level_1 > li:focus-within > a, .mainnav .level_1 > li:active > a, .mainnav .level_1 > li.active > a, .mainnav .level_1 > li.trail > a {
    border-radius: 3px 3px 0 0;
    background: #DE0000;
    color: #fff;
  }
  .mainnav .level_1 > li:hover .level_2, .mainnav .level_1 > li:focus .level_2, .mainnav .level_1 > li:focus-within .level_2, .mainnav .level_1 > li:active .level_2 {
    display: block;
  }
}
@media screen and (min-width: 48em) {
  .mainnav .level_2 {
    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-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    background: #DE0000;
    border-radius: 0 0 3px 3px;
    padding-bottom: 0.5rem;
    -webkit-box-shadow: 0 5px 15px 0 rgba(22, 22, 22, 0.5);
            box-shadow: 0 5px 15px 0 rgba(22, 22, 22, 0.5);
    margin-top: 0.45rem;
    display: none;
    position: absolute;
    min-width: 100%;
  }
}
@media screen and (min-width: 48em) {
  .mainnav .level_2 li {
    white-space: nowrap;
  }
}
.mainnav .level_2 a {
  padding: 0.5em 1.5em;
}
@media screen and (min-width: 48em) {
  .mainnav .level_2 a {
    padding: 0.5em 0.75em;
  }
}
@media screen and (min-width: 48em) {
  .mainnav .last .level_2 {
    right: 0;
  }
}

.mod_quicknav .formbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mod_quicknav .formbody .widget-select {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 78%;
          flex: 0 0 78%;
}
.mod_quicknav .formbody .widget-select select {
  width: 100%;
}
.mod_quicknav .formbody .widget-submit {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
}

.subnav {
  display: none;
}
@media screen and (min-width: 48em) {
  .subnav {
    display: block;
  }
}
.subnav a {
  padding: 5.6px 0;
  padding: 0.35rem 0;
  line-height: 1;
  display: block;
  text-decoration: none;
}
.subnav a:hover, .subnav a:focus {
  background-color: #DE0000;
  color: #fff;
}
.subnav .level_1 > li > a, .subnav .level_2 > li > a {
  text-transform: uppercase;
  padding: 12px 0;
  padding: 0.75rem 0;
}
.subnav .level_1 {
  margin-top: 0;
}
.subnav .level_1 > li {
  background-color: #999;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#909090), to(#999));
  background-image: linear-gradient(to bottom, #909090, #999);
}
.subnav .level_1 > li > a {
  color: #fff;
  position: relative;
  font-size: 18px;
  font-size: 1.125rem;
  text-transform: uppercase;
  padding: 8px 8px;
  padding: 0.5rem 0.5rem;
  display: block;
}
.subnav .level_1 > li > a:after {
  content: "\e801";
  font-family: "icons";
  position: absolute;
  top: 0;
  right: 0.5em;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  line-height: 36px;
  line-height: 2.25rem;
}
.ie11 .subnav .level_1 > li > a:after {
  top: 50%;
}
.subnav .level_1 > li > a:hover, .subnav .level_1 > li > a:focus {
  background-color: #DE0000;
  color: #fff;
}
.subnav .level_1 > li.active > a, .subnav .level_1 > li.trail > a {
  background-color: #DE0000;
  color: #fff;
}
.subnav .level_1 > li.submenu.active > a:after {
  content: "\e802";
}
.subnav .level_2 {
  background-color: #dedede;
}
.subnav .level_2 > li {
  border-bottom: 1px solid #a0a0a0;
}
.subnav .level_2 > li:last-child {
  border: none;
}
.subnav .level_2 > li.active, .subnav .level_2 > li.trail {
  background-color: #f2f2f2;
}
.subnav .level_2 > li > a {
  color: #212121;
  text-transform: uppercase;
  padding: 10.4px 16px;
  padding: 0.65rem 1rem;
  line-height: 1.2;
}
.subnav .level_2 > li > a:hover, .subnav .level_2 > li > a:focus {
  color: #fff;
}
.subnav .level_2 > li > a.active {
  color: #DE0000;
}
.subnav .level_2 > li > a.active:hover, .subnav .level_2 > li > a.active:focus {
  color: #fff;
}
.subnav .level_3 {
  background-color: #f2f2f2;
  padding-bottom: 0.5em;
}
.subnav .level_3 > li > a {
  color: #212121;
  padding-left: 0.65em;
}
.subnav .level_3 > li > a:hover, .subnav .level_3 > li > a:focus {
  color: #fff;
}
.subnav .level_3 > li > a:before {
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  content: "\e803";
  font-family: "icons";
}
.subnav .level_3 > li > a.active {
  color: #DE0000;
}
.subnav .level_3 > li > a.active:before {
  color: #DE0000;
}
.subnav .level_3 > li > a.active:hover, .subnav .level_3 > li > a.active:focus {
  color: #fff;
}
.subnav .level_3 > li > a.active:hover:before, .subnav .level_3 > li > a.active:focus:before {
  color: #fff;
}
.subnav .level_4 > li > a {
  color: #212121;
  padding-left: 1.65em;
}
.subnav .level_4 > li > a:hover, .subnav .level_4 > li > a:focus {
  color: #fff;
}
.subnav .level_4 > li > a:before {
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  content: "\e803";
  font-family: "icons";
}
.subnav .level_4 > li > a.active {
  color: #DE0000;
}
.subnav .level_4 > li > a.active:before {
  color: #DE0000;
}
.subnav .level_4 > li > a.active:hover, .subnav .level_4 > li > a.active:focus {
  color: #fff;
}
.subnav .level_4 > li > a.active:hover:before, .subnav .level_4 > li > a.active:focus:before {
  color: #fff;
}

.mod_breadcrumb {
  display: inline-block;
  vertical-align: top;
  margin-left: 15px;
}
.startseite .mod_breadcrumb {
  display: none;
}
.mod_breadcrumb ul {
  padding: 0;
  margin: 8px 0;
  margin: 0.5rem 0;
}
.mod_breadcrumb li {
  display: inline-block;
}
.mod_breadcrumb li:after {
  font-family: "icons";
  content: "\e805";
  padding: 0 0 0 0.5em;
}
.mod_breadcrumb li.last:after {
  content: none;
}
.mod_breadcrumb li a, .mod_breadcrumb li {
  font-size: 12.8px;
  font-size: 0.8rem;
}

.custom {
  background-color: #dedede;
  padding: 0 1em;
}
@media screen and (min-width: 66.25em) {
  .custom {
    padding: 0;
  }
}
.custom .inside {
  max-width: 1440px;
  margin: 0 auto;
}
.custom .inside:after {
  content: "";
  display: table;
  clear: both;
}
.custom .footer-banner {
  padding: 1em 0;
}
.custom .footer-banner:after {
  content: "";
  display: table;
  clear: both;
}
.custom h3 {
  margin: 0;
  color: #fff;
}
.custom h4 {
  color: #212121;
  margin-bottom: 1em;
}
.custom .mod_banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.custom .mod_banner .banner_wrap {
  min-height: 100%;
  text-align: center;
  background-color: #fff;
  margin-bottom: 3%;
}
@media screen and (min-width: 23.125em) {
  .custom .mod_banner .banner_wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
  }
}
@media screen and (min-width: 43.75em) {
  .custom .mod_banner .banner_wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 31%;
            flex: 0 0 31%;
  }
}
@media screen and (min-width: 56.25em) {
  .custom .mod_banner .banner_wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 23%;
            flex: 0 0 23%;
  }
}
.custom .mod_banner > div {
  min-height: 100%;
  text-align: center;
  background-color: #fff;
}
.custom .mod_banner a {
  display: block;
}

.ce_gallery {
  max-width: 1440px;
  margin: 0 auto;
}
.ce_gallery ul {
  padding: 0;
  margin: 0;
}
.ce_gallery.center ul {
  justify-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ce_gallery ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ce_gallery ul li {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(33.333333% - 1rem);
      flex-basis: calc(33.333333% - 1rem);
  margin: 0 1rem 1rem 0;
}
@supports (grid-area: auto) {
  .ce_gallery ul {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }
  @media screen and (min-width: 41.25em) {
    .ce_gallery ul {
      grid-gap: 1.5rem;
      grid-template-columns: 1fr 1fr 1fr;
    }
  }
  .ce_gallery ul li {
    margin: 0;
  }
}
.ce_gallery ul.cols_2 li {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(50% - 1rem);
      flex-basis: calc(50% - 1rem);
  margin: 0 1rem 1rem 0;
}
@supports (grid-area: auto) {
  .ce_gallery ul.cols_2 {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }
  @media screen and (min-width: 41.25em) {
    .ce_gallery ul.cols_2 {
      grid-gap: 1.5rem;
      grid-template-columns: 1fr 1fr;
    }
  }
  .ce_gallery ul.cols_2 li {
    margin: 0;
  }
}
.ce_gallery ul.cols_3 li {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(33% - 1rem);
      flex-basis: calc(33% - 1rem);
  margin: 0 1rem 1rem 0;
}
@supports (grid-area: auto) {
  .ce_gallery ul.cols_3 {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }
  @media screen and (min-width: 41.25em) {
    .ce_gallery ul.cols_3 {
      grid-gap: 1.5rem;
      grid-template-columns: 1fr 1fr 1fr;
    }
  }
  .ce_gallery ul.cols_3 li {
    margin: 0;
  }
}
.ce_gallery ul.cols_4 li {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(25% - 1rem);
      flex-basis: calc(25% - 1rem);
  margin: 0 1rem 1rem 0;
}
@supports (grid-area: auto) {
  .ce_gallery ul.cols_4 {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }
  @media screen and (min-width: 41.25em) {
    .ce_gallery ul.cols_4 {
      grid-gap: 1.5rem;
      grid-template-columns: 1fr 1fr 1fr 1fr;
    }
  }
  .ce_gallery ul.cols_4 li {
    margin: 0;
  }
}
.ce_gallery ul.cols_5 li {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(20% - 1rem);
      flex-basis: calc(20% - 1rem);
  margin: 0 1rem 1rem 0;
}
@supports (grid-area: auto) {
  .ce_gallery ul.cols_5 {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }
  @media screen and (min-width: 41.25em) {
    .ce_gallery ul.cols_5 {
      grid-gap: 1.5rem;
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }
  }
  .ce_gallery ul.cols_5 li {
    margin: 0;
  }
}
.ce_gallery ul.cols_6 li {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(16.6666% - 1rem);
      flex-basis: calc(16.6666% - 1rem);
  margin: 0 1rem 1rem 0;
}
@supports (grid-area: auto) {
  .ce_gallery ul.cols_6 {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }
  @media screen and (min-width: 41.25em) {
    .ce_gallery ul.cols_6 {
      grid-gap: 1.5rem;
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    }
  }
  .ce_gallery ul.cols_6 li {
    margin: 0;
  }
}
.ce_gallery ul.cols_7 li {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(14.28% - 1rem);
      flex-basis: calc(14.28% - 1rem);
  margin: 0 1rem 1rem 0;
}
@supports (grid-area: auto) {
  .ce_gallery ul.cols_7 {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }
  @media screen and (min-width: 41.25em) {
    .ce_gallery ul.cols_7 {
      grid-gap: 1.5rem;
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    }
  }
  .ce_gallery ul.cols_7 li {
    margin: 0;
  }
}
.ce_gallery ul.cols_8 li {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(12.5% - 1rem);
      flex-basis: calc(12.5% - 1rem);
  margin: 0 1rem 1rem 0;
}
@supports (grid-area: auto) {
  .ce_gallery ul.cols_8 {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }
  @media screen and (min-width: 41.25em) {
    .ce_gallery ul.cols_8 {
      grid-gap: 1.5rem;
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    }
  }
  .ce_gallery ul.cols_8 li {
    margin: 0;
  }
}
.ce_gallery ul.cols_9 li {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(11.1111111% - 1rem);
      flex-basis: calc(11.1111111% - 1rem);
  margin: 0 1rem 1rem 0;
}
@supports (grid-area: auto) {
  .ce_gallery ul.cols_9 {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }
  @media screen and (min-width: 41.25em) {
    .ce_gallery ul.cols_9 {
      grid-gap: 1.5rem;
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    }
  }
  .ce_gallery ul.cols_9 li {
    margin: 0;
  }
}
.ce_gallery ul.cols_10 li {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(10% - 1rem);
      flex-basis: calc(10% - 1rem);
  margin: 0 1rem 1rem 0;
}
@supports (grid-area: auto) {
  .ce_gallery ul.cols_10 {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }
  @media screen and (min-width: 41.25em) {
    .ce_gallery ul.cols_10 {
      grid-gap: 1.5rem;
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    }
  }
  .ce_gallery ul.cols_10 li {
    margin: 0;
  }
}
.ce_gallery ul.cols_11 li {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(9.09% - 1rem);
      flex-basis: calc(9.09% - 1rem);
  margin: 0 1rem 1rem 0;
}
@supports (grid-area: auto) {
  .ce_gallery ul.cols_11 {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }
  @media screen and (min-width: 41.25em) {
    .ce_gallery ul.cols_11 {
      grid-gap: 1.5rem;
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    }
  }
  .ce_gallery ul.cols_11 li {
    margin: 0;
  }
}
.ce_gallery ul.cols_12 li {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(8.333331% - 1rem);
      flex-basis: calc(8.333331% - 1rem);
  margin: 0 1rem 1rem 0;
}
@supports (grid-area: auto) {
  .ce_gallery ul.cols_12 {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }
  @media screen and (min-width: 41.25em) {
    .ce_gallery ul.cols_12 {
      grid-gap: 1.5rem;
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    }
  }
  .ce_gallery ul.cols_12 li {
    margin: 0;
  }
}

.ce_gallery ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ce_gallery ul li {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(33.333333% - 1rem);
      flex-basis: calc(33.333333% - 1rem);
  margin: 0 1rem 1rem 0;
}
@supports (grid-area: auto) {
  .ce_gallery ul {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }
  @media screen and (min-width: 41.25em) {
    .ce_gallery ul {
      grid-gap: 1.5rem;
      grid-template-columns: 1fr 1fr 1fr;
    }
  }
  .ce_gallery ul li {
    margin: 0;
  }
}

/*! Tablesaw - v1.0.2 - 2014-12-23
* https://github.com/filamentgroup/tablesaw
* Copyright (c) 2014 Filament Group; Licensed MIT */
table.tablesaw {
  empty-cells: show;
  max-width: 100%;
  width: 100%;
}

.tablesaw {
  border-collapse: collapse;
  width: 100%;
}

/* Structure */
.tablesaw {
  border: 0;
  padding: 0;
}

.tablesaw th,
.tablesaw td {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.5em 0.7em;
}

.tablesaw thead tr:first-child th {
  padding-top: 0.9em;
  padding-bottom: 0.7em;
}

/* Table rows have a gray bottom stroke by default */
.tablesaw-stack tbody tr {
  border-bottom: 1px solid #dfdfdf;
}

.tablesaw-stack td .tablesaw-cell-label,
.tablesaw-stack th .tablesaw-cell-label {
  display: none;
}

/* Mobile first styles: Begin with the stacked presentation at narrow widths */
@media only all {
  /* Show the table cells as a block level element */
  .tablesaw-stack td,
  .tablesaw-stack th {
    text-align: left;
    display: block;
  }
  .tablesaw-stack tr {
    clear: both;
    display: table-row;
  }
  /* Make the label elements a percentage width */
  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack th .tablesaw-cell-label {
    display: block;
    padding: 0 0.6em 0 0;
    width: 30%;
    display: inline-block;
  }
  /* For grouped headers, have a different style to visually separate the levels by classing the first label in each col group */
  .tablesaw-stack th .tablesaw-cell-label-top,
  .tablesaw-stack td .tablesaw-cell-label-top {
    display: block;
    padding: 0.4em 0;
    margin: 0.4em 0;
  }
  .tablesaw-cell-label {
    display: block;
  }
  /* Avoid double strokes when stacked */
  .tablesaw-stack tbody th.group {
    margin-top: -1px;
  }
  /* Avoid double strokes when stacked */
  .tablesaw-stack th.group b.tablesaw-cell-label {
    display: none !important;
  }
}
@media (max-width: 34.9375em) {
  .tablesaw-stack thead td,
  .tablesaw-stack thead th {
    display: none;
  }
  .tablesaw-stack tbody td,
  .tablesaw-stack tbody th {
    clear: left;
    float: left;
    width: 100%;
  }
  .tablesaw-cell-label {
    vertical-align: top;
  }
  .tablesaw-cell-content {
    max-width: 67%;
    display: inline-block;
  }
  .tablesaw-stack td:empty,
  .tablesaw-stack th:empty {
    display: none;
  }
}
/* Media query to show as a standard table at 560px (35em x 16px) or wider */
@media (min-width: 35em) {
  .tablesaw-stack tr {
    display: table-row;
  }
  /* Show the table header rows */
  .tablesaw-stack td,
  .tablesaw-stack th,
  .tablesaw-stack thead td,
  .tablesaw-stack thead th {
    display: table-cell;
    margin: 0;
  }
  /* Hide the labels in each cell */
  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack th .tablesaw-cell-label {
    display: none !important;
  }
}
@media screen and (min-width: 35em) and (max-width: 53.75em) {
  .sis_tabelle .tablesaw-stack tbody .col_3.col_3, .sis_tabelle .tablesaw-stack tbody .col_4.col_4, .sis_tabelle .tablesaw-stack tbody .col_5.col_5, .sis_tabelle .tablesaw-stack thead .col_3.col_3, .sis_tabelle .tablesaw-stack thead .col_4.col_4, .sis_tabelle .tablesaw-stack thead .col_5.col_5 {
    display: none !important;
  }
}
.sis_tabelle .tus {
  font-weight: bold;
}
@media screen and (min-width: 35em) {
  .sis_tabelle .col_0, .sis_tabelle .col_3, .sis_tabelle .col_4, .sis_tabelle .col_5 {
    text-align: right;
  }
  .sis_tabelle .col_7 {
    text-align: center;
  }
}

.mod_sisreader .tus {
  font-weight: bold;
}

.le-right .mod_sisreader .sis_spiele {
  background: #dedede;
  padding: 3.2px;
  padding: 0.2rem;
}
.le-right .mod_sisreader .sis_spiele .date {
  text-align: center;
}
.le-right .mod_sisreader .sis_spiele .teams {
  margin: 0.5em 0;
}
.le-right .mod_sisreader .sis_spiele .teams .heim {
  text-align: center;
  font-weight: bold;
  background: #fff;
  -epub-hyphens: auto;
  -ms-hyphens: auto;
      hyphens: auto;
  padding: 0.2em 0;
}
.le-right .mod_sisreader .sis_spiele .teams .gast {
  text-align: center;
  font-weight: bold;
  background: #fff;
  -epub-hyphens: auto;
  -ms-hyphens: auto;
      hyphens: auto;
  padding: 0.2em 0;
}
.le-right .mod_sisreader .sis_spiele .teams .vs {
  text-align: center;
  font-size: 0.8em;
  vertical-align: middle;
}
.le-right .mod_sisreader .sis_spiele .halle {
  clear: both;
  text-align: center;
  font-size: 0.8em;
}
.le-right .mod_sisreader .sis_spiele .ergebnis {
  clear: both;
  text-align: center;
  font-weight: bold;
}

.sprite-sportarten {
  display: none;
}
@media screen and (min-width: 28.75em) {
  .sprite-sportarten {
    display: block;
  }
  .sprite-sportarten:after {
    content: "";
    display: table;
    clear: both;
  }
}
.sprite-sportarten ul {
  margin-top: 2px;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 48em) {
  .sprite-sportarten ul {
    margin-bottom: 1.5em;
  }
}
.sprite-sportarten li {
  margin-left: 0.125rem;
}
.sprite-sportarten li a {
  display: inline-block;
  background: url("/files/theme/img/sportarten.sprite_40.png") no-repeat;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.sprite-sportarten .basketball {
  background-position: 0 0;
}
.sprite-sportarten .handball {
  background-position: -40px 0;
}
.sprite-sportarten .leichtathletik {
  background-position: -80px 0;
}
.sprite-sportarten .lauftreff {
  background-position: -120px 0;
}
.sprite-sportarten .reha-sport {
  background-position: -160px 0;
}
.sprite-sportarten .schwimmen {
  background-position: -200px 0;
}
.sprite-sportarten .turnen {
  background-position: -240px 0;
}
.sprite-sportarten .tanzen {
  background-position: -280px 0;
}
.sprite-sportarten .volleyball {
  background-position: -320px 0;
}
.sprite-sportarten .badminton {
  background-position: -360px 0;
}

.sportarten-sprite {
  background-color: #ddd;
}

.sprite-sportarten-start {
  padding: 1em 0.5em 0.5em;
}
.sprite-sportarten-start:after {
  content: "";
  display: table;
  clear: both;
}
.sprite-sportarten-start ul {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sprite-sportarten-start a {
  color: #000;
}
.sprite-sportarten-start li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  margin-bottom: 0.3rem;
  text-align: center;
}
.sprite-sportarten-start li a {
  display: inline-block;
  background: url("/files/theme/img/sportarten.sprite.png") no-repeat;
  width: 75px;
  height: 75px;
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 172px;
  text-align: center;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.sprite-sportarten-start .basketball {
  background-position: 0 0;
}
.sprite-sportarten-start .handball {
  background-position: -77px 0;
}
.sprite-sportarten-start .leichtathletik {
  background-position: -155px 0;
}
.sprite-sportarten-start .lauftreff {
  background-position: -233px 0;
}
.sprite-sportarten-start .reha-sport {
  background-position: -310px 0;
}
.sprite-sportarten-start .schwimmen {
  background-position: -388px 0;
}
.sprite-sportarten-start .turnen {
  background-position: -466px 0;
}
.sprite-sportarten-start .tanzen {
  background-position: -544px 0;
}
.sprite-sportarten-start .volleyball {
  background-position: -621px 0;
}
.sprite-sportarten-start .badminton {
  background-position: -698px 0;
}

.mod_newslist {
  margin-top: 3em;
}
.mod_newslist .news__item {
  border-bottom: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1.5rem;
  padding: 1.5rem 0;
}
.mod_newslist .news__item.first {
  border-top: 2px solid #DE0000;
}
.mod_newslist .news__item:last-child {
  border: none;
}
.mod_newslist .news__item .image_container {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.mod_newslist .news__item .news__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
@media screen and (min-width: 48em) {
  .mod_newslist .news__item .image_container {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 240px;
            flex: 0 0 240px;
  }
  .mod_newslist .news__item .image_container + .news__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.mod_newslist .layout_short {
  border-bottom: 1px solid #ddd;
  padding: 0 0 1em 0;
  margin-bottom: 1em;
  position: relative;
  line-height: 1.5;
}
.mod_newslist .layout_short:after {
  content: "";
  display: table;
  clear: both;
}
.mod_newslist .layout_short:last-child {
  border: none;
}
.mod_newslist .layout_short.first {
  border-top: 2px solid #DE0000;
  margin-top: 0;
  padding-top: 1em;
}
.mod_newslist .layout_short.first {
  border-top: 2px solid #DE0000;
  margin-top: 0;
  padding-top: 1em;
}
.mod_newslist .layout_short h2 {
  margin: 0.3em 0;
}
.startseite .mod_newslist {
  margin-top: 3em;
}
.mod_newslist > h2 {
  background-color: #DE0000;
  color: #fff;
  padding: 0.35rem 0.5rem;
  font-size: 1.375rem;
  margin-bottom: 0.25rem;
  font-weight: normal;
  text-transform: uppercase;
  display: inline-block;
}
.mod_newslist p {
  margin-top: 0;
  margin-bottom: 0;
}
.mod_newslist .subhead {
  margin-bottom: 0.25rem;
}
.mod_newslist .info {
  color: #fff;
  font-size: 0.75rem;
  font-weight: bold;
  background-color: #000;
  padding: 0.1em 0.25em;
  display: inline-block;
}
.mod_newslist .teaser p {
  font-size: 1rem;
}
.mod_newslist .archive {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: bold;
  background-color: #ddd;
  padding: 0.1em 0.25em;
}
.mod_newslist .archive + h2 {
  margin-top: 0.3em;
}
.mod_newslist .more {
  font-size: 1rem;
}
.mod_newslist .more:before {
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  content: "\e803";
  font-family: "icons";
  color: #DE0000;
}

.fourcolumns {
  margin: 2em 0;
}
.fourcolumns:after {
  content: "";
  display: table;
  clear: both;
}
.threecolumns {
  margin: 2em 0;
}
.threecolumns:after {
  content: "";
  display: table;
  clear: both;
}
.twocolumns {
  margin: 2em 0;
}
.twocolumns:after {
  content: "";
  display: table;
  clear: both;
}
.ce_image h1, .ce_image h2, .ce_image h3 {
  background-color: #DE0000;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 0.3em 0.5em;
  margin-bottom: 0;
}

.searchform:after {
  content: "";
  display: table;
  clear: both;
}
.searchform .formbody {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.searchform .formbody input.text {
  height: 2.5rem;
  line-height: 1;
  padding: 0.25rem 2.5rem 0.25rem 0.5rem;
  width: 100%;
  border: 1px solid #666;
  color: #333;
}
.searchform .formbody .submit_container {
  position: absolute;
  right: 0;
}
.searchform .formbody .widget-text label {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
}
.searchform .formbody .widget-submit {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2.5rem;
          flex: 0 0 2.5rem;
}
.searchform .formbody .widget-submit > input {
  border: 1px solid #000;
  color: #fff;
  height: 2.5rem;
  line-height: 1;
  padding: 0.5rem;
  background-color: #000;
}

.searchresults .mod_search {
  margin-top: 16px;
  margin-top: 1rem;
}
.searchresults .mod_search > div {
  border-bottom: 1px solid #dedede;
  padding: 1em 0;
}
.searchresults .mod_search > div:last-child {
  border-bottom: none;
}
.searchresults h3 {
  font-size: 28px;
  font-size: 1.75rem;
  margin-top: 0;
}
.searchresults .highlight {
  border-radius: 0.5em;
  background-color: #dedede;
  padding: 0.2em 0.4em;
}
.searchresults .relevance {
  font-size: 0.8em;
  font-size: 12px;
  font-size: 0.75rem;
  color: #b3b3b3;
}
.searchresults .url {
  margin-top: 0;
  color: #b3b3b3;
}

.pagination {
  padding: 0.25em 0;
  margin-top: 1em;
  padding: 0.2rem;
  text-align: center;
}
.pagination:after {
  content: "";
  display: table;
  clear: both;
}
.pagination p {
  font-size: 0.8rem;
  color: #1f1f1f;
}
.pagination ul {
  padding-left: 0;
  margin-top: 0.3rem;
}
.pagination li {
  display: inline-block;
}
.pagination li a, .pagination li strong {
  height: 30px;
  width: auto;
  min-width: 30px;
  display: inline-block;
  border: 1px solid silver;
  padding: 0.2rem;
  text-align: center;
}
.pagination li a:hover, .pagination li a:focus {
  background: hsl(0, 0%, 89%);
}

.ce_spieler {
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
}
.ce_spieler .spielername {
  font-weight: bold;
}
.ce_spieler img {
  border-radius: 50%;
}

.team-member {
  text-align: center;
}
.team-member ul {
  padding: 0;
  margin: 0;
}
.team-member li {
  margin: 0;
}
.team-member .team-name {
  font-weight: bold;
}
.team-member img {
  border-radius: 50%;
}

.ha-data.handballapp--sidebar.nextgames .row0 {
  padding: 0.5rem 0;
}
.ha-data.handballapp--sidebar.nextgames .sub0 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  gap: 0.5rem 2px;
}
.ha-data.handballapp--sidebar.nextgames .sub0 .col1, .ha-data.handballapp--sidebar.nextgames .sub0 .col2 {
  -ms-flex-preferred-size: 49%;
      flex-basis: 49%;
  background-color: #eee;
  font-weight: bold;
}
.ha-data.handballapp--sidebar.nextgames .sub0 .col2:after {
  content: " Uhr";
}
.ha-data.handballapp--sidebar.nextgames .sub0 .col3, .ha-data.handballapp--sidebar.nextgames .sub0 .col4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  font-size: 1.25rem;
  color: #DE0000;
  font-weight: bold;
}
.ha-data.handballapp--sidebar.nextgames .sub0 .col3:after {
  content: " vs.";
  color: #000;
  font-size: 0.75rem;
  font-weight: normal;
}
.ha-data.handballapp--sidebar.lastgames .row0 {
  padding: 0.5rem 0;
}
.ha-data.handballapp--sidebar.lastgames .sub0 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  gap: 0.5rem;
}
.ha-data.handballapp--sidebar.lastgames .sub0 .col2, .ha-data.handballapp--sidebar.lastgames .sub0 .col4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 80%;
          flex: 0 1 80%;
  font-weight: bold;
  color: #DE0000;
  font-size: 1.25rem;
  background-color: #eee;
  text-align: left;
  padding-left: 0.5em;
}
.ha-data.handballapp--sidebar.lastgames .sub0 .col3, .ha-data.handballapp--sidebar.lastgames .sub0 .col5 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bold;
  color: #DE0000;
  font-size: 1.25rem;
  background-color: #eee;
}
.ha-data.handballapp--sidebar.lastgames .sub0 .col1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  background-color: #eee;
  font-weight: bold;
}

.ce_form {
  /*Variable Werte für Grundstyle*/
  --field-border-color:	#000000;
  --field-background:	var(--grau-100);
  --field-color:	var(--text-color);
  --label-color:	var(--text-color);
  --field-alert-color:	red;
  --field-valid-color:	var(--text-color);
  --field-invalid-color:	var(--grau-800);
  --field-border-radius:	0px;
  --field-border-width:	1px;
  --field-border-style:	solid;
  --field-padding:	.6em;
  --checkbox-size:	20px;
  --abstand-widget:	.5em;
  --color-rangeslider:	var(--text-color);
}

/*Klassen für @extend*/
.fieldreset, .ce_form .widget-checkbox.dsgvo fieldset {
  border: none;
  padding: 0;
}

/*Basic Styles*/
.ce_form input,
.ce_form label {
  display: block;
}
.ce_form label,
.ce_form legend {
  color: var(--label-color);
}
.ce_form label span.mandatory,
.ce_form legend span.mandatory {
  color: var(--field-alert-color);
}
.ce_form input,
.ce_form textarea {
  width: 100%;
  border: var(--field-border-width) var(--field-border-style) var(--field-border-color);
  padding: var(--field-padding);
  background-color: var(--field-background);
  color: var(--field-colord);
  border-radius: var(--field-border-radius);
}
.ce_form input:focus,
.ce_form textarea:focus {
  background: hsl(var(--field-background), calc(var(--l) - 2%));
}
.ce_form input:valid {
  color: var(--field-valid-color);
}
.ce_form input:invalid {
  color: var(--field-invalid-color);
}
.ce_form fieldset {
  border: var(--field-border-width) var(--field-border-style) var(--field-border-color);
}
.ce_form .widget {
  margin-bottom: var(--abstand-widget);
}
.ce_form .widget-checkbox .checkbox_container > span {
  display: block;
  position: relative;
}
.ce_form .widget-checkbox .checkbox_container > span label {
  padding-left: 30px;
}
.ce_form .widget-checkbox .checkbox_container > span label::before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  height: var(--checkbox-size);
  width: var(--checkbox-size);
  border: var(--field-border-width) var(--field-border-style) var(--field-border-color);
  background: var(--field-background);
  text-align: center;
  cursor: pointer;
}
.ce_form .widget-checkbox .checkbox_container > span input:checked ~ label::before {
  content: "✔ ";
  line-height: 1;
  font-size: var(--checkbox-size);
}
.ce_form .widget-checkbox.dsgvo legend {
  display: none;
}
.ce_form .widget-radio .radio_container > span {
  display: block;
  position: relative;
}
.ce_form .widget-radio .radio_container > span label {
  padding-left: 30px;
}
.ce_form .widget-radio .radio_container > span label::before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  height: var(--checkbox-size);
  width: var(--checkbox-size);
  border-radius: 50%;
  border: var(--field-border-width) var(--field-border-style) var(--field-border-color);
  background: var(--field-background);
  text-align: center;
  cursor: pointer;
}
.ce_form .widget-radio .radio_container > span input:checked ~ label::before {
  content: "✔ ";
  line-height: 1;
  font-size: var(--checkbox-size);
}
.ce_form .widget-submit button {
  background: var(--field-background);
  color: var(--label-color);
  padding: var(--field-padding);
  border: var(--field-border-width) var(--field-border-style) var(--field-border-color);
  cursor: pointer;
}
.ce_form .widget-submit button:hover {
  background: hsl(var(--field-background), calc(var(--l) - 2%));
}
.ce_form .widget-select,
.ce_form .ctlg_form_field.select {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ce_form .widget-select::after,
.ce_form .ctlg_form_field.select::after {
  content: "▼";
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0.5rem 0.2em;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: 0.25s all ease;
  transition: 0.25s all ease;
  color: var(--field-colord);
}
.ce_form .widget-select label,
.ce_form .ctlg_form_field.select label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.ce_form .widget-select select,
.ce_form .ctlg_form_field.select select {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
  padding: var(--field-padding);
  border: var(--field-border-width) var(--field-border-style) var(--field-border-color);
  background: var(--field-background);
  color: var(--field-colord);
  cursor: pointer;
  border-radius: var(--field-border-radius);
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.ce_form .widget-select select option,
.ce_form .ctlg_form_field.select select option {
  padding: var(--field-padding);
  color: var(--field-colord);
}
.ce_form .widget-range .range {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  height: 25px;
  background: var(--field-background);
  outline: none;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.ce_form .widget-range .range:hover, .ce_form .widget-range .range:focus {
  opacity: 1;
}
.ce_form .widget-range .range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  background: var(--color-rangeslider);
  cursor: pointer;
}
.ce_form .widget-range .range::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: var(--color-rangeslider);
  cursor: pointer;
}

.nav-sprungmarke ul, .nav-sprungmarke ol {
  padding: 0;
  list-style-type: none;
  margin: 0;
}

.tab-active a {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
}

.tab-active a:focus {
  position: absolute;
  z-index: 100;
  top: 5px;
  left: 5px;
  background: #fff;
  padding: 0.5em !important;
  min-width: 50vw;
  text-align: center;
  display: block;
  color: #000;
  clip: auto;
  width: auto !important;
  height: auto !important;
}

.mod_box_items.socialmedia ul {
  margin: 0 auto;
}
.mod_box_items.socialmedia li {
  display: inline-block;
}
.mod_box_items.socialmedia img {
  width: auto;
}
