body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul,.content-gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li,.content-gallery>ul li{float:left}.ce_gallery>ul li.col_first,.content-gallery>ul li.col_first{clear:left}.float_left,.media--left>figure{float:left}.float_right,.media--right>figure{float:right}.block{overflow:hidden}.media{display:flow-root}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.audio_container audio{max-width:100%}.video_container video{max-width:100%;height:auto}.aspect,.responsive{position:relative;height:0}.aspect iframe,.responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%}.aspect--16\:9,.responsive.ratio-169{padding-bottom:56.25%}.aspect--16\:10,.responsive.ratio-1610{padding-bottom:62.5%}.aspect--21\:9,.responsive.ratio-219{padding-bottom:42.8571%}.aspect--4\:3,.responsive.ratio-43{padding-bottom:75%}.aspect--3\:2,.responsive.ratio-32{padding-bottom:66.6666%}
/*!
 * mmenu.js
 * mmenujs.com
 *
 * Copyright (c) Fred Heusschen
 * frebsite.nl
 *
 * License: CC-BY-NC-4.0
 * http://creativecommons.org/licenses/by-nc/4.0/
 */.mm-menu_theme-white{--mm-color-border:rgba( 0,0,0, 0.1 );--mm-color-button:rgba( 0,0,0, 0.3 );--mm-color-text:rgba( 0,0,0, 0.7 );--mm-color-text-dimmed:rgba( 0,0,0, 0.3 );--mm-color-background:#fff;--mm-color-background-highlight:rgba( 0,0,0, 0.06 );--mm-color-background-emphasis:rgba( 0,0,0, 0.03 );--mm-shadow:0 0 10px rgba( 0,0,0, 0.2 )}.mm-menu_theme-dark{--mm-color-border:rgba( 0,0,0, 0.3 );--mm-color-button:rgba( 255,255,255, 0.4 );--mm-color-text:rgba( 255,255,255, 0.85 );--mm-color-text-dimmed:rgba( 255,255,255, 0.4 );--mm-color-background:#333;--mm-color-background-highlight:rgba( 255,255,255, 0.08 );--mm-color-background-emphasis:rgba( 0,0,0, 0.1 );--mm-shadow:0 0 20px rgba( 0,0,0, 0.5 )}.mm-menu_theme-black{--mm-color-border:rgba( 255,255,255, 0.25 );--mm-color-button:rgba( 255,255,255, 0.4 );--mm-color-text:rgba( 255,255,255, 0.75 );--mm-color-text-dimmed:rgba( 255,255,255, 0.4 );--mm-color-background:#000;--mm-color-background-highlight:rgba( 255,255,255, 0.2 );--mm-color-background-emphasis:rgba( 255,255,255, 0.15 );--mm-shadow:none}:root{--mm-line-height:20px;--mm-listitem-size:44px;--mm-navbar-size:44px;--mm-offset-top:0;--mm-offset-right:0;--mm-offset-bottom:0;--mm-offset-left:0;--mm-color-border:rgba(0, 0, 0, 0.1);--mm-color-button:rgba(0, 0, 0, 0.3);--mm-color-text:rgba(0, 0, 0, 0.75);--mm-color-text-dimmed:rgba(0, 0, 0, 0.3);--mm-color-background:#f3f3f3;--mm-color-background-highlight:rgba(0, 0, 0, 0.05);--mm-color-background-emphasis:rgba(255, 255, 255, 0.4);--mm-shadow:0 0 10px rgba(0, 0, 0, 0.3)}.mm-hidden{display:none!important}.mm-wrapper{overflow-x:hidden;position:relative}.mm-menu{top:0;right:0;bottom:0;left:0;background:#f3f3f3;border-color:rgba(0,0,0,.1);color:rgba(0,0,0,.75);line-height:20px;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;-webkit-box-sizing:border-box;box-sizing:border-box;position:absolute;top:var(--mm-offset-top);right:var(--mm-offset-right);bottom:var(--mm-offset-bottom);left:var(--mm-offset-left);z-index:0;background:var(--mm-color-background);border-color:var(--mm-color-border);color:var(--mm-color-text);line-height:var(--mm-line-height);-webkit-tap-highlight-color:var(--mm-color-background-emphasis);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mm-menu a,.mm-menu a:active,.mm-menu a:hover,.mm-menu a:link,.mm-menu a:visited{text-decoration:none;color:inherit}[dir=rtl] .mm-menu{direction:rtl}.mm-panel{background:#f3f3f3;border-color:rgba(0,0,0,.1);color:rgba(0,0,0,.75);z-index:0;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;-webkit-overflow-scrolling:touch;overflow:scroll;overflow-x:hidden;overflow-y:auto;background:var(--mm-color-background);border-color:var(--mm-color-border);color:var(--mm-color-text);-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;-o-transition:transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease}.mm-panel:after{height:44px}.mm-panel:not(.mm-hidden){display:block}.mm-panel:after{content:'';display:block;height:var(--mm-listitem-size)}.mm-panel_opened{z-index:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-panel_opened-parent{-webkit-transform:translate3d(-30%,0,0);transform:translate3d(-30%,0,0)}.mm-panel_highest{z-index:2}.mm-panel_noanimation{-webkit-transition:none!important;-o-transition:none!important;transition:none!important}.mm-panel_noanimation.mm-panel_opened-parent{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-panels>.mm-panel{position:absolute;left:0;right:0;top:0;bottom:0}.mm-panel__content{padding:20px 20px 0}.mm-panels{background:#f3f3f3;border-color:rgba(0,0,0,.1);color:rgba(0,0,0,.75);position:relative;height:100%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;overflow:hidden;background:var(--mm-color-background);border-color:var(--mm-color-border);color:var(--mm-color-text)}[dir=rtl] .mm-panel:not(.mm-panel_opened){-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}[dir=rtl] .mm-panel.mm-panel_opened-parent{-webkit-transform:translate3d(30%,0,0);transform:translate3d(30%,0,0)}.mm-listitem_vertical>.mm-panel{display:none;width:100%;padding:10px 0 10px 10px;-webkit-transform:none!important;-ms-transform:none!important;transform:none!important}.mm-listitem_vertical>.mm-panel:after,.mm-listitem_vertical>.mm-panel:before{content:none;display:none}.mm-listitem_opened>.mm-panel{display:block}.mm-listitem_vertical>.mm-listitem__btn{height:44px;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}.mm-btn{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;width:50px;padding:0}.mm-btn:after,.mm-btn:before{border:2px solid rgba(0,0,0,.3);border:2px solid var(--mm-color-button)}.mm-btn_next:after,.mm-btn_prev:before{content:'';border-bottom:none;border-right:none;-webkit-box-sizing:content-box;box-sizing:content-box;display:block;width:8px;height:8px;margin:auto;position:absolute;top:0;bottom:0}.mm-btn_prev:before{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);left:23px;right:auto}.mm-btn_next:after{-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg);right:23px;left:auto}.mm-btn_close:after,.mm-btn_close:before{content:'';-webkit-box-sizing:content-box;box-sizing:content-box;display:block;width:5px;height:5px;margin:auto;position:absolute;top:0;bottom:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.mm-btn_close:before{border-right:none;border-bottom:none;right:18px}.mm-btn_close:after{border-left:none;border-top:none;right:25px}[dir=rtl] .mm-btn_next:after{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);left:23px;right:auto}[dir=rtl] .mm-btn_prev:before{-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg);right:23px;left:auto}[dir=rtl] .mm-btn_close:after,[dir=rtl] .mm-btn_close:before{right:auto}[dir=rtl] .mm-btn_close:before{left:25px}[dir=rtl] .mm-btn_close:after{left:18px}.mm-navbar{min-height:44px;border-bottom:1px solid rgba(0,0,0,.1);background:#f3f3f3;color:rgba(0,0,0,.3);display:-webkit-box;display:-ms-flexbox;display:flex;min-height:var(--mm-navbar-size);border-bottom:1px solid var(--mm-color-border);background:var(--mm-color-background);color:var(--mm-color-text-dimmed);text-align:center;opacity:1;-webkit-transition:opacity .4s ease;-o-transition:opacity .4s ease;transition:opacity .4s ease}.mm-navbar>*{min-height:44px}@supports ((position:-webkit-sticky) or (position:sticky)){.mm-navbar_sticky{position:-webkit-sticky;position:sticky;top:0;z-index:1}}.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-left:20px;padding-right:20px;overflow:hidden}.mm-navbar__title:not(:last-child){padding-right:0}.mm-navbar__title>span{-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.mm-navbar__btn:not(.mm-hidden)+.mm-navbar__title{padding-left:0}.mm-navbar__btn:not(.mm-hidden)+.mm-navbar__title:last-child{padding-right:50px}[dir=rtl] .mm-navbar{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.mm-listview{list-style:none;display:block;padding:0;margin:0}.mm-listitem{color:rgba(0,0,0,.75);border-color:rgba(0,0,0,.1);color:var(--mm-color-text);border-color:var(--mm-color-border);list-style:none;display:block;padding:0;margin:0;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.mm-listitem:after{content:'';border-color:inherit;border-bottom-width:1px;border-bottom-style:solid;display:block;position:absolute;left:20px;right:0;bottom:0}.mm-listitem a,.mm-listitem a:hover{text-decoration:none}.mm-listitem__btn,.mm-listitem__text{padding:12px;display:block;padding:calc((var(--mm-listitem-size) - var(--mm-line-height))/ 2);padding-left:0;padding-right:0;color:inherit}.mm-listitem__text{-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;padding-left:20px;padding-right:10px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:10%;flex-basis:10%}.mm-listitem__btn{background:rgba(3,2,1,0);border-color:inherit;width:auto;padding-right:50px;position:relative}.mm-listitem__btn:not(.mm-listitem__text){border-left-width:1px;border-left-style:solid}.mm-listitem_selected>.mm-listitem__text{background:rgba(255,255,255,.4);background:var(--mm-color-background-emphasis)}.mm-listitem_opened>.mm-listitem__btn,.mm-listitem_opened>.mm-panel{background:rgba(0,0,0,.05);background:var(--mm-color-background-highlight)}[dir=rtl] .mm-listitem:after{left:0;right:20px}[dir=rtl] .mm-listitem__text{padding-left:10px;padding-right:20px}[dir=rtl] .mm-listitem__btn{padding-left:50px;border-left-width:0;border-left-style:none}[dir=rtl] .mm-listitem__btn:not(.mm-listitem__text){padding-right:0;border-right-width:1px;border-right-style:solid}.mm-page{-webkit-box-sizing:border-box;box-sizing:border-box;position:relative}.mm-slideout{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;-o-transition:transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;z-index:1}.mm-wrapper_opened{overflow-x:hidden;position:relative}.mm-wrapper_opened .mm-page{min-height:100vh}.mm-wrapper_background .mm-page{background:inherit}.mm-menu_offcanvas{position:fixed;right:auto;z-index:0}.mm-menu_offcanvas:not(.mm-menu_opened){display:none}.mm-menu_offcanvas{width:80%;min-width:240px;max-width:440px}.mm-wrapper_opening .mm-menu_offcanvas~.mm-slideout{-webkit-transform:translate3d(80vw,0,0);transform:translate3d(80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_offcanvas~.mm-slideout{-webkit-transform:translate3d(240px,0,0);transform:translate3d(240px,0,0)}}@media all and (min-width:550px){.mm-wrapper_opening .mm-menu_offcanvas~.mm-slideout{-webkit-transform:translate3d(440px,0,0);transform:translate3d(440px,0,0)}}.mm-wrapper__blocker{background:rgba(3,2,1,0);overflow:hidden;display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:2}.mm-wrapper_blocking{overflow:hidden}.mm-wrapper_blocking body{overflow:hidden}.mm-wrapper_blocking .mm-wrapper__blocker{display:block}.mm-sronly{border:0!important;clip:rect(1px,1px,1px,1px)!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;white-space:nowrap!important;width:1px!important;min-width:1px!important;height:1px!important;min-height:1px!important;padding:0!important;overflow:hidden!important;position:absolute!important}.mm-menu_autoheight:not(.mm-menu_offcanvas){position:relative}.mm-menu_autoheight.mm-menu_position-bottom,.mm-menu_autoheight.mm-menu_position-top{max-height:80%}.mm-menu_autoheight-measuring .mm-panel{display:block!important}.mm-menu_autoheight-measuring .mm-panels>.mm-panel{bottom:auto!important;height:auto!important}.mm-menu_autoheight-measuring .mm-listitem_vertical:not(.mm-listitem_opened) .mm-panel{display:none!important}[class*=mm-menu_columns-]{-webkit-transition-property:width;-o-transition-property:width;transition-property:width}[class*=mm-menu_columns-] .mm-panels>.mm-panel{right:auto;-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}[class*=mm-menu_columns-] .mm-panels>.mm-panel_opened,[class*=mm-menu_columns-] .mm-panels>.mm-panel_opened-parent{display:block!important}[class*=mm-panel_columns-]{border-right:1px solid;border-color:inherit}.mm-menu_columns-1 .mm-panel_columns-0,.mm-menu_columns-2 .mm-panel_columns-1,.mm-menu_columns-3 .mm-panel_columns-2,.mm-menu_columns-4 .mm-panel_columns-3{border-right:none}[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-0{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-menu_columns-0 .mm-panels>.mm-panel{z-index:0}.mm-menu_columns-0 .mm-panels>.mm-panel else{width:100%}.mm-menu_columns-0 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent){-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.mm-menu_columns-0{width:80%;min-width:240px;max-width:0}.mm-wrapper_opening .mm-menu_columns-0~.mm-slideout{-webkit-transform:translate3d(80vw,0,0);transform:translate3d(80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-0~.mm-slideout{-webkit-transform:translate3d(240px,0,0);transform:translate3d(240px,0,0)}}@media all and (min-width:0px){.mm-wrapper_opening .mm-menu_columns-0~.mm-slideout{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-80vw,0,0);transform:translate3d(-80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-240px,0,0);transform:translate3d(-240px,0,0)}}@media all and (min-width:0px){.mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-1{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.mm-menu_columns-1 .mm-panels>.mm-panel{z-index:1;width:100%}.mm-menu_columns-1 .mm-panels>.mm-panel else{width:100%}.mm-menu_columns-1 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent){-webkit-transform:translate3d(200%,0,0);transform:translate3d(200%,0,0)}.mm-menu_columns-1{width:80%;min-width:240px;max-width:440px}.mm-wrapper_opening .mm-menu_columns-1~.mm-slideout{-webkit-transform:translate3d(80vw,0,0);transform:translate3d(80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-1~.mm-slideout{-webkit-transform:translate3d(240px,0,0);transform:translate3d(240px,0,0)}}@media all and (min-width:550px){.mm-wrapper_opening .mm-menu_columns-1~.mm-slideout{-webkit-transform:translate3d(440px,0,0);transform:translate3d(440px,0,0)}}.mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-80vw,0,0);transform:translate3d(-80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-240px,0,0);transform:translate3d(-240px,0,0)}}@media all and (min-width:550px){.mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-440px,0,0);transform:translate3d(-440px,0,0)}}[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-2{-webkit-transform:translate3d(200%,0,0);transform:translate3d(200%,0,0)}.mm-menu_columns-2 .mm-panels>.mm-panel{z-index:2;width:50%}.mm-menu_columns-2 .mm-panels>.mm-panel else{width:100%}.mm-menu_columns-2 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent){-webkit-transform:translate3d(300%,0,0);transform:translate3d(300%,0,0)}.mm-menu_columns-2{width:80%;min-width:240px;max-width:880px}.mm-wrapper_opening .mm-menu_columns-2~.mm-slideout{-webkit-transform:translate3d(80vw,0,0);transform:translate3d(80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-2~.mm-slideout{-webkit-transform:translate3d(240px,0,0);transform:translate3d(240px,0,0)}}@media all and (min-width:1100px){.mm-wrapper_opening .mm-menu_columns-2~.mm-slideout{-webkit-transform:translate3d(880px,0,0);transform:translate3d(880px,0,0)}}.mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-80vw,0,0);transform:translate3d(-80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-240px,0,0);transform:translate3d(-240px,0,0)}}@media all and (min-width:1100px){.mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-880px,0,0);transform:translate3d(-880px,0,0)}}[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-3{-webkit-transform:translate3d(300%,0,0);transform:translate3d(300%,0,0)}.mm-menu_columns-3 .mm-panels>.mm-panel{z-index:3;width:33.34%}.mm-menu_columns-3 .mm-panels>.mm-panel else{width:100%}.mm-menu_columns-3 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent){-webkit-transform:translate3d(400%,0,0);transform:translate3d(400%,0,0)}.mm-menu_columns-3{width:80%;min-width:240px;max-width:1320px}.mm-wrapper_opening .mm-menu_columns-3~.mm-slideout{-webkit-transform:translate3d(80vw,0,0);transform:translate3d(80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-3~.mm-slideout{-webkit-transform:translate3d(240px,0,0);transform:translate3d(240px,0,0)}}@media all and (min-width:1650px){.mm-wrapper_opening .mm-menu_columns-3~.mm-slideout{-webkit-transform:translate3d(1320px,0,0);transform:translate3d(1320px,0,0)}}.mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-80vw,0,0);transform:translate3d(-80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-240px,0,0);transform:translate3d(-240px,0,0)}}@media all and (min-width:1650px){.mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-1320px,0,0);transform:translate3d(-1320px,0,0)}}[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-4{-webkit-transform:translate3d(400%,0,0);transform:translate3d(400%,0,0)}.mm-menu_columns-4 .mm-panels>.mm-panel{z-index:4;width:25%}.mm-menu_columns-4 .mm-panels>.mm-panel else{width:100%}.mm-menu_columns-4 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent){-webkit-transform:translate3d(500%,0,0);transform:translate3d(500%,0,0)}.mm-menu_columns-4{width:80%;min-width:240px;max-width:1760px}.mm-wrapper_opening .mm-menu_columns-4~.mm-slideout{-webkit-transform:translate3d(80vw,0,0);transform:translate3d(80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-4~.mm-slideout{-webkit-transform:translate3d(240px,0,0);transform:translate3d(240px,0,0)}}@media all and (min-width:2200px){.mm-wrapper_opening .mm-menu_columns-4~.mm-slideout{-webkit-transform:translate3d(1760px,0,0);transform:translate3d(1760px,0,0)}}.mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-80vw,0,0);transform:translate3d(-80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-240px,0,0);transform:translate3d(-240px,0,0)}}@media all and (min-width:2200px){.mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-1760px,0,0);transform:translate3d(-1760px,0,0)}}[class*=mm-menu_columns-].mm-menu_position-bottom,[class*=mm-menu_columns-].mm-menu_position-top{width:100%;max-width:100%;min-width:100%}.mm-wrapper_opening [class*=mm-menu_columns-].mm-menu_position-front{-webkit-transition-property:width,min-width,max-width,-webkit-transform;transition-property:width,min-width,max-width,-webkit-transform;-o-transition-property:width,min-width,max-width,transform;transition-property:width,min-width,max-width,transform;transition-property:width,min-width,max-width,transform,-webkit-transform}.mm-counter{color:rgba(0,0,0,.3);display:block;padding-left:20px;float:right;text-align:right;color:var(--mm-color-text-dimmed)}.mm-listitem_nosubitems>.mm-counter{display:none}[dir=rtl] .mm-counter{text-align:left;float:left;padding-left:0;padding-right:20px}.mm-divider{position:relative;min-height:20px;padding:4.3px;background:#f3f3f3;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;min-height:var(--mm-line-height);padding:calc(((var(--mm-listitem-size) * .65) - var(--mm-line-height)) * .5);padding-right:10px;padding-left:20px;font-size:75%;text-transform:uppercase;background:var(--mm-color-background);opacity:1;-webkit-transition:opacity .4s ease;-o-transition:opacity .4s ease;transition:opacity .4s ease}.mm-divider:before{background:rgba(0,0,0,.05)}@supports ((position:-webkit-sticky) or (position:sticky)){.mm-divider{position:-webkit-sticky;position:sticky;z-index:2;top:0}.mm-navbar_sticky:not(.mm-hidden)~.mm-listview .mm-divider{top:var(--mm-navbar-size)}}.mm-divider:before{content:'';position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--mm-color-background-highlight)}.mm-wrapper_dragging .mm-menu,.mm-wrapper_dragging .mm-slideout{-webkit-transition-duration:0s!important;-o-transition-duration:0s!important;transition-duration:0s!important;-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}.mm-wrapper_dragging .mm-menu{pointer-events:none!important}.mm-wrapper_dragging .mm-wrapper__blocker{display:none!important}.mm-menu_dropdown{-webkit-box-shadow:0 2px 10px rgba(0,0,0,.3);box-shadow:0 2px 10px rgba(0,0,0,.3);height:80%}.mm-wrapper_dropdown .mm-slideout{-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;z-index:0}.mm-wrapper_dropdown .mm-wrapper__blocker{-webkit-transition-delay:0s!important;-o-transition-delay:0s!important;transition-delay:0s!important;z-index:1}.mm-wrapper_dropdown .mm-menu_dropdown{z-index:2}.mm-wrapper_dropdown.mm-wrapper_opened:not(.mm-wrapper_opening) .mm-menu_dropdown{display:none}.mm-menu_tip-bottom:before,.mm-menu_tip-left:before,.mm-menu_tip-right:before,.mm-menu_tip-top:before{content:'';background:inherit;-webkit-box-shadow:0 2px 10px rgba(0,0,0,.3);box-shadow:0 2px 10px rgba(0,0,0,.3);display:block;width:15px;height:15px;position:absolute;z-index:-1;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.mm-menu_tip-left:before{left:22px}.mm-menu_tip-right:before{right:22px}.mm-menu_tip-top:before{top:-8px}.mm-menu_tip-bottom:before{bottom:-8px}:root{--mm-iconbar-size:50px}.mm-menu_iconbar-left .mm-navbars_bottom,.mm-menu_iconbar-left .mm-navbars_top,.mm-menu_iconbar-left .mm-panels{margin-left:50px;margin-left:var(--mm-iconbar-size)}.mm-menu_iconbar-left .mm-iconbar{border-right-width:1px;display:block;left:0}.mm-menu_iconbar-right .mm-navbars_bottom,.mm-menu_iconbar-right .mm-navbars_top,.mm-menu_iconbar-right .mm-panels{margin-right:50px;margin-right:var(--mm-iconbar-size)}.mm-menu_iconbar-right .mm-iconbar{border-left-width:1px;display:block;right:0}.mm-iconbar{width:50px;border-color:rgba(0,0,0,.1);background:#f3f3f3;color:rgba(0,0,0,.3);display:none;width:var(--mm-iconbar-size);overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;position:absolute;top:0;bottom:0;z-index:2;border:0 solid;border-color:var(--mm-color-border);background:var(--mm-color-background);color:var(--mm-color-text-dimmed);text-align:center}.mm-iconbar__bottom,.mm-iconbar__top{width:inherit;position:absolute}.mm-iconbar__bottom>*,.mm-iconbar__top>*{-webkit-box-sizing:border-box;box-sizing:border-box;display:block;padding:12.5px 0}.mm-iconbar__bottom a,.mm-iconbar__bottom a:hover,.mm-iconbar__top a,.mm-iconbar__top a:hover{text-decoration:none}.mm-iconbar__top{top:0}.mm-iconbar__bottom{bottom:0}.mm-iconbar__tab_selected{background:rgba(255,255,255,.4);background:var(--mm-color-background-emphasis)}:root{--mm-iconpanel-size:50px}.mm-panel_iconpanel-1{width:calc(100% - 50px);width:calc(100% - (var(--mm-iconpanel-size) * 1))}.mm-panel_iconpanel-2{width:calc(100% - 100px);width:calc(100% - (var(--mm-iconpanel-size) * 2))}.mm-panel_iconpanel-3{width:calc(100% - 150px);width:calc(100% - (var(--mm-iconpanel-size) * 3))}.mm-panel_iconpanel-first~.mm-panel{width:calc(100% - 50px);width:calc(100% - var(--mm-iconpanel-size))}.mm-menu_iconpanel .mm-panels>.mm-panel{left:auto;-webkit-transition-property:width,-webkit-transform;transition-property:width,-webkit-transform;-o-transition-property:transform,width;transition-property:transform,width;transition-property:transform,width,-webkit-transform}.mm-menu_iconpanel .mm-panels>.mm-panel_opened,.mm-menu_iconpanel .mm-panels>.mm-panel_opened-parent{display:block!important}.mm-menu_iconpanel .mm-panels>.mm-panel_opened-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-left-width:1px;border-left-style:solid}.mm-menu_hidedivider .mm-panel_opened-parent .mm-divider,.mm-menu_hidenavbar .mm-panel_opened-parent .mm-navbar{opacity:0}.mm-panel__blocker{background:inherit;opacity:0;display:block;position:absolute;top:0;right:0;left:0;z-index:3;-webkit-transition:opacity .4s ease;-o-transition:opacity .4s ease;transition:opacity .4s ease}.mm-panel_opened-parent .mm-panel__blocker{opacity:.6;bottom:-100000px}[dir=rtl] .mm-menu_iconpanel .mm-panels>.mm-panel{left:0;right:auto;-webkit-transition-property:width,-webkit-transform;transition-property:width,-webkit-transform;-o-transition-property:transform,width;transition-property:transform,width;transition-property:transform,width,-webkit-transform}[dir=rtl] .mm-menu_iconpanel .mm-panels>.mm-panel:not(.mm-panel_iconpanel-first):not(.mm-panel_iconpanel-0){border-left:none;border-right:1px solid;border-color:inherit}.mm-menu_keyboardfocus a:focus,.mm-menu_keyboardfocus.mm-menu_opened~.mm-wrapper__blocker a:focus{background:rgba(255,255,255,.4);background:var(--mm-color-background-emphasis);outline:0}.mm-wrapper__blocker .mm-tabstart{cursor:default;display:block;width:100%;height:100%}.mm-wrapper__blocker .mm-tabend{opacity:0;position:absolute;bottom:0}.mm-navbars_top{-ms-flex-negative:0;flex-shrink:0}.mm-navbars_top .mm-navbar:not(:last-child){border-bottom:none}.mm-navbars_bottom{-ms-flex-negative:0;flex-shrink:0}.mm-navbars_bottom .mm-navbar{border-bottom:none}.mm-navbars_bottom .mm-navbar:first-child{border-top:1px solid rgba(0,0,0,.1);border-top:1px solid var(--mm-color-border)}.mm-btn:not(.mm-hidden)+.mm-navbar__searchfield .mm-searchfield__input{padding-left:0}.mm-navbar__searchfield:not(:last-child) .mm-searchfield__input{padding-right:0}.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;padding-right:6px}.mm-navbar__breadcrumbs>a{text-decoration:underline}.mm-navbar__breadcrumbs:not(:last-child){padding-right:0}.mm-btn:not(.mm-hidden)+.mm-navbar__breadcrumbs{padding-left:0}.mm-navbar_tabs>*{padding:0 10px;border:1px solid transparent}.mm-navbar__tab_selected{background:#f3f3f3;color:rgba(0,0,0,.75);background:var(--mm-color-background);color:var(--mm-color-text)}.mm-navbar__tab_selected:not(:first-child){border-left-color:rgba(0,0,0,.1)}.mm-navbar__tab_selected:not(:last-child){border-right-color:rgba(0,0,0,.1)}.mm-navbar__tab_selected:not(:first-child){border-left-color:var(--mm-color-border)}.mm-navbar__tab_selected:not(:last-child){border-right-color:var(--mm-color-border)}.mm-navbars_top .mm-navbar_tabs{border-bottom:none}.mm-navbars_top .mm-navbar_tabs>*{border-bottom-color:rgba(0,0,0,.1);border-bottom-color:var(--mm-color-border)}.mm-navbars_top .mm-navbar__tab_selected{border-top-color:rgba(0,0,0,.1);border-top-color:var(--mm-color-border);border-bottom-color:transparent}.mm-navbars_top.mm-navbars_has-tabs .mm-navbar{background:rgba(255,255,255,.4);background:var(--mm-color-background-emphasis)}.mm-navbars_top.mm-navbars_has-tabs .mm-navbar_tabs~.mm-navbar{background:#f3f3f3;background:var(--mm-color-background)}.mm-navbars_bottom .mm-navbar_tabs:first-child{border-top:none}.mm-navbars_bottom .mm-navbar_tabs>*{border-top-color:rgba(0,0,0,.1);border-top-color:var(--mm-color-border)}.mm-navbars_bottom .mm-navbar__tab_selected{border-bottom-color:rgba(0,0,0,.1);border-bottom-color:var(--mm-color-border);border-top-color:transparent}.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar{background:#f3f3f3;background:var(--mm-color-background)}.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs,.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs~.mm-navbar{background:rgba(255,255,255,.4);background:var(--mm-color-background-emphasis)}.mm-searchfield{height:44px;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{height:30.8px;line-height:30.8px}.mm-searchfield input,.mm-searchfield input:focus,.mm-searchfield input:hover{background:rgba(0,0,0,.05);color:rgba(0,0,0,.75)}.mm-searchfield input{display:block;width:100%;max-width:100%;height:calc(var(--mm-navbar-size) * .7);min-height:unset;max-height:unset;margin:0;padding:0 10px;-webkit-box-sizing:border-box;box-sizing:border-box;border:none!important;border-radius:4px;line-height:calc(var(--mm-navbar-size) * .7);-webkit-box-shadow:none!important;box-shadow:none!important;outline:0!important;font:inherit;font-size:inherit}.mm-searchfield input,.mm-searchfield input:focus,.mm-searchfield input:hover{background:var(--mm-color-background-highlight);color:var(--mm-color-text)}.mm-searchfield input::-ms-clear{display:none}.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-panel__noresultsmsg{color:rgba(0,0,0,.3);padding:50px 0;color:var(--mm-color-text-dimmed);text-align:center;font-size:150%}.mm-searchfield__btn{position:absolute;right:0;top:0;bottom:0}.mm-panel_search{left:0!important;right:0!important;width:100%!important;border-left:none!important}.mm-searchfield__cancel{line-height:44px;display:block;padding-right:10px;margin-right:-100px;line-height:var(--mm-navbar-size);text-decoration:none;-webkit-transition:margin .4s ease;-o-transition:margin .4s ease;transition:margin .4s ease}.mm-searchfield__cancel-active{margin-right:0}.mm-listitem_nosubitems>.mm-listitem__btn{display:none}.mm-listitem_nosubitems>.mm-listitem__text{padding-right:10px}.mm-listitem_onlysubitems>.mm-listitem__text:not(.mm-listitem__btn){z-index:-1;pointer-events:none}.mm-sectionindexer{background:inherit;text-align:center;font-size:12px;-webkit-box-sizing:border-box;box-sizing:border-box;width:20px;position:absolute;top:0;bottom:0;right:-20px;z-index:5;-webkit-transition:right .4s ease;-o-transition:right .4s ease;transition:right .4s ease;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:rgba(0,0,0,.3);color:var(--mm-color-text-dimmed);line-height:1;text-decoration:none;display:block}.mm-sectionindexer~.mm-panel{padding-right:0}.mm-sectionindexer_active{right:0}.mm-sectionindexer_active~.mm-panel{padding-right:20px}.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:background-color .4s ease;-o-transition:background-color .4s ease;transition:background-color .4s ease}.mm-menu_selected-hover .mm-listview:hover>.mm-listitem_selected>.mm-listitem__text{background:0 0}.mm-menu_selected-hover .mm-listitem__btn:hover,.mm-menu_selected-hover .mm-listitem__text:hover{background:rgba(255,255,255,.4);background:var(--mm-color-background-emphasis)}.mm-menu_selected-parent .mm-panel_opened-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:rgba(255,255,255,.4);background:var(--mm-color-background-emphasis)}:root{--mm-sidebar-collapsed-size:50px;--mm-sidebar-expanded-size:440px}.mm-wrapper_sidebar-collapsed body,.mm-wrapper_sidebar-expanded body{position:relative}.mm-wrapper_sidebar-collapsed .mm-slideout,.mm-wrapper_sidebar-expanded .mm-slideout{-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_sidebar-collapsed .mm-page,.mm-wrapper_sidebar-expanded .mm-page{background:inherit;-webkit-box-sizing:border-box;box-sizing:border-box;min-height:100vh}.mm-wrapper_sidebar-collapsed .mm-menu_sidebar-collapsed,.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;top:0!important;right:auto!important;bottom:0!important;left:0!important}.mm-wrapper_sidebar-collapsed .mm-slideout{width:calc(100% - 50px);-webkit-transform:translate3d(50px,0,0);transform:translate3d(50px,0,0);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)}.mm-wrapper_sidebar-collapsed:not(.mm-wrapper_opening) .mm-menu_hidedivider .mm-divider,.mm-wrapper_sidebar-collapsed:not(.mm-wrapper_opening) .mm-menu_hidenavbar .mm-navbar{opacity:0}.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded{width:440px;width:var(--mm-sidebar-expanded-size);min-width:0!important;max-width:100000px!important;border-right-width:1px;border-right-style:solid}.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded.mm-menu_pageshadow:after{content:none;display:none}.mm-wrapper_sidebar-expanded.mm-wrapper_blocking,.mm-wrapper_sidebar-expanded.mm-wrapper_blocking body{overflow:visible}.mm-wrapper_sidebar-expanded .mm-wrapper__blocker{display:none!important}.mm-wrapper_sidebar-expanded:not(.mm-wrapper_sidebar-closed) .mm-menu_sidebar-expanded.mm-menu_opened~.mm-slideout{width:calc(100% - 440px);-webkit-transform:translate3d(440px,0,0);transform:translate3d(440px,0,0);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)}.mm-menu__blocker{background:rgba(3,2,1,0);display:block;position:absolute;top:0;right:0;bottom:0;left:0;z-index:3}.mm-menu_opened .mm-menu__blocker{display:none}[dir=rtl].mm-wrapper_sidebar-collapsed .mm-slideout{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}[dir=rtl].mm-wrapper_sidebar-expanded .mm-slideout{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}[dir=rtl].mm-wrapper_sidebar-expanded:not(.mm-wrapper_sidebar-closed) .mm-menu_sidebar-expanded.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}input.mm-toggle{margin-top:5px;background:rgba(0,0,0,.1);display:inline-block;min-width:58px;width:58px;height:34px;margin:0 10px;margin-top:calc((var(--mm-listitem-size) - 34px)/ 2);border:none!important;background:var(--mm-color-border);border-radius:34px;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;cursor:pointer;-webkit-transition:background-color .2s ease;-o-transition:background-color .2s ease;transition:background-color .2s ease}input.mm-toggle:before{background:#f3f3f3}input.mm-toggle:before{content:'';display:block;width:32px;height:32px;margin:1px;border-radius:34px;background:var(--mm-color-background);-webkit-transition:-webkit-transform .2s ease;transition:-webkit-transform .2s ease;-o-transition:transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease}input.mm-toggle:checked{background:#4bd963}input.mm-toggle:checked:before{-webkit-transform:translateX(24px);-ms-transform:translateX(24px);transform:translateX(24px)}input.mm-check{margin-top:2px;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;border:none!important;background:0 0!important;cursor:pointer;display:inline-block;width:40px;height:40px;margin:0 10px;margin-top:calc((var(--mm-listitem-size) - 40px)/ 2)}input.mm-check:before{content:'';display:block;width:40%;height:20%;margin:25% 0 0 20%;border-left:3px solid;border-bottom:3px solid;border-color:var(--mm-color-text);opacity:.3;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transition:opacity .2s ease;-o-transition:opacity .2s ease;transition:opacity .2s ease}input.mm-check:checked:before{opacity:1}[dir=rtl] input.mm-toggle:checked~label.mm-toggle:before{float:left}.mm-menu_border-none .mm-listitem:after{content:none}.mm-menu_border-full .mm-listitem:after{left:0!important}.mm-menu_fx-menu-slide{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;-o-transition:transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease}.mm-wrapper_opened .mm-menu_fx-menu-slide{-webkit-transform:translate3d(-30%,0,0);transform:translate3d(-30%,0,0)}.mm-wrapper_opening .mm-menu_fx-menu-slide{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-wrapper_opened .mm-menu_fx-menu-slide.mm-menu_position-right{-webkit-transform:translate3d(30%,0,0);transform:translate3d(30%,0,0)}.mm-wrapper_opening .mm-menu_fx-menu-slide.mm-menu_position-right{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-menu_fx-panels-none .mm-panel,.mm-panel_fx-none{-webkit-transition-property:none;-o-transition-property:none;transition-property:none}.mm-menu_fx-panels-none .mm-panel.mm-panel_opened-parent,.mm-panel_fx-none.mm-panel_opened-parent{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-menu_fx-panels-slide-0 .mm-panel_opened-parent{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-menu_fx-panels-slide-100 .mm-panel_opened-parent{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.mm-menu_fullscreen{width:100%;min-width:140px;max-width:10000px}.mm-wrapper_opening .mm-menu_fullscreen~.mm-slideout{-webkit-transform:translate3d(100vw,0,0);transform:translate3d(100vw,0,0)}@media all and (max-width:140px){.mm-wrapper_opening .mm-menu_fullscreen~.mm-slideout{-webkit-transform:translate3d(140px,0,0);transform:translate3d(140px,0,0)}}@media all and (min-width:10000px){.mm-wrapper_opening .mm-menu_fullscreen~.mm-slideout{-webkit-transform:translate3d(10000px,0,0);transform:translate3d(10000px,0,0)}}.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-100vw,0,0);transform:translate3d(-100vw,0,0)}@media all and (max-width:140px){.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-140px,0,0);transform:translate3d(-140px,0,0)}}@media all and (min-width:10000px){.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-10000px,0,0);transform:translate3d(-10000px,0,0)}}.mm-menu_fullscreen.mm-menu_position-top{height:100vh;min-height:140px;max-height:10000px}.mm-menu_fullscreen.mm-menu_position-bottom{height:100vh;min-height:140px;max-height:10000px}.mm-menu_listview-justify .mm-panels>.mm-panel{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.mm-menu_listview-justify .mm-panels>.mm-panel:after{content:none;display:none}.mm-menu_listview-justify .mm-panels>.mm-panel .mm-listview{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;margin-top:0;margin-bottom:0}.mm-menu_listview-justify .mm-panels>.mm-panel .mm-listitem{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;min-height:50px}.mm-menu_listview-justify .mm-panels>.mm-panel .mm-listitem__text{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.mm-listview_inset{list-style:inside disc;width:100%;padding:0 30px 15px 30px;margin:0}.mm-listview_inset .mm-listitem{padding:5px 0}.mm-menu_multiline .mm-listitem__text{-o-text-overflow:clip;text-overflow:clip;white-space:normal}[class*=mm-menu_pagedim].mm-menu_opened~.mm-wrapper__blocker{opacity:0}.mm-wrapper_opening [class*=mm-menu_pagedim].mm-menu_opened~.mm-wrapper__blocker{opacity:.3;-webkit-transition:opacity .4s ease .4s;-o-transition:opacity .4s ease .4s;transition:opacity .4s ease .4s}.mm-menu_opened.mm-menu_pagedim~.mm-wrapper__blocker{background:inherit}.mm-menu_opened.mm-menu_pagedim-black~.mm-wrapper__blocker{background:#000}.mm-menu_opened.mm-menu_pagedim-white~.mm-wrapper__blocker{background:#fff}.mm-menu_popup{-webkit-transition:opacity .4s ease;-o-transition:opacity .4s ease;transition:opacity .4s ease;opacity:0;-webkit-box-shadow:0 2px 10px rgba(0,0,0,.3);box-shadow:0 2px 10px rgba(0,0,0,.3);height:80%;min-height:140px;max-height:880px;top:50%;left:50%;bottom:auto;right:auto;z-index:2;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}.mm-menu_popup.mm-menu_opened~.mm-slideout{-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;z-index:0}.mm-menu_popup.mm-menu_opened~.mm-wrapper__blocker{-webkit-transition-delay:0s!important;-o-transition-delay:0s!important;transition-delay:0s!important;z-index:1}.mm-wrapper_opening .mm-menu_popup{opacity:1}.mm-menu_position-right{left:auto;right:0}.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-80vw,0,0);transform:translate3d(-80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-240px,0,0);transform:translate3d(-240px,0,0)}}@media all and (min-width:550px){.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-440px,0,0);transform:translate3d(-440px,0,0)}}.mm-menu_position-bottom,.mm-menu_position-front,.mm-menu_position-top{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;-o-transition:transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease}.mm-menu_position-bottom.mm-menu_opened,.mm-menu_position-front.mm-menu_opened,.mm-menu_position-top.mm-menu_opened{z-index:2}.mm-menu_position-bottom.mm-menu_opened~.mm-slideout,.mm-menu_position-front.mm-menu_opened~.mm-slideout,.mm-menu_position-top.mm-menu_opened~.mm-slideout{-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;z-index:0}.mm-menu_position-bottom.mm-menu_opened~.mm-wrapper__blocker,.mm-menu_position-front.mm-menu_opened~.mm-wrapper__blocker,.mm-menu_position-top.mm-menu_opened~.mm-wrapper__blocker{z-index:1}.mm-menu_position-front{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.mm-menu_position-front.mm-menu_position-right{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.mm-menu_position-bottom,.mm-menu_position-top{width:100%;min-width:100%;max-width:100%}.mm-menu_position-top{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.mm-menu_position-top{height:80vh;min-height:140px;max-height:880px}.mm-menu_position-bottom{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);top:auto}.mm-menu_position-bottom{height:80vh;min-height:140px;max-height:880px}.mm-wrapper_opening .mm-menu_position-bottom,.mm-wrapper_opening .mm-menu_position-front,.mm-wrapper_opening .mm-menu_position-top{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-menu_shadow-page:after{-webkit-box-shadow:0 0 10px rgba(0,0,0,.3);box-shadow:0 0 10px rgba(0,0,0,.3);content:'';display:block;width:20px;height:120%;position:absolute;left:100%;top:-10%;z-index:100;-webkit-clip-path:polygon(-20px 0,0 0,0 100%,-20px 100%);clip-path:polygon(-20px 0,0 0,0 100%,-20px 100%);-webkit-box-shadow:var(--mm-shadow);box-shadow:var(--mm-shadow)}.mm-menu_shadow-page.mm-menu_position-right:after{left:auto;right:100%;-webkit-clip-path:polygon(20px 0,40px 0,40px 100%,20px 100%);clip-path:polygon(20px 0,40px 0,40px 100%,20px 100%)}.mm-menu_shadow-page.mm-menu_position-front:after{content:none;display:none}.mm-menu_shadow-menu{-webkit-box-shadow:0 0 10px rgba(0,0,0,.3);box-shadow:0 0 10px rgba(0,0,0,.3);-webkit-box-shadow:var(--mm-shadow);box-shadow:var(--mm-shadow)}.mm-menu_shadow-panels .mm-panels>.mm-panel{-webkit-box-shadow:0 0 10px rgba(0,0,0,.3);box-shadow:0 0 10px rgba(0,0,0,.3);-webkit-box-shadow:var(--mm-shadow);box-shadow:var(--mm-shadow)}.mm-menu_tileview .mm-listview,.mm-panel_tileview .mm-listview{margin:0!important}.mm-menu_tileview .mm-listview:after,.mm-panel_tileview .mm-listview:after{content:'';display:block;clear:both}.mm-menu_tileview .mm-listitem,.mm-panel_tileview .mm-listitem{padding:0;float:left;position:relative;width:50%;height:0;padding-top:50%}.mm-menu_tileview .mm-listitem:after,.mm-panel_tileview .mm-listitem:after{left:0;top:0;border-right-width:1px;border-right-style:solid;z-index:-1}.mm-menu_tileview .mm-listitem.mm-tile-xs,.mm-panel_tileview .mm-listitem.mm-tile-xs{width:12.5%;padding-top:12.5%}.mm-menu_tileview .mm-listitem.mm-tile-s,.mm-panel_tileview .mm-listitem.mm-tile-s{width:25%;padding-top:25%}.mm-menu_tileview .mm-listitem.mm-tile-l,.mm-panel_tileview .mm-listitem.mm-tile-l{width:75%;padding-top:75%}.mm-menu_tileview .mm-listitem.mm-tile-xl,.mm-panel_tileview .mm-listitem.mm-tile-xl{width:100%;padding-top:100%}.mm-menu_tileview .mm-listitem__text,.mm-panel_tileview .mm-listitem__text{line-height:1px;text-align:center;padding:50% 10px 0 10px;margin:0;position:absolute;top:0;right:1px;bottom:1px;left:0}.mm-menu_tileview .mm-listitem__btn,.mm-panel_tileview .mm-listitem__btn{width:auto}.mm-menu_tileview .mm-listitem__btn:after,.mm-menu_tileview .mm-listitem__btn:before,.mm-panel_tileview .mm-listitem__btn:after,.mm-panel_tileview .mm-listitem__btn:before{content:none;display:none}.mm-menu_tileview .mm-divider,.mm-panel_tileview .mm-divider{display:none}.mm-menu_tileview .mm-panel,.mm-panel_tileview{padding-left:0;padding-right:0}.mm-menu_tileview .mm-panel:after,.mm-menu_tileview .mm-panel:before,.mm-panel_tileview:after,.mm-panel_tileview:before{content:none;display:none}body.modal-open .mm-slideout{z-index:unset}
#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden;-webkit-transform:translate3d(0,0,0)}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url(../../assets/colorbox/images/loading.gif) no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0 0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url(../../assets/colorbox/images/controls.png) no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
@charset "UTF-8";
.contao-cookiebar {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
  padding: 15px;
  max-height: 100vh;
  box-sizing: border-box;
  pointer-events: none;
  overflow: hidden; }
  .contao-cookiebar * {
    box-sizing: border-box; }
  .contao-cookiebar:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  .contao-cookiebar .cc-inner {
    display: inline-block;
    overflow-y: auto;
    max-height: 100%;
    max-width: 100%;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    font-size: 1rem;
    text-align: left; }
  .contao-cookiebar.cc-top .cc-inner {
    vertical-align: top; }
  .contao-cookiebar.cc-top.cc-active .cc-inner {
    animation: cookiebar-top-in 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-top.cc-saved .cc-inner {
    animation: cookiebar-top-out 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-bottom .cc-inner {
    vertical-align: bottom; }
  .contao-cookiebar.cc-bottom.cc-active .cc-inner {
    animation: cookiebar-bottom-in 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-bottom.cc-saved .cc-inner {
    animation: cookiebar-bottom-out 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-middle .cc-inner {
    vertical-align: middle; }
  .contao-cookiebar.cc-middle.cc-active .cc-inner {
    animation: cookiebar-middle-in 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-middle.cc-saved .cc-inner {
    animation: cookiebar-middle-out 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-left {
    text-align: left; }
  .contao-cookiebar.cc-right {
    text-align: right; }
  .contao-cookiebar .cc-head h1:first-child, .contao-cookiebar .cc-head h2:first-child, .contao-cookiebar .cc-head h3:first-child, .contao-cookiebar .cc-head h4:first-child, .contao-cookiebar .cc-head h5:first-child, .contao-cookiebar .cc-head h6:first-child {
    margin-top: 0; }
  .contao-cookiebar .cc-head p {
    margin-bottom: 15px; }
  .contao-cookiebar .cc-btn {
    display: inline-block;
    cursor: pointer;
    width: 100%;
    padding: 8px 14px;
    margin-bottom: 8px;
    font-size: 15px;
    outline: 0 none;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    color: #444;
    background: #f5f5f5; }
    .contao-cookiebar .cc-btn:hover {
      background: #ececec; }
    .contao-cookiebar .cc-btn:last-child {
      margin-bottom: 0; }
  .contao-cookiebar .grayscale .cc-btn {
    background: #f1efef; }
    .contao-cookiebar .grayscale .cc-btn:hover {
      background: #ececec; }
    .contao-cookiebar .grayscale .cc-btn.success {
      background: #fbfbfb; }
      .contao-cookiebar .grayscale .cc-btn.success:hover {
        background: #f7f7f7; }
  .contao-cookiebar .highlight .cc-btn.success {
    background: #4e9e3e;
    border-color: #3e7830;
    color: #fff; }
    .contao-cookiebar .highlight .cc-btn.success:hover {
      background: #4c933f; }
  .contao-cookiebar label {
    position: relative;
    display: block;
    padding: 8px 13px 8px 0;
    line-height: 1.2rem; }
    .contao-cookiebar label.group {
      font-weight: 600; }
  .contao-cookiebar input {
    position: absolute;
    width: 1px;
    height: 1px;
    outline: 0 none;
    opacity: 0; }
    .contao-cookiebar input + label {
      padding: 8px 13px 8px 50px;
      cursor: pointer; }
      .contao-cookiebar input + label:before {
        content: '';
        position: absolute;
        top: 6px;
        left: 0;
        width: 35px;
        height: 18px;
        margin: 0;
        box-sizing: content-box;
        border-radius: 10px;
        background: #fff;
        border: 2px solid #9c9b99;
        transition: border-color .2s; }
      .contao-cookiebar input + label:after {
        display: block;
        content: '';
        position: absolute;
        top: 10px;
        left: 4px;
        width: 14px;
        height: 14px;
        border-radius: 10px;
        background: #9c9b99;
        transition: background .2s, margin-left .2s, padding .2s; }
      .contao-cookiebar input + label:active:after {
        padding-left: 5px; }
    .contao-cookiebar input.cc-group-half + label:after {
      background: linear-gradient(to right, #9c9b99 0%, #9c9b99 50%, #399d32 50%, #399d32 100%); }
    .contao-cookiebar input:checked + label:after {
      background: #399d32;
      margin-left: 17px; }
    .contao-cookiebar input:checked + label:active:after {
      margin-left: 12px; }
    .contao-cookiebar input:checked + label:before {
      background: #dcf3db;
      border-color: #399d32; }
    .contao-cookiebar input:disabled + label {
      pointer-events: none; }
      .contao-cookiebar input:disabled + label:after {
        background: #c8c7c5; }
      .contao-cookiebar input:disabled + label:before {
        background: #f4f4f4;
        border-color: #c8c7c5; }
  .contao-cookiebar.cc-active .cc-inner {
    opacity: 1;
    pointer-events: auto;
    visibility: visible; }
  .contao-cookiebar.cc-active.cc-blocked {
    pointer-events: auto;
    animation: cookiebar-overlay-in 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-saved.cc-inner {
    opacity: 0;
    pointer-events: none;
    visibility: hidden; }
  .contao-cookiebar.cc-saved.cc-blocked {
    pointer-events: none;
    animation: cookiebar-overlay-out 0.5s ease-in-out forwards; }

@media (min-width: 768px) {
  .contao-cookiebar .cc-btn {
    width: auto;
    margin-bottom: 0; }
  .contao-cookiebar .cc-inner {
    max-width: 750px; } }

@keyframes cookiebar-overlay-in {
  0% {
    background: rgba(0, 0, 0, 0); }
  100% {
    background: rgba(0, 0, 0, 0.75); } }

@keyframes cookiebar-overlay-out {
  0% {
    background: rgba(0, 0, 0, 0.75); }
  100% {
    background: rgba(0, 0, 0, 0);
    visibility: hidden; } }

@keyframes cookiebar-top-in {
  0% {
    opacity: 0;
    transform: translateY(-100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes cookiebar-top-out {
  0% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }
  100% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-100%); } }

@keyframes cookiebar-middle-in {
  0% {
    opacity: 0;
    transform: scale(0); }
  100% {
    opacity: 1;
    transform: scale(1); } }

@keyframes cookiebar-middle-out {
  0% {
    opacity: 1;
    visibility: visible;
    transform: scale(1); }
  100% {
    opacity: 0;
    visibility: hidden;
    transform: scale(0); } }

@keyframes cookiebar-bottom-in {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes cookiebar-bottom-out {
  0% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }
  100% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%); } }

.contao-cookiebar {
  color: #444444; }
  .contao-cookiebar p {
    color: #868686;
    line-height: 1.4; }
  .contao-cookiebar .cc-inner {
    padding: 25px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    background: #fff; }
  .contao-cookiebar .cc-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    position: relative;
    border: 1px solid #d0d0d0;
    border-radius: 5px;
    margin-bottom: 10px; }
    .contao-cookiebar .cc-group > label {
      flex-grow: 1;
      margin: 5px 0 5px 10px; }
    .contao-cookiebar .cc-group .cc-detail-btn {
      border: 0 none;
      outline: 0 none;
      background: transparent;
      font-size: 13px;
      letter-spacing: 0;
      text-transform: initial;
      cursor: pointer;
      color: #a2a2a2;
      padding: 8px 10px;
      line-height: 1.2rem; }
      .contao-cookiebar .cc-group .cc-detail-btn span:nth-child(2) {
        display: none; }
      .contao-cookiebar .cc-group .cc-detail-btn.cc-active span:nth-child(1) {
        display: none; }
      .contao-cookiebar .cc-group .cc-detail-btn.cc-active span:nth-child(2) {
        display: inline; }
      .contao-cookiebar .cc-group .cc-detail-btn:hover {
        color: #717171; }
    .contao-cookiebar .cc-group .cc-detail-btn-details {
      display: inline-block;
      border: 0 none;
      outline: 0 none;
      background: transparent;
      font-size: 13px;
      letter-spacing: 0;
      text-transform: initial;
      cursor: pointer;
      color: #a2a2a2;
      text-decoration: underline;
      padding: 0;
      margin: 0 0 10px; }
      .contao-cookiebar .cc-group .cc-detail-btn-details span:nth-child(2) {
        display: none; }
      .contao-cookiebar .cc-group .cc-detail-btn-details.cc-active span:nth-child(1) {
        display: none; }
      .contao-cookiebar .cc-group .cc-detail-btn-details.cc-active span:nth-child(2) {
        display: inline; }
      .contao-cookiebar .cc-group .cc-detail-btn-details:hover {
        color: #717171; }
  .contao-cookiebar .cc-cookies {
    display: none;
    width: 100%;
    background: #fbfbfb;
    border-radius: 0 0 5px 5px; }
    .contao-cookiebar .cc-cookies > p {
      font-size: 0.875rem; }
    .contao-cookiebar .cc-cookies > p, .contao-cookiebar .cc-cookies > .cc-cookie {
      margin: 0;
      padding: 15px;
      border-top: 1px solid #e6e6e6; }
    .contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-info {
      font-size: 0.875rem;
      background: #fff;
      padding: 10px;
      border-radius: 5px;
      border: 1px solid #efefef; }
      .contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-info > div > span {
        font-weight: 600; }
      .contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-info > div + div {
        margin-top: 5px;
        word-wrap: break-word; }
      .contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-info + button.cc-detail-btn-details {
        margin-top: 15px; }
    .contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-desc > p {
      margin-bottom: 0; }
    .contao-cookiebar .cc-cookies .cc-cookie label.cookie + p, .contao-cookiebar .cc-cookies .cc-cookie label.cookie + .cc-cookie-info, .contao-cookiebar .cc-cookies .cc-cookie label.cookie + button.cc-detail-btn-details {
      margin-top: 10px; }
    .contao-cookiebar .cc-cookies .cc-cookie p {
      margin: 0 0 15px;
      font-size: 0.875rem; }
  .contao-cookiebar .cc-footer, .contao-cookiebar .cc-info {
    text-align: center; }
  .contao-cookiebar .cc-info {
    margin-top: 15px; }
    .contao-cookiebar .cc-info > p {
      font-size: 0.875rem; }
    .contao-cookiebar .cc-info > a {
      display: inline-block;
      font-size: 0.813rem;
      color: #a2a2a2;
      text-decoration: none; }
      .contao-cookiebar .cc-info > a:hover {
        color: #717171; }
      .contao-cookiebar .cc-info > a + a:before {
        display: inline-block;
        content: '·';
        margin-right: 5px; }

@charset "utf-8";
/* CSS Document */

@font-face{
	font-family: InfoTextSemibold;
	src: url(../../files/_fonts/InfoTextSemibold.eot)
}
@font-face{
	font-family: InfoTextSemibold;
	src: url(../../files/_fonts/InfoTextSemibold.woff) format("woff");
}


@font-face{
	font-family: InfoTextWebBold;
	src: url(../../files/_fonts/InfoTextWeb-Bold.eot)
}
@font-face{
	font-family: InfoTextWebBold;
	src: url(../../files/_fonts/InfoTextWeb-Bold.woff) format("woff");
}


@font-face{
	font-family: InfoTextWeb;
	src: url(../../files/_fonts/InfoTextWeb.eot);
}
@font-face{
	font-family: InfoTextWeb;
	src: url(../../files/_fonts/InfoTextWeb.woff) format("woff");
}
#main .mod_newsletterlist ul, #main .mod_newsletterlist ul li  {
	list-style: none;
	padding: 0;
    margin: 0;
	font-weight: bold;
}


#main .mod_newsletterlist ul a, #main .mod_newsletterlist ul li a  {
	font-weight: normal;
}

.mod_newsletterreader h1 {
	margin-bottom: 25px;
	
}

.newsletter h1, .newsletter h2, .newsletter h3  {
	margin-bottom: 10px;
}

.newsletter h2 {
	font-size: 24px;
}

@media screen and (min-width:845px){

#navtoggler {
	display: none;
}

body {
	margin: 0;
	padding: 0;
	background: #ffffff;
	font-family: InfoTextWeb, sans-serif;
	color: #000000;
	overflow-x: hidden;
	}


	h1, h2, h3 {
	font-family: InfoTextSemibold, sans-serif;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	margin: 0;
}

h1 {
	font-size: 25px;
	
}

	
h2 {
	font-size: 18px;
	margin: 0 0 30px 0;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 14px;
}

	
	#main h2 a, #main h2 a:link, #main h2 a:focus, #main h2 a:active, #main h2 a:visited {
		color: #000000;
		text-decoration: none;
	}
	
	#main h2 a:hover {
		text-decoration: underline;
	}	
p, #main p {
hyphenate-limit-chars: auto 5;
hyphenate-limit-lines: 2;
hyphens: auto;
-webkit-hyphens: auto;
-webkit-hyphenate-limit-chars: auto 3;
-webkit-hyphenate-limit-lines: 4;
-ms-hyphens: auto;
-ms-hyphenate-limit-chars: auto 3;
-ms-hyphenate-limit-lines: 4;
	}
	
.ghostBtn {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    padding: 10px 20px;
    text-align: center;
    border: 1px solid #01b9fd;
    border-radius: 0px;
    font: 16px/24px InfoTextWeb, sans-serif;
    color: #01b9fd;
    behavior: url(assets/css3pie/1.0.0/PIE.htc);
    font-weight: 400;
    transform: translateZ(0px);
    transition-duration: 0.3s;
    transition-property: color, background-color;
}



/*###### Basics ###### */
	


#main p, #main ul li {
	/*/*font-family: 'Droid Serif', serif;*/
	font-family: InfoTextWeb, sans-serif;
	color: #000000;
	font-size: 18px;
	line-height: 24px;
	margin-top: 0;
	text-align: justify;
	margin: 0 0 25px;
}

	
	#main ul, #main ol {
		line-height: 24px;
	}
	
	#main .toTop {
		margin: 50px auto 35px;
	}
	
	#main .toTop p {
		text-align: center;
		font-size: 14px;
	}
	
	#main .toTop p a, #main .toTop p a:link, #main .toTop p a:focus, #main .toTop p a:active, #main .toTop p a:visited {
		color: #000000;
		background: none;
		border: 0;
		box-shadow: inset 0 0 0;
	}
	
	#main .toTop p a:hover {
		text-decoration: underline;
		background: none;
		border: 0;
		box-shadow: inset 0 0 0;
	}
	
a.ghostBtn, a.ghostBtn:link, a.ghostBtn:active, a.ghostBtn:focus, a.ghostBtn:visited {
    font-size: 16px;
    text-decoration: none;
    color: #01b9fd;
	/*font-family: 'Droid Serif', serif;*/
	font-family: InfoTextWeb, sans-serif;
}

a.ghostBtn:hover, #main a.ghostBtn:hover {
	color: #ffffff;
	text-decoration: none;
}

.ghostBtn:hover {
	background-color: #01b9fd;	
}

	#main a, #main a:link, #main a:focus, #main a:active, #main a:visited {
		/*color: #01b9fd;*/
		color: #000000;
		text-decoration: none;
		/*background-color: #01b9fd;
		background-position: bottom center;
		border-bottom: 2px solid #01b9fd;
		transform: translateZ(0px);
    	transition-duration: 0.3s;
    	transition-property: color, border;*/
		
		border-bottom: 1px solid #c6e1eb;
    	box-shadow: inset 0 -4px 0 #c6e1eb;
		/* color: rgba(5,120,220,1); */
		color: inherit;
		hyphenate-limit-chars: auto 5;
		hyphenate-limit-lines: 2;
		hyphens: auto;
		-webkit-hyphens: auto;
		-webkit-hyphenate-limit-chars: auto 3;
		-webkit-hyphenate-limit-lines: 4;
		-ms-hyphens: auto;
		-ms-hyphenate-limit-chars: auto 3;
		-ms-hyphenate-limit-lines: 4;
		transition-property: all;
		-webkit-transition-property: all;
		-webkit-transition-duration: 150ms;
		-webkit-transition-timing-function: linear;
		-webkit-transition-delay: 0;
		-moz-transition-property: all;
		-moz-transition-duration: 150ms;
		-moz-transition-timing-function: linear;
		-moz-transition-delay: 0;
		-ms-transition-property: all;
		-ms-transition-duration: 150ms;
		-ms-transition-timing-function: linear;
		-ms-transition-delay: 0;
		-o-transition-property: all;
		-o-transition-duration: 150ms;
		-o-transition-timing-function: linear;
		-o-transition-delay: 0;
		transition-property: all;
		transition-duration: 150ms;
		transition-timing-function: linear;
		transition-delay: 0;
}
	
	#main a:hover {
		/*text-decoration: none;
		border-bottom: 8px solid #01b9fd;*/
		
		border-bottom: 2px solid #c6e1eb;
    	box-shadow: none;
    	background: rgba(198,225,235,1);
		color: inherit;
		transition-property: all;
		-webkit-transition-property: all;
		-webkit-transition-duration: 150ms;
		-webkit-transition-timing-function: linear;
		-webkit-transition-delay: 0;
		-moz-transition-property: all;
		-moz-transition-duration: 150ms;
		-moz-transition-timing-function: linear;
		-moz-transition-delay: 0;
		-ms-transition-property: all;
		-ms-transition-duration: 150ms;
		-ms-transition-timing-function: linear;
		-ms-transition-delay: 0;
		-o-transition-property: all;
		-o-transition-duration: 150ms;
		-o-transition-timing-function: linear;
		-o-transition-delay: 0;
		transition-property: all;
		transition-duration: 150ms;
		transition-timing-function: linear;
		transition-delay: 0;
	}

	
	
	
	#main ul, #main ul li {
		hyphenate-limit-chars: auto 5;
		hyphenate-limit-lines: 2;
		hyphens: auto;
		-webkit-hyphens: auto;
		-webkit-hyphenate-limit-chars: auto 3;
		-webkit-hyphenate-limit-lines: 4;
		-ms-hyphens: auto;
		-ms-hyphenate-limit-chars: auto 3;
		-ms-hyphenate-limit-lines: 4;
		/*list-style: none;
		list-style-image: url(../../files/_standards/pape-list-symbol.png);*/
	}
	
	#main ul {
		padding: 0 0 0 1.5em;
		margin:0 0 1em 0;
		
		}

	#main ul li {
		margin-bottom: 16px;
	}

	
	/*###### HEADER ###### */

	.mobileLogo {
		display: none;
	}

	#header.headerSticky {
	background-color: #ffffff;
	background-image: url(../../files/_standards/faki-header-BG.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 140px;
	position: absolute;
	top:0;
	left: 0;
	color: #000000;
	z-index: 4;
	border-bottom: 0px solid #fff;
	/*transform: translateZ(0px);
    transition-duration: 0.3s;
    transition-property: color, background-color, position, height, width;*/
		
}


#header.headerSticky-scrolled {
	background-color: rgba(104,173,48,0);
	background-position-y: -41px;
	position: fixed;
	width: 100%;
	/*top: -40px;
	height: 100px;*/
	top: -40px;
	height: 100px;
	/*border-bottom: 30px solid rgba(255,248,204,0.85);*/
	border-bottom: 30px solid rgba(200,204,215,0.85) 
	/*box-shadow: 0 1px 0 0 #68ad30;*/
	/*transform: translateZ(0px);
    transition-duration: 0.3s;
    transition-property: color, background-color, position, height, width;

	margin: 0 10%;
	background-color: #68ad30;*/
	
}
	
	#header.headerSticky-scrolled img {
	transform: translateZ(0px);
    transition-duration: 0.3s;
    transition-property: height, width;

}

#header.headerSticky-scrolled .headerLogo img {
	height:75px;
	width: auto;
	top:-14px;
	left:2px;
	position: absolute;
	transform: translateZ(0px);
    transition-duration: 0.3s;
    transition-property: color, background-color, position, height, width;

}

	
	

	.headerWrap {
		width: 80%;
		margin: 0 auto;
		max-width: 1024px;
	}
	


.headerLogo {
	position: absolute;
	right:9%;
	top:0px;
	float: right;
	width:190px;
	height: 105px;
	transform: translateZ(0px);
    transition-duration: 0.3s;
    transition-property: height, width;
	z-index: 2;

}

.headerLogo img {
	width:190px;
	height: 105px;
	transform: translateZ(0px);
    transition-duration: 0.3s;
    transition-property: height, width;

}

	
	
/* ###### CONTENT ###### */
	
	#container {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin: 0 auto 80px auto;
	top:150px;
	padding-bottom: 200px;	
}

	
	
/* ### CONTENT  ### */


.hundred {
		position: relative;
		width:100%;
		overflow: hidden;
		margin: 0 auto 0px;
	}	

.hundred.top {
	background-color: #c6e1eb;
	height: 350px;
}

#main .hundred.top p {
	text-align: center;
}

.topIllu {
	background-image: url(../../files/_standards/faki-topIllu-BG.png);
	background-repeat: repeat-x;
	
}
	
	.topIllu img {
		position: relative;
		top: 0;
		object-fit: cover;
		margin: 0 auto;
		max-height: 350px;
		width: auto;
		
	}


	.hundred hr {
		height: 0;
		border: 1px solid #497327;
		margin: 45px 0;
	}
	
	.fifty {
		position: relative;
		width: 660px;
		overflow: hidden;
		margin: 45px auto 0 auto;
		padding: 0;
			
		}	
	
	
.fifty .image_container {
		width: 87px;
		min-height: 90px;
		max-height: 90px;
		padding: 10px;
		background: #f1f1f1;
		height: 100% !important;
		overflow: hidden;
		/*float: left;
		clear: both;*/
		text-align: center;
		margin: 0px 12px 0px 0;
		vertical-align: top;
		border-right: 12px solid #fff;
		border-bottom: 12px solid #fff;
		object-fit: cover;

		
		
	}
	
	.image_container img {
		border: 1px solid #b7b7b7;
		max-height: 90px;
		width: auto;
	}

.fifty.smallText {
	margin: 40px auto 15px auto;	
}
	

#main .smallText p {
	margin: 0;
	font-size: 14px;
	
}

	.fiftySub {
		position: relative;
		/*width: 48.316%;
		max-width: 1024px;
		min-width: 660px;*/
		width: 660px;
		overflow: hidden;
		margin: 0px auto 50px;
		padding: 0 0 50px 0;
		border-bottom: 1px solid #000000;
			
		}	

	
	.fiftyTwoCols {
		display: table;
	}
	
	.fiftyTwoColsRow {
		display: table-row;
	}
	
	.fiftyLeft {
		display: table-cell;
		width: 87px;		
		padding: 10px;
		background: #f1f1f1;
		height: 100% !important;
		overflow: hidden;
		/*float: left;
		clear: both;*/
		text-align: center;
		margin: 0px 12px 12px 0;
		vertical-align: top;
		border-right: 12px solid #fff;
		border-bottom: 12px solid #fff;

		
		
	}
	
	.fiftyLeft img {
		border: 1px solid #b7b7b7;
	}
	
		
	.fiftyRight {
		display: table-cell;
		width: 531px;
		/*padding: 10px 2% 10px;
		background: #f1f1f1;*/
		overflow: hidden;
		position: relative;
    	top: -7px;
		vertical-align: top;
	}
	
	.noBorderBottom {
		border-bottom: 0px solid #000000;
	}
	
	.noMarginBottom {
		margin: 0 auto;
	}
	
	.noMargin {
		margin: 0;
	}
	
	.blockLinkGrey {
		background-color: #f1f1f1;
		padding: 9px;
				
	}
	
	.blockLinkGrey img {
		width:80px;
		height:70px;
		float: left;
		margin: 0 10px;
	}
	
	.fiftySub.blockLinkGrey {
		position: relative;
		/*top: -50px;*/
	}
	
	.blockLinkGrey h2 {
		margin-bottom: 10px;
	}
	
	
	#main .dwnldLinkGrey p a {
		width: 96%;
		display: inline-block;
		background-color: #f1f1f1;
		padding: 2%;
		color: #000000;
		margin-bottom: 15px;
		text-align: left;
				
	}
	
	.dwnldLinkGrey a img {
		width:80px;
		height:70px;
		float: left;
		margin: 0 10px;
	}
	
	
	#main .downloadYellow {
		
	}
	
	#main .downloadYellow ul {
		list-style: none;
		padding: 0px;
		margin-top: 0;
		margin-bottom: 0;
		/*background-color: #f1f1f1;*/
			}
	
	#main .downloadYellow ul li  {
		background-image: url(../../files/_standards/blockLinkListY.gif);
		background-repeat: no-repeat;
		background-position: 10px 10px;
		background-size: 80px 70px;
		width: 70%;
		display: block;
		background-color: #f1f1f1;
		vertical-align: top;
		padding: 10px 15% 10px 100px;
		color: #000000;
		margin: 0px 0 15px;
		text-align: left;
		min-height: 105px;
		font-size: 18px;			
		/*border-bottom: 8px solid #ffffff;*/
		border-top: 7px solid #ffffff;
					
	}
	

	
		#main .downloadBlue ul {
		list-style: none;
		padding: 0px;
		margin-top: 0;
		margin-bottom: 0;
		
			}
	
	#main .downloadBlue ul li  {
		background-image: url(../../files/_standards/blockLinkListB.png);
		background-repeat: no-repeat;
		background-position: 10px 10px;
		background-size: 80px 70px;
		width: 70%;
		display: block;
		background-color: #f1f1f1;
		vertical-align: top;
		padding: 10px 15% 10px 100px;
		color: #000000;
		margin: 0px 0 15px;
		text-align: left;
		min-height: 70px;
		font-size: 18px;
		/*border-bottom: 8px solid #ffffff;
		border-top: 7px solid #ffffff;*/
					
	}
	
	
		#main .downloadYellow ul li a, #main .downloadBlue ul li a{
		background: none;
		border: 0;
		box-shadow: inset 0 0 0;
		text-decoration: none;
		color: #01b9fd;

	}
	
	
		#main .downloadYellow ul li a:hover, #main .downloadBlue ul li a:hover{
		background: none;
		border: 0;
		box-shadow: inset 0 0 0;
			text-decoration: underline;
		/*color: #c6e1eb;*/
	}
	
	
	#main .service .downloadYellow ul, #main .service .downloadBlue ul {
		position: relative;
		top:-7px;
		left:117px;
		width: 543px;
		
	}
	
	#main .service .downloadYellow ul li, #main .service .downloadBlue ul li {
	    padding: 5px 15% 0px 100px;
	
	}
	/*.downloadYellow ul li img {
		width:80px;
		height:70px;
		float: left;
		margin: 0 10px;
	}
	
	.fiftySub.dwnldLinkGrey {
		position: relative;
		top: -50px;
	}
	
	.dwnldLinkGrey p {
		margin-bottom: 10px;
		background-color: #f1f1f1;
		padding: 9px;
				
	}
*/


	/* ###### FAQLIST Start ###### */
	
	#main .mod_faqlist ul {
		
		list-style: none;
		padding: 0;
		margin: 0;
		
	}
	
	
	#main .mod_faqlist ul li {
		display: inline-block;
		float: left;
		margin: 5px 5px 15px;		
		list-style: none;
		
	}
	
	
	#main .mod_faqlist ul li a {
		padding: 10px 15px;
		background: #fff8be;
		text-decoration: none;
		box-shadow: inset 0 0px 0 #c6e1eb;;
		border:0;
		list-style: none;
		
	}
	
	#main .mod_faqlist ul li a:hover {
		background: #c6e1eb;
		
		
	}
	
	/* ###### FAQLIST Ende ###### */
	
	/* ###### Gallery ###### */

.subPageContent.gallery img, .subPageContentWrap.gallery img {
	width: 15vw;
	height: 15vw;
	object-fit: cover;
	margin:0 1vw 1vw;
	
}
	

/* ###### FOOTER ###### */
	
	#toTop {
		padding: 0px;
		width: 50px;
		height: 50px;
		text-indent: -9999px;
		border: 0px solid #01b9fd;
		border-radius: 0px;
		color: #fff;
		bottom:20px;
		right:25px;
		/*font-family: FontAwesome;
		ont: 16px/24px 'Droid Serif', serif;
		font-weight: 400;*/
		background-image: url(../../files/_standards/pape-backtotopbtn.png);
		background-color: rgba(103,159,51,0.3);		
		behavior: url(assets/css3pie/1.0.0/PIE.htc);
		transform: translateZ(0px);
		transition-duration: 0.3s;
		transition-property: background-color;
		
	}
	
	
/*	#toTop:before {
    content: "\f062";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	}*/
	
	#toTop:hover {
	/*color: #ffffff;
	text-decoration: none;*/
	background-color: rgba(103,159,51,1)
}



	

}


@media screen and (min-width:1921px){

	#footer {
	background-color: #679f32;
	background-position: center 40px;
	/*background-attachment: fixed;*/
	background-size: cover;
	background-repeat: no-repeat;
	}

}


@charset "utf-8";
/* CSS Document */

/*.topIlluHome {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: url(../../files/_topIllus/ius-topIllu-home02.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
   
}*/



.aktuellesSinglePix table {
	position: relative;
	margin: 0 auto;
	width: 90%;
	max-width: 900px;
	height: auto;
	max-height: 249px;
	top: 140px;
	
	
}

.aktuellesSinglePix table td {
	padding: 0 1%;
}

.aktuellesSinglePix img {
	object-fit: contain;
    width: 100%;
    height: auto;
    max-height: 224px;
	}



#main .aktuellesSinglePix a, #main .aktuellesSinglePix a:hover {
    /* color: #01b9fd; */
    color: #000000;
    text-decoration: none;
    border-bottom: 0px solid #c6e1eb;
    box-shadow: inset 0 0px 0 #c6e1eb;
	background: none;
    
}


.topIlluAktuelles {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
	min-height: 300px;
	background: url("../../files/topillus/Header-Illu-Aktuelles.png") no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
	margin-bottom: 25px;
   
}

.topIlluFaKi {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
	min-height: 300px;
	background: url("../../files/topillus/Header-Illu-Fachstelle.png") no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
}


.topIlluPartner {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
	min-height: 300px;
	background: url("../../files/topillus/Header-Illu-Partnerpyramide.png") no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
	
   
}

.topIlluWiki {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
	min-height: 300px;
	background: url("../../files/topillus/Header-Illu-Wiki.png") no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
	
   
}

.topIlluService {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
	min-height: 300px;
	background: url("../../files/topillus/Header-Illu-Service.png") no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
	
   
}
@media only screen and (max-width:844px) {

.mod_navigation, .mod_megamenu {
    display:none;
}

/* OFF MENU ELEMENTS */
	

p.menuText {
		position: absolute;
		left:21px;
		top:40px;
		font-weight: normal;
		text-decoration: none;
		color: #000;
		font-family: InfoTextWebBold,sans-serif;
		font-size: 16px;
		z-index: 5;
}
	
img.mobileNaviLogo {
	position: absolute;
	right:60px;	
	top:0px;
	float: right;
	width:120px;
	padding-top: 37px;
	background: #fff;
	height: auto;
	z-index: 5;
	}
	
	#navtogglerX, #mmenu_close_button {
	
	width: 40px;
    height: 40px;
    right: 10px;
    top: 45px;
    padding: 0;
    position: absolute;
    z-index: 200000;
    border-bottom: 0px solid #fff;
    text-align: right;
}

	#mobileMenuHeader {
		background-color: #ffffff;
		background-image: url(../../files/_standards/faki-header-BG.png);
		background-repeat: repeat-x;
		width: 100%;
		height: 105px;
		position: fixed;
		top:0;
		left: 0;
		color: #000000;
		z-index: 4;
		border-bottom: 0px solid #fff;
		/*transform: translateZ(0px);
		transition-duration: 0.3s;
		transition-property: color, background-color, position, height, width;*/
		
}

	html.mm-slide.mm-opening .mm-menu, .mod_menu, .mm-menu {
		/*margin: 105px 0 0 0;*/
		}

	
	
	#naviBgWhite {
		background: #fff;
		overflow: hidden;
	}

	/* OFF MENU ELEMENTS ENDE */
	
	
	.mm-menu.mm-white, .mm-menu_theme-white, .mm-panels {
		--mm-color-background: #ffe400;
		background: #ffe400 !important; 
	}
	
	.mm-menu_theme-white {
	  --mm-color-border: rgba(0, 0, 0, 0.1);
	  --mm-color-button: rgba(0, 0, 0, 1);
	  --mm-color-text: rgba(0, 0, 0, 0.7);
	  --mm-color-text-dimmed: rgba(0, 0, 0, 0.3);
	  --mm-color-background: #fff;
	  --mm-color-background-highlight: rgba(0, 0, 0, 0.06);
	  --mm-color-background-emphasis: rgba(251, 247, 182, 1);
	  --mm-shadow: 0 0 10px rgba(0, 0, 0, 0.2)
}
	
	
.mm-menu {
    color:#000;
	font-family: InfoTextWebBold,sans-serif;
	font-size: 14px;
	/*background: #ffffff;
    background: radial-gradient(circle at 75% 2%,#00a8e7, #0079c7 50%);*/
    z-index:10001;
	
}
	
	
	#mm-0 .mm-navbar__title {
		display: none;
	}
	
	#mm-1 .mm-navbar__title, 
	#mm-2 .mm-navbar__title, 
	#mm-3 .mm-navbar__title, 
	#mm-4 .mm-navbar__title,
	#mm-5 .mm-navbar__title,
	#mm-6 .mm-navbar__title,
	#mm-7 .mm-navbar__title,
	#mm-8 .mm-navbar__title,
	#mm-9 .mm-navbar__title,
	.mm-navbar__btn {
		color: #000 !important;
		/*display: none;*/
		padding-left: 0px !important;
	 	height: 60px;
		justify-content: flex-start !important;
		background: rgba(251, 247, 182, 1);
	}
	
	
	.mm-btn_prev:before {
		color: #000 !important;
	}
	.mm-navbar {
		border-bottom: none;
		top: 103px;
	}
	
	
	.mm-menu ul.level_1, .mm-menu ul.level_2 {
		top: 103px;
		position: relative;
		width: 100%;
	}
	
.mm-menu ul li{
		background: #fff;
	}
	
.mm-menu ul li a,
.mm-menu ul li a:visited,
.mm-menu ul li a:link,
.mm-menu ul li a:focus,
.mm-menu ul li a:active {
    font-weight:normal;
    text-decoration:none;
    color:#000;
     font-family: InfoTextWebBold,sans-serif;
	font-size: 14px;
}
.mm-menu ul li:hover {
    background-color:#ffe400;
}
.mm-menu ul li ul {
    left:10px;
    position:absolute;
    display:none;
}

.mm-list > li {
	outline: none;
}

.mm-menu .mm-list a.mm-subopen, .mm-list > li.mm-selected > a.mm-subopen {
    color:#000;
	outline: none;
}
.mm-menu.mm-white .mm-list > li > a.mm-subclose, .mm-menu.mm-white .mm-list > li.mm-selected > a:not(.mm-subopen), .mm-menu.mm-white .mm-list > li.mm-selected > span {
	background: #fbf7b6;
    color: #000;
	outline: none;
	/*background: rgba(0, 0, 0, 0.06);
    color: rgba(0, 0, 0, 0.3)*/
}

.mm-menu .mm-list > li > a.mm-subopen::after,
.mm-menu .mm-list > li > a.mm-subclose::before,
.mm-menu.mm-white .mm-list > li > a.mm-subopen:before{
    border-color:#fff;
}
.mm-menu .mm-list > li > a.mm-subopen::before {
    border-color:#fff;
}
.mm-menu .mm-list > li > a.mm-subopen::after,
.mm-menu .mm-list > li > a.mm-subclose::before,
.mm-menu .mm-list > li::after,
.mm-menu .mm-list > li > a.mm-subclose {
    border-color:#fff;
    color:#000;
}
.mm-list a.mm-subopen::before {
    border-left:0px solid #fff;
}

.mm-menu.mm-white .mm-list > li > a.mm-subopen:after, .mm-menu.mm-white .mm-list > li > a.mm-subclose:before {
	border-color: #000;
}

.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
	margin-left: 0px;
}

#mobilenav ul li.first {
    padding-left:0;
    border-top:1px solid #bfbfbf;
	outline: none;
}
#mobilenav ul li.last {
    border-bottom: 0px solid #3c4047;
}
.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults)::after, .mm-listitem:after {
    border-top:1px solid #bfbfbf;
    border-bottom:0px solid #3c4047;
    border-bottom-width: 0px;
	left: 0;
}
	
.mm-listitem__btn:not(.mm-listitem__text) {
    border-left-width: 0px;
    border-left-style: none;
}
	
	.mm-list a.mm-subclose {
		margin-top: 0;
	}
	

}


@media only screen and (max-width:555px){
	.mm-menu ul.level_1, .mm-menu ul.level_2 {
		top: 103px;
		position: relative;
		width: 100%;
	}
}
@media screen and (max-width:844px){

	
.mod_form.tableless {
		display: none;
	}
	
#navtoggler, #navtoggler:hover {
    width:40px;
    height:40px;
    right:10px;
    top:45px;
    position:absolute;
    /*border:0;
    background:none;
    behavior:url('assets/css3pie/1.0.0/PIE.htc');
    z-index:200000;*/
	}

body {
	margin: 0;
	padding: 0;
	background: #ffffff;
	font-family: InfoTextWeb, sans-serif;
	color: #000000;
	overflow-x: hidden;
	}


	h1, h2, h3 {
	font-family: InfoTextSemibold, sans-serif;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	margin: 0;
}

h1 {
	font-size: 25px;
	
}

	
h2 {
	font-size: 18px;
	margin: 0 0 30px 0;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 14px;
}

	
	#main h2 a, #main h2 a:link, #main h2 a:focus, #main h2 a:active, #main h2 a:visited {
		color: #000000;
		text-decoration: none;
	}
	
	#main h2 a:hover {
		text-decoration: underline;
	}	

.ghostBtn {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    padding: 10px 20px;
    text-align: center;
    border: 1px solid #01b9fd;
    border-radius: 0px;
    font: 16px/24px InfoText, sans-serif;
    color: #01b9fd;
    behavior: url(assets/css3pie/1.0.0/PIE.htc);
    font-weight: 400;
    transform: translateZ(0px);
    transition-duration: 0.3s;
    transition-property: color, background-color;
}



/*###### Basics ###### */
	


#main p {
	/*/*font-family: 'Droid Serif', serif;*/
	font-family: InfoTextWeb, sans-serif;
	color: #000000;
	font-size: 18px;
	line-height: 24px;
	margin-top: 0;
	text-align: left;
	margin: 0 0 25px;
}

	
	#main ul, #main ol {
		line-height: 24px;
	}
	
	#main .toTop {
		margin: 50px auto 35px;
	}
	
	#main .toTop p {
		text-align: center;
		font-size: 14px;
	}
	
	#main .toTop p a, #main .toTop p a:link, #main .toTop p a:focus, #main .toTop p a:active, #main .toTop p a:visited {
		color: #000000;
		background: none;
		border: 0;
		box-shadow: inset 0 0 0;
	}
	
	#main .toTop p a:hover {
		text-decoration: underline;
		background: none;
		border: 0;
		box-shadow: inset 0 0 0;
	}
	
a.ghostBtn, a.ghostBtn:link, a.ghostBtn:active, a.ghostBtn:focus, a.ghostBtn:visited {
    font-size: 16px;
    text-decoration: none;
    color: #01b9fd;
	/*font-family: 'Droid Serif', serif;*/
	font-family: InfoTextWeb, sans-serif;
}

a.ghostBtn:hover, #main a.ghostBtn:hover {
	color: #ffffff;
	text-decoration: none;
}

.ghostBtn:hover {
	background-color: #01b9fd;	
}

	#main a, #main a:link, #main a:focus, #main a:active, #main a:visited {
		/*color: #01b9fd;*/
		color: #000000;
		text-decoration: none;
		/*background-color: #01b9fd;
		background-position: bottom center;
		border-bottom: 2px solid #01b9fd;
		transform: translateZ(0px);
    	transition-duration: 0.3s;
    	transition-property: color, border;*/
		
		border-bottom: 1px solid #c6e1eb;
    	box-shadow: inset 0 -4px 0 #c6e1eb;
		/* color: rgba(5,120,220,1); */
		color: inherit;
		transition-property: all;
		-webkit-transition-property: all;
		-webkit-transition-duration: 150ms;
		-webkit-transition-timing-function: linear;
		-webkit-transition-delay: 0;
		-moz-transition-property: all;
		-moz-transition-duration: 150ms;
		-moz-transition-timing-function: linear;
		-moz-transition-delay: 0;
		-ms-transition-property: all;
		-ms-transition-duration: 150ms;
		-ms-transition-timing-function: linear;
		-ms-transition-delay: 0;
		-o-transition-property: all;
		-o-transition-duration: 150ms;
		-o-transition-timing-function: linear;
		-o-transition-delay: 0;
		transition-property: all;
		transition-duration: 150ms;
		transition-timing-function: linear;
		transition-delay: 0;
}
	
	#main a:hover {
		/*text-decoration: none;
		border-bottom: 8px solid #01b9fd;*/
		
		border-bottom: 2px solid #c6e1eb;
    	box-shadow: none;
    	background: rgba(198,225,235,1);
		color: inherit;
		transition-property: all;
		-webkit-transition-property: all;
		-webkit-transition-duration: 150ms;
		-webkit-transition-timing-function: linear;
		-webkit-transition-delay: 0;
		-moz-transition-property: all;
		-moz-transition-duration: 150ms;
		-moz-transition-timing-function: linear;
		-moz-transition-delay: 0;
		-ms-transition-property: all;
		-ms-transition-duration: 150ms;
		-ms-transition-timing-function: linear;
		-ms-transition-delay: 0;
		-o-transition-property: all;
		-o-transition-duration: 150ms;
		-o-transition-timing-function: linear;
		-o-transition-delay: 0;
		transition-property: all;
		transition-duration: 150ms;
		transition-timing-function: linear;
		transition-delay: 0;
	}

	
	
	
	#main ul, #main ul li {
		/*list-style: none;
		list-style-image: url(../../files/_standards/pape-list-symbol.png);*/
	}
	
	#main ul {
		padding: 0 0 0 1.5em;
		margin:0 0 1em 0;
		
		}

	#main ul li {
		margin-bottom: 16px;
	}

	
	/*###### HEADER ###### */


	#header {
		background-color: #ffffff;
		background-image: url(../../files/_standards/faki-header-BG.png);
		background-repeat: repeat-x;
		width: 100%;
		height: 105px;
		position: fixed;
		top:0;
		left: 0;
		color: #000000;
		z-index: 4;
		border-bottom: 0px solid #fff;
		/*transform: translateZ(0px);
		transition-duration: 0.3s;
		transition-property: color, background-color, position, height, width;*/
		
}


/*#header.headerSticky-scrolled {
	background-color: rgba(104,173,48,0);
	background-position-y: -41px;
	position: fixed;
	width: 100%;
	/*top: -40px;
	height: 100px;
	top: -40px;
	height: 100px;*/
	/*border-bottom: 30px solid rgba(255,248,204,0.85);
	border-bottom: 30px solid rgba(200,204,215,0.85) */
	/*box-shadow: 0 1px 0 0 #68ad30;*/
	/*transform: translateZ(0px);
    transition-duration: 0.3s;
    transition-property: color, background-color, position, height, width;

	margin: 0 10%;
	background-color: #68ad30;
	
}*/
	
	#header img {
	transform: translateZ(0px);
    transition-duration: 0.3s;
    transition-property: height, width;

}

/*#header .headerLogo img {
	height:75px;
	width: auto;
	top:0px;
	left:2px;
	position: absolute;
	transform: translateZ(0px);
    transition-duration: 0.3s;
    transition-property: color, background-color, position, height, width;

}*/
	
	.headerWrap {
		width: 100%;
		margin: 0 auto;
		
	}
	
	.headerTxtWrap {
		height: 30px;
		padding-left:20px;
		position: absolute;
		float: left;
		top:38px;
		font-family: InfoTextSemibold, sans-serif;
		font-weight: normal;
		z-index: 5;
		
		
	}

	
	.headerTxtWrap p {
	}
	
	.headerLogo {
		display: none;
	}
	
.mobileLogo {
	position: absolute;
	right:60px;
	top:0px;
	float: right;
	width:120px;
	height: 105px;
	transform: translateZ(0px);
    transition-duration: 0.3s;
    transition-property: height, width;
	background-color: #ffffff;
	z-index: 5;

}

.mobileLogo img {
	width:120px;
	/*height: 105px;*/
	height: auto;
	transform: translateZ(0px);
    transition-duration: 0.3s;
    transition-property: height, width;
	position: absolute;
	bottom: 0;

}

	
	
/* ###### CONTENT ###### */
	
	#container {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin: 0 auto 80px auto;
	top:135px;
	padding-bottom: 200px;	
}

	
	
/* ### CONTENT  ### */


.hundred {
		position: relative;
		width:100%;
		overflow: hidden;
		margin: 0 auto 0px;
	}	

.hundred.top {
	background-color: #c6e1eb;
	height: 350px;
}

#main .hundred.top p {
	text-align: center;
}

.topIllu {
	background-image: url(../../files/_standards/faki-topIllu-BG.png);
	background-repeat: repeat-x;
	
}
	
	.topIllu img {
		position: relative;
		top: 0;
		object-fit: cover;
		margin: 0 auto;
		max-height: 350px;
		width: auto;
		
	}


	.hundred hr {
		height: 0;
		border: 1px solid #497327;
		margin: 45px 0;
	}
	
	.fifty {
		position: relative;
		/*width: 48.316%;
		max-width: 1024px;
		min-width: 660px;*/
		width: 90%;
		overflow: hidden;
		margin: 45px auto 0 auto;
		padding: 0;
			
		}	

.fifty.smallText {
	margin: 40px auto 15px auto;	
}

#main .smallText p {
	margin: 0;
	font-size: 14px;
	
}

	.fiftySub {
		position: relative;
		/*width: 48.316%;
		max-width: 1024px;
		min-width: 660px;*/
		width: 90%;
		overflow: hidden;
		margin: 0px auto 50px auto;
		padding: 0 0 50px 0;
		border-bottom: 1px solid #000000;
			
		}	

	
	.noBorderBottom {
		border-bottom: 0px solid #000000;
	}
	
	.noMarginBottom {
		margin: 0 auto;
	}
	
	.blockLinkGrey {
		background-color: #f1f1f1;
		padding: 9px;
				
	}
	
	.blockLinkGrey img {
		width:80px;
		height:70px;
		float: left;
		margin: 0 10px 10px 0;
	}
	
	.fiftySub.blockLinkGrey {
		position: relative;
		/*top: -50px;*/
	}
	
	.blockLinkGrey h2 {
		margin-bottom: 10px;
	}
	
	
	#main .dwnldLinkGrey p a {
		width: 96%;
		display: inline-block;
		background-color: #f1f1f1;
		padding: 2%;
		color: #000000;
		margin-bottom: 15px;
		text-align: left;
				
	}
	
	.dwnldLinkGrey a img {
		width:80px;
		height:70px;
		float: left;
		margin: 0 10px;
	}
	
	
	#main .downloadYellow ul {
		list-style: none;
		padding: 0px;
		margin-top: 0;
		margin-bottom: 0;
		/*background-color: #f1f1f1;*/
			}
	
	#main .downloadYellow ul li  {
		background-image: url(../../files/_standards/blockLinkListY.gif);
		background-repeat: no-repeat;
		background-position: 10px 10px;
		background-size: 80px 70px;
		
		display: block;
		background-color: #f1f1f1;
		vertical-align: top;
		padding: 10px 15% 10px 100px;
		color: #000000;
		margin: 0px 0 15px;
		text-align: left;
		min-height: 70px;
							
	}
	

	
		#main .downloadBlue ul {
		list-style: none;
		padding: 0px;
		margin-top: 0;
		margin-bottom: 0;
		
			}
	
	#main .downloadBlue ul li  {
		background-image: url(../../files/_standards/blockLinkListB.png);
		background-repeat: no-repeat;
		background-position: 10px 10px;
		background-size: 80px 70px;
		
		display: block;
		background-color: #f1f1f1;
		vertical-align: top;
		padding: 10px 15% 10px 100px;
		color: #000000;
		margin: 0px 0 15px;
		text-align: left;
		min-height: 70px;
		/*border-bottom: 8px solid #ffffff;
		border-top: 7px solid #ffffff;*/
					
	}
	
	
		#main .downloadYellow ul li a, #main .downloadBlue ul li a{
		background: none;
		border: 0;
		box-shadow: inset 0 0 0;
		text-decoration: none;
	}
	
	
		#main .downloadYellow ul li a:hover, #main .downloadBlue ul li a:hover{
		background: none;
		border: 0;
		box-shadow: inset 0 0 0;
			text-decoration: underline;
		/*color: #c6e1eb;*/
	}
	
	/* ###### FAQLIST Start ###### */
	
	#main .mod_faqlist ul {
		
		list-style: none;
		padding: 0;
		margin: 0;
		
	}
	
	
	#main .mod_faqlist ul li {
		display: inline-block;
		float: left;
		margin: 5px 5px 15px;		
		list-style: none;
		
	}
	
	
	#main .mod_faqlist ul li a {
		padding: 10px 15px;
		background: #fff8be;
		text-decoration: none;
		box-shadow: inset 0 0px 0 #c6e1eb;;
		border:0;
		list-style: none;
		
	}
	
	#main .mod_faqlist ul li a:hover {
		background: #c6e1eb;
		
		
	}
	
	/* ###### FAQLIST Ende ###### */
/* ###### Gallery ###### */

.subPageContent.gallery img, .subPageContentWrap.gallery img {
	width: 15vw;
	height: 15vw;
	object-fit: cover;
	margin:0 1vw 1vw;
	
}
	

/* ###### FOOTER ###### */
	
	#toTop {
		padding: 0px;
		width: 50px;
		height: 50px;
		text-indent: -9999px;
		border: 0px solid #01b9fd;
		border-radius: 0px;
		color: #fff;
		bottom:20px;
		right:25px;
		/*font-family: FontAwesome;
		ont: 16px/24px 'Droid Serif', serif;
		font-weight: 400;*/
		background-image: url(../../files/_standards/pape-backtotopbtn.png);
		background-color: rgba(103,159,51,0.3);		
		behavior: url(assets/css3pie/1.0.0/PIE.htc);
		transform: translateZ(0px);
		transition-duration: 0.3s;
		transition-property: background-color;
		
	}
	
	
/*	#toTop:before {
    content: "\f062";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	}*/
	
	#toTop:hover {
	/*color: #ffffff;
	text-decoration: none;*/
	background-color: rgba(103,159,51,1)
}



	

}


@media screen and (min-width:1921px){

	#footer {
	background-color: #679f32;
	background-position: center 40px;
	/*background-attachment: fixed;*/
	background-size: cover;
	background-repeat: no-repeat;
	}

}


@charset "utf-8";

.mod_mmenu, #mobileMenuHeader, .headerTxtWrap {
	display: none;
}


.mod_megamenu {
    top: 0;
	position: absolute;
	margin: 0;
    background: #000;
    color: #000;
    overflow: visible;
	left: 0;
	z-index: 1;
	
}

.mod_megamenu ul a {
    float: left;
    color: #000;
    text-decoration: none;
    /*width: 120px;
	width: auto;*/
    height: 28px;
    
	
}
.mod_megamenu ul span {
    float: left;
    color: #000;
    text-decoration: none;
    /*width: 120px;*/
    height: 28px;
    padding-top: 0px;
	cursor: pointer;
}
.mod_megamenu ul a:hover {
    color: #000;
	
}

.mod_megamenu ul {
    list-style: none;
    font: 18px InfoTextSemibold, sans-serif;
    text-align: left;
    width: 1000px;
	left: 0;
	position: absolute;
	/*top: 115px;*/
    margin: 0 auto
}
.mod_megamenu ul.level_1 li {
    position: relative;
    float: left;
	display: inline-block;
	/*margin-right: 15px;
	margin-left: 15px;*/
    z-index: 1000;
	padding: 65px 12px 12px;
	transform: translateZ(0px);
    transition-duration: 0.3s;
    transition-property: background-color;
}

.mod_megamenu ul.level_1 li:hover {
    	background-color: #fdf2aa;
}

.mod_megamenu ul ul {
    width: auto;
	min-width: 1000px;
	position: absolute;
    font: 18px InfoTextWeb, sans-serif;
    top: 105px;
    left: 0;
    display: none;
    display: none;
    list-style: none;
	margin: 0;
	padding: 0px 0 0 0;
	/*background-color: #fbf7b6;*/
}
.mod_megamenu ul ul li {
    float: left;
	margin-left:0;
    /*width: 120px*/
}

.mod_megamenu ul ul.level_2 li {
    position: relative;
    float: left;
	display: inline-block;
	margin-right: 15px;
	margin-left: 15px;
    z-index: 1000;
	padding: 14px 15px 5px;
	height: 29px;
}

.mod_megamenu ul ul.level_2 li:hover {
		font: 18px InfoTextSemibold, sans-serif;
		background: none;
	    padding-top: 12px;
		/*background-color: #fbf7b6;
    	background-color: #ffe400;*/
}

.mod_megamenu ul ul li a, li.menuhover li a, li.menuhover li.menuhover li a {
    float: none;
    display: block;
    background: none;
    height: 22px;
    padding-top: 0px
}
.mod_megamenu ul ul li a:hover, li.menuhover li a:hover, li.menuhover li.menuhover li a:hover {
    color: #000;
	
}
.mod_megamenu ul ul li span, li.menuhover li span, li.menuhover li.menuhover li span {
    float: none;
    display: block;
    background: none;
    height: 22px;
    /*padding-top: 0px;*/
	font: 18px InfoTextSemibold, sans-serif;
	
}

.mod_megamenu ul ul.level_2 li.active {
	padding-top: 12px;
}

.mod_megamenu ul ul ul {
    left: 120px;
    top: 0
}
.mod_megamenu ul li.submenu {
    font-weight: normal;
}
.mod_megamenu ul li.noborder {
    border-top: none
}
li.menuhover a, li.menuhover li.menuhover a {
    color: #000;
}
li.menuhover span, li.menuhover li.menuhover span {
    color: #000;
}
.mod_megamenu ul.megamenu,  .mod_megamenu ul.megamenu li,  .mod_megamenu div {
  /*  height: 150px;
    width: 200px;*/
}
.mod_megamenu ul ul span {
    width: 100%;
}
.mod_megamenu ul li:hover ul.level_2 {
    display: block;
	height: 40px;
}


.mod_megamenu ul li.navLevel01:hover ul.level_2 {
    /*left:164px;*/
	left: 0;
	padding-left: 164px;
}

.mod_megamenu ul li.navLevel02:hover ul.level_2 {
    left:-243px;
}

.mod_megamenu ul li.navLevel03:hover ul.level_2 {
    left:-336px;
}

.mod_megamenu ul li.navLevel04:hover ul.level_2 {
    left:-427px;
}


.mod_megamenu ul ul ul.level_3{
    width: auto;
	min-width: 205px;
	position: absolute;
    font: 18px InfoTextSemibold, sans-serif;
    top: 40px;
    left: 0;
    display: none;
    list-style: none;
	margin: 0;
	padding: 0;
	background-color: #ffe400;
}


.mod_megamenu ul li:hover ul.level_2 li:hover ul.level_3 {
    display: block;
	/*height: 300px;*/
	height: auto;
	overflow: hidden;
}

.mod_megamenu ul ul ul.level_3 li {
	float: none;
	width: auto;
	min-width: 250px;
	max-width: 300px;
	margin: 0px 0;
	padding: 10px 0 15px 15px;
	height: 20px;
	
}

.mod_megamenu ul ul ul.level_3 li {
	font-size: 16px;
	line-height: 20px;
}



@media screen and (max-width:1240px){

	.mod_megamenu ul.level_1 li {
		padding: 65px 7px 12px;
	}
	
}

@media screen and (max-width:1180px){

	.mod_megamenu ul.level_1 li {
		padding: 65px 5px 12px;
	}
	
}

@media screen and (max-width:1152px){
	
	#header .headerWrap {
		width: 100%;
	}
	
/*	.mod_megamenu {
    top: 0;
	position: absolute;
	margin: 0;
    background: #000;
    color: #000;
    overflow: visible;
	left: 0;
	z-index: 1;
	
}*/


	.mod_megamenu ul.level_1 li {
		padding: 65px 10px 12px;
	}
	
}

@media screen and (max-width:972px){
	
/*	#header .headerWrap {
		width: 100%;
	}
	
	.mod_megamenu {
    top: 0;
	position: absolute;
	margin: 0;
    background: #000;
    color: #000;
    overflow: visible;
	left: 0;
	z-index: 1;
	
}*/


	.mod_megamenu ul.level_1 li {
		padding: 65px 5px 12px;
	}
	
}



@media screen and (max-width:927px){
	
	.mod_megamenu ul, .mod_megamenu ul ul.level_2 li, .mod_megamenu ul ul.level_2 li:hover {
		font-size: 16px;
	}
	.mod_megamenu ul.level_1 li {
		padding: 65px 7px 12px;
	}
	
}


@media screen and (max-width:878px){
	

	.mod_megamenu ul.level_1 li {
		padding: 65px 5px 12px;
	}
	
}

@media screen and (max-width:855px){
	

	.mod_megamenu ul.level_1 li {
		padding: 65px 3px 12px;
	}
	
}


@media only screen and (max-width:813px) {
		
	.mod_mmenu, #mobileMenuHeader, .headerTxtWrap {
			display: block;
	}


	.mod_megamenu {
		display: none;
	}
	
	
	}
/* topillus.css */

.aktuellesSinglePix table{
	position: relative;
	margin: 0 auto;
	width: 75%;
	max-width: 900px;
	height: auto;
	max-height: 249px;
	/*top: 130px;*/
	top: 170px;
	
}

.aktuellesSinglePix img {
	object-fit: contain;
    width: 100%;
    height: auto;
    max-height: 224px;
}



#main .aktuellesSinglePix a, #main .aktuellesSinglePix a:hover {
    /* color: #01b9fd; */
    color: #000000;
    text-decoration: none;
    border-bottom: 0px solid #c6e1eb;
    box-shadow: inset 0 0px 0 #c6e1eb;
	background: none;
    
}


.topIlluAktuelles {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
	min-height: 450px;
	background: url("../../files/topillus/Header-Illu-Aktuelles.png") no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
	margin-bottom: 25px;
   
}

.topIlluFaKi {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
	min-height: 450px;
	background: url("../../files/topillus/Header-Illu-Fachstelle.png") no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
	margin-bottom: 25px;
   
}


.topIlluFaKi15 {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
	min-height: 450px;
	background: url("../../files/topillus/FKS-Website-Header-Illu-15.jpg") no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
	margin-bottom: 25px;
   
}

.topIlluPartner {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
	min-height: 450px;
	background: url("../../files/topillus/Header-Illu-Partnerpyramide.png") no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
	margin-bottom: 25px;
   
}

.topIlluWiki {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
	min-height: 450px;
	background: url("../../files/topillus/Header-Illu-Wiki.png") no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
	margin-bottom: 25px;
   
}

.topIlluService {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
	min-height: 450px;
	background: url("../../files/topillus/Header-Illu-Service.png") no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
	margin-bottom: 25px;
   
}


@media only screen and (max-width:1024px) {
	
	
	.topIlluAktuelles {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
	min-height: 300px;
	background: url("../../files/topillus/Header-Illu-Aktuelles.png") no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
	margin-bottom: 25px;
   
}
	
	.aktuellesSinglePix table {
	position: relative;
	margin: 0 auto;
	width: 90%;
	max-width: 668px;
	height: auto;
	max-height: 249px;
	top: 80px;
	
	
}

.aktuellesSinglePix table td {
	/*padding: 0 1%;*/
	padding: 0 0.5%;
}

.aktuellesSinglePix img {
	object-fit: contain;
    width: 100%;
    height: auto;
    max-height: 224px;
	}
	
}
/*desktop-formular.css - START*/

.formbody table {
	width: 100%;
}

.fifty input, .fifty textarea {
    border: 0;
    padding: 10px;
    background-color: #e4e4e4;
    color: #000;
    font-size: 14px;
    /*font-family: InfoTextWeb, sans-serif;*/
	font-family: InfoText, sans-serif;;
    margin-bottom: 15px;
    /*width: 94%;*/
	width: 100%;
}

.fifty.abc-search input.text{
	border: 0;
    padding: 10px;
    background-color: #e4e4e4;
    color: #000;
    font-size: 14px;
    /*font-family: InfoTextWeb, sans-serif;*/
	font-family: InfoText, sans-serif;;
    margin-bottom: 15px;
    width: 100%;
}

.fifty .form-group {
	width: 100%;
}

.fifty label {
	width: 100%;
	margin: 15px 0% 15px;
	display: inline-block;
}


.kartenliste ul, .kartenliste ul li {
	list-style: none;
	
}

#main .kartenliste ul {
	padding: 0;
}

#main .kartenliste ul li {
	margin: 15px 0 0 0;
	}

#main hr.line {
	height: 1px;
	border: 0;
	background: #000;
	margin-bottom: 15px;
}

.fifty select {
    border: 0;
    padding: 10px;
    background-color: #e4e4e4;
    color: #000;
    font-size: 14px;
    /*font-family: InfoTextWeb, sans-serif;*/
	font-family: InfoText, sans-serif;;
    margin-bottom: 25px;
    width: 80%;
}


.fifty.login input {
    width: 100%;
	height: 20px;
    
}

.fifty input.submit {
    width: 100%;
    height: 50px;
    left: 0;
    position: relative;
    overflow: hidden;
    float: none;
    display: inline-block;
    padding: 5px 5px 4px;
    background-color: #ffe400;
    border: 0px solid #000;
    font: 16px InfoTextWeb, sans-serif;
    color: #000;
    font-weight: normal;
	margin: 25px 0 0 0;
	text-align: center;
}

.fifty input.submit:hover {
    background-color: #c6e1eb;
    border: 0px solid #000;
    font: 16px InfoTextWeb, sans-serif;
    color: #000;
    cursor: pointer;
    transform: translateZ(0px);
    transition-duration: 0.3s;
    transition-property: color, background-color
}




.fifty.login input.submit:hover {
	 border: 0px solid #000;
    background-color: #cecece !important;
    transform: translateZ(0px);
    transition-duration: 0.3s;
    transition-property: color, background-color
}

 input[type="radio" i] {
    margin: 3px 3px 0px 25px;
	max-width: 40px;
}


 #main .widget-explanation.explanation p{
	margin-top: 15px;
	font-size: 14px;
}

#main a.logoutBtn{
	width: 100%;
    height: 50px;
    left: 0;
    position: relative;
    overflow: hidden;
    float: none;
    display: inline-block;
    padding: 5px 5px 4px;
    background-color: #ffe400;
    border: 0px solid #000;
    font: 18px InfoTextWeb, sans-serif;
	line-height: 50px;
    color: #000;
    font-weight: normal;
	margin: 25px 0 0 0;
	text-align: center;
	box-shadow: inset 0 0px 0 #c6e1eb;
}

#main a.logoutBtn:hover{
	background-color: #c6e1eb;
}

.smTable table {
	width: 100%;	
}


.smTable table td {
	vertical-align: top;
}

.smTable table td label {
	width: auto;
	margin: 0 0 15px;
}

.smTable table td input[type="radio" i] {
    margin: 0px;
	max-width: 10px;
}

/*.widget.widget-captcha.mandatory {
	display: block !important;
}
*/
@media only screen and (min-width:813px){
	
	.fifty.abc-search input.submit {
		margin-top: 0px;
	}
	
	/* Angebote START */
	
.fifty .widget-checkbox fieldset {
	border: 0;
	margin-bottom: 25px;
}

.fifty .widget-checkbox fieldset span{
	width: 33%;
	float: left;
	height: 40px;
}

.fifty .widget-checkbox fieldset label {
	float: left;
	margin: 0;
	cursor: pointer;
}

.fifty .widget-checkbox fieldset legend{
	width: 100%;
	float: none;
	margin: 0 0 15px;
	font-weight: 600;
}


.fifty .widget-text.formFifty {
	width: 47%;
	float: left;
	margin: 0 0.5% 0 0;
		
}

.fifty input.formFifty {
	width: 98%;
	
		
}

.fifty .widget-text.formFiftyRight {
	width: 48%;
    float: left;
    margin: 0 0 0 0.5%;
    border-left: 5px solid #fff
		
}

.fifty .customCheck input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border:none;
	border-radius: 0;
	font-size: 1em;
	width: 100%;
	outline: none;
} 
	

.fifty .quizfragen input {
	/*-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border:none;
	border-radius: 0;*/
	font-size: 1em;
	width: 100%;
	outline: none;
	margin: 0 5px 0 0;
} 
	
.fifty .quizfragen label {
		width: 20%;
		
	}	
	
input[type="checkbox"] {
 width:auto;
  float:left;
  margin-right: .75em;
  background:transparent;
  border:none;
  position: absolute;
	
}


input[type='checkbox']:checked + label::before,
input[type='checkbox']:not(:checked) + label::before {

    content:' ';
    display:inline-block;
    width: 20px;
    height:20px;
    position: relative;
    top:4px;
    border: 0px solid #bbb;
    background: #e4e4e4;
    margin: 0em 1em 0 1em;
	float: left;
  
}

input[type='checkbox']:checked  + label::before {
	display:inline-block;
    width: 20px;
    height:20px;
    position: relative;
    top:4px;
    border: 0px solid #bbb;
	background: #e4e4e4;
    background-image: url(../../files/_standards/checked.png);
	background-position: center center;
	background-repeat: no-repeat;
}

	
	
/* Angebote ENDE */
	.fifty .widget-radio fieldset {
	border: 0;
	margin-bottom: 25px;
}
	
	
	
/*	input[type="radio"] {
	  width:auto;
	  float:left;
	  margin-right: .75em;
	  background:transparent;
	  border:none;
		position: absolute;
		visibility: hidden;
	
}


input[type='radio']:checked + label::before,
input[type='radio']:not(:checked) + label::before {

    content:' ';
    display:inline-block;
    width: 20px;
    height:20px;
    position: relative;
    top:4px;
    border: 0px solid #bbb;
    background: #e4e4e4;
    margin-right: 1em;
  
}

input[type='radio']:checked  + label::before {
	display:inline-block;
    width: 20px;
    height:20px;
    position: relative;
    top:4px;
    border: 0px solid #bbb;
	background: #e4e4e4;
    background-image: url(../../files/_standards/checked.png);
	background-position: center center;
	background-repeat: no-repeat;
}*/


	/* Start Quiz */

	
	/*.mod_quiz {

		background: #fff8be;
		padding: 15px;
	}
	
	.mod_quiz h2 {
		margin: 25px 0 15px;
	}
	
	.mod_quiz h6 {
		font-size: 18px;
		margin: 25px 0 15px;
	}
	
	
	.mod_quiz h3, .mod_quiz .info {
		display: none;
	}
	
	#main .mod_quiz fieldset {
		border:0;
		padding: 0;
	}
	
	#main .mod_quiz ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	#main .mod_quiz ul li {
		font-size: 18px;
	}
	
	.mod_quiz input[type="checkbox"] {
		display: none;
	}
	
	.mod_quiz .answer {
	padding: 10px;
    width: 95%;
	line-height: 22px;
	}
		
	.mod_quiz #answer_1_0, .mod_quiz #answer_1_2, .mod_quiz #answer_2_0, .mod_quiz #answer_2_2, .mod_quiz #answer_3_0, .mod_quiz #answer_3_2, .mod_quiz #answer_4_0, .mod_quiz #answer_4_2,
	.mod_quiz #answer_5_0, .mod_quiz #answer_5_2, .mod_quiz #answer_6_0, .mod_quiz #answer_6_2, .mod_quiz #answer_7_0, .mod_quiz #answer_7_2, .mod_quiz #answer_8_0, .mod_quiz #answer_8_2,
	.mod_quiz #answer_9_0, .mod_quiz #answer_9_2, .mod_quiz #answer_10_0, .mod_quiz #answer_10_2, .mod_quiz #answer_11_0, .mod_quiz #answer_11_2, .mod_quiz #answer_12_0, .mod_quiz #answer_12_2,
	.mod_quiz #answer_13_0, .mod_quiz #answer_13_2, .mod_quiz #answer_14_0, .mod_quiz #answer_14_2, .mod_quiz #answer_15_0, .mod_quiz #answer_15_2, .mod_quiz .answer1 {
	background: #fffbde;
    
	}
	
	
	.mod_quiz .resultcomment.correct {
		margin-top: 15px;
		color: #47BC24;
		font-weight: 600;
	}
	
	.mod_quiz .resultcomment.incorrect {
		margin-top: 15px;
		color: #F70206;
		font-weight: 600;
	}
	
	
	.mod_quiz .question {
		padding: 0 0 25px;
		border-bottom: 1px solid #000;
	}
	
	#erklaerung {
		display: none;
	}*/
	
	
	
/* ENDE Quiz */

	
}






@media only screen and (min-width:120px) and (max-width:813px) {
	
	.fifty .widget-checkbox fieldset {
	border: 0;
	margin-bottom: 25px;
}

.fifty .widget-checkbox fieldset span{
	width: 100%;
	float: left;
	height: 40px;
}

.fifty .widget-checkbox fieldset label {
	float: left;
	margin: 0;
	cursor: pointer;
	width: 80%;
}

.fifty .widget-checkbox fieldset legend{
	width: 100%;
	float: none;
	margin: 0 0 15px;
	font-weight: 600;
}


.fifty .customCheck input {
	width: 20px;
	height: 20px;
	float: left;
	margin: 0 15px 0 0;
} 
	
/*	.fifty .customCheck label {
		width: 40%;
		
	}*/

	
	/* Start Quiz */

	
	/*.mod_quiz {

		background: #fff8be;
		padding: 15px;
		width: 80%
	}
	
	.mod_quiz h2 {
		margin: 25px 0 15px;
	}
	
	.mod_quiz h6 {
		font-size: 18px;
		margin: 25px 0 15px;
	}
	
	
	.mod_quiz h3, .mod_quiz .info {
		display: none;
	}
	
	#main .mod_quiz ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	#main .mod_quiz ul li {
		font-size: 18px;
	}
	
	.mod_quiz input[type="checkbox"] {
		display: none;
	}
	
	.mod_quiz .answer {
	padding: 10px;
    width: 95%;
	line-height: 22px;
	}
		
	.mod_quiz #answer_1_0, .mod_quiz #answer_1_2, .mod_quiz #answer_2_0, .mod_quiz #answer_2_2, .mod_quiz #answer_3_0, .mod_quiz #answer_3_2, .mod_quiz #answer_4_0, .mod_quiz #answer_4_2,
	.mod_quiz #answer_5_0, .mod_quiz #answer_5_2, .mod_quiz #answer_6_0, .mod_quiz #answer_6_2, .mod_quiz #answer_7_0, .mod_quiz #answer_7_2, .mod_quiz #answer_8_0, .mod_quiz #answer_8_2,
	.mod_quiz #answer_9_0, .mod_quiz #answer_9_2, .mod_quiz #answer_10_0, .mod_quiz #answer_10_2, .mod_quiz #answer_11_0, .mod_quiz #answer_11_2, .mod_quiz #answer_12_0, .mod_quiz #answer_12_2,
	.mod_quiz #answer_13_0, .mod_quiz #answer_13_2, .mod_quiz #answer_14_0, .mod_quiz #answer_14_2, .mod_quiz #answer_15_0, .mod_quiz #answer_15_2 {
	background: #fffbde;
    
	}
	
	
	.mod_quiz .resultcomment.correct {
		margin-top: 15px;
		color: #47BC24;
		font-weight: 600;
	}
	
	.mod_quiz .resultcomment.incorrect {
		margin-top: 15px;
		color: #F70206;
		font-weight: 600;
	}
	
	
	.mod_quiz .question {
		padding: 0 0 25px;
		border-bottom: 1px solid #000;
	}
	
	.mod_quiz input[type="checkbox"] {
 width:auto;
  float:left;
  margin-right: .75em;
  background:transparent;
  border:none;
	position: absolute;
	
}


.mod_quiz input[type='checkbox']:checked + label::before,
.mod_quiz input[type='checkbox']:not(:checked) + label::before {

    content:' ';
    display:inline-block;
    width: 20px;
    height:20px;
    position: relative;
    top:4px;
    border: 0px solid #bbb;
    background: #e4e4e4;
    margin-right: 1em;
  
}

.mod_quiz input[type='checkbox']:checked  + label::before {
	display:inline-block;
    width: 20px;
    height:20px;
    position: relative;
    top:4px;
    border: 0px solid #bbb;
	
	background: #e4e4e4;
    background-image: url(../../files/_standards/checked.png);
	background-position: center center;
	background-repeat: no-repeat;
}
	
	.fifty .widget-radio fieldset {
	border: 0;
	margin-bottom: 25px;
}
	
	
	
	input[type="radio"] {
	  width:auto;
	  float:left;
	  margin-right: .75em;
	  background:transparent;
	  border:none;
		position: absolute;
		visibility: hidden;
	
}


input[type='radio']:checked + label::before,
input[type='radio']:not(:checked) + label::before {

    content:' ';
    display:inline-block;
    width: 20px;
    height:20px;
    position: relative;
    top:4px;
    border: 0px solid #bbb;
    background: #e4e4e4;
    margin-right: 1em;
  
}

input[type='radio']:checked  + label::before {
	display:inline-block;
    width: 20px;
    height:20px;
    position: relative;
    top:4px;
    border: 0px solid #bbb;
	
	background: #e4e4e4;
    background-image: url(../../files/_standards/checked.png);
	background-position: center center;
	background-repeat: no-repeat;
}*/

	
/* ENDE Quiz */


	}

/*desktop-formular.css - ENDE*/
@charset "utf-8";
/* CSS Document */

/*#search-btn {
  position: absolute;
  top: 55px;
  right: 1em;
  padding: 0px;
  width: 38px;
  height: 38px;
color: #FFF;
  background-image: url(../../files/_standards/faki-header-Lupe.png);
 background-repeat: no-repeat;
 background-position: center center;
	z-index: 3;
cursor: pointer;	
}
*/


#search-btn {
  position: absolute;
  top: 0px;
  right: -25px;
  padding: 0px;
  width: 85px;
  height: 105px;
color: #FFF;
  background-image: url(../../files/_standards/faki-header-Lupe.png);
 background-repeat: no-repeat;
 background-position: center 55px;
	z-index: 3;
cursor: pointer;	
}



#search-btn:hover{
  background-color: rgba(253,242,170,1);
  
  
}
#search-overlay{
  display:none;
}


.searchblock {
  position: fixed;
  top: 0;
  right: 0;
  bottom:0 ;
  left: 0;
  height: 105px;
  overflow: auto;
  text-align: center;
	background: rgba(255,228,0,1.00);
  /*background: rgba(253,242,170,1);
	background: transparent;*/
  border: #a0a0a0 solid 0px;
  margin: 0;
	z-index: 2;
}

.searchblock:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: 0;
  /* Adjusts for spacing */
  /* For visualization 
  background: #808080; width: 5px;
  */
}

.centered {
  display: inline-block;
  vertical-align: middle;
  width: 885px;
  max-width: 885px;
  min-width: 885px;
  padding: 0;
  color: #FFF;
  border: none;
	left: -25px;
    position: relative;
}

  
}

.search-box {
  position: relative;
  width: 100%;
  margin: 0;
}

.search-form {
  height: 105px;
  border: 0px solid #999;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: rgba(253,242,170,1);
  overflow: hidden;
}

.search-text {
  font-size: 14px;
  color: #ddd;
  border-width: 0;
  background: transparent;
}

.search-box input[type="text"] {
  width: 835px;
  padding: 0px 0 0 0;
  color: #333;
  outline: none;
  font-size: 18px;
  font-family: InfoTextSemibold, sans-serif;
  font-weight: normal;
}

#search-button {
  position: absolute;
  top: 0;
  right: 0;
  height: 105px;
  width: 124px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 42px;
  border-width: 0;
   background: rgba(253,242,170,1);
  -webkit-border-radius: 0 ;
  -moz-border-radius: 0 ;
  border-radius: 0 ;
	
  cursor: pointer;
	  background-image: url(../../files/_standards/faki-header-Lupe.png);
 background-repeat: no-repeat;
	background-position: center center;
	outline: none;
	
}

/*#close-btn{
  position: absolute;
  top: 55px;
  right: -80px;
	padding: 0px;
  width: 38px;
  height: 38px;
	background-image: url(../../files/_standards/faki-header-Close.png);
 background-repeat: no-repeat;
	background-position: center center;
	z-index: 3;
}*/

#close-btn {
	position: absolute;
	top: 0px;
	right: -117px;
	padding: 0px;
	width: 85px;
	height: 105px;
	background-image: url(../../files/_standards/faki-header-Close.png);
	background-repeat: no-repeat;
	background-position: center 55px;
	z-index: 3;
	cursor: pointer;
}

#close-btn:hover {
  	background-color: rgba(253,242,170,1);
}



@media screen and (max-width:1240px){

	
	#close-btn {
		right: -90px;
		background-color: #ffe400;
		border-left: 3px solid #ffe400;
		
}
	
}


@media screen and (max-width:1180px){
	
	
	.mod_form {
		width: 100%;
		margin: 0 auto;
		height: 105px;
		overflow: hidden;
		position: relative;
	}

	.mod_form .formbody {
		width: 100%;
		margin: 0 auto;
		height: 105px;
		overflow: hidden;
		position: relative;
	}
	
	#search-overlay {
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 auto;
		
	}
	
	#search-btn  {
		right: 0%;
		
	}
		
	#close-btn {
		right: 0px;
		
}
	
	.centered {
		width: 91.5%;
		min-width: 200px;
		overflow: hidden;
		max-height: 105px;
		left: 5%;
		top: 0;
		position: absolute;
		padding: 0 6% 0 2.5%;
	}
	
	.search-box input[type="text"] {
		width: 800px;
		padding-left: 20px;
	}
	
}



@media screen and (max-width:813px){

	.mod_form {
		display: none;
	}
	
}
@media screen and (min-width:1921px){
	#footerWrap {
		max-width: 1920px;
		position: relative;
		margin: 0 auto;
	}
}



@media screen and (min-width:845px){

#footer {
	position: relative;
	width:100%;
	padding: 0 0 25px 0;
	background-color:#ffe400;
	height: auto;
	overflow: hidden;
	/*margin-top: 25px;*/
	margin-top: 0;
	box-sizing: content-box;
	color: #000;
	
}


	
#footer .footerTop {
	height:35px;
	padding: 7px 0 0 0;
	width: auto;
	width: 80%;
	padding: 15px 10% 0;
	color: #000;
	border-bottom: 7px solid #fff;
	min-width: 1120px;
}	
	
	
#footer .footerTop p, #footer .footerTop a { 
	font-family: InfoTextWebBold, sans-serif;
	color: #000000;
	font-size: 18px;
	margin: 0;
}

	
#footer .footerBottom {
	height:auto;
	padding: 7px 0 0 0;
	width: auto;
	width: 80%;
	padding: 15px 10% 0;
	color: #000;
	overflow: hidden;
	display: table;
	
}	

	#footer .footerBottom p, #footer .footerBottom a { 
	font-family: InfoTextSemibold, sans-serif;
	color: #000000;
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 12px 0;
}

	#footer .footerBottom .thirtyThree {
	height: 435px;
	}

	#footer .thirtyThree {
	width: 31.33%;
	height: auto;
	float: left;
	overflow: hidden;
	text-align: left;
	margin: 0 1% 0 1%;
	display: table-cell;
	
}
	

	#footer .thirtyThree.naviLeiste {
		min-width: 350px;
	}
	
/*	#footer .thirtyThree.whiteBG{
		background-color: #fff;
	}
	*/

	
#footer .thirtyThree .whiteBG2021 {
  
    height: 386px;
    overflow: hidden;
    width: 349px;
    background-color: #fff;
	display: flex;
    justify-content: center;
    flex-direction: column;
	text-align: center;
    position: absolute;
    top: 57px;
    /*left: 971px*/;

	}	
	
#footer .thirtyThree .whiteBG {
    height: auto;
    min-height: 450px;
    overflow: hidden;
    width: 220px;
    padding: 15px 2% 0 2%;
    background-color: #fff;
    position: absolute;
    top: 57px;
    /*left: 971px*/;

	}
	
	
	#footer .thirtyThree.clear {
		clear: both;
	}

	#footer .thirtyThree h2 {
		color: #000000;
		margin-bottom: 5px;
		font-size: 24px;
	}
	
	#footer .thirtyThree img {
		margin: 0 10px 15px 0;
		float: left;
	}
	
#footer .thirtyThree img.noMargin{
		margin: 0 !important;
		float: none;
	}	
	
#footer .thirtyThree img.hundred{
		width: 100% !important;
		
	}
	
#footer .thirtyThree img.tableImgMargin{
		margin: 0 20px 0 0 !important;
		float: none;
	}		
	
	#footer .wordspace p{
		word-spacing: 20px;
	}
	
	
	#footer .thirtyThree .middle {
		height: auto;
		overflow: hidden;
		top:15px;
		/*bottom: 0;
		position: absolute;*/

	}
	
	#footer .thirtyThree .middle img.startLogo {
		margin-right: 80px;
	}
	
		#footer .thirtyThree .mobileCellpadding {
		padding-left: 15px;
	}	
	
	#footer .footerIcon{
		float: left;
		vertical-align: middle;
		margin-right: 7px;
	}

#footer a, #footer a:link, #footer a:visited, #footer a:active, #footer a:focus {
	color: #000;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}
	
	#footer a.ghostBtn:hover {
	text-decoration: none;
}

}

@media screen and (max-width:1483px){
	
	
	#footer .footerTop, #footer .footerBottom  {
		width: 91%;
		margin: 0 auto;
		min-width: 800px;
		padding: 15px 5% 0;
			
	}

	
	#footer .wordspace p{
		word-spacing: 5px;
	}
	
	#footer .thirtyThree.naviLeiste {
		min-width: 305px;
	}
}


@media screen and (max-width:1306px){
	
	
	#footer .footerTop, #footer .footerBottom  {
		width: 92%;
			
	}

}

@media screen and (max-width:1292px){
	
	
	#footer .footerBottom p, #footer .footerBottom a, #footer .footerTop p, #footer .footerTop a {
		font-size: 16px;
		line-height: 22px;
	}

}

@media screen and (max-width:1151px){
	
	
	#footer .footerTop, #footer .footerBottom  {
		width: 95%;
		margin: 0 auto;
		min-width: 60px;
		padding: 15px 2.5% 0;
		
	}
	
	#footer .footerBottom p, #footer .footerBottom a, #footer .footerTop p, #footer .footerTop a {
		font-size: 14.5px;
		line-height: 18px;
	}
		

	#footer .wordspace p{
		word-spacing: 5px;
	}
	
	#footer .thirtyThree.naviLeiste {
		min-width: 60px;
	}
}


@media screen and (max-width:1045px){

	#footer .thirtyThree .whiteBG2021 {
		height: 336px;
        width: 280px;
	}
	

}

@charset "utf-8";
/* CSS Document */



.nachrichten_margin {
	margin-bottom: 40px;
	border-bottom: 1px solid #313131;
	padding-bottom: 20px;
}

@charset "utf-8";
/* CSS Document */

@media screen and (min-width:845px){

.contentTable {
	display: table;
	/*width: 48.316%;
		max-width: 1024px;
		min-width: 660px;*/
	width: 660px;
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 25px;
}

	#main  .contentTable p{
		margin-bottom: 0;
	}
	
	.contentTableRow {
		width: 100%;
		display: table-row;
		
	}
	
	.contentTableCell01 {
		display: table-cell;
		text-align: center;
		vertical-align: middle;
		background-color: #badae6;
		width: 50%;
		min-width: 330px;
		max-width: 512px;
		height: 150px;
		
			
	}
	
	.contentTableCell02 {
		display: table-cell;
		text-align: center;
		vertical-align: middle;
		background-color: #c6e1eb;
		width: 50%;
		min-width: 330px;
		max-width: 512px;
		height: 150px;
		
	}
	
	.contentTableYellow {
		margin-bottom: 50px;
	}
	
	.contentTableRowYellow {
		width: 100%;
		margin: 0;
		display: table-row;
	}
	
	.contentTableCellYellow {
		width: 100%;
		min-width: 660px;
		display: table-cell;
		text-align: center;
		vertical-align: middle;
		background-color: #ffe400;
		height: 150px;
	
	}
	
	#main .contentTableCell01 p, #main .contentTableCell02 p, #main .contentTableCellYellow p {
		text-align: center;
		font-family: InfoTextSemibold, sans-serif;
		font-weight: normal;
		line-height: 0;
	
	}
	
	#main .contentTableCellYellow p {
		font-size: 25px;
	}
	
	#main .contentTableCell01 a, #main .contentTableCell02 a, #main .contentTableCellYellow a {
		color: #000000;
		font-family: InfoTextSemibold, sans-serif;
		font-weight: normal;
	}
}
@charset "utf-8";
/* CSS Document */

@media screen and (max-width:844px){

.contentTable {
	display: table;	width: 90%;
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 25px;
}

	#main  .contentTable p{
		margin-bottom: 0;
	}
	
	.contentTableRow {
		width: 100%;
		
		
	}
	
	.contentTableCellYellow {
		display: block;
		text-align: center;
		/*vertical-align: middle;*/
		background-color: #fff;
		width: 100%;
		height: auto;
		min-height: 25px;
		margin-bottom: 0px;
		padding-top: 0px;
		
			
	}
	
	
	
		.contentTableCell01, .contentTableCell02 {
		display: block;
		text-align: center;
		/*vertical-align: middle;*/
		background-color: #fff;
		width: 50%;
		height: auto;
		min-height: 25px;
		margin-bottom: 0px;
		padding-top: 0px;
		float: left;
			
	}
	
	
	.contentTableCell01 {
		
	}
	
/*	.contentTableCell02 {
		display: table-cell;
		text-align: center;
		vertical-align: middle;
		background-color: #c6e1eb;
		width: 100%;
		height: auto;
		min-height: 75px;
		margin-bottom: 15px;
		padding-top: 50px;
	}*/
	
	.contentTableYellow {
		margin-bottom: 25px;
	}
	
	.contentTableRowYellow {
		width: 100%;
		margin: 0;
		display: inline-grid;
	}
	
/*	.contentTableCellYellow {
		width: 100%;
		display: table-cell;
		text-align: center;
		vertical-align: middle;
		background-color: #ffe400;
		height: auto;
		min-height: 75px;
		margin-bottom: 15px;
		padding-top: 50px;
	
	}*/
	
	#main .contentTableCell01 p, #main .contentTableCell02 p, #main .contentTableCellYellow p {
		text-align: center;
		font-family: InfoTextSemibold, sans-serif;
		font-weight: normal;
		line-height: 0;
	
	}
	
	#main .contentTableCellYellow p {
		font-size: 25px;
	}
	
	#main .contentTableCell01 a, #main .contentTableCell02 a, #main .contentTableCellYellow a {
		color: #000000;
		font-family: InfoTextSemibold, sans-serif;
		font-weight: normal;
	}
}
@charset "utf-8";
/* CSS Document */

table .all_records {
	width: 100%;
	border: 0;
	padding: 0;
	margin: 0;
}


th .head {
	padding: 10px;
}


table.all_records td {
	padding: 10px;
	vertical-align: top;
	text-align: center;
}

#main table.all_records td p {
	text-align: center;
}

/* IMAGE MAP und Content START */


#zeigeFilter {
		/*text-decoration: underline;*/
		font-family: InfoTextSemibold, sans-serif;
		text-align: center;
		display: inline-block;
		cursor: pointer;
		color: #000000;
		text-decoration: none;
		border-bottom: 1px solid #c6e1eb;
    	box-shadow: inset 0 -4px 0 #c6e1eb;
		hyphenate-limit-chars: auto 5;
		hyphenate-limit-lines: 2;
		hyphens: auto;
		-webkit-hyphens: auto;
		-webkit-hyphenate-limit-chars: auto 3;
		-webkit-hyphenate-limit-lines: 4;
		-ms-hyphens: auto;
		-ms-hyphenate-limit-chars: auto 3;
		-ms-hyphenate-limit-lines: 4;
		transition-property: all;
		-webkit-transition-property: all;
		-webkit-transition-duration: 150ms;
		-webkit-transition-timing-function: linear;
		-webkit-transition-delay: 0;
		-moz-transition-property: all;
		-moz-transition-duration: 150ms;
		-moz-transition-timing-function: linear;
		-moz-transition-delay: 0;
		-ms-transition-property: all;
		-ms-transition-duration: 150ms;
		-ms-transition-timing-function: linear;
		-ms-transition-delay: 0;
		-o-transition-property: all;
		-o-transition-duration: 150ms;
		-o-transition-timing-function: linear;
		-o-transition-delay: 0;
		transition-property: all;
		transition-duration: 150ms;
		transition-timing-function: linear;
		transition-delay: 0;
}


#zeigeFilter:hover {
border-bottom: 2px solid #c6e1eb;
    	box-shadow: none;
    	background: rgba(198,225,235,1);
		color: inherit;
		transition-property: all;
		-webkit-transition-property: all;
		-webkit-transition-duration: 150ms;
		-webkit-transition-timing-function: linear;
		-webkit-transition-delay: 0;
		-moz-transition-property: all;
		-moz-transition-duration: 150ms;
		-moz-transition-timing-function: linear;
		-moz-transition-delay: 0;
		-ms-transition-property: all;
		-ms-transition-duration: 150ms;
		-ms-transition-timing-function: linear;
		-ms-transition-delay: 0;
		-o-transition-property: all;
		-o-transition-duration: 150ms;
		-o-transition-timing-function: linear;
		-o-transition-delay: 0;
		transition-property: all;
		transition-duration: 150ms;
		transition-timing-function: linear;
		transition-delay: 0;
}
	
#Brandenburgkarte {
			position: absolute;
			top:0;
		}


	#filter {
		position: absolute;
		top: 0;
		visibility: visible;
		
}


#Brandenburgkarte area {
	cursor: pointer;
}

/*	.fakiListe {
		position: relative;
		width: 660px;
		height: auto;
		min-height: 660px;
		overflow: hidden;
		margin: 45px auto 0 auto;
		padding: 0;
			
		}	*/
		
#fakiliste {
	overflow-y: auto;
	min-height: 600px;
	z-index: 2;
	background: #fff;
}

#filter {
	z-index: 1;
}


#filter ul, #fakiliste ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.fifty select#region {
	width: 640px;
}

#barnim, #berlin, #potsdam, #brandenburg, #cottbus, #dahme, #elbe, #frankfurt, #havelland, #landbrandenburg, #maerkischoderland, #oberhavel, #oberspreewaldlausitz, #oderspree, #ostprignitzruppin, #potsdammittelmark, #prignitz, #spreeneisse, #teltowflaeming, #uckermark {
			position: absolute;
			top: 0;
	z-index: 5;
		}
		
	/*	#barnim {
			position: relative;
			top: 0;
		}		
		
	#potsdam {
			position: absolute;
			top: 0;
		}	
		
		.content {
			position: relative;
			top: 0;
		}*/

/* IMAGE MAP und Content START */

/*@media only screen and (max-width: 1023px) {
	
	
	#Brandenburgkarte, #barnim, #berlin, #potsdam, #brandenburg, #cottbus, #dahme, #elbe, #frankfurt, #havelland, #landbrandenburg, #maerkischoderland, #oberhavel, #oberspreewaldlausitz, #oderspree, #ostprignitzruppin, #potsdammittelmark, #prignitz, #spreeneisse, #teltowflaeming, #uckermark {
		display: none;
		
		
	}
	
}*/
@media screen and (max-width:920px){

#footer {
	position: relative;
	width:100%;
	padding: 0 0 25px 0;
	background-color:#ffe400;
	height: auto;
	overflow: hidden;
	/*margin-top: 25px;*/
	margin-top: 0;
	box-sizing: content-box;
	color: #000;
	
}


	
#footer .footerTop {
	height:auto;
	width: 90%;
	padding: 10px 5%;
	color: #000;
	border-bottom: 7px solid #fff;
	overflow: hidden;
	
}	
	
	
#footer .footerTop p, #footer .footerTop a { 
	font-family: InfoTextWebBold, sans-serif;
	color: #000000;
	font-size: 16px;
	margin: 0;
}

	
#footer .footerBottom {
	height:auto;
	padding: 7px 0 0 0;
	width: auto;
	width: 90%;
	padding: 15px 5% 0;
	color: #000;
	overflow: hidden;
	display: table;
	
}	

	#footer .footerBottom p, #footer .footerBottom a { 
	font-family: InfoTextSemibold, sans-serif;
	color: #000000;
	font-size: 16px;
	line-height: 22px;
	margin: 0 0 12px 0;
}

	#footer .footerBottom .thirtyThree {
	/*height: 435px;*/
		border-bottom: 1px solid #000;
		padding-bottom: 15px;
	}

	#footer .thirtyThree {
		width: 100%;
		height: auto;
		float: left;
		overflow: hidden;
		text-align: left;
		margin: 0 0 25px 0;
		display: table-cell;
		
	}
	

	
/*	#footer .thirtyThree.whiteBG{
		background-color: #fff;
	}
	*/
	
#footer .thirtyThree .whiteBG2021 {
  
    height: 386px;
    overflow: hidden;
    width: 100%;
    background-color: #fff;
	display: flex;
    justify-content: center;
    flex-direction: column;
	text-align: center;
position: relative;
		top: 0px;
    /*left: 971px*/;

	}	
	
	#footer .thirtyThree .whiteBG {
		height: auto;
		min-height: 450px;
		overflow: hidden;
		width: 100%;
		padding: 0px 0 0 20px;
		background-color: #fff;
		position: relative;
		top: 0px;

	}
	
	
	#footer .thirtyThree.clear {
		clear: both;
	}

	#footer .thirtyThree h2 {
		font-family: InfoTextSemibold, sans-serif;
		font-style: normal;
    	font-weight: normal;
		color: #000000;
		margin: 0 0 5px 0;
		font-size: 24px;
	}
	
	#footer .thirtyThree img {
		margin-bottom: 5px;
		max-width: 100%;
		height: auto;
		/*float: left;*/
	}
	
#footer .thirtyThree img.noMargin{
		margin: 0 !important;
		float: none;
	}	
	
#footer .thirtyThree img.hundred{
		width: 100% !important;
		
	}
	
#footer .thirtyThree img.tableImgMargin{
		margin: 0 20px 0 0 !important;
		float: none;
	}		
	
#footer .thirtyThree .mobileCellpadding {
		padding-left: 15px;
	}
	
	#footer .thirtyThree img.noFloat {
		float: none;
	}
	
	#footer .thirtyThree blockquote {
		margin: 0;
		-webkit-margin-before: 0em;
		-webkit-margin-after: 0em;
		-webkit-margin-start: 0px;
		-webkit-margin-end: 0px;
	}
	
	#footer .wordspace p{
		word-spacing: 20px;
	}
	
	
	#footer .thirtyThree .middle {
		height: auto;
		overflow: hidden;
		top:15px;
		/*bottom: 0;
		position: absolute;*/

	}
	
	

	
	#footer .footerIcon{
		float: left;
		vertical-align: middle;
		margin-right: 7px;
	}

#footer a, #footer a:link, #footer a:visited, #footer a:active, #footer a:focus {
	color: #000;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}
	
	#footer a.ghostBtn:hover {
	text-decoration: none;
}

}
@charset "utf-8";
/* CSS Document */


/*.cookiebar {
	
	background-color: #ffe400;
	color: #000;
	
	}

.cookiebar__link {
    color: #000;
    text-decoration: underline;
}

.cookiebar__button {
    background-color: #01b9fd;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}

.cookiebar__button:hover {
    background-color: #95ccd4;
}*/


.mod_sitemap ul {
	list-style: none;
}


#main .mod_sitemap ul.level_1 li:before{
	content: '» ';

	
}

#main .mod_sitemap ul.level_2, #main .mod_sitemap ul.level_3 {
	margin: 15px 0 0;
	
}

#main .mod_sitemap ul li a.navLevel01, #main .mod_sitemap ul li a.navLevel02, #main .mod_sitemap ul li a.navLevel03, #main .mod_sitemap ul li a.navLevel04, #main .mod_sitemap ul.level_1 a.aktuelles {
	font-weight: 600;
	font-size: 20px;
	line-height: 36px;
	/*margin: 40px 0 0;
	display: inline-block;
	border-top: 1px solid #000;
	width: 100%;
	padding: 15px 0 0 10px;*/
}

#main .mod_sitemap ul.level_1 a.aktuelles {
	/*border:0;
	margin: 0;
	width: auto;
	display: inline-block;
	padding: 0;*/
}
@charset "utf-8";
/* CSS Document */

.pagination {
	position: relative;
/*	top: 420px;
	left: 25%;
	margin-bottom: 60px;
	overflow: hidden;*/
	float: none;
	text-align: center;
}

#main .pagination p {
	text-align: center;
	display: none;
}

#main .pagination ul {
	padding-left: 0;
	margin-left: 0;
}

#main .mod_faqlist ul {
	padding: 0 0 0 0;
	}

.pagination ul, .pagination ul li, .pagination ul li a, #main .pagination ul li a, .mod_faqlist ul li, .mod_faqlist ul li a, #main .mod_faqlist ul li a  {
	font-size: 16px;
	color: #ABABAB;
	display: inline;
}

#main .pagination ul li a:hover, #main .mod_faqlist ul li a:hover {
	color: #01b9fd;
}

#main .pagination ul li.active{
	color: #01b9fd;
}

.pagination ul li:after {
	content: " | ";
}

.pagination ul li.next:after {
	content: " ";
}


#main .mod_faqlist ul li {
	line-height: 50px;
	
}
#main .mod_faqlist ul li a{
	padding: 10px 13px;
	text-align: center;
	background-color: #fff8be;
	margin: 0 3px 0px;
	border: 0px solid #fff8be;
	color: #000;
	font-family: InfoTextSemibold, sans-serif;
	text-decoration: none;
	height: 20px;
    min-width: 20px;
    display: inline-block;
    line-height: 20px;
	box-shadow: inset 0 0 0;
}

#main .mod_faqlist ul li a:hover {
	text-decoration: none;
	color: #000;
	background-color: #c6e1eb;
	text-decoration: none;
}
/* faki-cookieconsent.css - START */


@media (min-width: 768px) {
	.contao-cookiebar .cc-inner {
    	max-width: 450px !important;
}
}

.contao-cookiebar {
   font-family: InfoTextWeb,sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #2B2B2B;
}
.contao-cookiebar p {
    font-family: InfoTextWeb,sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #2B2B2B;
    line-height: 1.4;
}

.contao-cookiebar .cc-inner a {
	color: #8c3449;
	text-decoration: none;
}

.contao-cookiebar .cc-inner a:hover {
	text-decoration: underline;
}

.contao-cookiebar .cc-inner {
  padding: 25px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  background: #fff;
}
.contao-cookiebar .cc-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
  position: relative;
  border: 1px solid #d0d0d0;
  border-radius: 0px;
  margin-bottom: 10px;
}
.contao-cookiebar .cc-group > label {
  flex-grow: 1;
  margin: 5px 0 5px 10px;
}
.contao-cookiebar .cc-group .cc-detail-btn {
	font-family: InfoTextWeb,sans-serif;
  border: 0 none;
  outline: 0 none;
  background: transparent;
  font-size: 13px;
  letter-spacing: 0;
  text-transform: initial;
  cursor: pointer;
  color: #a2a2a2;
  padding: 8px 10px;
  line-height: 1.2rem;
}
.contao-cookiebar .cc-group .cc-detail-btn span:nth-child(2) {
  display: none;
}
.contao-cookiebar .cc-group .cc-detail-btn.cc-active span:nth-child(1) {
  display: none;
}
.contao-cookiebar .cc-group .cc-detail-btn.cc-active span:nth-child(2) {
  display: inline;
}
.contao-cookiebar .cc-group .cc-detail-btn:hover {
  color: #717171;
}
.contao-cookiebar .cc-group .cc-detail-btn-details {
  display: inline-block;
  border: 0 none;
  outline: 0 none;
  background: transparent;
  font-size: 13px;
  letter-spacing: 0;
  text-transform: initial;
  cursor: pointer;
  color: #a2a2a2;
  text-decoration: underline;
  padding: 0;
  margin: 0 0 10px;
}
.contao-cookiebar .cc-group .cc-detail-btn-details span:nth-child(2) {
  display: none;
}
.contao-cookiebar .cc-group .cc-detail-btn-details.cc-active span:nth-child(1) {
  display: none;
}
.contao-cookiebar .cc-group .cc-detail-btn-details.cc-active span:nth-child(2) {
  display: inline;
}
.contao-cookiebar .cc-group .cc-detail-btn-details:hover {
  color: #717171;
}
.contao-cookiebar .cc-cookies {
  display: none;
  width: 100%;
  background: #fbfbfb;
  border-radius: 0 0 5px 5px;
}
.contao-cookiebar .cc-cookies > p {
  font-size: 0.875rem;
}
.contao-cookiebar .cc-cookies > p, .contao-cookiebar .cc-cookies > .cc-cookie {
  margin: 0;
  padding: 15px;
  border-top: 1px solid #e6e6e6;
}
.contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-info {
  font-size: 0.875rem;
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #efefef;
}
.contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-info > div > span {
  font-weight: 600;
}
.contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-info > div + div {
  margin-top: 5px;
  word-wrap: break-word;
}
.contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-info + button.cc-detail-btn-details {
  margin-top: 15px;
}
.contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-desc > p {
  margin-bottom: 0;
}
.contao-cookiebar .cc-cookies .cc-cookie label.cookie + p, .contao-cookiebar .cc-cookies .cc-cookie label.cookie + .cc-cookie-info, .contao-cookiebar .cc-cookies .cc-cookie label.cookie + button.cc-detail-btn-details {
  margin-top: 10px;
}
.contao-cookiebar .cc-cookies .cc-cookie p {
  margin: 0 0 15px;
  font-size: 0.875rem;
}
.contao-cookiebar .cc-footer, .contao-cookiebar .cc-info {
  text-align: center;
}
.contao-cookiebar .cc-info {
  margin-top: 10px;
}
.contao-cookiebar .cc-info > p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-align: left;
}
.contao-cookiebar .cc-info > a {
  display: inline-block;
  font-size: 0.813rem;
  color: #a2a2a2;
  text-decoration: none;
}
.contao-cookiebar .cc-info > a:hover {
  color: #717171;
}
.contao-cookiebar .cc-info > a + a:before {
  display: inline-block;
  content: '·';
  margin-right: 5px;
}

.contao-cookiebar .cc-btn {
	border-radius: 0 !important;
}

.contao-cookiebar .highlight .cc-btn.success {
    background: #69b477;
    border-color: #69b477;
    color: #fff; 
}
    .contao-cookiebar .highlight .cc-btn.success:hover {
      background: #128a65; }


/* faki-cookieconsent.css - START */
