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}
/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../../files/themes/bna/fonts/fontawesome-webfont.eot?v=4.1.0');src:url('../../files/themes/bna/fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'),url('../../files/themes/bna/fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'),url('../../files/themes/bna/fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'),url('../../files/themes/bna/fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:spin 2s infinite linear;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;animation:spin 2s infinite linear}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0deg)}100%{-o-transform:rotate(359deg)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-moz-transform:scale(-1, 1);-ms-transform:scale(-1, 1);-o-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-moz-transform:scale(1, -1);-ms-transform:scale(1, -1);-o-transform:scale(1, -1);transform:scale(1, -1)}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-square:before,.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
	font-family: 'flexslider-icon';
	src:url('../../files/themes/bna/fonts/flexslider-icon.eot');
	src:url('../../files/themes/bna/fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),
		url('../../files/themes/bna/fonts/flexslider-icon.woff') format('woff'),
		url('../../files/themes/bna/fonts/flexslider-icon.ttf') format('truetype'),
		url('../../files/themes/bna/fonts/flexslider-icon.svg#flexslider-icon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { margin: 0; position: relative; zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {
	/* *height: 0; */
	}
.flex-direction-nav a  { 
	text-decoration:none;
	text-indent: -9999px;
	display: block;
	width: 50px; 
	height: 50px;
	margin: -20px 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	overflow: hidden;
	opacity: 0;
	cursor: pointer;
	color: rgba(0,0,0,0.8);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	background-size: 28px 50px;
	background-repeat: no-repeat;
	}
.flex-direction-nav .flex-prev {
	left: -50px;
	background-image: url('../../files/themes/bna/images/arrow_left.png');
	}
.flex-direction-nav .flex-next {
	right: -50px;
	background-image: url('../../files/themes/bna/images/arrow_right.png');
	}
.flexslider:hover .flex-prev {
	opacity: 0.7; left: 10px;
	}
.flexslider:hover .flex-next {
	opacity: 0.7; right: 10px;
	}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -30px; text-align: center; margin-top: 10px;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #FFF; cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; border: 1px solid #005782; }
.flex-control-paging li a:hover { background: #005782; }
.flex-control-paging li a.flex-active { background: #005782; border: 1px solid #005782; cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}

/*
 *  Stylesheet by eyepe.de
 */
/*
 	font-family:'Univers LT W01 45 Light';
	font-family:'UniversLTW01-67BoldCn';
*/
/* roboto-300 - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	src: url('../../files/themes/bna/fonts/roboto-v30-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
		 url('../../files/themes/bna/fonts/roboto-v30-latin-300.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
  }
  /* roboto-regular - latin */
  @font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: url('../../files/themes/bna/fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
		 url('../../files/themes/bna/fonts/roboto-v30-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
  }
/* roboto-condensed-700 - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 700;
	src: url('../../files/themes/bna/fonts/roboto-condensed-v27-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
		 url('../../files/themes/bna/fonts/roboto-condensed-v27-latin-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
  }

 * {
	 padding: 0;
	 border: 0;
	 margin: 0;
 }
 figure {
 	margin: 0;
 }
 *, *:before, *:after {
 	-moz-box-sizing: border-box;
 	-webkit-box-sizing: border-box;
 	box-sizing: border-box;
 }
 img {
 	display: block;
     width: auto;
     max-width: 100%;
     height: auto !important;
     }
/* ==========================================================================
   Helper
   ========================================================================== */
.invisible {
	display: none;
}
.clearfix:after,
.mod_article .inside:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
/* ==========================================================================
   Formatierung
   ========================================================================== */
html {
	color: #00577F;
	font-size: 100%;
	/* font-family:'Univers LT W02 55 Roman', "Arial", sans-serif; */
	font-family:'Roboto', "Arial", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-variant: normal;
	-webkit-font-smoothing: antialiased;
}
h1 {
	font-size: 1.75rem;
	/* font-family:'UniversLTW01-67BoldCn';
	font-weight: normal; */
	font-family:'Roboto Condensed';
	font-weight: 700;
	margin-bottom: 1.875rem;
}
#main h1 {
	color: #669AB2;
}
h2 {
	/* font-family:'Univers LT W01 45 Light';
	font-weight: normal; */
	font-family:'Roboto';
	font-weight: 300;
	font-size: 1.625rem;
	margin-bottom: 1.875rem;
}
h3 {
	font-size: 1.75rem;
	/* font-family:'UniversLTW01-67BoldCn';
	font-weight: normal; */
	font-family:'Roboto Condensed';
	font-weight: 700;
	margin-bottom: 1.875rem;
}
p {
	font-size: 1rem;
	line-height: 1.5;
	margin-bottom: 1.25rem;
}
p.error {
	color: #a94442;
	margin-bottom: 0;
}
a {
	color: #5C93AD;
	text-decoration: none;
}
a:hover {
	color: #FFBF00;
}
p.more {
	margin-bottom: 0.625rem;
}
p.more a,
.more a,
a.more,
p.back a,
p.jobs a,
.enclosure a {
	display: inline-block;
	color: #00577F;
	font-weight: 300;
	padding: 10px;
	border: 1px solid #639CB6;
	-webkit-transition:all 0.2s ease-in-out 0s;
	        transition:all 0.2s ease-in-out 0s;
}
	.teaser p.more a,
	.teaser a.more {
		color: #5C93AD;
		border: 1px solid #5C93AD;
	}
	#slider p.more a,
	#slider a.more {
		color: #FFF;
		border: 1px solid #FFF;
	}
p.more a:before,
.more a:before,
a.more:before,
p.back a:before,
p.jobs a:before,
.enclosure a:before {
	color: #FFF;
	content: "\f08e";
	font-family: FontAwesome;
	font-size: 0rem !important;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	margin-right: 0px;
	-webkit-transition: all 0.2s ease-in-out 0s;
	        transition: all 0.2s ease-in-out 0s;
}
	p.back a:before {
		content: "\f053";
	}
	.enclosure a:before {
		content: "\f1c1";
	}
p.more a:hover,
.more a:hover,
a.more:hover,
p.back a:hover,
p.jobs a:hover,
.enclosure a:hover,
#slider p.more a:hover,
#slider a.more:hover {
	color: #FFF !important;
	background-color: #FFBF00;
	border: 1px solid #FFBF00;
}
p.more a:hover:before,
.more a:hover:before,
a.more:hover:before,
p.back a:hover:before,
p.jobs a:before,
.enclosure a:hover:before {
	color: #FFF !important;
	font-size: 1rem !important;
	margin-right: 10px;
}
#main .ce_text p.jobs a{
	display: inline-flex;
}
#main .ce_text p.jobs a::before{
	content:'';
	display:inline-block;
	margin-right: 12px;
	width: 23.845px;
	height: 23.845px;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23.845' height='23.845'%3E%3Cg fill='%2323567C'%3E%3Cpath data-name='Pfad 113' d='M11.922 4.336a4.335 4.335 0 1 0 4.335 4.335 4.335 4.335 0 0 0-4.335-4.335Zm0 6.5a2.168 2.168 0 1 1 2.165-2.165 2.168 2.168 0 0 1-2.165 2.165Z'/%3E%3Cpath data-name='Pfad 114' d='M11.922 0a11.868 11.868 0 1 0 8.446 3.476A11.922 11.922 0 0 0 11.922 0ZM5.311 19.076a14.307 14.307 0 0 1 6.611-1.734 14.307 14.307 0 0 1 6.611 1.734 9.7 9.7 0 0 1-13.223 0ZM20 17.4a16.637 16.637 0 0 0-8.075-2.222A16.637 16.637 0 0 0 3.848 17.4a9.592 9.592 0 0 1-1.68-5.473 9.755 9.755 0 1 1 19.509 0A9.592 9.592 0 0 1 20 17.4Z'/%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat;
}
#main p.jobs a:hover::before{
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23.845' height='23.845'%3E%3Cg fill='%23fff'%3E%3Cpath data-name='Pfad 113' d='M11.922 4.336a4.335 4.335 0 1 0 4.335 4.335 4.335 4.335 0 0 0-4.335-4.335Zm0 6.5a2.168 2.168 0 1 1 2.165-2.165 2.168 2.168 0 0 1-2.165 2.165Z'/%3E%3Cpath data-name='Pfad 114' d='M11.922 0a11.868 11.868 0 1 0 8.446 3.476A11.922 11.922 0 0 0 11.922 0ZM5.311 19.076a14.307 14.307 0 0 1 6.611-1.734 14.307 14.307 0 0 1 6.611 1.734 9.7 9.7 0 0 1-13.223 0ZM20 17.4a16.637 16.637 0 0 0-8.075-2.222A16.637 16.637 0 0 0 3.848 17.4a9.592 9.592 0 0 1-1.68-5.473 9.755 9.755 0 1 1 19.509 0A9.592 9.592 0 0 1 20 17.4Z'/%3E%3C/g%3E%3C/svg%3E");
}
#main .ce_text a:not(.hofff-consent-show-privacy-settings):before,
.ce_kachel .content a:before {
	color: #5C93AD;
	content: "\f08e";
	font-family: FontAwesome;
	font-size: 0.875rem;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	margin-right: 5px;
}
#main .ce_text a:not(.hofff-consent-show-privacy-settings):hover:before,
.ce_kachel .content a:hover:before {
	color: #FFBF00;
}
.bna_gelb { color:#FFBF00;}
.explanation {
	padding: 10px 0;
	/* font-family:'Univers LT W01 45 Light'; */
	font-family:'Roboto';
	font-weight: 300;
}
p,
ul,
ol {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
table,
table p,
#footer ul {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}
/* ==========================================================================
   Layout
   ========================================================================== */
#wrapper {
	position: relative;
}
#header {
	width: 100%;
	position: fixed;
	border-bottom: 1px solid #e5eef2;
	z-index: 99;
	top: 0;
	left: 0;
	background-color: #FFF;
	-webkit-transition-property:*;
	        transition-property:*;
	-webkit-transition-duration:0.5s;
	        transition-duration:0.5s;
	-webkit-transition-timing-function: ease-in-out;
	        transition-timing-function: ease-in-out;
	-webkit-transition-delay:0s;
	        transition-delay:0s;
}
@media (min-width: 760px) {
	#header.small {
		top: -50px;
	}
}
#header .inside {
	padding: 75px 0 30px 0;
	position: relative;
}
@media (min-width: 760px) {
	#header.small .inside {
		padding: 75px 0 13px 0;
	}
}
#header .inside:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}
#topbuttons {
	display: block;
	position: absolute;
	top: 0;
}

nav strong
{
  font-weight: 200;
}

.mod_changelanguage {
	display: block;
	float: left;
}
.mod_changelanguage ul li {
	display: inline-block;
	float: left;
	margin-right: 1px;
}
.mod_changelanguage ul li a,
.mod_changelanguage ul li strong {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: #E5EEF2;
	text-align: center;
}
#search {
	display: block;
	float: left;
/* 	left: 123px; */
}
#search-button {
	display: block;
	width: 40px;
	height: 40px;
	background-image: url('../../files/themes/bna/images/icon_search.svg');
	text-indent: -9999px;
	float: left;
	cursor: pointer;
}
#search-input {
	float: left;
	width: 0px;
	-webkit-transition-property:*;
	        transition-property:*;
	-webkit-transition-duration:0.3s;
	        transition-duration:0.3s;
	-webkit-transition-timing-function: ease-out;
	        transition-timing-function: ease-out;
	-webkit-transition-delay:0s;
	        transition-delay:0s;
}
#search-input.active {
	width: 300px;
}
#search input {
	width: 299px;
	background-color: #e5eef2;
	line-height: 20px;
	padding: 10px;
	outline: none;
}
#navi {
	/* background-image: url('../../files/themes/bna/images/dev.png'); */
	float: left;
	line-height: 40px;
}
#navi ul li {
	display: inline;
	margin-right: 30px;
}
#navi ul li a,
#navi ul li strong {
	color: #00577F;
	/* font-family:'Univers LT W01 45 Light'; */
	font-family:'Roboto';
	font-weight: 300;
	font-size: 1.125rem;
	padding-bottom: 5px;
	border-bottom: 3px solid #FFF;
    -webkit-transition: border 0.5s; /* For Safari 3.1 to 6.0 */
    transition: border 0.5s;
}
#navi ul li a:hover,
#navi ul li strong.active,
#navi ul li.trail a {
	border-bottom: 3px solid #FFBF00;
}
#m-navi-icon {
	display: none;
}
#logo {
	display: block;
	width: 240px;
	height: 40px;
	background-image: url('../../files/themes/bna/images/bna_logo_@2x.jpg');
	background-repeat: no-repeat;
	background-size: 240px 40px;
	text-indent: -9999px;
	float: right;
	position: relative;
	top: -6px;
}
@media (min-width: 760px) {
	@keyframes logo
	{
		0%   {opacity: 1; width: 240px; }
		25% {opacity: 0; width: 240px;}
		50% {opacity: 0; width: 74px;}
		100% {opacity: 1; width: 74px;}
	}
	@-webkit-keyframes logo /* Safari and Chrome */
	{
		0%   {opacity: 1; width: 240px; }
		25% {opacity: 0; width: 240px;}
		50% {opacity: 0; width: 74px;}
		100% {opacity: 1; width: 74px;}
	}
	#header.small #logo {
		-webkit-animation-name: logo;
		        animation-name: logo;
		-webkit-animation-duration: 1s;
		        animation-duration: 1s;
		-webkit-animation-timing-function: linear;
		        animation-timing-function: linear;
		-webkit-animation-delay: 0s;
		        animation-delay: 0s;
		-webkit-animation-iteration-count: 1;
		        animation-iteration-count: 1;
		-webkit-animation-direction: alternate;
		        animation-direction: alternate;
		-webkit-animation-play-state: running;
		        animation-play-state: running;
		width: 74px;
	}
}
#breadcrumb {
	position: relative;
	margin-top: 145px;
	line-height: 50px;
}
#breadcrumb.small {

}
#breadcrumb ul li {
	display: inline;
	font-size: 1rem;
	/* font-family:'Univers LT W01 45 Light'; */
	font-family:'Roboto';
	font-weight: 300;
}
#breadcrumb ul li:after {
	content: "\f105";
	color: #649CB6;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    margin: 0 0.5rem 0 0.75rem;
}
#breadcrumb ul li.last:after {
	content: none;
}
#breadcrumb,
#breadcrumb a {
	color: #00577F;
}
#breadcrumb a:hover {
	color: #FFBF00;
}
#banner {
	background-color: #649cb6;
	height: 500px;
}
#container {
	padding-bottom: 50px;
}
#footer {
	clear: both;
	color: #FFF;
	background-color: #005782;
}
#footer .inside {
	padding: 30px 0;
	min-height: 300px; /* ENTFERNEN ! */
}
#footer-logo {
	float: left;
	display: block;
	width: 70px;
	height: 40px;
	background-image: url('../../files/themes/bna/images/bna_logo_footer_@2x.jpg');
	background-size: 70px 40px;
	text-indent: -9999px;
	margin-bottom: 30px;
}
#footer-adresse,
#footer-kontakt {
	float: left;
	font-weight: 300;
	margin-left: 30px;
	margin-bottom: 30px;
}
#footer-kontakt a {
	color: #FFF;
}
#footernavi {
	float: right;
	display: block;
	width: 380px;
/* 	height: 120px; */
}
#footernavi ul {
	margin-left: -30px;
}
#footernavi ul li {
	display: block;
	float: right;
	width: 175px;
	line-height: 1.25rem;
	vertical-align: middle;
	padding: 10px 0 9px 0;
	border-bottom: 1px dotted #99BCCD;
	margin-left: 30px;
}
#footernavi ul li a {
	color: #99BCCD;
}
#footernavi ul li a:hover {
	color: #FFF;
}
.bna-social-icons {
	clear: both;
	z-index: 10;
	padding-top: 20px;
	max-width: 300px;
}
@media (min-width: 1229px) {
	.bna-social-icons {
		position: relative;
		top: -50px;
		left: 100px;
	}
}
.bna-social-icons svg {
	max-width: 30px;
	margin-right: 20px;
}
.bna-social-icons svg path {
	fill: #FFFFFF !important;
}
.bna-youtube {
	position: relative;
	top: -3px;
}
/* ==========================================================================
   Container .inside for Center & Responsive
   ========================================================================== */
#header .inside,
#breadcrumb .inside,
#slider,
#footer .inside {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
/* ==========================================================================
   Grid
   ========================================================================== */
.grid1 { width: 380px; }
.grid2 { width: 790px; }
.grid3 { width: 1200px; }
*[class*="grid"] {
	float: left;
	margin-left: 15px;
	margin-right: 15px;
}
.grid3 + * {
	clear:both;
}
#main .mod_article > .inside,
.pagination {
	width: 1230px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
/* ==========================================================================
   BNA Slider Header
   ========================================================================== */
.ce_bna_header {
	color: #FFF;
	height: 500px;
	margin: 0 15px; /* Besser über .grid3? */
}
.bna_header_image {
	width: 100%;
	height: 500px;
	background-color: #333;
}
.bna_header_image img {

}
.bna_header_slider ul li {
	list-style-type: none;
}
.bna_header_slider .slides {
	clear:both;
}
.bna_header_content {
	position: absolute;
	z-index: 98;
	width: 480px;
	height: 500px;
	background-image: url('../../files/themes/bna/images/bna-slider-kachel.png');
	background-repeat: no-repeat;
	background-size: 480px 500px;
	padding: 50px;
}
.bna_header_content h2 {
	color: #FFF;
	/* font-family:'UniversLTW01-67BoldCn';
	font-weight: normal; */
	font-family:'Roboto Condensed';
	font-weight: 700;
	font-size: 2.375rem;
	line-height: 1.2;
	text-transform: uppercase;
}
.bna_header_content p {
	font-size: 1.25rem;
	/* font-family:'Univers LT W01 45 Light'; */
	font-family:'Roboto';
	font-weight: 300;
}
.bna_header_content .back {
	position: absolute;
	bottom: 50px;
	margin-left: -50px;
	min-width: 200px;
	line-height: 50px;
	height: 50px;
	padding-left: 70px;
	font-size: 1.5rem;
	/* font-family:'Univers LT W01 45 Light'; */
	font-family:'Roboto';
	font-weight: 300;
	color: #FFF;
	background-image: url('../../files/themes/bna/images/bna-icon-back@2x.jpg');
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 50px 50px;
}
.bna_header_menu {
	position: absolute;
	bottom: 50px;
	list-style-type: none;
	margin-left: -50px;
}
.bna_header_menu li {

}
.bna_header_menu li a {
	display: block;
	position: relative;
	min-width: 200px;
	line-height: 50px;
	height: 50px;
	padding-left: 70px;
	/* font-family:'Univers LT W01 45 Light'; */
	font-family:'Roboto';
	font-weight: 300;
	font-size: 1.5rem;
	color: #FFF;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 50px 50px;
}
.bna_header_menu li a:after {
	content: "\f105";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	opacity: 0.5;
	font-size: 1.5rem;
	position: absolute;
	right: 0;
  -webkit-transition: all 0.2s ease;
     -moz-transition: all 0.2s ease;
       -o-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
          transition: all 0.2s ease;
}
.bna_header_menu li a:hover:after {
	right: -10px;
	opacity: 1;
	font-size: 2rem;
}
.bna_header_menu li.wasser a { background-image: url('../../files/themes/bna/images/bna-icon-wasser_@2x.jpg'); }
.bna_header_menu li.energie a { background-image: url('../../files/themes/bna/images/bna-icon-energie_@2x.jpg'); }
.bna_header_menu li.industrie a { background-image: url('../../files/themes/bna/images/bna-icon-industrie_@2x.jpg'); }
/* ==========================================================================
   Teaser
   ========================================================================== */
.mod_article.teaser {
	color: #5C93AD;
	background-color: #E5EEF2;
}
.mod_article.teaser h1 {
	font-size: 1.75rem;
	/* font-family:'UniversLTW01-67BoldCn';
	font-weight: normal; */
	font-family:'Roboto Condensed';
	font-weight: 700;
	margin-bottom: 1.875rem;
}
/*
.mod_article.teaser p:first-of-type {
	font-size: 1.25rem;
	font-family:'Univers LT W01 45 Light';
}
*/
.bna_einleitung {
	font-size: 1.25rem;
	/* font-family:'Univers LT W01 45 Light'; */
	font-family:'Roboto';
	font-weight: 300;
}
/* ==========================================================================
   Kacheln
   ========================================================================== */
.ce_kachel {
	float: left;
	background-color: #E5EEF2;
	position: relative;
	margin: 0 15px 30px 15px;
	cursor: pointer;
}
.ce_kachel_empty {
	cursor: inherit;
}
.ce_kachel_content:after,
.ce_kachel_empty:after {
	content: "";
	display: block;
	width: 61px;
	height: 61px;
	background-image: url('../../files/themes/bna/images/kachel_ecke_1px.png');
	background-size: 61px 122px;
	background-repeat: no-repeat;
	background-position: right top;
	position: absolute;
	right: -1px;
	bottom: -1px;
}
.ce_kachel_empty:after {
	background-image: url('../../files/themes/bna/images/kachel_ecke_empty.png');
}
.ce_kachel_content.active:after {
	background-position: right bottom;
}
/* Separate Definition für Link-Kacheln, da Pseudoelement sonst über Link überlagert */
.ce_kachel_link .teaser:after {
	content: "";
	display: block;
	width: 60px;
	height: 60px;
	background-image: url('../../files/themes/bna/images/kachel_ecke_neu.png');
	background-repeat: no-repeat;
	background-position: right top;
	position: absolute;
	right: 0;
	bottom: 0;
}
	.ce_kachel_content .teaser:after {
		width: 0;
		height: 0;
	}
.ce_kachel .teaser {
	width: 380px;
	height: 380px;
	background-color: #333;
	margin: 0;
	position: relative;
	float: left;
	background-image: url('../../files/themes/bna/images/kachel_1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.ce_kachel_content .teaser:hover,
.ce_kachel_link .teaser:hover {
	cursor: pointer;
}
.ce_kachel .teaser .info {
	color: #FFF;
	display: block;
	width: 100%;
	height: 150px;
	padding: 15px 20px 20px 20px;
	background-color: rgba(0,87,130,0.8);
	position: absolute;
	bottom: 0;

	/*transition-property*/
	-webkit-transition-property:all;
	   -moz-transition-property:all;
	     -o-transition-property:all;
	        transition-property:all;
	/*transition-duration*/
	-webkit-transition-duration:0.2s;
	   -moz-transition-duration:0.2s;
	     -o-transition-duration:0.2s;
	        transition-duration:0.2s;
	/*transition-timing-function*/
	-webkit-transition-timing-function:ease-in-out;
	   -moz-transition-timing-function:ease-in-out;
	     -o-transition-timing-function:ease-in-out;
	        transition-timing-function:ease-in-out;
	/*transition-delay*/
	-webkit-transition-delay:0s;
	   -moz-transition-delay:0s;
	     -o-transition-delay:0s;
	        transition-delay:0s;
}
.ce_kachel_content .teaser:hover .info,
.ce_kachel_link .teaser:hover .info  {
	height: 160px;
}
.ce_kachel.kachel_wasser .teaser .info {background-color: rgba(0,155,198,0.8);}
.ce_kachel.kachel_energie .teaser .info {background-color: rgba(238,102,0,0.8);}
.ce_kachel.kachel_industrie .teaser .info {background-color: rgba(112,168,0,0.8);}
.ce_kachel_link .teaser .info {
	height: 100px;
}
.ce_kachel_link .teaser:hover .info {
	height: 110px;
}
.ce_kachel .teaser h3 {
	font-size: 1.25rem;
	text-transform: uppercase;
}
.ce_kachel_content:hover .teaser h3,
.ce_kachel_link:hover .teaser h3 {
	color: #FFBF00;
}
.ce_kachel .teaser .date {
	width: 340px;
	position: absolute;
	bottom: 20px;
	margin-bottom: 0;
	padding-right: 10px; /* Sicherheitsabstand für Ecke */
}
.ce_kachel .content {
	height: 380px;
	width: 0;
	padding: 0;
	margin: 0;
	float: left;

	/*transition-property*/
	-webkit-transition-property:width, padding;
	   -moz-transition-property:width, padding;
	     -o-transition-property:width, padding;
	        transition-property:width, padding;
	/*transition-duration*/
	-webkit-transition-duration:0.2s;
	   -moz-transition-duration:0.2s;
	     -o-transition-duration:0.2s;
	        transition-duration:0.2s;
	/*transition-timing-function*/
	-webkit-transition-timing-function:ease-in-out;
	   -moz-transition-timing-function:ease-in-out;
	     -o-transition-timing-function:ease-in-out;
	        transition-timing-function:ease-in-out;
	/*transition-delay*/
	-webkit-transition-delay:0s;
	   -moz-transition-delay:0s;
	     -o-transition-delay:0s;
	        transition-delay:0s;
}
.ce_kachel .content * {
	visibility: hidden;
	opacity: 0;
	/*transition-property*/
	-webkit-transition-property:opacity;
	   -moz-transition-property:opacity;
	     -o-transition-property:opacity;
	        transition-property:opacity;
	/*transition-duration*/
	-webkit-transition-duration:0.1s;
	   -moz-transition-duration:0.1s;
	     -o-transition-duration:0.1s;
	        transition-duration:0.1s;
	/*transition-timing-function*/
	-webkit-transition-timing-function:linear;
	   -moz-transition-timing-function:linear;
	     -o-transition-timing-function:linear;
	        transition-timing-function:linear;
	/*transition-delay*/
	-webkit-transition-delay:0.2s;
	   -moz-transition-delay:0.2s;
	     -o-transition-delay:0.2s;
	        transition-delay:0.2s;
}
.ce_kachel.active {
	/* border-bottom: 3px solid #FF0000; */
}
.ce_kachel.active .content {
	width: 820px;
	padding: 30px;
	overflow: hidden;
	cursor: default;
}
.ce_kachel.active .content * {
	visibility: visible;
	opacity: 1;
}
/* ==========================================================================
   Kachel white (Kachel mit Logo)
   ========================================================================== */
.ce_kachel_white {
	float: left;
	height: 380px;
	background-color: #FFF;
	background-size: 380px 380px;
	background-repeat: no-repeat;
	position: relative;
	margin: 0 15px 30px 15px;
	border: 1px solid #E5EEF2;
	cursor: pointer;
}
.ce_kachel_white_plain {
	cursor: default;
}
.ce_kachel_white:after {
	content: "";
	display: block;
	width: 60px;
	height: 60px;
	background-image: url('../../files/themes/bna/images/kachel_white_ecke.png');
	background-repeat: no-repeat;
	background-position: right top;
	position: absolute;
	right: -1px;
	bottom: -1px;
}
.ce_kachel_white_plain:after {
	background-image: url('../../files/themes/bna/images/kachel_white_plain.png');
}
.ce_kachel_white:hover {
/*
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
*/
/*
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
*/
}
.ce_kachel_white .content {
	width: 100%;
	height: 0%;
	position: absolute;
	bottom: 0;
	padding: 0;
	background-color: rgba(0,87,130,0.2);
	color: #FFF;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in-out 0; /* For Safari 3.1 to 6.0 */
	transition: all 0.3s ease-in-out 0;
}
.ce_kachel_white.active .content {
	height: 100%;
	padding: 30px 30px 30px 0;
	background-color: rgba(0,87,130,0.8);
	overflow: hidden;
}
.ce_kachel_white .content * {
	margin-left: 30px;
	opacity: 0;
	-webkit-transition: all 0.2s linear 0.2s; /* For Safari 3.1 to 6.0 */
	transition: all 0.2s linear 0.2s;
}
.ce_kachel_white.active .content * {
	opacity: 1;
}
.ce_kachel_white .content ul {
	margin-left: 20px;
	margin-bottom: 1rem;
}
.ce_kachel_white .content h2 {
	margin-bottom: 1.375rem;
}
/* ==========================================================================
   Module
   ========================================================================== */
.mod_article .inside {
	padding: 30px 0 50px 0;
	padding: 30px 0 0 0;
}
.pagination {
	padding: 0 15px 2rem 15px;
}
.pagination p {
	display: none;
}
.pagination ul li {
	display: block;
	float: left;
	margin: 0 1rem 0 0;
}
.pagination ul li a,
.pagination ul li strong {
	display: block;
	padding: 0.5rem 1rem;
	background-color: #E5EEF2;
}
#banner.mod_article .inside {
	padding: 0;
}
.ce_divider {
	/*float: left;*/
}
.ce_divider hr {
	width: 100%;
	height: 1px;
	background-color: #E5EEF2;
}
.ce_text,
.ce_image,
.ce_gallery,
.ce_table,
.ce_form,
.ce_divider {
	margin-bottom: 1.875rem;
}
.ce_list ul,
.ce_text ul,
.ce_list ol,
.ce_text ol {
	padding-left: 30px;
	margin-bottom: 1.875rem;
}
.ce_list ul li,
.ce_text ul li,
.ce_list ol li,
.ce_text ol li,
.ce_kachel_white .content ul li {
	margin-bottom: 0.5rem;
	line-height: 1.5;
}
.ce_text ol li ol {
	margin-top: 1rem;
}
/*
.ce_text ol li ol li {
	list-style-type: lower-latin;
	position: relative;
}
.ce_text ol li ol li:before {
	content: ") ";
	position: absolute;
	left: -9px;
}
*/
.ce_text ol ol {
	counter-reset: tobi;
}
.ce_text ol ol li {
	list-style-type: none;
	position: relative;
}
.ce_text ol ol li:before {
	content: counter(tobi, lower-alpha) ") ";
	counter-increment: tobi;
	position: absolute;
	left: -20px;
}
.ce_gallery ul {
	margin-right: -30px;
}
.ce_gallery ul li {
	margin-right: 30px;
}
.ce_gallery .caption {
	color: #00577F;
	font-size: 1rem;
	padding-top: 0.5rem;
	/* border-top: 3px solid #FFBF00; */
}
.ce_gallery .flexslider ul {
	margin-right: 0;
}
.ce_gallery .flexslider ul li {
	margin-right: 0;
  overflow: hidden;
}
.ce_gallery .flexslider ul li.col_first {
	clear: none;
}
.mod_article.flexslider > .inside
{
    max-height: 380px;
    overflow: hidden;
}
.mod_article.flexslider > .inside .ce_text:not(.first)
{
    display: none;
}
.ce_image .caption {
	/* color: #E5EEF2; */
	font-size: 0.75rem;
	padding-top: 3px;
}
.ce_accordion {
	border-top: 1px solid #E5EEF2;
	margin-bottom: 0;
}
.ce_accordion .toggler {
	color: #669AB2;
	/* font-family:'Univers LT W01 45 Light';
	font-weight: normal; */
	font-family:'Roboto';
	font-weight: 300;
	font-size: 1.625rem;
	padding: 30px 0;
	cursor: pointer;
	position: relative;
	outline: none;
}
.ce_accordion .toggler:hover {
	color: #00577F;
}
.ce_accordion .toggler:after {
	content: "\f107";
	color: #FFBF00;
    font-family: FontAwesome;
    font-size: 2rem;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	position: absolute;
	top: 30px;
	right: 0;
}
.ce_accordion .toggler.ui-state-active:after {
	content: "\f106";
}
.ce_accordion .accordion {
	max-width: 790px;
}
.ce_table {
	overflow: auto;
	overflow-y: hidden;

}
.ce_table.table-scrollable {
	-webkit-box-shadow: inset -25px 0px 10px -25px rgba(0,0,0,0.2);
	-moz-box-shadow: inset -25px 0px 10px -25px rgba(0,0,0,0.2);
	box-shadow: inset -25px 0px 10px -25px rgba(0,0,0,0.2);
}
	.table-scrollable::-webkit-scrollbar {
	  -webkit-appearance: none;
	  width: 14px;
	  height: 14px;
	}
	.table-scrollable::-webkit-scrollbar-thumb {
	  border-radius: 8px;
	  border: 3px solid #fff;
	  background-color: rgba(0, 0, 0, .3);
	}
.ce_table table {
	border-spacing: 0;
	text-align: right;
}
#investor-relations-aktie-und-unternehmen-das-unternehmen .col_1 {
	text-align: left;
}
.ce_table thead th {
	font-weight: normal;
	text-align: left;
	padding: 0 10px 10px 10px;
	border-bottom: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
}
.ce_table tr th {
	font-weight: normal;
	padding-right: 10px;
	border-right: 1px solid #e4e4e4;
	text-align: left;
}
.ce_table th.col_first {
	padding-left: 0;
}
.ce_table th.col_last {
	border-right: 0;
}
.ce_table td {
	/* font-size: 0.5rem; */
	padding: 10px 10px 10px 10px;
	border-bottom: 1px solid #e4e4e4;
}
.ce_table td.col_first {
	padding-left: 0;
}
.ce_table tr:hover td {
	background-color: #f4f4f4;
}
.enclosure img {
	display: none;
}
p.news_category {
	font-size: 1.25rem;
	/* font-family:'Univers LT W01 45 Light'; */
	font-family:'Roboto';
	font-weight: 300;
	margin-bottom: 0.25rem;
}
.mod_newslist {
	clear: both;
}
.mod_newsreader .ce_text {
	margin-bottom: 0;
}
.mod_newsreader .image_container {
	margin-top: 2rem;
	margin-bottom: 1.25rem;
}
.mod_newsreader p.back {
	padding-top: 1rem;
}
#slider .inside {
	padding-top: 0;
}
#slider.mod_article .ce_text
, .ce_rsce_ytElement .inside2
{
	color: #FFF;
	background-color: #639CB6;
	position: relative;
	margin-bottom: 0;
}
.ce_rsce_ytElement .text_container
{
	padding-bottom: 50px;
    z-index: 1;
}
#slider.mod_article .ce_text:after
, .ce_rsce_ytElement .text_container:after
{
	content: "";
	display: block;
	width: 100px;
	height: 100px;
	border: 1px dashed #e4e4e4;
	background-color: #FFF;
	position: absolute;
	right: -50px;
	bottom: -50px;
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.ce_rsce_ytElement .text_container:after
{
	border: 0;
    /* z-index: 2; */
}

#slider.mod_article .image_container
{
    max-width: 600px;
    margin-right: 30px;
}
#slider.mod_article .ce_text h2,
#slider.mod_article .ce_text h3,
#slider.mod_article .ce_text p,
.ce_rsce_ytElement h2,
.ce_rsce_ytElement h3,
.ce_rsce_ytElement p
{
	padding: 0 30px;
}
.hofff-consent-content.ce_rsce_ytElement .hofff-consent-placeholder.card p
{
    padding:0;
}
#slider.mod_article .ce_text h3
, .ce_rsce_ytElement h3
{
	margin-bottom: 1rem;
}
#slider.mod_article .ce_text *:nth-child(2)
, .ce_rsce_ytElement h3
{
	padding-top: 30px;
}

.ce_rsce_ytElement
{
    margin-bottom: 30px;
    padding: 0 15px;
	clear: both;
}
.ce_rsce_ytElement .inner.ce_youtube
{
    margin:0 auto;
}
@media (max-width: 760px) {
    .ce_rsce_ytElement .inside2
    {
        flex-wrap: wrap;
    }
}
@media (min-width: 760px) {
    .ce_rsce_ytElement .inside2
    {
    	display: flex;
        /* flex-wrap: wrap; */
    }
    .ce_rsce_ytElement .image_container
    {
        max-width: 600px;
        /* margin-right: 30px; */
    }
}
.ce_rsce_ytElement .inside2 > *
{
	flex-grow: 1;
    flex-basis: 50%;
}

#slider {
	overflow: visible;
}
.ce_form {
/* 	border: 1px dashed #e4e4e4; */
}
.ce_form table td {
	border-bottom: 1px solid #E5EEF2;
}
.ce_form label {
	display: block;
	width: 100%;
	margin-bottom: 0.3125rem;
}
.ce_form .widget {
	margin-bottom: 1rem;
}
.ce_form input[type="text"],
.ce_form input[type="number"],
.ce_form input[type="email"],
.ce_form input[type="tel"],
.ce_form input[type="file"],
.ce_form select,
.mod_search input[type="search"],
.ce_form textarea,
.ce_dlh_googlemaps input[type="text"] {
	width: 100%;
	padding: 0.5rem;
	background-color: #e5eef2;
	outline: none;
	border-bottom: 2px solid #e5eef2;
	-webkit-transition: all 0.3s ease-in-out 0; /* For Safari 3.1 to 6.0 */
	transition: all 0.3s ease-in-out 0;
	/* font-family:'Univers LT W02 55 Roman', "Arial", sans-serif;
	font-weight: 400; */
	font-family:'Roboto', "Arial", sans-serif;
	font-weight: 300;
}
.ce_dlh_googlemaps input[type="text"] {
	width: auto;
}
.ce_form input[type="file"] {
	color: #669AB2;
	font-size: 1rem;
}
.ce_form input[type="text"]:focus,
.ce_form input[type="number"]:focus,
.ce_form input[type="email"]:focus,
.ce_form input[type="tel"]:focus,
.mod_search input[type='search']:focus,
.ce_form textarea:focus {
	border-bottom: 2px solid #FFBF00;
}
.ce_form input[type="text"].error,
.ce_form input[type="number"].error,
.ce_form input[type="email"].error,
.ce_form input[type="tel"].error,
.ce_form textarea.error {
	border-bottom: 2px solid #a94442;
}
.ce_form .radio_container legend {
	margin-bottom: 0.5rem;
}
.ce_form .radio_container > span {
	padding-left: 0.125rem;
	margin: 0.5rem 0;
	clear: left;
	display: block;
}
.ce_form .radio_container > span input {
	float: left;
	margin-right: 0.5rem;
}
.ce_form .radio_container > span label {
	cursor: pointer;
}
.ce_form .checkbox {
	float: left;
	margin-right: 0.5rem;
	margin-top: 0.1rem;
}
.ce_form .condition_field {
	margin-left: 2rem;
}
.ce_form .captcha_text {
	display: block;
}
input[type="submit"]
, button[type="submit"]
, .hofff-consent-button
, .hofff-consent-button-close
{
	color: #00577F;
	background-color: #FFF;
	font-weight: 300;
	padding: 10px;
	border: 1px solid #639CB6;
	-webkit-transition:all 0.2s ease-in-out 0s;
	        transition:all 0.2s ease-in-out 0s;
    font-size: 1rem;
}
input[type="submit"]:hover
, button[type="submit"]:hover
, .hofff-consent-button:hover
, .hofff-consent-button-close:hover
{
	cursor: pointer;
	color: #FFF;
	background-color: #FFBF00;
	border: 1px solid #FFBF00;
}
.dlh_googlemap {
	width: 100% !important;
}
.chart {

}
.legende {
	list-style-type: none;
	margin-bottom: 1rem;
}
.mod_search .formbody {
	border-bottom: 1px solid #e5eef2;
	padding-bottom: 1rem;
}
.mod_search input[type='search'] {
	-webkit-appearance: textfield;
}
.mod_sitemap a {
	display: block;
	padding: 1rem 0;
	/* border-bottom: 1px solid #e5eef2; */
}
.mod_sitemap ul {
	border-top: 1px solid #e5eef2;
	list-style-type: none;
}
.mod_sitemap ul li {
	border-bottom: 1px solid #e5eef2;
}
.mod_sitemap ul li.submenu {
	border-bottom: none;
}
.mod_sitemap ul li a {
	color: #00577F;
	padding-left: 0px;
	position: relative;
/*
	-webkit-transition: all 0.2s ease-in-out 0;
	transition: all 0.2s ease-in-out 0;
*/
}
.mod_sitemap ul li a:hover {
	color: #FFBF00;
/*
	background-color: #FFBF00;
	padding-left: 20px;
*/
}
.mod_sitemap ul li a:hover:after {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    position: absolute;

    right: 0;
}
.mod_sitemap ul.level_1 li a {
	/* font-family:'Univers LT W02 55 Roman'; */
	font-family:'Roboto';
	font-weight: 300;
}
.mod_sitemap ul.level_2 {

}
.mod_sitemap ul.level_2 li a {
	padding-left: 50px;
	/* font-family:'Univers LT W01 45 Light'; */
	font-family:'Roboto';
	font-weight: 300;
}
.mod_sitemap ul.level_3 {

}
.mod_sitemap ul.level_3 li a {
	padding-left: 100px;
}
.mod_sitemap ul.level_4 {

}
.mod_sitemap ul.level_4 li a {
	padding-left: 150px;
}
/* ==========================================================================
   Seitenbezogene Formatierungen
   ========================================================================== */
#button_news {
	display: block;
	position: absolute;
	top: 30px;
	right: 15px;
	font-size: 1rem;
	/* font-family:'Univers LT W01 45 Light'; */
	font-family:'Roboto';
	font-weight: 300;
}
#button_news a {
	display: block;
}
/* ==========================================================================
   Löschen
   ========================================================================== */
.kachel_box {
	/*padding-top: 210px;*/
	background: #000;
	position: relative;
	overflow: hidden;

}
.single_box {
	margin-right: 1%;
	margin-bottom: 1%;
	float: left;
	height: 200px; width: 24%;
	background: #CCC;

}

.single_box.active,
.single_box.open {
	width: 99%;
	/*position: absolute; top: 0; left: 0;
	float: none;*/

	-webkit-transition: all 200ms ease-in  0;
    -moz-transition: all 200ms ease-in  0;
    -o-transition: all 200ms ease-in  0;
    transition: all 200ms ease-in  0;
}
.mod_newslist .ce_kachel .content p:last-of-type:after {
	content: " ...";
}
/* ==========================================================================
   Sprachspezifisch
   ========================================================================== */
body.lang-es .table-scrollable .col_0,
body.lang-en .table-scrollable .col_0 {
	min-width: 200px;
}
/* ==========================================================================
   Cookiebar
   ========================================================================== */
.cookiebar {
	background-color: #FFBF00;
}
.cookiebar__button {
	background-color: #639CB6
}
/* ==========================================================================
   youtube
   ========================================================================== */

.ce_youtube
,.ce_vimeo
{
     position: relative;
     padding-bottom: 56.25%; /* ratio 16x9 */
     height: 0;
     overflow: hidden;
     width: 100%;
     height: auto;
}
.ce_youtube iframe
, .ce_vimeo iframe
{
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 border: 0;
}
/* ratio 4x3 */
.ce_youtube.ratio4x3
, .ce_vimeo.ratio4x3
{
 padding-bottom: 75%;
}


/* ==========================================================================
   .ce_rsce_history
   ========================================================================== */

/* #main .mod_article .ce_rsce_history > .inside */
#main .mod_article .ce_rsce_history .item > .inside
{
    width: 100% !important;
}
#main .mod_article .ce_rsce_history .insidex
{
    overflow: visible;
}


@media (min-width: 760px){
    .ce_rsce_history
    {
        margin-left: 10px;
        margin-right: 10px;
    }
}
@media (min-width: 1229px){
    .ce_rsce_history
    {
        margin-left: 15px;
        margin-right: 15px;
    }
}
.ce_rsce_history .item
{
    border-left: 1px solid #669bb2;
}
@media (min-width: 770px) {
    .ce_rsce_history .item .insidex
    {
        display: flex;
        /* flex-wrap: wrap; */
    }
}
.ce_rsce_history .item .insidex
{
    padding-top:0;
}
.ce_rsce_history .item .insidex > *
{

}
.ce_rsce_history .item + .item
{
    padding-top: 30px;
}

.ce_rsce_history .insidex .image_container
{
    flex-grow: 0;
    flex-shrink: 0;
    width: 380px;
    flex-basis: 380px;
    padding-left: 20px;
}

.ce_rsce_history .insidex .text_container
{
    flex-grow: 1;
    /* flex-shrink: 2; */
    position: relative;
    padding-top: 80px;
    padding-left: 20px;
    padding-right: 100px;
}
@media (min-width: 770px) {
    .ce_rsce_history .insidex .text_container
    {
        padding-right: 50px;
    }
}
@media (min-width: 1230px) {
    .ce_rsce_history .insidex .text_container
    {
        padding-top: 12px;
        padding-left: 150px;
    }
}

.ce_rsce_history .year
{
    position: absolute;
    left: 0px;
    top:0;
    background-color: #669bb2;
    color: #fff;
    min-width: 100px;
    min-height: 60px;
    padding-right: 5px;
    padding-bottom: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    /* font-family: 'UniversLTW01-67BoldCn';
    font-weight: bold; */
	font-family:'Roboto Condensed';
	font-weight: 700;
}
@media (min-width: 760px) {
    .ce_rsce_history .year
    {
        left: 0;
    }
}
.ce_rsce_history .year:after
{
    content:'';
    display: block;
    position: absolute;
    right:0;
    bottom:0;
    width: 0;
    height: 0;
    border-bottom: 20px solid white;
    border-left: 20px solid transparent;
}


/*------------------------------------*\
   Mmenu Strong fix
   ^3.0
   Version 3.0.2
\*------------------------------------*/

.mm-menu strong.active
{
    line-height: var(--mm-line-height);
    padding: calc( ( var(--mm-listitem-size) - var(--mm-line-height) ) / 2);
    padding-left: 20px;
    font-weight: bold;
}
.mm-menu .submenu.trail span
{
    display: block;
    font-weight: bold;
}
/* ==========================================================================
   EU Logo 2023-05-09
   ========================================================================== */
   
.eu-logo {
	float: left;
	display: block;
	width: 300px;
	margin-left: 20px;
}
@media (max-width: 760px) {
	.eu-logo {
		position: absolute;
		left: 140px;
		width: 200px;
		margin-left: 0;
	}
}

/* ==========================================================================
   PDF-Viewer
   ========================================================================== */
   
.ce_rsce_inlinePDF {
	
	margin-right: 15px;
	margin-left: 15px;
	
}
/* ==========================================================================
   BNA Responsive Design - Tablet 760px - 1229
   ========================================================================== */
@media (max-width: 1229px) {
	html {
		font-size: 80%;
	}
	#wrapper {

	}
	.grid1 { width: 240px; }
	.grid2 { width: 500px; }
	.grid3 { width: 760px; }
	*[class*="grid"] {
		float: left;
		margin-left: 10px;
		margin-right: 10px;
	}
	#main .mod_article > .inside,
	.pagination {
		width: 780px;
		margin-left: auto;
		margin-right: auto;
	}
	#header .inside,
	#breadcrumb .inside,
	#slider,
	#footer .inside {
		max-width: 760px;
		margin-left: auto;
		margin-right: auto;
	}
	#search-button {
		width: 30px;
		height: 30px;
	}
	#search-input.active {
		width: 300px;
	}
	#search input {
		line-height: 20px;
		padding: 5px;
	}
	.mod_changelanguage {
		left: 31px;
	}
	.mod_changelanguage ul li a,
	.mod_changelanguage ul li strong {
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
	#navi {
		line-height: 30px;
	}
	#navi ul li {
		margin-right: 15px;
	}
	#navi ul li.last {
		margin-right: 0;
	}
	#navi ul li a,
	#navi ul li strong {
		font-size: 1rem;
		padding-bottom: 5px;
		border-bottom: 2px solid #FFF;
	}
	#logo {
		width: 180px;
		height: 33px;
		background-size: 180px 30px;
		text-indent: -9999px;
		top: -5px;
	}
		@keyframes logo
		{
			0%   {opacity: 1; width: 180px; }
			25% {opacity: 0; width: 180px;}
			50% {opacity: 0; width: 55px;}
			100% {opacity: 1; width: 55px;}
		}
		@-webkit-keyframes logo /* Safari and Chrome */
		{
			0%   {opacity: 1; width: 180px;}
			25% {opacity: 0; width: 180px;}
			50% {opacity: 0; width: 55px;}
			100% {opacity: 1; width: 55px;}
		}
		#header.small #logo {
			width: 55px;
		}
	#banner {
		height: 300px;
	}
	#banner .inside {
		height: 300px;
	}
	#footer .inside {
		margin: 0 auto;
	}
	#footer-logo {
		float: none;
	}
	#footer-adresse,
	#footer-kontakt {
		float: none;
		margin-left: 0px;
	}
	#footernavi {
		float: none;
	}
	.ce_kachel {
		margin: 0 10px 20px 10px;
	}
	.ce_kachel:after,
	.ce_kachel_white:after {
		width: 40px;
		height: 40px;
		background-size: 40px 80px;
	}
	/* Separate Definition für Link-Kacheln, da Pseudoelement sonst über Link überlagert */
	.ce_kachel_link .teaser:after {
		width: 40px;
		height: 40px;
		background-size: 40px 80px;
	}
	.ce_kachel .teaser,
	.ce_kachel_white {
		width: 240px;
		height: 240px;
		background-size: 240px 240px;
	}
	.ce_kachel .teaser .info {
		height: 120px;
		padding: 10px;
	}
	.ce_kachel .teaser:hover .info {
		height: 130px;
	}
	.ce_kachel .teaser p {
		/* font-size: 0.75rem; */
		font-size: 0.925rem;
		max-width: 200px;
	}
	.ce_kachel_white p {
		font-size: 0.75rem;
	}
	.ce_kachel_white h2 {
		font-size: 1.25rem;
		margin-bottom: 1rem;
	}
	.ce_kachel .teaser h3 {
		text-transform: uppercase;
	}
	.ce_kachel .teaser .date {
		position: absolute;
		bottom: 10px;
	}
	.ce_kachel .content {
		height: 240px;
	}
	.ce_kachel.active .content {
		width: 500px;
		padding: 20px;
		overflow: hidden;
	}
	/* ==========================================================================
	   Typo
	   ========================================================================== */
	p.more {
		margin-bottom: 3px;
	}
	p.more a,
	.more a,
	a.more,
	p.back a,
	.enclosure a {
		padding: 5px;
	}
	/* ==========================================================================
	   BNA Slider Header
	   ========================================================================== */
	.ce_bna_header {
		height: 300px;
		margin: 0 10px; /* Besser über .grid3? */
	}
	.bna_header_content  {
		position: relative;
		width: 260px;
		height: 300px;
		background-image: url('../../files/themes/bna/images/bna-slider-kachel.png');
		background-repeat: no-repeat;
		background-size: 480px 500px;
		background-size: auto 300px;
		background-position: right bottom;
		padding: 30px;
	}
	.bna_header_content  h2 {
		color: #FFF;
		font-size: 1.75rem;
		font-weight: normal;
		line-height: 1.2;
		text-transform: uppercase;
	}
	.bna_header_content  {
		position: absolute;
		list-style-type: none;
	}
	.bna_header_content .back {
		bottom: 30px;
		margin-left: -30px;
		line-height: 30px;
		height: 30px;
		padding-left: 50px;
		background-size: 30px 30px;
	}
	.bna_header_menu {
		bottom: 30px;
		margin-left: -30px;
	}
	.bna_header_menu li {

	}
	.bna_header_menu li a {
		display: block;
		position: relative;
		min-width: 200px;
		line-height: 30px;
		height: 30px;
		padding-left: 50px;
		font-size: 1.25rem;
		font-weight: 300;
		color: #FFF;
		background-position: left center;
		background-repeat: no-repeat;
		background-size: 30px 30px;
	}
	.bna_header_menuli a:after {
		content: "\f105";
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		text-decoration: inherit;
		opacity: 0.5;
		font-size: 1.25rem;
		position: absolute;
		right: 0;
	  -webkit-transition: all 0.2s ease;
	     -moz-transition: all 0.2s ease;
	       -o-transition: all 0.2s ease;
	      -ms-transition: all 0.2s ease;
	          transition: all 0.2s ease;
	}
	.bna_header_menu li a:hover:after {
		right: -10px;
		opacity: 1;
		font-size: 2rem;
	}
	.bna_header_menu li.wasser a { background-image: url('../../files/themes/bna/images/bna-icon-wasser_@2x.jpg'); }
	.bna_header_menu li.energie a { background-image: url('../../files/themes/bna/images/bna-icon-energie_@2x.jpg'); }
	.bna_header_menu li.industrie a { background-image: url('../../files/themes/bna/images/bna-icon-industrie_@2x.jpg'); }
/* ==========================================================================
   Module
   ========================================================================== */
	#slider.mod_article .image_container {
		max-width: 380px;
	}
	#slider.mod_article {
		margin-bottom: 30px;
	}
	#slider.mod_article .ce_text {
		color: #FFF;
		background-color: #639CB6;
		position: relative;
		margin-bottom: 0;
		padding-bottom: 20px;
	}
	#slider.mod_article .ce_text:after {
		content: "";
		display: block;
		width: 100px;
		height: 100px;
		border: 1px dashed #e4e4e4;
		background-color: #FFF;
		position: absolute;
		right: -50px;
		bottom: -50px;
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#slider.mod_article .ce_text img {
		margin-right: 30px;
	}
	#slider.mod_article .image_container {
		margin-right: 20px;
	}
	#slider.mod_article .ce_text h2,
	#slider.mod_article .ce_text h3,
	#slider.mod_article .ce_text p {
		padding: 0 30px 0 400px;
	}
	#slider.mod_article .ce_text *:nth-child(2){
		padding-top: 30px;
	}
	#slider.mod_article .flex-control-nav {
		position: inherit;
	}
/* --- */
}

/* ==========================================================================
   Smartphones - 0 - 759px;
   ========================================================================== */
@media (max-width: 759px) {
img {
	width: 100%;
 }
p.more a, a.more, p.back a, .enclosure a {
	display: block;
}
*[class*="grid"] {
	display: block;
	width: 100%;
	float: inherit;
	margin: 0;
}
#header {
	position: inherit;
}
#header .inside {
	padding-top: 0;
	padding-bottom: 0;
}
#topbuttons {
	width: 100%;
}
#search {
	display: block;
	position: relative;
	margin-right: 1px;
	width: 100%;
}
#search-button {
	display: block;
	float: left;
	cursor: pointer;
	position: relative;
	z-index: 100;
}
#search-input.active {
	width: 100%;
}
#search-input.active input {
	width: 100%;
	padding-left: 50px;
	position: absolute;
	top: 0;
	z-index: 99;
	border-radius: 0;
}
.mod_changelanguage {
	position: absolute;
	min-width: 100px;
}
#logo {
	display: block;
	background-image: url('../../files/themes/bna/images/bna_logo_@2x.jpg');
	background-repeat: no-repeat;
	text-indent: -9999px;
	float: right;
	position: relative;
	top: 0;
	margin: 40px 0;
	
		width: 200px;
		height: 33px;
		background-size: 200px 33px;
}
#navi {
	display: none;
}
#m-navi-icon {
	display: block;
	float: left;
	line-height: 33px;
	font-size: 2.5rem;
	margin: 40px 0;
/*
	position: relative;
	top: -3px;
*/
}
#m-navi {
	background-color: #00577F;
}
.mm-list a,
.mm-list a.mm-subopen + a,
.mm-list a.mm-subopen + span {
	color: #E5EEF2;
	font-size: 1.25rem;
	/* font-family:'UniversLTW01-67BoldCn'; */
	font-family:'Roboto Condensed';
	font-weight: 700;
	text-transform: uppercase;
}
#breadcrumb {
	display: none;
}
#banner {
	height: auto;
	background-color: #00577F;
}
#banner .inside {
	height: auto;
}
#main .mod_article > .inside,
#header .inside,
#breadcrumb .inside,
#slider,
#footer .inside,
.pagination {
	width: 90%;
	margin: 0 auto;
}
#footer .inside {
	width: 90%;
	margin: 0 auto;
}
#footer-logo {
	float: none;
}
#footer-adresse,
#footer-kontakt {
	float: none;
	margin-left: 0px;
}
#footernavi {
	float: none;
	width: auto;
	height: auto;
}
#footernavi ul li {
	display: block;
	float: left;
	width: 100%;
	padding: 0;
}
#footernavi ul li a,
#footernavi ul li span {
	display: block;
	padding: 15px 0;
}
.ce_image {
	margin-bottom: 1rem;
}
.ce_headline {
	margin-bottom: 2rem;
}
.ce_kachel {
	float: none;
	margin-left: 0;
	margin-right: 0;
}
.ce_kachel_white {
	margin-bottom: 1rem;
}
.ce_kachel_white p {
	font-size: 1rem;
}
.ce_kachel .teaser,
.ce_kachel_white {
	float: none;
	position: inherit;
	min-width: 50px;
	width: 100%;
	height: 300px;
	background-size: cover;
}
.ce_kachel .teaser .date,
.ce_kachel .teaser p {
	width: 100%;
	max-width: 100%;
	font-size: 1rem;
	padding-right: 30px; /* Sicherheitsabstand Ecke */
}
.ce_kachel .content {
	height: 0;
	width: 0;
	padding: 0;
	margin: 0;
	/*transition-property*/
	-webkit-transition-property:height, padding;
	   -moz-transition-property:height, padding;
	     -o-transition-property:height, padding;
	        transition-property:height, padding;
}
.ce_kachel.active .content {
	width: 100%;
	height: auto;
	padding: 30px;
	overflow: hidden;
	cursor: default;
}
/* ==========================================================================
   BNA Slider Header
   ========================================================================== */
.ce_bna_header {
	height: auto;
	margin: 0;
}
.bna_header_image {
	width: 100%;
	height: auto;
	background-color: #333;
}
.bna_header_image img {
	
}
.bna_header_slider ul li {

}
.bna_header_content {
	position: relative;
	z-index: 98;
	width: 100%;
	height: auto;
	background-image: none;
	background-color: #00577F;
	padding: 25px 0;
}
.bna_header_content h2 {
	font-size: 2rem;
}
.bna_header_content p {
	font-size: 1.25rem;
}
.bna_header_content .back {
	position: inherit;
	display: block;
	bottom: 0;
	margin-left: 0;
	min-width: 200px;
	line-height: 50px;
	height: 50px;
	padding-left: 70px;
	font-size: 1rem;
	/* font-family:'UniversLTW01-67BoldCn'; */
	font-family:'Roboto Condensed';
	font-weight: 700;
	text-transform: uppercase;
	padding-right: 20px;
	text-align: right;
	color: #FFF;
	background-image: url('../../files/themes/bna/images/bna-icon-back@2x.jpg');
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 50px 50px;
	background-color: #fcbe2c;
	margin-bottom: -25px;
}
.bna_header_menu {
	position: relative;
	bottom: 0;
	margin: 0;
}
.bna_header_menu li {

}
.bna_header_menu li a {
	display: block;
	/* font-family:'UniversLTW01-67BoldCn'; */
	font-family:'Roboto Condensed';
	font-weight: 700;
	font-size: 1rem;
	text-transform: uppercase;
	text-align: center;
	vertical-align: bottom;
	color: #FFF;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 50px 50px;
	background-position: center top;
	
	padding: 0;
	min-width: 0;
	width: 33.333%;
	height: 70px;
	float: left;
	padding-top: 40px;
}
.bna_header_menu li a:after {
	content: "";
}
.bna_header_menu li.wasser a { background-color: #1d9dc3; }
.bna_header_menu li.energie a { background-color: #ea6721; }
.bna_header_menu li.industrie a { background-color: #76b535; }
.bna_header_slider,
.bna_header_image {
	/*display: none;*/
}
/* ==========================================================================
   Module
   ========================================================================== */
.ce_text, .ce_image, .ce_gallery, .ce_table, .ce_form, .ce_divider {
	margin-bottom: 1.875rem;
}
#slider.mod_article .ce_text:after {
	width: 50px;
	height: 50px;
	right: -25px;
	bottom: -25px;
}
#slider.mod_article .image_container {
	max-width: inherit;
	margin-right: 0;
	margin-bottom: 1rem;
}
#slider.mod_article .ce_text img {
	margin-right: 0;
}
#slider.mod_article .ce_text h2,
#slider.mod_article .ce_text h3,
#slider.mod_article .ce_text p {
	padding: 0 30px 0 30px;
}
#slider .flex-direction-nav {
	display: none;
}
.ce_table.table-scrollable-mobile {
	-webkit-box-shadow: inset -25px 0px 10px -25px rgba(0,0,0,0.2);
	-moz-box-shadow: inset -25px 0px 10px -25px rgba(0,0,0,0.2);
	box-shadow: inset -25px 0px 10px -25px rgba(0,0,0,0.2);
}
	.table-scrollable-mobile::-webkit-scrollbar {
	  -webkit-appearance: none;
	  width: 14px;
	  height: 14px;
	}
	.table-scrollable-mobile::-webkit-scrollbar-thumb {
	  border-radius: 8px;
	  border: 3px solid #fff;
	  background-color: rgba(0, 0, 0, .3);
	}
.pagination {
	/* margin: 0; */
	padding-left:0;
	padding-right:0;
}
.pagination ul li {
	margin-bottom: 1rem;
}
/* ==========================================================================
   ENDE
   ========================================================================== */
}
:root,:before,:after{--colorWhite: #ffffff;--colorBlack: #575756;--colorBlackRGBA: rgba(86,86,87,.9);--colorBlackRGBA2: rgba(86,86,87,.7);--colorGray: #eeeeee;--colorGray2: #b2b2b2;--colorGray3: #434343;--colorPrimary: #f07f31;--colorPrimaryRGBA: rgba(240, 127, 49, 0.9);--colorPrimaryLight: #ececec;--colorSecondary: #c30f10;--colorSecondaryLight: #ececec;--colorTertiary: #709BB3;--colorTertiaryRGBA: rgba( 112,155,179,0.35 )}:root,:before,:after{--gutterHalf: 1.5625rem;--gutterHalf2: 0.9375rem}.job .mod_article>.inside>*:not(.ce_bna_header) h2:not(.benefits),.job .mod_article>.inside>h2:not(.benefits){color:var(--colorTertiary);font-family:"Roboto Condensed";font-weight:700}p.jobs{margin-bottom:1.25rem}@media (min-width:759px){.job #main .sticky{overflow:unset}.job #main .sticky>.inside{overflow:unset}.jetztBewerben{position:sticky;top:calc((130px - 50px) + (var(--gutterHalf2) * 2));margin-left:auto;margin-right:0;float:right;overflow:unset}}@supports (-webkit-appearance: none) or (-moz-appearance: none){#hofff-consent-banner input[type="checkbox"],#hofff-consent-banner input[type="radio"]{--active: #639CB6;--active-inner: #fff;--focus: 2px rgba(39, 94, 254, .3);--border: #639CB6;--border-hover: #275EFE;--background: #fff;--disabled: #F6F8FF;--disabled-inner: #E1E6F9;-webkit-appearance:none;-moz-appearance:none;height:21px;outline:none;display:inline-block;vertical-align:top;position:relative;margin:0;cursor:pointer;border:1px solid var(--bc, var(--border));background:var(--b, var(--background));transition:background 0.3s, border-color 0.3s, box-shadow 0.2s}#hofff-consent-banner input[type="checkbox"]:after,#hofff-consent-banner input[type="radio"]:after{content:"";display:block;left:0;top:0;position:absolute;transition:transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s)}#hofff-consent-banner input[type="checkbox"]:checked,#hofff-consent-banner input[type="radio"]:checked{--b: var(--active);--bc: var(--active);--d-o: .3s;--d-t: .6s;--d-t-e: cubic-bezier(.2, .85, .32, 1.2)}#hofff-consent-banner input[type="checkbox"]:disabled,#hofff-consent-banner input[type="radio"]:disabled{--b: var(--disabled);cursor:not-allowed;opacity:0.9}#hofff-consent-banner input[type="checkbox"]:disabled:checked,#hofff-consent-banner input[type="radio"]:disabled:checked{--b: var(--disabled-inner);--bc: var(--border)}#hofff-consent-banner input[type="checkbox"]:disabled+label,#hofff-consent-banner input[type="radio"]:disabled+label{cursor:not-allowed}#hofff-consent-banner input[type="checkbox"]:hover:not(:checked):not(:disabled),#hofff-consent-banner input[type="radio"]:hover:not(:checked):not(:disabled){--bc: var(--border-hover)}#hofff-consent-banner input[type="checkbox"]:focus,#hofff-consent-banner input[type="radio"]:focus{box-shadow:0 0 0 var(--focus)}#hofff-consent-banner input[type="checkbox"]:not(.switch),#hofff-consent-banner input[type="radio"]:not(.switch){width:21px}#hofff-consent-banner input[type="checkbox"]:not(.switch):after,#hofff-consent-banner input[type="radio"]:not(.switch):after{opacity:var(--o, 0)}#hofff-consent-banner input[type="checkbox"]:not(.switch):checked,#hofff-consent-banner input[type="radio"]:not(.switch):checked{--o: 1}#hofff-consent-banner input[type="checkbox"]+label,#hofff-consent-banner input[type="radio"]+label{display:inline-block;vertical-align:top;cursor:pointer;margin-left:4px}#hofff-consent-banner input[type="checkbox"]:not(.switch):after{width:5px;height:9px;border:2px solid var(--active-inner);border-top:0;border-left:0;left:7px;top:4px;transform:rotate(var(--r, 20deg))}#hofff-consent-banner input[type="checkbox"]:not(.switch):checked{--r: 43deg}#hofff-consent-banner input[type="checkbox"].switch{width:38px;border-radius:11px}#hofff-consent-banner input[type="checkbox"].switch:after{left:2px;top:2px;border-radius:50%;width:15px;height:15px;background:var(--ab, var(--border));transform:translateX(var(--x, 0))}#hofff-consent-banner input[type="checkbox"].switch:checked{--ab: var(--active-inner);--x: 17px}#hofff-consent-banner input[type="checkbox"].switch:disabled:not(:checked):after{opacity:0.6}#hofff-consent-banner input[type="radio"]{border-radius:50%}#hofff-consent-banner input[type="radio"]:after{width:19px;height:19px;border-radius:50%;background:var(--active-inner);opacity:0;transform:scale(var(--s, 0.7))}#hofff-consent-banner input[type="radio"]:checked{--s: .5}}#hofff-consent-banner{position:fixed;bottom:0;left:0;z-index:10000;box-sizing:border-box;width:100%;max-height:100%;overflow-y:auto;background-color:var(--colorWhite)}body.hofff-consent-privacy-settings-open{position:fixed}.hofff-consent-privacy-settings .hofff-consent-tag-collection .widget-switch,.hofff-consent-privacy-settings .widget-explanation :last-child{margin-bottom:0;padding-bottom:0}.hofff-consent-content .hofff-consent-placeholder{padding:var(--gutterHalf);margin:15px;display:flex;align-items:center;justify-content:center;position:absolute;left:0;right:0;top:0;bottom:0;border:1px solid #639CB6}.hofff-consent-content .hofff-consent-placeholder .hofff-consent-placeholder-overlay{padding-bottom:0.5rem}.hofff-consent-content .hofff-consent-placeholder .hofff-consent-placeholder-content.image_container{margin:0}.hofff-consent-content .hofff-consent-placeholder .hofff-consent-placeholder-content img{height:100%;-o-object-fit:cover;object-fit:cover}.hofff-consent-content .hofff-consent-placeholder .hofff-consent-placeholder-content+.hofff-consent-placeholder-overlay{position:absolute;top:0;left:0;flex:none;background-color:rgba(255, 255, 255, 0.8)}.hofff-consent-content .hofff-consent-placeholder .hofff-consent-buttons+.hofff-consent-privacy-settings-button{margin-top:var(--gutterHalf)}.hofff-consent-content.ce_rsce_ytElement .hofff-consent-placeholder{position:static}.activeConsentTool .inner.ce_youtube{background-color:var(--colorWhite)}.activeConsentTool .hofff-consent-content{background-color:var(--colorWhite)}.activeConsentTool .hofff-consent-content .hofff-consent-placeholder{left:auto;right:auto;bottom:auto;height:100%;overflow-y:auto;margin:0;align-items:flex-start}.activeConsentTool .hofff-consent-content .hofff-consent-placeholder .hofff-consent-placeholder-overlay{display:flex;flex-wrap:wrap}.activeConsentTool .hofff-consent-content .hofff-consent-placeholder .hofff-consent-placeholder-overlay .hofff-consent-tag-title,.activeConsentTool .hofff-consent-content .hofff-consent-placeholder .hofff-consent-placeholder-overlay .hofff-consent-tag-details{display:block;flex-grow:1;flex-shrink:0;flex-basis:100%;width:100%}.activeConsentTool .hofff-consent-content .hofff-consent-placeholder .hofff-consent-placeholder-overlay .hofff-consent-tag-details .hofff-consent-show-privacy-settings{display:inline-block}.activeConsentTool .hofff-consent-content .hofff-consent-placeholder .hofff-consent-placeholder-overlay .hofff-consent-privacy-settings-button{margin-top:0;margin-left:var(--gutterHalf)}.activeConsentTool .hofff-consent-content .hofff-consent-placeholder .hofff-consent-placeholder-overlay h2,.activeConsentTool .hofff-consent-content .hofff-consent-placeholder .hofff-consent-placeholder-overlay h3,.activeConsentTool .hofff-consent-content .hofff-consent-placeholder .hofff-consent-placeholder-overlay p{padding:0;color:#00577F;font-size:0.8em !important}.activeConsentTool .hofff-consent-content .hofff-consent-placeholder .hofff-consent-placeholder-overlay .h1,.activeConsentTool .hofff-consent-content .hofff-consent-placeholder .hofff-consent-placeholder-overlay .h2,.activeConsentTool .hofff-consent-content .hofff-consent-placeholder .hofff-consent-placeholder-overlay .h3,.activeConsentTool .hofff-consent-content .hofff-consent-placeholder .hofff-consent-placeholder-overlay .h4,.activeConsentTool .hofff-consent-content .hofff-consent-placeholder .hofff-consent-placeholder-overlay .h5,.activeConsentTool .hofff-consent-content .hofff-consent-placeholder .hofff-consent-placeholder-overlay .h6{font-weight:bold}.hofff-consent-content[class^="ce_"],.hofff-consent-content[class^="mod_"]{display:flex;justify-content:center;align-items:center}#hofff-consent-banner .hofff-consent-privacy-settings-button,.hofff-consent-placeholder .hofff-consent-privacy-settings-button{position:relative;display:inline-flex;justify-content:flex-start;align-items:center}#hofff-consent-banner .hofff-consent-privacy-settings-button button,.hofff-consent-placeholder .hofff-consent-privacy-settings-button button{padding:0.375rem;line-height:1.75}#hofff-consent-banner .hofff-consent-privacy-settings-button{margin:calc(var(--gutterHalf) / 2)}#hofff-consent-banner .hofff-consent-privacy-settings-button button{padding-top:5px;display:block}.ce_hofff_consent_privacy_settings_link+.ce_text{margin-top:1.875rem}#hofff-consent-banner .hofff-consent-privacy-settings-button a,#hofff-consent-banner .hofff-consent-privacy-settings-button button,.hofff-consent-placeholder .hofff-consent-privacy-settings-button a,.hofff-consent-placeholder .hofff-consent-privacy-settings-button button,.ce_hofff_consent_privacy_settings_link a,.ce_text a.hofff-consent-show-privacy-settings{display:inline-block;color:#343a40;text-decoration:none;opacity:0.7;transition:opacity 0.3s ease-in-out;font-size:1rem;line-height:1.1em;vertical-align:middle}#hofff-consent-banner .hofff-consent-privacy-settings-button a:before,#hofff-consent-banner .hofff-consent-privacy-settings-button button:before,.hofff-consent-placeholder .hofff-consent-privacy-settings-button a:before,.hofff-consent-placeholder .hofff-consent-privacy-settings-button button:before,.ce_hofff_consent_privacy_settings_link a:before,.ce_text a.hofff-consent-show-privacy-settings:before{content:"";width:0.9em;height:0.9em;position:relative;top:2px;display:inline-block;margin-right:5px;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 80'%3E%3Cpath d='M52.506 45.956a3.007 3.007 0 011.312 3.644 29.437 29.437 0 01-5.326 8.224 2.984 2.984 0 01-3.786.664l-3.639-2.1a21.488 21.488 0 01-6.862 3.963v4.2a2.993 2.993 0 01-2.464 2.949 28.139 28.139 0 01-9.488 0 3.006 3.006 0 01-2.5-2.951v-4.2a21.721 21.721 0 01-6.862-3.963L9.252 58.47a2.992 2.992 0 01-3.787-.661A29.478 29.478 0 01.189 49.6 3.016 3.016 0 011.5 45.956l4.161-2.1a21.677 21.677 0 010-7.925L1.5 33.817a2.977 2.977 0 01-1.311-3.625 29.332 29.332 0 015.276-8.225 2.985 2.985 0 013.787-.661l3.639 2.1a21.461 21.461 0 016.862-3.964V15.23a2.978 2.978 0 012.447-2.938 28.5 28.5 0 019.5-.013 3 3 0 012.5 2.951v4.2a21.708 21.708 0 016.862 3.961l3.639-2.1a2.986 2.986 0 013.786.661 29.254 29.254 0 015.264 8.227 2.985 2.985 0 01-1.25 3.636l-4.214 2.1a21.616 21.616 0 010 7.938zM20.378 33.281c-7.4 9.625 3.589 20.613 13.215 13.214C40.992 36.87 30 25.879 20.378 33.281zm42.616.474a1.548 1.548 0 01-1.889.677 13.866 13.866 0 01-4.01-2.326 1.553 1.553 0 01-.352-1.964l1.026-1.786a10.778 10.778 0 01-1.987-3.425h-2.063a1.545 1.545 0 01-1.526-1.289 14.078 14.078 0 010-4.639 1.554 1.554 0 011.526-1.3h2.063a10.756 10.756 0 011.987-3.425l-1.026-1.786a1.538 1.538 0 01.352-1.964 13.993 13.993 0 014.01-2.328 1.546 1.546 0 011.889.675l1.026 1.789a11.122 11.122 0 013.961 0l1.026-1.789A1.545 1.545 0 0170.9 8.2a13.854 13.854 0 014.014 2.326 1.556 1.556 0 01.349 1.964l-1.026 1.786a10.761 10.761 0 011.984 3.424h2.063a1.543 1.543 0 011.524 1.289 14.06 14.06 0 010 4.636 1.555 1.555 0 01-1.524 1.3h-2.063a10.783 10.783 0 01-1.989 3.425l1.026 1.786a1.541 1.541 0 01-.349 1.964 14.074 14.074 0 01-4.009 2.332 1.547 1.547 0 01-1.888-.677l-1.026-1.787a11.122 11.122 0 01-3.961 0zm0 37.367a1.546 1.546 0 01-1.889.675 13.82 13.82 0 01-4.01-2.326 1.553 1.553 0 01-.352-1.964l1.026-1.786a10.756 10.756 0 01-1.987-3.421h-2.063a1.545 1.545 0 01-1.526-1.289 14.06 14.06 0 010-4.636 1.557 1.557 0 011.526-1.3h2.063a10.778 10.778 0 011.987-3.425l-1.026-1.786a1.538 1.538 0 01.352-1.964 14.039 14.039 0 014.01-2.326 1.548 1.548 0 011.889.677l1.026 1.787a11.122 11.122 0 013.961 0l1.026-1.787a1.547 1.547 0 011.888-.677 13.9 13.9 0 014.014 2.326 1.556 1.556 0 01.349 1.964l-1.026 1.786a10.783 10.783 0 011.989 3.425h2.063a1.543 1.543 0 011.524 1.289 14.078 14.078 0 010 4.639 1.552 1.552 0 01-1.524 1.3h-2.063a10.761 10.761 0 01-1.989 3.425l1.026 1.786a1.54 1.54 0 01-.349 1.964A14.027 14.027 0 0170.9 71.8a1.545 1.545 0 01-1.888-.675l-1.026-1.789a11.122 11.122 0 01-3.961 0zm6.313-53.106c-4.813-3.711-10.3 1.79-6.6 6.6 4.813 3.701 10.301-1.787 6.6-6.6zm0 37.355c-4.813-3.7-10.3 1.787-6.6 6.6 4.813 3.7 10.301-1.787 6.6-6.6z'/%3E%3C/svg%3E");background-repeat:no-repeat}#hofff-consent-banner .hofff-consent-privacy-settings-button a:hover,#hofff-consent-banner .hofff-consent-privacy-settings-button button:hover,.hofff-consent-placeholder .hofff-consent-privacy-settings-button a:hover,.hofff-consent-placeholder .hofff-consent-privacy-settings-button button:hover,.ce_hofff_consent_privacy_settings_link a:hover,.ce_text a.hofff-consent-show-privacy-settings:hover{opacity:1}#hofff-consent-banner .hofff-consent-privacy-settings-button button,.hofff-consent-placeholder .hofff-consent-privacy-settings-button button{margin:0;padding:0;background:none;border:none}.hofff-consent-switch{display:inline-block !important}.hofff-consent-group-checkbox,.hofff-consent-tag-checkbox{transition:color 0.5s ease-in-out}.hofff-consent-feedback{display:inline-block !important;width:auto !important;padding-left:1.7rem;margin-left:1em;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:left center;background-size:calc(.75em + .375rem) calc(.5em + .375rem);opacity:0;transition:opacity 0.5s;pointer-events:none}.is-valid~.hofff-consent-feedback{opacity:1}.hofff-consent-privacy-settings-toggle,.hofff-consent-show-privacy-settings{display:flex;align-items:center}.hofff-consent-privacy-settings-toggle:hover,.hofff-consent-show-privacy-settings:hover{cursor:pointer}body #hofff-consent-banner .widget{padding-bottom:0}body #hofff-consent-banner>.inside{max-width:calc(var(--pageWidthREM2) + ( 2 * var(--gutterHalf) ));margin-left:auto;margin-right:auto;padding:var(--gutterHalf) var(--gutterHalf) calc(var(--gutterHalf) / 2) var(--gutterHalf)}body #hofff-consent-banner p{text-align:left}body #hofff-consent-banner .hofff-consent-root-headline,body #hofff-consent-banner .custom-control-label{font-weight:bold;line-height:1.3125rem}body #hofff-consent-banner .hofff-consent-root-text{line-height:1.1em}body #hofff-consent-banner .hofff-consent-root-text{font-size:1rem}@media screen and (min-width:20rem){body #hofff-consent-banner .hofff-consent-root-text{font-size:calc(1rem + 0.125 * ((100vw - 20rem) / 17))}}@media screen and (min-width:37rem){body #hofff-consent-banner .hofff-consent-root-text{font-size:1.125rem}}body #hofff-consent-banner .hofff-consent-privacy-settings{margin-top:var(--gutterHalf)}@media only screen and (max-width:51.25rem){body #hofff-consent-banner .hofff-consent-feedback{display:none !important}}body #hofff-consent-banner .hofff-consent-tag .hofff-consent-switch,body #hofff-consent-banner .hofff-consent-tag .hofff-consent-group-checkbox{line-height:1em}body #hofff-consent-banner .hofff-consent-tag .widget.widget-explanation.explanation *{font-size:1.125rem;line-height:1.1em}body #hofff-consent-banner .hofff-consent-tag .card-header{display:flex;flex-direction:column;flex-wrap:wrap}body #hofff-consent-banner .hofff-consent-tag .card-header .widget.widget-explanation.explanation{flex-basis:100%;padding-left:calc(var(--gutterHalf) * 1)}body #hofff-consent-banner .hofff-consent-tag .card-header .widget.widget-checkbox.widget-switch{order:-1;width:inherit;flex-grow:0;flex-shrink:0;margin:0}body #hofff-consent-banner .hofff-consent-tag .hofff-consent-tag-collection{list-style-type:none;padding-left:calc(var(--gutterHalf) * 1);padding-top:calc(var(--gutterHalf) * 1)}body #hofff-consent-banner .hofff-consent-tag .hofff-consent-tag-collection .hofff-consent-tag{display:flex;flex-direction:column}body #hofff-consent-banner .hofff-consent-tag .hofff-consent-tag-collection .hofff-consent-tag .widget.widget-checkbox.widget-switch{order:-1;margin-top:0}body #hofff-consent-banner .hofff-consent-tag .hofff-consent-tag-collection .list-group-item+.list-group-item{margin-top:calc(var(--gutterHalf) / 2)}body #hofff-consent-banner .hofff-consent-tag+.hofff-consent-tag{margin-top:var(--gutterHalf)}body #hofff-consent-banner .hofff-consent-tag .hofff-consent-tag-title{display:none}body #hofff-consent-banner .hofff-consent-buttons.btn-group{margin-left:calc(var(--gutterHalf) / -4);margin-right:calc(var(--gutterHalf) / -4);display:inline-flex;flex-wrap:wrap;flex-direction:column}@media only screen and (min-width:45.625rem){body #hofff-consent-banner .hofff-consent-buttons.btn-group{margin-left:calc(var(--gutterHalf) / -2);margin-right:calc(var(--gutterHalf) / -2)}}@media only screen and (min-width:45.625rem){body #hofff-consent-banner .hofff-consent-buttons.btn-group{flex-direction:row}}body #hofff-consent-banner .hofff-consent-buttons.btn-group .btn{margin-top:0;margin:calc(var(--gutterHalf) / 2);font-size:1rem}@media only screen and (max-width:45.625rem){body #hofff-consent-banner .hofff-consent-buttons.btn-group .btn{margin:calc(var(--gutterHalf) / 4)}}@media only screen and (max-width:25rem){body #hofff-consent-banner .hofff-consent-buttons.btn-group .btn{padding-left:5px;padding-right:5px;line-height:1.1em}}body #hofff-consent-banner .hofff-consent-privacy-notes{margin-top:calc(var(--gutterHalf) * 1)}body #hofff-consent-banner .hofff-consent-banner-additional-content .mod_customnav ul{display:flex;list-style-type:none}body #hofff-consent-banner .hofff-consent-banner-additional-content .mod_customnav ul li+li{padding-left:calc(var(--gutterHalf) * 1)}.ce_rsce_kpis>.inside{padding-top:0;padding-bottom:calc(var(--gutterHalf2) * 2)}.kpi_container{padding-left:var(--gutterHalf2);padding-right:var(--gutterHalf2)}.kpi_container>.inside{padding-top:0;display:flex;flex-wrap:wrap;justify-content:center}.kpi_container>.inside>.item{padding-left:var(--gutterHalf);padding-right:var(--gutterHalf);padding-bottom:var(--gutterHalf2);position:relative;flex-basis:100%}.kpi_container>.inside>.item .itemLink>.inside{padding-top:0}.kpi_container>.inside>.item .name,.kpi_container>.inside>.item .text{text-align:center;font-size:1rem;text-transform:uppercase}.kpi_container>.inside>.item .name{color:var(--colorTertiary);font-family:"Roboto Condensed";font-weight:700;hyphens:auto}.kpi_container>.inside>.item .image_container{max-width:140px;max-height:140px;margin:0 auto}.kpi_container>.inside>.item .image_container img{margin:0 auto}.kpi_container>.inside>.item::before{content:"";position:absolute;display:none;left:0;top:50%;transform:translateY(-50%);min-height:94px;max-height:94px;width:1px;background-color:var(--colorTertiaryRGBA)}@media (min-width:350px) and (max-width:499px){.kpi_container>.inside>.item{flex-basis:calc(100% / 2)}.kpi_container>.inside>.item:not(:nth-child(2n+1))::before{display:block}}@media (min-width:500px) and (max-width:699px){.kpi_container>.inside>.item{flex-basis:calc(100% / 3)}.kpi_container>.inside>.item:not(:nth-child(3n+1))::before{display:block}}@media (min-width:700px) and (max-width:758px){.kpi_container>.inside>.item{flex-basis:calc(100% / 4)}.kpi_container>.inside>.item:not(:nth-child(4n+1))::before{display:block}}@media (min-width:759px){.kpi_container>.inside>.item{flex-basis:calc(100% / 5)}.kpi_container>.inside>.item:not(:nth-child(5n+1))::before{display:block}}.ce_rsce_prozessElement>.inside{padding-left:var(--gutterHalf2);padding-right:var(--gutterHalf2);padding-top:60px;padding-bottom:60px;display:grid;--process-gap: 60px;gap:var(--process-gap)}@media (min-width:759px){.ce_rsce_prozessElement>.inside{grid-template-columns:repeat(3, 1fr)}}.ce_rsce_prozessElement>.inside .item{position:relative;padding-top:var(--gutterHalf)}@media (max-width:759px){.ce_rsce_prozessElement>.inside .item::after{display:block;content:"";border:3px dotted #F5BF41;position:absolute;left:23px;bottom:-56%;width:1px;z-index:1;height:60%;border-top:0;border-bottom:0;border-right:0}}@media (min-width:759px){.ce_rsce_prozessElement>.inside .item::after{display:block;content:"";border:3px dotted #F5BF41;position:absolute;left:50%;width:calc(100% + var(--process-gap));z-index:-1}}.ce_rsce_prozessElement>.inside .item .inside{position:relative;background-color:#E7EEF2;padding:var(--gutterHalf);padding-top:calc(var(--gutterHalf) * 2);display:grid;gap:calc(var(--gutterHalf) * .5)}.ce_rsce_prozessElement>.inside .item .inside .svg{position:absolute;top:0;left:50%;translate:-50% -50%}.ce_rsce_prozessElement>.inside .item .inside .count{position:relative;display:flex;flex-wrap:nowrap;align-items:center;gap:1ch;font-family:"Roboto Condensed";font-size:1.375em;font-weight:600}.ce_rsce_prozessElement>.inside .item .inside .count::after{content:"";display:inline-block;height:1px;background-color:#00577F;width:100%}.ce_rsce_prozessElement>.inside .item .inside .name,.ce_rsce_prozessElement>.inside .item .inside .text{text-align:center;text-wrap:balance}.ce_rsce_prozessElement>.inside .item .inside .name{font-family:"Roboto Condensed";font-size:1.5em;font-weight:600}.ce_rsce_prozessElement>.inside .item .inside::after{display:none !important}@media (max-width:759px){.ce_rsce_prozessElement>.inside .item:nth-child(6n)::after{display:none}}@media (min-width:759px){.ce_rsce_prozessElement>.inside .item:nth-child(6n+1){margin-top:25px}.ce_rsce_prozessElement>.inside .item:nth-child(6n+1)::after{width:calc(100% + var(--process-gap));height:50%;top:0;translate:0% -30px;border-bottom:0}.ce_rsce_prozessElement>.inside .item:nth-child(6n+2){margin-top:calc(60px + 25px)}.ce_rsce_prozessElement>.inside .item:nth-child(6n+2)::after{border-top:0;width:calc(100% + var(--process-gap));height:50%;top:auto;bottom:0;translate:0 -20%}.ce_rsce_prozessElement>.inside .item:nth-child(6n+3)::after{border-top:0;border-left:0;border-right:0;width:50vw;height:1px;top:auto;bottom:50%;left:0}.ce_rsce_prozessElement>.inside .item:nth-child(6n+4){margin-top:25px}.ce_rsce_prozessElement>.inside .item:nth-child(6n+4)::after{border-top:0;border-left:0;border-right:0;width:50vw;height:1px;top:auto;bottom:50%;right:0;translate:-100% 0}.ce_rsce_prozessElement>.inside .item:nth-child(6n+5){margin-top:calc(60px + 25px)}.ce_rsce_prozessElement>.inside .item:nth-child(6n+5)::after{border-top:0;width:calc(100% + var(--process-gap));height:50%;top:auto;bottom:0;translate:-100% 20%}.ce_rsce_prozessElement>.inside .item:nth-child(6n)::after{width:calc(100% + var(--process-gap));height:50%;top:0;translate:-100% 40%;border-bottom:0}}.mod_article .ce_rsce_prozessElement>.inside::after{display:none}.ce_rsce_jobs>.inside{padding-top:0;padding-bottom:calc(var(--gutterHalf2) * 2)}.job_container>.inside{padding-top:0;display:flex;flex-wrap:wrap;margin-left:calc(var(--gutterHalf2) * -1);margin-right:calc(var(--gutterHalf2) * -1)}.job_container>.inside>.item{cursor:pointer;flex-basis:100%;padding-left:var(--gutterHalf2);padding-right:var(--gutterHalf2);padding-bottom:var(--gutterHalf2)}@media (min-width:600px){.job_container>.inside>.item{flex-basis:calc(100% / 2)}}@media (min-width:1200px){.job_container>.inside>.item{flex-basis:calc(100% / 3)}}.job_container>.inside>.item .name{font-size:1.25rem;font-family:"Roboto";font-weight:300}.job_container>.inside>.item .name,.job_container>.inside>.item .type,.job_container>.inside>.item .duration{color:var(--colorWhite)}.job_container>.inside>.item .type,.job_container>.inside>.item .duration{font-family:"Roboto Condensed";font-weight:700;font-size:0.875rem}.job_container>.inside>.item .type:before,.job_container>.inside>.item .duration:before{content:"";display:inline-block;width:14.343px;height:13.699px;background-position:center;margin-right:8px}.job_container>.inside>.item .duration{font-family:"Roboto Condensed";font-weight:700}.job_container>.inside>.item .duration:before{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.343' height='13.699'%3E%3Cg data-name='icons Q2' fill='%23f5bf41'%3E%3Cpath data-name='Pfad 124' d='M9.907 7.048a.619.619 0 0 0-.913 0l-2.8 2.8L5.02 8.674a.652.652 0 0 0-1.011.065.717.717 0 0 0 .13.88l1.6 1.6a.619.619 0 0 0 .913 0l3.255-3.256a.619.619 0 0 0 0-.913Zm0 0a.619.619 0 0 0-.913 0l-2.8 2.8L5.02 8.674a.652.652 0 0 0-1.011.065.717.717 0 0 0 .13.88l1.6 1.6a.619.619 0 0 0 .913 0l3.255-3.256a.619.619 0 0 0 0-.913Z'/%3E%3Cpath data-name='Pfad 125' d='M13.691 1.964h-2.934V.692a.685.685 0 0 0-.554-.685.652.652 0 0 0-.75.652v1.3H4.89V.692a.685.685 0 0 0-.554-.685.652.652 0 0 0-.75.652v1.3H.652A.652.652 0 0 0 0 2.616v10.431a.652.652 0 0 0 .652.652h13.039a.652.652 0 0 0 .652-.652V2.616a.652.652 0 0 0-.652-.652Zm-.652 10.431H1.3v-6.52h11.739Zm0-7.824H1.3v-1.3h11.739Z'/%3E%3C/g%3E%3C/svg%3E")}.job_container>.inside>.item .type{font-family:"Roboto Condensed";font-weight:700}.job_container>.inside>.item .type:before{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.667' height='12.833'%3E%3Cg data-name='icons Q2' fill='%23f5bf41'%3E%3Cpath data-name='Pfad 134' d='M5.834 2.917a4.375 4.375 0 1 1-4.375 4.375 4.375 4.375 0 0 1 4.375-4.375m0-1.167a5.542 5.542 0 1 0 5.542 5.542A5.542 5.542 0 0 0 5.834 1.75Z'/%3E%3Cpath data-name='Pfad 135' d='M8.167 9.042a.5.5 0 0 1-.292-.088L5.25 7.612V4.958a.584.584 0 1 1 1.167 0v2.017l2.042.992a.581.581 0 0 1-.292 1.079Z'/%3E%3Cpath data-name='Pfad 136' d='M.583 2.917a.613.613 0 0 1-.467-.233.583.583 0 0 1 .117-.817L2.566.117a.583.583 0 1 1 .7.933L.933 2.8a.554.554 0 0 1-.35.117Z'/%3E%3Cpath data-name='Pfad 137' d='M11.084 2.917a.554.554 0 0 1-.35-.117L8.4 1.05a.583.583 0 0 1 .7-.933l2.333 1.75a.583.583 0 0 1 .117.817.612.612 0 0 1-.467.233Z'/%3E%3C/g%3E%3C/svg%3E")}.job_container>.inside>.item .itemLink{display:block;height:100%;position:relative;z-index:1}.job_container>.inside>.item .itemLink>.inside{height:100%;padding-top:0;background-color:#23567C;position:relative;z-index:1;padding-bottom:var(--gutterHalf);padding-right:61px;padding-left:var(--gutterHalf);padding-top:var(--gutterHalf)}.job_container>.inside>.item .itemLink>.inside .extra_container{display:flex;align-items:center;align-content:center;border-bottom:1px solid rgba(255, 255, 255, 0.25);margin-bottom:calc(var(--gutterHalf2) * .5);padding-bottom:calc(var(--gutterHalf2) * .5)}.job_container>.inside>.item .itemLink>.inside .extra_container div+div{margin-left:var(--gutterHalf2)}.job_container>.inside>.item .itemLink>.inside::after{content:"";display:block;position:absolute;z-index:2;width:60px;height:60px;background-image:url(../../files/themes/bna/images/kachel_ecke_neu.png);background-repeat:no-repeat;background-position:right top;right:0;bottom:0;visibility:visible}.job_container>.inside>.item .itemLink:hover .name{color:#F5BF41}
