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;}.ddtop .wrapper {
	padding-top: 20px;
}

.ddtop img {
	float: right;
}

.ddtop .name {
	position: absolute;
	bottom: 0px;
}.scrollup, .scrollup .wrapper {
    z-index: 999999;
}

.scrollup a {
    border-bottom: 0 !important;
}

.scrollupfixedwrapper {
    position: fixed;
    right: 40px;
    bottom: 40px;
    width: 20px;
    height: 20px;
}


#scrollup_scroll {
    opacity: 1;
    z-index: 9999;
    background-color: #ebff00;
    border: 0px solid #000;
    display: inline-block;
    vertical-align: middle;
    right: 20px;
    width: 50px;
    height: 50px;
    bottom: -50px;
    border-radius: 55px;
    cursor: pointer;
    text-align: center;
    line-height: 50px;
    color: white;
    -webkit-touch-cmargin-topout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: 0;
    bottom: 20px;
}


#scrollup_scroll img {
    position: relative;
    top: -3px;
}

#scrollup_scroll, .scrollupsocial {

}

#scrollupindicator.isBelowViewport #scrollup_scroll, #scrollupindicator.isFullyInViewport #scrollup_scroll {
    opacity: 0 !important;
    bottom: 20px !important;
    -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;
}

#scrollupindicator.isInViewport #scrollup_scroll {
    opacity: 1;
    bottom: 20px;
    -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;
}


#scrollupindicator.isAboveViewport #scrollup_scroll {
    opacity: 1;
    bottom: 20px;
    -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;
}

#scrollupindicator.isFullyInViewport #scrollup_scroll {
    opacity: 1;
    bottom: 20px;
    -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;
}


#editor #scrollupindicator {
    display: none;
}.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;
    word-wrap: break-word;
    white-space: normal;
    text-align: left !important;
}


.abschaltentext {
    width: 100%;
    height: 100%;
    position: absolute;
    border-top: 17px solid #ebff00;
    opacity: .9;
    box-sizing: border-box;

}

.abschaltentext .heins h1 {
    color: white;
}

.abschaltentext td {
    vertical-align: middle;
}

.abschaltenvideo .video {

    position: relative;
    overflow: visible !important;
    z-index: -1;
}

.abschaltenvideo .video > div {
    width: 100%;
}

.abschaltentext {
    opacity: 0;
    animation: ani 3s forwards;
    -moz-animation: ani 3s forwards;
    -o-animation: ani 3s forwards;
    -webkit-animation: ani 3s forwards;
}

@keyframes ani {
    0%  {opacity:0;}
    50%  {opacity:0;}
    100%  {opacity:1;}
}

@-moz-keyframes ani {
    0%  {opacity:0;}
    50%  {opacity:0;}
    100%  {opacity:1;}
}

@-o-keyframes ani {
    0%  {opacity:0;}
    50%  {opacity:0;}
    100%  {opacity:1;}
}

@-webkit-keyframes ani {
    0%  {opacity:0;}
    50%  {opacity:0;}
    100%  {opacity:1;}
}.fulltop {
    position: relative;
    width: 100%;
    display: none;
}

.fullimages {
    position: relative;
    width: 100%;
}

.fullimage img {
    
    width: 100%;
    height: auto;
    z-index: 1;
    
}


.centertext {
    
    position: absolute;
    width: 100%;
    font-size: 40px;
    height: 40px;
    top: 50%;
    margin-top: -20px;
    z-index: 4;
    text-align: center;
    color: #ffffff;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 1);
    
}.heins {
	position: relative;
}

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

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

.heins p {
	font-size: 24px;
}.halftop {
    position: relative;
    width: 100%;
    display: none;
}

.halfimages {
    position: relative;
    width: 100%;
}

.halfimage img {
    width: 100%;
    z-index: 1;
    
}


.halfcentertext, .centertext {
    
    position: absolute;
    width: 100%;
    font-size: 40px;
    height: 40px;
    top: 50%;
    margin-top: -20px;
    z-index: 4;
    text-align: center;
    color: #ffffff;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 1);
    
}.farbigeflaeche {
    padding-bottom: 70px;
    padding-top: 170px
}


.farbigeflaeche h2 {
    font-weight: 900;
    font-size: 100px !important;
    line-height: 0.9em;
    letter-spacing: -2.5px;
    margin-left: -1px
}

.farbigeflaeche .text1 {
    font-size: 23px !important;
    line-height: 1.3em;
}

.farbigeflaeche.weiss {
    background: #FFFFFF;
}
.farbigeflaeche.applegrau {
    background: #fafafa;
}

.farbigeflaeche.hellgrau {
    background: #bdc2c5;
}

.farbigeflaeche.dunkelgrau {
    background: #8b8f90;
}

.farbigeflaeche.schwefel {
    background: #00161d;
}

.farbigeflaeche.schwefel {
    background: #ebff00;
}

.farbigeschrift.schwarz * {
    color: #565656 !important;
}


.farbigeschrift.weiss * {
    color: #FFFFFF !important;
}

.farbigeschrift.applegrau * {
    color: #fafafa !important;
}

.farbigeschrift.hellgrau * {
    color: #bdc2c5 !important;;
}

.farbigeschrift.dunkelgrau * {
    color: #8b8f90 !important;;
}

.farbigeschrift.schwefel * {
    color: #ebff00 !important;;
}

.farbigeschrift.schwarz * {
    color: #565656 !important;
}

@media (max-width: 940px) {

    .farbigeflaeche {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
        word-break: break-word;
    }

    .farbigeflaeche {
        padding-top: 50px !important;
    }

    .farbigeflaeche .hzwei h2 {
        font-size: 50px !important;
    }

}.flexbild {
	width: 900px;
}

.flexbild img {
    width: 100%;
}

@media (max-width: 940px) {
	.flexbild {
		width: 100%;
	}
}.definition {
	padding-top: 10px;
	padding-bottom: 10px;
}

.definition table {
	width: 100%;
}

.definition thead {
	font-weight: 500;
	border-bottom: 1px dotted black;
}

.definition tbody tr td {
	padding-bottom: 10px;
}

.definition table tr td:first-child {
	font-weight: 500;
	padding-right: 20px;
	padding-left: 10px;
	width: 20%;
	text-align: right;
}

.definition table tr td:last-child {
	width: 80%;
}

.definition img {
	width: 33%;
	outline: 1px solid white;
}

@media (min-width: 320px) and (max-width: 650px) {

	.definition img {
		width: 50%;
		outline: 0 none;
	}
		

}

@media (max-width: 450px) {

	.definition table tr td:first-child {
		text-align: left;
		padding-left: 0px;
		padding-top: 10px;
		width: 100%;
	}
	
	.definition table tr td:last-child {
		width: 100%;
	}
	
	.definition td {
		display: block;
	}

}

@media (max-width: 320px) {
	
	.definition .img_wrapper {
		margin-left: -20px;
		margin-right: -20px;
		overflow-x: scroll;
		overflow-y: hidden;
		white-space: nowrap; 
		position: relative;
	}
	
	.definition img {
		width: 100%;
		display: inline-block;
	}

}
.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;
	}
}
.datenschutz .wrapper div {
    padding-top: 20px;
}
.datenschutz p {
    padding-top: 10px;
}.hzwei .wrapper {
	padding-top: 20px;
	padding-bottom: 10px;
}

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

.hzwei p {
	font-size: 18px;
}.bigbilddouble {
    font-size: 0 !important;
    line-height: 0 !important;
}

.bigbilddouble div {
    height: inherit;
    width: 50%;
    display: inline-block;
}

@media (max-width: 600px) {

    .bigbilddouble div {
        height: inherit;
        width: 100%;
        display: block;
    }

}.hdrei .wrapper {
	padding-top: 10px;
	padding-bottom: 5px;
}

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

.hdrei p {
	font-size: 16px;
}.ddbottom {
	position: relative;
}

.ddbottom .wrapper {
	padding-top: 100px;
	padding-bottom: 40px;
}


.ddbottom .floatlogo {
	float: right;
	margin-top: -100px;
}

.ddbottom ul.menu {
	list-style-type: none;
	float: right;
}

.ddbottom ul.menu li {
	padding-right: 20px;
	display: inline-block;
}

#module .floatimgleft {

}

.floatimgleft {
	position: relative;
	z-index: 1;
	float: left;
	width: 400px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-top: 5px;
}

.floatimgleft img {
	width: 400px;
	height: 300px;
}

.floatimgleft h2 {
	display: block;
	padding: 10px;
	border-bottom: 1px solid black;
}

@media (max-width: 640px) {

	.floatimgleft {
		float: none;
		width: 100%;
		height: auto;
	}
	
	
}#kacheln {
	background-color: rgb(238, 238, 238);
}

#kacheln #kachelnsearch {
	padding-top: 10px;
}

#kacheln #kachelnsearch select {
	font-size: 16px;
}

#kacheln #kachelnsearch input {
	float: right;
}

@media (max-width: 600px) {
	#kacheln #kachelnsearch input {
		display: none;
		float: none;
	}	
	
	#kacheln #kachelnsearch select {
		width: 100%;
	}
}

#kacheln .innerwrapper {
	margin-left: -10px;
	margin-right: -10px ;
}

#kacheln .kachel {
	width: 25%;
	display: inline-block;
	vertical-align: top;
	position: relative;
}

@media (max-width: 940px) {

	#kacheln .innerwrapper {
		margin-left: 10px;
		margin-right: 10px ;
	}

}
@media (max-width: 800px) {

	#kacheln .kachel {
		width: 33.3%;
	}
}

@media (max-width: 600px) {
    #kacheln .kachel {
		width: 50%;
	}
}

@media (max-width: 320px) {
	#kacheln .kachel {
		width: 100%;
	}
}


#kacheln .kachelwrapper {
	background-color: white;
	margin: 10px;
	border: 1px solid rgb(224, 224, 224);
}

#kacheln .kachelwrapper.playbutton .bild {
	position: relative;
	overflow: hidden;
}

#kacheln .kachelwrapper.playbutton .bild:before, #kacheln .kachelwrapper.playbutton .bild:after {
	content: " ";
	position: absolute;
	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;
	width: 5px;
	height: unset;
	top: auto;
	left: 40px;
	bottom: 25px;
	z-index: 999;
	border-width: 9px 0 9px 15px;
	border-color: transparent transparent transparent rgba(255, 255, 255, 1);
}

#kacheln .kachelwrapper.playbutton .bild:after {
	width: 72%;
	margin-left: 60px;
	height: 5px;
	border-radius: 5px;
	top: auto;
	bottom: 32px;
	left: 0px;
	background: linear-gradient(137deg, #fff, #ebff00);
	border: 0 none;
}

#editor #kacheln .kachelwrapper.playbutton .bild:after {
	bottom: 22px;
}

#editor #kacheln .kachelwrapper.playbutton .bild:before {
	bottom: 15px;
}

@media (max-width: 600px) {
	#kacheln .kachelwrapper.playbutton .bild:before, #kacheln .kachelwrapper.playbutton .bild:after {
		border-width: 14px 0 14px 20px;
		bottom: 45px;
	}
	#kacheln .kachelwrapper.playbutton .bild:after {
		bottom: 56px;
		margin-left: 75px;
		width: 80%;
	}
}

@media (max-width: 500px) {
	#kacheln .kachelwrapper.playbutton .bild:after {
		width: 70%;
	}
}

@media (max-width: 350px) {
	#kacheln .kachelwrapper.playbutton .bild:after {
		width: 60%;
	}
}

#kacheln .kachelwrapper a:hover {
	text-decoration: none !important;
}

#kacheln img {
	width: 100%;
	border-bottom: 1px solid rgb(224, 224, 224);
}

#kacheln .kachel h2 {
	padding-top: 10px;
}

#kacheln .kachel img {
	margin-bottom: -10px;
}

#kacheln .kachel h2, .kachel p {
	margin: 5px;
}

#kacheln .kachel .kategorien {
	border-top: 1px solid rgb(224, 224, 224);
}.bigbild div {
    height: inherit;
    font-size: 0 !important;
    line-height: 0 !important;
}.leistungen {
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #565655;
    padding-top: 0px;
    padding-bottom: 0px;
}

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

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

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

.leistungen .innerleistungenwrapper {
    white-space: nowrap;
    position: relative;
    left: 0;
    min-width: 100%;

}

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

}

.leistungen .leistungwrapper {
    margin: 20px;
    background-color: white;


}


.leistungen .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;
}

.leistungen .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;
}

.leistungen .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;
}

.leistungen .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);
}

.leistungen .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);
}

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

}

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

.leistungen .leistungwrapper > .titel {
    min-height: 50px;
    padding-top: 10px;
    font-size: 1.3em;
    font-weight: bold;
    white-space: normal;

}

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

.leistungen .leistungwrapper > .details {
    background-color: #ebff00;
    color: #565655;
}

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

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

.leistungen .wrapper {
    position: relative;
}


.leistungen .bild img {
    width: 100%;
}

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

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

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

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


}

.leistungen .dauer .text, .leistungen .teilnehmer .text {
    font-weight: 400;
    color: #565655;



}

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

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

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

@media (min-width: 1440px) {
    .leistungen .wrapper {
        width: 1240px;
    }
}

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

    .leistungen .left {
        left: 20px;
    }

    .leistungen .right {
        right: 20px;
    }

}

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

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


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


.leistungen .arrows {
    cursor: pointer;
}.googlemaps iframe {
	pointer-events: none;
}

@media (max-width: 940px) {

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

}.diashow {
	position: relative;
}

.wrapper.diashowwrapper {
	position: relative;
	width: 940px;
	margin:  0 auto;
}

.diashow img {
	width: 940px;
	height: 430px;
	position: relative;
}

.diashow .dias {
	overflow-x: hidden;
	overflow-y: hidden;
	white-space: nowrap; 
	position: relative;
}

.diashow .dias img {
	display: inline-block;
}

.diashow .dots {
	position: absolute;
	z-index: 1;
	bottom: 0;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	pointer-events: none;
}

.diashow .dot {
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background-color: white;
	display: inline-block;
	margin: 3px;
	opacity: .5;
	cursor: pointer;
	pointer-events: auto;
	border: 1px solid rgba(0, 0, 0, .75);
}

.diashow .dot.active {
	opacity: .9;
	
}

#module .diashow .left, #module .diashow .right {
	pointer-events: none;
}

.diashow .left, .diashow .right {
	opacity: 0;
	position: absolute;
	z-index: 1;
	width: 20%;
	height: 100%;
}

.diashow .left {
 	left: 0px;
 	cursor: w-resize;
}

.diashow .right {
 	right: 0px;
 	cursor: e-resize;
}

@media (max-width: 940px) {
	
	.wrapper.diashowwrapper {
		width: 100%;
	}
	
	.diashow {
		margin-left: -20px;
		margin-right: -20px;
	}
	
	.diashow img {
		width: 100%;
		height: auto;
	}

}.text2 .textspalte1, .textspalte2 {
	width: 50%;
	float: left;
}

.text2 .textspalte1 p {
	margin-right: 10px;
}

.text2 .textspalte2 p {
	margin-left: 10px;
}

@media (max-width: 640px) {

	.text2 .textspalte1, .textspalte2 {
		width: 100%;
		float: none;
	}

	.text2 .textspalte1 p {
		margin-right: 0px;
	}
	
	.text2 .textspalte2 p {
		margin-top: 20px;
		margin-left: 0px;
	}

}.galerie {
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
}

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

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

@media (min-width: 481px) and (max-width: 940px) {
	
	.galerie .bilder img {
		float: left;
		width: 23.333%;
		height: auto;
		margin: 1.111%;
	}
	
	.galerie .bilder img:nth-child(4n+1) {
		margin-left: 0px;
		
	}
	.galerie .bilder img:nth-child(4n) {
		margin-right: 0px;
		
	}

}

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

}