html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,audio,canvas,details,figcaption,figure,footer,header,hgroup,mark,menu,meter,nav,output,progress,section,summary,time,video{border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;margin:0;padding:0;}body{line-height:1;}article,aside,dialog,figure,footer,header,hgroup,nav,section,blockquote{display:block;}nav ul{list-style:none;}ol{list-style:decimal;}ul{list-style:disc;}ul ul{list-style:circle;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:none;}ins{text-decoration:underline;}del{text-decoration:line-through;}mark{background:none;}abbr[title],dfn[title]{border-bottom:1px dotted #000;cursor:help;}table{border-collapse:collapse;border-spacing:0;}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0;}input,select,a img{vertical-align:middle;}.noscrollbar::-webkit-scrollbar {display: none} .noscrollbar{ overflow: -moz-scrollbars-none;} [dia]{cursor: pointer} #toTop{display: none}.wrapper{position:relative}.nosvg{width: auto;height: auto;}@charset "UTF-8";

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */

.pika-single {
    z-index: 9999;
    display: block;
    position: relative;
    width: 240px;
    padding: 8px;
    color: #333;
    background: #fff;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.pika-single.is-hidden {
    display: none;
}

.pika-single.is-bound {
    position: absolute;
    /*box-shadow: 0 5px 15px -5px rgba(0,0,0,.5);*/
}

.pika-title {
    position: relative;
    text-align: center;
}

.pika-label {
    display: inline-block;
    *display: inline;
    position: relative;
    z-index: 9999;
    overflow: hidden;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    background-color: #fff;
}
.pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    filter: alpha(opacity=0);
    opacity: 0;
}

.pika-prev,
.pika-next {
    display: block;
    cursor: pointer;
    position: relative;
    outline: none;
    border: 0;
    padding: 0;
    width: 20px;
    height: 30px;
    /* hide text using text-indent trick, using width value (it's enough) */
    text-indent: 20px;
    white-space: nowrap;
    overflow: hidden;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    opacity: .5;
    *position: absolute;
    *top: 0;
}

.pika-prev:hover,
.pika-next:hover {
    opacity: 1;
}

.pika-prev,
.is-rtl .pika-next {
    float: left;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==');
    *left: 0;
}

.pika-next,
.is-rtl .pika-prev {
    float: right;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=');
    *right: 0;
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
    cursor: default;
    opacity: .2;
}

.pika-select {
    display: inline-block;
    *display: inline;
}

.pika-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
}

.pika-table th,
.pika-table td {
    width: 14.285714285714286%;
    padding: 0;
}

.pika-table th {
    color: #999;
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
    text-align: center;
}

.pika-button {
    cursor: pointer;
    display: block;
    outline: none;
    border: 0;
    margin: 0;
    width: 100%;
    padding: 5px;
    color: #666;
    font-size: 12px;
    line-height: 15px;
    text-align: right;
    background: #f5f5f5;
}

.is-today .pika-button {
    color: #33aaff;
    font-weight: bold;
}

.is-selected .pika-button {
    color: #fff;
    font-weight: bold;
    background: #33aaff;
    box-shadow: inset 0 1px 3px #178fe5;
    border-radius: 3px;
}

.is-disabled .pika-button {
    pointer-events: none;
    cursor: default;
    color: #999;
    opacity: .3;
}


#floatingCirclesG{
position:absolute;
display: none;
width:100px;
height:100px;
-moz-transform:scale(0.6);
-webkit-transform:scale(0.6);
-ms-transform:scale(0.6);
-o-transform:scale(0.6);
transform:scale(0.6);
}

.f_circleG{
position:absolute;
background-color:#FFFFFF;
height:18px;
width:18px;
-moz-border-radius:9px;
-moz-animation-name:f_fadeG;
-moz-animation-duration:1.12s;
-moz-animation-iteration-count:infinite;
-moz-animation-direction:linear;
-webkit-border-radius:9px;
-webkit-animation-name:f_fadeG;
-webkit-animation-duration:1.12s;
-webkit-animation-iteration-count:infinite;
-webkit-animation-direction:linear;
-ms-border-radius:9px;
-ms-animation-name:f_fadeG;
-ms-animation-duration:1.12s;
-ms-animation-iteration-count:infinite;
-ms-animation-direction:linear;
-o-border-radius:9px;
-o-animation-name:f_fadeG;
-o-animation-duration:1.12s;
-o-animation-iteration-count:infinite;
-o-animation-direction:linear;
border-radius:9px;
animation-name:f_fadeG;
animation-duration:1.12s;
animation-iteration-count:infinite;
animation-direction:linear;
}

#frotateG_01{
left:0;
top:41px;
-moz-animation-delay:0.42s;
-webkit-animation-delay:0.42s;
-ms-animation-delay:0.42s;
-o-animation-delay:0.42s;
animation-delay:0.42s;
}

#frotateG_02{
left:12px;
top:12px;
-moz-animation-delay:0.56s;
-webkit-animation-delay:0.56s;
-ms-animation-delay:0.56s;
-o-animation-delay:0.56s;
animation-delay:0.56s;
}

#frotateG_03{
left:41px;
top:0;
-moz-animation-delay:0.7s;
-webkit-animation-delay:0.7s;
-ms-animation-delay:0.7s;
-o-animation-delay:0.7s;
animation-delay:0.7s;
}

#frotateG_04{
right:12px;
top:12px;
-moz-animation-delay:0.84s;
-webkit-animation-delay:0.84s;
-ms-animation-delay:0.84s;
-o-animation-delay:0.84s;
animation-delay:0.84s;
}

#frotateG_05{
right:0;
top:41px;
-moz-animation-delay:0.98s;
-webkit-animation-delay:0.98s;
-ms-animation-delay:0.98s;
-o-animation-delay:0.98s;
animation-delay:0.98s;
}

#frotateG_06{
right:12px;
bottom:12px;
-moz-animation-delay:1.12s;
-webkit-animation-delay:1.12s;
-ms-animation-delay:1.12s;
-o-animation-delay:1.12s;
animation-delay:1.12s;
}

#frotateG_07{
left:41px;
bottom:0;
-moz-animation-delay:1.26s;
-webkit-animation-delay:1.26s;
-ms-animation-delay:1.26s;
-o-animation-delay:1.26s;
animation-delay:1.26s;
}

#frotateG_08{
left:12px;
bottom:12px;
-moz-animation-delay:1.4s;
-webkit-animation-delay:1.4s;
-ms-animation-delay:1.4s;
-o-animation-delay:1.4s;
animation-delay:1.4s;
}

@-moz-keyframes f_fadeG{
0%{
background-color:#000000}

100%{
background-color:#FFFFFF}

}

@-webkit-keyframes f_fadeG{
0%{
background-color:#000000}

100%{
background-color:#FFFFFF}

}

@-ms-keyframes f_fadeG{
0%{
background-color:#000000}

100%{
background-color:#FFFFFF}

}

@-o-keyframes f_fadeG{
0%{
background-color:#000000}

100%{
background-color:#FFFFFF}

}

@keyframes f_fadeG{
0%{
background-color:#000000}

100%{
background-color:#FFFFFF}

}/* 08e3061f-4a93-4387-a88a-ef81aceaa999 */
@font-face{font-family:'icons_mobiscroll';src:url('../../multifenster-css/icons_mobiscroll.eot?xqfqi0');src:url('../../multifenster-css/icons_mobiscroll.eot?#iefixxqfqi0') format('embedded-opentype'),url('../../multifenster-css/icons_mobiscroll.ttf?y0r9pr') format('truetype'),url('../../multifenster-css/icons_mobiscroll.woff?y0r9pr') format('woff'),url('../../multifenster-css/icons_mobiscroll.woff') format('woff'),url('../../multifenster-css/icons_mobiscroll.svg?y0r9pr#icons_mobiscroll') format('svg');font-style:normal}.mbsc-ic:before{font-family:'icons_mobiscroll';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mbsc-ic-aid:before{content:"\f100"}.mbsc-ic-airplane:before{content:"\f101"}.mbsc-ic-alarm2:before{content:"\f102"}.mbsc-ic-arrow-down5:before{content:"\f103"}.mbsc-ic-arrow-left5:before{content:"\f104"}.mbsc-ic-arrow-left6:before{content:"\f105"}.mbsc-ic-arrow-right5:before{content:"\f106"}.mbsc-ic-arrow-right6:before{content:"\f107"}.mbsc-ic-arrow-up5:before{content:"\f108"}.mbsc-ic-attachment:before{content:"\f109"}.mbsc-ic-bars:before{content:"\f10a"}.mbsc-ic-book:before{content:"\f10b"}.mbsc-ic-bubble:before{content:"\f10c"}.mbsc-ic-bubbles:before{content:"\f10d"}.mbsc-ic-bullhorn:before{content:"\f10e"}.mbsc-ic-calendar:before{content:"\f10f"}.mbsc-ic-camera:before{content:"\f110"}.mbsc-ic-cart:before{content:"\f111"}.mbsc-ic-checkmark:before{content:"\f112"}.mbsc-ic-clock:before{content:"\f113"}.mbsc-ic-close:before{content:"\f114"}.mbsc-ic-cloud-download:before{content:"\f115"}.mbsc-ic-cloud-upload:before{content:"\f116"}.mbsc-ic-cogs:before{content:"\f117"}.mbsc-ic-connection:before{content:"\f118"}.mbsc-ic-copy2:before{content:"\f119"}.mbsc-ic-copy3:before{content:"\f11a"}.mbsc-ic-credit:before{content:"\f11b"}.mbsc-ic-disk:before{content:"\f11c"}.mbsc-ic-download:before{content:"\f11d"}.mbsc-ic-drawer:before{content:"\f11e"}.mbsc-ic-droplet:before{content:"\f11f"}.mbsc-ic-earth:before{content:"\f120"}.mbsc-ic-eye:before{content:"\f121"}.mbsc-ic-eye-blocked:before{content:"\f122"}.mbsc-ic-fa-leaf:before{content:"\f123"}.mbsc-ic-fa-rotate-left:before{content:"\f124"}.mbsc-ic-file4:before{content:"\f125"}.mbsc-ic-film:before{content:"\f126"}.mbsc-ic-flag:before{content:"\f127"}.mbsc-ic-folder:before{content:"\f128"}.mbsc-ic-forward:before{content:"\f129"}.mbsc-ic-foundation-mail:before{content:"\f12a"}.mbsc-ic-foundation-minus-circle:before{content:"\f12b"}.mbsc-ic-globe:before{content:"\f12c"}.mbsc-ic-heart:before{content:"\f12d"}.mbsc-ic-history:before{content:"\f12e"}.mbsc-ic-home:before{content:"\f12f"}.mbsc-ic-image2:before{content:"\f130"}.mbsc-ic-ion-android-system-windows:before{content:"\f131"}.mbsc-ic-ion-bluetooth:before{content:"\f132"}.mbsc-ic-ion-navigate:before{content:"\f133"}.mbsc-ic-key2:before{content:"\f134"}.mbsc-ic-library:before{content:"\f135"}.mbsc-ic-link:before{content:"\f136"}.mbsc-ic-location:before{content:"\f137"}.mbsc-ic-lock2:before{content:"\f138"}.mbsc-ic-loop2:before{content:"\f139"}.mbsc-ic-map:before{content:"\f13a"}.mbsc-ic-material-arrow-back:before{content:"\f13b"}.mbsc-ic-material-equalizer:before{content:"\f13c"}.mbsc-ic-material-pause:before{content:"\f13d"}.mbsc-ic-material-play-arrow:before{content:"\f13e"}.mbsc-ic-material-repeat:before{content:"\f13f"}.mbsc-ic-material-shuffle:before{content:"\f140"}.mbsc-ic-material-skip-next:before{content:"\f141"}.mbsc-ic-material-skip-previous:before{content:"\f142"}.mbsc-ic-material-stop:before{content:"\f143"}.mbsc-ic-minus:before{content:"\f144"}.mbsc-ic-mobile:before{content:"\f145"}.mbsc-ic-music:before{content:"\f146"}.mbsc-ic-newspaper:before{content:"\f147"}.mbsc-ic-office:before{content:"\f148"}.mbsc-ic-pencil:before{content:"\f149"}.mbsc-ic-phone:before{content:"\f14a"}.mbsc-ic-play:before{content:"\f14b"}.mbsc-ic-plus:before{content:"\f14c"}.mbsc-ic-redo2:before{content:"\f14d"}.mbsc-ic-remove:before{content:"\f14e"}.mbsc-ic-reply:before{content:"\f14f"}.mbsc-ic-sad2:before{content:"\f150"}.mbsc-ic-share:before{content:"\f151"}.mbsc-ic-smiley2:before{content:"\f152"}.mbsc-ic-stack:before{content:"\f153"}.mbsc-ic-star3:before{content:"\f154"}.mbsc-ic-stopwatch:before{content:"\f155"}.mbsc-ic-support:before{content:"\f156"}.mbsc-ic-tag:before{content:"\f157"}.mbsc-ic-thumbs-up:before{content:"\f158"}.mbsc-ic-thumbs-up2:before{content:"\f159"}.mbsc-ic-undo2:before{content:"\f15a"}.mbsc-ic-unlocked:before{content:"\f15b"}.mbsc-ic-upload:before{content:"\f15c"}.mbsc-ic-user4:before{content:"\f15d"}.mbsc-ic-volume-medium:before{content:"\f15e"}.mbsc-fr-popup,.mbsc-fr-overlay{-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:rgba(0,0,0,0)}.mbsc-fr-lock{-ms-touch-action:none;touch-action:none}.mbsc-fr-popup{max-width:98%;position:absolute;top:0;left:0;z-index:2;font-size:12px;text-shadow:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:pan-y;touch-action:pan-y}.mbsc-fr-popup:focus{outline:0;outline-offset:-2px}.mbsc-rtl{direction:rtl}.mbsc-fr-popup,.mbsc-fr-btn-cont{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mbsc-fr-w{min-width:200px;zoom:1;overflow:hidden;text-align:center;font-family:arial,verdana,sans-serif;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.mbsc-fr-persp,.mbsc-fr-overlay{width:100%;height:100%;position:absolute;top:0;left:0}.mbsc-fr-persp{z-index:99998;pointer-events:auto}.mbsc-fr-overlay{z-index:1;background:rgba(0,0,0,.7)}.mbsc-fr-liq .mbsc-fr-popup{max-width:100%}.mbsc-fr-top .mbsc-fr-popup,.mbsc-fr-bottom .mbsc-fr-popup{width:100%;max-width:100%}.mbsc-fr-inline .mbsc-fr-popup{position:static;display:inline-block;max-width:100%}.mbsc-fr-inline.mbsc-fr-liq .mbsc-fr-persp .mbsc-fr-popup{display:block}.mbsc-fr-inline .mbsc-fr-persp{position:static}.mbsc-fr-bubble .mbsc-fr-popup{margin:20px 0}.mbsc-fr-bubble .mbsc-fr-arr-w{position:absolute;z-index:1;left:0;width:100%}.mbsc-fr-bubble-top .mbsc-fr-arr-w{bottom:-36px}.mbsc-fr-bubble-bottom .mbsc-fr-arr-w{top:-36px}.mbsc-fr-bubble .mbsc-fr-arr-i{margin:0 30px;position:relative;height:36px}.mbsc-fr-bubble .mbsc-fr-arr{display:block}.mbsc-fr-arr{display:none;position:absolute;left:0;width:0;height:0;border-width:18px 18px;border-style:solid;margin-left:-18px}.mbsc-fr-bubble-bottom .mbsc-fr-arr{top:0}.mbsc-fr-bubble-top .mbsc-fr-arr{bottom:0}.mbsc-fr-hdn{width:0;height:0;margin:0;padding:0;border:0;overflow:hidden}.mbsc-fr-hdr{overflow:hidden;text-overflow:ellipsis}.mbsc-fr-btn{overflow:hidden;display:block;text-decoration:none;white-space:nowrap;text-overflow:ellipsis;vertical-align:top}.mbsc-fr-btn-e{cursor:pointer}.mbsc-fr-btn-d{cursor:default}.mbsc-fr-btn-cont{display:table;width:100%;text-align:center}.mbsc-fr-btn-cont .mbsc-fr-btn-d{opacity:.3}.mbsc-fr-btn-w{vertical-align:top;display:table-cell;position:relative;z-index:5}.mbsc-fr-btn-w .mbsc-fr-btn:before{padding:.375em}.mbsc-wdg .mbsc-wdg-c{position:relative;z-index:0;padding:1em;font-size:14px;text-align:left;white-space:normal}.mbsc-mobiscroll .mbsc-fr-w{min-width:16em;background:#f7f7f7;color:#454545;font-size:16px}.mbsc-mobiscroll .mbsc-fr-hdr{padding:0 .6666em;padding-top:.6666em;color:#4eccc4;font-size:.75em;text-transform:uppercase;min-height:2em;line-height:2em}.mbsc-mobiscroll .mbsc-fr-btn-cont{display:block;overflow:hidden;text-align:right;padding:0 .5em .5em .5em}.mbsc-mobiscroll .mbsc-fr-btn-w{display:block;float:right}.mbsc-mobiscroll .mbsc-rtl .mbsc-fr-btn-w{float:left}.mbsc-mobiscroll .mbsc-fr-btn{height:2.5em;line-height:2.5em;padding:0 1em;color:#4eccc4;text-transform:uppercase}.mbsc-mobiscroll .mbsc-fr-btn-a{background:rgba(78,204,196,.3)}.mbsc-mobiscroll .mbsc-fr-bubble-bottom .mbsc-fr-arr{border-color:transparent transparent #f7f7f7 transparent}.mbsc-mobiscroll .mbsc-fr-bubble-top .mbsc-fr-arr{border-color:#f7f7f7 transparent transparent transparent}.mbsc-sc-whl-o,.mbsc-sc-btn{-webkit-transform:translateZ(0)}.mbsc-sc-whl-l,.mbsc-sc-whl{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.mbsc-sc-whl-gr-c{max-width:100%;vertical-align:middle;display:inline-block;overflow:hidden;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mbsc-fr-liq .mbsc-sc-whl-gr-c{display:block}.mbsc-sc-whl-gr{margin:0 auto;position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.mbsc-sc-whl-w{max-width:100%;-webkit-box-flex:1;-webkit-flex:1 auto;-ms-flex:1 auto;flex:1 auto;position:relative}.mbsc-sc-whl-o{position:absolute;z-index:2;top:0;right:0;bottom:0;left:0;pointer-events:none}.mbsc-sc-whl-l{position:absolute;z-index:1;top:50%;left:0;right:0;pointer-events:none}.mbsc-sc-whl{overflow:hidden;border-radius:1px;border-top:1px solid transparent;border-bottom:1px solid transparent}.mbsc-sc-whl-c{position:relative;z-index:1;top:50%;border-top:1px solid transparent;border-bottom:1px solid transparent}.mbsc-sc-whl-sc{position:relative}.mbsc-sc-itm{position:relative;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mbsc-sc-itm-inv{opacity:.3}.mbsc-sc-lbl{position:absolute;left:0;right:0;bottom:100%;display:none}.mbsc-sc-lbl-v .mbsc-sc-lbl{display:block}.mbsc-sc-btn{position:absolute;z-index:2;left:0;right:0;cursor:pointer;opacity:1;-webkit-transition:opacity .2s linear;transition:opacity .2s linear}.mbsc-sc-btn:before{position:absolute;top:0;right:0;left:0}.mbsc-sc-whl-a .mbsc-sc-btn{opacity:0}.mbsc-sc-btn-plus{bottom:0}.mbsc-sc-btn-minus{top:0}.mbsc-sc-itm-ml{width:100%;height:auto;display:inline-block;vertical-align:middle;white-space:normal}.mbsc-sel-hdn{position:absolute;height:1px!important;width:1px!important;left:0;overflow:hidden;clip:rect(1px,1px,1px,1px)}.mbsc-sel-gr{padding:0 .25em;opacity:1;font-weight:bold;text-align:left}.mbsc-sc-whl-multi .mbsc-sc-whl-c{top:0;height:100%;border:0}.mbsc-sc-whl-multi .mbsc-sc-whl-l{display:none}.mbsc-sc-whl-multi .mbsc-sc-itm-sel:before{position:absolute;top:0;left:0;width:1em;text-align:center}.mbsc-mobiscroll .mbsc-sc-whl-gr{padding:.5em .25em}.mbsc-mobiscroll .mbsc-sc-whl-w{margin:0 .25em}.mbsc-mobiscroll .mbsc-sc-whl-o{display:none}.mbsc-mobiscroll .mbsc-sc-lbl-v .mbsc-sc-whl-w{margin-top:1.875em}.mbsc-mobiscroll .mbsc-sc-lbl{color:#4eccc4;font-size:.75em;line-height:2.5em;text-transform:uppercase}.mbsc-mobiscroll .mbsc-sc-whl-l{border-top:1px solid #4eccc4;border-bottom:1px solid #4eccc4}.mbsc-mobiscroll .mbsc-sc-btn{color:#4eccc4;background:#f7f7f7}.mbsc-mobiscroll .mbsc-sc-btn:before{font-size:1.5em}.mbsc-mobiscroll .mbsc-sc-btn-a:before{background:rgba(78,204,196,.3)}.mbsc-mobiscroll .mbsc-sc-itm{padding:0 .25em;font-size:1.375em}.mbsc-mobiscroll .mbsc-sc-itm.mbsc-btn-a{background:rgba(78,204,196,.3)}.mbsc-mobiscroll .mbsc-sc-whl .mbsc-sel-gr{padding:0 .25em;font-size:1.125em}.mbsc-mobiscroll .mbsc-sc-whl-multi .mbsc-sc-itm{padding:0 1.818181em}.mbsc-mobiscroll .mbsc-sc-whl-multi .mbsc-sc-itm-sel:before{font-size:1.818181em;color:#4eccc4}.mbsc-cal-sc-m-cell,.mbsc-cal-days,.mbsc-cal-slide,.mbsc-cal-row,.mbsc-cal-day,.mbsc-cal-day-fg,.mbsc-cal-week-nr{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mbsc-cal-sc-c,.mbsc-cal-week-nrs-c,.mbsc-cal-c,.mbsc-cal-slide,.mbsc-cal-tab .mbsc-cal-tab-i,.mbsc-cal-sc .mbsc-cal-sc-cell-i{-webkit-backface-visibility:hidden;backface-visibility:hidden}.mbsc-calendar .mbsc-fr-c{position:relative;margin:0 auto}.mbsc-calendar .mbsc-cal-hdn{width:0;height:0;padding:0;margin:0;overflow:hidden;display:none}.mbsc-cal-c{position:relative;-ms-touch-action:pan-y;touch-action:pan-y}.mbsc-cal-vertical .mbsc-cal-body{-ms-touch-action:none;touch-action:none}.mbsc-cal-pnl{display:inline-block;vertical-align:middle}.mbsc-cal-tabbed .mbsc-cal-pnl{display:table;position:absolute;top:0;width:100%;height:100%}.mbsc-cal-tabbed .mbsc-cal-pnl-h{display:none}.mbsc-cal-tabbed .mbsc-cal-pnl-i{display:table-cell;vertical-align:middle}.mbsc-cal-tabbed .mbsc-cal{width:auto!important}.mbsc-anim-trans .mbsc-fr-persp .mbsc-cal-c{-webkit-backface-visibility:visible;backface-visibility:visible}.mbsc-cal-anim-c{position:relative;overflow:hidden;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-transform:translate3d(0,0,0);-ms-transform:translate(0,0);transform:translate3d(0,0,0)}.mbsc-cal-anim{position:relative;height:100%;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mbsc-cal-slide{opacity:.5;position:absolute;top:0;left:0;width:100%;height:100%;-webkit-transition:opacity 300ms;-webkit-perspective:1000px;perspective:1000px}.mbsc-cal-slide:first-child{position:relative}.mbsc-cal-slide-a{opacity:1}.mbsc-cal-header{line-height:40px;text-align:center}.mbsc-cal table{width:100%;height:100%;border-collapse:collapse;table-layout:fixed}.mbsc-cal th{line-height:30px;text-align:center}.mbsc-cal-nb{border:0}.mbsc-cal-body{position:relative}.mbsc-cal-table{height:100%;width:100%;display:table;table-layout:fixed}.mbsc-cal-row{white-space:nowrap;display:table-row}.mbsc-cal-day{line-height:2.5em;width:14.2857%;height:16.6666%;position:relative;display:table-cell;vertical-align:middle;text-align:right;cursor:default}.mbsc-cal-day-v{cursor:pointer}.mbsc-cal-day .mbsc-cal-day-i{position:relative;height:100%}.mbsc-cal-day-diff .mbsc-cal-day-i{opacity:.3}.mbsc-cal-day-diff.mbsc-cal-day-sel .mbsc-cal-day-i{opacity:1}.mbsc-cal-hide-diff .mbsc-cal-day-diff .mbsc-cal-day-i{visibility:hidden}.mbsc-cal-day-fg{padding:5px;position:relative;z-index:2}.mbsc-cal-weeks .mbsc-cal-days-c,.mbsc-cal-weeks .mbsc-cal-anim-c{padding-left:26px}.mbsc-cal-week-nrs-c{display:none;position:absolute;width:26px;height:100%;left:0;z-index:3}.mbsc-cal-week-nrs{display:table;width:100%;height:100%}.mbsc-cal-week-nr{position:relative;display:none;height:16.6666%;text-align:center;font-weight:bold}.mbsc-cal-week-nr-i{display:table-cell;vertical-align:middle;padding-top:1px}.mbsc-cal-weeks .mbsc-cal-week-nrs-c{display:block}.mbsc-cal-week-nrs .mbsc-cal-week-nr{display:table-row}.mbsc-rtl .mbsc-cal-weeks .mbsc-cal-days-c,.mbsc-rtl .mbsc-cal-weeks .mbsc-cal-anim-c{padding-left:0;padding-right:26px}.mbsc-rtl .mbsc-cal-week-nrs-c{left:auto;right:0}.mbsc-cal-sc-c{position:absolute;top:0;left:0;width:100%;height:100%;z-index:5;overflow:hidden}.mbsc-cal-h{visibility:hidden}.mbsc-cal-p-out{-webkit-animation:200ms mbsc-anim-f-out ease-in;-moz-animation:200ms mbsc-anim-f-out ease-in;animation:200ms mbsc-anim-f-out ease-in}.mbsc-cal-p-in{-webkit-animation:200ms mbsc-anim-f-in ease-out;-moz-animation:200ms mbsc-anim-f-in ease-out;animation:200ms mbsc-anim-f-in ease-out}.mbsc-old .mbsc-cal-p-in,.mbsc-old .mbsc-cal-p-out{-webkit-animation:none;-moz-animation:none;animation:none}.mbsc-cal-sc{position:relative;height:100%;white-space:nowrap;font-size:1.3333em}.mbsc-cal-sc-p{position:absolute;top:0;left:0;overflow:hidden;width:100%;height:100%;-webkit-transform:translate3d(0,0,0)}.mbsc-cal-sc-tbl{display:table;width:100%;height:100%;table-layout:fixed}.mbsc-cal-sc-row{display:table-row}.mbsc-cal-sc-cell{cursor:pointer;display:table-cell;vertical-align:middle;text-align:center}.mbsc-cal-sc-m-cell{height:25%}.mbsc-cal-btnc{position:relative;font-size:1.5em}.mbsc-cal-btnw{position:relative;height:40px}.mbsc-cal .mbsc-cal-btn{position:absolute;top:0;height:40px;width:36px;margin:0;padding:0;cursor:pointer}.mbsc-cal .mbsc-fr-btn-d{opacity:.3}.mbsc-cal-prev{left:0}.mbsc-cal-next{right:0}.mbsc-cal-month,.mbsc-cal-year{cursor:pointer}.mbsc-cal-btnc-ym .mbsc-cal-month,.mbsc-cal-btnc-ym .mbsc-cal-year{display:block;margin:0 36px;overflow:hidden;text-overflow:ellipsis}.mbsc-cal-btnc-ym .mbsc-cal-btnw{width:50%;display:inline-block;white-space:nowrap;vertical-align:top}.mbsc-cal-btn-txt{overflow:hidden}.mbsc-cal-btn-txt:before{display:block}.mbsc-cal-liq .mbsc-fr-popup{display:block}.mbsc-cal-liq .mbsc-cal-pnl{width:100%}.mbsc-cal-liq .mbsc-cal{width:auto}.mbsc-cal-liq.mbsc-fr-center .mbsc-fr-popup{width:100%;top:0;left:0}.mbsc-cal-liq.mbsc-fr-center .mbsc-fr-overlay{display:none}.mbsc-cal-liq.mbsc-fr-center .mbsc-fr-w{width:auto!important}.mbsc-cal-tabs{line-height:40px;display:none;color:#000}.mbsc-cal-tabbed .mbsc-cal-tabs{display:block}.mbsc-cal-tabbed .mbsc-fr-w{width:auto!important}.mbsc-cal-tabs ul,.mbsc-cal-tabs li{margin:0;padding:0;list-style:none}.mbsc-cal-tabs ul{width:100%;display:table}.mbsc-cal-tab{width:33.33%;display:table-cell;cursor:pointer}.mbsc-cal-tab .mbsc-cal-tab-i{display:block;text-decoration:none}.mbsc-cal-multi .mbsc-cal-slide{padding-left:8px}.mbsc-ltr .mbsc-cal-multi .mbsc-cal-anim-c{margin-right:-8px}.mbsc-rtl .mbsc-cal-multi .mbsc-cal-anim-c{margin-left:-8px}.mbsc-cal-multi .mbsc-cal-anim{margin-left:-8px}.mbsc-cal-multi .mbsc-cal-btnw{display:block;width:auto}.mbsc-cal-multi .mbsc-cal-btnw-m{display:inline-block;white-space:nowrap;vertical-align:top}.mbsc-cal-multi .mbsc-cal-days-c{overflow:hidden}.mbsc-cal-multi .mbsc-cal-days{float:left}.mbsc-cal-m .mbsc-cal{font-size:1.2em}.mbsc-cal-l .mbsc-cal{font-size:1.4em}.mbsc-cal-ev .mbsc-cal-day-fg{padding-bottom:20px}.mbsc-cal-day-m{position:absolute;left:0;right:0;bottom:4px;line-height:0}.mbsc-cal-day-m-t{display:block;overflow:hidden;white-space:nowrap}.mbsc-cal-day-m-c{display:inline-block;vertical-align:top;width:4px;height:4px;margin:0 1px;border-radius:4px}.mbsc-cal-day-ic-c,.mbsc-cal-day-txt-c{position:absolute;left:0;right:0;bottom:0;overflow:hidden}.mbsc-cal-day-ic-c{padding:0 5px;font-size:1em;line-height:20px;text-overflow:ellipsis;text-shadow:none}.mbsc-cal-day-txt{padding:0 2px;font-size:.8333em;font-weight:normal;line-height:19px;overflow:hidden;white-space:nowrap;text-align:center;text-overflow:ellipsis;text-shadow:none;margin-top:2px}.mbsc-mobiscroll .mbsc-cal-c{padding:.5em}.mbsc-mobiscroll .mbsc-cal-sc{font-size:1em}.mbsc-mobiscroll .mbsc-cal-sc-c{background:#f7f7f7}.mbsc-mobiscroll .mbsc-cal-btnc{font-size:1.125em}.mbsc-mobiscroll .mbsc-cal-hl-now .mbsc-cal-today{color:#4eccc4}.mbsc-mobiscroll .mbsc-cal-btn-txt{color:#4eccc4;font-size:1em;line-height:40px}.mbsc-mobiscroll .mbsc-cal-days-c{margin-left:-8px}.mbsc-mobiscroll .mbsc-cal-days{padding-left:8px;color:#4eccc4}.mbsc-mobiscroll .mbsc-cal-days th{font-size:.6875em;font-weight:normal;border-bottom:1px solid #4eccc4}.mbsc-mobiscroll .mbsc-cal-day{line-height:1.875em;text-align:center}.mbsc-mobiscroll .mbsc-cal-day-fg{font-size:.8125em}.mbsc-mobiscroll .mbsc-cal-day-inv .mbsc-cal-day-fg{opacity:.3}.mbsc-mobiscroll .mbsc-cal .mbsc-cal-sc-sel .mbsc-cal-sc-cell-i,.mbsc-mobiscroll .mbsc-cal .mbsc-cal-day-sel .mbsc-cal-day-i{background:#4eccc4;color:#fff}.mbsc-mobiscroll .mbsc-cal-day-hl .mbsc-cal-day-i{border-color:#4eccc4}.mbsc-mobiscroll .mbsc-cal-week-nrs-c{font-size:.6875em;color:#4eccc4;background:#f7f7f7}.mbsc-mobiscroll .mbsc-cal-week-nr-i{padding-top:0;font-weight:normal}.mbsc-mobiscroll .mbsc-cal-tabs{line-height:1.875em;padding:.5em .5em 0 .5em;text-transform:uppercase}.mbsc-mobiscroll .mbsc-cal-tabbed .mbsc-fr-w{padding-top:.5em}.mbsc-mobiscroll .mbsc-cal-tabbed .mbsc-fr-hdr{padding-top:0}.mbsc-mobiscroll .mbsc-cal-tab{border:1px solid #4eccc4;font-size:.7em}.mbsc-mobiscroll .mbsc-cal-tabs ul{width:auto;margin:0 auto}.mbsc-mobiscroll .mbsc-cal-tab .mbsc-cal-tab-i{padding:0 1.2em;color:#454545}.mbsc-mobiscroll .mbsc-ltr .mbsc-cal-tab:first-child{border-right:0}.mbsc-mobiscroll .mbsc-ltr .mbsc-cal-tab:last-child{border-left:0}.mbsc-mobiscroll .mbsc-rtl .mbsc-cal-tab:last-child{border-right:0}.mbsc-mobiscroll .mbsc-rtl .mbsc-cal-tab:first-child{border-left:0}.mbsc-mobiscroll .mbsc-cal-tabs .mbsc-cal-tab-sel{background:#4eccc4}.mbsc-mobiscroll .mbsc-cal-tabs .mbsc-cal-tab-sel .mbsc-cal-tab-i{color:#f7f7f7}.mbsc-mobiscroll .mbsc-cal-day-m{bottom:4px}.mbsc-mobiscroll .mbsc-cal-day-m-c{background:#454545}.mbsc-mobiscroll .mbsc-cal-day-sel .mbsc-cal-day-m-c{background:#f7f7f7}.mbsc-mobiscroll .mbsc-cal-day-txt{color:#f7f7f7;background:#454545}.mbsc-mobiscroll .mbsc-cal-day-txt,.mbsc-mobiscroll .mbsc-cal-day-ic-c{font-size:.625em}.mbsc-range-btn-t,.mbsc-range-btn-c{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mbsc-range-btn-t{display:table;width:100%}.mbsc-range-btn-c{display:table-cell;width:50%;cursor:pointer}.mbsc-range-btn{text-decoration:none;display:block;line-height:20px}.mbsc-mobiscroll .mbsc-range-btn-t{padding:.5em .25em 0 .25em}.mbsc-mobiscroll .mbsc-range-btn{margin:0 .3333em;padding:.3333em;border:1px solid #4eccc4;font-size:.75em}.mbsc-mobiscroll .mbsc-range-btn-sel .mbsc-range-btn{background:#4eccc4;color:#f7f7f7}.mbsc-mobiscroll.mbsc-range .mbsc-fr-w{padding:0}.mbsc-mobiscroll.mbsc-range .mbsc-fr-hdr{padding-top:.6666em}.mbsc-mobiscroll.mbsc-range .mbsc-cal-table .mbsc-cal-day-sel .mbsc-cal-day-i{color:#454545;background:rgba(78,204,196,.3)}.mbsc-mobiscroll.mbsc-range .mbsc-cal-table .mbsc-cal-day-hl .mbsc-cal-day-i{background:#4eccc4;color:#f7f7f7}.mbsc-anim-trans .mbsc-fr-persp{overflow:hidden;-webkit-perspective:1000px;-moz-perspective:1000px;perspective:1000px}.mbsc-anim-trans .mbsc-fr-popup,.mbsc-anim-trans .mbsc-fr-overlay{-webkit-animation-fill-mode:forwards;-webkit-animation-duration:200ms;-moz-animation-fill-mode:forwards;-moz-animation-duration:200ms;animation-fill-mode:forwards;animation-duration:200ms}.mbsc-anim-trans .mbsc-fr-overlay{-webkit-backface-visibility:hidden}.mbsc-anim-in .mbsc-fr-popup{-webkit-animation-timing-function:ease-out;-webkit-animation-duration:225ms;-moz-animation-timing-function:ease-out;-moz-animation-duration:225ms;animation-timing-function:ease-out;animation-duration:225ms}.mbsc-anim-out .mbsc-fr-popup{-webkit-animation-timing-function:ease-in;-webkit-animation-duration:195ms;-moz-animation-timing-function:ease-in;-moz-animation-duration:195ms;animation-timing-function:ease-in;animation-duration:195ms}.mbsc-anim-in .mbsc-fr-overlay{-webkit-animation-name:mbsc-anim-f-in;-moz-animation-name:mbsc-anim-f-in;animation-name:mbsc-anim-f-in}.mbsc-anim-out .mbsc-fr-overlay{-webkit-animation-name:mbsc-anim-f-out;-moz-animation-name:mbsc-anim-f-out;animation-name:mbsc-anim-f-out}.mbsc-anim-flip,.mbsc-anim-swing,.mbsc-anim-slidehorizontal,.mbsc-anim-slidevertical,.mbsc-anim-slidedown,.mbsc-anim-slideup,.mbsc-anim-fade{-webkit-backface-visibility:hidden;-webkit-transform:translateX(0);-moz-backface-visibility:hidden;-moz-transform:translateX(0);backface-visibility:hidden;transform:translateX(0)}.mbsc-anim-swing,.mbsc-anim-slidehorizontal,.mbsc-anim-slidevertical,.mbsc-anim-slidedown,.mbsc-anim-slideup,.mbsc-anim-fade{-webkit-transform-origin:0 0;-moz-transform-origin:0 0;transform-origin:0 0}.mbsc-anim-flip,.mbsc-anim-pop{-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;transform-origin:50% 50%}.mbsc-anim-in .mbsc-anim-pop{opacity:1;-webkit-animation-name:mbsc-anim-p-in;-webkit-transform:scale(1);-moz-animation-name:mbsc-anim-p-in;-moz-transform:scale(1);transform:scale(1);animation-name:mbsc-anim-p-in}.mbsc-anim-out .mbsc-anim-pop{opacity:0;-webkit-animation-name:mbsc-anim-p-out;-moz-animation-name:mbsc-anim-p-out;animation-name:mbsc-anim-p-out}.mbsc-anim-in .mbsc-anim-flip{opacity:1;-webkit-animation-name:mbsc-anim-fl-in;-webkit-transform:scale(1);-moz-animation-name:mbsc-anim-fl-in;-moz-transform:scale(1);animation-name:mbsc-anim-fl-in;transform:scale(1)}.mbsc-anim-out .mbsc-anim-flip{opacity:0;animation-name:mbsc-anim-fl-out;-webkit-animation-name:mbsc-anim-fl-out;-moz-animation-name:mbsc-anim-fl-out}.mbsc-anim-in .mbsc-anim-swing{opacity:1;-webkit-animation-name:mbsc-anim-sw-in;-webkit-transform:scale(1);-moz-animation-name:mbsc-anim-sw-in;-moz-transform:scale(1);transform:scale(1);animation-name:mbsc-anim-sw-in}.mbsc-anim-out .mbsc-anim-swing{opacity:0;-webkit-animation-name:mbsc-anim-sw-out;-moz-animation-name:mbsc-anim-sw-out;animation-name:mbsc-anim-sw-out}.mbsc-anim-in .mbsc-anim-slidehorizontal{opacity:1;-webkit-animation-name:mbsc-anim-sh-in;-webkit-transform:scale(1);-moz-animation-name:mbsc-anim-sh-in;-moz-transform:scale(1);transform:scale(1);animation-name:mbsc-anim-sh-in}.mbsc-anim-out .mbsc-anim-slidehorizontal{opacity:0;-webkit-animation-name:mbsc-anim-sh-out;-moz-animation-name:mbsc-anim-sh-out;animation-name:mbsc-anim-sh-out}.mbsc-anim-in .mbsc-anim-slidevertical{opacity:1;-webkit-animation-name:mbsc-anim-sv-in;-webkit-transform:scale(1);-moz-animation-name:mbsc-anim-sv-in;-moz-transform:scale(1);animation-name:mbsc-anim-sv-in;transform:scale(1)}.mbsc-anim-out .mbsc-anim-slidevertical{opacity:0;-webkit-animation-name:mbsc-anim-sv-out;-moz-animation-name:mbsc-anim-sv-out;animation-name:mbsc-anim-sv-out}.mbsc-anim-in .mbsc-anim-slidedown{-webkit-animation-name:mbsc-anim-sd-in;-webkit-transform:scale(1);-moz-animation-name:mbsc-anim-sd-in;-moz-transform:scale(1);animation-name:mbsc-anim-sd-in;transform:scale(1)}.mbsc-anim-out .mbsc-anim-slidedown{animation-name:mbsc-anim-sd-out;-webkit-animation-name:mbsc-anim-sd-out;-webkit-transform:translateY(-100%);-moz-animation-name:mbsc-anim-sd-out;-moz-transform:translateY(-100%)}.mbsc-anim-in .mbsc-anim-slideup{-webkit-animation-name:mbsc-anim-su-in;-webkit-transform:scale(1);-moz-animation-name:mbsc-anim-su-in;-moz-transform:scale(1);transform:scale(1);animation-name:mbsc-anim-su-in}.mbsc-anim-out .mbsc-anim-slideup{animation-name:mbsc-anim-su-out;-webkit-animation-name:mbsc-anim-su-out;-webkit-transform:translateY(100%);-moz-animation-name:mbsc-anim-su-out;-moz-transform:translateY(100%)}.mbsc-anim-in .mbsc-anim-fade{opacity:1;-webkit-animation-name:mbsc-anim-f-in;-moz-animation-name:mbsc-anim-f-in;animation-name:mbsc-anim-f-in}.mbsc-anim-out .mbsc-anim-fade{opacity:0;-webkit-animation-name:mbsc-anim-f-out;-moz-animation-name:mbsc-anim-f-out;animation-name:mbsc-anim-f-out}@keyframes mbsc-anim-f-in{from{opacity:0}to{opacity:1}}@-webkit-keyframes mbsc-anim-f-in{from{opacity:0}to{opacity:1}}@-moz-keyframes mbsc-anim-f-in{from{opacity:0}to{opacity:1}}@keyframes mbsc-anim-f-out{from{visibility:visible;opacity:1}to{opacity:0}}@-webkit-keyframes mbsc-anim-f-out{from{visibility:visible;opacity:1}to{opacity:0}}@-moz-keyframes mbsc-anim-f-out{from{visibility:visible;opacity:1}to{opacity:0}}@keyframes mbsc-anim-p-in{from{opacity:0;transform:scale(0.8)}to{opacity:1;transform:scale(1)}}@-webkit-keyframes mbsc-anim-p-in{from{opacity:0;-webkit-transform:scale(0.8)}to{opacity:1;-webkit-transform:scale(1)}}@-moz-keyframes mbsc-anim-p-in{from{opacity:0;-moz-transform:scale(0.8)}to{opacity:1;-moz-transform:scale(1)}}@keyframes mbsc-anim-p-out{from{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(0.8)}}@-webkit-keyframes mbsc-anim-p-out{from{opacity:1;-webkit-transform:scale(1)}to{opacity:0;-webkit-transform:scale(0.8)}}@-moz-keyframes mbsc-anim-p-out{from{opacity:1;-moz-transform:scale(1)}to{opacity:0;-moz-transform:scale(0.8)}}@keyframes mbsc-anim-fl-in{from{opacity:0;transform:rotateY(90deg)}to{opacity:1;transform:rotateY(0)}}@-webkit-keyframes mbsc-anim-fl-in{from{opacity:0;-webkit-transform:rotateY(90deg)}to{opacity:1;-webkit-transform:rotateY(0)}}@-moz-keyframes mbsc-anim-fl-in{from{opacity:0;-moz-transform:rotateY(90deg)}to{opacity:1;-moz-transform:rotateY(0)}}@keyframes mbsc-anim-fl-out{from{opacity:1;transform:rotateY(0deg)}to{opacity:0;transform:rotateY(-90deg)}}@-webkit-keyframes mbsc-anim-fl-out{from{opacity:1;-webkit-transform:rotateY(0deg)}to{opacity:0;-webkit-transform:rotateY(-90deg)}}@-moz-keyframes mbsc-anim-fl-out{from{opacity:1;-moz-transform:rotateY(0deg)}to{opacity:0;-moz-transform:rotateY(-90deg)}}@keyframes mbsc-anim-sw-in{from{opacity:0;transform:rotateY(-90deg)}to{opacity:1;transform:rotateY(0deg)}}@-webkit-keyframes mbsc-anim-sw-in{from{opacity:0;-webkit-transform:rotateY(-90deg)}to{opacity:1;-webkit-transform:rotateY(0deg)}}@-moz-keyframes mbsc-anim-sw-in{from{opacity:0;-moz-transform:rotateY(-90deg)}to{opacity:1;-moz-transform:rotateY(0deg)}}@keyframes mbsc-anim-sw-out{from{opacity:1;transform:rotateY(0deg)}to{opacity:0;transform:rotateY(-90deg)}}@-webkit-keyframes mbsc-anim-sw-out{from{opacity:1;-webkit-transform:rotateY(0deg)}to{opacity:0;-webkit-transform:rotateY(-90deg)}}@-moz-keyframes mbsc-anim-sw-out{from{opacity:1;-moz-transform:rotateY(0deg)}to{opacity:0;-moz-transform:rotateY(-90deg)}}@keyframes mbsc-anim-sh-in{from{opacity:0;transform:translateX(-100%)}to{opacity:1;transform:translateX(0)}}@-webkit-keyframes mbsc-anim-sh-in{from{opacity:0;-webkit-transform:translateX(-100%)}to{opacity:1;-webkit-transform:translateX(0)}}@-moz-keyframes mbsc-anim-sh-in{from{opacity:0;-moz-transform:translateX(-100%)}to{opacity:1;-moz-transform:translateX(0)}}@keyframes mbsc-anim-sh-out{from{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(100%)}}@-webkit-keyframes mbsc-anim-sh-out{from{opacity:1;-webkit-transform:translateX(0)}to{opacity:0;-webkit-transform:translateX(100%)}}@-moz-keyframes mbsc-anim-sh-out{from{opacity:1;-moz-transform:translateX(0)}to{opacity:0;-moz-transform:translateX(100%)}}@keyframes mbsc-anim-sv-in{from{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}@-webkit-keyframes mbsc-anim-sv-in{from{opacity:0;-webkit-transform:translateY(-100%)}to{opacity:1;-webkit-transform:translateY(0)}}@-moz-keyframes mbsc-anim-sv-in{from{opacity:0;-moz-transform:translateY(-100%)}to{opacity:1;-moz-transform:translateY(0)}}@keyframes mbsc-anim-sv-out{from{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(100%)}}@-webkit-keyframes mbsc-anim-sv-out{from{opacity:1;-webkit-transform:translateY(0)}to{opacity:0;-webkit-transform:translateY(100%)}}@-moz-keyframes mbsc-anim-sv-out{from{opacity:1;-moz-transform:translateY(0)}to{opacity:0;-moz-transform:translateY(100%)}}@keyframes mbsc-anim-sd-in{from{transform:translateY(-100%)}to{transform:translateY(0)}}@-webkit-keyframes mbsc-anim-sd-in{from{opacity:1;-webkit-transform:translateY(-100%)}to{opacity:1;-webkit-transform:translateY(0)}}@-moz-keyframes mbsc-anim-sd-in{from{-moz-transform:translateY(-100%)}to{-moz-transform:translateY(0)}}@keyframes mbsc-anim-sd-out{from{transform:translateY(0)}to{transform:translateY(-100%)}}@-webkit-keyframes mbsc-anim-sd-out{from{opacity:1;-webkit-transform:translateY(0)}to{opacity:1;-webkit-transform:translateY(-100%)}}@-moz-keyframes mbsc-anim-sd-out{from{-moz-transform:translateY(0)}to{-moz-transform:translateY(-100%)}}@keyframes mbsc-anim-su-in{from{transform:translateY(100%)}to{transform:translateY(0)}}@-webkit-keyframes mbsc-anim-su-in{from{opacity:1;-webkit-transform:translateY(100%)}to{opacity:1;-webkit-transform:translateY(0)}}@-moz-keyframes mbsc-anim-su-in{from{-moz-transform:translateY(100%)}to{-moz-transform:translateY(0)}}@keyframes mbsc-anim-su-out{from{transform:translateY(0)}to{transform:translateY(100%)}}@-webkit-keyframes mbsc-anim-su-out{from{opacity:1;-webkit-transform:translateY(0)}to{opacity:1;-webkit-transform:translateY(100%)}}@-moz-keyframes mbsc-anim-su-out{from{-moz-transform:translateY(0)}to{-moz-transform:translateY(100%)}}.mbsc-mobiscroll-dark .mbsc-fr-w{background:#263238;color:#f7f7f7}.mbsc-mobiscroll-dark .mbsc-fr-hdr,.mbsc-mobiscroll-dark .mbsc-sc-lbl{color:#50ccc4}.mbsc-mobiscroll-dark .mbsc-sc-whl-l{border-color:#50ccc4}.mbsc-mobiscroll-dark .mbsc-fr-btn-a{background:rgba(80,204,196,0.3)}.mbsc-mobiscroll-dark .mbsc-sc-itm.mbsc-btn-a{background:rgba(80,204,196,0.3)}.mbsc-mobiscroll-dark .mbsc-fr-btn{color:#50ccc4}.mbsc-mobiscroll-dark .mbsc-sc-btn{color:#50ccc4;background:#263238}.mbsc-mobiscroll-dark .mbsc-sc-btn-a:before{background:rgba(80,204,196,0.3)}.mbsc-mobiscroll-dark .mbsc-fr-bubble-bottom .mbsc-fr-arr{border-color:transparent transparent #263238 transparent}.mbsc-mobiscroll-dark .mbsc-fr-bubble-top .mbsc-fr-arr{border-color:#263238 transparent transparent transparent}.mbsc-mobiscroll-dark .mbsc-sc-whl-multi .mbsc-sc-itm-sel:before{color:#50ccc4}.mbsc-mobiscroll-dark .mbsc-cal .mbsc-cal-day-sel .mbsc-cal-day-i,.mbsc-mobiscroll-dark .mbsc-cal .mbsc-cal-sc-sel .mbsc-cal-sc-cell-i{background:#50ccc4;color:#263238}.mbsc-mobiscroll-dark .mbsc-cal-hl-now .mbsc-cal-today{color:#50ccc4}.mbsc-mobiscroll-dark .mbsc-cal-days{color:#50ccc4}.mbsc-mobiscroll-dark .mbsc-cal-days th{border-color:#50ccc4}.mbsc-mobiscroll-dark .mbsc-cal-btn-txt{color:#50ccc4}.mbsc-mobiscroll-dark .mbsc-cal-event-color{background:#50ccc4}.mbsc-mobiscroll-dark .mbsc-cal-events{color:#263238;background:#fff}.mbsc-mobiscroll-dark .mbsc-cal-events-arr{border-color:#fff transparent transparent transparent}.mbsc-mobiscroll-dark .mbsc-cal-events-b .mbsc-cal-events-arr{border-color:transparent transparent #fff transparent}.mbsc-mobiscroll-dark .mbsc-cal-event-time{color:#8db3b0}.mbsc-mobiscroll-dark .mbsc-cal-event-dur{color:#8db3b0}.mbsc-mobiscroll-dark .mbsc-cal-day-hl .mbsc-cal-day-i{border-color:#50ccc4}.mbsc-mobiscroll-dark .mbsc-cal-week-nrs-c{color:#50ccc4;background:#263238}.mbsc-mobiscroll-dark .mbsc-cal-day-m-c{background:#f7f7f7}.mbsc-mobiscroll-dark .mbsc-cal-day-sel .mbsc-cal-day-m-c{background:#263238}.mbsc-mobiscroll-dark .mbsc-cal-day-txt{color:#263238;background:#f7f7f7}.mbsc-mobiscroll-dark .mbsc-cal-day-txt{color:#263238;background:#f7f7f7}.mbsc-mobiscroll-dark .mbsc-cal-tab{border-color:#50ccc4}.mbsc-mobiscroll-dark .mbsc-cal-tab .mbsc-cal-tab-i{color:#f7f7f7}.mbsc-mobiscroll-dark .mbsc-cal-tabs .mbsc-cal-tab-sel{background:#50ccc4}.mbsc-mobiscroll-dark .mbsc-cal-tabs .mbsc-cal-tab-sel .mbsc-cal-tab-i{color:#263238}.mbsc-mobiscroll-dark .mbsc-cal-sc-c{background:#263238}.mbsc-mobiscroll-dark .mbsc-range-btn{border-color:#50ccc4}.mbsc-mobiscroll-dark .mbsc-range-btn-sel .mbsc-range-btn{background:#50ccc4;color:#263238}.mbsc-mobiscroll-dark.mbsc-range .mbsc-cal-table .mbsc-cal-day-sel .mbsc-cal-day-i{color:#f7f7f7;background:rgba(80,204,196,0.3)}.mbsc-mobiscroll-dark.mbsc-range .mbsc-cal-table .mbsc-cal-day-hl .mbsc-cal-day-i{background:#50ccc4;color:#263238}.mbsc-mobiscroll-dark .mbsc-rating-icon{color:#50ccc4}.mbsc-mobiscroll-dark .mbsc-rating-icon-unf{color:rgba(80,204,196,0.3)}.mbsc-mobiscroll-dark .mbsc-rating-circle{background:#50ccc4;color:#263238}.mbsc-mobiscroll-dark .mbsc-rating-circle-unf{background:0;border-color:#50ccc4}.mbsc-mobiscroll-dark .mbsc-np-del{color:#50ccc4}.mbsc-mobiscroll-dark .mbsc-color{border-color:#263238}.mbsc-lv-mobiscroll-dark .mbsc-lv-item{background:#263238;color:#f7f7f7}.mbsc-lv-mobiscroll-dark .mbsc-lv-gr-title{background:#50ccc4;color:#263238}.mbsc-lv-mobiscroll-dark .mbsc-lv-arr{color:#50ccc4}.mbsc-lv-mobiscroll-dark .mbsc-lv-handle-bar{background:#50ccc4}.mbsc-lv-mobiscroll-dark .mbsc-lv-item-active::after{background:rgba(80,204,196,0.3)}.mbsc-lv-mobiscroll-dark.mbsc-lv-alt-row .mbsc-lv-item:nth-child(even){background:#1d272b}.mbsc-lv-mobiscroll-dark .mbsc-lv-item.mbsc-lv-item-dragging{background:#50ccc4;color:#263238}.mbsc-lv-mobiscroll-dark .mbsc-lv-item-dragging .mbsc-lv-handle-bar{background:#263238}.mbsc-lv-mobiscroll-dark .mbsc-lv-item-dragging .mbsc-lv-arr{color:#263238}.mbsc-mobiscroll-dark.mbsc-ms-c{color:#f7f7f7;background:#263238}.mbsc-mobiscroll-dark .mbsc-btn-a .mbsc-ms-item-i{background:rgba(80,204,196,0.3)}.mbsc-mobiscroll-dark.mbsc-ms-a .mbsc-ms-item-sel .mbsc-ms-item-i{color:#50ccc4}.mbsc-mobiscroll-dark.mbsc-ms-b.mbsc-ms-top{border-color:#50ccc4}.mbsc-mobiscroll-dark.mbsc-ms-b.mbsc-ms-bottom{border-color:#50ccc4}.mbsc-mobiscroll-dark.mbsc-ms-b .mbsc-ms-item-sel .mbsc-ms-item-i{border-bottom-color:#50ccc4}.mbsc-mobiscroll-dark.mbsc-ms-b.mbsc-ms-bottom .mbsc-ms-item-sel .mbsc-ms-item-i{border-top-color:#50ccc4}.mbsc-mobiscroll-dark.mbsc-progress .mbsc-input-ic{color:#fff}.mbsc-mobiscroll-dark .mbsc-progress-track{background:#2b3940}.mbsc-mobiscroll-dark .mbsc-progress-bar{background:#50ccc4}.mbsc-mobiscroll-dark .mbsc-slider-step{background:#263238}.mbsc-mobiscroll-dark .mbsc-slider-handle{background:#50ccc4}.mbsc-mobiscroll-dark .mbsc-slider-tooltip{color:#263238;background:#50ccc4}.mbsc-mobiscroll-dark.mbsc-form{background:#263238;color:#f7f7f7}.mbsc-mobiscroll-dark.mbsc-form *::-moz-selection{background:#50ccc4}.mbsc-mobiscroll-dark.mbsc-form *::selection{background:#50ccc4}.mbsc-mobiscroll-dark .mbsc-desc{color:#fff}.mbsc-mobiscroll-dark .mbsc-divider{color:#50ccc4}.mbsc-mobiscroll-dark a{color:#50ccc4}.mbsc-mobiscroll-dark .mbsc-input textarea,.mbsc-mobiscroll-dark .mbsc-input input{border-bottom:1px solid #fff;color:#d1d1d1}.mbsc-mobiscroll-dark .mbsc-input select:focus ~ input,.mbsc-mobiscroll-dark .mbsc-input textarea:focus,.mbsc-mobiscroll-dark .mbsc-input input:focus{border-color:#50ccc4}.mbsc-mobiscroll-dark .mbsc-input-ic{color:#fff}.mbsc-mobiscroll-dark .mbsc-checkbox-box{background:#50ccc4}.mbsc-mobiscroll-dark .mbsc-checkbox-box:after{border:.125em solid #263238;border-top:0;border-right:0}.mbsc-mobiscroll-dark .mbsc-checkbox input:disabled+.mbsc-checkbox-box{background:#101517}.mbsc-mobiscroll-dark .mbsc-radio-box{border:.125em solid #50ccc4}.mbsc-mobiscroll-dark .mbsc-radio-box:after{background:#50ccc4}.mbsc-mobiscroll-dark .mbsc-radio input:checked+.mbsc-radio-box{background:transparent}.mbsc-mobiscroll-dark .mbsc-radio input:disabled+.mbsc-radio-box{border-color:#101517}.mbsc-mobiscroll-dark .mbsc-radio input:disabled+.mbsc-radio-box:after{background:#101517}.mbsc-mobiscroll-dark .mbsc-btn{background:#50ccc4;color:#263238}.mbsc-mobiscroll-dark .mbsc-btn:disabled{background:#2b3940}.mbsc-mobiscroll-dark .mbsc-btn-flat.mbsc-active{background:rgba(80,204,196,0.3)}.mbsc-mobiscroll-dark .mbsc-btn-flat{background:transparent;color:#50ccc4;border-color:transparent}.mbsc-mobiscroll-dark .mbsc-btn-flat:disabled{background:transparent;color:#232e33}.mbsc-mobiscroll-dark .mbsc-switch-track{background:#2b3940}.mbsc-mobiscroll-dark .mbsc-switch-handle{background:#232e33}.mbsc-mobiscroll-dark .mbsc-switch input:checked+.mbsc-switch-track{background:#b5e6e2}.mbsc-mobiscroll-dark .mbsc-switch input:checked+.mbsc-switch-track .mbsc-switch-handle{background:#50ccc4}.mbsc-mobiscroll-dark .mbsc-switch input:disabled+.mbsc-switch-track{background:#101517}.mbsc-mobiscroll-dark .mbsc-switch input:disabled+.mbsc-switch-track .mbsc-switch-handle{background:#182024}.mbsc-mobiscroll-dark .mbsc-segmented-content{border-color:#50ccc4;color:#50ccc4}.mbsc-mobiscroll-dark .mbsc-stepper input{color:#f7f7f7}.mbsc-mobiscroll-dark .mbsc-stepper .mbsc-active .mbsc-segmented-content,.mbsc-mobiscroll-dark .mbsc-segmented input:checked+.mbsc-segmented-content{background:#50ccc4;color:#263238}.mbsc-mobiscroll-dark .mbsc-segmented input.mbsc-active+.mbsc-segmented-content{background:rgba(80,204,196,0.25);color:#263238}.mbsc-mobiscroll-dark .mbsc-stepper-cont{padding:1.75em 12.875em 1.75em 1em}.mbsc-mobiscroll-dark .mbsc-stepper{margin-top:-1.25em}.mbsc-mobiscroll-dark .mbsc-segmented input:disabled ~ .mbsc-segmented-item .mbsc-segmented-content,.mbsc-mobiscroll-dark .mbsc-step-disabled .mbsc-segmented-content,.mbsc-mobiscroll-dark .mbsc-segmented input:disabled+.mbsc-segmented-content{color:#101517;border-color:#101517}.mbsc-mobiscroll-dark .mbsc-stepper input:disabled{color:#101517;-webkit-text-fill-color:#101517}.mbsc-mobiscroll-dark .mbsc-segmented input:disabled:checked+.mbsc-segmented-content{background:#2b3940;border-color:#2b3940;color:#263238}.mbsc-mobiscroll-dark .mbsc-stepper .mbsc-active.mbsc-step-disabled .mbsc-segmented-content{color:#101517} .mbsc-cal-day-fg {padding: 5px 5px 3px 5px;}.pins, .pin {

    vertical-align:middle

}

.pins {
    position: fixed;
    right: 0px;
    top: 50%;
    height: 0px;
    width: 30px;
    z-index: 99;
}

.pin {
    position: relative;
    display: block;
    width: 10px;
    height: 10px;
    background-color: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(255, 255, 255, 0.75);
    border-radius: 40px;
    margin: 5px 5px;
    font-size: 0px;
    line-height: 0px;
    
}

.pin:before {
    border: 1px solid rgba(0,0,0, 0.15);
    position: absolute;
    background-color: rgba(0,0,0, 0.15);
    left: -2px;
    top: -2px;
    width: 12px;
    height: 12px;
    content: "";
    border-radius: 42px;
    z-index: -1;
}

.pin.active {
    background-color: transparent;
    
}

.pin img {
    width: 100%;
    height: 100%;
    opacity: 0;
    
}

@media (max-width: 512px) {
    
    .pins {
        width: 30px;
        
    }
    
    .pin {
        width: 15px;
        height: 15px;
    }
    
    .pin:before {
        width: 17px;
        height: 17px;
    }
    
}#hmenu {
    background-color: #AAA;
}

#hmenu.fixed {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 10;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

#hmenu.fixed > .wrapper {
    min-height: 50px;
    padding-top: 0px;
    padding-bottom: 0px;
}

#hmenu > .wrapper {
    display: block;
    text-align: center;
    min-height: 90px;
    padding-top: 20px;
    padding-bottom: 20px;
}

@media (max-width: 1024px) {
    
    #hmenu > .wrapper {
        min-height: 70px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media (max-width: 768px) {
    
    #hmenu > .wrapper {
        min-height: 50px;
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

.hmenu .wrapper > div.language {
    display: flex;
    justify-content: space-between;
    height: 40px;
    position: absolute;
    right: -20px;
    top: 47px;
    width: 30px;
    align-items: center;
}

@media (max-width: 1040px) {
    .hmenu .wrapper > div.language {
        right: 10px;
    }
    #hmenu > .wrapper > div.hmenu_mobile.mobile {
        margin-right: 10px;
    }
}

.hmenu .wrapper > div.language a {
    color: #fff !important;
    padding-top: 2px;
}

.hmenu .wrapper > div.language a.active {
    color: #ff4646 !important;
}

.hmenu .wrapper > div.language .country {
    width: 26px;
    height: auto;
    border: 1px solid black;
    z-index: 10;
}

#hmenu > .wrapper > div, 
#hmenu > .wrapper > div.hmenu_links > div,
#hmenu > .wrapper > div.hmenu_links > div > a,
#hmenu > .wrapper > div > a > img {
    display: inline-block; 
    vertical-align: top;
}

#hmenu > .wrapper > div,
#hmenu > .wrapper > div.hmenu_links > div {
    height: 50px;
}

#hmenu > .wrapper > div.hmenu_links > div {
    padding: 0px 10px;
    line-height: 50px;
    font-size: 18px;
}

#hmenu > .wrapper > div.hmenu_links {
    padding: 0px 10px;
}

.hmenu, 
#hmenu a {
    color: white;
    text-decoration: none;
}

.hmenu_logo, .hmenu_logo_mobile {
    float: left;
}

.hmenu_logo {
    width: 150px;
    top: -20px;
    position: relative;
}

.hmenu_icons {
    float: right;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    overflow: hidden;
    max-height: 50px;
}

.hmenu_icons img {
    margin-left: 10px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    overflow: hidden;
}

#hmenu > .wrapper > div.hmenu_mobile {
    float: right;
    position: relative;
    width: 21px;
    height: 50px;
    display: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    overflow: hidden;
    margin-left: 0;
    left: -14px;
    top: 13px;
    z-index: 2;
}

.hmenu_mobile:before {
    content: "";
    position: absolute;
    top: 15px;
    left: 0;
    width: 21px;
    height: 13px;
    border-top: 3px solid white;
    border-bottom: 3px solid white;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
    
}

.hmenu_mobile.active:before {
    content: "";
    position: absolute;
    top: 22px;
    left: 0;
    width: 21px;
    height: 0px;
    border-top: 1px solid transparent;
    border-bottom: 3px solid white;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.hmenu_mobile:after {
    content: "";
    position: absolute;
    top: 13px;
    left: 0;
    width: 21px;
    height: 10px;
    border-bottom: 3px solid white;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
}


.hmenu_mobile.active:after {
    content: "";
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 14px;
    left: 14px;
    width: 21px;
    height: 10px;
    border-bottom: 3px solid white;
    left: 3px;
}

#hmenu > .wrapper > .hmenu_clear {
    clear: both;
}


#hmenu > .wrapper.mobile > .hmenu_clear {
    height: 50px;
}

#hmenu > .wrapper > div.hmenu_mobile.mobile {
    display: block;
    cursor: pointer;
    z-index: 9;
}

#hmenu .left .hmenu_links {
    float: left;
}

#hmenu .right .hmenu_links {
    float: right;
}

.ease {
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

#hmenu > .wrapper > div.hmenu_links.mobile {
    position: relative;
    float: none;
    height: auto;
    padding: 0px;
    display: block;
}

#hmenu > .wrapper > div.hmenu_links.mobile.active {
    padding-top: 50px;
    padding-bottom: 25px;
}

#hmenu > .wrapper > div.hmenu_links.mobile > div {
    display: block;
    width: 200px;
    margin: 0 auto;
    text-align: center;

}

#hmenu > .wrapper > div.hmenu_links.mobile > div, #hmenu > .wrapper > div.hmenu_links.mobile > div > a {
    
    line-height: 0px;
    height: 0px;
    font-size: 0px;
}

#hmenu > .wrapper > div.hmenu_links.mobile.active > div:nth-child(1) {
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

#hmenu > .wrapper > div.hmenu_links.mobile.active > div:nth-child(2) {
    -webkit-transition: all .35s ease-in;
    -moz-transition: all .35s ease-in;
    transition: all .35s ease-in;
}

#hmenu > .wrapper > div.hmenu_links.mobile.active > div:nth-child(3) {
    -webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    transition: all .4s ease-in;
}

#hmenu > .wrapper > div.hmenu_links.mobile.active > div:nth-child(4) {
    -webkit-transition: all .45s ease-in;
    -moz-transition: all .45s ease-in;
    transition: all .45s ease-in;
}

#hmenu > .wrapper > div.hmenu_links.mobile.active > div:nth-child(5) {
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    transition: all .5s ease-in;
}

#hmenu > .wrapper > div.hmenu_links.mobile.active > div:nth-child(6) {
    -webkit-transition: all .55s ease-in;
    -moz-transition: all .55s ease-in;
    transition: all .55s ease-in;
}

#hmenu > .wrapper > div.hmenu_links.mobile.active > div:nth-child(7) {
    -webkit-transition: all .6s ease-in;
    -moz-transition: all .6s ease-in;
    transition: all .6s ease-in;
}

#hmenu > .wrapper > div.hmenu_links.mobile.active > div:nth-child(8) {
    -webkit-transition: all .65s ease-in;
    -moz-transition: all .65s ease-in;
    transition: all .65s ease-in;
}

#hmenu > .wrapper > div.hmenu_links.mobile.active > div:nth-child(9) {
    -webkit-transition: all .7s ease-in;
    -moz-transition: all .7s ease-in;
    transition: all .7s ease-in;
}

#hmenu > .wrapper > div.hmenu_links.mobile.active > div:nth-child(10) {
    -webkit-transition: all .75s ease-in;
    -moz-transition: all .75s ease-in;
    transition: all .75s ease-in;
}


#hmenu > .wrapper > div.hmenu_links.mobile.active > div:nth-child(11) {
    -webkit-transition: all .8s ease-in;
    -moz-transition: all .8s ease-in;
    transition: all .8s ease-in;
}

#hmenu > .wrapper > div.hmenu_links.mobile.active > div:nth-child(12) {
    -webkit-transition: all .85s ease-in;
    -moz-transition: all .85s ease-in;
    transition: all .85s ease-in;
}

#hmenu > .wrapper > div.hmenu_links.mobile.active > div:nth-child(1n+12) {
    -webkit-transition: all .85s ease-in;
    -moz-transition: all .85s ease-in;
    transition: all .85s ease-in;
}

#hmenu > .wrapper > div.hmenu_links.mobile.active > div > a {
    -webkit-transition: inherit;
    -moz-transition: inherit;
    transition: inherit;
}

#hmenu > .wrapper > div.hmenu_links.mobile.active > div, #hmenu > .wrapper > div.hmenu_links.mobile.active > div > a {
    
    line-height: 40px;
    height: 40px;
    font-size: 13px;
}


@media (min-width: 1200px) {
    #hmenu > .wrapper > div.hmenu_logo_mobile {

    }
}

#hmenu > .wrapper > div > a > img {

}

#hmenu > .wrapper > div.hmenu_logo_mobile {
    display: none;
}

#hmenu > .wrapper > div.hmenu_links {
    display: inline-block;
}.scrollup , .scrollup .wrapper {
    z-index: 999999;
    font-family: Lucida Sans Unicode,Lucida Grande,sans-serif;
}

.scrollupfixedwrapper {
    position: fixed;
    right: 5px;
    bottom: 45px;
    margin-bottom: -25px;
}

#module .scrollupfixedwrapper {
    right: 25px;
}

.scrollupcircle {
    cursor: pointer;
    margin: 10px;
    width: 50px;
    height: 50px;
    background-color: #ADC80B;
    border-radius: 50px;
    z-index: 999999;
}

.scrollupsocialwrapper {
    position: relative;
    z-index: 9999999;
}

.scrollupsocial {
    position: absolute;
    right: 0px;
    top: -10px;
    opacity: 0;
    z-index: -99;
}

#scrollup_phone {
    bottom: 160px;
}

#scrollup_share {

}

#scrollup_share:before, #scrollup_request:before, #scrollup_phone:before , #scrollup_anfahrt:before {
    right: 0px;
    height: 50px;
    width: auto;
    padding-left: 20px;
    font-size: 1em;
    text-align: right;
    content: "Teilen";
    position: absolute;
    line-height: 50px;
    padding-right: 55px;
    color: white;
    margin-right: 10px;
    border-radius: 25px;
    z-index: -1;
    background: #ADC80B;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    word-break: keep-all;
    white-space: nowrap;
}

#scrollup_request:before {
    content: "E-Mail";
}

#scrollup_phone:before {
    content: "Call";
}

#scrollup_anfahrt:before {
    content: "Anfahrt - G Maps";
}

#scrollup_scroll {
    opacity: 0;
    z-index: -99;
    margin-top: -70px;
}

#scrollup_scroll, .scrollupsocial {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#scrollup_circle {
	z-index: 9999;
	background-color: red;
	display: inline-block;
  vertical-align: middle;
  position: fixed;
  right: 7%;
  bottom: -64px;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  cursor: pointer;
  opacity: 0;
  text-align: center;
  line-height: 50px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  color: white;
	font-family: "Courier New", Courier, mono;
	font-size: 20px;
	font-weight: 900;
	font-stretch: ultra-expanded;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#scrollup_popup_wrapper {
    display: none;
    position: fixed;
    z-index: 999999;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    background-color: rgba(0, 0, 0, .32);
}

.scrollupsocialwrapper {
    z-index: 999999;
}

.scrollup_popup {
    width: 340px;
    margin: 0 auto;
    margin-top: 200px;
    position: relative;

}

.scrollup_inner_popup {
    background-color: white;
    overflow: hidden;
    border-radius: 5px;
}

.scrollup_popup img {
    max-width: 100%;
    height: auto;

}

.scrollup .calliconwrapper {
    position: relative;
}

.scrollup .callicon {
    width: 50px;
    height: 50px;
    background-color: #f8b629;
    border-radius: 50px;
    position: absolute;
    left: 50%;
    margin-left: -26px;
    top: -40px;
    border: 2px solid white;

}

.scrollup .innerwrapper {
    padding: 20px;
}

.scrollup .name {
    font-size: 1.4em;
    padding-bottom: .5em;
}
.scrollup .adresse {
    opacity: .8;
    margin-top: -.5em;
    padding-bottom: .5em;
}


.scrollup .iconwrapper {
    position: relative;
}

.scrollup .iconwrapper img {
    position: absolute;
    top: -1px;
    left: -4px;
    max-width: 30px;
    max-height: 30px;
}

.scrollup .iconwrapper > div {
    padding-left: 30px;
}

#scrollup #scrollup_share:before, #scrollup #scrollup_anfahrt:before, #scrollup  #scrollup_request:before, #scrollup  #scrollup_phone:before {
    opacity: 0;
}

#scrollup.isInViewport #scrollup_share:before, #scrollup.isInViewport #scrollup_anfahrt:before, #scrollup.isInViewport  #scrollup_request:before, #scrollup.isInViewport  #scrollup_phone:before {
    opacity: 1;
}

.scrollupphonewrapper, .scrollupsocialwrapper, .scrolluprequestwrapper, #scrollup_scroll, .scrollupanfahrtwrapper {
    position: relative;
    z-index: 9999;
}

#scrollup_scroll {
    z-index: 9998;
}

.scrollupphonewrapper, .scrollupsocialwrapper, #shadow, .scrollupanfahrtwrapper {

    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#scrollup .scrollupsocialwrapper,  #scrollup  .scrollupphonewrapper,  #scrollup  .scrollupanfahrtwrapper {
    margin-top: -50px;
    opacity: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: -999;

}

#scrollup.isInViewport .scrollupsocialwrapper,  #scrollup.isInViewport  .scrollupphonewrapper,  #scrollup.isInViewport  .scrollupanfahrtwrapper {
    margin-top: 0px;
    opacity: 1;
    z-index: 999999;
}

#scrollup_scroll {
    margin-top: -60px;
}

#scrollup #scrollup_scroll {
    margin-top: -20px;
    opacity: 1;
    z-index: 999999;
    bottom: -10px;
}

#scrollup.isInViewport #scrollup_scroll {
    opacity: 0;
    z-index: -99;
    margin-top: -70px;
}

#shadow {
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: fixed;
    right: -10px;
    bottom: -10px;
    z-index: 0;
    width: 120%;
    height: 120%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,000000+100&0+47,1+100 */
    background: -moz-linear-gradient(-45deg, rgba(255,255,255,0) 0%, rgba(135,135,135,0) 80%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(255,255,255,0) 0%,rgba(135,135,135,0) 80%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(255,255,255,0) 0%,rgba(135,135,135,0) 80%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

@media (max-width: 500px) {
    #shadow {
        background: -moz-linear-gradient(-66deg, rgba(255, 255, 255, 0) 0%, rgba(135, 135, 135, 0) 58%, rgba(0, 0, 0, 1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(-66deg, rgba(255, 255, 255, 0) 0%, rgba(135, 135, 135, 0) 58%, rgba(0, 0, 0, 1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(166deg, rgba(255, 255, 255, 0) 0%, rgba(135, 135, 135, 0) 58%, rgba(0, 0, 0, 1) 100%) /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#000000', GradientType=1); /* IE6-9 fallback on horizontal gradient */
    }
}

#scrollup #shadow {
    opacity: 0;
}

#scrollup.isInViewport #shadow {
    opacity: 1;
}

#scrollup #scrollup_share.isInViewport.active:before {
    opacity: 0;
}
.slideshow {
    font-size: 0px;
    line-height: 0px;
}

.slideshow .wrapper {
    width: 100%;
    padding: 0px;
    overflow: hidden;
    white-space:nowrap;
}

.slideshow_wrapper {
    width: 100%;
    position: relative;
    overflow: visible;
    white-space: nowrap;
    text-align: center;
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    transition: all .5s ease-in;
}

.slideshow_slide {
    width: 100%;
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.slideshow_slide img {
    width: 100%;
}

.slideshow_right, .slideshow_left {
    position: absolute;
    height: 100%;
    z-index: 9;
    width: 30%;
    font-size: 10px;
    line-height: 50px;
    cursor: pointer;
    -moz-user-select: none; 
    -khtml-user-select: none; 
    -webkit-user-select: none; 
    -o-user-select: none;
    opacity: .5;
}

#editor .slideshow_right, #editor .slideshow_left {
    width: 100px;
    height: 100px;
    top: 50%;
    margin-top: -50px;
    
}

.slideshow_right svg, .slideshow_left svg {
    position: absolute;
    top: 50%;
    margin-top: -25px;
}

#editor .slideshow_right {
    right: 10px;
}


#editor .slideshow_left {
    left: 10px;
}

.slideshow_right {
    right: 0px;
}


.slideshow_left {
    left: 0px;
}

#editor .slideshow_right svg {
    right: 50px;
}


#editor .slideshow_left svg {
    left: 50px;
}

.slideshow_right svg {
    right: 0px;
}


.slideshow_left svg {
    left: 0px;
}

.slideshow_nav {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

.slideshow_nav_item {
    margin: 5px;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 20px;
    background-color: white;
    border: 1px solid transparent;
    cursor: pointer;
    -moz-user-select: none; 
    -khtml-user-select: none; 
    -webkit-user-select: none; 
    -o-user-select: none;
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    transition: all .5s ease-in;
}

.slideshow_nav_item.active {
    border: 1px solid white;
    background-color: transparent;
}

.slideshow_text {
    position: absolute;
    bottom: 0px;
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    padding-bottom: 40px;
    background-color: rgba(0,0,0,.5);
    color: white;
}.bildfullwidth {
    position: relative;
    padding: 20px;
    margin-right: -20px;
    min-height: 440px;
    margin-left: -20px;
    overflow: hidden;
}
.bildfullwidth .centerInParent{
    object-fit: cover;
}
.bildfullwidth .imgwrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bildfullwidth .wrapper table.top {
    top: 0;
}
.bildfullwidth .wrapper table.middle {
    top: 48%;
}
.bildfullwidth table tr td.black, .bildfullwidth table tr td.black a{
    pointer-events: all;
}
.bildfullwidth .wrapper table.bottom {
    bottom: 4%;
}
.bildfullwidth h2{
    height: 100%;
}
.bildfullwidth h2 .wrapper {
    height: 100%;
}
.bildfullwidth .imgwrapper img {
    position: absolute;
}

.bildfullwidth .wrapper {
    position: relative;
    height: 360px;
}

.bildfullwidth .wrapper table {
    width: 100%;
    height: 100%;
}

.bildfullwidth table tr td {
    font-size: 3em;
    word-break: break-word;
}
.bildfullwidth table.middle tr td {
    vertical-align: middle;
}

.bildfullwidth table.top tr td {
    vertical-align: top;
}

.bildfullwidth table.bottom tr td {
    vertical-align: bottom;
}

.bildfullwidth table tr td.white, .bildfullwidth table tr td.white {
    color: white;
    text-decoration: none;
    border-bottom: 0 none;
}

.bildfullwidth table tr td.black, .bildfullwidth table tr td.black a {
    color: black;
    text-decoration: none;
    border-bottom: 0 none;
}


@media (max-width: 640px) {
    .bildfullwidth table tr td {
        font-size: 2.5em;
    }
}

@media (max-width: 540px) {
    .bildfullwidth table tr td {
        font-size: 2em;
    }
}

@media (max-width: 440px) {
    .bildfullwidth table tr td {
        font-size: 1.5em;
    }
}


.bildfullwidth .wrapper {
    pointer-events: none;
}

.bildfullwidth .wrapper table {
    width: 100%;
    height: 0;
    position: absolute;
    bottom: 0px;
}

.bildfullwidth table tr td.white, .bildfullwidth table tr td.white {
    pointer-events: all;
}.heins {
	position: relative;
}

.heins .wrapper {
	padding-top: 30px;
	padding-bottom: 20px;
}

.heins h1 {
	font-size: 36px;
	margin-bottom: 10px;
}

.heins p {
	font-size: 24px;
}

.heins .button {
	margin-top: 30px;
}

.heins .button-container {
	display: flex;
	flex-wrap: wrap;
}

.heins .button-container .button {
	margin-right: 20px;
}

@media (max-width: 400px) {
	.heins .button-container {
		flex-direction: column;
	}
	.heins .button-container > * {
		display: flex;
		width: 100%;
	}
	.heins .button-container .button {
		display: flex;
		width: 100%;
		margin-right: 0;
	}
}.hzwei .wrapper {
	padding-top: 20px;
	padding-bottom: 10px;
}

.hzwei h2 {
	font-size: 24px;
	margin-bottom: 5px;
}

.hzwei p {
	font-size: 18px;
}.bild-text-button {
    margin-top: 100px;
    margin-bottom: 50px;
}

.bild-text-button .container {
    display: flex;
}

.bild-text-button .container .bild {
    flex-basis: 50%;
    min-width: 30%;
}

.bild-text-button .container .content {
    background: #00464B;
    color: #fff;
    display: flex;
    flex-direction: column;
    padding: 40px 90px 50px 50px;
    width: 100%;
    box-sizing: border-box;
}

.bild-text-button.hell .container .content {
    background: #ADC80B;
    color: #00464B;
}

.bild-text-button.hell .content .text > a {
    color: #00464B !important;
}

.bild-text-button.hell .container .button {
    background: #00464B !important;
    color: #fff;
}

.bild-text-button .content .text > a {
    font-weight: bold;
}

.bild-text-button .container .content .headline {
    display: block;
    font-size: 44px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.3em;
    margin-bottom: 10px;
}



.bild-text-button .content .text.unten {
    margin-top: 25px;
}

.bild-text-button .content a:hover {
    color: #fff;
    cursor: pointer;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
}

.bild-text-button .container .bild img {
    min-height: 100%;
}

@media (max-width: 1040px) {
    .bild-text-button .container {
        flex-direction: column;
    }
    .bild-text-button .bild {
        min-height: 600px;
    }
}

@media (max-width: 900px) {
    .bild-text-button .container .content {
        padding: 40px 36px;
    }
    .bild-text-button {
        margin: 30px 0;
    }

}

.bild-gross-text {
    display: flex;
    margin-top: 100px;
}

.bild-gross-text .text-container {
    max-width: 27%;
}

.bild-gross-text .text-container .hzwei {
    margin-bottom: 30px;
}

.bild-gross-text .bild {
    max-height: 75vh;
}
.bild-gross-text .bild img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 1500px) {
    .bild-gross-text .text-container {
        max-width: 30%;
    }
    .bild-gross-text .text-container.text-links {
        padding-right: 50px !important;
    }
    .bild-gross-text .text-container.text-rechts {
        padding-left: 50px !important;
    }
}

@media (max-width: 1100px) {
    .bild-gross-text .text-container {
        max-width: 30%;
    }
    .bild-gross-text .text-container.text-links {
        padding-right: 30px !important;
    }
    .bild-gross-text .text-container.text-rechts {
        padding-left: 30px !important;
    }
}

@media (max-width: 1040px) {
    .bild-gross-text {
        flex-direction: column !important;
        margin: 0 auto !important;
    }
    .bild-gross-text .text-container.text-links {
        padding-right: unset;
    }
    .bild-gross-text .text-container.text-rechts {
        padding-left: unset;
    }
    .bild-gross-text .text-container {
        padding: 40px 20px !important;
        max-width: 100%;
    }
    .bild-gross-text .bild {
        overflow: hidden;
        padding: 0 20px;
    }

}.galerie-drei {
    margin: 100px 0 20px;
}

.galerie-drei .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 50px 0;
}

.galerie-drei .container .bild {
    flex-basis: 30%;
    width: 100%;
    margin-bottom: 40px;
    max-height: 220px;
}

.galerie-drei .container .bild img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

@media (max-width: 900px) {
    .galerie-drei .container .bild {
        flex-basis: 48%;
        max-height: 300px;
    }
}

@media (max-width: 768px) {
    .galerie-drei .container .bild {
        flex-basis: 100%;
    }
}.hdrei .wrapper {
	padding-top: 10px;
	padding-bottom: 5px;
}

.hdrei h3 {
	font-size: 22px;
	margin-bottom: 5px;
}

.hdrei p {
	font-size: 16px;
}
.datenschutz .wrapper div {
    padding-top: 20px;
}
.datenschutz p {
    padding-top: 10px;
}#editor .text1.nopadding .wrapper p,
.text1.nopadding .wrapper p {
    padding-right: 0;
}.liste {
    padding-top: 20px;
    padding-bottom: 20px;
}


.liste_ul, .liste h2 {
    margin-left: 50px;
    color: var(--default);
}.hvier .wrapper {
	padding-top: 10px;
	padding-bottom: 5px;
}

.hvier h4 {
	font-size: 20px;
	margin-bottom: 5px;
}

.hvier p {
	font-size: 16px;
}.angebote {
    margin-top: 50px;
    margin-bottom: 50px;
}

.angebote .container {
    display: flex;
    justify-content: space-between;
}

.angebote .container .angebot {
    flex-basis: 31%;
    border: 1px solid rgba(192, 192, 192, 0.53);
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    width: auto;
    overflow: hidden;
}



.angebote .angebot .bild {
    max-width: 400px;
    min-height: 250px;
    max-height: 250px;
}

.angebote .angebot .bild img {
    object-fit: cover;
    min-height: 100% !important;
}

.angebote .content {
    display: flex;
    flex-direction: column;
    padding: 40px 26px;
    margin-bottom: 50px;
}

.angebote .content .headline {
    font-size: 30px;
    font-weight: normal;
    text-transform: none;
    margin-bottom: 15px;
    line-height: 1.35em;
}

.angebote .button {
    background: #acc808;
    padding: 20px 36px;
    color: #fff;
    max-width: unset;
    text-align: left;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.angebote .button:after {
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    right: calc(10% + 50px);;
    top: 24px;
    transform: rotate(45deg);
}

.angebote .angebot ul {
    margin-left: 20px;
}

@media (max-width: 900px) {
    .angebote .container {
        flex-direction: column;
    }

    .angebote .angebot {
        margin-bottom: 50px;
    }
    .angebote .angebot .bild {
        min-height: 500px;
        max-width: unset;
    }
}.videogalerie {
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
}

.videogalerie .bilder > div {
	flex-basis:49% !important;
}

.videogalerie .wrapper .container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.videogalerie .bilder {
	margin-left: 0px;
	margin-right: 0px;
	display: flex;
}

.videogalerie .bilder .bild {
	float: left;
	width: calc(50% - 20px);
	height: auto;
	position: relative;
	z-index: 10;
}

.videogalerie .bilder img {
	width: 100%;
	object-fit: cover;
	height: 100%;
}

.videogalerie .bilder .bild a {
	display: block;
	line-height: 0;
	height: 100%;
}

#editor .videogalerie .bilder .bild a {
	display: inline-block;
}

.videogalerie .bilder .bild .title {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	z-index: 100;
	width: 100%;
	box-sizing: border-box;
	text-align: left;
	padding: 20px 30px;
	font-size: 20px;
	pointer-events: none;
	background: #00464B;
	font-weight: bold;
}

.videogalerie .bild .overlay {
	position: absolute;
	top: calc(50% - 85px);
	left: calc(50% - 66px);
	width: 135px;
	height: 95px;
	background-color: #aec80d;
	border-radius: 15px;
	clip-path: polygon(0% 0%, 0% 100%, 40% 100%, 40% 30%, 65% 50%, 65% 50%, 40% 70%, 40% 100%, 100% 100%, 100% 0%);
	opacity: .85;
	z-index: 1;
}

.videogalerie .bild .overlay:hover {
	cursor: pointer;
}

#editor .videogalerie .bilder .bild .title {
	pointer-events: all;
}

.videogalerie .bilder > div {
	max-height: 600px;
	box-sizing: border-box;
	margin-bottom: 50px;
}

.videogalerie .rezension {
	background: #00464B;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 30px;
}

.videogalerie .rezension .oben {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 20px;
}

.videogalerie .rezension .oben .name {
	font-weight: bold;
	margin-left: 30px;
}

.videogalerie .rezension .oben img {
	width: 125px;
	height: 125px;
	border-radius: 75px;
	object-fit: cover;
}

.videogalerie .container.klein .rezension .oben img {
	width: 125px !important;
	min-width: 125px !important;
	height: 125px !important;
	top: unset !important;
	left: unset !important;
	position: relative !important;
}

.videogalerie .rezension .unten a:hover {
	color: #fff;
	cursor: pointer;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 2px;
}

.videogalerie .pause:before, .videogalerie .play:before, .videogalerie .bilder .bild .title:after  {

	content: " ";
	top: 48%;
	left: 50%;
	position: absolute;
	z-index: 99;

	line-height: 20px;
	margin-top: -20px;
	font-size: 30px;
	margin-left: -9.5px;
	text-align: center;
	pointer-events: none;
	color: white;

	-webkit-transition: opacity 500ms ease-out;
	-moz-transition: opacity 500ms ease-out;
	-o-transition: opacity 500ms ease-out;
	transition: opacity 500ms ease-out;
	opacity: 1;
	border-style: solid;
	border-width: 19px 0 19px 34px;
	border-color: transparent transparent transparent rgba(255, 255, 255, 1);

}

.videogalerie .bilder .bild .title:after {
	display: none;
	width: 80%;
	margin-left: 10%;
	height: 5px;
	border-radius: 50px;
	top: auto;
	bottom: 21px;
	left: 0px;
	background: linear-gradient(137deg, #008d36, #ffdb0e);
	border: 0 none;
}

.videogalerie .play:before {
	border-style: solid;
	border-width: 0 10px 0 10px;
	border-color: transparent rgba(255, 255, 255, 1) transparent rgba(255, 255, 255, 1);
	width: 5px;
	height: unset;
	top: auto;
	left: 30px;
	bottom: 15px;
	z-index: 999;
}

.videogalerie .pause:before {
	display: none;
	border-style: solid;
	border-width: 9px 0 9px 15px;
	border-color: transparent transparent transparent rgba(255, 255, 255, 1);

}

.videogalerie .bild:hover .pause:before {
	transform: scale(1.1) !important;
}

.videogalerie .pause:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;

	z-index: 98;
	top: 0;
	left: 0;
	pointer-events: none;
}

.videogalerie .container.gross {
	flex-direction: column;
}

.videogalerie .container.gross > div {
	width: 100% !important;
	overflow: hidden;
	margin-top: 50px;
}

.videogalerie .container.gross .bild a {
	width: 100%;
}

.videogalerie .container.gross .rezension {
	flex-direction: row;
	padding: 0;
	max-height: 100%;
}

.videogalerie .container.gross .rezension .oben {
	margin: 0;
	min-width: 300px
}

.videogalerie .container.gross .rezension .oben img {
	width: 100%;
}

.videogalerie .container.gross > div {
	max-height: 600px;
}

.videogalerie .container.gross .rezension .unten {
	padding: 40px;
}

.videogalerie .container.gross .rezension .oben .name {
	display: none;
}

.videogalerie .container.gross .bild {
	flex-direction: column;
	display: flex;
	max-height: 500px;
	min-height: 500px;
}

.videogalerie .container.gross .bild img,
.videogalerie .container.gross .bild a {
order: 2;
}

.videogalerie .container.gross .bild .title {
	position: relative;
	bottom: unset;
	top: -10px;
	padding-bottom: 20px;
	background: #fff;
	color: #00464B;
	padding-left: 0;
	font-size: 44px;
	text-transform: uppercase;
	line-height: 1em;
	order: 1;
}

.videogalerie .container.gross .bild .overlay {
	top: 45%;
}

.videogalerie .container.gross .bild a {
	display: block;
	overflow: hidden;
	max-height: 500px;
	min-height: 500px;
	position: relative;
}

.videogalerie .container.gross .rezension .oben img {
	width: 300px;
	height: 100%;
	border-radius: 0;
}
@media (max-width: 1200px) {
	.videogalerie .bilder .bild {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}

@media (max-width: 940px) {
	
	.videogalerie .bilder {
		margin-left: 0px;
		margin-right: 0px;
	}
	
}

@media (max-width: 940px) {
	
	.videogalerie .bilder .bild {
		float: left;
		width: 48%;
		height: auto;
		margin: 0;
	}
	.videogalerie .container.gross .bild {
		min-height: 500px;
	}
	.videogalerie .container.gross .bild .overlay {
		top: 50%;
	}
	.videogalerie .container.gross .rezension {
		margin-top: 10px;
	}
	.videogalerie .bilder > div,
	.videogalerie .bilder .bild{
		margin-bottom: 20px;
		max-height: unset;
	}
	
	.videogalerie .bilder .bild:nth-child(2n+1) {
		margin-left: 0px;
		
	}
	.videogalerie .bilder .bild:nth-child(2n) {
		margin-right: 0px;
		
	}
	.videogalerie .pause:before, .videogalerie .play:before {
		top: unset;
		border-width: 8px 0 8px 14px;
		bottom: 16px;
		left: 25px;
	}
	.videogalerie .container.gross .rezension {
		flex-direction: column;
	}
	.videogalerie .container.gross .rezension .oben {
		min-height: 500px;
	}

}

@media (max-width: 800px) {
	.videogalerie .bilder {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.videogalerie .bilder .bild {
		width: 100%;
		max-width: 500px;
		min-height: 400px;
	}
	.videogalerie .container {
		flex-direction: column !important;
	}
	.videogalerie .bilder,
	.videogalerie .bilder .bild {
		width: 100% !important;
		max-width: unset;
	}
	.videogalerie .text-container {
		padding: 0 !important;
	}
}

@media (min-width: 520px) and (max-width: 800px) {
	.videogalerie .bilder .bild .title:after {
		width: calc(100% - 80px);
		margin-left: 50px;
	}
}


@media (max-width: 470px) {

	.videogalerie .bilder img {
		float: none;
		width: 100%;
		height: auto;
		margin: 0;
	}
	.videogalerie .rezension .oben {
		flex-direction: column;
	}
	.videogalerie .rezension .oben .name {
		margin-left: 0;
		text-align: center;
	}
	.videogalerie .bilder .bild {
		min-height: unset;
	}
}

@media (max-width: 400px) {
	.videogalerie .bilder .bild .title:after {

	}
	.videogalerie .bilder .bild .title {

	}
}.iframe iframe {
	pointer-events: auto;
}.kacheln3 table {
    position: relative;
    width: 100%;
}
.kacheln3 .spalte {
    width: 33.33%;
    padding: 20px;
    padding-bottom: 0px;
    vertical-align: top;
}

.kacheln3 .spalte img {
    width: 100%;
    height: auto;
    margin-top: 10px;
}

.kacheln3 .spalte h3 {
    margin-top: 10px;
    font-size: 1.5em;
    line-height: 1.3em;
    word-break: break-word;
}

.kacheln3 .spalte p {
    margin-top: 10px;   
    word-break: break-word;
}

.kacheln3 .spalte1 {
    padding-left: 0px;
}

.kacheln3 .spalte2 {
    padding-left: 10px;
    padding-right: 10px;
}

.kacheln3 .spalte3 {
    padding-right: 0px;
}

@media (max-width: 640px) {
    .kacheln3 .spalte {
        box-sizing: border-box;
        display: inline-block;
        width: 50%;
    }
    
    
    
    .kacheln3 .spalte1, .kacheln3 .spalte2, .kacheln3 .spalte3 {
        padding-right: 0px;
        padding-left: 0px;
        padding-bottom: 10px;
    }
    
    .kacheln3 .spalte1, .kacheln3 .spalte3 {
        padding-right: 10px;
    }
    .kacheln3 .spalte2 {
        padding-left: 10px;
    }
    
}

@media (max-width: 440px) {
    .kacheln3 .spalte {
        display: block;
        width: 100%;
    }
    
    .kacheln3 .spalte1 {
        padding-right: 0px;
        padding-left: 0px;
        padding-bottom: 10px;
    }

    .kacheln3 .spalte2 {
        padding-right: 0px;
        padding-left: 0px;
    }
    
    .kacheln3 .spalte3 {
        padding-right: 0px;
        padding-left: 0px;
    }
    
}.cta .wrapper {
	padding-top: 20px;
}

.cta .cta_button_a, .cta .cta_button_b, .cta .cta_button_c, .cta .cta_button_d {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-right: 20px;
	margin-bottom: 20px;
	color: white;
	background-color: orange;
	display: inline-block;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	min-width: 100px;
	text-align: center;
}

.cta a {
	text-decoration: none;
	color: inherit;
}

.cta .cta_button_b, .cta .cta_button_d {
	background-color: silver;
}

.cta .cta_button_c, .cta .cta_button_d {
	float: right;
	margin-right: 0px;
	margin-left: 20px;
}.spaltenliste .container {
    display: flex;
    justify-content: space-between;
}

.spaltenliste .container > div {
    flex-basis: 48%;
    margin-left: 24px;
}

.spaltenliste li {
    list-style: none;
}

@media (max-width: 768px) {
    .spaltenliste .container {
        flex-direction: column;
    }
    .spaltenliste .liste {
        padding:0;
    }
    .spaltenliste .liste:first-of-type {
        padding-top: 20px;
    }
}.rapidmail {
    margin-top: 100px;
    background-image: url('/module/rapidmail/blatt_bg.png');
    background-size: 150px;
    background-position: 0 0;
}

.rapidmail .infomailerinfo .hdrei h3 div,
.rapidmail .infomailerinfo div {
    color: #346d38
}

.rapidmail .infomailerinfo .hdrei  {
    margin-bottom: 20px;
}

.infomailerinfo {
    padding-top: 20px;
    padding-bottom: 30px;
    position: relative;
    min-height: 140px;
    padding-left: 200px;
    padding-right: 200px;
}

@media (max-width: 1000px) {
    .infomailerinfo {
        padding-right: 0px;
    }
}

.infomailerinfo:before {
    position: absolute;
    content: " ";
    left: 0px;
    height: 150px;
    width: 150px;
    top: 50px;
    background: url('//neu.christian-birke-coaching.de/datei/de/blatt_201.png');
    background-size: 100%;

}

.infomailerinfo .titel {
    padding-left: 0;
    font-size: 2em;
    line-height: 1.2em;
    padding-bottom: 10px;
}


@media (max-width: 800px) {
    .infomailerinfo {
        padding-left: 0px;
        padding-top: 180px;
    }


    .infomailerinfo .titel {
        font-size: 1.8em;
    }

    .footerform_border {
        padding: 0;
        margin: 0;
        width: 100%;
        box-sizing: border-box;
        position: relative;
        padding-top: 120px;
    }

    .footerform_border tr:nth-of-type(1) td:nth-of-type(1), .footerform_border tr:nth-of-type(1) td:nth-of-type(2), .footerform_border tr:nth-of-type(1) td:nth-of-type(3) {
        display: block !important;
        position: absolute;
        width: 100%;
        text-align: left !important;
        padding-left: 0;
        height: 30px;
        top: 0;
        box-sizing: border-box;
    }

    .footerform_border tr:nth-of-type(1) td:nth-of-type(2) {
        top: 40px;
    }

}

@media (max-width: 400px) {
    .rapidmail {
        margin-top: 50px !important;
    }
}.preise {
    margin: 0;
}

@media (min-width: 1040px) {
    .preise {
        margin: 30px 0;
    }
}

.preise .container {
    display: flex;
    justify-content: space-between;
}

.preise .box {
    flex-basis: 48.5%;
    padding: 20px 25px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.preise .headline {
    font-weight: bold;
    order: 1;
    margin-bottom: 20px;
}

.preise .hinweis {
    font-size: 14px;
    order: 999;
    margin-top: 20px;
}

.preise.kein-angebot .rechts {
    background: #fff;
}

.preise .links,
.preise.kein-angebot .rechts{
    border: 1px solid #00464b;
}

.preise .preis-zeile {
    display: flex;
    justify-content: space-between;
    order: 2;
}

.preise .preis-zeile .text,
.preise .preis-zeile .preis {
    width: fit-content;
    white-space: nowrap;
}


.preise .punkte {
    width: 100%;
    background-image: url('/module/preise/punkte2.png');
    background-repeat: repeat-x;
    background-size: 5px;
    background-position: 100% 14.5px;
    margin: 0 5px;
}

@media (max-width: 1040px) {
    .preise .container {
        flex-direction: column;
    }
    .preise .box {
        margin-bottom: 20px;
    }
}

@media (max-width: 400px) {
    .preise .preis-zeile {
        flex-direction: column;
    }
    .preise .preis-zeile .preis {
        width: 100%;
        text-align: left;
    }
    .preise .preis-zeile .text {
        position: relative;
    }
    .preise .preis-zeile .text:after {
        content: ":";
        position: absolute;
        right: -5px;
        top: 0;
    }
}.footermitspalten .wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
}

.footermitspalten table {
    width: 100%;
}

.footermitspalten table tr td {
    vertical-align: top;
    height: 100%;
}

.footermitspalten .tdlogo {
    padding-right: 50px;
}

.footermitspalten .spaltentable {
    table-layout:fixed;
}

.footermitspalten .spaltentable tr td {
    height: 100%;
}

.footermitspalten .socialmedia {
    
    padding-top: 10px;
}

.footermitspalten .socialmediaicon {

    margin: 10px;
    width: 30px;

}

.footermitspalten img {
    width: 130px;
}.galerie2 {
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
}

.galerie2 .bilder {
	margin-left: -10px;
	margin-right: -10px;
}
.galerie2 .bilder img {
	float: left;
	width: 440px;
	height: 440px;
	margin: 10px;
}

@media (max-width: 940px) {
	
	.galerie2 .bilder {
		margin-left: 0px;
		margin-right: 0px;
	}
	
}

@media (max-width: 940px) {
	
	.galerie2 .bilder img {
		float: left;
		width: 48%;
		height: auto;
		margin: 2%;
	}
	
	.galerie2 .bilder img:nth-child(2n+1) {
		margin-left: 0px;
		
	}
	.galerie2 .bilder img:nth-child(2n) {
		margin-right: 0px;
		
	}

}

@media (max-width: 470px) {

	.galerie2 .bilder img {
		float: none;
		width: 100%;
		height: auto;
		margin: 0;
		margin-bottom: 20px;
	}
}.googlemaps iframe {
	pointer-events: none;
}

@media (max-width: 940px) {

	.googlemaps {
		margin-left: -20px;
		margin-right: -20px;
		position: relative;
	}

}
.form form {
	width: 100%;
}

.form input[type=submit] {
	margin-top: 20px;
	margin-left: 10px;
	margin-bottom: 0px;
	float: right;
	border: 0 none;
	background: transparent;
	padding: 10px 15px 10px 15px;
	font: inherit;
	color: white;
	font-weight: bold;
	background-color: orange;
	cursor: pointer;
	-webkit-appearance: none;
  -webkit-border-radius:0; 
  border-radius:0;
}

.form_input > div {
	padding: 5px 0px;
}

.form input[type=text], .form textarea, .form select {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0 none;
	outline: 0 none;
	text-align: left;
	vertical-align: middle;
	font: inherit;
	background: transparent;
	color: black;
}

.form textarea {
	margin-top: 2px;
	height: 90px;
	margin-bottom: 2px;
}

.form_input_border {
	padding: 5px 10px 5px 10px;
	background-color: #EEE;
}

.form input[type=radio], .form input[type=checkbox] {
	float: left;
	margin-left: 10px;
	margin-top: 7px;
	margin-bottom: 5px;
}

.form_radio_label, .form_checkbox_label {
	margin-left: 35px;
	padding-top: 5px;
	margin-bottom: 5px;
}

.form_label, .form h2 {
	padding: 10px 10px 10px 10px;
}

.form h2 {
	margin: 0;
	padding-top: 15px;
	padding-bottom: 0px;
	margin-bottom: -5px;
}

.form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	border: 0 none;
	background: transparent;
	background-color: white;
	padding: 0;
	margin: 0;
	border-radius: 0px;
	overflow: hidden;
	background-image: none;
	background-color: white;
	outline: none;
	padding: 5px 10px 5px 10px;
	border: 0 none;
	background-color: #EEE;
	position: relative;
}

.form_select {
	position: relative;
}

.form_select:after {
	position: absolute;
	z-index: 1;
	bottom: 8px;
	right: 10px;
	content: " ";
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 0 0;
	border-color: transparent #CCC transparent transparent;
}

.form_text {
	padding: 0px 10px 0px 10px;
}

.form_wrapper table {
    width: 100%;
}.flow .flow-punkt {
    display: flex;
    padding-left: 100px;
}

.flow .flow-punkt .flow-links {
    width: 50px;
    position: relative;
}

.flow .flow-punkt .nummer {
    background: #00464b;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 500;

}

.flow .flow-punkt .nummer:after {
    content: "";
    width: 2px;
    position: absolute;
    left: 14px;
    top: 30px;
    height: calc(100% - 30px);
    background: #00464b;
}

.flow .flow-punkt:last-of-type .nummer:after {
    display: none;
}

.flow .flow-punkt .headline {
    font-weight: 700;
    padding-bottom: 10px;
}

.flow .flow-punkt .inhalt {
    padding-right: 100px;
    width: 100%;
}

.flow .flow-punkt .flow-text {
    padding-bottom: 20px;
}

@media (max-width: 1040px) {
    .flow .flow-punkt .flow-links {
        flex-basis: 10%;
    }
}

@media (max-width: 900px) {
    .flow .flow-punkt .inhalt,
    .flow .flow-punkt {
        padding-left: 0;
        padding-right: 0;
    }
    .flow .flow-punkt .flow-links {
        margin-right: 10px;
    }
    .flow .wrapper .wrapper {
        padding: 0;
    }
}.hfuenf .wrapper {
	padding-top: 10px;
	padding-bottom: 5px;
}

.hfuenf h5 {
	font-size: 20px;
	margin-bottom: 5px;
}

.hfuenf p {
	font-size: 16px;
}.mehr2 .mehrbutton.active:before {
    top: 50px;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mehr2 .wrapper {
    margin-bottom: 10px;
    padding: 0 20px;
    box-sizing: border-box;
}

.cta_tischbuchen .details-btn {
    color: #fff;
    padding: 8px 15px;
    background: #00464b;
    transition: ease-in-out 0.5s transform, ease-out .7s all;
    vertical-align: middle;
    padding-top: 6px;
    font-weight: 700;
    width: max-content;
    width: fit-content;
    position: absolute;
    bottom: 30px;
}

.cta_tischbuchen .details-btn{
    /*box-shadow: 3px 5px 10px silver;*/
    bottom: 0 !important;
    position: relative !important;
    min-width: 20%;
    position: relative;
    bottom: 30px;
    text-align: center;
    margin-top: 20px;
}

.cta_tischbuchen .details-btn a {
    color: #fff;
}

@media all and (min-width: 1080px) {
    .mehr2 .wrapper {
        padding: 0;
    }
    .mehr2 .wrapper .headline .titel {
        padding: 0;

    }
}

.mehr2 .content-container {
	width: 100%;
	padding-left: 26px;
    padding-right: 20px;
    box-sizing: border-box;
}

.mehr2 .mehrbutton2.active:before {
    top: 50px;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mehr2 .wrapper .headline .titel {
    font-size: inherit;
    margin-bottom: 10px;
    margin-left: 0;
    background: #00464b;
    color: #fff;
    padding: 10px;
}



.mehr2 {
    margin-top: 10px;
}


.mehr2 .mehrbutton2.active {
    background: url('/bilder/icons/plus.svg') no-repeat;
    background-size: 40px;
    background-position: 0% 90%;
    display: none;
}

/*
.mehr2 .mehrbutton:before {
    content: '';
    position: absolute;
    right: 10px;
    top: 38px;
    width: 15px;
    height: 15px;
    border-top: 2px solid rgb(86,93,86);
    border-right: 2px solid rgb(86,93,86);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}*/


.mehr2 .mehrbutton {
    padding: 0;
    font-size: 1em;
    line-height: 1em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-top: 0px solid #00464b;
    position: relative;
    padding-top: 10px;
    padding-bottom: 0px;
	padding-left: 0px;
}

.mehr2 .mehrbutton .titel > div {
    color: #fff;
    display: inline-block;
    font-weight: inherit;
    line-height: 1.3em;
    text-decoration: none;
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
    text-decoration-color: #00464b;
}

.mehr2 .mehrbutton .titel > div:after {
    content: " ";
    position: relative;
    width: 24px;
    height: 24px;
    margin-left: 30px;
   /* background: url(/bilder/icons/plus.svg) no-repeat;
    background-size: 20px;*/
    display: inline-block;
    top: 12px;
}

.mehr2 .mehrbutton .titel > div:after {
    content: "+";
    position: relative;
    width: 16px;
    height: 16px;
    left: 0;
    margin-left: 0;
    display: block;
    top: 12px;

}

.mehr2 .mehrbutton .titel:hover > div:after {
    /*
    transform: rotate(135deg) scale(1.35);
    border-top: 3px solid rgb(221 19 40 / 75%);
    border-right: 3px solid rgb(221 19 40 / 75%);
    */
     opacity: 0.8;
}

.mehr2 .mehrbutton.active .titel > div:after {
    /*background: url('/bilder/icons/minus.svg') no-repeat;*/
    content: "-";
    position: relative;
    width: 16px;
    height: 16px;
    margin-left: 0px;
    display: block;
    top: 18px;
    right: 0;
    left: unset;
    font-size: 2em;
    font-weight: 100;
}

.mehr2 .mehrbutton .titel {
    font-weight: 400;
}

.mehr2 .mehrbutton.active .titel:hover > div:after {
    /*
    transform: rotate(-45deg) scale(1.35);
    border-top: 3px solid rgb(221 19 40 / 75%);
    border-right: 3px solid rgb(221 19 40 / 75%);*/
    opacity: .8;
}

.mehr2 .container-mehr {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-left: 30px;
}

.mehr2 .mehr_erfahren {
    font-size: 16px;

    padding-left: 0px;
    display: block;
    background: #00464b;
    color: white;
    padding: 10px 20px;
    width: fit-content;
}
.mehr2 .mehrbutton2.active .mehr_erfahren{
    font-size: 0px;
    background: none;
}
.mehr2 .inactive {
    display: none;
}

.mehr2 #mehr_erfahren.inactive {
    display: none;
}

.mehr2 #mehr_erfahren.active {
    display: block;
}

.mehr2 .mehrbutton2 {
    padding: 10px 10px;
    background: url('/bilder/icons/plus.svg') no-repeat;
    background-size: 20px;
    background-position: 0% 90%;
    background: none;
    font-size: 1em;
    line-height: 1em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    padding-top: 30px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.mehr2 .bilder {
    display: flex;
    flex-wrap: wrap;
}

.mehr2 .bild {
    flex-basis: 30%;
    padding: 10px 0 20px 0px;
    width: fit-content;
    margin-right: 20px;
}



.mehr2 .bild img {
	width: 300px;
	height: 200px;
	object-fit: cover;
}

.mehr2 .text1 {
    flex-basis: 70%;
    font-size: 16px;
    line-height: 1.4em;
    padding-left: 30px;
    padding-bottom: 15px;
}

.mehr2 .text1 div > b, .mehr2 .text2 div > b {

    font-weight: 600;
}

.mehr2 .text2 {
    flex-basis: 70%;
    line-height: 1.4em;
}

.mehr2 .headline {
    margin-top: 20px;
    padding-bottom: 0px;
    border-bottom: 0px solid #00464b;
}

.mehr2 .beschreibung {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: inherit;
    line-height: 1.5em;
}



.mehr2 .beschreibung > div {
    padding: 0px;
}


.mehr2 .headline-text {
    margin-top: 7px;
    padding-bottom: 20px;
    padding-left: 30px;
    font-size: inherit;
}

.mehr2 .wrapper .plus {
    position: absolute;
    top: 35px;
    left: 330px;
}

.mehr2 .wrapper .container {
    /*
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    flex-wrap: wrap;
    */
    background: #192b3f14;
    box-shadow: 7px 2px 60px #f1f1f1;
    margin-top: 20px;
}


.mehr2 .headline-text {

}

.mehr2 .headline-text div > b {
    font-weight: 600;
}

.mehr2 .mehr-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding-top: 10px;
}

@media (max-width: 600px){
    .mehr2 .mehr-wrapper{
        display: block;
    }
    .mehr2 .headline-text,.mehr2 .text1, .mehr2 .container-mehr {
        padding-left: 0;
    }

}

.mehr2 .mehrbutton .titel > div:after {
    position: absolute;
    top: 18px;
    right: 16px;
    left: unset;
    font-size: 2em;
    font-weight: 100;
}
.mehr2 .mehrbutton.active .titel > div:after {
    position: absolute;
    right: 10px;
}

@media all and (max-width: 1240px) {
    .mehr2 .mehrbutton .titel > div:after {

    }
}

@media (max-width: 900px) {
    .mehr2 .mehrbutton {
        background-position: right 90%;
    }
    .mehr2 .mehrbutton.active {
        background-position: right 90%;
    }
    .mehr2 .mehr-wrapper{
        display: block;
    }
    .mehr2 .headline-text,.mehr2 .text1, .mehr2 .container-mehr {
        padding-left: 0;
    }
    .mehr2 .bild img {
        width: 100%;
    }
    .mehr2 .bild {
        padding: 10px 20px 20px 20px;
    }
    .mehr2 .content-container {
        padding-left: 20px;
    }
    .mehr2 .mehr_erfahren {
        position: absolute;
        bottom: 20px;
        right: 0px;
    }
    .mehr2 .mehrbutton2.active {
        background-position: 98% 0%;
        width: 100%;
        background-size: 28px;
    }
}
@media (max-width: 800px){
    .mehr2 .content-container {
        width: 100%;
    }
    .mehr2 .wrapper .headline .titel {


    }
}

@media all and (max-width: 900px) {
    .mehr2 .wrapper .headline .titel {


    }
    .mehr2 .mehrbutton.active .titel > div:after {


    }
    .mehr2 .mehrbutton .titel > div:after {

    }
    .mehr2 .beschreibung > div {

        line-height: inherit;
    }
}

@media (max-width: 800px) {
    .mehr2 .bild {
        width: 100%;
        flex-basis: 100%;
        padding: 0;
        margin: 0 auto;
    }
    .mehr2 .bild img {
        width: 100%;
        height: unset;
    }
}

@media all and (max-width: 660px) {
    .mehr2 .mehrbutton .titel > div {
        text-underline-offset: 2px;
    }
}
/*
.mehr2 .headline {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    border-top: 2px solid #005087;
}*/.preise {
    margin:  0;
}

@media (min-width: 1040px) {
    .preise {
        margin: 30px 0;
    }
}

.preise .container {
    display: flex;
    justify-content: space-between;
}

.preise .box {
    flex-basis: 48.5%;
    padding: 20px 25px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.preise .headline {
    font-weight: bold;
    order: 1;
    margin-bottom: 20px;
}

.preise .hinweis {
    font-size: 14px;
    order: 999;
    margin-top: 20px;
}

.preise .rechts {
    background: #ADC80B;
}

.preise .links {
    border: 1px solid #00464b;
}

.preise .preis-zeile {
    display: flex;
    justify-content: space-between;
    order: 2;
}

.preise .preis-zeile .text,
.preise .preis-zeile .preis {
    width: fit-content;
    white-space: nowrap;
}


.preise .punkte {
    width: 100%;
    background-image: url('/module/preise/punkte2.png');
    background-repeat: repeat-x;
    background-size: 5px;
    background-position: 100% 14.5px;
    margin: 0 5px;
}

@media (max-width: 1040px) {
    .preise .container {
        flex-direction: column;
    }
    .preise .box {
        margin-bottom: 20px;
    }
}

@media (max-width: 400px) {
    .preise .preis-zeile {
        flex-direction: column;
        margin-bottom: 5px;
        padding-bottom: 2px;
        border-bottom: 1px dotted green;
    }
    .preise .preis-zeile:last-of-type {
        border-bottom: none;
    }
    .preise .preis-zeile .preis {
        width: 100%;
        text-align: left;
    }
    .preise .preis-zeile .text {
        position: relative;
    }
    .preise .preis-zeile .text:after {
        content: ":";
        position: absolute;
        right: -5px;
        top: 0;
    }
}.kacheln_mit_text {
    margin-top: 100px;
}

.kacheln_mit_text a {
    text-decoration: inherit;
    color: inherit;
    font: inherit;
}

.kacheln_mit_text  h2 {
    text-align: center;
    font-size: 1.8em;
    line-height: 1.2em;
    padding-bottom: 30px;
    font-weight: normal;
}

.kacheln_mit_text .leistungenwrapper {
    overflow: hidden;
    margin-left: -20px;
    margin-right: -20px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.kacheln_mit_text .innerleistungenwrapper .leistung {
    position: relative;
}
.kacheln_mit_text .innerleistungenwrapper {
    position: relative;
    left: 0;
    min-width: 100%;

}

.kacheln_mit_text .leistung {
    display: inline-block;
    box-sizing: border-box;
    width: 33.3333%;

}

.kacheln_mit_text .leistungwrapper {
    margin: 20px;
    background-color: white;
    position: relative;

}


.kacheln_mit_text .leistungwrapper {
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
.kacheln_mit_text .titel.equalHeight {
     position: absolute;
     top: 45%;
     background: red;
     width: 100%;
     text-align: center;
    color:#fff;
    background-color: rgba(0, 70, 75, 0.66);
 }

.kacheln_mit_text .innerleistungenwrapper {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.kacheln_mit_text .leistungwrapper {
    -webkit-box-shadow: 3px 3px 20px -8px rgba(0,0,0,0.5);
    -moz-box-shadow: 3px 3px 20px -8px rgba(0,0,0,0.5);
    box-shadow: 3px 3px 20px -8px rgba(0,0,0,0.5);
    background-color: white;
}

.kacheln_mit_text .leistungwrapper:hover {
    -webkit-box-shadow: 3px 3px 30px -8px rgba(0,0,0,0.5);
    -moz-box-shadow: 3px 3px 30px -8px rgba(0,0,0,0.5);
    box-shadow: 3px 3px 30px -8px rgba(0,0,0,0.5);
}

.kacheln_mit_text .leistungwrapper:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.kacheln_mit_text .leistungtitel {
    font-size: 2em;
    text-align: center;
    color: white;

}

.kacheln_mit_text .leistungwrapper > .titel, .kacheln_mit_text .leistungwrapper > .details {
    padding: 0 20px;
}

.kacheln_mit_text .leistungwrapper > .titel {
    min-height: 50px;
    padding-top: 10px;
    font-size: 1.3em;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    white-space: normal;

}

.kacheln_mit_text .leistungwrapper > .description {
    padding: 0 20px;
    min-height: 100px;
    padding-top: 5px;
    padding-bottom: 20px;
    white-space: normal;
}

.kacheln_mit_text .leistungwrapper > .details {
    background-color: #00464B;
}

.kacheln_mit_text .leistungwrapper > .details > div {
    display: inline-block;
    width: 50%;
    box-sizing: border-box;
    padding: 10px 10px 10px 0;
}

.kacheln_mit_text .leistungwrapper > .details > div.dauer {
    padding-right: 45px;
}

.kacheln_mit_text .wrapper {
    position: relative;
}


.kacheln_mit_text .bild img {
    width: 100%;
    margin-bottom: -10px;
}

.kacheln_mit_text .dauer {
    text-align: left;
}

.kacheln_mit_text .teilnehmer {
    text-align: right;
}

.kacheln_mit_text .dauer, .kacheln_mit_text .teilnehmer {
    font-size: .9em;
}

.kacheln_mit_text .dauer .titel, .kacheln_mit_text .teilnehmer .titel {
    text-transform: uppercase;
    font-weight: 100;


}

.kacheln_mit_text .dauer .text, .kacheln_mit_text .teilnehmer .text {
    font-weight: 400;
    color: white;



}

.kacheln_mit_text .left, .kacheln_mit_text .right {
    position: absolute;
    top: 50%;
    margin-top: -25px;
}

.kacheln_mit_text .left {
    left: -100px;
}

.kacheln_mit_text .right {
    right: -100px;
}

@media (min-width: 1040px) and (max-width: 1440px) {

    .kacheln_mit_text .left {
        left: 0px;
        top: 30px;
    }

    .kacheln_mit_text .right {
        top: 30px;
        right: 0px;
    }

}

@media (min-width: 1040px) {
    .kacheln_mit_text .wrapper {
        width: 1240px;
    }
}

@media (max-width: 1040px) {
    .kacheln_mit_text .wrapper {
        width: 100%;
        padding: 0 100px;
        box-sizing: border-box;
    }

    .kacheln_mit_text .left {
        display: none;
        left: 20px;
        z-index: 9999;
    }

    .kacheln_mit_text .right {
        display: none;
        right: 20px;
        z-index: 9999;
    }

    .kacheln_mit_text .innerleistungenwrapper {
        white-space: normal;

    }
}

@media (min-width: 1200px) {
    .kacheln_mit_text .leistung {
        width: 33.3333%;;
    }
}

@media (max-width: 900px) {
    .kacheln_mit_text .leistung {
        width: 50%;
    }
}


@media (max-width: 700px) {
    .kacheln_mit_text .leistung {
        width: 100%;
    }
}


.kacheln_mit_text .arrows {
    cursor: pointer;
}
.youtube iframe {
	pointer-events: auto;
}<br />
<b>Warning</b>:  is_file(): open_basedir restriction in effect. File(/style.css) is not within the allowed path(s): (/var/www/vhosts/christianbirke.de/:/tmp/) in <b>/var/www/vhosts/christianbirke.de/multifenster/style.php</b> on line <b>53</b><br />
<br />
<b>Warning</b>:  is_file(): open_basedir restriction in effect. File(/spalten-liste.css) is not within the allowed path(s): (/var/www/vhosts/christianbirke.de/:/tmp/) in <b>/var/www/vhosts/christianbirke.de/multifenster/style.php</b> on line <b>57</b><br />
.lpvgl {
    display: flex;
    margin-left: -20px;
    margin-right: -20px;
}

.lpvgl > div .inner {
    margin: 20px;
    -webkit-box-shadow: 3px 3px 20px -8px rgb(0 0 0 / 50%);
    -moz-box-shadow: 3px 3px 20px -8px rgba(0,0,0,0.5);
    box-shadow: 3px 3px 20px -8px rgb(0 0 0 / 50%);
    background-color: white;

}
.lpvgl > div {
    justify-content: space-between;
    width: 33.333%;
}

.lpvgl img {
    width: 100%;
    height: 300px;
}

.lpvgl .titel {
    font-size: 1.3em;
    font-weight: bold;
    white-space: normal;
}

.lpvgl .titel, .lpvgl .text, .lpvgl .preis {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    min-height: 68px;
}

.lpvgl .preis {
    padding: 10px 20px;
    min-height: 48px;
}


.lpvgl .preis div:first-of-type {
    float: left;

}
.lpvgl .preis div:last-of-type {
    float: right;
}

.lpvgl .preis {
    color: white;
}

.lpvgl .lpvgl1 .preis {
    background: #00464B;
}
.lpvgl .lpvgl2 .preis {
    background: #ADC80B;
}
.lpvgl .lpvgl3 .preis {
    background: #004cbd;

}

@media (max-width: 860px) {
    .leistungpreisvergleich .lpvgl {
        flex-direction: column;
    }
    .leistungpreisvergleich .lpvgl > div  {
        width: 100%;
    }
    .leistungpreisvergleich .lpvgl img {
        height: 100%;
    }
}<br />
<b>Warning</b>:  is_file(): open_basedir restriction in effect. File(/style.css) is not within the allowed path(s): (/var/www/vhosts/christianbirke.de/:/tmp/) in <b>/var/www/vhosts/christianbirke.de/multifenster/style.php</b> on line <b>53</b><br />
<br />
<b>Warning</b>:  is_file(): open_basedir restriction in effect. File(/2-spalten-liste.css) is not within the allowed path(s): (/var/www/vhosts/christianbirke.de/:/tmp/) in <b>/var/www/vhosts/christianbirke.de/multifenster/style.php</b> on line <b>57</b><br />
