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}.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}
table.sortable thead th{background-image:url(../../assets/tablesorter/images/default.svg);background-repeat:no-repeat;background-position:center right}table.sortable thead th.tablesorter-headerDesc{background-image:url(../../assets/tablesorter/images/asc.svg)}table.sortable thead th.tablesorter-headerAsc{background-image:url(../../assets/tablesorter/images/desc.svg)}
.content-slider{overflow:hidden;visibility:hidden;position:relative}.slider-wrapper{overflow:hidden;position:relative}.slider-wrapper>*{float:left;width:100%;position:relative}.slider-control{height:30px;position:relative}.slider-control a,.slider-control .slider-menu{position:absolute;top:9px;display:inline-block}.slider-control .slider-prev{left:0}.slider-control .slider-next{right:0}.slider-control .slider-menu{top:0;width:50%;left:50%;margin-left:-25%;font-size:27px;text-align:center}.slider-control .slider-menu b{color:#bbb;cursor:pointer}.slider-control .slider-menu b.active{color:#666}
@charset "UTF-8";
.contao-cookiebar {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
  padding: 15px;
  max-height: 100vh;
  box-sizing: border-box;
  pointer-events: none;
  overflow: hidden; }
  .contao-cookiebar * {
    box-sizing: border-box; }
  .contao-cookiebar:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  .contao-cookiebar .cc-inner {
    display: inline-block;
    overflow-y: auto;
    max-height: 100%;
    max-width: 100%;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    font-size: 1rem;
    text-align: left; }
  .contao-cookiebar.cc-top .cc-inner {
    vertical-align: top; }
  .contao-cookiebar.cc-top.cc-active .cc-inner {
    animation: cookiebar-top-in 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-top.cc-saved .cc-inner {
    animation: cookiebar-top-out 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-bottom .cc-inner {
    vertical-align: bottom; }
  .contao-cookiebar.cc-bottom.cc-active .cc-inner {
    animation: cookiebar-bottom-in 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-bottom.cc-saved .cc-inner {
    animation: cookiebar-bottom-out 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-middle .cc-inner {
    vertical-align: middle; }
  .contao-cookiebar.cc-middle.cc-active .cc-inner {
    animation: cookiebar-middle-in 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-middle.cc-saved .cc-inner {
    animation: cookiebar-middle-out 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-left {
    text-align: left; }
  .contao-cookiebar.cc-right {
    text-align: right; }
  .contao-cookiebar .cc-head h1:first-child, .contao-cookiebar .cc-head h2:first-child, .contao-cookiebar .cc-head h3:first-child, .contao-cookiebar .cc-head h4:first-child, .contao-cookiebar .cc-head h5:first-child, .contao-cookiebar .cc-head h6:first-child {
    margin-top: 0; }
  .contao-cookiebar .cc-head p {
    margin-bottom: 15px; }
  .contao-cookiebar .cc-btn {
    display: inline-block;
    cursor: pointer;
    width: 100%;
    padding: 8px 14px;
    margin-bottom: 8px;
    font-size: 15px;
    outline: 0 none;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    color: #444;
    background: #f5f5f5; }
    .contao-cookiebar .cc-btn:hover {
      background: #ececec; }
    .contao-cookiebar .cc-btn:last-child {
      margin-bottom: 0; }
  .contao-cookiebar .grayscale .cc-btn {
    background: #f1efef; }
    .contao-cookiebar .grayscale .cc-btn:hover {
      background: #ececec; }
    .contao-cookiebar .grayscale .cc-btn.success {
      background: #fbfbfb; }
      .contao-cookiebar .grayscale .cc-btn.success:hover {
        background: #f7f7f7; }
  .contao-cookiebar .highlight .cc-btn.success {
    background: #4e9e3e;
    border-color: #3e7830;
    color: #fff; }
    .contao-cookiebar .highlight .cc-btn.success:hover {
      background: #4c933f; }
  .contao-cookiebar label {
    position: relative;
    display: block;
    padding: 8px 13px 8px 0;
    line-height: 1.2rem; }
    .contao-cookiebar label.group {
      font-weight: 600; }
  .contao-cookiebar input {
    position: absolute;
    width: 1px;
    height: 1px;
    outline: 0 none;
    opacity: 0; }
    .contao-cookiebar input + label {
      padding: 8px 13px 8px 50px;
      cursor: pointer; }
      .contao-cookiebar input + label:before {
        content: '';
        position: absolute;
        top: 6px;
        left: 0;
        width: 35px;
        height: 18px;
        margin: 0;
        box-sizing: content-box;
        border-radius: 10px;
        background: #fff;
        border: 2px solid #9c9b99;
        transition: border-color .2s; }
      .contao-cookiebar input + label:after {
        display: block;
        content: '';
        position: absolute;
        top: 10px;
        left: 4px;
        width: 14px;
        height: 14px;
        border-radius: 10px;
        background: #9c9b99;
        transition: background .2s, margin-left .2s, padding .2s; }
      .contao-cookiebar input + label:active:after {
        padding-left: 5px; }
    .contao-cookiebar input.cc-group-half + label:after {
      background: linear-gradient(to right, #9c9b99 0%, #9c9b99 50%, #399d32 50%, #399d32 100%); }
    .contao-cookiebar input:checked + label:after {
      background: #399d32;
      margin-left: 17px; }
    .contao-cookiebar input:checked + label:active:after {
      margin-left: 12px; }
    .contao-cookiebar input:checked + label:before {
      background: #dcf3db;
      border-color: #399d32; }
    .contao-cookiebar input:disabled + label {
      pointer-events: none; }
      .contao-cookiebar input:disabled + label:after {
        background: #c8c7c5; }
      .contao-cookiebar input:disabled + label:before {
        background: #f4f4f4;
        border-color: #c8c7c5; }
  .contao-cookiebar.cc-active .cc-inner {
    opacity: 1;
    pointer-events: auto;
    visibility: visible; }
  .contao-cookiebar.cc-active.cc-blocked {
    pointer-events: auto;
    animation: cookiebar-overlay-in 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-saved.cc-inner {
    opacity: 0;
    pointer-events: none;
    visibility: hidden; }
  .contao-cookiebar.cc-saved.cc-blocked {
    pointer-events: none;
    animation: cookiebar-overlay-out 0.5s ease-in-out forwards; }

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

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

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

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

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

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

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

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

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

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

/* font converted using font-converter.net. thank you! */
@font-face {
  font-family: "DarknessRising-Regular";

  src: url("../../files/fonts/Hanoded-DarknessRisingRegular.otf") format("opentype"), /* Open Type Font */
    url("../../files/fonts/Hanoded-DarknessRisingRegular.woff") format("woff"), /* Modern Browsers */
    url("../../files/fonts/Hanoded-DarknessRisingRegular.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
	font-display: auto;
  }

/* mcdr-2020-standards.css - START */
/*@media only screen and (min-width:2560px) {
	
	
	html {
 	 scroll-behavior: smooth;
	}
	
	body {
	margin: 0;
	padding: 0;
	padding: 0;
	color: #2B2B2B;
	}
	
	#wrapper {
		position: relative;
		width: 1920px;
		margin: 0 auto;
		background: #ffffff;
		border-left: 1px solid #515151;
		border-right: 1px solid #515151;
		overflow: hidden;
	}
}
*/
html {
  scroll-behavior: smooth;
  /*scroll-padding-top: 150px !important;*/
}
body {
  margin: 0;
  padding: 0;
  color: #2B2B2B;
  overflow-x: hidden !important;
	background: #ffffff;
}
h1, h2, h3, h4, h5 {
  font-family: din-2014, sans-serif;
  font-weight: normal;
  font-style: normal;
}
h4 {
  font-weight: 700;
}
a {
  transition-duration: 0.3s;
  transition-property: color, background, all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-property: color, background, all;
}
a #standort, a #vorteile, a #wassiewissenmuessen, a #zimmer,
#standort a, #vorteile a, #wassiewissenmuessen a, #zimmer a,
a#standort, a#vorteile, a#wassiewissenmuessen, a#zimmer{
	text-decoration: none;
}
.uppercase h1, .uppercase h2, .uppercase h3 {
  text-transform: uppercase;
}

h2.uppercase {
	text-transform: uppercase;
}
.uppercaseP p {
  text-transform: uppercase;
}
p, a, ul li, ol, ol li, .drinks td {
  font-family: din-2014, sans-serif;
  font-weight: 400;
  font-style: normal;
}
p, li {
  font-size: 16px;
  line-height: 23px;
}
.contentWrapper ul, .contentWrapper ul li {
  list-style: none;
  list-style-image: url("../../files/_standards/mcdr-list-symbol.png");
}
.contentWrapper ul {
  padding: 0 0 0 1.5em;
  margin: 0 0 1em 1em;
}
.contentWrapper ul li {
  margin-bottom: 12px;
}
.displayTable {
  display: table;
  overflow: hidden;
}
.displayTableRow {
  display: table-row;
  overflow: hidden;
}
.displayTableCell {
  display: table-cell;
  overflow: hidden;
}
.displayTable h1 {
  margin-bottom: 0;
  line-height: normal;
}
.textCenter {
  text-align: center;
}

.textAlignRight {
  text-align: right;
}

.verticalAlignMiddle {
  vertical-align: middle;
}
.verticalAlignTop {
  vertical-align: top;
}
.verticalAlignBottom {
  vertical-align: bottom;
}
.alignCenter {
  align-content: center
}
.noMarginTop {
  margin-top: 0 !important;
}
.noMarginRight {
  margin-right: 0 !important;
}
.noMarginBottom {
  margin-bottom: 0 !important;
}
.noMarginLeft {
  margin-left: 0 !important;
}
.noMargin {
  margin: 0 !important;
}
.noMarginLeftRight {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.padding4prc {
  padding: 4%;
}
.padding2prc {
  padding: 2%;
}
.paddingBottom2prc {
  padding-bottom: 2%;
}
.paddingTop44 {
  padding-top: 44px !important;
}
.marginAuto {
	margin: 0 auto;
}
.marginTop44 {
  margin-top: 44px !important;
}
.marginTop80 {
  margin-top: 80px !important;
}
.marginTop20prc {
  margin-top: 20% !important;
}
.sectionInbetween150 {
  margin-bottom: 150px !important;
  overflow: hidden;
}
.marginBottom44 {
  margin-bottom: 44px !important;
}
.marginBottom80 {
  margin-bottom: 80px !important;
}
.marginTopBottom {
  margin-top: 80px;
  margin-bottom: 80px;
}
.marginRight4Prc {
  margin-right: 4% !important;
}

.marginRight75px {
  margin-right: 100px !important;
}
.marginLeft4Prc {
  margin-left: 4% !important;
}
.marginRight2Prc {
  margin-right: 2% !important;
}
.lineHeightNull p, p.lineHeightNull {
  line-height: 0;
  margin: 0;
}
.clearBoth {
  clear: both;
}
.clearLeft {
  clear: left;
}
.clearRight {
  clear: right;
}
.floatLeft {
  float: left;
}
.floatRight {
  float: right;
}
.floatNone {
  float: none;
}
.colorYellow {
  color: #ffba00;
}
.colorYellowH h2, h2.colorYellowH {
  color: #ffba00;
}
.boxShadow {
  /*box-shadow: 0 4px 8px 2px #dedede;*/
  -webkit-box-shadow: 0px 12px 23px -7px rgba(0, 0, 0, 0.29);
  box-shadow: 0px 12px 23px -7px rgba(0, 0, 0, 0.29);
  width: 100%;
  overflow: hidden;
}
.boxShadowImg {
  /*box-shadow: 0 4px 8px 2px #dedede;*/
  -webkit-box-shadow: 0px 12px 23px -7px rgba(0, 0, 0, 0.29);
  box-shadow: 0px 12px 23px -7px rgba(0, 0, 0, 0.29);
}
.imgFloatRight img {
  float: right;
}
.minHeight {
  min-height: 180px;
}
.btn {
  display: inline-block;
  background: #ffba00;
  padding: 8px 42px;
  margin-bottom: 0px;
  color: #fff;
  text-decoration: none;
  letter-spacing: 1px;
  /* transform: translateZ(0px); */
  transition-duration: 0.3s;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-property: color, background, all;
}
a:hover.btn, .btn:hover {
  background: #8C3449;
  color: #ffffff !important;
}
a.btn, .btn a {
  text-decoration: none !important;
  color: #fff !important;
}
.icon {
  width: 12%;
  height: 180px;
  margin: 0 1% 2%;
  text-align: center;
}
.icon img {
  max-height: 72px;
}
.icon p {
  font-size: 18px;
}
.iconYellow {
  background: url("../../files/_icons/iconYellow.png") no-repeat;
  background-position: center 30px;
}
.iconGreen {
  background: url("../../files/_icons/iconGreen.png") no-repeat;
  background-position: center 30px;
}
.iconContent {
  /*width: 12%;
	height: 180px;
	margin: 0 1% 1%;*/
  text-align: left;
  padding: 0 0 0 1%;
}
.iconContent img {
  max-height: 72px;
}
.iconContent p {
  font-size: 18px;
}
.iconYellowContent {
  background: url("../../files/_icons/iconYellow.png") no-repeat;
  background-position: 0 40px;
}
.iconGreenContent {
  background: url("../../files/_icons/iconGreen.png") no-repeat;
  background-position: 0 40px;
}
.iconWithStroke {
  text-align: left;
  /*	padding: 0 0 0 1%;*/
}
.iconWithStroke .image_container {
  width: 31%;
}
.iconWithStroke img {
  height: 90px;
  width: 100%;
  margin-bottom: 0px;
}
.iconContent p {
  font-size: 18px;
}
.mehrRot {
  color: #8C3449;
  position: relative;
  margin: 0 auto;
  text-decoration: none;
  padding: 10px 60px 10px 0;
  background: url("../../files/_standards/arrow-to-right.png") no-repeat;
  background-position: right center;
  width: 180px;
  transition-duration: 0.3s;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-property: color, background, all;
}
.mehrRot p {
  font-family: din-2014, sans-serif;
  font-weight: 700;
  transition-duration: 0.3s;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-property: color, background, all;
}
.mehrRot a, a.mehrRot {
  font-family: din-2014, sans-serif;
  font-weight: 700;
  color: #8C3449 !important;
  text-decoration: none;
}
.mehrRot p:hover, .mehrRot a:hover, a.mehrRot:hover {
  transform: translateX(15px);
}

.img50 img {
	width: 50% !important;
    height: auto;
}
.vr-city-slider__lower-slider__pan__slide-item .mehrRot {
  position: absolute;
  bottom: 90px;
}
.mehrGruen {
  color: #69b578;
  text-decoration: none;
  padding: 10px 60px 10px 0;
  background: url("../../files/_standards/arrow-to-right-green.png") no-repeat;
  background-position: right center;
  width: 18 0px;
  transition-duration: 0.3s;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-property: color, background, all;
}
.mehrGruen p {
  font-family: din-2014, sans-serif;
  font-weight: 700;
  transition-duration: 0.3s;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-property: color, background, all;
}
.mehrGruen a, a.mehrGruen {
  font-family: din-2014, sans-serif;
  font-weight: 700;
  color: #69b578 !important;
  text-decoration: none;
  width: 180px;
  display: block;
  background: url("../../files/_standards/arrow-to-right-green.png") no-repeat;
  background-position: right center;
  transition-duration: 0.3s;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-property: color, background, all;
}
.mehrGruen a:hover, a.mehrGruen:hover {
  transform: translateX(15px);
}
.redLink a, a.redLink {
  font-family: din-2014, sans-serif;
  font-weight: 700;
  color: #8C3449 !important;
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-property: color, background, all;
}
.redLink a:hover, a.redLink:hover {
  text-decoration: underline !important;
}
.imgMargin img {
  margin: 0 15px;
}
.borderRight {
  border-right: 1px solid #BABABA;
}
.borderBottom {
  border-bottom: 1px solid #707070;
}
.hr hr {
  width: 50%;
  position: relative;
  margin: 0 auto;
  height: 1px;
  background-color: #BABABA;
  border: 0px;
}
@media only screen and (max-width:1280px) {
  .icon p {
    font-size: 16px;
  }
}
@media only screen and (max-width:768px) {
  .displayTable, .displayTableRow, .displayTableCell {
    display: block;
    overflow: hidden;
  }
  .sectionInbetween150 {
    margin-bottom: 65px !important;
    overflow: hidden;
	  padding: 0 0 10px 0;
  }
} 
@media only screen and (max-width:420px) {
  h1, h2, h3, h4, h5 {
    margin: 15px 0 0;
  }
  h1 {
    font-size: 1.5em;
  }
  .vr-instagram-slide__headline {
    margin-top: 5px !important;
  }
  h2.vr-instagram-slide__headline {
    line-height: 1.3em !important;
    max-width: 320px !important;
  }
  .vr-instagram-slide__subhead {}
  .vr-instagram-slide__pane {
    margin-top: 15px !important;
  }
  h2 {
    font-size: 1.35em !important;
  }
	
	h3 {
    font-size: 1.25em !important;
  }
	
	.boxShadow {
  /*box-shadow: 0 4px 8px 2px #dedede;*/
  -webkit-box-shadow: 0px 6px 11px -4px rgba(0, 0, 0, 0.29);
  box-shadow: 0px 6px 11px -4px rgba(0, 0, 0, 0.29);
  width: 100%;
  overflow: hidden;
}
	
  .emptyBox h2.darkness {
    font-size: 60px !important;
  }
  .floatLeft, .floatRight {
    float: none;
  }

.borderRight {
  border-bottom: 1px solid #BABABA;
}
	
.borderTop {
  border-top: 1px solid #BABABA;
}
	
  .displayTable, .displayTableRow, .displayTableCell {
    display: block;
    overflow: hidden;
  }
	.marginTop25 {
		margin-top: 25px;
	}
  .marginTop44 {
    margin-top: 0px !important;
  }
  .marginTop80 {
    margin-top: 0px !important;
  }
  .marginTop20prc {
    margin-top: 0% !important;
  }
  .paddingTop44 {
    padding-top: 0px !important;
  }
	
	.paddingBottom125 {
		padding-bottom: 125px;
	}	
  /*.marginBottom44 {
	margin-bottom: 0px !important;
}*/
  .marginBottom80 {
    margin-bottom: 80px !important;
  }
	.marginBottom0Mobile {
		margin-bottom: 0 !important;
	}	
	
  .marginTopBottom {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .marginRight4Prc {
    margin-right: 0% !important;
  }
  .marginLeft4Prc {
    margin-left: 0% !important;
  }
  .imgMargin img {
    /*margin: 15px 15px;*/
    margin: 15px 1%;
    width: 48%;
    float: left;
  }
  .iconWithStroke img {
    margin-bottom: 10px;
  }
	.mobileDisplayNone {
		display: none;
	}

	.btn {
		padding: 8px 21px;
	}	
	
	.textAlignRight	{
		text-align: left;
	}
	
.noBoxShadow, .vr-city-slider__lower-slider__pan__slide-item.noBoxShadow {
	/*box-shadow: 0 4px 8px 2px #dedede;*/
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
  /*width: 100%;*/
  overflow: hidden;
}
	.vr-city-slider__lower-slider__pan__slide-item.noMarginTop {
		margin-top: 0 !important;
	}
	
		.vr-city-slider__lower-slider__pan__slide-item.noPaddingTop {
		padding-top: 0 !important;
	}
		.vr-city-slider__lower-slider__pan__slide-item.noPaddingLeft {
		padding-left: 0 !important;
	}

}
/* mcdr-2020-standards.css - ENDE */
/* mcdr-2020-navi.css - START */

 #mobilenav:not( .mm-menu ) {
        display: none;
    }


nav.mod_navigation .invisible, #skipNavigation1 {
	display: none;
	opacity: 0;
}


nav.mod_navigation {
  /*box-sizing: border-box;
  width: 987px;*/
  padding-left: 145px;
  top: 0px;
  position: relative;
  overflow: inherit;
  margin: 0 auto;
  font-size: 18px;
  z-index: 1000;
}

/* level_1*/

nav.mod_navigation ul {
  margin: 0;
  padding: 0;
}
nav.mod_navigation a, nav.mod_navigation ul.level_1 li.active {
  display: block;
  color: #2b2b2b;
  text-decoration: none;
}


nav.mod_navigation ul.level_1 li.active:hover {
  /*background: none !important;*/
}
nav.mod_navigation ul.level_1 li {
  position: relative;
  float: left;
  list-style: none;
	font-size: 18px;
  padding: 20px 25px 20px;
  transition: 0.3s;
  transition-property: color, background, all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-property: color, background, all;
}
nav.mod_navigation ul li a {
 font-size: 18px;
}

nav.mod_navigation ul li a:hover {
	color: #FBB929;
	
  /*padding: 20px;*/
}

nav.mod_navigation ul.level_1 li:hover {
  /*background: #c93222 !important;*/
}


/* level_2*/


nav.mod_navigation ul li:hover > ul {
  top: 60px;
  left: 0;
  padding: 30px 0 0 0;
  width: 660px;
/*  background: #fff;*/
}

nav.mod_navigation ul ul {
  position: absolute;
  top: -9999px;
  left: -9999px;
	/*box-shadow: 0 4px 8px 2px #dedede;*/
  z-index: 1;
}


nav.mod_navigation ul ul li.first:before {
	content:'9x in Deutschland';
	font-size: 18px;
	font-weight: 800;
	position: absolute;
    left: 40px;
    top: 10px;
    width: auto;
    float: none;
    line-height: 60px;
	}

nav.mod_navigation ul ul li.first:after {
  content: '';
  position: absolute;
  top: 10px;
  left: 25%;
  width: 0;
  height: 0;
  border: 10px solid transparent;
	/*border-bottom-color: #fff;*/
  border-bottom-color: #FBB929;
  border-top: 0;
  margin-left: -20px;
  margin-top: -20px;
}
nav.mod_navigation ul ul li.padTopSixty {
	padding-top: 50px !important;
    cursor: default;
}
nav.mod_navigation ul ul li a{
  padding: 20px 0 0px 40px;
  width: 180px;
  font-size: 16px;
}

nav.mod_navigation ul ul li.active, nav.mod_navigation ul ul li a.active {

	color:#FBB929;
	padding-left: 0 !important;
    padding-right: 40px;
}

nav.mod_navigation ul ul.level_2 li span.active  {

	color:#FBB929;
	padding-left: 40px;
  width: 180px;
  font-size: 16px;
	
}

nav.mod_navigation ul ul li.lastLink a {
		width: 400px;

}
nav.mod_navigation ul ul li:last-child {
  border-bottom: none;
  border-radius: 0;
	
}
nav.mod_navigation ul ul li.last:hover {
  border-bottom: none;
  border-radius: 0 ;
}


.mod_navigation ul.level_1 li ul.level_2 li {
  background: #fff !important;
  position: relative;
  display: block;
  padding: 0;
  color: #2b2b2b;
  text-transform: none;
  white-space: nowrap;
}

/* .mod_navigation ul.level_1 li ul.level_2 li.active {
 padding: 17px 0px 17px 20px ! important;
  width: 240px;
}*/
.mod_navigation ul.level_1 li ul.level_2 li:hover {
  /*background: #e43a37 !important;*/
}

ul.level_1 li.standorteNavi {
	cursor: pointer;
}

.mod_navigation ul.level_1 li.submenu {
	margin-right: 15px;
}

.mod_navigation ul.level_1 li.submenu:after {
  content: '';
  border: solid #2B2B2B;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  position: absolute;
  left: 92%;
  top: 27px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.mod_navigation ul.level_1 li.behandlungen ul.level_2 li.active:after {
/*  content: url("../../files/_standards/aa-header-subnavi-arrow.png");
  position: absolute;
  right: 10px;*/
}

/* level_3 */

nav.mod_navigation ul ul li:hover > ul {
  top: 0;
  left: 260px;
	width: 540px
}

.mod_navigation ul.level_1 li.behandlungen ul.level_2 li ul.level_3 li.active:after {
/*  content: '';
  position: absolute;
  right: 10px;*/
}

.mod_navigation ul.level_1 li ul.level_2 li ul.level_3 li:hover {
  /*background: #e43a37 !important;*/
}

nav.mod_navigation ul ul ul li:first-child {
  border-bottom: none;
  border-radius: 0 ;
}


.btnNavi {
	display: inline-block;
    /*background: #ffba00;
    padding: 8px 42px;*/
    margin: 0px;
    color: #fff;
    text-decoration: none;
    letter-spacing: 1px;
    /* transform: translateZ(0px); */
	transition-duration: 0.3s;
	transition-property: all;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-property: color, background, all;
}


li.btnNavi {
	width: 580px;
	height: 80px;
	background: #fff;
	padding: 20px 40px 0 !important;
}

a.btnNavi, .btnNavi a {
	text-decoration: none !important;
	color: #fff !important;
	background: #ffba00;
    padding: 15px 60px !important;
}

a:hover.btnNavi, .btnNavi:hover {
    background: #8C3449;
    
}



/*.naviSecond01  {
    position: absolute !important;
    left: 100px;
    top: 0;
}

.naviSecond02  {
    position: absolute !important;
    left: 100px;
    top:20px;
}
*/

.mburger, a.mburger { 
	display: none;
	}

/*@media only screen and (max-width:1279px) {
  nav.mod_navigation {
    padding-left: 12%;
  }
}*/

@media only screen and (max-width:1385px) {
	
	nav.mod_navigation ul.level_1 li {
		padding: 20px 20px 20px;
	}


}

@media only screen and (max-width:1320px) {
	
	nav.mod_navigation ul.level_1 li {
		padding: 20px 15px 20px;
	}


}
@media only screen and (max-width:1230px) {
  
	nav.mod_navigation ul.level_1 li {
		padding: 20px 6px 20px;
	}
	
	.mod_navigation ul.level_1 li.submenu:after {
		left:100% !important;
	}
}

@media only screen and (max-width:1095px) {
  
nav.mod_navigation {
    display: none;
  }
}
/* mcdr-2020-navi.css - ENDE */
/* mcdr-2020-mobile-navi.css - START */

@media only screen and (max-width: 1094px){
	
	
 #mobilenav:not( .mm-menu ) {
        display: none;
    }


/*	#mobilenav.mm-menu {
	display: block;
}*/
	
	#mobilenav.mm-menu .standortPaddingInNavi {
		padding-left: 20px;
	}
	

	
	
.mburger, a.mburger { 
	display: inline-block !important;
	display: inline-block !important;	
	}
	
.mm-navbar, .mm-navbar_sticky {
		display: none;
	}	
	


	
#mobilenav.mm-menu {
    /*max-width:600px;*/
	
    color:#2B2B2B;
    font-family: din-2014,sans-serif;
	font-weight: 400;
	font-size: 18px;
	background: #f3f3f3;
	top:60px;
	}
	
	
.mm-menu_offcanvas {
    width: 100%;
    min-width: 240px;
    max-width: 420px !important;
}	

	.mm-panels {
		background: #f3f3f3;
	}
	
.mm-menu_theme-dark {
    --mm-color-border: rgba( 243,243,243,1);
    --mm-color-button: rgba( 243,243,243, 0.4 );
    --mm-color-text: rgba( 243,243,243, 0.85 );
    --mm-color-text-dimmed: rgba( 243,243,243, 0.4 );
    --mm-color-background: rgba( 243,243,243, 0 );
    --mm-color-background-highlight: rgba( 243,243,243, 0.08 );
    --mm-color-background-emphasis: rgba(243,243,243,.5);
    --mm-shadow: 0 0 20px rgba( 0,0,0, 0.5 );
}	
	
.mm-listitem_selected>.mm-listitem__text {
    background: rgba(243,243,243,.5);
   /* background: var(--mm-color-background-emphasis);*/
}
	
	#mobilenav .mm-listitem, #mobilenav .mm-listitem:after {
		border: none !important;
	}

	#mobilenav .mm-listitem__btn:not(.mm-listitem__text) {
		border-left: none !important;
	}
	
	#mobilenav .mm-btn_next:after {
		-webkit-transform: rotate(-135deg);
		-ms-transform: rotate(-135deg);
		transform: rotate(-135deg);
	}
	
	#mobilenav .mm-listitem_opened>.mm-listitem__btn:after {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		right: 23px !important;
	}
	
	.mm-listitem:after {
		left: 0px;
	}	
	
#mobilenav.mm-menu ul.level_1 {
	margin-top:18px;
}

#mobilenav.mm-menu ul li a,
#mobilenav.mm-menu ul li a:visited,
#mobilenav.mm-menu ul li a:link,
#mobilenav.mm-menu ul li a:focus,
#mobilenav.mm-menu ul li a:active,
#mobilenav.mm-menu ul li span.active{
    text-decoration:none;
    color:#2B2B2B;
    font-family: din-2014,sans-serif;
	font-size: 18px;
	font-weight: 400;
	text-align: left;
	line-height: 20px;
}
	
#mobilenav.mm-menu ul li a:active,
	#mobilenav.mm-menu ul li span.active {
		color: #2B2B2B;
		font-weight: 500;
	}	
	
#mobilenav.mm-menu a,
#mobilenav.mm-menu a:visited,
#mobilenav.mm-menu a:link,
#mobilenav.mm-menu a:focus,
#mobilenav.mm-menu a:active {	
    text-decoration:none;
    color:#2B2B2B;
    font-family: din-2014,sans-serif;
	font-weight: 400;
	font-size: 18px;
	font-weight: 500;
	text-align: left;
	line-height: 30px;
}

/*	#mobilenav.mm-menu ul li a:hover {
   	 color:#2B2B2B;
}
	#mobilenav.mm-menu ul li:hover {
		background: #fff;
	}*/
	
	
	.mm-listitem_opened>.mm-listitem__btn, .mm-listitem_opened>.mm-panel {
		background: #f3f3f3;
		
	}
	
#mobilenav.mm-menu ul li ul {
    left:10px;
   /* position:absolute;
    display:none;*/
}

	
/*	#mobilenav.mm-menu ul li ul.level_2 {
		display: block;
	}*/
	
	.btnNavi.last.mm-listitem	{
		display: none !important;
	}
	
.mm-list {
	font-size: 36px;
	text-align: left;
}

#mobilenav.mm-menu .mm-list a.mm-subopen {
    color:#2B2B2B;
}
.mod_navigation ul li ul li {
    width:117px;
    height:20px;
    display:block;
    padding:5px 10px 5px 8px;
    color:#2B2B2B;
}
.mod_navigation ul li ul li.active {
    width:auto;
    height:20px;
    display:block;
    padding:5px 10px 5px 8px;
    color:#2B2B2B;
    font-family: din-2014,sans-serif;
	font-weight: 400;
    outline: medium none;
    background:none;
}

#mobilenav.mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen), #mobilenav.mm-menu .mm-list > li.mm-selected > span {
	
	font-weight: 500;
	line-height: 30px;
}

#mobilenav.mm-menu .mm-list > li > a.mm-subopen::after,
#mobilenav.mm-menu .mm-list > li > a.mm-subclose::before {
    border-color:#2B2B2B;
	border: 0px;
}
#mobilenav.mm-menu .mm-list > li > a.mm-subopen::before {
    border-color:#2B2B2B;
	border: 0px;
}
#mobilenav.mm-menu .mm-list > li > a.mm-subopen::after,
#mobilenav.mm-menu .mm-list > li > a.mm-subclose::before,
#mobilenav.mm-menu .mm-list > li::after,
#mobilenav.mm-menu .mm-list > li > a.mm-subclose {
    border-color:#2B2B2B;
	border: 0px;
    color:#2B2B2B;
}
.mm-list a.mm-subopen::before {
    border-left:0px solid #2B2B2B;
}
#mobilenav ul li.first {
    padding-left:0;
    border-top:0px solid #2B2B2B;
}
#mobilenav ul li.last {
    border-bottom:0px solid #2B2B2B;
}
.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults)::after {
    border-top:0px solid #2B2B2B;
    border-bottom:0px solid #2B2B2B;
    border-bottom-width: 0px;
}
}
	
/* mcdr-2020-mobile-navi.css - START */


/* mcdr-2020-header- START */

		#header {
			position: fixed;
			top:0;
			left: 0;
			width: 85%;
			height: 60px;
			padding: 0 7.5%;
			background: #fff;
			/*border-bottom: 1px solid #E5BD27;*/
			z-index: 1001;
}

		/*.headerWrap {
			position: relative;
			height: auto;
			width: 1280px;
			margin: 0 auto;
		}

		*/

/*.headerScroll {
	height: 60px !important;
}
*/

/*.affix {
    top: 0;
    width: 100%;
  }*/

/* Padding for a smoth affix */
/*.affix + .container-fluid {
  padding-top: 60px;
}	
*/

.headerLogo img, 
.headerLogo-scrolled, 
.headerLogo, 
.headerLogo img {
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}



.headerLogo {
	position: absolute;
	left: 0;
	top: 0;
	float: left;
	height: 80px;
	width: 124px;
	margin: 0 65px 0 0;
	z-index: 3;
}



.headerLogo-scrolled{
    width: auto;
    height: 55px;
}

.headerLogo-scrolled img {
	width: auto;
	height: 60px;
	
}

/* mcdr-2020-header- ENDE */
@charset "utf-8";
/* mcdr-2020-sprachenwechsler.css - START */


.onlyDesktop {
	display: block;
}

.mod_changelanguage {
	position: absolute;
    right: 0;
    top: 20px;
    /*height: 30px;*/
    padding: 0;
    width: auto;
    overflow: hidden;
	font-size: 18px;
	  font-family: din-2014, sans-serif;
  font-weight: normal;
  font-style: normal;
	/*background: #fff;*/
	
} 

.mod_changelanguage .cldropdown {
	height: auto !important;
	background: #fff;
}



/*.mod_changelanguage:not( .cldropdown ) {
	display: none;

}*/


.mod_changelanguage .cldropdown ul.level_1 li.lihover {
	cursor: pointer;
}

.mod_changelanguage .cldropdown ul.level_1 li.lihover:after{
    content: '';
    border: solid #2B2B2B;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    position: absolute;
    left: 60%;
    top: 5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}


.lihover::marker {
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    text-indent: 0px !important;
    text-align: start !important;
    text-align-last: start !important;
	display: none !important;
	color: #fff;
}

.mod_changelanguage .cldropdown ul.level_2{
	position: relative;
    top: -9999px;
    left: -9999px;
	opacity: 0;
	background: #fff;
}

.mod_changelanguage .cldropdown ul.level_2 li{
	width: 100px;
	float: none;
	height: 50px;
	
}

.mod_changelanguage .cldropdown ul.level_2 li.active strong {
	font-weight: normal !important;
	color: #FBB929 !important;
}


.mod_changelanguage .cldropdown ul.level_1 li:hover ul.level_2{
	position: relative;
	top: 0px;
    left: -5px;
    padding: 30px 0 0 0px;
	opacity: 1;

    
	
}


.mod_changelanguage li.active strong {
	font-weight: normal !important;
	color: #7F7F7F !important;
	
}


.mod_changelanguage ul, .mod_changelanguage ul li {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 18px !important;
}

.mod_changelanguage ul li {
	float: left;
	margin: 0 8px; 
}


.mod_changelanguage ul li a, .mod_changelanguage ul li a:visited {
	color: #2B2B2B;
	text-decoration: none;
}

.mod_changelanguage ul li a:hover {
	text-decoration: none;
	color: #FBB929;
	
}


@media only screen and (max-width: 1024px) {
	
	.mod_changelanguage {
		right: 60px;
		
	} 
}


@media only screen and (max-width: 767px) {
	
	.onlyDesktop {
		display: none;
	}
}

/* mcdr-2020-sprachenwechsler.css - ENDE */


/*!
 * mburger CSS v1.3.3
 * mmenujs.com/mburger
 *
 * Copyright (c) Fred Heusschen
 * www.frebsite.nl
 *
 * License: CC-BY-4.0
 * http://creativecommons.org/licenses/by/4.0/
 */ :root {
/*  --mb-button-size: 60px;*/
	   --mb-button-size: 36px;
  /*--mb-bar-width: 0.6;*/
	 --mb-bar-width: 0.8;
  /*--mb-bar-height: 4px;*/
	 --mb-bar-height: 2px;
  --mb-bar-spacing: 10px;
	 --mb-bar-spacing: 8px;
  --mb-animate-timeout: 0.4s
}

.mburger a:hover, .mburger a:visited, a.mburger:hover, a.mburger:visited {
	color: #2B2B2B;
}

.mburger {
  background: 0 0;
  border: none;
  border-radius: 0;
  color: #2B2B2B;
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 12px;
  box-sizing: border-box;
  height: var(--mb-button-size);
  padding: 0 0 0 var(--mb-button-size);
  margin: 0;
  line-height: var(--mb-button-size);
  vertical-align: middle;
  appearance: none;
  outline: 0;
  cursor: pointer
}
.mburger b {
  display: block;
  position: absolute;
  left: calc(var(--mb-button-size) * ((1 - var(--mb-bar-width))/ 2));
  width: calc(var(--mb-button-size) * var(--mb-bar-width));
  height: var(--mb-bar-height);
  border-radius: calc(var(--mb-bar-height)/ 2);
  background: currentColor;
  color: inherit;
  opacity: 1
}
.mburger b:nth-of-type(1) {
  bottom: calc(50% + var(--mb-bar-spacing));
  transition: bottom .2s ease, transform .2s ease, width .2s ease
}
.mburger b:nth-of-type(2) {
  top: calc(50% - (var(--mb-bar-height)/ 2));
  transition: opacity .2s ease
}
.mburger b:nth-of-type(3) {
  top: calc(50% + var(--mb-bar-spacing));
  transition: top .2s ease, transform .2s ease, width .2s ease
}
.mm-wrapper_opened .mburger b:nth-of-type(1) {
  bottom: calc(50% - (var(--mb-bar-height)/ 2));
  transform: rotate(45deg)
}
.mm-wrapper_opened .mburger b:nth-of-type(2) {
  opacity: 0
}
.mm-wrapper_opened .mburger b:nth-of-type(3) {
  top: calc(50% - (var(--mb-bar-height)/ 2));
  transform: rotate(-45deg)
}
.mburger--collapse b:nth-of-type(1) {
  transition: bottom .2s ease, margin .2s ease, transform .2s ease;
  transition-delay: .2s, 0s, 0s
}
.mburger--collapse b:nth-of-type(2) {
  transition: top .2s ease, opacity 0s ease;
  transition-delay: .3s, .3s
}
.mburger--collapse b:nth-of-type(3) {
  transition: top .2s ease, transform .2s ease
}
.mm-wrapper_opened .mburger--collapse b:nth-of-type(1) {
  bottom: calc(50% - var(--mb-bar-spacing) - var(--mb-bar-height));
  margin-bottom: calc(var(--mb-bar-spacing) + (var(--mb-bar-height)/ 2));
  transform: rotate(45deg);
  transition-delay: calc(var(--mb-animate-timeout) + .1s), calc(var(--mb-animate-timeout) + .3s), calc(var(--mb-animate-timeout) + .3s)
}
.mm-wrapper_opened .mburger--collapse b:nth-of-type(2) {
  top: calc(50% + var(--mb-bar-spacing));
  opacity: 0;
  transition-delay: calc(var(--mb-animate-timeout) + 0s), calc(var(--mb-animate-timeout) + .2s)
}
.mm-wrapper_opened .mburger--collapse b:nth-of-type(3) {
  top: calc(50% - (var(--mb-bar-height)/ 2));
  transform: rotate(-45deg);
  transition-delay: calc(var(--mb-animate-timeout) + .3s), calc(var(--mb-animate-timeout) + .3s)
}
.mburger--spin b:nth-of-type(1) {
  transition-delay: .2s, 0s
}
.mburger--spin b:nth-of-type(2) {
  transition-duration: 0s;
  transition-delay: .2s
}
.mburger--spin b:nth-of-type(3) {
  transition-delay: .2s, 0s
}
.mm-wrapper_opened .mburger--spin b:nth-of-type(1) {
  transform: rotate(135deg);
  transition-delay: calc(var(--mb-animate-timeout) + 0s), calc(var(--mb-animate-timeout) + .2s)
}
.mm-wrapper_opened .mburger--spin b:nth-of-type(2) {
  transition-delay: calc(var(--mb-animate-timeout) + 0s)
}
.mm-wrapper_opened .mburger--spin b:nth-of-type(3) {
  transform: rotate(225deg);
  transition-delay: calc(var(--mb-animate-timeout) + 0s), calc(var(--mb-animate-timeout) + .2s)
}
.mburger--squeeze b:nth-of-type(1) {
  transition-delay: .1s, 0s
}
.mburger--squeeze b:nth-of-type(2) {
  transition-delay: .1s
}
.mburger--squeeze b:nth-of-type(3) {
  transition-delay: .1s, 0s
}
.mm-wrapper_opened .mburger--squeeze b:nth-of-type(1) {
  transition-delay: calc(var(--mb-animate-timeout) + 0s), calc(var(--mb-animate-timeout) + .1s)
}
.mm-wrapper_opened .mburger--squeeze b:nth-of-type(2) {
  transition-delay: calc(var(--mb-animate-timeout) + 0s)
}
.mm-wrapper_opened .mburger--squeeze b:nth-of-type(3) {
  transition-delay: calc(var(--mb-animate-timeout) + 0s), calc(var(--mb-animate-timeout) + .1s)
}
.mburger--tornado b:nth-of-type(1) {
  transition: bottom .2s ease, transform .2s ease;
  transition-delay: .2s
}
.mburger--tornado b:nth-of-type(2) {
  transition: opacity 0s ease, transform .2s ease;
  transition-delay: .1s, .1s
}
.mburger--tornado b:nth-of-type(3) {
  transition: top .2s ease, transform .2s ease;
  transition-delay: 0s
}
.mm-wrapper_opened .mburger--tornado b:nth-of-type(1) {
  transform: rotate(-135deg);
  transition-delay: calc(var(--mb-animate-timeout) + 0s)
}
.mm-wrapper_opened .mburger--tornado b:nth-of-type(2) {
  opacity: 0;
  transform: rotate(-135deg);
  transition-delay: calc(var(--mb-animate-timeout) + .4s), calc(var(--mb-animate-timeout) + .1s)
}
.mm-wrapper_opened .mburger--tornado b:nth-of-type(3) {
  transform: rotate(-225deg);
  transition-delay: calc(var(--mb-animate-timeout) + .2s)
}
/* mcdr-2020-headerSlider.css - START */

@media only screen and (min-width:1921px) {
	
	
	.headerSlider {
		top:0 !important;
	}
	
	.headerSlider .h1,
	.headerSlider .hLikeM{
	  height: 66vh !important;
	}
	
}

.headerSlider {
	position: relative;
	top:-140px;
	width: 100%;
	z-index: 1;

}


.headerSlider .h1,
.headerSlider .hLikeM{
	position: relative;
    margin: 0 auto;
    text-align: left;
    height: 80vh;
	display: inline;
	
}



.headerSliderFixedText {
    position: absolute;
	left: 7.5%;
    top: 50vh;
    width: 80%;
    padding: 0;
    z-index: 2;
    height: auto;
    /*background-color: #ffffff;
    box-shadow: 0 12px 12px 0px rgba(0, 0, 0, .4);
     box-shadow: 0 -4px 8px 0px rgba(0, 0, 0, .4); */
}


.headerLeft {
	left: 7.5%;
}

.bgRadial {
	/*background: radial-gradient(circle, rgba(0,0,0,.3) 0%, rgba(255,255,255,0) 25%);*/
	top: 18vh;
    position: relative;
    height: 30vh;
    width: 100%;
    padding: 15vh 0 0;
}

.headerSliderFixedText h2, .bgRadial h2 {
	font-size: 78px;
	margin: 0 0 10px;
	color: #fff;
	
}


.headerSliderFixedText h3, .bgRadial h3 {
	font-size: 58px;
	margin: 0px;
	color: #fff !important;
	
}

.headerSlider p {
	line-height: 32px;
	margin: 0;
	color: #fff;
	font-size: 27px;
}


.headerSlider p.uppercase, p.uppercase a {
	text-transform: uppercase !important;
}

.headerSlider .btn:hover {
  background: #FBB929;
  color: #ffffff !important;
}

.headerSlider img {
	max-height: 745px;
	min-width: 100%;
	object-fit: cover;
}

/* Fade In H2 Headlines */
#headline1 h2, #headline2 h2 {
      transition: opacity 1s ease-in-out;
      opacity: 1;
      position: absolute;
    }
    .hidden {
      opacity: 0;
	}

/* Fade In H2 Headlines */

.bgMobileSlider01 {
	background: url("../../files/home/headerSlider/mobile2025/mcdr-2025-mobile-01.jpg") no-repeat;
	background-position: center center;
	background-size: cover;
}


.bgMobileSlider02 {
	background: url("../../files/home/headerSlider/mobile2025/mcdr-2025-mobile-02.jpg") no-repeat;
	background-position: center center;
	background-size: cover;
}

.bgMobileSlider03 {
	background: url("../../files/home/headerSlider/mobile2025/mcdr-2025-mobile-03.jpg") no-repeat;
	background-position: center center;
	background-size: cover;
}

.bgMobileSlider04 {
	background: url("../../files/home/headerSlider/mobile2025/mcdr-2025-mobile-04.jpg") no-repeat;
	background-position: center center;
	background-size: cover;
}



.bgStgrt01 {
	background: url("../../files/home/headerSlider/mcdr-2024-stgrt-01.jpg") no-repeat;
	background-position: center center;
	background-size: cover;
}

.bgStgrt02 {
	background: url("../../files/home/headerSlider/mcdr-2024-stgrt-02.jpg") no-repeat;
	background-position: center center;
	background-size: cover;
}


.bgStgrt03 {
	background: url("../../files/home/headerSlider/mcdr-2024-stgrt-03.jpg") no-repeat;
	background-position: center center;
	background-size: cover;
}


.bgStgrt04 {
	background: url("../../files/home/headerSlider/mcdr-2024-stgrt-04.jpg") no-repeat;
	background-position: center center;
	background-size: cover;
}

.bgWptl01 {
	background: url("../../files/home/headerSlider/mcdr-2025-wptl-01.jpg") no-repeat;
	background-position: center center;
	background-size: cover;
}

.bgWptl02 {
	background: url("../../files/home/headerSlider/mcdr-2025-wptl-02.jpg") no-repeat;
	background-position: center center;
	background-size: cover;
}


.bgWptl03 {
	background: url("../../files/home/headerSlider/mcdr-2025-wptl-03.jpg") no-repeat;
	background-position: center center;
	background-size: cover;
}


.bgMue {
	background: url("../../files/home/headerSlider/mcdr-2020-slider-illu-mue.jpg") no-repeat;
	background-position: center center;
	background-size: cover;
}

.bgDdrf {
	background: url("../../files/home/headerSlider/mcdr-2020-slider-illu-ddrf-02.jpg") no-repeat;
	background-position: center center;
	background-size: cover;
}

.bgBRD {
	background: url("../../files/home/headerSlider/mcdr-2020-slider-illu-bahnhof.jpg") no-repeat;
	background-position: center center;
	background-size: cover;
}


.bgEss {
	background: url("../../files/home/headerSlider/mcdr-2020-slider-illu-ess.jpg") no-repeat;
	background-position: center center;
	background-size: cover;
}

.bgDZMue {
	background: url("../../files/home/headerSlider/mcdr-2020-slider-illu-dzMue.jpg") no-repeat;
	background-position: center center;
	background-size: cover;
}

.bgIng {
	background: url("../../files/home/headerSlider/mcdr-2020-slider-illu-ing-02.jpg") no-repeat;
	background-position: center center;
	background-size: cover;
}


.bgDZ {
	background: url("../../files/home/headerSlider/mcdr-2020-slider-illu-dz.jpg") no-repeat;
	background-position: center center;
	background-size: cover;
}


.bgSparschwein {
	background: url("../../files/home/headerSlider/mcdr-2020-slider-illu-sparschwein.jpg") no-repeat;
	background-position: center center;
	background-size: cover;
}


.bgSuitepad {
	background: url("../../files/home/headerSlider/mcdr-2020-slider-illu-suitepad.jpg") no-repeat;
	background-position: center center;
	background-size: cover;
}

.bgEhepaar {
	background: url("../../files/home/headerSlider/mcdr-2020-slider-illu-ehepaar.jpg") no-repeat;
	background-position: center center;
	background-size: cover;
}

.bgGreen {
	background: url("../../files/home/headerSlider/mcdr-2020-slider-illu-green.jpg") no-repeat;
	background-position: center center;
	background-size: cover;
}


.bgxMas {
	background: url("../../files/home/headerSlider/mcdr-2021-xmas.jpg") no-repeat;
	background-position: center center;
	background-size: cover;
}

.bgLateCheckOut {
	background: url("../../files/home/headerSlider/mcdr-2022-check-out-02.jpg") no-repeat;
	background-position: center center;
	background-size: cover;
}


.bgMueAirGreenSign {
	background: url("../../files/home/headerSlider/mcdr-2022-slider-illu-greensign-02.jpg") no-repeat;
	background-position: center -60px;
	background-size: cover;
}

.lateCheckoutQuote {
	position: absolute;
	right: 10%;
	top: 7.5vh;
}

.mueAirGreenSignBrush {
	position: absolute;
	left: 7.5%;
	top: 30vh;
}


.mueAirGreenSignBrush img {
	max-width: 600px !important;
}

.headerSlider .slider-prev, 
.headerSlider .slider-next,
.logoSlider a.slider-prev, 
.logoSlider a.slider-next{
	display: none !important;
	
		
}

.headerSlider .slider-menu {
	position: relative;
	top: 700px;
	display: none;
}

.logoSlider .slider-menu b{
	color: #C6C6C6 !important;
	letter-spacing: 5px;
	
}
.logoSlider .slider-menu b.active{
	color: #FFBA00 !important;
}

@media only screen and (min-width:1530px) {


.bgMueAirGreenSign {
	background: url("../../files/home/headerSlider/mcdr-2022-slider-illu-greensign-02.jpg") no-repeat;
	background-position: center -180px;
	background-size: cover;
}

}
@media only screen and (max-width:1420px) {
	
	.lateCheckoutQuote {
		right: 5% ;
		}
}

@media only screen and (max-width:1370px) {
.mueAirGreenSignBrush {
	position: absolute;
	left: 7.5%;
	top: 32vh;
}


.mueAirGreenSignBrush img {
	max-width: 500px !important;
}

}

@media only screen and (max-width:1025px) {
	
	.lateCheckoutQuote {
		right: 5% ;
		}

	.lateCheckoutQuote img{
		width: 450px;
		height: auto;
		}
	
	.mueAirGreenSignBrush {
	position: absolute;
	left: 7.5%;
	top: 30vh;
}


.mueAirGreenSignBrush img {
	max-width: 400px !important;
}
	
}

@media only screen and (max-width:1024px) {
	.headerSliderFixedText {
		top: 30vh;
	}
}
@media only screen and (max-width:1023px) {
	
	.headerSlider .sliderMobile{
		max-height: 50vh !important;
	}
}

@media only screen and (max-width:767px) {
	
.bgStgrt01 {
	background: url("../../files/home/headerSlider/mcdr-2024-stgrt-01.jpg") no-repeat;
	background-position: center center;
	background-size: cover;
}

.bgStgrt02 {
	background: url("../../files/home/headerSlider/mcdr-2024-stgrt-02.jpg") no-repeat;
	background-position: center center;
	background-size: cover;
}


.bgStgrt03 {
	background: url("../../files/home/headerSlider/mcdr-2024-stgrt-03.jpg") no-repeat;
	background-position: center center;
	background-size: cover;
}


.bgStgrt04 {
	background: url("../../files/home/headerSlider/mcdr-2024-stgrt-04.jpg") no-repeat;
	background-position: center center;
	background-size: cover;
}

.bgMood01 {
	background: url("../../files/home/headerSlider/mcdr-2025-mood-01.jpg") no-repeat;
	background-position: center center;
	background-size: auto;
}	
	
	.bgDZMue02 {
		background: url("../../files/home/headerSlider/mcdr-2023-mobile-slider-mue.jpg") no-repeat;
		/*background: url("../../files/home/headerSlider/mcdr-2020-slider-illu-dzMue-mobile.jpg") no-repeat;*/
		background-position: center center;
		background-size: cover;
	
	}
	
   .bgDZLpz {
		background: url("../../files/home/headerSlider/mcdr-2023-mobile-slider-lpz.jpg") no-repeat;
		/*background: url("../../files/home/headerSlider/mcdr-2020-slider-illu-dzMue-mobile.jpg") no-repeat;*/
		background-position: center center;
		background-size: cover;
	
	}
	
	.bgDZEss {
		background: url("../../files/home/headerSlider/mcdr-2023-mobile-slider-ess.jpg") no-repeat;
		/*background: url("../../files/home/headerSlider/mcdr-2020-slider-illu-dzMue-mobile.jpg") no-repeat;*/
		background-position: center center;
		background-size: cover;
	
	}
	
   .bgDZWptl {
		background: url("../../files/home/headerSlider/mcdr-2023-mobile-slider-wptl.jpg") no-repeat;
		/*background: url("../../files/home/headerSlider/mcdr-2020-slider-illu-dzMue-mobile.jpg") no-repeat;*/
		background-position: center center;
		background-size: cover;
	
	}	
	
   .bgDZDdrf {
		background: url("../../files/home/headerSlider/mcdr-2023-mobile-slider-ddrf.jpg") no-repeat;
		/*background: url("../../files/home/headerSlider/mcdr-2020-slider-illu-dzMue-mobile.jpg") no-repeat;*/
		background-position: center center;
		background-size: cover;
	
	}	
		.bgSparschwein {
			background: url("../../files/home/headerSlider/mcdr-2020-slider-illu-sparschwein-mobile.jpg") no-repeat;
			background-position: 70% center;
			-webkit-background-position: 70% center;
			background-size: cover;
}
	
	.bgGreen {
		background: url("../../files/home/headerSlider/mcdr-2020-slider-illu-green-mobile.jpg") no-repeat;
		background-position: center center;
		background-size: cover;
}
	
	
	.bgBRD {
		background: url("../../files/home/headerSlider/mcdr-2020-slider-illu-bahnhof-mobile.jpg") no-repeat;
		background-position: center center;
		background-size: cover;
	}
	
	.bgxMas {
			background: url("../../files/home/headerSlider/mcdr-2021-xmas-mobile.jpg") no-repeat;
			background-position: center center;
			-webkit-background-position: center center;
			background-size: cover;
}
	
	.headerSlider h2, .headerSlider p, .bgRadial {
		display: none;
	}

	
	.headerSlider {
		top: 60px;
		margin-bottom: 250px;
		
}
	
	/*.sliderArrows {
		margin-bottom: 250px;		
	}*/
	
.sliderMobile figure img {
    /*max-height: 745px;
    min-width: 100%;*/
    object-fit: cover;
    height: 40vh;
}	

	.headerSliderFixedText {
	 	display: none;
	}
	
	.bgSparschwein {
			background: url("../../files/home/headerSlider/mcdr-2020-slider-illu-sparschwein-mobile420.webp") no-repeat;
			background-position: center center;
			-webkit-background-position: center center;
			background-size: cover;
}
	
	.bgGreen {
		background: url("../../files/home/headerSlider/mcdr-2020-slider-illu-green-mobile420.webp") no-repeat;
		background-position: center center;
		background-size: cover;
}
	
	.bgDZMue {
		background: url("../../files/home/headerSlider/mcdr-2020-slider-illu-dzMue420.webp") no-repeat;
		background-position: center center;
		background-size: cover;
}
	
	.bgBRD {
		background: url("../../files/home/headerSlider/mcdr-2020-slider-illu-bahnhof-mobile420.webp") no-repeat;
		background-position: center center;
		background-size: cover;
	}
	
	.bgxMas {
			background: url("../../files/home/headerSlider/mcdr-2021-xmas-mobile.jpg") no-repeat;
			background-position: center center;
			-webkit-background-position: center center;
			background-size: cover;
}
	
	.headerSlider h2, .headerSlider p, .bgRadial {
		display: none;
	}
}


@media only screen and (min-width:1921px) {
	
	.headerSlider .hLikeM {
		height: 945px;
	}	
	
}

/* mcdr-2020-headerSlider.css - ENDE */


@charset "utf-8";
/* mcdr-2020-headerillus.css - START */

.headerIllu {
	position: relative;
	top: -30px;
	width: 100%;
	padding: 0;
	/*min-height: 60vh;
	max-height: 720px;
	height: 560px;*/
	height: calc(60vh + 30px);
	margin-bottom: 30px;
	z-index: 1;	


}



.headerIllu .h1 {
	position: relative;
    margin: 0 auto;
    text-align: center;
    height: 80vh;
	display: inline;
}


.headerIlluTopLeft {
	position: relative;
	left: 7.5%;
	/*top: 32vh;*/
	top: 305px;
}

 .headerIllu h2 {
	font-size: 68px;
	margin: 0;
	color: #fff;
	}


.headerIllu.topMargin h2 {
	margin-top: 37.5vh;
}

.headerIllu p {
	margin: 15px 0 0;
	color: #fff;
	font-size: 27px;
	line-height: 32px;
}


.headerIllu .btn:hover {
  background: #FBB929;
  color: #ffffff !important;
}


.bgRadialIllu {
	background: radial-gradient(circle, rgba(0,0,0,.3) 0%, rgba(255,255,255,0) 30%);
	top: 0vh;
    position: relative;
    height: 30vh;
    width: 100%;
    padding: 20vh 0 0;
}

.bgRadialIllu15vh {
	background: radial-gradient(circle, rgba(0,0,0,.3) 0%, rgba(255,255,255,0) 30%);
	top: 0vh;
    position: relative;
    height: 30vh;
    width: 100%;
    padding: 15vh 0 7vh;
	overflow: hidden;
}

.bgRadialIllu h2 {
	font-size: 78px;
	margin: 0 0 25px;
	color: #fff;
	
}


.headerIllu .headlineSubpage {
	top: 0vh;
    position: relative;
    height: 30vh;
    width: 40%;
    padding: 20vh 0 0;
	color: #fff;
	left: 7.5%;
}


.headerIllu .headlineSubpage h2 {
	font-size: 40px;
	
	
}


.headerIllu .headlineSubpage h3 {
	font-size: 26px;
/*	margin: 0 0 40px 0;*/
	
}


.headerIlluServ {
	position: relative;
	top:60px;
	width: 100%;
	padding: 0;
	min-height: 40vh;
	max-height: 720px;
	z-index: 1;	
}

.headerIlluServ .headlineServices {
	top: 0vh;
    position: relative;
    height: 30vh;
    width: auto;
	margin: 0 auto;
	overflow: hidden;
    padding: 10vh 0;
}


.headerIllu .darknessGruenH2 {
	padding-top: 120px;
	}

.headerIlluMue {
	background:url("../../files/standorte/muenchen/mcdr-2020-headerIllu-mue-messe.jpg") no-repeat;
	background-size: cover;
	background-position: center;

}

.headerIlluMueAir {
	background:url("../../files/standorte/muenchen/mcdr-2020-headerIllu-mue-airport.jpg") no-repeat;
	background-size: cover;
	background-position: center;

}


.headerHomeVideoWrap {
    position: relative;
    top: 60px;
    width: 100%;
    padding: 0;
    height: 85vh;
    /* margin-bottom: 70px; */
    z-index: 1;
}

.headerHomeVideoBG {
	background: url("../../files/videos/mcdreams-teaser-website-de.mp4") no-repeat;
	background-size: cover;
	background-position: center;
}

.headerHomeVideo {
	position: relative;
	top:-140px;
	width: 100%;
	padding: 0;
	height: 80vh;
	/*min-height: 60vh;
	max-height: 720px;*/
	/*height: 560px !important;
	margin-bottom: 70px;*/
	z-index: 1;

}

.headerHomeVideo .video {
	max-height: 80vh;
}
.headerHomeVideo .video_container video {
	position: relative;
	/*top: -260px;*/
	top: 0;
	width: 100%;
	object-fit: cover;
}

@media only screen and (min-width:1921px) {
	.headerHomeVideo {
		position: relative;
		margin: 0 auto;
		top:-230px;
		width: 1920px;
		padding: 0;
		height: auto;
		z-index: 1;

}


.headerHomeVideo .video {
	max-height: 90vh;
}
/*.headerHomeVideo .video_container video {
	position: relative;
	top: 0;
	width: 100%;
}*/
}

.headerIlluMueAirVideo {
	position: relative;
	margin: 0 auto 40px;
	top:-30px !important;
	width: 1920px;
	padding: 0;
	/*min-height: 60vh;
	max-height: 720px;*/
	height: 590px !important;
	/*margin-bottom: 70px;*/
	z-index: 1;

}

.headerIlluMueAirVideo .video {
	max-height: 590px;
}
.headerIlluMueAirVideo .video_container video {
	position: relative;
	top: -270px;
}


.headerIlluDdrf {
	background:url("../../files/standorte/duesseldorf/mcdr-2020-headerIllu-ddrf.jpg") no-repeat;
	background-size: cover;
	background-position: center;

}

.headerIlluEss {
	background:url("../../files/standorte/essen/mcdr-2020-headerIllu-ess.jpg") no-repeat;
	background-size: cover;
	background-position: center;

}

.headerIlluIng {
	background:url("../../files/standorte/ingolstadt/mcdr-2020-headerIllu-ing.jpg") no-repeat;
	background-size: cover;
	background-position: center;

}

.headerIlluLpz {
	background:url("../../files/standorte/leipzig/mcdr-2020-headerIllu-lpz.jpg") no-repeat;
	background-size: cover;
	background-position: center;

}

.headerIlluMgl {
	background:url("../../files/standorte/moenchengladbach/mcdr-2020-headerIllu-mgl.jpg") no-repeat;
	background-size: cover;
	background-position: center;

}

.headerIlluWptl {
	background:url("../../files/standorte/wuppertal/mcdr-2020-headerIllu-wptl.jpg") no-repeat;
	background-size: cover;
	background-position: center;

}


.headerIlluStrgt {
	background:url("../../files/standorte/stuttgart/mcdr-2024-headerIllu-stgrt-02.jpg") no-repeat;
	background-size: cover;
	background-position: center;

}

.headerIlluGrDre {
	background: url("../../files/greendreams/mcdr-2020-headerIllu-greendreams.jpg") no-repeat;
	background-size: cover;
	background-position: center;
	margin-bottom: 70px;

}

.headerIlluGrDre2023 {
	background: url("../../files/greendreams/mcdr-2023-headerIllu-greendreams-02.jpg") no-repeat;
	background-size: cover;
	background-position: center;
	margin-bottom: 70px;

}


.headerIlluUnternehmen {
	background: url("../../files/unternehmen/mcdr-2020-headerIllu-unternehmen.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}

.headerIlluServices {
	background: url("../../files/services/mcdr-2020-headerIllu-services-blind.png") no-repeat;
	background-size: cover;
	background-position: center;
}


.headerIlluDrinks {
	background: url("../../files/drinks-stuttgart/mcdr-headerIllu-drinks-stgrt.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}

.headerIlluGreenSignLogo {
	position: absolute;
	right: 10%;
	top: 100px;
	width: 170px;
	height: 170px;
}

.headerIlluGreenSignLogo img {
	width: 170px;
	height: 170px;
}

@media only screen and (max-width:1023px) {
	.headerIllu {
		height: 52vh;
	}
	
}

@media only screen and (max-width:767px) {

	.bgRadialIllu {
		display: none;
	}
	
	.bgRadialIllu15vh img {
		height: 80px;
		width: auto;
	}
	
.headerIllu h2, .headerIllu .darknessGruenH2 {
	font-size: 58px !important;
	margin: 0;
	line-height: 50px;
	
	}
	
	.headerIllu h2 {
		margin-bottom: 15px;
	}	
	
.headerIllu .darknessGruenH2 {
	padding-top: 80px;
	}
	.headerIllu.standort h2, .headerIllu.standort p {
		display: none;
	}
	
	.headerIlluGreenSignLogo {
		display: none;
	}
	
	.headerIlluServ {
		width: 90%;
		position: relative;
		margin: 0 auto;
	}
	


	
	.headerIllu p {
		font-size: 18px;
		line-height: 26px;
}
	

}

@media only screen and (max-width:420px) {
	
	.headerIllu {
		height: 460px;
		/*margin-bottom: 70px;*/
	}
	
	.headerIlluTopLeft {
		top:300px;
	}
	
.headerIlluStrgt {
	background:url("../../files/standorte/stuttgart/mcdr-2024-headerIllu-stgrt-02.jpg") no-repeat;
	background-size: cover;
	background-position: 82% center

}
	
	
	
	.headerIlluUnternehmen {
		background: url(../../files/unternehmen/mcdr-2020-headerIllu-unternehmen.jpg) no-repeat;
		background-size: cover;
		background-position: -520px center;
	}
}
/* mcdr-2020-headerillus.css - ENDE L7 */

/* mcdr-2020-content.css - START */

/*Anker - Standorte */
/*.anchorSprungmenu a {
  position: absolute;
  left: 0px;
  top: -300px;
}
.anchorSprungmenu {
  position: relative;
}*/
/*Anker - Standorte */


.pickupFrame iframe{
	width: 80%;
	max-width: 920px;
	height: 600px;
		
}

.darkness h1, .darkness h2, .darkness h3, .darkness h4, .darkness h5, h1.darkness, h2.darkness, h3.darkness, h4.darkness, .darkness {
  font-family: 'DarknessRising-Regular' !important;
  font-style: normal;
  text-transform: none !important;
}
h1.darkness {
  font-size: 60px;
  transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  position: relative;
  top: -40px;
  left: 3%;
}
h1.darkness.leftNull {
	left: 0 !important;
}
.right {
  text-align: right;
}
.darknessGruen {
  font-family: 'DarknessRising-Regular';
  color: #69b578;
  font-size: 27px;
  font-style: normal;
  text-transform: none !important;
}
.textGruen {
  color: #69b578;
}
.darknessGruenH2 {
  font-family: 'DarknessRising-Regular';
  color: #128964;
  font-size: 78px;
  font-style: normal;
  text-transform: none !important;
}
.contentWrapper {
  width: 85%;
  max-width: 1380px;
  height: auto;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  /*padding: 60px 0;*/
  padding: 0px 0px;
}
.contentWrapper a, .contentWrapper a:visited, .contentWrapper a:focus, .contentWrapper a:link {
  color: #1B1B1B;
  text-decoration: none;
}
.contentWrapper a:hover {
  color: #8A2337;
}

.contentWrapper .linkRed a, .contentWrapper .linkRed a:visited, .contentWrapper .linkRed a:focus, .contentWrapper .linkRed a:link {
  color: #8A2337;
  text-decoration: none;
}
.contentWrapper .linkRed a:hover {
  text-decoration: underline;
}

.greyBorderBottom {
  padding-bottom: 150px;
  border-bottom: 1px solid #dcdcdc;
}
.oneHundred {
  width: 100%;
}
.fifty {
  width: 48%;
  /*margin: 0 4% 1%;*/
  margin-left: 4%;
  margin-right: 4%;
  overflow: hidden;
}
.fiftyCenter {
  width: 50%;
  margin: 0 auto;
  overflow: hidden;
}

.strtVideo {
	margin: 100px auto 0;
}

.strtVideo iframe{
	border: 0;
	
}

.sixty {
  width: 58%;
  overflow: hidden;
}
.thirtyThree {
  width: 31%;
  padding: 1%;
  overflow: hidden;
}
.pJump p {
  line-height: 40px;
}
.pJump img {
  float: right;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  height: 20px;
  width: auto;
  margin-right: 10px;
}
.pJumpNL p {
  line-height: inherit;
}
.pJumpNL img {
 /* float: right*/;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  height: 20px;
  width: auto;
  margin-left: 25px;
}

.height270 {
  min-height: 352px;
}
.insideBoxShadowMargin {
  margin: 2% !important;
  overflow: hidden;
}
.twentyFive {
  width: 23%;
  margin: 0 1% 1%;
  overflow: hidden;
}
.twentyFive .image_container img {
  width: auto;
  height: 45px;
}
.twenty {
  width: 19%;
  margin: 0 1% 1%;
  overflow: hidden;
}
.greenImg .image_container img {
  width: 100%;
  height: auto !important;
}
.greenImg h2 {
  height: 50px;
}
.yellowBox {
  /*width: 38%;
	margin: 0 1% 1%;*/
  background: #ffba00;
  /*padding: 10% 5% 12%;*/
  padding: 12.5% 22.5%;
}
.yellowBox p {
  font-size: 40px;
  line-height: 54px;
}
.emptyBox {
  width: 38%;
  position: relative;
  margin: 0 0 4%;
  overflow: hidden;
  /*	 -ms-transform: translate(0%, 50%);
 	 transform: translate(0%, 50%);*/
  /*padding: 0% 0% 30% 0;*/
}
.emptyBox h2.darkness {
  font-size: 60px;
}
.greenDreamsIconBGklein {
  background: url("../../files/greendreams/mcdr-greendreams-icon-klein.png") no-repeat;
  background-position: right bottom;
}
.zimmerSlider {
  width: 92.5%;
  position: relative;
  left: 7.5%;
}
.zimmerSlider .rsts-slide.rsts-active {
  transform: translate3d(0px, 0px, 0px) !important;
}
.zimmerSlider .rsts-slide.rsts-inactive {
  transform: translate3d(790px, 0px, 0px) !important;
}
/*.rabattHand {
	position: fixed;
	right: -8%;
	top: 33%;
	transform: rotate(-90deg);
	width: 367px;
	height: 53px;
	
}
*/
.rabattHand {
  position: fixed;
  right: 0%;
  bottom: 8%;
  transform: rotate(90deg);
  width: 124px;
  height: 41px;
}
.video_wrapper {
  width: 100%;
  height: 95vh;
  top: 41px;
  position: relative;
  display: block;
  background-color: #863148;
  z-index: 1;
  cursor: pointer;
}
.video {
  width: 100%;
  height: auto;
  border: none;
}
/*.d21-calendar .d21-calendar-close*/
.playpause {
  max-width: 125px;
  max-height: 125px;
  background-image: url("../../files/karriere/video/playbutton.png");
  background-repeat: no-repeat;
  width: 35%;
  height: 35%;
  position: absolute;
  left: 0%;
  right: 0%;
  top: 0%;
  bottom: 0%;
  margin: auto;
  background-size: contain;
  background-position: center;
}

.playpauseWhite {
  max-width: 125px;
  max-height: 125px;
  background-image: url("../../files/karriere/video/playbutton-white.png");
  background-repeat: no-repeat;
  width: 35%;
  height: 35%;
  position: absolute;
  left: 0%;
  right: 0%;
  top: 0%;
  bottom: 0%;
  margin: auto;
  background-size: contain;
  background-position: center;
}

.kontaktBox {
  width: 22%;
  padding: 4%;
  overflow: hidden;
  margin-left: 1%;
  margin-top: 2%;
}
.instagram-wrapper {
  position: relative;
  width: 92.5%;
  left: 7.5%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0 0 20px 0;
}
.instagram-wrapper img.platzhalter {
  width: 100%;
  height: auto;
}

/*.video_container {
	min-height: 400px;
}*/

@media only screen and (max-width: 1024px) {
  .kontaktBox {
    width: 40%;
    text-align: center;
    padding: 4%;
    overflow: hidden;
    margin-left: 1%;
    margin-top: 2%;
  }
}
@media only screen and (max-width: 768px) {
  .contentWrapper {
    width: 90%;
  }
  .contentWrapper ul.vr-reviews-slide__slide-container__dots {
    padding: 0 0 0 0em;
    margin: 0 0 0em 0em;
  }
  .insideBoxShadowMargin {
    margin: 2% 1% !important;
    overflow: hidden;
  }
	
	.pJump a {
		font-size: 14px;
	}	
  .pJump img {
    float: right;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    height: 20px;
    width: auto;
    margin-right: 0px;
  }
  .yellowBox {
    width: 90%;
  }
  .greyBorderBottom {
    padding-bottom: 0px;
  }
}

@media only screen and (min-width:767px) and (max-width: 768px) {
	
	.thirtyThree p {
		font-size: 14px;
	}
}
@media only screen and (max-width: 767px) {
	
	.mobileWrap {
		margin-top: 150px;
	}
	
.pJumpNL h1.darkness {
  font-size: 60px;
  transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  position: relative;
  top: 0px !important;
  left: 3%;
}	
	
  /*Anker - Standorte */
  .anchorSprungmenu a {
    position: absolute;
    left: 0px;
    top: -150px;
  }
  .anchorSprungmenu {
    position: relative;
  }
	
	.oneHundred h2 {
		margin-bottom: 15px;
	}
	
	.pJump a {
		font-size: 16px;
	}	
	
  .fifty, .fiftyCenter, .sixty, .thirtyThree, .twentyFive {
    width: 97%;
    margin: 2% 0;
  }
  .yellowBox {
    width: 90%;
    margin: 1% 0;
    background: #ffba00;
    padding: 10% 5% 12%;
  }
  .icon {
    width: 31%;
    height: 180px;
    margin: 2% 2% 1% 0;
    text-align: center;
    float: left;
  }
  .icon p {
    font-size: 14px;
    line-height: 18px;
  }
  .iconYellow, .iconGreen {
    background-size: contain;
  }
  .right {
    text-align: left;
  }
  .height270 {
    min-height: 170px;
  }
  .emptyBox {
    width: 100%;
    position: relative;
    margin: 0 0 4%;
    overflow: hidden;
  }
  .emptyBox h2.darkness {
    font-size: 60px;
  }
  .kontaktBox {
    width: 90%;
    text-align: center;
    padding: 4%;
    overflow: hidden;
    margin-left: 0%;
    margin-top: 4%;
  }
  .instagram-wrapper {
    position: relative;
    width: 95%;
    left: 5%;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0 0 20px 0;
  }
  .instagram-wrapper h2.vr-main-headline {
    margin-left: 5%;
  }
  .instagram-wrapper .vr-hr {
    width: 95%;
    margin-left: 5%;
  }
  .vr-room-slide .vr-room-slide__pane {
    text-align: left !important;
  }
  .vr-room-slide__arrows {
    margin-left: 12% !important;
  }
  .mobileGreenImg h2 {
    height: 60px;
  }
  .mobileGreenImg .image_container img {
    width: 100%;
    height: auto !important;
  }
	.yellowFrame {
		border: 1px solid #ffba00;
	}
	
.mapSehenswuerdigkeiten {
		margin-top: 25px;
        width: calc(100% - 32px);
        padding: 15px;
        /*background: url(../../files/home/standorte-bg-mue.png) no-repeat;
		background-position: 80% bottom;
        background-size: 40%;
		background-color: #FFBA00;
		border: 1px solid #bababa;*/
		color: #2b2b2b !important;
    }	
	
	.mapSehenswuerdigkeiten	h2 {
		/*border-bottom: 1px solid #bababa;*/
		padding: 0 0 15px  ;
	}
	
	.mapSehenswuerdigkeiten p {
		color: #2b2b2b;
		border-bottom: 1px solid #bababa;
		padding: 15px 0;
		margin: 0;
	}
	.mapSehenswuerdigkeiten a {
		color:#2b2b2b !important;
		text-decoration: underline !important;
		/*padding-bottom: 5px;
		border-bottom: 1px solid #fff;
		font-weight:bold;
		text-transform: uppercase !important;*/
	}	
	.mapSehenswuerdigkeiten a:hover {
		
		color: #8A2337 !important;
	}
}
/* mcdr-2020-content.css - START */
/* mcdr-2020-hover-image.css - START*/

.homeHoverImg {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 0 0.5% 1vw;
  width: 32%;
  height: 28vw;
  max-width: 580px;
  max-height: 580px;
  color: #ffffff;
  font-size: 16px;
  text-align: left;
}


.homeHoverImg * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.homeHoverImg:before, .homeHoverImgMue:before, .homeHoverImgLpz:before, .homeHoverImgWptl:before, .homeHoverImgDdrf:before, .homeHoverImgEss:before, .homeHoverImgMgl:before, .homeHoverImgMue02:before, .homeHoverImgIngl:before, .homeHoverImgStgrt:before {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  content: '';
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  background: rgba(43,43,43,.15);
	/*background: rgba(43,43,43,0);*/
}


.homeHoverImgMue {
	width: 100%;
	height: 100%;
	background: url("../../files/home/hoverImg/mcdreams-hover-mue.jpg") no-repeat;
	background-size: cover;
	background-position: center;
	-webkit-transition: all 0.3s ease-in-out-in-out;
  	transition: all 0.3s ease-in-out;
}


.homeHoverImgLpz {
	width: 100%;
	height: 100%;
	background: url("../../files/home/hoverImg/mcdreams-hover-lpz.jpg") no-repeat;
	background-size: cover;
	background-position: center;
	-webkit-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;
}

.homeHoverImgWptl {
	width: 100%;
	height: 100%;
	background: url("../../files/home/hoverImg/mcdreams-hover-wptl.jpg") no-repeat;
	background-size: cover;
	background-position: center;
	-webkit-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;
}

.homeHoverImgDdrf {
	width: 100%;
	height: 100%;
	background: url("../../files/home/hoverImg/mcdreams-hover-ddrf.jpg"), no-repeat;
	background-size: cover;
	background-position: center;
	-webkit-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;
}

.homeHoverImgMgl {
	width: 100%;
	height: 100%;
	background: url("../../files/home/hoverImg/mcdreams-hover-mgl.jpg") no-repeat;
	background-size: cover;
	background-position: center;
	-webkit-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;
}

.homeHoverImgEss {
	width: 100%;
	height: 100%;
	background: url("../../files/home/hoverImg/mcdreams-hover-ess.jpg") no-repeat;
	background-size: cover;
	background-position: center;
	-webkit-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;
}

.homeHoverImgMue02 {
	width: 100%;
	height: 100%;
	background: url("../../files/home/hoverImg/mcdreams-hover-mue-air.jpg") no-repeat;
	background-size: cover;
	background-position: center;
	-webkit-transition: all 0.3s ease-in-out-in-out;
  	transition: all 0.3s ease-in-out;
}

.homeHoverImgIngl {
	width: 100%;
	height: 100%;
	background: url("../../files/home/hoverImg/mcdreams-hover-ingl.jpg") no-repeat;
	background-size: cover;
	background-position: center;
	-webkit-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;
}

.homeHoverImgStgrt {
	width: 100%;
	height: 100%;
	background: url("../../files/home/hoverImg/mcdreams-hover-stgrt.jpg") no-repeat;
	background-size: cover;
	background-position: center;
	-webkit-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;
}

.homeHoverImg:hover .homeHoverImgMue,
.homeHoverImg:hover .homeHoverImgLpz,
.homeHoverImg:hover .homeHoverImgWptl,
.homeHoverImg:hover .homeHoverImgDdrf,
.homeHoverImg:hover .homeHoverImgMgl,
.homeHoverImg:hover .homeHoverImgEss,
.homeHoverImg:hover .homeHoverImgIngl,
.homeHoverImg:hover .homeHoverImgMue02,
.homeHoverImg:hover .homeHoverImgStgrt
	{
	-ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.homeHoverImg:hover .homeHoverImgMue figcaption, 
.homeHoverImg:hover .homeHoverImgLpz figcaption, 
.homeHoverImg:hover .homeHoverImgWptl figcaption, 
.homeHoverImg:hover .homeHoverImgDdrf figcaption, 
.homeHoverImg:hover .homeHoverImgEss figcaption, 
.homeHoverImg:hover .homeHoverImgMgl figcaption, 
.homeHoverImg:hover .homeHoverImgIngl figcaption,
.homeHoverImg:hover .homeHoverImgMue02 figcaption,
.homeHoverImg:hover .homeHoverImgStgrt figcaption{
	transform: scale(.84);
}

.homeHoverImg figcaption {
  position: absolute;
  bottom: 60px;
  left: 15px;
  right: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  
}


.homeHoverImg h5 span.H3{
	font-family: din-2014,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 17px;
}

.homeHoverImg h5 span.date{
	font-family: din-2014,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 17px;
	position: relative;
    top: -15px;
}

.homeHoverImg h5{
	font-family: 'DarknessRising-Regular';
	font-style: normal;
	text-transform: none !important;
	font-size: 48px;
	line-height: 40px;
	color: #fff;
	position: relative;
	top: -60px;
}

.homeHoverImg h3,
.homeHoverImg h5 {
  margin: 0;
  opacity: 1;

  
}

.homeHoverImg a.btn {
	color: #fff !important;
}

.homeHoverImg a.btnHover {
  margin: 0;
  opacity: 0;
	color: #fff !important;
  
}

.homeHoverImg h3 {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
  margin: 0px;
}
.homeHoverImg h5 {
  margin: 0;
  font-weight: normal;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}


a.btnHover {
	display: inline-block;
    background: #ffba00;
    margin-bottom: 0px;
    color: #fff;
    text-decoration: none;
    letter-spacing: 0px;
    transition-duration: 0.3s;
	transition-property: all;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-property: color, background, all;
	
}
.homeHoverImg a.btnHover {
    padding: 14px 17px;
	margin: 0 auto;
	position: absolute;
	top: auto;
    bottom: 20px;
    z-index: 2000;
	text-align: center;
	width: auto;
	max-width: 180px;
	justify-content: center;
}


.homeHoverImg a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
.homeHoverImg:hover:before,
.homeHoverImg.hover:before {
  top: 0px;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}


.homeHoverImg:hover figcaption,
.homeHoverImg.hover figcaption
.homeHoverImg:hover h3,
.homeHoverImg.hover h3,
.homeHoverImg:hover h5,
.homeHoverImg.hover h5,
.homeHoverImg:hover a.btnHover,
.homeHoverImg.hover a.btnHover {
  -webkit-transform: translateY(0);
  transform: translateY(0);
	opacity: 1;
 
	
}

/*.homeHoverImg:hover figcaption,
.homeHoverImg.hover figcaption {
	position: absolute;
    bottom: 90px;
    left: 15px;
    right: 0;
}*/

.homeHoverImg:hover h3,
.homeHoverImg.hover h3 {

  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.homeHoverImg:hover h5,
.homeHoverImg.hover h5 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
	/*left:25px;*/
}	

.homeHoverImg:hover a.btnHover,
.homeHoverImg.hover a.btnHover {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}


.homeHoverImg .btnHover:hover, .homeHoverImg .btnHover:hover {
	background: #8C3449;
}

@media only screen and (max-width:768px) {
	
	.homeHoverImg {
		width: 31%;	
	}
	
	.homeHoverImg figcaption {
		bottom: 20px;
		left: 0;
	}
	
	.homeHoverImg h5 {
		font-size: 27px;
    	line-height: 32px;
		margin: 0 0 0px 15px;
	}
	
	.homeHoverImg a.btnHover {
		padding: 10px 12px;
		margin: 0 auto;
		position: absolute;
		top: auto;
		bottom: 20px;
		z-index: 2000;
		text-align: center;
		width: auto;
		justify-content: center;
}
	.homeHoverImg h5 span.date{

		position: relative;
		top: -10px;
}
}


@media only screen and (max-width:767px) {
	
	.standorteMobileHome {
		width: 100%;
		padding: 15px;
		background: url("../../files/home/standorte-bg-mue.png") no-repeat;
		background-color: #FFBA00;
		background-position: 80% bottom;
		background-size: 40%;
	}
	.standorteMobileHome ul, 
	.standorteMobileHome ul li {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	.standorteMobileHome ul li:before {
		content: '> ';
		color: #fff
	}
	
	.standorteMobileHome ul li a {
		color: #fff !important;
	}
	
	.standorteMobileHome ul li a:hover {
		color: #8A2337 !important;
	}
}

@media only screen and (max-width:420px) {
	
	.homeHoverImg {
		/*width: 90vw;
		height: 70vw;*/
		width: 44vw;
		height: 50vw;
		float: left;
		margin-bottom: 20px;
	}
	
	.homeHoverImg h5 {
		/*font-size: 44px;
    	line-height: 54px;*/
		font-size: 22px;
    	line-height: 27px;
		margin: 0 0 0 3px;
	}
	
	.homeHoverImg h5 span.H3 {
		font-size: 14px;
		display:  none;
	}
.homeHoverImg figcaption {
	bottom: 0px;
	}

	.homeHoverImg a.btnHover {
    padding: 10px 6px;
    margin: 0 auto;
    position: absolute;
    top: auto;
    bottom: 20px;
    z-index: 2000;
    text-align: center;
    justify-content: center;
	font-size: 14px;
    width: 80%;
}
	
	.homeHoverImgMue {
	width: 100%;
	height: 100%;
	background: url("../../files/home/hoverImg/mcdreams-mobil-hover-mue.webp") no-repeat;
	background-size: cover;
	background-position: center;
	-webkit-transition: all 0.3s ease-in-out-in-out;
  	transition: all 0.3s ease-in-out;
}


.homeHoverImgLpz {
	width: 100%;
	height: 100%;
	background: url("../../files/home/hoverImg/mcdreams-mobil-hover-lpz.webp") no-repeat;
	background-size: cover;
	background-position: center;
	-webkit-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;
}

.homeHoverImgWptl {
	width: 100%;
	height: 100%;
	background: url("../../files/home/hoverImg/mcdreams-mobil-hover-wptl.webp") no-repeat;
	background-size: cover;
	background-position: center;
	-webkit-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;
}

.homeHoverImgDdrf {
	width: 100%;
	height: 100%;
	background: url("../../files/home/hoverImg/mcdreams-mobile-hover-ddrf.webp"), no-repeat;
	background-size: cover;
	background-position: center;
	-webkit-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;
}

.homeHoverImgMgl {
	width: 100%;
	height: 100%;
	background: url("../../files/home/hoverImg/mcdreams-mobil-hover-mgl.webp") no-repeat;
	background-size: cover;
	background-position: center;
	-webkit-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;
}

.homeHoverImgEss {
	width: 100%;
	height: 100%;
	background: url("../../files/home/hoverImg/mcdreams-hover-ess.jpg") no-repeat;
	background-size: cover;
	background-position: center;
	-webkit-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;
}

.homeHoverImgMue02 {
	width: 100%;
	height: 100%;
	background: url("../../files/home/hoverImg/mcdreams-mobil-hover-mue-air.webp") no-repeat;
	background-size: cover;
	background-position: center;
	-webkit-transition: all 0.3s ease-in-out-in-out;
  	transition: all 0.3s ease-in-out;
}

.homeHoverImgIngl {
	width: 100%;
	height: 100%;
	background: url("../../files/home/hoverImg/mcdreams-mobil-hover-ing.webp") no-repeat;
	background-size: cover;
	background-position: center;
	-webkit-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;
}
	
.homeHoverImgStgrt {
	width: 100%;
	height: 100%;
	background: url("../../files/home/hoverImg/mcdreams-mobil-hover-stgrt.webp") no-repeat;
	background-size: cover;
	background-position: center;
	-webkit-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;
}	

}


/* mcdr-2020-hover-image.css - ENDE*/
@charset "utf-8";
/* mcdr-2020-reiter.css - START */


/* hotelInfo */

#hotelInfo .tabcontrol_tabs ul {
    width: 48%;
    margin-bottom: 75px;
    padding: 0;
	box-shadow: 0 4px 8px 2px #dedede;
	overflow: hidden;
  
}
#hotelInfo .tabcontrol_tabs ul li {
    width: 33%;
    float: left;
    display: inline-block;
    margin: 0;
    padding: 30px 0px 20px; 
    text-align: center;
    behavior: url("assets/css3pie/1.0.0/PIE.htc");
    cursor: pointer;
	border-bottom: 7px solid #fff;
	color: #bababa;
	font-weight: 700;
	
}

#hotelInfo .tabcontrol_tabs ul li:hover, #hotelInfo .tabcontrol_tabs .selected {
	border-bottom: 7px solid #8a2337;
    color: #1B1B1B;
}

#hotelInfo a {
	
}

#hotelInfo a:hover {
	
}



/* greenDreams */

#greenDreams .tabcontrol_tabs ul {
    width: 100%;
    margin-bottom: 75px;
    padding: 0;
	box-shadow: 0 4px 8px 2px #dedede;
	overflow: hidden;
  
}
#greenDreams .tabcontrol_tabs ul li {
    width: 16%;
    float: left;
    display: inline-block;
    margin: 0;
    padding: 30px 0px 20px; 
    text-align: center;
    behavior: url("assets/css3pie/1.0.0/PIE.htc");
    cursor: pointer;
	border-bottom: 7px solid #fff;
	color: #bababa;
	font-weight: 700;
	
}

#greenDreams .tabcontrol_tabs ul li:hover, #greenDreams .tabcontrol_tabs .selected {
	border-bottom: 7px solid #69b578;
    color: #1B1B1B;
}

#greenDreams a {
	
}

#greenDreams a:hover {
	
}


/* karriere */

#karriere .tabcontrol_tabs ul {
    width: 100%;
    margin-bottom: 75px;
    padding: 0;
	box-shadow: 0 4px 8px 2px #dedede;
	overflow: hidden;
  
}
#karriere .tabcontrol_tabs ul li {
    width: 14.28%;
    float: left;
    display: inline-block;
    margin: 0;
    padding: 30px 0px 20px; 
    text-align: center;
    behavior: url("assets/css3pie/1.0.0/PIE.htc");
    cursor: pointer;
	border-bottom: 7px solid #fff;
	color: #bababa;
	font-weight: 700;
	
}

#karriere .tabcontrol_tabs ul li:hover, #karriere .tabcontrol_tabs .selected {
	border-bottom: 7px solid #8a2337;
    color: #1B1B1B;
}

#karriere a {
	
}

#karriere a:hover {
	
}


@media only screen and (max-width:420px) {
	
	#hotelInfo .tabcontrol_tabs ul {
		width: 100%;
	}
	
	#karriere .tabcontrol_tabs ul, #greenDreams .tabcontrol_tabs ul {
		margin-bottom: 30px;
	}
	
	#karriere .tabcontrol_tabs ul li, #greenDreams .tabcontrol_tabs ul li {
		width: auto !important;
		margin: 0 3px;
		font-size: 12px;
	}
}




/* mcdr-2020-reiter.css - ENDE */
@charset "utf-8";
/* mcdr-2020-contentBG.css - START */

.contentBg {
	padding: 2% 50% 2% 2%; 
}


.contentBg h1, .contentBg h2, .contentBg h3 {
	color: #fff;
}

.contentBgMue {
	width: 46%;
	min-height: 365px;
	background: url("../../files/standardIMGs/mcdr-unternehmen.jpg") no-repeat;
	background-size: cover;

}

@media only screen and (max-width:420px) {
	
	.contentBgMue {
		width: 100%;
		min-height: 200px;
		background-size: cover;
		background-position: center center;
	}
	
	.contentBg h1, .contentBg h2, .contentBg h3 {
		font-size: 100%;
	}
}

/* mcdr-2020-contentBG.css - START */
/* mcdr-2020-flipnumbers.css - START */

#rating {
  /* display:none; */
}
#rating p {
  margin: 10px 0 0 0;
}
.odometer {
  display: inline-block;
  font-size: 3em;
}
.counter {
  width: 100%;
  margin: 25px auto 0;
  height: auto;
  overflow: hidden;
  text-align: center;
}
.counter h1 {
  	font-family: din-2014,sans-serif;
	font-weight: 400;
	font-style: normal;
    margin: 0 auto;
	color: #2B2B2B;
}
.counter h2 {
  	font-family: din-2014,sans-serif;
	font-weight: 400;
	font-style: normal;
    margin: 0 auto;
	color: #2B2B2B;
}
p {
  	font-family: din-2014,sans-serif;
	font-weight: 400;
	font-style: normal;
  color: #2B2B2B;
}
.trustYouiFrameFlipContentDsk {
   display: block;
  height: 245px;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  padding: 0px 0 15px 0;
  z-index: 11;
}
.flipContainer {
  width: 191px;
  height: auto;
  margin: 0 auto;
  position: relative;
  /*padding: 0 75px;*/
}
.text-centerH2 {
  width: 100%;
  margin-top: 10px;
  height: 30px;
  text-align: center;
}
.trustyoupic {
  width: 80%;
  height: auto;
  margin: 0 auto;
  object-fit: cover;
}
.FlipRating {
	font-family: din-2014,sans-serif;
	font-weight: 400;
	font-style: normal;
  color: #8a2337;
  margin: 10px auto 0;
}
.FlipRating100 {
  margin: 0px auto 0 70px;
}
.number100 {
	font-family: din-2014,sans-serif;
	font-weight: 600;
	font-style: normal;
  font-size: 3em;
  letter-spacing: 0px;
	color: #8a2337;
}
.slash100 {
  margin: 0;
  float: left;
  letter-spacing: 0px;
}
.odometer {
  float: left;
  width: 70px;
  font-size: 50px;
}
.odometer-inside {}
#rating_count {
  font-weight: 700;
	color: #8C3449;
}
/* Allgemein Ende*/
.odometer.odometer-auto-theme, .odometer.odometer-theme-train-station {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-train-station .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-train-station .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-train-station .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-train-station .odometer-digit .odometer-ribbon {
  display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-train-station .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-train-station .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-train-station .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-train-station.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
}
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-train-station.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-train-station.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-train-station.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.odometer.odometer-auto-theme, .odometer.odometer-theme-train-station {
	font-family: din-2014,sans-serif;
	font-weight: 600;
	font-style: normal;
}
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-train-station .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -moz-border-radius: 0.1em;
  -webkit-border-radius: 0.1em;
  border-radius: 0.1em;
  background-size: 100%;
  float: left;
  padding: 0;
  /*color: #fbb929;*/
  color: #8a2337;
}
.odometer.odometer-auto-theme .odometer-digit + .odometer-digit, .odometer.odometer-theme-train-station .odometer-digit + .odometer-digit {
  margin-left: 0;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-train-station .odometer-digit .odometer-digit-inner {
  /*left: 0.15em;*/
}


/* Rating VR - START */


.ratingVR .vr-reviews-slide {
	margin: 0 !important;
}


.ratingVR .vr-reviews-slide__slide-container {
	padding: 15px 0 0 0 !important;
}

.ratingVR .vr-reviews-slide__slide-container__pan__slide-item {
	padding: 0 !important;
}

.ratingVR  .vr-reviews-slide__slide-container__pan__quote {
	font-size: 18px !important;
	font-weight: normal !important;
}

.ratingVR .vr-reviews-slide__slide-container {
	height: auto !important;
}


.contentWrapper ul.vr-reviews-slide__slide-container__dots {
    padding: 0 !important;
    margin: 0 0 10px!important;
}

.contentWrapper li.vr-reviews-slide__slide-container__dots__dot {
	width: 8px;
    height: 8px;
    border-radius: 8px;
    margin: 0 4px;
	cursor: pointer;
	
}


/* Rating VR - ENDE */

@media only screen and (max-width:1410px) {
  
  .trustYouiFrameFlipContentDsk {
    height: 240px;
    width: 100%;
    margin: 0 auto;
    padding: 0px 0 0px 0;
    z-index: 11;
  }
  .flipContainer {
    width: 130px;
    height: auto;
    margin: 0 auto;
    position: relative;
    /*padding: 0 75px;*/
  }
  .text-centerH2 {
    width: 100%;
    margin-top: 10px;
    height: 30px;
    text-align: center;
  }
  .trustyoupic {
    width: 80%;
    height: auto;
    margin: 0 auto;
    object-fit: cover;
  }
  .FlipRating {
	font-family: din-2014,sans-serif;
	font-weight: 400;
	font-style: normal;
    color: #8a2337;
    margin: 10px auto 0;
  }
  .FlipRating100 {
    /*width: 111px;
	height: 71px;*/
    margin: 0px auto 0 0px;
  }
  .number100 {
  	font-family: din-2014,sans-serif;
	font-weight: 400;
	font-style: normal;
    font-size: 2em;
    letter-spacing: 0px;
    width: 140px;
  }
  .slash100 {
    margin: 0 0px 0 0;
    float: left;
    letter-spacing: 0px;
  }
  .odometer {
    float: left;
    width: 50px;
    font-size: 50px;
  }
  .odometer.odometer-auto-theme, .odometer.odometer-theme-train-station {
    font-size: 2em;
  }
}



@media only screen and (max-width:420px) {
	.flipContainer {
		margin: 20px auto 0;
	}
	
	.rating .textCenter img {
		margin: 10px auto;
	}
}
/* mcdr-2020-flipnumbers.css - ENDE */
/* mcdr-2020-timline.css - START */

/* -------------------------------- 

Primary style

-------------------------------- */
/*@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro);
*, *::after, *::before {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}
*/
/*bbody {
  font-size: 1.6rem;
  font-family: "Roboto", sans-serif;
  color: #1b1b1b;
	ackground:#ccc;
}*/



/* -------------------------------- 

Main Components 

-------------------------------- */


#main section.cd-horizontal-timeline ul, #main section.cd-horizontal-timeline ul li {
	list-style: none;
}


section.cd-horizontal-timeline img {
	float:left;
	position: relative;
	max-height: 300px;
	width: auto;
	margin: 0 15px 0 0;
	
	
}

#main .cd-horizontal-timeline a {
  text-decoration: none;
}

.cd-horizontal-timeline .events li .darkness {
	color: #FBB929;
}

.cd-horizontal-timeline .events li .darkness.selected {
	color: #8C3449;
}

#main .cd-horizontal-timeline a:hover {
  text-decoration: none;
}


.cd-horizontal-timeline {
  opacity: 0;
  margin: 2em auto;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.cd-horizontal-timeline::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: 'mobile';
  display: none;
}
.cd-horizontal-timeline.loaded {
  /* show the timeline after events position has been set (using JavaScript) */
  opacity: 1;
}
.cd-horizontal-timeline .timeline {
  position: relative;
  height: 100px;
  width: 92.5%;
   margin: 0 auto 0 7.5%;
}
.cd-horizontal-timeline .events-wrapper {
	position: relative;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0 0 20px 0;
	/*border-bottom: 1px solid #FBB929;
	border-left: 1px solid #FBB929;
	border-right: 1px solid #FBB929;
	background: rgba(49, 49, 49, 0.15);
	background: url("../../files/04_unternehmen/geschichte/timeline-elements/timeline-bg.png") repeat-x;
	background-position: bottom;*/
	
}
.cd-horizontal-timeline .events-wrapper::after, .cd-horizontal-timeline .events-wrapper::before {
  /* these are used to create a shadow effect at the sides of the timeline */
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 40px;
}
/*.cd-horizontal-timeline .events-wrapper::before {
  left: 0;
  background-image: -webkit-linear-gradient( left , rgba(76, 130, 36, 0.75), rgba(49, 49, 49, 0));
  background-image: linear-gradient(to right, rgba(76, 130, 36, 0.75), rgba(49, 49, 49, 0));
}
.cd-horizontal-timeline .events-wrapper::after {
  right: 0;
  background-image: -webkit-linear-gradient( right , rgba(76, 130, 36, 0.75), rgba(49, 49, 49, 0));
  background-image: linear-gradient(to left, rgba(76, 130, 36, 0.75), rgba(49, 49, 49, 0));
}*/
.cd-horizontal-timeline .events {
  /* this is the grey line/timeline */

  position: absolute;
  z-index: 1;
  left: 0%;
  top: 93px;
  height: 2px;
  /* width will be set using JavaScript */
  background: #dfdfdf;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
}
.cd-horizontal-timeline .filling-line {
  /* this is used to create the green line filling the timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #8C3449;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.cd-horizontal-timeline .events a {
  position: absolute;
  bottom: 0;
  z-index: 2;
  text-align: center;
  /*font-size: 1.3rem;*/
	font-size: 20px;
  padding-bottom: 25px;
  color: #1b1b1b;
  /* fix bug on Safari - text flickering while timeline translates */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.cd-horizontal-timeline .events a::after {
  /* this is used to create the event spot */
  content: '';
	background: url("../../files/unternehmen/timeline-spot.png") no-repeat center center;
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -20px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 0px solid #FBB929;
	/*background: none;*/
 background-color: #ffffff;
/*  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -moz-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;*/
}
.no-touch .cd-horizontal-timeline .events a:hover::after {
 /* background-color: #FBB929;
  border-color: #FBB929;*/
}
.cd-horizontal-timeline .events a.selected {
  pointer-events: none;
}
.cd-horizontal-timeline .events a.selected::after {
	 background: url("../../files/unternehmen/timeline-spot-selected.png") no-repeat center center;
  background-color: #fff;
  /*border-color: #FBB929;*/
}

/*.years a {
	text-indent: -99999px;
	background-position: center top !important;
	width: 120px;
	height: 31px;
}

.years li {
	width: 120px;
}
.cd-horizontal-timeline .events .year2009 a {
	text-indent: -99999px;
	}

*/

.cd-horizontal-timeline .events.years li {
	text-indent: -99999px;
	}

.events .year2009::before {
	content: '';
	background: url("../../files/unternehmen/timeline-year-2009.png") no-repeat;
	background-size: 100%;
	position: relative;
	top:-75px;
	padding-bottom: 25px;
	width: 84px;
	height: 31px;
	left: 34px;
	display: inline-block;
}

.events .year2017 {
	position: relative;
	left: 300px;
	top: -70px;
}
.events .year2017::before {
	content: '';
	background: url("../../files/unternehmen/timeline-year-2017.png") no-repeat;
	background-size: 100%;
	position: relative;
	top:-75px;
	padding-bottom: 25px;
	width: 84px;
	height: 31px;
	left: 34px;
	display: inline-block;
}

@media only screen and (min-width: 1100px) {
  .cd-horizontal-timeline {
    margin: 1.5em auto;
	  max-width: 1380px;
  }
  .cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop';
  }
}

.cd-timeline-navigation a {
  /* these are the left/right arrows to navigate the timeline */
  position: absolute;
  z-index: 1;
  top: -20px;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 64px;
  width: 64px;
	background: rgba(255,255,255,1);
  border-radius: 50%;
  border: 0px solid #FBB929;
  color: #FBB929;
  /* replace text with an icon */
  overflow: hidden;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  transition: border-color 0.3s;
	z-index: 15;
}
.cd-timeline-navigation a:hover {
  color: #FBB929;
}

/*.cd-timeline-navigation a.prev::before {
  content:  "\f060";
  font-family: FontAwesome;
  color: #FBB929;
  font-size: 1.4rem;
  display: block;
  position:absolute;
  top: 14px;
  left: -36px;
  z-index: 10000;
  height: 100%;
  width: 100%;

}

.cd-timeline-navigation a.next::before {
  content:  "\f061";
  font-family: FontAwesome;
  font-size: 1.4rem;
  display: block;
  position:absolute;
  top: 14px;
  left: -34px;
  z-index: 10000;
  color: #FBB929;
  height: 100%;
  width: 100%;
  text-align: center;
}


.cd-timeline-navigation a:hover:before {
  color: #8C3449;
}*/


.cd-timeline-navigation a.prev::before {
  content:  '';
  background: url("../../files/unternehmen/timeline-prev-01.svg") no-repeat center center;
  display: block;
  position:absolute;
  top: 0px;
  left: 0px;
  z-index: 10000;
  height: 64px;
  width: 64px;

}

.cd-timeline-navigation a.next::before {
  content:  '';
  background: url("../../files/unternehmen/timeline-next-01.svg") no-repeat center center;
  display: block;
  position:absolute;
  top: 0px;
  left: 0px;
  z-index: 10000;
  color: #FBB929;
  height: 64px;
  width: 64px;
}


.cd-timeline-navigation a.prev:hover:before {
  /*color: #8C3449;*/
	background: url("../../files/unternehmen/timeline-prev-02.svg") no-repeat center center;
}

.cd-timeline-navigation a.next:hover:before {
  /*color: #8C3449;*/
	background: url("../../files/unternehmen/timeline-next-02.svg") no-repeat center center;
}

.cd-timeline-navigation a.prev {
  left: 0%;
}

.cd-timeline-navigation a.next {
  right: 7.5%;
}

.no-touch .cd-timeline-navigation a:hover {
  border-color: #7b9d6f;
}
.cd-timeline-navigation a.inactive {
  /*cursor: not-allowed;*/
}
.cd-timeline-navigation a.inactive::after {
  background-position: 0 -16px;
}
.no-touch .cd-timeline-navigation a.inactive:hover {
  border-color: #dfdfdf;
}

.cd-horizontal-timeline .events-content {
  position: relative;
  width: 80%;
  margin: 2em 0;
  padding: 0 0 0 7.5%;
  overflow: hidden;
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  transition: height 0.4s;
}
.cd-horizontal-timeline .events-content li {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
	min-height: 260px;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  /*padding: 0 5%;*/
	padding: 0;
  opacity: 0.5;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.cd-horizontal-timeline .events-content li.selected {
  /* visible event content */
  position: relative;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right {
  -webkit-animation-name: cd-enter-right;
  -moz-animation-name: cd-enter-right;
  animation-name: cd-enter-right;
}
.cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-name: cd-enter-left;
  -moz-animation-name: cd-enter-left;
  animation-name: cd-enter-left;
}
.cd-horizontal-timeline .events-content li.leave-right, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  animation-direction: reverse;
}



.cd-horizontal-timeline .events-content li > * {
  /*max-width: 800px;*/
	max-width: 1200px;
  margin: 0 auto;
}

.cd-horizontal-timeline .events-content td {
	padding: 0 15px 0 0;
}

.cd-horizontal-timeline .events-content img.tlTableImg {
	height: 300px !important;
	width: 607px !important;
}

.cd-horizontal-timeline .events-content h2 {
  color: #FBB929;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 40px;
  margin: 0 0 22px 0;
}

.cd-horizontal-timeline .events-content h3 {
  color: #1b1b1b;
  font-weight: normal;
  /*text-transform: uppercase;
  font-size: 40px;
  line-height: 42px;*/
	font-size: 30px;
  line-height: 32px;
	margin: 10px 0;
}

.cd-horizontal-timeline .events-content em {
  display: block;
  font-style: italic;
  margin: 10px auto;
}
.cd-horizontal-timeline .events-content em::before {
  content: '- ';
}
.cd-horizontal-timeline .events-content p {
  font-size: 16px;
  color: #1b1b1b;
}
.cd-horizontal-timeline .events-content em, .cd-horizontal-timeline .events-content p {
  /*line-height: 1.6;*/
}
.cd-horizontal-timeline .events-content p {
  display: block;
  margin-bottom: 15px;
}

@media only screen and (max-width: 768px) {
	
	#main section.cd-horizontal-timeline ul li {
		padding-left: 70px;
	}
  .cd-horizontal-timeline .events-content h2 {
    font-size: 2.6rem;
    color: #FBB929;
  }

	.cd-horizontal-timeline .events-content h3 {
    margin-bottom: 8px;
	font-size: 28px;
    line-height: 36px;
  }
	section.cd-horizontal-timeline img {
		max-height: 180px;
		margin: 50px 20px 20px;
	}
  .cd-horizontal-timeline .events-content em {
    /*font-size: 2rem;*/
  }
  .cd-horizontal-timeline .events-content p {
    /*font-size: 1.8rem;*/
  }
	.cd-horizontal-timeline .events-content p.tlClearBoth {
		clear: both;
	}
}

@media only screen and (max-width: 420px) {
	
	
	#main section.cd-horizontal-timeline ul {
		margin: 0;
		padding: 0;
	}
	
	#main section.cd-horizontal-timeline ul li {
		padding-left: 30px;
	}
	
	section.cd-horizontal-timeline img {
		max-height: 120px;
		margin: 50px 20px 20px;
	}
	.events-content .floatLeft {
		float: left !important;
	}
	
	.cd-horizontal-timeline .events-content h3 {
		margin-right: 20px;
		margin-bottom: 0px;
    	font-size: 18px !important;
    	line-height: 24px;
	}
	.cd-horizontal-timeline .events-content p {
		margin-bottom: 0;
	}
	

}


@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
/* mcdr-2020-timline.css - ENDE */
@charset "utf-8";
/* mcdr-2020-stimmenslider.css - START */
.sprechblase {
  /*border-radius: 8px;
	background: #8a2337;*/
  padding: 0px;
  width: 100%;
}
.sliderWrap {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: auto;
  padding: 25px 0;
  margin-bottom: 50px;
}
.slideContent {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  z-index: 2;
}
.slideContentLP {
  width: 80%;
  max-width: 1366px;
}
.slideContent h1 {
  font-weight: 300;
  font-style: italic;
  font-size: 70px;
  margin: 0;
  margin-top: 0;
  color: #97bf0d;
}
.stimmenContent {
  width: 100%;
  height: auto;
  min-height: 400px;
  margin: 0 auto;
  overflow: hidden;
  z-index: 2;
  list-style: none;
}
.stimmenContent .slider-wrapper {
  overflow: hidden;
}
.stimmenContent .slider-wrapper > * {
  padding: 0 0 150px;
}
.stimmenContent .slider-wrapper figure.image_container {
  box-shadow: 0 !important;
}
.stimmenContent h1 {
  font-weight: 300;
  font-style: italic;
  font-size: 70px;
  margin: 0;
  margin-top: 0;
  color: #97bf0d;
}
.stimmenContent img {
  width: 60%;
  float: left;
}
.stimmenTextBox {
  background: #fff;
  width: 39%;
  position: absolute;
  left: 50%;
  top: 50%;
  /*padding: 5%;*/
	padding: 4.5%;
}
.stimmenTextBox h2 {
  text-transform: none !important;
  margin: 0 0 25px;
  font-size: 25px;
  line-height: 40px;
}
.boxShadow.stimmenTextBox {
  box-shadow: 0 4px 8px 2px rgba(0, 0, 0, .25);
}
.stimmenContent .slider-prev, .stimmenContent .slider-next {
  display: none;
}
.stimmenContent .slider-control .slider-menu {
  top: -30px;
  width: 50%;
  left: 50%;
  margin-left: 0%;
  font-size: 60px;
  text-align: center;
}
.stimmenContent .slider-control .slider-menu b {
  color: #C6C6C6;
  cursor: pointer;
  margin: 0 5px;
}
.stimmenContent .slider-control .slider-menu b.active {
  color: #FBB929;
}
@media only screen and (max-width:1570px) {
  .stimmenTextBox h2 {
    line-height: 30px;
  }
}
@media only screen and (max-width:1318px) {
  .stimmenTextBox h2 {
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 15px;
  }
  .stimmenTextBox {
    padding: 3%;
  }
  .stimmenContent .slider-control .slider-menu {
    left: 40vw;
  }
}
@media only screen and (max-width:768px) {
  .stimmenContent img {
    width: 70%;
  }
  .stimmenTextBox {
    background: #fff;
    width: 60%;
    position: absolute;
    left: 30%;
    top: 60%;
    padding: 3%;
  }
  .stimmenTextBox h2 {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 10px;
  }
  .stimmenContent .slider-control .slider-menu {
    left: 36vw;
  }
}
@media only screen and (max-width:420px) {
	
	.stimmenContent .slider-wrapper > * {
    padding: 0 0 180px;
}
	
	.stimmenContent {
		padding: 0 0 25px;
	}
  .stimmenContent img {
    width: 100%;
  }
  .stimmenTextBox {
    background: #fff;
    width: 84%;
    position: absolute;
    left: 10%;
    top: 50%;
    padding: 3% 3% 0;
  }
  .stimmenTextBox h2 {
    font-size: 16px !important;
    line-height: 22px;
    margin: 0 0 10px;
  }
	
	.stimmenTextBox p {
    font-size: 14px;
    line-height: 18px;
    
  }
  .stimmenContent .slider-control .slider-menu {
	  top:-30px;
    	left: 25vw;
	  font-size: 40px;
  }
}
/* mcdr-2020-stimmenslider.css - ENDE */
/* mcdr-2020-akkordeon.css - START */


.mehrLesen {
	width: 100%;
	margin: 0 auto;
	float: none;
	overflow: hidden;
	padding: 0;
	text-align: left;

}	

.mehrLesen .toggler {
	padding-left:0%;
	color: #8C3449;
	width: 75%;
	font-family: din-2014,sans-serif;
    font-weight: normal;
    font-style: normal;
	font-size: 16px;
    line-height: 23px;
   	outline: none;
	}

.mehrLesen .toggler:after {
	content: "";
	display: inline-block;
	background: url("../../files/_standards/arrow-to-btm.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top right;
	position: absolute;
	/*transform: rotate(90deg); 
	-webkit-transform: rotate(90deg);*/
	height: 20px; 
	width: 100%;
	right: 0;
}

.mehrLesen .toggler.active:after {
	content: "";
	display: inline-block;
	background: url("../../files/_standards/arrow-to-btm.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top left;
	position: absolute;
	transform: rotate(180deg); 
	-webkit-transform: rotate(180deg);
	height: 20px; 
	width: 100%;
	left: 0;
}


.checkin_akkordeon {
	width: 100%;
	margin: 0 auto;
	float: none;
	overflow: hidden;
	padding: 40px 0 0;
	border-bottom: 1px solid #BABABA;
	text-align: left;

}

.akkordeon h1 {
	color: #000;
	font-style: normal;
	font-size: 28px;
	font-weight: 700;
	margin: 30px auto 20px;
	padding-bottom: 20px;
	border-bottom: 0px solid #969696;
}


.checkin_akkordeon h1, .checkin_akkordeon h2, .checkin_akkordeon h3, .checkin_akkordeon .toggler, .checkin_akkordeon .togglerH2, .togglerH2  {
	font-family: din-2014,sans-serif;
	font-weight: 400;
	font-size: 26px;
	font-style: normal;
	margin-top: 0;
}

	.checkin_akkordeon .toggler {
		cursor: pointer;
		outline: none;
		text-align: left;
		width: 92.5%;
		padding-left: 7.5%;
		margin-bottom: 40px;
		/*background: url("../../files/_2019/_standards/arrow-down.png") no-repeat;
		background-position: right center;*/
		transform: translateZ(0px);
    	transition-duration: 0.2s;
    	transition-property: all;
	}
	
/*	.checkin_akkordeon .togglerH2:after {
		content: url("../../files/files/_standards/arrow-down.png")
		
	}*/

.checkin_akkordeon .toggler:after {
	content: url("../../files/services/mcdr-2020-akk-plus.png");
	position: absolute;
	right: 0;
}


.checkin_akkordeon .toggler.active:after {
	content: url("../../files/services/mcdr-2020-akk-minus.png");
	position: absolute;
	right: 0;
}

.checkin_akkordeon.oci .toggler:before {
	content: url("../../files/_icons/withYellowStroke/oci-gelb.svg");
	width: 86px;
	height: 88px;
	margin-right: 15px;
	position: absolute;
	left: 0;
}

.checkin_akkordeon.tci .toggler:before {
	content: url("../../files/_icons/withYellowStroke/24h-gelb.svg");
	width: 86px;
	height: 88px;
	margin-right: 15px;
	position: absolute;
	left: 0;
}

.checkin_akkordeon.rezeption .toggler:before {
	content: url("../../files/_icons/withYellowStroke/rezeption-gelb.svg");
	width: 86px;
	height: 88px;
	margin-right: 15px;
	position: absolute;
	left: 0;
}

/* FAQs */

.faq_akkordeon {
	width: 100%;
	margin: 0 auto;
	float: none;
	overflow: hidden;
	padding: 40px 0 0;
	border-bottom: 1px solid #BABABA;
	text-align: left;

}

.akkordeon h1 {
	color: #000;
	font-style: normal;
	font-size: 28px;
	font-weight: 700;
	margin: 30px auto 20px;
	padding-bottom: 20px;
	border-bottom: 0px solid #969696;
}


.faq_akkordeon h1, .faq_akkordeon h2, .faq_akkordeon h3, .faq_akkordeon .toggler, .faq_akkordeon .togglerH2, .togglerH2  {
	font-family: din-2014,sans-serif;
	font-weight: 400;
	font-size: 26px;
	font-style: normal;
	margin-top: 0;
}

	.faq_akkordeon .toggler {
		cursor: pointer;
		outline: none;
		text-align: left;
		width: 100%;
		padding-left: 0%;
		margin-bottom: 40px;
		/*background: url("../../files/_2019/_standards/arrow-down.png") no-repeat;
		background-position: right center;*/
		transform: translateZ(0px);
    	transition-duration: 0.2s;
    	transition-property: all;
	}
	
/*	.faq_akkordeon .togglerH2:after {
		content: url("../../files/files/_standards/arrow-down.png")
		
	}*/

.faq_akkordeon .toggler:after {
	content: url("../../files/services/mcdr-2020-akk-plus.png");
	position: absolute;
	right: 0;
}


.faq_akkordeon .toggler.active:after {
	content: url("../../files/services/mcdr-2020-akk-minus.png");
	position: absolute;
	right: 0;
}


/* FAQs 2024 - START */


.akkordeon2024 h2 {
	color: #8C3449;
}

.faq_akkordeon2024 {
	padding: 20px 0 0;
}

.faq_akkordeon2024 .toggler {
	margin-bottom: 20px;
}

.faq_akkordeon2024 .toggler, .faq_akkordeon2024 .togglerH2, .togglerH2 {
	font-family: din-2014,sans-serif;
	font-weight: 400;
	font-size: 20px !important;
	font-style: normal;
	margin-top: 0;
}



.akkordeon50 {
	width: 48% !important;
	margin-right: 4%;
}


.akkFloatLeft {
	float: left !important;
}

@media only screen and (max-width:1393px) {
	
.checkin_akkordeon .toggler {
	padding-left: 9%;
	}
	
	
}

@media only screen and (max-width:1180px) {
	
.checkin_akkordeon .toggler {
	padding-left: 12%;
	}
	
	
}

@media only screen and (max-width:768px) {
	
.checkin_akkordeon .toggler {
	padding-left: 14%;
	}
	
	
}


@media only screen and (max-width:767px) {
	
	.akkordeon50 {
		width: 100% !important;
		margin-right: 0%;
	}



.checkin_akkordeon .toggler {
	padding-left: 20%;
	width: 75%;
	}
.faq_akkordeon .toggler {
	/*width: 95%;*/
	}
.checkin_akkordeon h1, .checkin_akkordeon h2, .checkin_akkordeon h3, .checkin_akkordeon .toggler, .checkin_akkordeon .togglerH2, .togglerH2, .faq_akkordeon h1, .faq_akkordeon h2, .faq_akkordeon h3, .faq_akkordeon .toggler, .faq_akkordeon .togglerH2, .togglerH2, .faq_akkordeon2024 .toggler {
    font-size: 16px !important;
}	
.checkin_akkordeon.oci .toggler:before, .checkin_akkordeon.tci .toggler:before, .checkin_akkordeon.rezeption .toggler:before {
    width: 60px;
    height: auto;
	}
	
	.faq_akkordeon .togglerStandort.toggler,
	.faq_akkordeon2024 .togglerStandort.toggler,
	 .togglerStandort .toggler{
		font-weight:normal !important;
		text-transform:uppercase !important;
		font-size: 1.35em !important;
		color: #2b2b2b;
	}	
}

/* mcdr-2020-akkordeon.css - ENDE */
/* mcdr-2020-footer- START */

		#footer {
			width: 100%;
			background: #8A2337;
			z-index: 1;
			color: #fff;
			overflow: hidden;
			height: auto;
}

		.footerWrap {
			position: relative;
			height: auto;
			min-height: 350px;
			width: 85%;
			margin: 0 auto;
			padding: 0 0 100px 0;
			overflow: hidden;
		}

#footer p {
	color: #fff;
}	
.footerLogo {
	position: absolute;
	left: 0;
	top: 0;
	float: left;
	height: 80px;
	width: 124px;
	margin: 0 65px 0 0;
}

.firstThirdFooter, .secondThirdFooter {
	position: relative;
	width: 25%;
	top: 80px;
	float: left;
}

.lastThirdFooter {
	position: relative;
	top: 80px;
	width: 50%;
}

#footer .mod_customnav strong {
	font-weight: normal !important;
}

#footer .mod_customnav ul, #footer .mod_customnav ul li, #footer ul, #footer ul li {
	list-style: none;
	}

#footer .mod_customnav ul, #footer ul {
	margin: 0;
	padding: 0;
}

#footer .mod_customnav ul li a, #footer ul li a {
	color: #fff;
	text-decoration: none;
	line-height: 34px;
}

#footer ul.socialList li {
	line-height: 34px;
	
	
}



li.facebook {
	background: url("../../files/footer/fb-footer.png") no-repeat;
	padding: 0 0 0 32px;
	background-position: left center;
	}

li.instagram {
	background: url("../../files/footer/ig-footer.png") no-repeat;
	padding: 0 0 0 32px;
	background-position: left center;
	}

li.twitter {
	background: url("../../files/footer/tw-footer.png") no-repeat;
	padding: 0 0 0 32px;
	background-position: left center;
	}

li.trip {
	background: url("../../files/footer/trip-footer.png") no-repeat;
	padding: 0 0 0 32px;
	background-position: left center;
	}


.footerBottom {
	background: #ffba00;
    width: 85%;
    padding: 15px 7.5% 12px;
    height: 36px;
    clear: both;
    position: relative;
    /*top: 150px;*/
}

.footerBottom p {
	line-height: 0;
}


#footer .mod_customnav.footerBottomNavi ul{
	width: 400px;
	position: absolute;
	right: 7.5%;
	top: 14px;
	}
#footer .mod_customnav.footerBottomNavi ul li{
	display: inline;
	margin: 15px;
}


#footer .mod_customnav.footerBottomNaviEN ul{
	width: 85%;
	position: absolute;
	right: 7.5%;
	top: 18px;
	}
#footer .mod_customnav.footerBottomNaviEN ul li{
	display: inline;
	margin: 15px 5px;
}


#footer .btn {
  display: inline-block;
  background: #ffba00;
  padding: 8px 16px;
  margin-bottom: 0px;
  color: #fff;
  text-decoration: none;
  letter-spacing: 1px;
	font-size: 18px;
	text-transform: uppercase;
  /* transform: translateZ(0px); */
  transition-duration: 0.3s;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-property: color, background, all;
}
#footer a:hover.btn, #footer .btn:hover {
  /*background: #ffffff;*/
  color: #8A2337 !important;
}

#footer a.btn, #footer .btn a {
  text-decoration: none !important;
  color: #fff !important;
}

#footer .footerFormNL {
	position: relative;
	width: 50%;
	top: 80px;
	float: none;
	}

#footer .footerFormNL .widget-text {
	width: 80%;
	float: left;
	
}

#footer .footerFormNL .widget-text .text  {
	height: 40px;
	width: 97.5%;
	border: 0 !important;
	padding: 10px;
	outline: none;
}

#footer .footerFormNL .widget-text .text::placeholder {
	color: #BABABA;
	font-family: din-2014,sans-serif;
	font-weight: 400;
	font-style: normal;
}

#footer .footerFormNL fieldset {
	border: 0;
	font-family: din-2014,sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #fff;
	padding: 0;
	margin: 0 0 15px 0;
}

#footer .footerFormNL input[type="checkbox"] {
    background-color: #fff;
    cursor: default;
    appearance: checkbox;
    box-sizing: border-box;
    margin: 3px 3px 3px 0px;
    padding: 0;
    border: 1px solid #fff;
	outline: none;
	border-radius: 0;
	
}

#footer .widget .widget-explanation .explanation .formDesktop {
	display: block;
}

#footer .widget .widget-explanation .explanation .formMobile {
	display: none;
}


#toTop {
	text-indent: -99999px;
	width: 50px;
	height: 50px;
	cursor: pointer;
	background-color: #FBB929;
	background: url("../../files/_standards/mcdr-2020-to-top-btn.png") no-repeat;
	z-index: 100000;
}

#toTop:hover {
    background-color: rgba(255,255,255,0);
    color: #fff;
}

#footer nav.mod_changelanguage {
	position: relative;
    left: 0;
    top: 0px;
    /*height: 30px;*/
    padding: 0;
    width: auto;
    overflow: hidden;
	font-size: 16px;
	font-family: din-2014, sans-serif;
    font-weight: normal;
    font-style: normal;
	/*background: #fff;*/
	
} 

#footer nav.mod_changelanguage ul, 
#footer nav.mod_changelanguage ul li {
	padding: 0 !important;
	margin: 0 !important;
	list-style: none;
	font-size: 16px !important;
} 


@media only screen and (max-width:768px) {
	
		.footerWrap {
			min-height: 450px;
	}
	
	#footer .footerFormNL .widget-text {
		float: left;
		width: 70%;
	}
	
}

@media only screen and (max-width:640px){
	#footer .lastThirdFooter {
		width: 100%;
		clear: both;
		top: 100px;
		margin-bottom: 120px;
}
}

@media only screen and (max-width:420px) {
	
	
	
	.firstThirdFooter, .secondThirdFooter {
	position: relative;
	width: 48%;
	top: 80px;
	float: left;
}
	#footer .footerFormNL {
		width: 100%;
		clear: both;
	}
	
		.footerWrap {
			padding: 0 0 0 0;
	}
	

#footer .footerFormNL .widget-text {
    width: 70%;
    float: left;
}
	
	#footer .widget .widget-submit	{
		position: relative;
		left: 0;
	}
	
.footerBottom {
		padding: 5px 7.5% 12px;
	}	
	
	.footerBottom p {
		font-size: 14px;
	}		
	
	#footer .mod_customnav.footerBottomNavi ul {
    width: 270px;
    position: absolute;
    left: 5%;
    top: 20px;
}
	
	#footer .mod_customnav ul li a, #footer ul li a {
		font-size: 14px;
	}
	
#footer .formDesktop {
	display: none;
}

#footer .formMobile {
	display: block;
}	
	
	#footer .footerFormNL .widget-text .text {
		padding: 10px 5px;
	}
	
}

	/* mcdr-2020-footer- ENDE */
/* mcdr-2020-vr-02.css - START */
.vr-main-headline {
  font-size: 25px;
  line-height: 32px;
  text-transform: uppercase;
}
.vr-hr {
  border-bottom: 1px solid #BABABA;
}
.clearfix::before, .clearfix::after {
  content: " ";
  display: table;
}
.clearfix::after {
  clear: both;
}
.clearfix {
  *zoom: 1;
  /* Für den IE6 und IE7 */
}
/* --------------------------------------------------

   Breakpoint Mixin
   -------------------------------------------------- */
/* --------------------------------------------------

   Breakpoint Settings
   -------------------------------------------------- */
.vr-instagram-slide {
  width: 100%;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /*HEADER*/
  /*CONTENT*/
}
.vr-instagram-slide .vr-arrow {
  display: inline-block;
}
.vr-instagram-slide .vr-arrow--right {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-left: 108.5px;
}
.vr-instagram-slide .vr-arrow--active {
  cursor: pointer;
}
.vr-instagram-slide .vr-arrow--active path {
  fill: #8A2337;
}
.vr-instagram-slide__header {
  display: inline-block;
  width: 100%;
}
/* Maps - START */
/*.vr-map-mobile-slider__upper-slider__pan__slide-item span {
	display: none !important;
}


.vr-map__home__mobileheader {
	padding-left: 5%;
	}

p.vr-map__home__controls__listing--item:hover {
	color:#8C3449;
}


.vr-map__standort__container--map {
	width: 95% !important;
}*/

button.gm-ui-hover-effect {
	z-index: 1 !important;
}


/* Maps - ENDE */
@media (min-width: 992px) {
  .vr-instagram-slide__header {
    width: 75%;
  }
}
/*.vr-map__home__controls__listing--item {
	font-family: din-2014,sans-serif;
}

.vr-instagram-slide__header--right {
  width: 25%;
  display: none;
  margin-left: -5px;
  text-align: right;
	position: relative;
	right: 3%;
}

.vr-map__standort-mobilecatslider__item__text {
	font-family: din-2014,sans-serif !important;

}

.gm-style-iw.gm-style-iw-c .vr-map-notice__more, .gm-style-iw.gm-style-iw-c .vr-map-notice__booknow {
	font-family: din-2014,sans-serif;
	text-decoration: none;
}


 

.gm-style-iw.gm-style-iw-c .vr-map-notice__more:hover {
	background-color:#d8d9d8;
	
}

.gm-style-iw.gm-style-iw-c .vr-map-notice__booknow:hover {
	background-color:#8C3449;
	color: #fff;
}*/
.vr-instagram-slide__header--right {
  display: inline-block;
  position: relative;
  right: 5%;
}
.vr-instagram-slide__subhead {
  font-size: 20px;
  line-height: 25px;
  text-transform: none;
  margin-bottom: 0;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
@media (min-width: 769px) {
  .vr-instagram-slide__subhead {
    font-size: 26px;
    line-height: 33px;
    text-transform: none;
  }
}
.vr-instagram-slide__headline {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  font-size: 32px;
  line-height: 40px;
  max-width: 232px;
  text-transform: none !important;
  /*text-transform: uppercase;*/
  margin-top: 25px;
  margin-bottom: 0;
}
@media (min-width: 769px) {
  .vr-instagram-slide__headline {
    font-size: 40px;
    line-height: 51px;
    max-width: none;
    margin-top: 10px;
  }
}
.vr-instagram-slide__pane {
  -webkit-transition: margin .5s ease;
  transition: margin .5s ease;
  margin-top: 38px;
  width: 7000px;
}
@media (min-width: 769px) {
  .vr-instagram-slide__pane {
    margin-top: 45px;
  }
}
.vr-instagram-slide__pane--item {
  width: 213px;
  height: 213px;
  margin-left: -3.5px;
  margin-right: 20px;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (min-width: 769px) {
  .vr-instagram-slide__pane--item {
    width: 270px;
    height: 270px;
  }
}
.vr-instagram-slide__pane--item a {
  width: 100%;
  height: 100%;
  display: block;
}
.vr-instagram-slide__pane--item:first-of-type {
  margin-left: 0;
}
.vr-greendreams-slide {
  width: 100%;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-top: 49.2px;
  /*HEADER*/
  /*CONTENT*/
}
@media (min-width: 992px) {
  .vr-greendreams-slide {
    margin-top: 60.2px;
  }
}
.vr-greendreams-slide .vr-arrow {
  display: inline-block;
}
.vr-greendreams-slide .vr-arrow--right {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-left: 108.5px;
}
.vr-greendreams-slide .vr-arrow--active {
  cursor: pointer;
}
.vr-greendreams-slide .vr-arrow--active path {
  fill: #8A2337;
}
.vr-greendreams-slide__header {
  display: inline-block;
  width: 100%;
}
@media (min-width: 992px) {
  .vr-greendreams-slide__header {
    width: 75%;
  }
}
.vr-greendreams-slide__header--right {
  width: 100%;
  margin-left: -5px;
  text-align: right;
}
@media (min-width: 992px) {
  .vr-greendreams-slide__header--right {
    display: inline-block;
  }
}
.vr-greendreams-slide__subhead {
  font-size: 20px;
  line-height: 25px;
  text-transform: none;
  margin-bottom: 0;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
@media (min-width: 769px) {
  .vr-greendreams-slide__subhead {
    font-size: 26px;
    line-height: 33px;
    text-transform: none;
  }
}
.vr-greendreams-slide__headline {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  font-size: 32px;
  line-height: 40px;
  max-width: 232px;
  text-transform: uppercase;
  margin-top: 25px;
  margin-bottom: 0;
}
@media (min-width: 769px) {
  .vr-greendreams-slide__headline {
    font-size: 40px;
    line-height: 51px;
    max-width: none;
    margin-top: 10px;
  }
}
.vr-greendreams-slide__pane {
  -webkit-transition: margin .5s ease;
  transition: margin .5s ease;
  margin-top: 38px;
  width: 7000px;
}
@media (min-width: 769px) {
  .vr-greendreams-slide__pane {
    margin-top: 45px;
  }
}
.vr-greendreams-slide__pane--item {
  width: 21vw !important;
  height: auto !important;
  overflow: hidden;
  margin-left: -3.5px;
  margin-right: 20px;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (min-width: 769px) {
  .vr-greendreams-slide__pane--item {
    /*width: 423px;
    height: 277px;*/
    width: 21vw !important;
    height: auto !important;
  }
}
.vr-greendreams-slide__pane--item a {
  width: 100%;
  height: 100%;
  display: block;
}
.vr-greendreams-slide__pane--item:first-of-type {
  margin-left: 0;
}
.vr-room-slide {
  text-align: center;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 992px) {
  .vr-room-slide {
    text-align: left;
  }
}
.vr-room-slide .vr-arrow {
  display: inline-block;
  vertical-align: middle;
  margin-right: 44.3px;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
.vr-room-slide .vr-arrow--right {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-left: 44.3px;
  margin-right: 0;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
.vr-room-slide .vr-arrow--active {
  cursor: pointer;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
.vr-room-slide .vr-arrow--active path {
  fill: #FFBA00;
}
.vr-room-slide__arrows {
  margin-top: 53px;
}
@media (min-width: 992px) {
  .vr-room-slide__arrows {
    max-width: 280px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
  }
}
.vr-room-slide__counter {
  display: inline-block;
  font-family: 'DarknessRising-Regular';
  font-style: normal;
  text-transform: none;
  font-size: 50px;
  line-height: 60px;
  color: #FFBA00;
  vertical-align: middle;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
@media (min-width: 992px) {
  .vr-room-slide__counter {
    font-size: 63px;
    line-height: 77px;
  }
}
.vr-room-slide__countertext {
  display: inline-block;
  font-size: 20px;
  line-height: 25px;
  font-family: din-2014, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 21px;
  margin-right: 40px;
}
@media (min-width: 992px) {
  .vr-room-slide__countertext {
    font-size: 25px;
    line-height: 32px;
  }
}
.vr-room-slide__outer {
  margin-top: 61px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .vr-room-slide__outer {
    display: inline-block;
    width: calc(100% - 285px);
    vertical-align: middle;
  }
}
.vr-room-slide__pane {
  -webkit-transition: margin .5s ease;
  transition: margin .5s ease;
  width: 7000px;
}
.vr-room-slide__pane--item {
  width: 100vw;
  max-width: 720px;
  height: 286px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 25px;
  display: inline-block;
  margin-left: -3.5px;
}

.vr-room-slide__pane--item:first-of-type {
  margin-left: 0;
}

@media (min-width: 992px) {
  .vr-room-slide__pane--item {
    height: 521px;
  }
}
.vr-reviews-slide {
  width: 100%;
  margin: 50px 0;
}
@media (min-width: 992px) {
  .vr-reviews-slide {
    margin: 100px 0;
  }
}
.vr-reviews-slide * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.vr-reviews-slide__review-heading__text {
  margin: 0;
  margin-bottom: 55px;
  font-size: 25px;
  color: #2B2B2B;
  margin-left: 22px;
}
@media (min-width: 992px) {
  .vr-reviews-slide__review-heading__text {
    margin-left: 0;
  }
}
.vr-reviews-slide__claim, .vr-reviews-slide__slide-outer {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
@media (min-width: 992px) {
  .vr-reviews-slide__claim, .vr-reviews-slide__slide-outer {
    width: 49%;
  }
}
.vr-reviews-slide__claim {
  height: 298px;
  background-color: #FFBA00;
  padding: 64px 20px;
}
@media (min-width: 769px) {
  .vr-reviews-slide__claim {
    padding: 64px 50px;
  }
}
@media (min-width: 992px) {
  .vr-reviews-slide__claim {
    height: 497px;
    padding: 144px 100px;
  }
}
.vr-reviews-slide__claim__text {
  width: 100%;
  font-family: din-2014, sans-serif;
  font-size: 32px;
  /*font-weight: 500 !important;*/
  line-height: 40px;
  color: #2B2B2B;
  text-transform: uppercase;
  margin: 0;
}
@media (min-width: 1200px) {
  .vr-reviews-slide__claim__text {
    font-size: 40px;
    line-height: 51px;
  }
}
.vr-reviews-slide__slide-container {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  cursor: pointer;
  height: 345px;
  padding-top: 97px;
  padding-bottom: 30px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .vr-reviews-slide__slide-container {
    padding-top: 144px;
    padding-bottom: 65px;
  }
}
@media (min-width: 992px) {
  .vr-reviews-slide__slide-container {
    height: auto;
  }
}
.vr-reviews-slide__slide-container__pan {
  display: inline-block;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.vr-reviews-slide__slide-container__pan__slide-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  float: left;
  padding: 0 20px;
  cursor: grab;
}
@media (min-width: 992px) {
  .vr-reviews-slide__slide-container__pan__slide-item {
    padding: 0 60px;
  }
}
.vr-reviews-slide__slide-container__pan__slide-item__text-container {
  margin: 0 auto;
}
.vr-reviews-slide__slide-container__pan__quote {
  display: inline-block;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.2;
  color: #2B2B2B;
  margin: 0;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .vr-reviews-slide__slide-container__pan__quote {
    font-size: 45px;
  }
}
.vr-reviews-slide__slide-container__pan__quote.fz-small {
  font-size: 22px;
}
@media (min-width: 992px) {
  .vr-reviews-slide__slide-container__pan__quote.fz-small {
    font-size: 30px;
  }
}
.vr-reviews-slide__slide-container__pan__subtitle {
  display: inline-block;
  font-size: 14px;
  line-height: 23px;
  font-weight: 300;
  color: #2B2B2B;
  margin: 0;
}
@media (min-width: 992px) {
  .vr-reviews-slide__slide-container__pan__subtitle {
    font-size: 16px;
  }
}
.vr-reviews-slide__slide-container__dots {
  list-style: none;
  padding: 0;
  text-align: center;
  margin: 0;
}
.vr-reviews-slide__slide-container__dots__dot {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 9px;
  background-color: #C6C6C6;
  margin: 0 3px;
  cursor: pointer;
}
@media (min-width: 992px) {
  .vr-reviews-slide__slide-container__dots__dot {
    width: 12px;
    height: 12px;
    border-radius: 12px;
    margin: 0 5px;
  }
}
.vr-reviews-slide__slide-container__dots__dot.active {
  background-color: #FFBA00;
}
.vr-crossed-out-text {
  position: relative;
  text-align: center;
  width: 100%;
  padding: 30px 0 70px !important;
}
.vr-crossed-out-text__text {
  display: inline-block;
  text-transform: uppercase;
  font-size: 29px;
  line-height: 37px;
  color: #2B2B2B;
}
.vr-crossed-out-text__text__img {
  position: relative;
  height: 100%;
  width: 0;
  -webkit-transition: all 0.7s linear;
  transition: all 0.7s linear;
}
.vr-crossed-out-text__text__img img {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 0;
  height: 100%;
  -webkit-transition: all 0.7s linear;
  transition: all 0.7s linear;
}
.vr-crossed-out-text__alternative-text {
  position: absolute;
  left: 0;
  top: 100%;
  font-family: "DarknessRising-Regular";
  font-size: 40px;
  font-weight: normal;
  white-space: nowrap;
  line-height: 48px;
  text-transform: uppercase;
  color: #FFBA00;
  margin: 0;
  -webkit-transform: rotate(-5deg) translate(0, 0);
  transform: rotate(-5deg) translate(0, 0);
}
@media (min-width: 992px) {
  .vr-crossed-out-text__alternative-text {
    font-size: 60px;
    line-height: 50px;
    -webkit-transform: rotate(-5deg) translate(-50%, 0);
    transform: rotate(-5deg) translate(-50%, 0);
  }
}
.vr-crossed-out-text__alternative-text.mobile {
  position: static;
  margin-top: 0px !important;
  min-height: 50px;
}
@media (min-width: 992px) {
  .vr-crossed-out-text__alternative-text.mobile {
    display: none;
  }
}
.vr-crossed-out-text__alternative-text.desktop {
  display: none;
}
@media (min-width: 992px) {
  .vr-crossed-out-text__alternative-text.desktop {
    display: block;
  }
}
.vr-smartphone-slider {
  position: relative;
  width: 100%;
  height: 398px;
  background-color: #FFBA00;
  margin: 50px 0 150px;
}
@media (min-width: 992px) {
  .vr-smartphone-slider--mobile {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .vr-smartphone-slider {
    background-color: transparent;
  }
}

/* START Smartphone-Slider 03-2022 */

.vr-smartphone-slider-switchers {
	position: relative;
	/*left: 40%;*/
	width: 98%;
	margin: 0 auto;
	text-align: right;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	
/*	-webkit-box-shadow: 0px 12px 23px -7px rgb(0 0 0 / 29%);
    box-shadow: 0px 12px 23px -7px rgb(0 0 0 / 29%);*/
}

.vr-smartphone-slider-switchers ul,
.vr-smartphone-slider-switchers ul.smartTabs{
	padding: 0;
	position: relative;
	margin: 0 auto;
	width: auto;
	height: auto;
	-webkit-box-shadow: 0px 12px 23px -7px rgb(0 0 0 / 29%);
    box-shadow: 0px 12px 23px -7px rgb(0 0 0 / 29%);
}

.vr-smartphone-slider-switchers ul, .vr-smartphone-slider-switchers ul li{
	list-style: none;
}

.vr-smartphone-slider-switchers ul li, 
.vr-smartphone-slider-switchers ul li button.smartSliderBtn,
 button.smartSliderBtn, 
.smartSliderBtn {
	padding: 29px 20px;
	/*background: #FBB929;
	padding-bottom: 10px;
	width: 155px;
	float: left !important;
	border-top: 0 !important;
	border-left: 0 !important;
	border-right: 0 !important;*/
	border-bottom: 5px solid #ffffff;
	background: #fff !important;
	color: #BABABA;
	font-weight: 700;
	cursor: pointer;
	display: inline-block;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0 !important;
	/*-webkit-box-shadow: 0px 12px 23px -7px rgb(0 0 0 / 29%);
    box-shadow: 0px 12px 23px -7px rgb(0 0 0 / 29%);*/
    transition-duration: 0.3s;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-property: color, background, all;	
}

.vr-smartphone-slider-switchers ul li:hover,
.vr-smartphone-slider-switchers ul li button.smartSliderBtn:hover, 
button.smartSliderBtn:hover,
.smartSliderBtn .clicked, 
.clicked{
	color: #2b2b2b !important;
	border-bottom: 5px solid #8C3449 !important;
	
}



.vr-smartphone-slider-container {
  position: relative;
}
.vr-smartphone-slider-container .vr-sms {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
	transition-duration: 0.3s;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-property: color, background, all;	
}
.vr-smartphone-slider-container .vr-sms.vr-visible {
  visibility: visible;
}

/* ENDE Smartphone-Slider 03-2022 */

.vr-smartphone-slider__slide-container {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.vr-smartphone-slider__slide-container__slide-left, .vr-smartphone-slider__slide-container__slide-right {
  position: absolute;
  top: 75px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.vr-smartphone-slider__slide-container__slide-left {
  left: 10%;
}
.vr-smartphone-slider__slide-container__slide-left img {
  width: 30px;
  height: auto;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.vr-smartphone-slider__slide-container__slide-left img.inactive {
  opacity: 0.4;
}
.vr-smartphone-slider__slide-container__slide-right {
  left: 90%;
}
.vr-smartphone-slider__slide-container__slide-right img {
  width: 30px;
  height: auto;
}
.vr-smartphone-slider__slide-container__slide-right img.inactive {
  opacity: 0.4;
}
.vr-smartphone-slider__slide-container__slide-pan {
  height: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.vr-smartphone-slider__slide-container__slide-item {
  padding-top: 45px;
  float: left;
  display: table;
  height: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.vr-smartphone-slider__slide-container__slide-item__text-container {
  display: table-cell;
  text-align: center;
}
.vr-smartphone-slider__slide-container__slide-item__heading {
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  margin-bottom: 12px;
  max-width: 50%;
  margin: 0 auto;
}
.vr-smartphone-slider__slide-container__slide-item__text {
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  max-width: 50%;
  margin: 0 auto;
}
.vr-smartphone-slider__smartphone {
  position: absolute;
  left: 50%;
  top: 170px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.vr-smartphone-slider__smartphone img {
  width: 183px;
  height: auto;
}



.vr-smartphone-slider--desktop {
  display: none;
  background-color: unset;
  position: relative;
  width: 100%;
  min-height: 922px;
  height: auto !important;
  margin: 100px 0 150px !important;
}
@media (min-width: 992px) {
  .vr-smartphone-slider--desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.vr-smartphone-slider--desktop .vr-smartphone-slider--desktop__slide-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  width: 50%;
  height: 100%;
  background-color: #FFBA00;
  padding-left: 176px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.vr-smartphone-slider--desktop .vr-smartphone-slider--desktop__slide-container__slide-pan {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.vr-smartphone-slider--desktop .vr-smartphone-slider--desktop__slide-container__slide-item {
  padding: 61px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* display: table;
            border-spacing: 10px;
            border-collapse: separate; */
}
.vr-smartphone-slider--desktop .vr-smartphone-slider--desktop__slide-container__slide-item__text-divider {
  width: 4px;
  /*background-color: #7E7E7E;*/
  background-color: #ffffff !important;
  margin-right: 37px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.vr-smartphone-slider--desktop .vr-smartphone-slider--desktop__slide-container__slide-item__text-container {
  max-width: 400px;
}
.vr-smartphone-slider--desktop .vr-smartphone-slider--desktop__slide-container__slide-item__heading {
  font-size: 26px;
  line-height: 33px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 18px;
  /*color: #7E7E7E;*/
  color: #ffffff !important;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.vr-smartphone-slider--desktop .vr-smartphone-slider--desktop__slide-container__slide-item__text {
  font-size: 25px;
  font-weight: 300;
  line-height: 32px;
  margin: 0;
  /*color: #7E7E7E;*/
  color: #ffffff !important;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.vr-smartphone-slider--desktop .vr-smartphone-slider--desktop__slide-container__slide-item.active .vr-smartphone-slider--desktop__slide-container__slide-item__text-divider {
  background-color: #2B2B2B !important;
}
.vr-smartphone-slider--desktop .vr-smartphone-slider--desktop__slide-container__slide-item.active .vr-smartphone-slider--desktop__slide-container__slide-item__heading, .vr-smartphone-slider--desktop .vr-smartphone-slider--desktop__slide-container__slide-item.active .vr-smartphone-slider--desktop__slide-container__slide-item__text {
  color: #2B2B2B !important;
}
.vr-smartphone-slider--desktop__smartphone {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.vr-smartphone-slider--desktop__smartphone img {
  width: auto;
  height: 368px;
}
.vr-city-slider {
  width: 100%;
  position: relative;
}
@media (min-width: 992px) {
  .vr-city-slider {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 !important;
	/*  position: relative;
	  left: 15%;*/
  }
}
.vr-city-slider__upper-slider {
  display: inline-block;
  width: auto;
  max-width: 100%;
  position: relative;
  max-height: 81px !important;
  overflow: hidden;
}
@media (min-width: 992px) {
  .vr-city-slider__upper-slider {
    overflow: hidden;
    -webkit-box-shadow: 0px 4px 23px -7px rgba(0, 0, 0, 0.48);
    box-shadow: 0px 4px 23px -7px rgba(0, 0, 0, 0.48);
  }
}
.vr-city-slider__upper-slider__slide-arr-l, .vr-city-slider__upper-slider__slide-arr-r {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  fill: #8A2337 !important;
}
@media (min-width: 992px) {
  .vr-city-slider__upper-slider__slide-arr-l, .vr-city-slider__upper-slider__slide-arr-r {
    width: 25px;
    height: auto;
    top: 50%;
  }
  .vr-city-slider__upper-slider__slide-arr-l.inactive, .vr-city-slider__upper-slider__slide-arr-r.inactive {
    display: none;
  }
}
.vr-city-slider__upper-slider__slide-arr-l.inactive path, .vr-city-slider__upper-slider__slide-arr-r.inactive path {
  fill: #BABABA;
}
.vr-city-slider__upper-slider__slide-arr-l {
  left: 8%;
}
@media (min-width: 992px) {
  .vr-city-slider__upper-slider__slide-arr-l {
    left: 2%;
  }
}
.vr-city-slider__upper-slider__slide-arr-r {
  left: 92%;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
}

.vr-city-slider__upper-slider__slide-arr-l.newLeft {
	  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
}

.vr-city-slider__upper-slider__slide-arr-r.newRight {
	-webkit-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}

@media (min-width: 992px) {
  .vr-city-slider__upper-slider__slide-arr-r {
    left: 98%;
  }
}
.vr-city-slider__upper-slider__slide-container {
  width: 100%;
  overflow: hidden;
}
@media (min-width: 992px) {
  .vr-city-slider__upper-slider__slide-container {
    /*display: inline-block;*/
    width: auto;
  }
	.vr-city-slider__upper-slider__pan.minwidthDesktop {
	min-width: 656px !important;
}
}



.vr-city-slider__upper-slider__pan {
  margin-left: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.605, 0.165, 0, 0.845);
  transition: all 0.5s cubic-bezier(0.605, 0.165, 0, 0.845);
}
.vr-city-slider__upper-slider__pan__slide-item {
  float: left;
  margin: 0;
  /* padding: 17px 0;*/
  padding: 29px 40px !important;
  text-align: center;
  background-color: #F7F7F7;
  font-family: 'din-2014';
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition-duration: 0.3s;
  transition-property: color, background;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-property: color, background;
}
.vr-city-slider__upper-slider__pan__slide-item span /*, .vr-map__standort__container--listing .vr-map-mobile-slider__upper-slider__pan__slide-item svg*/ {
  display: none !important;
}
@media (min-width: 992px) {
  .vr-city-slider__upper-slider__pan__slide-item {
    float: left;
    width: auto !important;
    padding: 26px 45px;
    background-color: transparent;
    color: #bababa;
  }
}
@media (min-width: 992px) {
  .vr-city-slider__upper-slider__pan__slide-item:hover, .vr-city-slider__upper-slider__pan__slide-item.active {
    border-bottom: 5px solid #8A2337;
    color: #2B2B2B;
  }
  .greenDreams .vr-city-slider__upper-slider__pan__slide-item:hover, .greenDreams .vr-city-slider__upper-slider__pan__slide-item.active {
    border-bottom: 5px solid #69b578;
    color: #2B2B2B;
  }
}
.vr-city-slider__upper-slider__pan__slide-item span {
  display: none;
  color: #BABABA;
}
@media (min-width: 992px) {
  .vr-city-slider__upper-slider__pan__slide-item span {
    display: none;
  }
}
.vr-city-slider__lower-slider {
  display: none;
  width: 100%;
}
.vr-city-slider__lower-slider.active {
  display: block;
}
.vr-city-slider__lower-slider__slide-container {
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
}
.vr-city-slider__lower-slider__pan {
  margin-left: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.605, 0.165, 0, 0.845);
  transition: all 0.5s cubic-bezier(0.605, 0.165, 0, 0.845);
}
.vr-city-slider__lower-slider__pan__slide-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 40px 6px 40px 0 !important;
  padding: 20px !important;
  font-family: 'din-2014';
  font-weight: 700;
  width: 285px;
  min-height: 400px !important;
  overflow: hidden;
  -webkit-box-shadow: 0px 12px 23px -7px rgba(0, 0, 0, 0) !important;
  box-shadow: 0px 12px 23px -7px rgba(0, 0, 0, 0) !important;
 /*-webkit-box-shadow: 0px 12px 23px -7px rgba(0, 0, 0, 0.29) !important;
  box-shadow: 0px 12px 23px -7px rgba(0, 0, 0, 0.29) !important;	*/
}
.vr-city-slider__lower-slider__pan__slide-item img, 
.littleIcon figure img{
  width: auto;
  height: 45px;
}
.vr-city-slider__lower-slider__pan__slide-item__location, .vr-city-slider__lower-slider__pan__slide-item__working-time {
  font-family: 'din-2014';
  font-size: 16px;
  font-weight: 300;
  color: #2B2B2B;
  margin: 0;
}
.vr-city-slider__lower-slider__pan__slide-item__location {
  margin-bottom: 37px;
}
.vr-city-slider__lower-slider__pan__slide-item__working-time {
  margin-bottom: 10px;
}
.vr-city-slider__lower-slider__pan__slide-item__desc {
  font-family: 'din-2014';
  font-size: 20px;
  font-weight: 500;
  color: #2B2B2B;
  margin: 0;
  margin-bottom: 59px;
  min-height: 55px;
}
.vr-city-slider__lower-slider__pan__slide-item__learn-more {
  display: table;
  cursor: pointer;
  padding: 14px 42px;
  margin: 0 auto;
  background-color: #FFBA00;
  font-family: 'din-2014';
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  color: #ffffff !important;
}
a.vr-city-slider__lower-slider__pan__slide-item__learn-more {
  text-decoration: none;
}
.vr-city-slider__lower-slider__pan__slide-item__learn-more:focus, .vr-city-slider__lower-slider__pan__slide-item__learn-more:active {
  outline: 0;
  border: none;
}
.vr-city-slider__lower-slider__pan__slide-item__learn-more:hover {
  background-color: #8C3449;
}
.vr-city-slider__lower-slider__dots {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.vr-city-slider__lower-slider__dots__dot {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 9px;
  background-color: #C6C6C6;
  margin: 0 3px;
}
@media (min-width: 992px) {
  .vr-city-slider__lower-slider__dots__dot {
    width: 12px;
    height: 12px;
    border-radius: 12px;
    margin: 0 5px;
  }
}
.vr-city-slider__lower-slider__dots__dot.active {
  background-color: #FFBA00;
}
.gm-style-iw.gm-style-iw-c .vr-map-notice__content {
  line-height: 18px !important;
}
@media (max-width: 420px) {
  .vr-map__standort-mobilecatslider__item__text {
    font-family: din-2014, sans-serif !important;
    /*font-weight: normal !important;*/
  }
  /*.gm-style-iw-t > .gm-style-iw.gm-style-iw-c {
		height: 180px !important;
		max-height: 180px !important;
	}
	
	.gm-style-iw.gm-style-iw-c .vr-map-notice__headline {
		font-size: 16px !important;
	}
	
	
	
	.gm-style-iw.gm-style-iw-c .vr-map-notice__content, .gm-style-iw.gm-style-iw-c .vr-map-notice__subhead {
		font-size: 14px !important;
		line-height: 18px !important;
	}
	
	
	.gm-style-iw.gm-style-iw-c .vr-map-notice__text {
		padding: 15px 15px 0 !important;
	}
	
.gm-style-iw.gm-style-iw-c .vr-map-notice__more, .gm-style-iw.gm-style-iw-c .vr-map-notice__booknow {
	font-family: din-2014,sans-serif;
	text-decoration: none;
}*/
  .vr-instagram-slide__header--right {
    display: inline-block;
  }
  /*.gm-style-iw.gm-style-iw-c .vr-map-notice__more:hover {
	background-color:#d8d9d8;
	
}

.gm-style-iw.gm-style-iw-c .vr-map-notice__booknow:hover {
	background-color:#8C3449;
	color: #fff;
}*/
}
@media only screen and (max-width:420px) and (orientation:portrait) {
  .vr-room-slide__counter {
    display: none !important;
  }
  .vr-room-slide .vr-arrow {
    position: absolute;
    top: 20px;
    right: 15%;
  }
  .vr-room-slide .vr-arrow--right {
    position: absolute;
    top: 20px;
    right: 5%;
  }
  .vr-room-slide__outer {
    position: relative;
    top: -40px;
    margin-top: 0 !important;
  }
  .vr-city-slider__lower-slider__slide-container.noPaddingBottom {
    padding-bottom: 0 !important;
  }
  .mobileGreen {
    margin: 0px 6px 0px 0 !important;
    padding: 20px 10px 0 !important;
  }
}


@media only screen and (max-width:767px) {
	
/* START Smartphone-Slider 03-2022 */

.vr-smartphone-slider-switchers {
	position: relative;
	width: 100%;
	overflow: hidden;
	left: 0;
}
	
	.vr-smartphone-slider-switchers svg.vr-city-slider__upper-slider__slide-arr-r, 
	.vr-smartphone-slider-switchers svg.vr-city-slider__upper-slider__slide-arr-l {
		width: 20px !important;
		height: 20px !important;
	}

.vr-smartphone-slider-switchers ul,
.vr-smartphone-slider-switchers ul.smartTabs{
	padding: 0;
	position: relative;
	margin: 0 auto;
	width: auto;
	height: auto;
	-webkit-box-shadow: 0px 12px 23px -7px rgb(0 0 0 / 29%);
    box-shadow: 0px 12px 23px -7px rgb(0 0 0 / 29%);
}

	p.tabMenuTxt {
		/*border-bottom: 2px solid #8C3449;
		color: #8C3449;*/
	}
	
.vr-smartphone-slider-switchers ul, .vr-smartphone-slider-switchers ul li{
	list-style: none;
}

.vr-smartphone-slider-switchers ul li, 
.vr-smartphone-slider-switchers ul li button.smartSliderBtn,
 button.smartSliderBtn, 
.smartSliderBtn {
	padding: 14px 10px;
	/*background: #FBB929;
	padding-bottom: 10px;
	width: 155px;
	float: left !important;
	border-top: 0 !important;
	border-left: 0 !important;
	border-right: 0 !important;*/
	border-bottom: 5px solid #ffffff;
	background: #fff !important;
	color: #BABABA;
	font-weight: 700;
	cursor: pointer;
	display: inline-block;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0 !important;
	/*-webkit-box-shadow: 0px 12px 23px -7px rgb(0 0 0 / 29%);
    box-shadow: 0px 12px 23px -7px rgb(0 0 0 / 29%);*/
    transition-duration: 0.3s;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-property: color, background, all;	
}

.vr-smartphone-slider-switchers ul li:hover,
.vr-smartphone-slider-switchers ul li button.smartSliderBtn:hover, 
button.smartSliderBtn:hover,
.smartSliderBtn .clicked, 
.clicked{
	color: #2b2b2b !important;
	border-bottom: 5px solid #8C3449 !important;
	
}



.vr-smartphone-slider-container {
  position: relative;
}
.vr-smartphone-slider-container .vr-sms {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
	transition-duration: 0.3s;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-property: color, background, all;	
}
.vr-smartphone-slider-container .vr-sms.vr-visible {
  visibility: visible;
}

.new2022{
	top: 200px !important;
}

.new2022TCI{
	top: 150px !important;
}
	
	
/* ENDE Smartphone-Slider 03-2022 */
/*# sourceMappingURL=vr.css.map */
	
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	

	
	.vr-city-slider__lower-slider__pan__slide-item {
		margin: 0px 6px 0px 0 !important;
  		padding: 0px 20px 0 0!important;
  	    min-height: 300px !important;
		
	}
	
	 .vr-room-slide__pane--item.greendreams-ziele-slide__pane--item.littleIcon{
        height: 430px !important;
        width: 270px !important;
    }
	
	
	.vr-city-slider__lower-slider__pan__slide-item .mehrRot {
		position: absolute;
		bottom: 0px !important;
}

}
/* mcdr-2020-vr-02.css - ENDE */
@charset "utf-8";
/* CSS Document */
/*mcdr-2023-greendreams-projekte-hover.css -  START */
/* Green Box - START */
.greenBox {
  background: #56d28a;
  color: #ffffff !important;
  padding: 60px;
  width: calc(100% - 120px);
}
.greenBox h2 {
  font-size: 2em;
  color: #ffffff;
}
.greenBox p {
  font-size: 24px;
  color: #ffffff;
}
.greenBox a.whiteBtn {
  display: inline-block;
  background: #ffffff;
  padding: 15px;
  font-size: 16px;
  color: #128964;
}
.greenBox a.whiteBtn:hover {
	background: #128964;
	color: #ffffff;
  /*color: #56d28a;*/
}
.greenBox .iconGreenDreams img {
  width: 60px;
  height: auto;
  vertical-align: middle;
  margin-right: 30px;
}
/* Green Box - ENDE */
/* Ziele-Slider - START */
@media (min-width: 992px) {
  .greendreams-ziele-slide {
    text-align: left;
  }
}
.greendreams-ziele-slide .vr-arrow {
  display: inline-block;
  vertical-align: middle;
  margin-right: 44.3px;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
.greendreams-ziele-slide .vr-arrow--right {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-left: 44.3px;
  margin-right: 0;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
.greendreams-ziele-slide .vr-arrow--active {
  cursor: pointer;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
.greendreams-ziele-slide .vr-arrow--active path {
  fill: #56d28a;
}
.greendreams-ziele-slide__arrows {
  margin-top: 53px;
}
.greendreams-ziele-text {
  height: 520px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 44%;
  float: right;
}
.greendreams-ziele-text h3 {
  font-family: 'DarknessRising-Regular';
  font-size: 63px;
  color: #56d28a;
  margin: 0;
}
.greendreams-ziele-text h2 {
  text-transform: uppercase;
	margin: 0;
}

/*.vr-room-slide__pane--item.greendreams-ziele-slide__pane--item {
	height: 521px;
}*/

@media (min-width: 992px) {
  .greendreams-ziele-slide__arrows {
    max-width: 280px;
    display: inline-block !important;
    vertical-align: middle;
    text-align: right;
  }
}
.greendreams-ziele-slide__counter {
  display: none !important;
  font-family: 'DarknessRising-Regular';
  font-style: normal;
  text-transform: none;
  font-size: 50px;
  line-height: 60px;
  color: #FFBA00;
  vertical-align: middle;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
@media (min-width: 992px) {
  .greendreams-ziele-slide__counter {
    font-size: 63px;
    line-height: 77px;
  }
}
.greendreams-ziele-slide__countertext {
  display: inline-block;
  font-size: 20px;
  line-height: 25px;
  font-family: din-2014, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 21px;
  margin-right: 40px;
}
@media (min-width: 992px) {
  .greendreams-ziele-slide__countertext {
    font-size: 25px;
    line-height: 32px;
  }
}
.greendreams-ziele-slide__outer {
  margin-top: 61px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .greendreams-ziele-slide__outer {
    display: inline-block;
    width: calc(100% - 0px) !important;
    vertical-align: middle;
  }
}
.greendreams-ziele-slide__pane {
  -webkit-transition: margin .5s ease;
  transition: margin .5s ease;
  width: 7000px;
}
.greendreams-ziele-slide__pane--item {
  width: 100vw;
  max-width: 720px;
  height: 286px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 25px;
  display: inline-block;
  margin-left: -3.5px;
}
.greendreams-ziele-slide__pane--item:first-of-type {
  margin-left: 0;
}
@media (min-width: 992px) {
  .greendreams-ziele-slide__pane--item {
    height: 521px;
  }
}
.vr-reviews-slide {
  width: 100%;
  margin: 50px 0;
}
/* Ziele-Slider ENDE */

/* Projekte-Kacheln - START */
.greenDreamsHover {
  width: 32%;
  /*margin: 0 0.5% 1vw;
    height: 28vw;
    max-width: 580px;
    max-height: 580px;*/
}
.ref100 {
  width: 98%;
}
.ref50 {
  width: 49%;
}
.ref25 {
  /*width: 23.5%;*/
  width: 32%;
}
.ref100, .ref50, .ref25, .greenDreamsHover {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 0.5% 0.5%;
  /* background-color: #000000;*/
  color: #ffffff;
  text-align: left;
  font-size: 16px;
  height: 28vw;
  max-width: 580px;
  max-height: 580px;
  /*  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15)*/ ;
  float: left;
}
.ref100 *, .ref50 *, .ref25 *, .greenDreamsHover * {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ref100 img, .ref50 img, .ref25 img, .greenDreamsHover img {
  max-width: 100%;
  vertical-align: top;
  min-height: 100%;
  object-fit: cover;
}
.ref100 figcaption, .ref50 figcaption, .ref25 figcaption, .greenDreamsHover figcaption {
  position: absolute;
  height: 87px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  overflow: hidden;
  padding: 5px 15px;
  background-color: rgba(86, 210, 138, 0.8);
  cursor: pointer;
}
.ref100 figcaption {
  width: 47%;
}
.ref100 h3, .ref50 h3, .ref25 h3, .greenDreamsHover h3 {
  font-family: 'DarknessRising-Regular';
  font-size: 40px;
  color: #ffffff;
  line-height: 38px;
  margin: 3px 0;
}
.ref100 h5, .ref50 h5, .ref25 h5, .greenDreamsHover h5 {
  font-weight: 400;
  margin: 0 0 15px;
  color: #ffffff;
  /*letter-spacing: 1px;*/
  font-size: 16px;
}
.ref100 blockquote, .ref50 blockquote, .ref25 blockquote, .greenDreamsHover blockquote {
  padding: 0;
  margin: 0;
  color: #fff;
  /*  font-style: italic;
  font-size: 1em;*/
}
.ref100 blockquote p, .ref50 blockquote p, .ref25 blockquote p, .greenDreamsHover blockquote p {
  color: #fff;
  font-size: 16px;
}
.ref100 a, .ref50 a, .ref25 a, .greenDreamsHover a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.ref100 .href a, .ref50 .href a, .ref25 .href a, .greenDreamsHover .href a {
  position: relative !important;
}
.ref100:hover figcaption, .ref50:hover figcaption, .ref25:hover figcaption, .ref50.hover figcaption, .ref25.hover figcaption, .greenDreamsHover.hover figcaption {
  height: calc(90%);
}
@media only screen and (max-width:1023px) {
  .ref100, .ref50, .ref25 {
    width: 48%;
	height: 48vw;
    margin: 1%;
  }
	
.greenBox .iconGreenDreams img {
  width: 60px;
  height: auto;
  vertical-align: middle;
  margin-right: 100%;
  margin-bottom: 15px;

}
}

@media only screen and (max-width:767px) {
  .ref100, .ref50, .ref25 {
    width: 98%;
    margin: 1%;
	height: 55vh;
  }
/*.greendreams-ziele-text {
  height: 520px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 44%;
  float: right;
}
.greendreams-ziele-text h3 {
  font-family: 'DarknessRising-Regular';
  font-size: 63px;
  color: #56d28a;
  margin: 0;
}
.greendreams-ziele-text h2 {
  text-transform: uppercase;
	margin: 0;
}*/

/*	.greendreams-ziele-slide__arrows {
		display: none;
	}*/
	
	.greenBox{
		/*width: calc(100% - 120px);*/
		padding: 20px;
		width: calc(100% - 40px);
}
.greenBox p {
    font-size: 24px;
    color: #ffffff;
	margin-bottom: 45px;
}	
	
	.greenMobileLink p {
		margin: 0 !important;
	}
	
	.greendreams-ziele-slide__outer {
		margin-top: 61px !important;
	}
	
	.vr-room-slide__arrows.greendreams-ziele-slide__arrows {
		margin-left: 5% !important;
	}	
.greendreams-ziele-text {
	height: 600px !important;
	justify-content: flex-start;
	}
	
.vr-room-slide__pane--item.greendreams-ziele-slide__pane--item {
	height: 600px;
	width: 95vw;
}
.greendreams-ziele-text p {
	font-size: 14px;
	line-height: 18px;
	}
}
/* Projekte-Kacheln - ENDE */
/*mcdr-2023-greendreams-projekte-hover.css -  ENDE */
/* mcdr-2020-cookieconsent.css - START */

#cconsent-bar {
	position: fixed!important;
	top: 60vh !important;
	height: 40vh !important;
	background: #fff !important;
}


#cconsent-bar .ccb__wrapper {
	padding: 25px;
    margin: 15px;
	width: 80%;
	max-width: 1024px;
	position: absolute !important;
	top: 20px !important;
}

#cconsent-bar .h4{
	 font-family: din-2014, sans-serif;
  font-weight: normal;
  font-style: normal;
	font-size: 16px;
	text-transform: uppercase;
}

.ccm__content .ccm__tab-head, body > #cconsent-bar .ccb__button > .ccb__edit, #cconsent-modal .ccm__content > .ccm__content__body .ccm__tab-content .ccm__tab-content__left .ccm__switch-component > div {
  font-family: din-2014, sans-serif;
  font-weight: normal;
  font-style: normal;
	font-size: 16px;
}


#cconsent-bar .ccb__button {
	text-align: center;
}

#cconsent-bar .ccb__button a:hover {
	text-decoration: underline;
	color: #8C3449;
}


body > #cconsent-modal .ccm__button > #ccm__footer__consent-modal-submit, body > #cconsent-modal .ccm__button > .consent-give, body > #cconsent-bar .ccb__button > .consent-deny, body > #cconsent-bar .ccb__button > .consent-give, body > #cconsent-bar .ccb__button > .consent-deny {
	background: #FBB929;
	border: 0;
	border-radius: 0 !important;
	font-family: din-2014, sans-serif;
  	font-weight: normal !important;
  	font-style: normal;
	font-size: 16px;
	color: #fff;
	letter-spacing: 1px;
	outline: none;
}

body > #cconsent-modal .ccm__button > #ccm__footer__consent-modal-submit:hover, body > #cconsent-modal .ccm__button > .consent-give:hover, body > #cconsent-bar .ccb__button > .consent-give:hover, body > #cconsent-bar .ccb__button > .consent-deny:hover {
	background-color: #8C3449;
    border-color: rgba(255,255,255,0);
    color: #ffffff;
}


@media only screen and (max-width: 1024px) {


}
@media only screen and (max-width: 768px) {
	
}


@media only screen and (max-width: 420px) {
	
	#cconsent-bar {
		position: fixed!important;
		top: 40vh !important;
		height: 60vh !important;
		background: #fff !important;
		overflow: hidden;
		/*display: block !important;*/
			
}
	
	#cconsent-bar .ccb__wrapper {
		padding: 2.5%;;
		margin: 0;
		width: 90%;
		max-width: 420px;
		position: absolute !important;
		top: 5px !important;
		left: 5%;
}
	#cconsent-bar p {
		font-size: 12px !important;
		line-height: 16px;
	}
	
}

/* mcdr-2020-cookieconsent.css - START */



/* mcdr-myslicksliderFade.css */
.leistungenResp {
  display: none
}
.slickwrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
 
}
.tutorialNavi {
  width: 100%;
  height: 50px;
  min-height: 50px;
  overflow: hidden;
  /*background-image: url("../../files/02_leistungen/leistungen-slider-BG.jpg");
  background-position: center center;
  background-repeat: no-repeat;*/
}
.tutorialNavi .nav-content {
  width :100%;
  height: 50px;
  float: left;
  text-align: center
}
.slick-track {
  height: 50px;
  top: 0
}
.nav-content {
  padding-top: 0%;
  cursor: pointer;
  z-index: 3
}
.slick-list {
  width: 100%;
  height: auto;
  top: 0;
  position: absolute;
  overflow: hidden;
  z-index: 3
}
.slick-list h2 {
  margin-top: 15px;
  margin-bottom: 0
}
.slick-slide table, .slick-slide td, .slick-slide tr {
  margin: 0;
  padding: 0;
  vertical-align: top
}
.slick-slide table {
  display: table
	}
.slick-slide td {
  display: table-cell;
  vertical-align: top
}
.slider {
  width: 100%;
  top: -250px;
  position: realtive;
  margin: 0 auto
}
.slideBG {
  z-index: 1;
	
}

.slideBG {
    width: 25%;
    height: 50px;
    min-height: 50px;
    left: 0;
    top: 0;
    position: absolute;
	background: #FBB929;
    /*background-image: url(../../files/02_leistungen/leistungen-slider-slide.png);
    background-position: center bottom;*/
}
.slick-slide {
  top: 270px;
  margin: 0 auto;
  color: #313131; /* position:relative;*/ width: 66.66%; /*background-color:#444;*/
}
.slick-slide img {
  width: 100%
}
.slick-prev:before, .slick-next:before {
  color: #313131
}
.tutorialContent {
  width: 100%;
  margin: 0 auto
}
.nav-content.menu-1 {
  width: 25%;
  left: 0;
  top: 0;
  position: absolute;
  float: left;
  
}
.nav-content.menu-2 {
  width: 25%;
  left: 25%;
  top: 0;
  position: absolute;
  float: left
}
.nav-content.menu-3 {
  width: 25%;
  left: 50%;
  top: 0;
  position: absolute
}
.nav-content.menu-4 {
  width: 25%;
  left: 75%;
  top: 0;
  position: absolute
}
.nav-content.menu-1, .nav-content.menu-2, .nav-content.menu-3, .nav-content.menu-4 {
  font: 1.8em;
}
.nav-content.slick-current, .nav-content.slick-current:hover {
  color: #313131
}
/*.nav-content.menu-1 .slick-current:hover, .nav-content.menu-2 .slick-current:hover, .nav-content.menu-3 .slick-current:hover {
  color: #313131
}*/
p.hoverFX {
  display: inline-block;
  padding: 5px 10px;
  
}
p.hoverFX:hover {
  
}
.slick-current p.hoverFX, .slick-current p.hoverFX:hover {
 
  color: #313131; 
	background: none
} 


/* leistungen-slick-theme.css */

/* Slider */ .slick-loading .slick-list {
  background: #fff url("../../assets/css/./ajax-loader.gif") center center no-repeat;
}
.slick-prev, .slick-next {
  width: 20px;
  height: 20px;
  top: 50%;
  position: absolute;
  display: block;
  padding: 0;
  font-size: 0;
  line-height: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: .25
}
.slick-prev:before, .slick-next:before {
  font: 20px/1 'slick';
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
.slick-prev {
  left: -25px
}
[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto
}
.slick-prev:before {
  content: '←'
}
[dir='rtl'] .slick-prev:before {
  content: '→'
}
.slick-next {
  right: -25px
}
[dir='rtl'] .slick-next {
  right: auto;
  left: -25px
}
.slick-next:before {
  content: '→'
}
[dir='rtl'] .slick-next:before {
  content: '←'
}
.slick-dotted.slick-slider {
  margin-bottom: 30px
}
.slick-dots {
  width: 100%;
  bottom: -25px;
  position: absolute;
  display: block;
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none
}
.slick-dots li {
  width: 20px;
  height: 20px;
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer
}
.slick-dots li button {
  width: 20px;
  height: 20px;
  display: block;
  padding: 5px;
  border: 0;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  color: transparent;
  outline: none;
  background: transparent
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1
}
.slick-dots li button:before {
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  position: absolute;
  text-align: center;
  font: 6px/20px 'slick';
  content: '•';
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black
}
/* leistungen-slick.css */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0
}
.slick-list:focus {
  outline: none
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}
.slick-track {
  top: 0;
  position: relative;
  display: block;
  left: 0
}
.slick-track:before, .slick-track:after {
  display: table;
  content: ''
}
.slick-track:after {
  clear: both
}
.slick-loading .slick-track {
  visibility: hidden
}
.slick-slide {
  height: auto;
  min-height: 1px;
  overflow: hidden;
  float: left;
  display: none
}
[dir='rtl'] .slick-slide {
  float: right
}
.slick-slide img {
  display: block
}
.slick-slide.slick-loading img {
  display: none
}
.slick-slide.dragging img {
  pointer-events: none
}
.slick-initialized .slick-slide {
  display: block
}
.slick-loading .slick-slide {
  visibility: hidden
}
.slick-vertical .slick-slide {
  height: auto;
  display: block;
  border: 1px solid transparent
}
.slick-arrow.slick-hidden {
  display: none
}

/* Over riding */

.slick-slider .vr-smartphone-slider--desktop__slide-container {
	left: 50% !important;
}

.slick-slider .vr-smartphone-slider--desktop__smartphone {
	top: 31px;
}

.slick-slider .vr-smartphone-slider--desktop .vr-smartphone-slider--desktop__slide-container__slide-item {
	padding: 61px 0 25px !important;
}
/* mcdr-2022-popup.css - START */


#overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #000;
filter:alpha(opacity=50);
-moz-opacity:0.5;
-khtml-opacity: 0.5;
opacity: 0.5;
z-index: 100;
display: none;
}
.cnt223 a{

	color: #ffffff !important;
}	


.cnt223 a:hover{

	color: #8C3449 !important;
}	


#euf_overlay.euf_overlay, .popup{
position: fixed;
width: 100%;
height: 100%;
margin: 0 auto;
display: none;
/*position: absolute;*/
left: 0;
top: 0;
z-index: 101;
/*background: rgba(43,43,43,.75);*/
background: rgba(255,255,255,.75);
}
.euf_overlay__content, .cnt223{
min-width: 600px;
width: 600px;
min-height: 150px;
margin: 100px auto;
background: #ffffff;
position: relative;
z-index: 103;
padding: 15px 35px;
border-radius: 0px;
/*box-shadow: 0 2px 5px #000;*/
-webkit-box-shadow: 0px 12px 23px -7px rgb(0 0 0 / 29%);
box-shadow: 0px 12px 23px -7px rgb(0 0 0 / 29%);
overflow: hidden;
/*text-align: justify !important;*/
}

.euf_overlay__content {
	position: absolute !important;
	top: 40%;
}

.euf_overlay__content {
		min-height: 560px;
		overflow: auto;
		
	}

.euf_overlay__close {
    position: absolute;
    right: 15px;
    top: 15px;
	width: 47px;
	height: 47px;
    padding: 0rem 0rem;
    border: 0;
    /*background: none;
    font-weight: 700;*/
	text-indent: -100000px;
	background: url("../../files/_standards/close-x-popup.png") no-repeat;
    cursor: pointer;
}

.cnt223 p{
clear: both;
    font-family: din-2014, sans-serif;
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 16px;
}
.cnt223 p a{
color: #e43a37;
font-weight: bold;
}
.cnt223 .x{
float: right;
height: 35px;
left: 22px;
position: relative;
top: -25px;
width: 34px;
}
.cnt223 .x:hover{
cursor: pointer;
}	

.closeX {
	position: absolute;
    right: 15px;
    top: 15px;
}

.popUpSmall p {
	font-size: 11px;
	line-height: 13px !important;
	color: #2b2b2b;
}

/* Formular START */

/*#nl-popup-body*/ .nl-form-body {
	width: 100% !important;
}

/*#nl-popup-body*/ .nl-form-body *	{
  color: #2b2b2b;
  font-family: din-2014, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
 /* line-height: 1.1em;*/
  list-style-type: disc;
  list-style-position: outside;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
/*#nl-popup-body*/ .nl-form-body h1 {
  color: #ffffff !important;
  font-size: 1.6em;
  height: auto;
  padding: 0;
}
	
/*#nl-popup-body*/ .nl-form-body h2 {
  color: #ffffff;
  font-size: 1.5em;
  height: auto;
  padding: 0;
}	
	
/*#nl-popup-body*/ .nl-form-body ul {
  padding: 8px 24px;
}
/*#nl-popup-body*/ .nl-form-body {
  background-color: #ffba00 !important;
  border: solid 0 #999;
  box-sizing: border-box;
  margin: 10px auto;
  padding: 8px 0;
  width: 100%;
}
/*#nl-popup-body*/ .nl-form-body .element {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  padding: 10px 4%;
  width: 100%;
}
/*#nl-popup-body*/ .nl-form-body .element * {
  vertical-align: baseline;
}
/*#nl-popup-body*/ .nl-form-body .element .validation {
  color: #ff0000;
  display: none;
  font-weight: bold;
	padding: 5px;
	background: #fff;
	max-width: calc(80% - 10px);
	margin-bottom: 15px;
}
/*#nl-popup-body*/ .nl-form-body .element.invalid .validation {
  display: block !important;
}
/*#nl-popup-body*/ .nl-form-body .element .first {
  float: left;
  width: 100%;
}
/*#nl-popup-body*/ .nl-form-body .element .second {
  padding-left: 0;
}
/*#nl-popup-body*/ .nl-form-body .first label {
  color: #ffffff !important;
  display: block;
  font-size: 1.1em;
  font-weight: bold;
  margin: 0 0 0.1em;
  padding: 0 0 2px 0;
}
/*#nl-popup-body*/ .nl-form-body .element.mandatory .first label::after {
  content: "*";
}
/*#nl-popup-body*/ .nl-form-body p.descr {
  color: #ffffff;
  font-size: 0.9em;
  line-height: 1.1em;
  margin: 0 0 0.1em;
  padding: 0 0 2px 0;
}
/*#nl-popup-body*/ .nl-form-body .element sub {
  vertical-align: sub;
}
/*#nl-popup-body*/ .nl-form-body .element sup {
  vertical-align: super;
}
/*#nl-popup-body*/ .nl-form-body .first p.descr {
  display: none !important;
}
/*#nl-popup-body*/ .nl-form-body .second label {
  color: #ffffff !important;
}

/*#nl-popup-body*/ .nl-form-body .vorname, /*#nl-popup-body*/ .nl-form-body .nachname {
	width: 48% !important;
	
	}

/*#nl-popup-body*/ .nl-form-body .vorname {
	float: left;
	padding: 0 2% 0 4% !important;
	/*margin-right: 2%;*/
}

/*#nl-popup-body*/ .nl-form-body .nachname {
	padding: 0 0% 0 4% !important;
	
}

/*#nl-popup-body*/ .nl-form-body button, 
	/*#nl-popup-body*/ .nl-form-body input[type=text],
	/*#nl-popup-body*/ .nl-form-body select, 
	/*#nl-popup-body*/ .nl-form-body textarea {
  border: solid 0px #ccc !important;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 0 0.2em;
  padding: 15px;
  width: 100%;
  line-height: initial;
  height: 60px;
  outline: none !important;
  color: #2b2b2b;
}

/*#nl-popup-body*/ .nl-form-body input, /*#nl-popup-body*/ /*.nl-form-body input[type=placeholder]*/
::placeholder {
	color: #b1b1b1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #b1b1b1;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #b1b1b1;
}

/*#nl-popup-body*/ .nl-form-body p.descr {
	color: #ffffff !important;
}

/*#nl-popup-body*/ .nl-form-body .element.invalid input[type=text], /*#nl-popup-body*/ .nl-form-body .element.invalid select, /*#nl-popup-body*/ .nl-form-body .element.invalid textarea {
  border: solid 0px #ff0000;
}
/*#nl-popup-body*/ .nl-form-body input[type=checkbox], /*#nl-popup-body*/ .nl-form-body input[type=radio] {
  border: solid 1px #ccc;
  box-sizing: border-box;
  display: inline-block;
  margin: 2px 4px 0.2em;
}
/*#nl-popup-body*/ .nl-form-body button {
  color: #2b2b2b !important;
  padding: 0.3em 0;
	cursor: pointer;
	background-color:#ffffff !important;
	background:linear-gradient(#ffffff, #ffffff) !important;
	border:solid 0px #36c !important;
	width: 100%;
	height: 60px;
	transition-duration: 0.3s;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-property: color, background, all;

/*background: url("../../files/_standards/arrow-yellow-bg.png") no-repeat;*/
  /*background-color: #006eb6;
  background: linear-gradient(#008db6, #006eb6);
  border: solid 1px #36c;
  text-align: center;*/
	
	/* background-image: background: -webkit-linear-gradient(#ffffff, #ffffff);
  background-image: background: -o-linear-gradient(#ffffff, #ffffff);
  background-image: background: linear-gradient(#ffffff, #ffffff);*/
}
/*#nl-popup-body*/ .nl-form-body button:hover {
	background: #8C3449 !important;
	color: #fff !important;
	
	}
	
.formassi_element_paragraph, .formassi_element_paragraph * {
  color: #ffffff;
}
#fa_0 {
  width: 100%;
}
#fa_1 {
  width: 100%;
}
#fa_2 {
  width: 100%;
}
#fa_3 {
  width: 100%;
}
#fa_4 {
  width: 100%;
}
#fa_5 {
  width: 100%;
}
#fa_6 {
  width: 100%;
}
#fa_7 {
  width: 100%;
}
#fa_8 {
  width: 100%;
}
#fa_9 {
  width: 100%;
}
#fa_10 {
  width: 100%;
}


/* Formular ENDE  */



@media only screen and (max-height: 750px) {
	.euf_overlay__content {
		height: 560px;
		overflow: auto;
		margin-bottom: 60px;

	}
	
}

@media only screen and (max-width:1023px){

/*	body {
		overflow-y: scroll !important;
	}

	#euf_overlay {
		position: absolute;
		overflow: auto;
		overflow-y: scroll;
	}	
	
.euf_overlay__content.mod_euf_overlay {
	overflow-y: scroll !important;
	}	*/
		
#euf_overlay.euf_overlay, .popup{
		position: absolute;
		top: 60px;
		overflow: auto;
	}
	
	
.closeX {
	position: absolute;
    right: 5px;
    top: 5px;
}
	
	
.euf_overlay__close {
    position: absolute;
    right: 5px;
    top: 5px;
	width: 25px;
	height: 25px;
    padding: 0rem 0rem;
    border: 0;
    /*background: none;
    font-weight: 700;*/
	text-indent: -100000px;
	background: url("../../files/_standards/close-x-popup.png") no-repeat;
	background-position: center;
	background-size: cover;
    cursor: pointer;
}
	.closeX img{
		width: 25px;
	}

	
	/*#nl-popup-body*/ .nl-form-body .vorname, /*#nl-popup-body*/ .nl-form-body .nachname {
		width: 96% !important;
	}	
	
/*#nl-popup-body*/ .nl-form-body .vorname {
	float: none;
	padding: 0 0% 0 4% !important;
	margin-bottom: 10px;
}

/*#nl-popup-body*/ .nl-form-body .nachname {
	padding: 0 0% 0 4% !important;
	
}	
	
.euf_overlay__content, .cnt223{
	min-width: 80%;
	width: 80%;
	padding: 15px 15px;
	text-align: left !important;
}
	
	.euf_overlay__content {
		top: 5.25%;
		height: 560px;
		overflow: auto;
		margin-bottom: 60px;
		margin: 0px auto 100px;
	}
	
	.euf_overlay__content h2 {
		font-size: 1.25em !important;
		margin-bottom: 15px;
	}	
	
	
.euf_overlay__content h3 {
		font-size: 1em !important;
		margin-bottom: 15px;
	}		
/*.euf_overlay__content {
	position: absolute !important;
	top: 40%;
}*/

	#fa_7, #fa_8 {
		width: 100% !important
	}	
}

@media only screen and (max-width:920px){
	.euf_overlay__content {
		top: 340px;
	}
}
/* mcdr-2022-popup.css - ENDE */
@charset "utf-8";
/* mcdr-2022-newsletter-dailypoint.css - START */

#footer .nl-form-body *	{
  color: #fff;
  font-family: din-2014, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
 /* line-height: 1.1em;*/
  list-style-type: disc;
  list-style-position: outside;
  margin: 0;
  padding: 0;
  vertical-align: top;
  background:  none !important;
}
#footer .nl-form-body h1 {
  color: #ffffff !important;
  font-size: 1.6em;
  height: auto;
  padding: 0;
}
	
#footer .nl-form-body h2 {
  color: #ffffff;
  font-size: 1.5em;
  height: auto;
  padding: 0;
}	
	
#footer .nl-form-body ul {
  padding: 8px 24px;
}
#footer .nl-form-body {
  background-color: #8A2337 !important;
  border: solid 0 #999;
  box-sizing: border-box;
  margin: 10px auto;
  padding: 8px 0;
  width: 100% !important;
}
#footer .nl-form-body .element {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  padding: 8px 4%;
  width: 100%;
}
#footer .nl-form-body .element * {
  vertical-align: baseline;
}
#footer .nl-form-body .element .validation {
  color: #ff0000;
  display: none;
  font-weight: bold;
	padding: 5px;
	background: #fff;
	max-width: calc(80% - 10px);
	margin-bottom: 15px;
}
#footer .nl-form-body .element.invalid .validation {
  display: block !important;
}
#footer .nl-form-body .element .first {
  float: left;
  width: 100%;
}
#footer .nl-form-body .element .second {
  padding-left: 0;
}
#footer .nl-form-body .first label {
  color: #ffffff;
  display: block;
  font-size: 1.1em;
  font-weight: bold;
  margin: 0 0 0.1em;
  padding: 0 0 2px 0;
}
#footer .nl-form-body .element.mandatory .first label::after {
  content: "*";
}
#footer .nl-form-body p.descr {
  color: #929292;
  font-size: 0.9em;
  line-height: 1.1em;
  margin: 0 0 0.1em;
  padding: 0 0 2px 0;
}
#footer .nl-form-body .element sub {
  vertical-align: sub;
}
#footer .nl-form-body .element sup {
  vertical-align: super;
}
#footer .nl-form-body .first p.descr {
  display: none !important;
}
#footer .nl-form-body .second label {
  color: #ffffff;
}
#footer .nl-form-body button, 
	#footer .nl-form-body input[type=text], 
	#footer .nl-form-body select, 
	#footer .nl-form-body textarea {
  border: solid 0px #ccc;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 0 0.2em;
  padding: 15px;
  ;
  line-height: initial;
  height: 60px;
  outline: none !important;
  background: #ffffff !important;
}

#footer .nl-form-body button {
  color: #2b2b2b !important;
  padding: 0.3em 0;
	cursor: pointer;
	width: 100%;
	transition-duration: 0.3s;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-property: color, background, all;

  /*background-color: #006eb6;
  background: linear-gradient(#008db6, #006eb6);
  border: solid 1px #36c;
  text-align: center;*/
}
/*#footer .nl-form-body button {
	background: url("../../files/_standards/arrow-yellow-bg.png") no-repeat;
	background-color: #ffffff;
	width: 80px;
	height: 60px;
	border: 0;
  background-image: background: -webkit-linear-gradient(#ffffff, #ffffff);
  background-image: background: -o-linear-gradient(#ffffff, #ffffff);
  background-image: background: linear-gradient(#ffffff, #ffffff);
	}*/

#footer .nl-form-body button:hover {
	background: #ffba00 !important;
	color: #ffffff !important;
	
	}

#footer .nl-form-body .element.invalid input[type=text], #footer .nl-form-body .element.invalid select, #footer .nl-form-body .element.invalid textarea {
  border: solid 0px #ff0000;
}



#footer .nl-form-body .second div select, #footer .nl-form-body select option {
	color: #2b2b2b !important;
	background: #ffffff !important;
}


#footer .nl-form-body div select:required:invalid {
	color: #2b2b2b !important;
}

#footer .nl-form-body::placeholder {
	color: #2b2b2b;
	/*color: #b1b1b1;*/
}
#footer .nl-form-body:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #2b2b2b;
}

#footer .nl-form-body::-ms-input-placeholder { /* Microsoft Edge */
  color: #2b2b2b;
}


#footer .nl-form-body input[type=checkbox], #footer .nl-form-body input[type=radio] {
  border: solid 1px #ccc;
  box-sizing: border-box;
  display: inline-block;
  margin: 2px 4px 0.2em;
}

	
.formassi_element_paragraph, .formassi_element_paragraph * {
  color: #ffffff;
}
#fa_0 {
  width: 100%;
}
#fa_1 {
  width: 100%;
}
#fa_2 {
  width: 100%;
}
#fa_3 {
  width: 100%;
}
#fa_4 {
  width: 100%;
}
#fa_5 {
  width: 100%;
}
#fa_6 {
  width: 100%;
}
#fa_7 {
  width: 100%;
}
#fa_8 {
  width: 100%;
}
#fa_9 {
  width: 100%;
}
#fa_10 {
  width: 100%;
}
input.datetime, input.date, input.time {
  background-position: right center;
  background-repeat: no-repeat;
  cursor: pointer;
}
span.calendar{
    float: right;
    margin-right: 17px;
    margin-top: -26px;
    position: relative;
    z-index: 2;
    color: #767b81;

}
.calendar::after{
    content: "073";
    font-family: 'FontAwesome regular' !important;
    font-size: 15px;
}

.datetimepicker {
	-webkit-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-ms-user-select: none;
	z-index: 9999;
	padding: 0px;
	margin: 0px;
	width: 228px;
	font-size: 11px;
	font-family: Tahoma;

	border: 1px solid #b0bac4;
	position: absolute;
	display: none;
}

/****** NAVIGATION ******/
div.dtpnav {
	width: 100%;
	height: 25px;
}

.dtpnavarrowleft {
	cursor: pointer;
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	width: 24px;
	height: 25px;
}
.dtpnavarrowleftimg {
	margin-left: 8px;
	margin-top:6px
}

div.dtpnavmonthyearsel {
	float: left;
	font-weight: bold;
	min-width: 180px;
	text-align: center;
}


.dtpnavarrowright {
	cursor: pointer;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	width: 24px;
	height: 25px;
}

.dtpnavarrowrightimg {
	margin-left: 8px;
	margin-top:6px
}



/****** MONTH-SELECTION ******/
.dtpmonthsel {
	cursor: pointer;
	display: inline-block;
	margin-right: 2px;
}

.dtpmonthshow {
	float:left;
	line-height: 24px;
	color: #FFF;
}

.dtpmonthshowimg {
	width: 13px;
	height: 26px;
	float: left;
	background-repeat: no-repeat;
	background-position: 4px 10px;
}

.dtpyearsel {
	cursor: pointer;
	display: inline-block;
	margin-left: 2px;
}

div.dtpyearselbox {
	height: 184px;
	overflow: hidden;
	width: 228px;
	background-color: #fff;
	border: 1px solid #b0bac4;
	font-family: Tahoma;
	font-size: 10px;
	display: none;
	position: absolute;
	left: -1px;
	top: 24px;
}

div.dtpyearselboxleft {
	height: 182px;
	width: 34px;
	margin: 1px;
	float: left;
	cursor: pointer;
}


div.dtpyearselboxright {
	height: 182px;
	width: 33px;
	margin: 1px;
	float: left;
	cursor: pointer;
}

.dtpyearshow {
	float: left;
	line-height: 24px;
	color: #FFF;
}

.dtpyearshowarrowimg {
	width: 13px;
	height: 26px;
	float: left;
	background-repeat: no-repeat;
	background-position: 4px 10px;
}

/***** YEAR-BOX ******/
.dtpyearbox {
	height: 182px;
	width: 156px;
	background-color: #fff;
	float:left;
}

.dtpyearboxselul {
	margin-left: 0px;
	list-style-type: none;
	padding-left: 0px;
	border-bottom: 1px solid #fff;
	margin-bottom: 0px;
	background-color: #fff;
}

.dtpyearboxselli {
	float: left;
	margin-bottom:1px;
	text-align: center;
}

/********** CAL ************/
.dtpcalendar {
	width: 100%;
	background-color: #fcfdff;
	border-top: 1px solid #b0bac4;
}

.dtpcalrow {
	margin-left: 0px;
	list-style-type: none;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.calField {
	float:left;
	text-align: center;
	cursor: pointer !important;
}

.disabledCalField {
	float:left;
	text-align: center;
	background-color: #757575 !important;
cursor: default;
}

.notThisMonthField {
	background-color: #fff !important;
	margin-bottom: 1px !important;
}

/******* TIME *********/
.dtptimearea {
	width: 100%;
	height: 25px;
	color: #34404b;
	font-weight: bold;
	text-align: center;
}

.dtptimeclock {
	vertical-align: top;
	margin-right: 10px;
	margin-top: 4px;
	cursor: pointer;
	display: inline-block;
	width: 16px;
	height: 16px;
}

.dtphoursel {
	margin-right: 2px;
	display: inline-block;
	cursor: pointer;
}

.dtphoursel1 {
	width: 9px;
	height: 6px;
	margin-right: 2px;
	margin-top: 9px;
	float: left;
}

.dtphoursel2 {
	float: right;
	line-height: 24px;
}

.dtphourselectbox {
	font-weight: normal;
	top: 24px;
	height: 184px;
	width: 228px;
	background-color: #fff;
	border: 1px solid #b0bac4;
	font-family: Tahoma;
	font-size: 10px;
	display: none;
	position: absolute;
	left: -1px;
}

.dtphourul {
	margin-left: 0px;
	list-style-type: none;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 1px;
}

.dtphouril {
	float: left;
	width: 56px;
	margin-bottom: 1px;
	text-align: center;
	cursor: pointer;
	margin-left: 1px;
}

.dtpdblp {
	line-height: 24px;
	display: inline-block;
	vertical-align: top;
}

.dtpminutesel {
	margin-right: 2px;
	display: inline-block;
	cursor: pointer;
}

.dtpminutesel1 {
	float: left;
	line-height: 24px;
	margin-left:2px;
}

.dtpminutesel2 {
	width: 9px;
	height: 6px;
	margin-left: 3px;
	margin-top: 9px;
	float: right;
}

.dtpminuteselectbox {
	font-weight: normal;
	top: 24px;
	left: -1px;
	height: 184px;
	width: 228px;
	background-color: #fff;
	border: 1px solid #b0bac4;
	font-family: Tahoma;
	font-size: 10px;
	display: none;
	position: absolute;
}

.dtpminuteul {
	margin-left: 0px;
	list-style-type: none;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 1px;
}

.dtpminuteil {
	float: left;
	text-align: center;
	margin-bottom: 1px;
	cursor: pointer;
	margin-left: 1px;
}

.dtptimeselarea {
	font-weight: normal;
	left: -1px;
	top: 24px;
	height: 184px;
	width: 228px;
	background-color: #fff;
	border: 1px solid #b0bac4;
	font-family: Tahoma;
	font-size: 10px;
	display: none;
	position: absolute;
}

.dtptimeselarealeft {
	height: 100%;
	width: 100px;
	float:left;
}
.dtptimeselarealeftarrowup {
	width: 100%;
	background-repeat: no-repeat;
	height: 50px;
	cursor: pointer;
}
.dtptimeselarealeftnumber {
	width: 100%;
	height: 84px;
	vertical-align: middle;
	text-align: center;
	line-height: 84px;
	font-size: 36pt;
}

.dtptimeselarealeftarrowdown {
	width: 100%;
	background-repeat: no-repeat;
	height: 50px;
	cursor: pointer;
}

.dtptimeselareamiddle {
	vertical-align: middle;
	text-align: center;
	line-height: 170px;
	font-size: 42pt;
	width: 28px;
	float:left;
}

.dtptimeselarearight {
	height: 100%;
	width: 100px;
	float:left;
}
.dtptimeselarearightarrowup {
	width: 100%;
	background-repeat: no-repeat;
	height: 50px;
	cursor: pointer;
}
.dtptimeselarearightnumber {
	width: 100%;
	height: 84px;
	vertical-align: middle;
	text-align: center;
	line-height: 84px;
	font-size: 36pt;
}
.dtptimeselarearightarrowdown {
	width: 100%;
	background-repeat: no-repeat;
	height: 50px;
	cursor: pointer;
}

/***** MONTH SELECTION BOX *****/
div.dtpmonthbox {
	height: 184px;
	width: 228px;
	background-color: #FFF;
	border: 1px solid #b0bac4;
	font-family: Tahoma;
	font-size: 10px;
	color: #fff;
	display: none;
	position: absolute;
	left: -1px;
	top: 24px;
}

ul.dtpmonthrow {
 	margin-left: 0px;
 	float:left;
 	list-style-type: none;
 	width:100%;
 	padding-left: 0px;
 	margin-top: 0px;
 	margin-bottom: 1px;
}

il.dtpmonthcell {
	float: left;
	text-align: center;
	line-height: 45px;
	border-left: 1px solid #fff;
	cursor: pointer;
}


/***** BUTTONS *****/
.dtpbuttons {
	width: 100%;
	height: 25px;
	border-top: 1px solid #b0bac4;
	text-align: center;
}

.dtpbuttonsul {
	margin-left: 0px;
	list-style-type: none;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 25px;
	background-color: #FFF;
}

.dtpbuttonsborder {
	line-height: 25px;
	margin-right: 1px;
	background-color: rgb(48, 52, 58);
	text-align: center;
	float: left;
	color:#FFF;
	cursor: pointer;
}

.dtpbuttonsnoborder {
	line-height: 25px;
	text-align: center;
	background-color: rgb(48, 52, 58);
	float: left;
	color:#FFF;
	cursor: pointer;
	width: 75px;
}

/***** IE-FIX *****/
.iefix {
	min-width: 180px;
	float: left;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

.rightiefix {
	position: absolute;
	right: 0;
	top: 0;
}

.leftiefix {
	position: absolute;
	left: 0;
	top: 0;
}
.color3{
    background-color:-mw-settings-colors-system-link_hover-!important;
}

@media only screen and (max-width:640px){

#fa_7, #fa_8 {
		width: 100% !important
	}	
	
}

/* mcdr-2022-newsletter-dailypoint.css - ENDE */
@charset "utf-8";
/* greensign-widget.css - Start */

/*@media only screen and (min-width:1921px) {
	}*/
.gs-widget-container {
	/*width: 12vh !important;
	height: 12vh !important;*/
	width: 80px !important;
	height: 80px !important;
}

.gs-logo-container {
	/*height: 12vh !important;
	height: 80px !important;*/
}


.gs-widget-container img {
/*    width: 9vh !important;
    height: 9vh !important;*/
}

.gs-widget-container.is-open {
	width:  auto !important;
	height: auto !important;
}
/* greensign-widget.css - Ende */




/* mcdr-2024-cookieconsent.css - START */


@media (min-width: 768px) {
	.contao-cookiebar .cc-inner {
    	max-width: 450px !important;
}
}

.contao-cookiebar {
   font-family: din-2014,sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #2B2B2B;
	/*background: rgba(0,0,0,.5);*/
}

.contao-cookiebar .cc-head p {
	margin: 0 0 15px 0 !important;
}

.contao-cookiebar p {
    font-family: din-2014,sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #2B2B2B;
   font-size: 13px;
}

.contao-cookiebar .cc-inner a {
	color: #8c3449;
	text-decoration: none;
}

.contao-cookiebar .cc-inner a:hover {
	text-decoration: underline;
}

.contao-cookiebar .cc-inner {
  padding: 20px;
  border-radius: 0px !important;
  -webkit-box-shadow: 0px 4px 23px -7px rgba(0, 0, 0, 0.48) !important;
  box-shadow: 0px 4px 23px -7px rgba(0, 0, 0, 0.48) !important;	
  /*-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);*/
  background: #fff;
}
.contao-cookiebar .cc-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
  position: relative;
  border: 0px solid #d0d0d0;
  border-radius: 0px;
  margin-bottom: 10px;
}
.contao-cookiebar .cc-group > label {
  flex-grow: 1;
  margin: 5px 0 5px 10px;
}

.contao-cookiebar .cc-btn {
	border-radius: 0 !important;
	background: #fff !important;
	width: 100% !important;
	margin: 10px 0 0px 0 !important;
}

.contao-cookiebar .cc-btn:hover {
	background: rgba(0,0,0,0);
}
.contao-cookiebar .cc-group .cc-detail-btn {
	font-family: din-2014,sans-serif;
  border: 0 none;
  outline: 0 none;
  background: transparent;
  font-size: 13px;
  letter-spacing: 0;
  text-transform: initial;
  cursor: pointer;
  color: #a2a2a2;
  padding: 8px 10px;
  line-height: 1.2rem;
}
.contao-cookiebar .cc-group .cc-detail-btn span:nth-child(2) {
  display: none;
}
.contao-cookiebar .cc-group .cc-detail-btn.cc-active span:nth-child(1) {
  display: none;
}
.contao-cookiebar .cc-group .cc-detail-btn.cc-active span:nth-child(2) {
  display: inline;
}
.contao-cookiebar .cc-group .cc-detail-btn:hover {
  color: #717171;
}
.contao-cookiebar .cc-group .cc-detail-btn-details {
  display: inline-block;
  border: 0 none;
  outline: 0 none;
  background: transparent;
  font-size: 13px;
  letter-spacing: 0;
  text-transform: initial;
  cursor: pointer;
  color: #a2a2a2;
  text-decoration: underline;
  padding: 0;
  margin: 0 0 10px;
}
.contao-cookiebar .cc-group .cc-detail-btn-details span:nth-child(2) {
  display: none;
}
.contao-cookiebar .cc-group .cc-detail-btn-details.cc-active span:nth-child(1) {
  display: none;
}
.contao-cookiebar .cc-group .cc-detail-btn-details.cc-active span:nth-child(2) {
  display: inline;
}
.contao-cookiebar .cc-group .cc-detail-btn-details:hover {
  color: #717171;
}
.contao-cookiebar .cc-cookies {
  display: none;
  width: 100%;
  background: #fbfbfb;
  border-radius: 0 0 5px 5px;
}
.contao-cookiebar .cc-cookies > p {
  font-size: 0.875rem;
}
.contao-cookiebar .cc-cookies > p, .contao-cookiebar .cc-cookies > .cc-cookie {
  margin: 0;
  padding: 15px;
  border-top: 1px solid #e6e6e6;
}
.contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-info {
  font-size: 0.875rem;
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #efefef;
}
.contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-info > div > span {
  font-weight: 600;
}
.contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-info > div + div {
  margin-top: 5px;
  word-wrap: break-word;
}
.contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-info + button.cc-detail-btn-details {
  margin-top: 15px;
}
.contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-desc > p {
  margin-bottom: 0;
}
.contao-cookiebar .cc-cookies .cc-cookie label.cookie + p, .contao-cookiebar .cc-cookies .cc-cookie label.cookie + .cc-cookie-info, .contao-cookiebar .cc-cookies .cc-cookie label.cookie + button.cc-detail-btn-details {
  margin-top: 10px;
}
.contao-cookiebar .cc-cookies .cc-cookie p {
  margin: 0 0 15px;
  font-size: 0.875rem;
}
.contao-cookiebar .cc-footer, .contao-cookiebar .cc-info {
  text-align: center;
}
.contao-cookiebar .cc-info {
  margin-top: 10px;
}
.contao-cookiebar .cc-info > p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-align: left;
}
.contao-cookiebar .cc-info > a {
  display: inline-block;
  font-size: 0.813rem;
  color: #a2a2a2;
  text-decoration: none;
}
.contao-cookiebar .cc-info > a:hover {
  color: #717171;
}
.contao-cookiebar .cc-info > a + a:before {
  display: inline-block;
  content: '·';
  margin-right: 5px;
}


.contao-cookiebar .highlight .cc-btn.success {
	background: #FFBA00 !important;
	border-color: #FFBA00 !important;
	/*background: #69b477;
    border-color: #69b477;*/
    color: #fff;
	transition: all .4s;
}
    .contao-cookiebar .highlight .cc-btn.success:hover,
	button .cc-btn.success:hover{
      background: #8A2337 !important;
	/*	background: #128a65; */
}


/* mcdr-2024-cookieconsent.css - ENDE */

/* mcdr-2025-buchungsformular.css - START */

/* Buchnungsgformular Likemagic 2025 - START */

@media only screen and (min-width:1921px) {
	.buchungsleisteWrap2025 {
		top: 845px;
		max-width: 1920px;
    	margin: 0 auto 25px !important;	
}
	
.buchungsleisteWrap2025.subpage {
	top: 64vh;
	max-width: 1920px;
    margin: 0 auto;
}
	
}

.onlyMobile {
		display: none;
	}

.buchungsleisteWrap2025 {
  width: 80%;
  /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
  height: 80px;
  /*position: fixed;*/
  position: relative;
  /*top: 75vh;*/
  top: 69vh;
  /*top: calc(80vh - 100px);*/
  overflow: visible;
  padding: 0 10%;
  display: flow-root;
  z-index: 3;
  transition: transform .4s, background .4s;
}

.buchungsleisteWrap2025.subpage {
	top: 64vh;
}

.buchungsleisteWrap2025 input, .buchungsleisteWrap2025 select {
  font-size: 16px !important;
}
.buchungsleisteWrap2025-scrolled, .buchungsleisteWrap2025-scrolled.subpage  {
  position: fixed;
  background: #fff;
  top: 60px;
  left: 0%;
  border-top: 1px solid #b3b3b3;
  /* left: 7.5%; */
  padding: 0 10%;
  width: 80%;
  box-shadow: 0 12px 12px 0px rgba(0, 0, 0, .4);
}
.buchungsleisteWrap2025-scrolled .standortAuswahl, .buchungsleisteWrap2025-scrolled .reiseDaten, .buchungsleisteWrap2025-scrolled .anzahlGaeste, .buchungsleisteWrap2025-scrolled .promoCode, .buchungsleisteWrap2025-scrolled .jetztBuchen input {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
::placeholder {
  font-family: 'DIN 2014', sans-serif;
  /*color: rgba(43,43,43,0.75);*/
  color: #2b2b2b;
  font-weight: normal;
  /*color: #979797;*/
}
.standortAuswahl {
  height: 60px;
}
/* Styling des Dropdown-Containers */
.custom-select {
  position: relative;
  width: 100%;
  border: 0px solid #979797;
  border-radius: 0; /* Eckige Ecken */
  font-size: 16px;
  cursor: pointer;
  font-family: 'DIN 2014', sans-serif;
  float: left;
  top: 10px;
}
/* Styling fuer die aktuelle Auswahl */
.selectedStandort {
  padding: 10px 0px 10px 20px;
  background-color: white;
  background: url("../../files/_standards/down-pfeil.svg") no-repeat 90% center;
  background-size: 16px;
}
/* Styling der Dropdown-Optionen */
.options {
  position: absolute;
  top: 100%;
  left: -1px;
  right: 0;
  border: 0px solid #fff;
  /*border-top: none;*/
  background-color: #fff;
  display: none;
  z-index: 1000;
  margin: 30px 0;
}
.options div {
  padding: 15px 10px 15px 15px;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  /*border-top: 1px solid #fff;*/ /* 1px-Rand zwischen Optionen */
  border-top: 0px solid #606060;
  color: #2b2b2b;
  /*color: #fff;
  background-color: #FFBA00;*/
  transition: all 0.2s ease;
}
.options div:first-child {
  border-top: none;
  /*border-top: 10px solid rgba(0,0,0,0);*/
}
/* Hover-Effekt für Optionen */
.options div:hover {
  background-color: #FFBA00;
  color: #fff;
  /*background-color: #8A2337;*/
}
/* Dropdown sichtbar machen */
.options.show {
  display: block;
  -webkit-box-shadow: 0px 4px 23px -7px rgba(0, 0, 0, 0.48);
  box-shadow: 0px 4px 23px -7px rgba(0, 0, 0, 0.48);
}
.standortAuswahl, .reiseDaten, .anzahlGaeste, .promoCode {
  padding: 10px 0;
}
.standortAuswahl, .reiseDaten, .anzahlGaeste, .promoCode /*, .jetztBuchen*/ {
  /*width: 19%;*/
	width: 23%;
  margin: 0 .5%;
  /*	max-height: 60px;*/
  background: #fff;
  color: #2B2B2B;
  float: left;
  -webkit-box-shadow: 0px 4px 23px -7px rgba(0, 0, 0, 0.48);
  box-shadow: 0px 4px 23px -7px rgba(0, 0, 0, 0.48);
}
.standortAuswahl, .reiseDaten, .anzahlGaeste, .promoCode {
  height: 60px;
}
.standortAuswahl select {
  position: relative;
  left: 5%;
  width: 90%;
  border-radius: 0;
}
.standortAuswahl select option {
  border-radius: 0;
}
.reiseDaten input, .anzahlGaeste input /*,
.anzahlGaeste input #selection*/ {
  text-align: center;
  width: 90%;
  top: 10px;
  position: relative;
  background: none;
  /*position: relative;
	left: 5%;*/
}
/*.anzahlGaeste input {
	width: calc(80% - 80px);
	float: left;
	text-align: center;
	border: 0;
	box-shadow:0 0 0 0 rgba(0,0,0,0);

}*/
/* #selection {
            width: 100%;
            height: 80px;
            font-size: 16px;
            padding: 10px;
            margin-bottom: 20px;
            box-sizing: border-box;
}*/
/* START MODAL */
/*@media only screen and (min-width:1921px) {
	
	
}
*/
.modal {
  display: none;
  position: absolute;
  min-height: 230px;
  /*overflow: hidden;
  position: fixed;
  top: 50%;
  top: calc(77vh - 170px);
  left: 50%;
  transform: translate(-50%, -50%);*/
  width: 300px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 23px -7px rgba(0, 0, 0, 0.48);
  box-shadow: 0px 4px 23px -7px rgba(0, 0, 0, 0.48);
  padding: 20px;
  border-radius: 0px;
  z-index: 1000;
}
.modal.active {
  display: block;
  top: 97px;
  z-index: 1000;
}
.overlay, #overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  z-index: 999;
}
.overlay.active, #overlay.active {
  display: block;
}
.modal p {
  margin-top: 15px;
  font-size: 12px;
  line-height: 14px;
}
.modal input {
  width: 80%;
  margin-bottom: 10px;
}
.modal label {
  font-size: 14px;
}
.modal button {
  margin-top: 10px;
  padding: 8px;
  background-color: #FFBA00;
  color: #fff;
  border: none;
  cursor: pointer;
  transition: all .4s;
}
.modal button:hover, .modal button.close-button:hover {
  background-color: #8A2337;
}
.modal .active #ageFieldsContainer {
  display: block;
}
.modal-header {
  /*display: flex;
  justify-content: space-between;
  align-items: center;*/
  text-align: left;
  position: relative;
  top: 0;
  left: 0;
  margin: 0 0 20px;
  height: 20px;
  width: 90%;
}
.modal-header h3 {
  margin: 0;
  font-size: 18px;
  display: inline-block;
}
.modal button.close-button {
  position: relative;
  left: 70px;
  top: 0;
  margin: 0px 0;
  width: 30px;
  height: 30px;
  padding: 0;
  background-color: #FFBA00;
  color: #fff;
  border: none;
  cursor: pointer;
  text-align: center;
  transition: all .4s;
  font-size: 25px;
  display: inline-block;
  line-height: 0;
}
.modal input {
  width: 90%;
  margin-bottom: 10px;
}
.modal label {
  font-size: 14px;
}
.auswahlErwachsene {
  width: 45%;
  margin: 0 1% 0 0;
  float: left;
  /*border: 1px solid #979797;
  border-radius: 8px;*/
  padding: 1%;
  text-align: center;
}
.auswahlKinder {
  width: 45%;
  margin: 0 0% 0 1%;
  float: right;
  /*border: 1px solid #979797;
  border-radius: 8px;*/
  padding: 1%;
  text-align: center;
}
.auswahlErwachsene input, .auswahlKinder input {
  width: 70%;
  left: 0%;
  position: relative;
  /* background: #979797; */
  border-radius: 0px;
  border: 1px solid #979797;
  text-align: center;
}
.auswahlErwachsene p, .auswahlKinder p {
  font-size: 14px;
  line-height: 18px;
  margin-top: 0;
  color: #979797;
}
.auswahlKinder p {
  margin-top: 10px;
}
.auswahlErwachsene, .auswahlKinder {
  position: relative;
  z-index: 1;
}
.counterGuests {
  position: relative;
  top: -2px;
}
#sliderContainer {
  position: relative;
  top: 15px;
}
.promoCode input {
  text-align: center;
  width: 90%;
  /* margin-top: 6%; */
  position: relative;
  top: 10px;
  background: none;
}
.speichernAbbrechen {
  clear: both;
  /*display: flex; */
  justify-content: space-between;
}
.speichernAbbrechen p {
  color: #979797;
}
.speichernAbbrechen button {
  width: 100%;
}
.speichernAbbrechen .cancel-button {
  width: 50%;
  position: relative;
  left: 25%;
  margin: 15px auto 0;
}
/* ENDE MODAL */
/*.promoCode {
	padding: 21px 0;
}*/
.jetztBuchen input {
  cursor: pointer;
  background: #FFBA00;
  border: 0;
  height: 80px;
  width: 23%;
  margin: 0 .5%;
  /*max-height: 60px;
  background: #fff;*/
  color: #fff;
  float: left;
  transition: all .4s;
	  font-family: 'DIN 2014', sans-serif;
	text-transform: uppercase;
  -webkit-box-shadow: 0px 4px 23px -7px rgba(0, 0, 0, 0.48);
  box-shadow: 0px 4px 23px -7px rgba(0, 0, 0, 0.48);
}
.jetztBuchen input:hover {
  background: #8A2337;
}
#counter-container {
  position: relative;
  width: 70%;
  left: 7%;
  margin: 0 auto;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
form {
  font-family: 'Din 2014', sans-serif;
  max-width: 100%;
  margin: auto;
}
label {
  display: block;
  text-align: center;
  margin-bottom: 8px;
  font-weight: normal;
}
input, select, button {
  width: 100%;
  padding: 10px;
  border-radius: 0px;
  font-size: 16px;
  border: 0;
  outline: none;
}
.modal button.plus, input.gaeste {
  /*float: left;*/
  margin-left: 15px;
}
.modal button.minus {
  /*float: right;*/
  margin-right: 15px;
}
.modal button.minus p {
  color: #FFBA00;
  font-size: 28px;
  margin: 0 0 0 0;
  position: relative;
  top: -1px;
}
.modal button.plus p {
  color: #FFBA00;
  font-size: 28px;
  margin: 0;
}
.modal button.plus, .modal button.minus {
  background: #fff;
  width: 40px;
  height: 40px;
  border: 1px solid #FFBA00;
  color: #FFBA00;
  font-size: 24px;
  padding: 0;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
  transition: all .2s;
}
.modal button.plus:hover, .modal button.minus:hover {
  color: #fff;
  background-color: #FFBA00;
}
.modal button.plus p:hover, .modal button.minus p:hover {
  color: #fff;
}
button:hover {
  background-color: #FFBA00;
}
.popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  border: 1px solid #979797;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
/* Kalender Start */
.flatpickr-calendar {
  font-family: 'Din 2014', sans-serif;
  /*background: #FFBA00 !important;
  color: #fff !important;*/
  background: #fff !important;
  color: #2b2b2b !important;
  border: 0 !important;
  border-color: #FFBA00 !important;
  border-radius: 0 !important;
  -webkit-box-shadow: 0px 4px 23px -7px rgba(0, 0, 0, 0.48) !important;
  box-shadow: 0px 4px 23px -7px rgba(0, 0, 0, 0.48) !important;
  /*-webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0) !important;
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0) !important;*/
  /*top: calc(75vh - 290px) !important;*/
  height: auto;
  min-height: 305px !important;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
	font-weight: 500 !important;
}

span.flatpickr-weekday {
  font-size: 100% !important;
  font-weight: normal !important;
}
.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month, .flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover, .flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.notAllowed.nextMonthDay, .flatpickr-day, .flatpickr-weekday, .flatpickr-months .flatpickr-month {
  /*fill: #fff !important;
  color: #fff !important;*/
  fill: #2b2b2b !important;
  color: #2b2b2b !important;
}
.flatpickr-months .flatpickr-prev-month:hover, .flatpickr-months .flatpickr-next-month:hover {
  fill: #FFBA00;
  /*fill: #8A2337;*/
}
.flatpickr-current-month span.cur-month, .flatpickr-current-month input.cur-year {
  font-weight: 500 !important;
  /*text-transform: uppercase;
  letter-spacing: .05em;*/
}
.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0) !important;
}
.flatpickr-day.today {
    fill: #2b2b2b !important;
    color: #2b2b2b !important;
	border: 1px solid #FFBA00 !important;

  /*border: 1px solid #FFBA00 !important;
  background: #fff;
  color: #FFBA00 !important;
  border: 0px !important;
  background: #fff;
  color: #8A2337 !important;*/
}
.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  /*background: #fff !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #8A2337 !important;
  border-color: #8A2337 !important;
  border: 0 !important;*/
  background: #FFBA00 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff !important;
  border-color: #FFBA00 !important;
  border: 0 !important;
}
.flatpickr-day.inRange {
  /*  background: #fff !important;
  border-radius: 0;
  border-color: #8A2337 !important;
  border: 0 !important;
  color: #8A2337 !important;
  -webkit-box-shadow: -5px 0 0 #fff, 5px 0 0 #fff !important;*/
  background: #FFBA00 !important;
  border-radius: 0;
  border-color: #FFBA00 !important;
  border: 0 !important;
  color: #fff !important;
  -webkit-box-shadow: -5px 0 0 #FFBA00, 5px 0 0 #FFBA00 !important;
  box-shadow: -5px 0 0 #FFBA00, 5px 0 0 #FFBA00 !important;
  ;
}
.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
  /* background: #fff !important;
  border-color: #fff !important;
  color: #8A2337 !important;*/
  background: #FFBA00 !important;
  border-color: #FFBA00 !important;
  color: #fff !important;
}
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  /*-webkit-box-shadow: -10px 0 0 #fff !important;
    box-shadow: -10px 0 0 #fff !important;*/
  -webkit-box-shadow: -10px 0 0 #FFBA00 !important;
  box-shadow: -10px 0 0 #FFBA00 !important;
}
.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.5) !important;
  background: none !important;
  border: 0 !important;
}
.flatpickr-calendar.arrowBottom:before, .flatpickr-calendar.arrowBottom:after, .flatpickr-calendar.arrowTop:after, .flatpickr-calendar.arrowTop:before {
  display: none;
}
/* Kalender Ende */
/* SLIDER  Start */
input[type="range"] {
  margin: auto;
  -webkit-appearance: none;
  position: relative;
  overflow: hidden;
  height: 0px;
  width: 97%;
  ;
  cursor: pointer;
  border-radius: 0; /* iOS */
  margin-bottom: 30px;
}
::-webkit-slider-runnable-track {
  background: #ddd;
}
/*
 * 1. Set to 0 width and remove border for a slider without a thumb
 * 2. Shadow is negative the full width of the input and has a spread 
 *    of the width of the input.
 */ ::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 0px; /* 1 */
  height: 5px;
  border-radius: 50%;
  background: #fff;
  box-shadow: -200px 0 0 200px #FFBA00; /* 2 */
  border: 0px solid #999; /* 1 */
}
::-moz-range-track {
  height: 10px;
  background: #ddd;
}
s::-moz-range-thumb {
  background: #ddd;
  height: 5px;
  width: 0px; /* 1 */
  border: 1px solid #999; /* 1 */
  border-radius: 50% !important;
  box-shadow: -200px 0 0 200px #FFBA00;
  box-sizing: border-box;
}
::-ms-fill-lower {
  background: #FFBA00;
}
::-ms-thumb {
  background: #ddd;
  border: 2px solid #999; /* 1 */
  height: 20px;
  width: 20px; /* 1 */
  box-sizing: border-box;
}
::-ms-ticks-after {
  display: none;
}
::-ms-ticks-before {
  display: none;
}
::-ms-track {
  background: #ddd;
  color: transparent;
  height: 10px;
  border: none;
}
::-ms-tooltip {
  display: none;
}
/*Slider 2*/
/* SLIDER  ENDE */
@media only screen and (max-width : 1180px) {
  .buchungsleisteWrap2025 {
    width: 90%;
    padding: 0 5%;
  }
}
@media only screen and (max-width : 1023px) {
  .buchungsleisteWrap2025,
  .buchungsleisteWrap2025.subpage
  {
    width: 95%;
    padding: 0 2.5%;
	top: 55vh;
  }
  .selectedStandort {
    padding: 10px 0px 10px 10px;
    background: url(../../files/_standards/down-pfeil.svg) no-repeat center 30px;
    background-size: 14px;
  }
	
	.buchungsleisteWrap2025-scrolled,
	.buchungsleisteWrap2025-scrolled.subpage {
		top:60px;
	}
}
/* Smartphones (portrait and landscape)- START ----------- */
/*@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {*/


@media only screen and (min-device-width : 320px) and (max-device-width : 767px) {
  .buchungsleisteWrap2025,
  .buchungsleisteWrap2025-scrolled,
  .buchungsleisteWrap2025.subpage,
  .buchungsleisteWrap2025-scrolled.subpage {
    position: absolute;
    /*top: 120px;*/
	top: 40vh;
	width: calc(85% - 4px);
    left: 7.5%;
   /* max-height: 85vh;*/
    height: auto;
    padding: 0 0;
    -webkit-box-shadow: 0px 4px 23px -7px rgba(0, 0, 0, 0.0);
    box-shadow: 0px 4px 23px -7px rgba(0, 0, 0, 0.0);
    /*background-color: rgba(0, 0, 0, 0);*/
	  border: 2px solid #2b2b2b;
  }
  .selectedStandort {
    padding: 0px 0px 10px 20px;
    background: url("../../files/_icons/map-marker-grau.svg") no-repeat 90% center;
    background-color: #fff;
    background-size: 19px;
  }

	.standortAuswahl .options{
		top:11px !important;
		left: 1px !important;
		width: calc(100% - 1px) !important;
	}
	
  .standortAuswahl, .reiseDaten, .anzahlGaeste, .promoCode {
    width: 100%;
    float: none;
    clear: both;
    margin: 0%;
    background-color: #fff;
    color: #2B2B2B;
    border-bottom: 1px solid #2b2b2b;
    -webkit-box-shadow: 0px 4px 23px -7px rgba(0, 0, 0, 0);
    box-shadow: 0px 4px 23px -7px rgba(0, 0, 0, 0);
  }
	
.flatpickr-calendar.animate.open {
	 	top: calc(40vh + 124px) !important;
		width: 90% !important;
        left: 5% !important;
	    /*min-width: calc(85% - 4px);*/
	}	

	.flatpickr-innerContainer {
		display: block !important;
		margin: 0 auto !important;
	}	
	
.modal {
	top: 183px !important;
    left: -5% !important;
	width: 97% !important;
    /*width: calc(89% - 4px);*/
	}
	
  .standortAuswahl {
   /* border-top-left-radius: 6px;
    border-top-right-radius: 6px;
	  margin: 0!important;*/
  }	
	
	.jetztBuchen {
		border-top: 2px solid #2b2b2b;
	}
	
  .jetztBuchen input {
    cursor: pointer;
    background: #FFBA00;
    border: 0;
    height: 60px;
    width: 100%;
    margin: 0 0%;
    /*padding: 10px 0;
  max-height: 60px;
  background: #fff;*/
    color: #fff;
    float: none;
    transition: all .4s;
    -webkit-box-shadow: 0px 4px 23px -7px rgba(0, 0, 0, 0.0);
    box-shadow: 0px 4px 23px -7px rgba(0, 0, 0, 0.0);
	  text-transform: uppercase;
  }
  .standortAuswahl, .reiseDaten, .anzahlGaeste, .promoCode {
    height: 40px;
    background-color: #fff !important;

  }
  .reiseDaten input, .promoCode input, .anzahlGaeste input {
    top: 0;
    text-align: left;
    padding-left: 20px;
  }
  .reiseDaten {
    background: url("../../files/_icons/kalender-grau.svg") no-repeat 90% center;
    background-size: 24px;
  }
  .anzahlGaeste {
    background: url("../../files/_icons/gast-grau.svg") no-repeat 90% center;
    background-size: 19px;
  }
  .promoCode {
    background: url("../../files/_icons/sparschwein-grau.svg") no-repeat 90% center;
    background-size: 24px;
    border-bottom: 0px solid #ccc;
  }
  .jetztBuchen input {
	  text-transform: uppercase;
	  
    /*border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;*/
  }
  .modal button.close-button {
    /*left: 60px;*/
	left:27%;
  }
}

/*
.buchungsleisteWrap2025-scrolled {
  position: absolute;
  background: #fff;
  top: 60px;
  left: 0%;
  border-top: 1px solid #b3b3b3;
  padding: 0 10%;
  width: 80%;
  box-shadow: 0 12px 12px 0px rgba(0, 0, 0, .4);
}	*/


@media only screen and (max-width:767px) {	
	.onlyMobile {
		display: block;
	}
	
/* Sticky Buchen START */
	
.stickyInvisible {
	visibility: hidden;
}

.stickyBooking {
	position: fixed;
	display: inline-block;
	width: 100% !important;
	height: 46px;
	background: #FFBA00 !important;
	background-color: #fff;
	/*background-position: -10000px top*/;
	color: #1B1B1B;
	top: 60px;
	text-align: center !important;
	text-transform: uppercase;
	padding: 25px 0 5px 0 !important;
	left:0%;
	visibility: visible;
	box-shadow: 0 4px 8px 2px #dedede;
	z-index: 1000;
	transition: all .2s ease-in; 
   	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	
}


.stickyBooking a, .stickyBooking a:link, .stickyBooking a:active, .stickyBooking a:focus, .stickyBooking a:visited, .stickyBooking a:hover {
	text-decoration: none;
	color: #fff !important;
	font-size: 18px;
	font-weight: normal;
}
/* Sticky Buchen ENDE */	
/*  Buchen Button Header 2025 START */

.bookNowBtn {
	display: inline-block;
	position: absolute;
    right: 50px;
    top: 20px;
	
	
}
	
.bookNowBtn a{	
	color: #fff;
	background: #FFBA00;
	text-decoration: none;
	padding: 7px;
	font-size: 14px;
	}	
/*  Buchen Button Header 2025 START *

/* Smartphones (portrait and landscape)- ENDE ----------- */
/* Buchnungsgformular Likemagic 2025 - ENDE */
	}

.promoCode {
	display: none !important
}
/* mcdr-2025-buchungsformular.css - ENDE */
:root {
  --arrow-bg: rgba(255, 255, 255, 0.3);
  --arrow-icon: url(../../files/_standards/down-pfeil.svg);
  --option-bg: #fff;
  --select-bg: rgba(255, 255, 255, 0.2); 
  --select-border: #8C3449;
  --select-focus: #ffba00;
  --select-arrow: var(--select-border);
}


/* <select> styles */
span.hotelAuswahl select  {
  /* Reset */
  appearance: none;
  border: 0;
  outline: 0;
  font: inherit;
  /* Personalize */
  /*width: 20rem;
  padding: 1rem 4rem 1rem 1rem;*/
  background: var(--arrow-icon) no-repeat right 0.8em center/.75em;
  color: #2b2b2b;
  border-radius: 0em;
  cursor: pointer;
  /* Remove IE arrow */
  /* Remove focus outline */
  /* <option> colors */ }
  select #hotel::-ms-expand {
    display: none; }
  select #hotel:focus {
    outline: none; }
  select #hotel option {
    color: #2b2b2b;
    background-color: var(--option-bg); }

/* mcdr-2025-headerSlider-Arrows.css - START */



.sliderArrows .slider-control {
	height: 30px;
    position: absolute;
    top: 15vh;
    left: 5%;
    width: 90%;
	/*display: none;*/
}


	.headerSlider .sliderArrows.slider-prev, 
	.headerSlider .sliderArrows .slider-next, 
	.sliderArrows a.slider-prev, 
	.sliderArrows a.slider-next {
    display: block !important;
}

	.sliderArrows a.slider-prev, 
	.sliderArrows a.slider-next {
		text-indent: -10000px;
}

.sliderArrows a.slider-prev {
	width: 27px;
	height: 50px;
	background: url("../../files/_standards/sliderArrowPrev-01.svg") no-repeat center;
}

.sliderArrows a.slider-next:hover {
	width: 27px;
	height: 50px;
	background: url("../../files/_standards/sliderArrowNext-02.svg") no-repeat center;
}

.sliderArrows a.slider-prev:hover {
	width: 27px;
	height: 50px;
	background: url("../../files/_standards/sliderArrowPrev-02.svg") no-repeat center;
}

.sliderArrows a.slider-next {
	width: 27px;
	height: 50px;
	background: url("../../files/_standards/sliderArrowNext-01.svg") no-repeat center;
}



/* mcdr-2025-headerSlider-Arrows.css - ENDE */
