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;}
.hmenu .logoimg {
    height: 80px;
    top: -20px;
    display: none;
    z-index: 99;
    position: relative;
    left: 0;
    vertical-align: top;
    text-align: left;
}


.hmenu .logoimg.logo2 {

    height: 80px;
    width: auto;

}

.hmenu .hmenu_logo {
    padding-top: 32px;
    height: 100px;
    box-sizing: border-box;
    text-align: left;
    width: 100%;
    font-size: 0 !important;
    line-height: 0 !important;

}

#hmenu .bottom-menu {
    padding-top: 1em;
    padding-bottom: 1.5em;
    padding-left: 0px;
    flex-direction: column;
}

#hmenu .logoimg.black {
    display: none;
}

#hmenu .hmenufix .logoimg.logo2.white {
    display: block;
}

.hmenu:not(.isFullyInViewport) .wrapper > div.hmenu_links:not(.active), .hmenu .wrapper > div.hmenu_links:not(.active) {
    top: 30px;
    left: 240px;
}


#hmenu .hmenufix.openmenu .logoimg.logo1 {
    display: none;
}

#hmenu .hmenufix.openmenu .logoimg.logo2.white {
    display: block !important;
    height: 80px;
}


.hmenufix > .wrapper {
    min-height: 50px;
    padding-top: 0px;
    padding-bottom: 0px;
    width: 100%;
}

#editor .hmenu .hmenufix.openmenu .hmenu_links a {
    pointer-events: none !important;
}


.hmenu .wrapper .top-menu {
    margin: 0 auto;
    color: white;
    position: relative;
    margin-bottom: -31px;
    right: -12px;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: flex-end;
    text-transform: uppercase;
    top: -3px;
    font-size: 16px;
    line-height: 1.5em;
    display: none;
}

.hmenu .wrapper .top-menu > div {
    display: flex;
    align-items: flex-end;
}

.hmenu .wrapper .top-menu div.menu-item {
    padding: 0 15px 0 10px;

}

.hmenu .wrapper .top-menu div.menu-item a:hover {
    text-decoration: none;
}

.hmenu .wrapper .top-menu div.menu-item:after {
    content: "";
    color: #fff;
    position: relative;
    left: 8px;
    width: 1px;
    background: #000;
    height: 25px;
    top: 6px;
    display: inline-block;
}

.hmenu .wrapper .top-menu div.menu-item:last-of-type:after {
    content: none;
}


.hmenu,
.hmenu a {
    color: #fff;
    text-decoration: none !important;
}

.hmenu .whiteframe .link:hover, .hmenu .whiteframe a:hover {
    color: #fff;
    border: 0;
    cursor: pointer;
}




.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_mobile:not() {
    display: none !important;
}

.hmenu_mobile .close {
    display: none;
}

#hmenu .hmenu_mobile .open.black {
    display: none;
}

@media (min-width: 661px) {

    #hmenu.isFullyInViewport .hmenu_mobile .open.white {
        display: none;
    }

    #hmenu.isFullyInViewport .hmenu_mobile .open.black {
        display: block;
    }

}

.hmenu_mobile.active .close + .open.black {
    display: none !important;
}

#hmenu .hmenu_mobile.active .open {
    display: none;
}

.hmenu_mobile.active .close {
    display: inline-block;
    position: relative;

    height: auto;
    max-height: 35px;
    top: -2px;
}


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


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

.hmenu .wrapper > div.hmenu_mobile {
    text-align: right;
}

.hmenu .wrapper > div.hmenu_mobile {
    text-align: right;
    display: block;
    cursor: pointer;
    padding: 10px;
    margin-top: 5px;
    user-select: none;
    top: 0.68em;
    z-index: 900;
}

.hmenu .logo_titel b {
    color: #50F61A;
}

.hmenu .logo_titel a, .hmenu .logo_text a {
    color: inherit !important;
}

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

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


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


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

.hmenu {
    position: relative;
}

.hmenu.isAboveViewport .hscolldown {
    opacity: 0;
}


.hmenufix {
    z-index: 12;
    -webkit-overflow-scrolling: touch;
}

#hmenu.isFullyInViewport .hmenufix.openmenu, .hmenufix.openmenu, .hmenu {
    background: #292929;
    background: #e8e8e8;
}


#hmenuimagewrapper {
    position: relative;
}

.hmenuimagewrapperbg .wrapper {
    font-size: 0;
    line-height: 0;
}

.hmenuimagewrapperbg {
    position: relative;
    overflow: hidden;
}


.hmenuimagewrapperbg .left img, .hmenuimagewrapperbg .right img {
    filter: blur(5px);
    transform: scale(1.6);
}

.hmenuimagewrapperbg .left, .hmenuimagewrapperbg .right {
    position: absolute;
    top: 0px;
    transform: scaleX(-1);
    overflow: hidden;
}

.hmenuimagewrapperbg .right {
    right: 0px;
    width: 100%;
    margin-right: -100%;

    box-sizing: border-box;
}

.hmenuimagewrapperbg .left {
    left: 0px;
    width: 100%;
    margin-left: -100%;

    box-sizing: border-box;
}

.hbgwrapper {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    font-size: 0;
    line-height: 0;
}

.hmenuimagewrapperbg .wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
}

.hmenu {
    position: relative;
}


.hmenufix {
    height: 140px;
}

.hmenu {
    height: 120px;
    -webkit-transition: height .5s ease;
    -moz-transition: height .5s ease;
    -ms-transition: height .5s ease;
    -o-transition: height .5s ease;
    transition: height .5s ease;
}

.hmenu .hmenufix {
    width: 100%;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 12;

}

#hmenu.isFullyInViewport .hmenufix {
    position: absolute;
    background: #292929;
    background: #e8e8e8;
}

#editor #hmenu.isAboveViewport .hmenufix {
    position: absolute;
}

#hmenu.isAboveViewport .hmenufix, #hmenu.isFullyInViewport .hmenufix.openmenu, #hmenu .hmenufix.openmenu, #editor #hmenu.isAboveViewport .hmenufix.openmenu {
    position: fixed;
}


#hscrollindicator {
    position: absolute;
    top: 20px;
    left: 0px;
    width: 100%;
    height: 10px;
    z-index: 12;

}

#editor
#hscrollindicator {
    top: 50px;
}

/*
.hmenuimagewrapper {

    margin-top: 140px;
}
*/


.hmenuimagewrapperbg img {
    width: 100% !important;
    height: auto;
}


.hmenu .hmenu_link .whiteframe {
    display: none;
    opacity: 0;
}

.hmenu .hmenu_link .whiteframe > div,
.hmenu .hmenu_link .whiteframe > div a {
    line-height: 1.75em;
}

.hmenu .hmenu_link.hover .whiteframe {
    display: block;
    opacity: 1;
    position: absolute;
    left: 0;
    top: -20px;
    min-width: 300px;
    background: rgba(255, 255, 255, 0.81);
    line-height: 1.8em;
    padding: 15px 20px;
    border-top: 0px solid white;
    cursor: pointer;
    text-align: left;
}


.hscolldown {
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -25px;
    z-index: 12;
}

.hscolldown svg {
    width: 50px;
    height: 50px;
}

#hdown {
    pointer-events: none;
    margin-top: -90px;
    padding-top: 90px;
}

.hscolldown svg {
    animation-name: hovering;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}


@keyframes hovering {
    from {
        transform: translate(0, 0px);
    }
    50% {
        transform: translate(0, -10px);
    }
    to {
        transform: translate(0, -0px);
    }
}


.hmenuimagewrapperbg .wrapper {
    padding-right: 0 !important;
    padding-left: 0 !important;
}


.hmenu {
    padding-top: 140px;
}


.hmenu {
    padding-top: 0px;
    margin-bottom: 0;
}

.hmenu .hmenufix {
    padding-top: 0;
    height: 100px;
    background: #292929;
    background: #e8e8e8;

}

.hmenu .hmenufix.openmenu {
    background: #292929;
    background: #e8e8e8;
}

.hmenu img.open, .hmenu img.close {
    width: 34px;
    height: 34px;
    filter: none;

}


.hmenu img.open:focus, .hmenu img.close:focus {
    transform: rotate(180deg);
}

.hmenu .openmenu .logo_text_container {
    display: none !important;
}

.hmenu .hscolldown {
    margin-left: -15px;
}

.hmenu .hscolldown svg {
    width: 1.5em;
    height: 1.5em;
}


@media (min-width: 900px) {

    .hmenu .link:hover {
        cursor: default;
    }

    .hmenu .whiteframe .link:hover {

        font-weight: bold;
        letter-spacing: 0px;
        cursor: pointer;
    }


}

@media (max-width: 700px) {
    .hmenu .link:hover {
        cursor: default;
    }
}

.hmenu .hmenu_link .active:after f {
    display: none;
}

/*
.hmenu #hscrollindicator.isAboveViewport + .hmenufix, .hmenu #hscrollindicator:not(.isInViewport) + .hmenufix.isInViewport {
    height: 70px;
}

 */

.hmenu .logo_text_container {
    text-align: left;
    display: inline-block !important;
    position: absolute;
    padding-left: 15px;
    left: 130px;
    top: 30%;
}

.hmenu .logo_titel {
    font-size: 1.3em;
    color: #fff;
    padding-bottom: 5px;
    font-weight: bold;
}

.hmenu .logo_text {
    color: #fff;
    font-size: 0.55em;
    font-weight: bold;
}

.hmenu .wrapper > div.hmenu_mobile {
    position: absolute;
    right: -10px;
    top: 70px;
    transform: translateZ(0);
}

@media (max-width: 1040px) {
    .hmenu .wrapper > div.hmenu_mobile {

        right: 20px;

    }

}


.hmenu .hmenu_links.active {
    display: block;
}

.hmenu .hmenufix.openmenu {
    height: 100vh !important;
    height: 100% !important;
    z-index: 900;
}

.hmenu .hmenufix.openmenu .hmenu_links a {
    color: inherit;
}

.hmenu .hmenufix.openmenu .hmenu_links div, .hmenu .hmenufix.openmenu .hmenu_links div a {
    padding: 0;
    margin: 0;
    background: transparent;
    display: block;
    opacity: 1;
    height: auto;
    top: 0;
    border: 0;
    width: auto;
    font-weight: 900;
    font-size: 65px;
    line-height: 1.15em;
    position: relative;
    color: #fff;
}

.hmenu .hmenufix.openmenu .hmenu_links div .whiteframe a {
    font-size: 30px;
    font-weight: 400;
}


.hmenu .hmenufix.openmenu .hmenu_links div a.active {
    color: #9D9D9C;
}

.hmenu .hmenufix.openmenu .hmenu_links div a:hover {
    color: #ff4646;
    padding-left: 0;
}


.hmenu .whiteframe, .hmenu .whiteframe,
.hmenu .whiteframe a, .hmenu .whiteframe a {
    color: #8b8f90 !important;
}

.hmenu .hmenufix.openmenu .hmenu_links div .whiteframe a:hover {
    color: #ff4646 !important;

}

.hmenu .whiteframe a:hover, .hmenu .whiteframe a:hover {
    color: #fff !important;
    border: 0;
    cursor: pointer;
}

.hmenu a, .hmenu a:hover {
    color: #000;
    border: 0;
    background: none;
}

.hmenu .hmenufix.openmenu .hmenu_link {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.hmenu .hmenufix.openmenu .hmenu_links .whiteframe * {
    font-size: 30px;
    vertical-align: top;
    line-height: 1.6em;
}

.hmenu .hmenufix.openmenu .hmenu_links .whiteframe {
    padding-top: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
    display: block;
    vertical-align: top;
    font-size: 0;
    line-height: 0;
}

#editor .hmenu .hmenufix.openmenu .hmenu_links .whiteframe {
    display: block;
}

.hmenu .hmenufix.openmenu .hmenu_links {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    padding-left: 0px !important;
    padding-bottom: 33px !important;
    padding-top: 35px !important;
    font-size: 18px !important;
    text-align: left;

}

.hmenu .hmenufix.openmenu .hmenu_link {
    text-align: left !important;
    width: 100%;
    padding: 0;

}


.hmenu .hmenuimagewrapper {
    padding-top: 120px;

}

#editor .hmenuimagewrapper {
    display: none;
}


/*

.hmenu .hmenu_link:nth-of-type(1) a:hover {
    color: #A3D20B !important;
}

.hmenu .hmenu_link:nth-of-type(2) a:hover {
    color: #40A67C !important;
}

.hmenu .hmenu_link:nth-of-type(3) a:hover {
    color: #FDD000 !important;
}

.hmenu .hmenu_link:nth-of-type(4) a:hover {
    color: #008AC5 !important;
}
 */


.hmenu .shortmenu {
    position: absolute;
    right: 40px;
    top: 15px;
}

.hmenu .shortmenu {
    right: 80px;
}

.hmenu .shortmenu .shortlink {
    display: inline-block;
    padding: 5px 10px;
    letter-spacing: 0.5px;
}

.hmenu .shortmenu .shortlink:hover {
    color: #fff;
    cursor: pointer;
    letter-spacing: 0px;
    font-weight: bold;
}

.hmenu .whiteframe, .hmenu .whiteframe, .hmenu .whiteframe a, .hmenu .whiteframe a {
    color: #292929 !important;
}

.hmenu .whiteframe a.active, .hmenu .whiteframe a.active {
    color: #9c9c9b !important;
}

@media all and (max-width: 800px) {
    .hmenu .logo_titel {
        font-size: 1.2em;
        padding-bottom: 0px;
    }


    .hmenu .logo_text {
        font-size: 12px;
        margin-top: -5px;
    }

    .shortmenu {
        display: none !important;
    }

    .hmenu .wrapper > div.hmenu_mobile {
        right: 41px;
    }

    .hmenu .logo_text_container {
        padding-left: 0;
        left: 175px;
        top: 25%;
    }
}

.hmenu .hmenufix.openmenu .hmenu_links .link.with-submenu {
    cursor: pointer;
}

.hmenu .hmenufix.openmenu .hmenu_links .link div {
    display: inline-block;
}

.hmenu .hmenufix.openmenu .hmenu_links .whiteframe.active-menu {
    display: block;
}

.hmenu .infotext, .hmenu .bottom-menu {
    display: none !important;
}

.hmenu .wrapper .zusatz {
    position: absolute;
    right: 40px;
    top: 24px;
    line-height: 24px;
    font-Weight: 300;
    background: #df0915;
    padding: 13px 15px;
}

.hmenu .wrapper .zusatz a {
    color: #fff;
    text-decoration: none;
}

@media (max-width: 1400px) {
    .hmenu .wrapper .zusatz {
        display: none;
    }
}

.hmenu .openmenu .infotext, .hmenu .openmenu .bottom-menu {
    display: block !important;
}

.hmenu .openmenu .bottom-menu {
    margin-left: 0px;
    display: flex !important;
}

.hmenu .openmenu .bottom-menu .bottom_link > div {
    position: relative;
    left: 0;
    text-align: left;
    font-size: 18px;
    line-height: 1.3em;
    color: #4C4D8B;
    margin-bottom: 20px;
    margin-right: 30px;
    width: 50%;
}

.hmenu .openmenu .infotext {
    margin: 0 auto;
    margin: unset;
    max-width: 1000px;
    max-width: 100%;
    padding-top: .9em;
    border-top: 2px solid #B2B2AF;
    border-bottom: 2px solid #B2B2AF;
    padding-bottom: .3em;
}


#editor .hmenu .logo_text_container {
    top: 10%;
}

.hmenu a:after {
    display: none;
}

.hmenu .infotext img {
    max-width: 22px;
    margin-right: 30px;
    height: auto;
}

.hmenu .infotext span {
    color: #fff;
    text-align: left;
    font-size: 30px;
    line-height: 1.3em;
    padding-top: 0;
}

.hmenu .infotext div {
    text-align: left;
    line-height: 1.3em !important;
    margin-left: 0px;
    font-size: 30px;
}

.hmenu .infotext .leiste div .text, .hmenu .infotext .leiste div:first-of-type div, .hmenu .infotext .leiste div:last-of-type div {
    padding-bottom: 0 !important;
}

.hmenu .infotext .leiste div:nth-of-type(1) .text {
    display: inline-block;
    flex-direction: column;
    align-items: flex-start !important;
}

.hmenu .infotext .leiste div .text a {
    text-decoration: underline !important;
    text-underline-offset: 3px !important;
    text-decoration-color: #ff4646 !important;
    text-decoration-thickness: 1px !important;
    color: #fff;
}

.hmenu .infotext .leiste a, .hmenu .bottom_link a {
    color: #B2B2AF;
    border: 1px solid #fff;
    border: 0;
    background: none;
}

.hmenu .infotext .leiste a {
    color: #fff;
}

.hmenu .bottom_link a {
    color: #B2B2AF;
}

.hmenu .infotext .leiste a:hover, .hmenu .bottom_link a:hover {
    color: #fff;
    background: none;
    cursor: pointer;
}

.hmenu .infotext .leiste > div > span > a {
    position: relative;
    z-index: 1;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
}

.hmenu .infotext .leiste > div > span > a:after {
    content: "";
    position: relative;
    background: #fff;
    bottom: .25em;
    width: 100%;
    height: 1px;
    display: block;
    left: 0;
    opacity: 1;
    transform: skewX(10deg);
    z-index: 2;
    margin: 0 1px;
    margin-bottom: -5px;
}

.hmenu .infotext .leiste div:nth-of-type(1) {
    display: flex;
    align-items: center !important;
}

.hmenu .infotext .leiste div {
    padding-bottom: .9em !important;
}

.hmenu .infotext .leiste div:nth-of-type(1) > img {

}

.hmenu .infotext .leiste div:nth-of-type(2) {
    display: flex;
    align-items: flex-start !important;
}

.hmenu .infotext .leiste div:nth-of-type(2) > img {
    position: relative;
    top: 10px;
}

.hmenu .infotext .leiste div:nth-of-type(3) {
    display: flex;
    align-items: center !important;
}

.hmenu .infotext .leiste div:nth-of-type(3) > img {

}

.hmenu .infotext .leiste a, .hmenu .bottom_link a {
    font-size: 30px;
    display: inline-block;

}

.hmenu .infotext .leiste div > img {
    min-height: 22px;
    max-height: 26px;
    min-width: 46px;
    max-width: 46px;
    margin: 0 auto;
    margin-left: 0;
    margin-right: 10px;
    transform: rotate(0deg);
    top: 0;
    filter: none;
    position: relative;
    display: block;
}


}

.hmenu .infotext .leiste {
    margin-top: 18px;
    padding: 52px 0 13px 38px;
    border-top: 15px solid #000;
    border-bottom: 15px solid #000;
}

}
.hmenu .logo_titel, .hmenu .logo_text {
    padding-left: 0 !important;
}

.hmenu .social-media, .hmenu.social-media {
    display: none;
}

.hmenufix.openmenu .social-media {
    padding-bottom: 20px;
    padding-right: 14px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-top: -76px;
}

.hmenufix.openmenu .social-media img {
    width: 30px;
    padding: 1px 1px 5px 10px;
    user-select: none;

}

.hmenu .wrapper > div.language {
    display: none;
    justify-content: space-between;
    height: 40px;
    position: absolute;
    right: 0;
    top: 53px;
    width: 70px;
    align-items: center;
}

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

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

@media (max-width: 1024px) {
    .slideshow_text.block {
        background: transparent;
        top: 30px;
        bottom: auto;
        text-shadow: 0px 0px 2px rgb(0 80 135);
    }

    .slideshow_text .button {
        text-shadow: none;
    }

}

@media (max-width: 800px) {

    .slideshow_wrapper .slideshow_text .wrapper {
        display: flex;
        flex-direction: column;
        padding-left: 10px;
        padding-right: 10px;
    }

    .hmenu .logo_text_container {
        margin-top: 0;
        left: 180px;
    }

    .hmenu .logo_text {
        margin-top: 0;
    }

    .slideshow_text .button {
        max-width: 400px;
        text-align: center;
    }

}

@media (max-width: 600px) {
    .hmenu .infotext.active-info {
        display: block !important;
        width: 100%;
        margin: 0 auto;
    }

    .hmenu .hmenufix.openmenu .hmenu_links .whiteframe * {
        font-size: 0.9em;
    }

    .hmenu .hmenufix.openmenu .hmenu_links div {
        font-size: 1.7em;
        line-height: 1.5em;
    }


    .hmenu .logo_text_container {
        left: 130px;
        top: 25%;
    }

    .hmenu .logo_titel {
        font-size: 0.8em;
    }

    .hmenufix {
        height: 100px;
    }

    .hmenu .hmenuimagewrapper {
        padding-top: 60px;
    }

    .logo_text_container {
        margin-left: -80px !important;
        margin-top: 0px !important;
    }


    .hmenu .hmenufix.openmenu .hmenu_links .link.with-submenu .sub-image {
        margin-bottom: 0px;
    }

    .hmenu .wrapper .top-menu {
        display: none;
    }

    .hmenu .hmenufix.openmenu .hmenu_links div a {
        font-size: 55px;
    }


    .hmenu .wrapper > div.hmenu_links.active > div {
        padding-bottom: 0 !important;
        padding-top: 10px !important;
    }

    .hmenu .infotext .leiste a {
        font-size: 18px;
    }

    .hmenu .infotext .leiste {
        border-top: 0px solid #9cff00;
        border-bottom: 0px solid #9cff00;
        padding-left: 0;
        margin-left: 0;
    }


    .hmenu .infotext .leiste div {
        margin-bottom: 6px !important;
    }

    .hmenu .infotext img {
        max-width: 14px;
        margin-top: 4px;
        margin-right: 15px;
    }

    .hmenu .infotext .leiste div:nth-of-type(2) > img, .hmenu .infotext .leiste div:nth-of-type(3) > img {

    }

    .hmenu .infotext .leiste div:nth-of-type(2) > img {


    }

    .hmenu .infotext .leiste div:nth-of-type(3) > img {


    }

    .hmenu .infotext span {
        font-size: 18px;
        line-height: 1.3em;
    }

    .hmenu .openmenu .bottom-menu {
        display: block !important;
    }

    .hmenu .openmenu .bottom-menu .bottom_link > div {
        font-size: 24px;
        margin-bottom: 20px;
        line-height: 1em;
    }


    .hmenu .social-media img {
        width: 32px;
        padding: 1px;
        padding-bottom: 3px;
        margin-left: 6px;
        margin-top: 2px;
    }

    .hmenu .social-media {
        padding-bottom: 3px;
        padding-right: 9px;
    }

    .hmenu_mobile.active .close {
        top: 4px;
    }
}


@media all and (max-width: 1059px) {
    .hmenu .hmenufix.openmenu .hmenu_links div, .hmenu .hmenufix.openmenu .hmenu_links div a {
        font-size: 30px !important;
        line-height: 1.7em;
    }

    .hmenu .hmenufix.openmenu .hmenu_links div .whiteframe a {
        font-size: 18px !important;
        line-height: 1.4em;
    }

    .hmenu .wrapper > div.hmenu_mobile {
        top: 36px;
    }

    .hmenu .hmenufix.openmenu .hmenu_links {
        padding-top: 66px !important;
    }

    .hmenu .openmenu .infotext {
        border-top: 2px solid #B2B2AF;
        border-bottom: 2px solid #B2B2AF;
        padding-top: 2.1em;
        padding-bottom: 1.1em;
    }

    #hmenu .bottom-menu {
        padding-top: 1.45em;
    }

    .hmenu .wrapper > div.hmenu_mobile {
        right: 42px;
    }

    .hmenu .hmenufix.openmenu .hmenu_link {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }

    .hmenu .infotext span, .hmenu .bottom_link a {
        font-size: 18px;
    }

    .hmenu .hmenufix.openmenu .hmenu_links div a:before {
        width: 20px;
        height: 20px;
        border-top: 5px solid #000;
        border-left: 5px solid #000;
    }

    .hmenu .hmenufix.openmenu .hmenu_links div a:hover:before {
        top: -10px;
        width: 20px;
        height: 20px;
        border-top: 5px solid #fff;
        border-left: 5px solid #fff;
    }

    .hmenu .wrapper > div.hmenu_links.active > div, .hmenu .wrapper > div.hmenu_links.active > div > a {
        left: 0;
        line-height: 28px !important;
        min-height: 28px !important;
    }


    .hmenu .openmenu .bottom-menu .bottom_link > div {
        left: 0;
        margin-bottom: 10px;
        
    }

    .hmenu .hmenufix.openmenu .hmenu_links div.link div:before {
        border-top: 5px solid #E5E5E4;
        border-left: 5px solid #E5E5E4;
        top: 13px;
        left: -46px;
        width: 9px;
        height: 9px;
    }

    .hmenu .hmenufix.openmenu .hmenu_links div.link div:hover:before {
        border-top: 5px solid #000;
        border-left: 5px solid #000;
        left: -24px;
        width: 9px;
        height: 9px;
        top: 13px;
    }

    .hmenu .hmenufix.openmenu .hmenu_links div.link div:after {
        border-top: 5px solid #E5E5E4;
        border-left: 5px solid #E5E5E4;
        top: 4px;
        left: -55px;
        width: 9px;
        height: 9px;
    }

    .hmenu .hmenufix.openmenu .hmenu_links div.link div:hover:after {
        border-top: 5px solid #000;
        border-left: 5px solid #000;
        left: -33px;
        width: 9px;
        height: 9px;
        top: 4px;
    }

    .hmenu .infotext .leiste a, .hmenu .bottom_link a, .hmenu .infotext span {
        font-size: 30px;
    }
    .hmenufix > .wrapper {
        width: 100%;
    }

    .hmenu .wrapper > div.language {
        right: 120px;
        top: 44px;
    }

}




.hmenu .wrapper > div.hmenu_links:not(.active) {
    position: absolute;
    display: block !important;
    height: 40px !important;
    z-index: 13;
}

.hmenu .wrapper > div.hmenu_links:not(.active) div.hmenu_link {
    display: inline-block !important;
    padding: 0;
    margin: 0;
    font-size: 18px !important;
    line-height: 40px !important;
    height: 40px !important;
    width: auto;
    color: white !important;
    color: #292929 !important;
    vertical-align: top;
    padding-right: 60px;
    font-weight: 300;
    position: relative;
}

.hmenu .wrapper > div.hmenu_links:not(.active) div.hmenu_link:after {
    content: "";
    display: block;
    position: absolute;
    right: 20px;
    top: 0;
    height: 40px;
    width: 2px;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(126,125,129,0.7) 50%, rgba(255,255,255,0) 100%);
}

.hmenu .wrapper > div.hmenu_links:not(.active) div.link.with-submenu:after {
    display: block;
    content: "";
    position: absolute;
    right: 40px;
    top: 15px;
    width: 10px;
    height: 10px;
    background-image: url("../module/hmenu/arrow-down.svg");
    background-size: 10px 10px;
}

.hmenu .wrapper > div.hmenu_links:not(.active) div.hmenu_link a {
    color: #292929 !important;
}

.hmenu .wrapper > div.hmenu_links:not(.active) div.hmenu_link a.active {
    color: #292929 !important;
}

.hmenu .wrapper > div.hmenu_links:not(.active) div.hmenu_link a.active:before {
    background: #ff4646;
    content: "";
    display: block;
    position: absolute;
    left: calc((100% - 60px) * 1/2);
    top: -40px;
    height: 40px;
    width: 2px;
}

.hmenu .wrapper > div.hmenu_links:not(.active) div.hmenu_link a.active:after {
    background: #ff4646;
    content: "";
    display: block;
    position: absolute;
    left: calc((100% - 66px) * 1/2);
    top: -4px;
    height: 8px;
    width: 8px;
    border-radius: 4px;
}

.hmenu .wrapper > div.hmenu_links:not(.active) div.hmenu_link .whiteframe a.active:before,
.hmenu .wrapper > div.hmenu_links:not(.active) div.hmenu_link .whiteframe a.active:after {
    display: none;
}

.hmenu .wrapper > div.hmenu_links:not(.active) .hmenu_link.hover .whiteframe a {
    display: block;
}

.hmenu .wrapper > div.hmenu_links:not(.active) div.hmenu_link .whiteframe a:hover,
.hmenu .wrapper > div.hmenu_links:not(.active) div.hmenu_link .whiteframe a.active {
    color: #ff4646 !important;
}

.hmenu .wrapper > div.hmenu_links:not(.active) .hmenu_link.hover .whiteframe {
    top: 33px;
    top: 48px;
    top: 40px;
    left: -20px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgba(54, 54, 54, 0.86);
    border-top: #292929 solid 30px;
    background: #e8e8e8;
    border-top: #e8e8e8 solid 30px;
}

.hmenu .wrapper > div.hmenu_links:not(.active) .hmenu_link.hover .whiteframe:before {
    content: "";
    position:absolute;
    top: -45px;
    left: 0;
    height: 25px;
    width: 100%;
    background:transparent;
    display: block;
}

.hmenufix:not(.openmenu) {
    overflow: visible !important;
}

.hmenufix:not(.openmenu):after {
    position: absolute;
    content: "";
    width: 100%;
    height: 40px;
    bottom: -40px;
    background: #292929;
    background: #e8e8e8;
    display:none;
}

.hmenu:not(.isFullyInViewport) .hmenufix:not(.openmenu):after {
    display: none;
}




@media (min-width: 1060px) {
    .hmenu .wrapper > div.hmenu_mobile {
        display: none !important;
    }

    .hmenu.isFullyInViewport {
        height: 100px;
    }
    .hmenufix.openmenu .social-media {
        margin-top: -134px;
    }
}

@media (max-width: 1059px) {

    .hmenu .wrapper > div.hmenu_links:not(.active) {
        display: none !important;
    }

    .hmenu .hmenufix:not(.openmenu):after {
        display: none !important;
    }

}

@media all and (max-width: 600px) {

    .hmenu .hmenufix.openmenu .hmenu_links div, .hmenu .hmenufix.openmenu .hmenu_links div a {
        font-size: 40px !important;
    }

    .hmenu .hmenufix.openmenu .hmenu_links div .whiteframe a, .hmenu .infotext .leiste a, .hmenu .bottom_link a, .hmenu .infotext span, .hmenu .infotext .text {
        font-size: 18px !important;
    }
    .hmenu .infotext .leiste div {
        padding-bottom: 0 !important;
    }
}

@media all and (max-width: 400px) {

    .hmenu .hmenufix.openmenu .hmenu_links div, .hmenu .hmenufix.openmenu .hmenu_links div a {
        font-size: 30px !important;
    }
}


@media (min-width: 661px) {

    #hmenu.isFullyInViewport .hmenufix .logoimg.logo2.white {
        display: none;
    }

    #hmenu.isFullyInViewport .logoimg.white {
        display: inline-block;
    }

}

@media (max-width: 660px) {

    #hmenu .logoimg.logo1.black {
        display: inline-block;
    }

    #hmenu .hmenufix .logoimg.logo2.white {
        display: none;
    }
}

@media (max-width: 560px) {

    #hmenu, #hmenufix {
        height: 80px
    }

    .hmenu .hmenu_logo {
        height: 80px;
        padding-top: 20px;
    }

    .hmenu .wrapper > div.hmenu_mobile, .hmenu_mobile.active .close {

        top: 16px !important;

    }

    #hmenu .logoimg.logo1.black, #hmenu .hmenufix.openmenu .logoimg.logo2.white {
        height: 60px !important;
        top: -10px;
        left: -8%;
    }

    .flexfooter .wrapper img:first-of-type {
        height: 30px !important;
        width: auto;
    }

    .hmenu .hmenufix.openmenu .hmenu_links {
        padding-top: 20px !important;

    }
}

@media (max-width: 460px) {
    #hmenu .logoimg.logo1.black, #hmenu .hmenufix.openmenu .logoimg.logo2.white {
        height: 25px !important;
        top: 18px;
    }

    .flexfooter .wrapper img:first-of-type {
        height: 25px !important;
    }
}

@media all and (max-width: 1300px) {
    .hmenu:not(.isFullyInViewport) .wrapper > div.hmenu_links:not(.active), .hmenu .wrapper > div.hmenu_links:not(.active) {
        width: fit-content;
        left: 200px;
    }
    .hmenu .logoimg {
        left: -2%;
    }
    .hmenu .wrapper > div.hmenu_links:not(.active) div.hmenu_link {

    }
    .hmenu .wrapper > div.hmenu_links:not(.active) div.hmenu_link:last-of-type {

    }
}

@media all and (min-width: 900px) and (max-width: 1300px) {
    #hmenu .hmenufix .logoimg.logo2.white {
        padding-left: 0px;
    }
}

@media all and (max-width: 1000px) {
    .hmenufix > .wrapper {
        width: 100%;
    }
}

@media all and (max-width: 900px) {
    .hmenu .logoimg {
        left: 0;
    }
}

@media all and (min-width: 900px) and (max-width: 1040px) {
    .hmenu .wrapper > div.hmenu_links:not(.active), .hmenu:not(.isFullyInViewport) .wrapper > div.hmenu_links:not(.active) {
        left: 110px;
    }
    .hmenu .wrapper > div.language {
        right: 20px;
    }
}

@media all and (min-width: 900px) and (max-width: 940px) {
    .hmenu .wrapper > div.language {
        display: none;
    }
}




@media (max-width: 560px) {
    .hmenu .wrapper > div.language {
        right: 110px;
        top: 25px;
        width: 60px;
    }
}

@media (max-width: 460px) {

    .hmenu .hmenu_logo {
        padding-top: 10px;
    }
}.standorte {
    height: 80px;
    margin-top: -80px;
    background: rgb(41,41,41);
    z-index: 2;
    position: relative;
}

.standorte a {
    color: #fff !important;
    text-decoration: none;
    display: flex;
    height: 100%;
    width: 100%;
}

.standorte .container {
    height: 160px;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    top: -80px;
}

.standorte .container > div {
    display: block;
    justify-content: space-evenly;
    align-items: center;
    height: 80px;
    position: relative;
    z-index: 13;
}
.standorte .container > div div {
    position: relative;
    z-index: 5;
    font-weight: 400;
    color: #fff;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.standorte .standort  {

    border-left: 1px solid rgba(238, 238, 238, 0.56);
}

.standorte a:first-of-type .standort {
    border: none;
}

.standorte .standort img,
.standorte img {
    width: 14px;
    margin-right: 5px;
}

.standorte .splide__arrow {
    position: absolute;
    z-index: 1;
    top: -80px;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    opacity: 1;
    background: #29292982;
    border: 1px solid #fff !important;
}
.splide__arrow:disabled {
    display: flex;
}

.splide__arrow--prev {
    left: unset;
    right: 60px;
}
.splide__arrow--next{
    right: 20px;
    left: unset;
}

.splide__arrows {
    width: 1240px;
    margin: 0 auto;
    position: relative;
}

/*    */
.standorte {
    position: relative;
    width: 100%;
}

.container {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.slider-wrapper {
    display: flex;
    transition: transform 0.5s ease;
    width: 100%;
}

.slider {
    display: flex;
    transition: transform 0.5s ease;
}

.standort-link {
    flex: 0 0 auto;
    box-sizing: border-box;

}

.standorte a.standort-link {
    transition: all 0.15s ease-in-out;
    position: relative;
}

.standorte a.standort-link:hover {
    /*background: #ffffff75;*/
    text-decoration: none;
}



.standorte a.standort-link .standort-info {
    opacity: 0;
    position: absolute;
    top: -100%;
    height: fit-content;
    border: 1px solid #c0c0c0ad;
    transition: all 0.15s ease-in-out;
    pointer-events: none;
}

.standorte .container div > div a.standort-link:hover .standort-info {
    display: block;
    opacity: 1;
}

.standorte .container div > div a.standort-link .standort {
    transition: all 0.15s ease-in-out;
}

.standorte .container div > div a.standort-link:hover + a .standort,
.standorte .container div > div a.standort-link:hover .standort{
    border-left: none;
}

.standorte .container div > div a.standort-link .standort img,
.standorte .container div > div a.standort-link .standort span {
    transition: all 0.15s ease-in-out;
    position: relative;
}


.standorte .container div > div a.standort-link:hover .standort img,
.standorte .container div > div a.standort-link:hover .standort span {
    margin-bottom: 20px;
}

.standorte .container > div div.adresse {
    position: absolute;
    height: 100%;
    bottom: 0;
    width: 100%;

}

.standorte .container > div div.adresse table {
    background: rgba(41, 41, 41, 0.45);
    font-size: 14px;
    line-height: 1.45em;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 10px;
}

.standorte .container > div div.adresse table tbody {
    padding: 5px;
}

.standorte .standort-info img {
    width: 100%;
    opacity: 0.9;
    margin: 0;
}

.standorte .container > div div.bild {
    overflow: hidden;
    position: relative;
    max-height: 160px;
}

.standorte .standort-info img {
    width: 100%;
}

.standorte .splide__arrows {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 12;
}

.standorte  .splide__arrow {
    background: none;
    border: none;
    cursor: pointer;
    pointer-events: all;
    z-index: 1;
}


/*   */


/*

.standorte {
    height: 80px;
    margin-top: -80px;
    background: rgb(41,41,41);
    z-index: 2;
    position: relative;
}

.standorte a {
    color: #fff !important;
    text-decoration: none;
    display: block;
    height: 100%;
    width: 100%;
}

.standorte .container {
    height: 80px;
    overflow: hidden;
}

.standorte .container > div {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 100%;
}

.standorte .standort  {
    border-left: 1px solid rgba(238, 238, 238, 0.56);
}

.standorte a:first-of-type .standort {
    border: none;
}

.standorte .standort img,
.standorte img {
    width: 14px;
    margin-right: 5px;
}

.standorte .splide__arrow {
    position: absolute;
    z-index: 1;
    top: -90px;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    opacity: 1;
    background: transparent;
    border: 1px solid #fff;
}

.splide__arrow:disabled {
    display: flex;
    opacity: 0.5;
}



/* Additional CSS for slider functionality */
.standorte .slider-wrapper {
    overflow: visible;
    width: 100%;
}

.standorte .slider {
    display: flex;
    transition: transform 0.5s ease;
    will-change: transform;
    margin: 0;
    background: none !important;
}

.standorte .standort-link {
    flex: 0 0 auto;
    box-sizing: border-box;
}


/* */

@media (min-width: 1200px) {

    .standorte .splide__arrow--prev {
        right: calc((100% - 1200px) + 60px);
    }
    .standorte .splide__arrow--next {
        right: calc((100% - 1200px) + 20px);
    }
}

@media (max-width: 700px) {
    .standorte .standort:nth-of-type(4),
    .standorte .standort:nth-of-type(5),
    .standorte .standort:nth-of-type(6),
    .standorte .standort:nth-of-type(7){
        display: none;
    }
}

@media (max-width: 900px) {
    .standorte .standort-link {
        flex: 0 0 33.33%; /* 3 Slides */
    }
}

@media (max-width: 700px) {
    .standorte .standort-link {
        flex: 0 0 50%; /* 2 Slides */
    }
}

@media (max-width: 600px) {
    .standorte .standort-link {
        flex: 0 0 100%; /* 1 Slide */
    }
}.flexbildneu img {
    width: 100%;
    max-width: 100%;
}

.flexbildneu {
    margin-top: 0px;
    margin-bottom: 0px;
    overflow: hidden;
}


.flexbildneu .wrapper .container {
    display: flex;
}

.flexbildneu h3 {

}

.flexbildneu h3 span {
    display: block;
    position: relative;
    z-index: 10;
}

.flexbildneu .img-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-end;
}

.cta_tischbuchen .details-btn {
    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: white;
}

.cta_tischbuchen .details-btn a:hover {
    text-decoration: none;
    color: inherit;
    border-bottom: none;
}

.cta_tischbuchen .details-btn:hover, .form input[type=submit]:hover  {
    background: #DF0915 !important;
    cursor: pointer;
}


.cta_tischbuchen .details-btn:focus, .form input[type=submit]:focus, .cta_tischbuchen .details-btn:active, .form input[type=submit]:active  {
    background: rgba(96,167,212,0.2); !important;
    cursor: pointer;
}

.flexbildneu .img-container .zitat {
    margin-top:20px;
    background-color: #f2f2f2;
    border-left: 2px solid #039fe3;
    padding: 10px 30px;
    width: fit-content;
}

.flexbildneu .text-container .hdrei {

    margin-top: 70px;
    margin-bottom: 70px;
}

.flexbildneu .img-container .zitat > span {
    display: block;
    font-family: serif;
    font-size: 18px;
    line-height: 28px;
}

.flexbildneu .text-container span b {
    color: #000;
    font-weight: 400;
}

.flexbildneu .img-container .zitat > span > b {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
}

.flexbildneu .img-container .zitat-container {
    order: 2;
    display: flex;
    justify-content: flex-start;
}

.flexbildneu .img-container .zitat-container h2 {
    display: none;
}

.flexbildneu .img-container .zitat-button {
    order: 3;
}

.flexbildneu .text-container .text-button {
    position: absolute;
    bottom: 0;
}

.flexbildneu img, .flexbild a img {
    transition: ease-in-out 0.65s all;
    line-height: 0;
    margin-bottom: 20px;
}

.flexbildneu img:hover, .flexbildneu a:hover {
    text-decoration: none;
    border: none;
}

.flexbildneu .container {
    overflow: visible;
}

.flexbildneu .edit-text-container {
    color: #292929;
}

.flexbildneu .img-container.edit-text {
    display: flex;
    justify-content: space-between !important;
    align-items: center !important;
    flex-wrap: nowrap;
}

.flexbildneu .img-container.edit-text .edit-text-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.flexbildneu .img-container.edit-text .edit-number:before {
    content: "";
    display: block;
    width: 1px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: -250px;
    background: #292929;
}

.flexbildneu .img-container.edit-text .edit-text-container:nth-of-type(2){
    top: -50px;
}

.flexbildneu .img-container.edit-text .edit-text-container:nth-of-type(3){
    top: 50px;
}

.flexbildneu .edit-number {
    font-size: 50px;
    font-family: "Libre Baskerville", serif;
    font-weight: 100;
    margin-bottom: 10px;
}

.flexbildneu .edit-text {
    font-weight: 100;
}

.flexbildneu .wrapper .container .img-item > a:after {
    display:none;
}

.flexbildneu .wrapper .container .img-item {
    order: 1;
}

.flexbildneu .wrapper .container .img-item a:hover {
    text-decoration: none !important;
}

.flexbildneu .text-container {
    margin-top: -8px;
    position: relative;
}

.flexbildneu .text-container > span ~ ul {
    padding-left: 20px;
    list-style: disc;
}

@media all and (max-width: 1280px) {
    .flexbildneu .wrapper .container .img-item {
        width: 100% !important;

    }
}

@media all and (max-width: 1060px) {
    .flexbildneu .text-container .text-button {
        position: relative;
        margin-bottom: 20px;
    }
    .flexbildneu .img-container .zitat-container, .flexbildneu .img-container .zitat-container .zitat {

        width: 100%;
    }

}

@media all and (max-width: 1200px) {
    .flexbildneu .text-container .text-button {
        left: 20px !important;
    }
    .flexbildneu .img-container, .flexbildneu .img-container .img-item {
        width: 100% !important;
        box-sizing: border-box;
    }

    .flexbildneu {
        padding: 0;
    }

    .flexbildneu .img-container {
        display: flex;
        flex-wrap: wrap;
        padding:20px;
    }
    .flexbildneu .wrapper .container {
        flex-direction: column !important;
    }
    .flexbildneu .wrapper {
        padding: 0;
    }
    .flexbildneu .img-container .zitat-container {
        padding: 0px;
        width: 100%;
        margin-bottom: 20px;
    }
    .flexbildneu .img-container .zitat-container .zitat {
        width: 100%;
        border: none !important;
        margin: 15px 0 0;
    }
    .flexbildneu .img-container .zitat-button, .flexbildneu .text-container .text-button .details-btn {
        position: relative;
        margin: 0 auto;
        margin-bottom: 40px;
        margin-top: 40px;
    }
    .flexbildneu .text-container .text-button .details-btn {

        margin-top: 40px;
    }
    .cta_tischbuchen .details-btn {
        min-width: 200px !important;
    }
    .flexbildneu .text-container {
        padding: 20px;
        order: 2;
    }
    .flexbildneu .wrapper .container .img-item {
        align-items: center;
        vertical-align: center;
        display: flex;
        justify-content: center;
        min-height: 200px;
    }
    .flexbildneu .img-container {
        order: 1;
    }

}

@media all and (max-width: 700px) {
    .flexbildneu .img-container .zitat {
        margin: 0 auto;
        margin-top: 40px;
        width: auto;
    }
}

@media all and (max-width: 600px) {
    .flexbildneu {
        margin-top: 20px;
    }
    .flexbildneu img {
        margin-bottom: 10px;
        max-height: 100%;
        width: 100%;
    }
    .flexbildneu .img-container .img-item {
        justify-content: center;
        display: flex;
    }
    .flexbildneu > .wrapper {
        padding: 0;
    }
    .flexbildneu .container {
        flex-direction: column !important;
    }
    .flexbildneu .text-container {
        padding: 0 20px !important;
        margin-top: 20px;
    }
}

@media all and (max-width: 500px) {
    .flexbildneu .img-container {
        width: 100% !important;
        padding: 20px;
    }
}

.slideshow {
    font-size: 0px;
    line-height: 0px;
}

.slideshow a {
    color: #fff !important;
}

.slideshow .wrapper {
    width: 100%;
    max-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_slide:before {
    content: "";
    pointer-events: none;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 1;
    background: transparent;
    background: linear-gradient(99deg, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.25) 25%, rgba(255,255,255,0) 100%);
}

.slideshow_right, .slideshow_left {
    position: absolute;
    height: 30px;
    border: 1px solid #fff;
    padding: 3px;
    z-index: 9;
    width: 30px;
    line-height: 50px;
    -moz-user-select: none; 
    -khtml-user-select: none; 
    -webkit-user-select: none; 
    -o-user-select: none;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    bottom: 150px;
}

.slideshow_right:hover, .slideshow_left:hover {
    cursor: pointer;
}

.slideshow_right img, .slideshow_left img {
    width: 10px;
    height: 10px;
}

#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: calc(((100% - 1200px)* 1 / 2) + 40px);

}


.slideshow_left {
    left: unset;
    right: calc(((100% - 1200px)* 1 / 2) + 80px);
}

#editor .slideshow_right svg {

}


#editor .slideshow_left svg {

}

.slideshow_right svg {

}


.slideshow_left svg {

}

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

.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 {
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    padding-top:40px;
    padding-bottom: 0px;
    color: white;
}

.slideshow_untertitel {
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    padding-top:10px;
    padding-bottom: 0px;
    color: white;
}

.slideshow_untertitel span {
    font-size: 18px;
    line-height: 1em;
    color: #292929;
    font-weight: 300;
}

.slideshow_right_link a{
    color:#fff;
}
.slide_context {
    position: absolute;
    background: rgba(1,1,1,0.4);
    background: none !important;
    z-index: 2;
    bottom: 100px;
    max-width: 590px;
    text-align:left;
    width: 100%;
    left: 120px;
    top: 29%
}

.slide_context a {
    color: #fff;
    text-decoration: none;
    padding-right: 30px;
}


.slide_context a:after {
        content: "";
        position: absolute;
        right: 17px;
        top: 11px;
        width: 20px;
        height: 20px;
        background-image: url("../module/flexbildneu/rechts-kreis.svg");
        background-size: 20px 20px;
}


.slideshow_cta {
    font-size: 18px;
    font-weight: 400;
    background: #DF0915;
    line-height: 1.2em;
    color:#fff;
    text-align: left;
    padding:10px;
    margin: 20px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom:40px;
    width: fit-content;
    position: relative;
}

.slideshow_cta a:hover {
	text-decoration: underline !important;
}
.slideshow_text .slideshow_text {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    background: #77989f;
    position: relative;
    line-height: 1em;
    text-align: left;
}
.slideshow_text h1 {
    color: #292929;
    font-size: 50px;
    line-height: 1.2em;
    font-weight: normal;
    text-shadow: 0px 0px 20px rgba(0,0,0,.5);
    text-shadow: none;
    font-family: "Libre Baskerville", serif;
}
.slideshow_right_link {
    color: #fff;
    background: rgba(150,150,150,0.5);
    position: absolute;
    border-right: 2px solid #fff;
    min-height: 10px;
    right: 2%;
    min-width: 150px;
    bottom: 2%;
    text-align: right;
    z-index: 100;
    padding: 10px;
    font-size: 18px;
    line-height: 1.2em;
	display: none;
}
/*
.news {
    position: absolute;
    right: 35px;
    bottom: 24%;
    z-index: 100;
    background: #DF0915;
    background: #77989f;
    padding: 15px 15px 10px 15px;
    max-width: 35%;
}

.slider-news {
    font-size: 18px;
    color: white;
    display: flex;
    flex-direction: column;
    white-space: break-spaces;
    max-width: 600px;
}

.slider-news .datum {
    text-align: left;
    color: #DF0915;
}

.slider-news h2 a {
    color: white;

    font-weight: 400
}

.slider-news hr {
    padding: 0px;
    margin: 5px;
    border-top: none;
    height: 0px;
    width:100%;

}

.slider-news hr:last-of-type {
    display: none;
}

.slider-news h2 {
    line-height: 25px;
    margin-top: 5px;
    text-align: left;
    color: white;
    display: inline-block;
    font-weight: 400;
    font-size: 18px;
}

.slider-news p {
    line-height: 10px;
    margin-top: 5px;
    font-weight: 600;
    font-size: 18px;
}

*/



@media all and (max-width: 600px){
    .slide_context{
        max-width: 90%;
    }
}
@media all and (max-width: 500px){
    .slideshow_text h1 {
        font-size: 24px;
    }
    .slideshow_cta {
        font-size: 18px;
    }
}

@media all and (max-width: 900px) {
    .slide_context {
        left: 10%;
        position: relative;
        white-space: break-spaces;
    }
    .slideshow_cta a, .slideshow_cta {

         line-height: normal;
    }
    .slider-news h2, .slider-news p {
        font-size: 14px !important;
    }
}

@media all and (max-width: 700px) {
  
    .slideshow_cta a, .slideshow_cta {
		 max-width: 68%;
    }

}

@media all and (min-width: 600px) and (max-width: 1170px) {
	.slideshow_text h1 {
		font-size: 50px;
	}
}

@media all and (max-width:750px) {
    .slideshow .news {
        max-width: 100%;
        left: 10%;
        right: 10%;
        padding: 5px 10px 10px 10px;
    }
    .slider-news h2 {
        line-height: 15px;
    }
    .slider-news p {
        line-height: 8px;
    }
}

@media all and (max-width: 750px) and (max-height: 415px) {
    .slideshow .news {
        display: none;
    }
}
.hzwei .wrapper {
	padding-top: 20px;
	padding-bottom: 10px;
}

.hzwei h2 {
	font-size: 24px;
	margin-bottom: 5px;
	position: relative;
	z-index: 10;
}

.hzwei p {
	font-size: 18px;
}.badslider {
  background: #f5f5f5;
}

.badslider .wrapper {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  display: flex;
  flex-direction: row;
}

.badslider .badslide {
  display:  block;
  opacity: 1;
  width: 100%;
  flex-basis: 100%;
  min-width: 100%;
  transition: all .7s ease-in-out;
}

.badslider .badslide:not(.active) {
  display: none;
  opacity: 0;
}

.badslider .badslide.active {
  display: block;
  opacity: 1;
}

.badslider .badslide-content {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
}

.badslider .badslide .text {
  width: 25%;
  padding: 40px;
  background-color: #f5f5f5;
  color: #111;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.badslider .badslide .text h2 {
  font-size: 34px;
  margin-bottom: 20px;
  line-height: 1.2em;
}

.badslider .badslide .text p {
  font-size: 1.2rem;
  margin-bottom: 20px;
}

.badslider .badslide .text > * {
  text-align: center;
}

.badslider .badslide .btn {
  background-color: #DF0916;
  color: white;
  padding: 12px 24px;
  text-decoration: none;
  font-weight: bold;
  border: none;
  width: fit-content;
}

.badslider .badslide .btn a {
  color: #fff;
}

.badslider .badslide .image {
  width: 100%;
  flex-basis: 75%;
  min-height: 500px;
  max-height: 500px;
  min-width: 300px;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;

}

.badslider .badslide .image.full {
  width: 100%;
}

.badslider .badslide .image img {
  width: 100%;
  position: absolute;
  left: 0;
  top:0;
  object-fit: cover;
  min-width: 100% !important;
  min-height: 100% !important;
}

.badslider .image-text {
  position: absolute;
  color: white;
  font-weight: bold;
  text-shadow: 1px 1px 4px rgba(0,0,0,0.6);
  padding: 20px;
  top: 40%;
  width: 100%;
  text-align: center;
  background: #0000008a;
}

.badslider .image-text h2 {
  color: #fff;
}

.badslider .dots {
  display: flex;
  justify-content: center;
  padding: 20px 0;
  background-color: #fff;
}

.badslider .dot {
  height: 12px;
  width: 12px;
  margin: 0 5px;
  background-color: #a7a7a7;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.3s ease;
}

.badslider .dot:hover {
  cursor: pointer;
}

.badslider .dot.active {
  background-color: #DF0916;
  transform: scale(1.25);
}

@media (max-width: 900px) {
  .badslider .wrapper {
    padding: 0;
  }
  .badslider .badslide .text {
    padding: 20px;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 768px) {
  .badslider .badslide-content {
    flex-direction: column;
  }

  .badslider .badslide .text, .badslide .image {
    width: 100%;
  }

  .badslider .image-text {
    font-size: 1.5rem;
  }
}
.mitglied_karte {
    user-select: none;
}

.mitglied_karte a {
    text-decoration: none !important;
}

#hover {
    position: relative;
    background: transparent;
    padding: 0;
    padding-left: 40px;
    pointer-events: none;
}

#hover .custom-hover {
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 65px;
    background: #fff;
    padding: 0 20px;
}

#hover .name {
    background: #fff;
    font-size: 18px;
    line-height: 1em;
    padding: 0;
    color: #df0915 !important;
    font-weight: bold;
    margin: 0 auto !important;
    height: 100%;
    min-height: 100%;
}

.leaflet-sidebar.bottomleft {
    position: relative !important;
}

.mitglied_karte #ports{
    min-height: 600px;
    max-height: 600px;
    margin-bottom:50px;
    position: relative;
    margin-top: 75px;
    z-index: 1;
    border-bottom: 1px solid #292929;
}
.mitglied_karte .legend {
    position: absolute;
    z-index: 10000;
    right: 40px;
    background: #292929;
    min-width: 180px;
    top: 40px;
    opacity: .88;
}
.mitglied_karte .data {
    padding-top: 20px;
    margin-bottom: -6px;
}
.mitglied_karte .custom-popup td.standort-link {
    text-align: right;
    font-style: oblique;
}
.mitglied_karte span.company-address, .mitglied_karte .custom-popup li {
    color: gray;
    font-weight: normal !important;
    list-style: disc;
}
.mitglied_karte .company-address {
    margin-bottom: 20px;
}
.mitglied_karte span.company-data{
    color: gray;
    font-weight: bold !important;
}
.mitglied_karte .custom-popup ul{
    padding-left: 37%;
    margin-top: -15px;
}
.mitglied_karte .logo img {
    width: 100%;
    object-fit:contain;
    max-height: 300px;
    margin-bottom: 20px;
    object-position: 50% 50%;
    height: auto;
}
.mitglied_karte .legend .content{
    padding: 20px;
    color: #fff;
    font-weight:bold;
}
.mitglied_karte .legend .content li{
    cursor: pointer;
}
.mitglied_karte .legend img.nosvg {
    max-height: 25px;
    margin-right: 5px;
    margin-bottom: -6px;
    mix-blend-mode: luminosity;
}
.mitglied_karte .legend .activeFilter img.nosvg {
    mix-blend-mode: normal;
}
.mitglied_karte .legend .content li {
    list-style: none;
    color: #fff;
    font-weight:bold;
    margin-bottom: 18px;
}
.mitglied_karte{
    position: relative;
}
.mitglied_karte .leaflet-popup-content-wrapper, .leaflet-popup-tip{
    background: #ECEDED;
}
.mitglied_karte .leaflet-popup-content-wrapper{
    border-radius: 0 !important;
}
.mitglied_karte .leaflet-popup-content{
    margin:0;

}
.mitglied_karte .logo{
    font-size: 0 !important;
    line-height: 0 !important;
    width: 40%;
    float: left;
    margin: 0;
    margin-right:25px;
}
.mitglied_karte .logo {
    text-align: center;
    min-height: 70px;
    background: #fff;
}
.mitglied_karte .leaflet-popup-content{
    width: 500px !important;
}
.mitglied_karte .name {
    color: #fff !important;
    text-align: center;
    background: #292929;
    padding: 15px;
    min-height:40px;
    margin-bottom: 20px !important;
}
.mitglied_karte .custom-popup div {
    color: #292929;
    font-size: 15px;
    font-weight: normal;
    line-height: 20px;
    width: 100%;

}

.mitglied_karte .custom-popup .company-name {
    font-family: inherit;
    font-size: 18px;
    line-height: 1.2em;
    padding-bottom: 10px;
    color: #df0915;
    font-weight: bold;
}
.mitglied_karte .custom-popup .address {
    font-size: 18px;
}
.mitglied_karte .address {
    padding: 20px;
}
.mitglied_karte .leaflet-container a.leaflet-popup-close-button{
    display: none;
}
.mitglied_karte .leaflet-popup .image img {
    width: 100%;
    margin:0 auto;
    margin-top: 25px;
}
.mitglied_karte .popup-title {
    font-size: 18px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-family: skolar-sans-latin, sans-serif;
}
.mitglied_karte .custom-data{
    font-size: 12px;
    margin: 0;
    line-height: 15px;
    margin-top: 5px;
    font-family: skolar-sans-latin, sans-serif;
}
.mitglied_karte .title {
    text-align: center;
    padding: 5px;
    color: #fff;
    font-weight:bold;
}
.marker-cluster{
    background-color: #df09158f;
    width: 50px;
    height: 50px;
    margin-left: -5px;
    margin-top: -5px;
}
.marker-cluster span {
    line-height: 50px;
    font-size: 25px;
}
.marker-cluster div {
    background-color: #df091561;
    color:#fff;
    opacity: .88;
    width: 50px;
    height: 50px;
    border-radius: 35px;
    margin-left: -5px;
    margin-top: -5px;
}
.leaflet-popup-tip-container {
    width: 40px;
    display:none;
    height: 20px;
    position: absolute;
    left: 50%;
    margin-left: -19px;
    overflow: hidden;
    pointer-events: none;
    top: -20px;
    transform: rotate(
            180deg
    );
}
.custom-popup {
    background: #fff;
    width: 100%;
}
.mitglied_karte input[type=checkbox] {
    position: relative;
    cursor: pointer;
    -moz-appearance:initial;
}
.mitglied_karte input[type=checkbox]:before {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    top: -3px;
    left: -3px;
    border: none;
    border-radius: 0;
    background-color: #df0915;
    -moz-appearance: initial;
}
.mitglied_karte input[type=checkbox]:checked:after {
    -moz-appearance:initial;
    content: "";
    display: block;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: -3px;
    left: 2px;
}

.mitglied_karte .leaflet-control-layers.leaflet-control-layers-expanded.leaflet-control {
    z-index: 10000;
    right: 100px;
    background: #fff;
    top: 10px;
    opacity: .88;
    color: #fff;
    border-radius: 0;
    margin: 0;
    min-width: 150px;
    padding: 15px;
    padding-top: 50px;
    border: 0px solid #292929;
    border-image: none;
    border-radius: 4px;
}
.mitglied_karte .leaflet-control-layers.leaflet-control-layers-expanded.leaflet-control:before{
    content: "Auswahl";
    text-align: center;
    padding: 5px;
    color: #292929;
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    margin: 0 auto;
    top: 10px;
    font-family: inherit;
    width: 100%;
    left: 0;
}
.mitglied_karte .leaflet-control-layers.leaflet-control-layers-expanded.leaflet-control span {
    color: #292929;
    font-family: inherit;
    font-size: 18px;
    line-height: 35px;
    overflow:hidden;
    font-weight: normal;
    margin-bottom: 18px;
    top: 2px;
    position: relative;
}
.leaflet-popup-tip-container {
    width: 40px;
    height: 20px;
    position: absolute;
    left: 50%;
    margin-left: -19px;
    overflow: hidden;
    pointer-events: none;
    top: -20px;
    transform: rotate(
            180deg
    );
}

@-moz-document url-prefix() {
    .mitglied_karte input[type="checkbox"]{
        padding-left: 15px;
    }
    .mitglied_karte input[type="checkbox"]::before {
        top: -15px;
        left: -4px;
    }
    .mitglied_karte input[type="checkbox"]:checked::after {
        top: -12px;
    }
}
@media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance:none) {
        .mitglied_karte input[type=checkbox]:before{
            top:-8px;
        }
        .mitglied_karte input[type="checkbox"]:checked::after {
            top: -8px;
        }
    }
}


.mitglied_karte .custom-popup table, .mitglied_karte .custom-popup td {
    vertical-align: top;
    width: 100%;
}

.mitglied_karte .custom-popup table + table {
    margin-top: 45px;
    position: relative;
    /*
    padding-top: 25px;
    display: block;
    border-top: 2px solid rgba(193, 193, 193, 0.25);*/
}

.mitglied_karte .custom-popup table + table:before {
    content: "";
    position: absolute;
    top: -25px;
    width: 100%;
    height: 2px;
    background: rgba(193, 193, 193, 0.25);
}

.leaflet-sidebar .close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    height: 15px;
    color: #292929;
    font-size: 15pt;
    line-height: 1em;
    text-align: center;
    background: transparent;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    cursor: pointer;
    z-index: 1000;
    border: 0;
}
.custom-popup .company-info {
    display: flex;
    justify-content: space-between;
}
.leaflet-sidebar.right.visible ~ .leaflet-right {
    right: 275px;
}
.leaflet-sidebar {
    width: 350px;
}
.leaflet-sidebar.right {
    height: 100%;
    overflow: scroll;
    top: 0;
}
.leaflet-touch .leaflet-sidebar > .leaflet-control {
    border: 0;
    padding: 20px;
    min-height: 135px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.leaflet-sidebar > .leaflet-control {
    height: fit-content;
}

.custom-popup .oeffnungTime {
    margin-top: 20px;
}

.custom-popup .oeffnungTime h1 {
    text-decoration: underline;
    font-size: inherit;
    font-family: inherit;
    font-weight: bold;
}

.custom-popup .oeffnungTime table{
    text-decoration: none;
    font-weight: normal;
}

.mitglied_karte .mehrlink {
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    display: inline-block;
    box-sizing: border-box;
    border-radius: 2px;
    padding: 8px 12px;
    border: 5px solid #292929;
    color: #292929;
    font-weight: bold;

    text-align: center;
    max-width: 150px;
    border-image: url(//www.my-regio.shop/module/himmel/button_border_large_schwarz.svg) 5 5;
}
@media (max-width: 600px){
    .leaflet-sidebar .close{
        right: 0px;
        top: 0px;
    }
    .mitglied_karte {
        max-height: 66vh;
        overflow: hidden;
        margin: 50px 0;
    }
    .mitglied_karte .leaflet-control-layers.leaflet-control-layers-expanded.leaflet-control:before {
        display: none;
    }
    .mitglied_karte .leaflet-control-layers.leaflet-control-layers-expanded.leaflet-control {
        padding: 5px 15px;
        min-width: 100px;
        right:10px;
    }
    .leaflet-sidebar.right.visible {
        width: calc(100% - 20px);
        left: -10px;
        right: -10px;
        top: 10px;
        margin: 0 auto;
        height: fit-content;
        height: 100%;
        -webkit-overflow-scrolling: touch !important;
        overflow-y: scroll;
    }
    .leaflet-sidebar.right {
        top: 10px;
    }
    .leaflet-sidebar.right.visible ~ .leaflet-right {
        opacity: 0;
    }
    .mitglied_karte .logo img {
        max-height: 150px;
    }
    .leaflet-sidebar .close {
        height: 20px;
        z-index: 2000;
    }
}.footer {
    margin-top: 0px;
}

.footer {
    clear: both;
    padding-top: 0px;
    position: relative;
    color: #fff;

}

.footer * b {
    font-weight: 500;
}

.footer a {
    text-decoration: none;
}

.footer .wrapper.flex {
    display: flex;
    justify-content: space-between;
    padding: 0;
    padding-top: 40px;
}

@media (max-width: 1264px) {
    .footer .wrapper.flex {
        padding: 0 20px;
        box-sizing: border-box;
    }
}

.footer .wrapper >div {
    display:flex;
    flex-direction: column;
}

.footer .wrapper >div.mitte {
    width: 30%;
    justify-content: space-between;
    margin-right: 60px;
}

.footer .wrapper >div.mitte .links {
    display: flex;
    justify-content: center;
}

.footer .wrapper >div.links,
.footer .wrapper >div.rechts {

}

.footer .wrapper >div.links>div,
.footer .wrapper >div.rechts>div {
    width: 100%;
    min-width: 280px;
    max-width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.footer .wrapper >div.rechts>div {
    min-width: unset;
    width: fit-content;
}

.footer .wrapper >div.links>div.spalten {
    justify-content: flex-start;
}

.footer .wrapper >div.links>div.spalten .spalte1 {
    width: 35%;
}

.footer .wrapper >div.links>div.spalten span,
.footer .wrapper >div.rechts>div>div {
    line-height: 2.2em;
}

.footer .wrapper >div.rechts>div>div {
    flex-basis: 100%;
}

.footer .wrapper >div.rechts .headline + div {
    display: flex;
    flex-direction: column;
}


.footer .wrapper >div.mitte .links span {
    margin-right: 20px;
}

.footer .wrapper >div.mitte img {
    margin-left: 17px;
}

.footer .wrapper >div.rechts  {

}

.footer .wrapper .footer-headline {
    font-weight: 400;
    padding-left: 40px;
    position: relative;
    display: block !important;
    margin-bottom: 30px;
}

.footer .wrapper .footer-headline:before {
   content: "";
    position: relative;
    display: block;
    left: -38px;
    top: 14px;
    width: 30px;
    height: 2px;
    background: #DF0915;
}

.footer .wrapper > .rechts > div:first-of-type,
.footer .wrapper > .links > div:first-of-type{
    margin-top: 20px;
}



.footer b {
    font-weight: 500;
}

.footer .hzwei {

}

#colorfooter {
    line-height: 1.3em;

}

#colorfooter .hzwei {
    padding-top: 2em;
}

#colorfooter.colorwrapper {
    position: relative;
    background-color: #ccc;
    padding: 40px 0;
    color: #292929;
}

#colorfooter.colorwrapper a {
    color: #292929;
}

#colorfooter.colorwrapper .adresse a {
    color: #DF0915;
}

#colorfooter .scrolldown {
    cursor: pointer;
    position: absolute;
    left: 50%;
    top: -50px;
    margin-left: -25px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

#colorfooter .scrolldown path {
    stroke: #ECEDED;
}

#colorfooter br {
}

.body #colorfooter a {

    border-bottom: 0 none;
}

#colorfooter .adresse {
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 30px;
    text-align: center;
}

#colorfooter table {
    width: 100%;
    table-layout: fixed;
    margin-left: -10px;
    margin-right: -10px;
}

#colorfooter table, #colorfooter table tr,  #colorfooter table tr td {
    vertical-align: top;
}

#colorfooter .bilder {
    border-top: 2px solid #fff;
    clear: both;
    padding-bottom: 50px;
    margin: 0 -20px;
}

#colorfooter .bilder .bild {
    display: inline-block;
    margin: 20px;
}

#colorfooter table td {
    min-width: 100%;
    box-sizing: border-box;
}

#colorfooter table td div {
    padding: 10px;
    box-sizing: border-box;
    max-width: 100%;
}

#colorfooter b {
    display: inline-block;
    padding-bottom: 10px;
    font-weight: 400;
}

#colorfooter .logo {
    top: 0px;
    right: 0px;
    width: 100%;
    height: auto;

}

.social-media-container, .social-media {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.social-media-item {
    margin: 5px;
}

.social-media-item:first-of-type {
    margin-left: -3px;
}

.social-media-item img {
    width: 24px;
}

.social-media {
	padding-right: 10px;
}

.footer .infopunkte {
    height: 80px;
    margin-top: -80px;
    background: rgb(41,41,41);
    z-index: 2;
    position: relative;
}

.footer .infopunkte a {
    color: #fff !important;
    text-decoration: none;
}

.footer .infopunkte .container {
    height: 80px;
    top: 0;
}

.footer .infopunkte .container > div {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 100%;
}
.footer .infopunkte .container > div div {
    position: relative;
    z-index: 5;
    font-weight: 400;
    color: #fff;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer .infopunkte .infopunkt  {


    border-left: 1px solid rgba(41, 41, 41, 0.56);
}

.footer .infopunkte .infopunkt:first-of-type {
    border: none;
}

.footer .infopunkte img,
.infopunkt img {
    width: 14px;
    margin-right: 5px;
}

@media (min-width: 1400px) {
    .footer .wrapper >div.rechts {
        margin-right: 0;
    }
}

@media (max-width: 940px) {
    #colorfooter .adresse {
        text-align: left;
    }
    #colorfooter .logo {
        height: 80px;
        width: auto;
        margin-left: 0;
        left: -2%;
        position: relative;

    }

    #colorfooter table tr td {
        display: inline-block;
        min-width: 280px;
        box-sizing: border-box;
        padding-top: 20px;
    }

    .footer .wrapper.flex {
        flex-direction: column;
    }

    .footer .wrapper.flex > div{
        margin-bottom: 40px !important;
    }

    .footer .wrapper.flex > div.mitte {
          order: 1;
        margin-right: 0;
        width: 60%;
        margin-bottom: 0 !important;
    }

    .footer .wrapper.flex > div.links {
        order: 1;

    }

    .footer .wrapper.flex > div.rechts {
        order: 2;

    }

    .footer .wrapper.flex > div.mitte {
        order: 3;

    }

    .footer .wrapper.flex > div.rechts > div {
       margin-top: 0;
    }

    .footer .wrapper.flex > div.mitte .links {
        flex-direction: column;
        margin-top: 40px;
    }

    .footer .wrapper.flex > div.mitte .links div {

        margin-top: 10px;
    }

}

@media (max-width: 600px) {
    .footer, #colorfooter table, .footer, #colorfooter .adresse {

        line-height: 25px !important;
    }
}



@media (max-width: 900px) {
    .produktseite .produktnummer {
        padding-top: 10px;
        float: none;
        display: block;
    }
}

.footer table a, .body #colorfooter a {
}

.stores .storecontainer{
    width: 100%;
    position:relative;
    min-height: 500px;
    border-bottom: 5px solid grey;
    margin-bottom: 70px;
    padding-bottom: 80px;
}

.stores .storecontainer:after {
    content: "";
    display: block;
    position: absolute;
    right: 0px;
    bottom: 0;
    height: 1px;
    width: 100%;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(126, 125, 129, 0.7) 50%, rgba(255, 255, 255, 0) 100%);


}

.stores span.details {
    margin-top: 15px;
    display: block;
    max-width: 60%;
}

.stores .storecontainer:last-of-type:after {
    display: none;
}

.stores .storecontainer {
    border: none !important;
    display: flex;
}

.stores .containerFürImg  {

}

.stores .containerFürImg img  {
    width: 300px;
    height: 100%;
    object-fit: cover;
    display: flex;
    border: 1px solid rgba(192, 192, 192, 0.41);
}

.stores .kontakt-container {
    display: flex;
    flex-direction: row;
    border-top: 1px solid silver;
}

.stores .storename {
    padding-bottom: 10px;
    margin-bottom: 5px;
    position: relative;
    width: fit-content;
}

.stores .storename h1 {
    width: fit-content;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.stores .storename h1:after {
    transition: all .3s ease-in-out;
}

.stores .storename:after {
    content: "";
    font-family: sans-serif;
    display: block;
    left: 105%;
    width: 34px;
    height: 34px;
    line-height: 1.2em;
    top: 10px;
    background: url("./module/stores/rechts-kreis.svg");
    background-size: 34px 34px;
    background-repeat: no-repeat;
    color: #fff;
    padding: 0;
    position: absolute;
    font-size: 18px;
    text-align: center;
}

.stores .storename h1:after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0;
    height: 1px;
    width:140%;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(126,125,129,0.3) 0%, rgba(126,125,129,0.6) 10%, rgba(126,125,129,0.4) 50%, rgba(255,255,255,0) 100%);
}

.stores a {
    /*color: #fff !important;*/
}

.stores .storename h2 {
    font-size: 40px;
}

.stores .kontakt-container > div {
    /*background: #df0915;
    color: #fff;
    padding: 20px;*/
}

.stores .kontakt-container > div h1 {
    font-size: inherit;
    font-family: inherit;
    text-decoration: underline;
}

.stores .kontakt-container > div.kontakt {
    /*background: #292929;*/
}


.stores .storecontainer:last-of-type{

    border-bottom: none;
    display: flex;

}

.storecontainer a.button {
    min-width: 140px;
    padding: 5px 20px;
    height: 40px;
    background-color: #df0915;
    position: absolute;
    bottom: 20px;
    right: 20px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}


.stores .containerFürImg{
    width: fit-content;
    margin-top: 5%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.stores .containerFürImg .zusatz-bilder {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.stores .containerFürImg .zusatz-bilder img {
    width: 80px;
    height: 80px;
    transition: .3s all ease-in-out;
}

.stores .containerFürImg .zusatz-bilder img:hover {
    transform: scale(1.15);
}



.stores .containerFürInfos{

    width: 100%;
    min-height:335px;
    height: fit-content;


    display: inline-block;

    margin-top: 5%;
    margin-left: 5%;





}

.strores .storename{

    width: 100%;

}


.stores .adresse{

    width: 100%;
    display: inline-block;


    float: left;


}

.stores .tele{

    width: 100%;
    display: inline-block;
    margin-left: 0;
    margin-top:20px;

}

.stores h2 {
    font-size: 18px;
    font-family: inherit;
    margin-bottom: 15px;
}

.stores .containerFürInfos a:hover {
    text-decoration: none !important;
}


.stores .adresse, .stores .tele, .stores .storename a, .stores .oeffnungTime table tr td{


   font-size: 17px;
}

.stores .kontakt{

    width: 100%;
    margin-top: 3%;

}

.stores .oeffnungTime{

    width: 100%;
    margin-top: 3%;
}

.stores .store-info {
    display: flex;
    flex-wrap: nowrap;
}

.stores .store-info > div {
    padding: 5px 10px;
    background: #df0915;
    color: #fff;
}

.stores .store-info .ausstellung {
    margin-right: 10px;
}

@media (max-width: 940px) {


    .stores .containerFürImg{

       width: 100%;


    }
.stores   .containerFürlogo {
    width: 100%;

}

    .stores .containerFürInfos{

        width: 100%;
        margin-left:0;
		height: auto;


    }


    .stores .adresse{
        width: 100%;

    }


    .stores .tele{
        width: 100%;

    }

    .stores .storecontainer{
        width: 100%;
		height: auto;
		padding-bottom: 20px;
        display: flex;
        flex-direction: column;
    }

    .stores .containerFürImg img {
        width: 100%;
    }

    .stores .nosvg,
    .stores .containerFürImg img{
        width: 100%;
        height: auto;
        margin-left: 2%;
		margin: 0 auto;
		padding-top: 0px;


    }
    .stores .containerFürImg .zusatz-bilder img {
        width: 30%;
        height: unset;
        margin: 0;
        padding: 0;
    }
}

@media (max-width: 500px) {
    .stores .kontakt-container {
        flex-direction: column;
    }
}.profilseite {
    margin-top: 25px;
    margin-bottom: 25px;
}

.firma_head .firmenname h1 {
    font-family: "Libre Baskerville", serif;
	font-weight: 100;
	padding: 15px 0 15px;
	line-height: normal;
}

.profilseite .content-head {
    color: #fff;
    background: #003450;
    padding: 10px;
    margin-bottom: 25px;
    margin-top: 25px;
}

.profilseite .plz, .profilseite .city {
	display: inline;
}

.profilseite div.kontakt + div.hzwei {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 0;
}

.profilseite .firma_head {
    margin-bottom: 55px;
    margin-top: 45px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.profilseite .kontakt table {
	margin-top: 20px;
}

.profilseite table tr td:nth-of-type(2) {
    padding-left: 1rem;
}

.profilseite img {
    min-width: 575px;
    max-height: 400px;
    max-width: 575px;
    object-fit: fill;
    margin-left: 20px;
}

.profilseite .oeffnungszeiten {
    width: 100%;
}

.oeffnungszeiten .headline {
    font-weight: bold;
}

.profilseite .firma_logo {
    position: relative;
	display: flex;
	justify-content: space-between;
    margin-bottom: 80px;
}

.profilseite .mitglied {
    font-size: 0.8em;
    font-style: italic;
}

.profilseite .kontakt {
    position: relative;
    margin-bottom: 25px;
}

.profilseite .left {
    float: left;
    display: inline-block;
    height: 300px;
    width: 50%;
}

.profilseite .right {
   /* position: absolute;
    top: 0px;
    right: 5px;*/

	float: right;
    width: 50%;
    display: inline-block;
    overflow: hidden;
    max-height: 400px;
}

@media (max-width: 600px) {
    .profilseite .right, .profilseite .left  {
        float: none;
        display: block;
        width: auto;
        height: auto;
        max-width: 100%;

    }

    .profilseite .right {
        margin-top: 20px;
    }


}

.profilseite .google {
    font-style: italic;
}

.profilseite .beschreibung {
	margin-bottom: 70px;
}

.profilseite .profil {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom:25px;
}
.profilseite .ausbildung_container {
    margin-top: 40px;
	flex-basis: 100%;
}
.profilseite .profil .schwerpunkte, .profilseite .profil .dienstleistungen, .profilseite .profil .einsatzgebiete {
    padding-top: 10px;
	min-width: 200px;
    max-width: 220px;
}

.profilseite ul {
    padding-left: 0em;
	list-style: none;
}

.profilseite .contact {
    pointer-events: all;
}


.profilseite .ausbildung_container .content {
    margin-bottom: 25px;
}
.profilseite .ausbildung_art ul{
    margin-top: 25px;
}

.profilseite .abteilung {
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0 30px;
}

.profilseite .abteilung .person {
    display: flex;
    flex-direction: column;
    margin-right: 0px;
    padding: 10px 20px;
    background: #efefef;
    border-right: 1px solid silver;
}

.profilseite details.oeffnungszeit table {
    display: block;
}

.profilseite details.abteilung {
   display: block;
    margin-bottom: 25px;
}

.profilseite details.abteilung .person {
    border-right: none;
}

@media (max-width: 600px) {
    .profilseite .abteilung .person {
        width: 100%;
        border: none;
        border-bottom: 1px solid silver;
    }
    .profilseite .abteilung .person:last-of-type {
        border: none;
    }
}

.profilseite .abteilung .person:last-of-type {
    border: none;
}

.profilseite .abteilung .person .name {
    font-weight: bold;
    border-bottom: 0px solid silver;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.profilseite .abteilung .person .email a {
    color: #df0915;
}

.profilseite .abteilung .person .name + .position {
    font-style: oblique;
    margin-top: -25px;
    margin-bottom: 10px;
}

.profilseite .abteilung h3 {
    width: 100%;
    margin-bottom: 0px;
    background: #df0915;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 20px;
}

.profilseite .oeffnungszeiten .headline {
    margin-bottom: 30px;
}



@media (min-width: 1200px) {
    .profilseite .abteilung .person {
        box-sizing: border-box;
        flex-basis: 25%;
    }
}

@media (max-width: 860px) {
    .profilseite .firma_logo {
        flex-direction: column;
        overflow: hidden;
    }
    .profilseite .firma_logo .oeffnungszeiten {
        order: 2;
        margin-top: 30px;
    }
    .profilseite .firma_head {
         margin-bottom: 25px;
    }
    .profilseite img {
        width: 100%;
        max-height: unset;
        max-width: unset;
    }
    .profilseite .kontakt {
        display: flex;
        flex-direction: column;
    }
    .profilseite .right {
        width: 100%;
        height: fit-content;
        margin-bottom: 30px;
    }
    .profilseite .left {
        height: fit-content;
        margin-bottom: 30px;
    }
    .profilseite .right iframe {
        width: 100%;
    }
    .profilseite .wrapper .hzwei {
        margin-bottom: 30px;
    }
}


@media (max-width: 500px){
    .profilseite .profil .schwerpunkte, .profilseite .profil .dienstleistungen, .profilseite .profil .einsatzgebiete {
        padding-top: 10px;
        max-width: 100%;
        margin-bottom: 15px;
    }
}.bad {
    background: none;
    color: #292929;
    margin-top: 150px;
    color: #fff;
}

.bad.rot {
    background: #df0915;

}

.bad.schwarz {
    background: #292929;
}

.bad .bad-container {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding-top: 40px;
}

.bad .text-container {
    width: 100%;

    display: flex;
    justify-content: space-between;
}

.bad .text {
    padding: 10px 40px 20px 0;
}

.bad .bild {
    position: relative;
    min-width: 300px;
    max-width: 300px;
    height: 200px;
    min-height: 200px;
    border: none !important;
}

.bad .bild img {
    width: 100%;
    min-height: 200px;
    height: 100%;
    object-fit: contain;
}

.bad .bild.eins {
    margin-top: -150px;
    margin-bottom: 20px;
    border: 3px transparent solid;
    left: -20px;
}

.bad .bild.mitte {
    margin-right: 40px;
    margin-bottom: 45px;
    margin-top: 14px;
}


.bad .bild.mitte img {
    border: 3px solid #fff;
}

.bad .hzwei {
    margin: 0;
}

.bad .hzwei h2 {
    color: #fff;
}

.bad.rot .bild.eins {
    border: 3px #df0915 solid;
}

.bad.schwarz .bild.eins {
    border: 3px #292929 solid;
}

.bad .bild.zwei {
    bottom: -65px;
    border: 3px #fff solid;
}

@media (max-width: 900px) {
    .bad .bild {
        width: 100%;
        height: 100%;
        min-height: 100%;
        min-width: 100%;
        max-width: unset;
        max-height: unset;
    }
    .bad .bild.eins {
        left: 0;
    }
    .bad .bild.zwei {
        bottom: unset;
        box-sizing: border-box;
        border: none;
    }
    .bad.rot .bild.zwei {
        border-bottom: 10px solid #df0915;
    }
    .bad.schwarz .bild.zwei {
        bottom: unset;
        box-sizing: border-box;
        border: none;
        border-bottom: 10px solid #292929;
    }
    .bad .text-container {
        flex-direction: column;
    }
}.carousel {
    position: relative;
    padding-bottom: 20px !important;
    padding-top: 60px;
    display: block;
    max-width: 1180px;
    margin: 0 auto;
    background: #DF0915;
    margin-top: 60px;
    color:#fff;
}

.carousel:before,
.carousel:after {
    content: "";
    height: 100%;
    width: 0;
    background: #DF0915;
    display: none;
    position: absolute;
    top: 0;
}

@media (min-width: 1200px) {
    .carousel:before,
    .carousel:after {

        display: block;
    }
}

.carousel:before {
    right: 100%;
}

.carousel:after {
    left: 100%;
}

.carousel .hzwei {
    padding:  0;
    margin-bottom: 60px;
    margin-top: 0;
}

.carousel .hzwei h2 {
    color: #fff;
}

.slidewrapper {
    overflow: hidden;
    padding-bottom: 40px;
}

.carousel img {

    width: 100%;
    height: auto;
    box-sizing: border-box;
    top: 0px;
}


#carousel img {
    position: relative;
}

#carousel img, #carousel .bildunterschrift {
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
}

#carousel:not(.isInViewport) img {
    top: -50px;
}

#carousel:not(.isInViewport) .bildunterschrift {
    left: -30px;
}

.carousel .flex-container a:hover,
.carousel .flex-slider a:hover {
    outline: none;
}

.carousel .slides {
    position: relative;
    white-space: nowrap;
    transition: left .5s;
}

.carousel .slides > li {
    padding-left: 20px !important;
    padding-right: 80px !important;
    vertical-align: top;
}

.carousel .slides > li:last-of-type {
    display: none !important;
}

.carousel .slides,
.carousel .slides > li,
.carousel .flex-control-nav,
.carousel .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.carousel .flex-pauseplay span {
    text-transform: capitalize;
}


.carousel .slides > li {
    display: inline-block;
    -webkit-backface-visibility: hidden;
}

.carousel .slides img {
    width: 100%;
    display: block;
}

.carousel .slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .carousel .slides {
    display: block;
}

* html .carousel .slides {
    height: 1%;
}

.no-js .carousel .slides > li:first-child {
    display: block;
}

.carousel {

    position: relative;
    zoom: 1;
}

.carousel .slides {
    zoom: 1;
}

.carousel .slides img {
    height: auto;
    -moz-user-select: none;
}

.carousel .flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.carousel .loading .flex-viewport {
    max-height: 300px;
}

@-moz-document url-prefix() {
    .carousel .loading .flex-viewport {
        max-height: none;
    }
}

.carousel * {
    user-select: none;
}

.carousel li {
    margin-right: 5px;
}

.carousel .flex-direction-nav {
    *height: 0;
}

.carousel .flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 40px !important;
    margin: -20px 0 0;
    position: absolute;
    top: 65px;
    z-index: 10;
    overflow: hidden;
    opacity: 1;
    cursor: pointer;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: 1px solid #fff;
    box-sizing: border-box;
}

.carousel .flex-direction-nav a:before {
    content: " ";
    position: relative;
    width: 10px;
    height: 10px;
    left: 10px;
    display: inline-block;
    padding: 3px;
    display: none;
}

.carousel .flex-direction-nav img {
    width: 10px;
    height: 10px;
    position: absolute;
}

.carousel .flex-direction-nav a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel .flex-direction-nav .flex-prev:before {

}

.carousel .flex-direction-nav a.flex-next:before {

}

.carousel .flex-direction-nav .flex-prev {
    left: unset;
    right: 70px;
}

.carousel .flex-direction-nav .flex-next {
    right: 30px;
    text-align: right;
}

.carousel:hover .flex-direction-nav .flex-prev {

}

.carousel:hover .flex-direction-nav .flex-prev:hover {

}

.carousel:hover .flex-direction-nav .flex-next {

}

.carousel:hover .flex-direction-nav .flex-next:hover {

}

.carousel .flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default;
    z-index: -1;
}

.carousel .flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
}

.carousel .flex-pauseplay a:before {
    font-family: "carousel-icon", sans-serif;
    font-size: 18px;
    display: inline-block;
    content: '\f004';
}

.carousel .flex-pauseplay a:hover {
    opacity: 1;
}

.carousel .flex-pauseplay a.flex-play:before {
    content: '\f003';
}

.carousel .flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -20px;
    text-align: center;
    z-index: 10;
    display: none;
}

.carousel .flex-control-nav a:after {
    display: none !important;
}

.carousel .flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.carousel .flex-control-paging li a {
    width: 14px;
    height: 10px;
    display: block;
    background: rgba(47, 219, 47, 0.41);
    cursor: pointer;
    text-indent: -9999px;

}

.carousel .flex-control-paging li a:hover {
    background: #008d36;
}

.carousel .flex-control-paging li a.flex-active {
    background: #008d36;
    cursor: default;
}

.carousel .flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}

.carousel .flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
}

.carousel .flex-control-thumbs img {
    width: 100%;
    height: auto;
    display: block;
    opacity: .7;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.carousel .flex-control-thumbs img:hover {
    opacity: 1;
}

.carousel .flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
}

@media screen and (max-width: 700px) {
    .carousel .flex-direction-nav {
        display: none;
    }
    .carousel .flex-direction-nav .flex-prev {
        opacity: 1;

    }

    .carousel .flex-direction-nav .flex-next {
        opacity: 1;

    }
}

.carousel .text, .carousel .mehrtext {
    padding-top: 20px;
    font-size: 16px;
    line-height: 24px;
}

.carousel .text {
    padding-top: 5px;
}

.carousel .mehrtext a:after {
    display: none;
}


.carousel .contentwrap {
    position: relative;
    padding: 2px 7px;
    hyphens: auto;
    -webkit-hyphens: auto;
}

.carousel .bildunterschrift {
    background: #008d36;
    color: #fff;
    width: fit-content;
    font-size: 16px;
    position: absolute;
    left: 0;
    height: 22px;
    line-height: 22px;
    bottom: 0;
    z-index: 1;
    padding: 0 50px 0 7px;
}

.carousel .bildunterschrift a {
    color: #fff;
}

.carousel .bildunterschrift a:hover {
    background: inherit;
}

.carousel li .bild {
    font-size: 0;
    line-height: 0;
    position: relative;
    max-height: 160px;
    height: 160px;
    width: 160px;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 10px;
}

.carousel li .bild:hover {
    cursor: pointer;
}

.carousel li .bild:before {
    content: " ";
    position: absolute;
    z-index: 2;
    background: rgba(53, 56, 57, 0.65);
    background: rgba(187, 205, 241, 0.49);
    opacity: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: all ease-in-out .3s;
    display: block;
    box-sizing: border-box;
    pointer-events: none;
}

.carousel li:hover .bild:before {
    opacity: .6;
}

@media all and (min-width: 1200px) {
    .carousel .slides > li {
        max-width: 160px !important;
        width: 160px !important;
        padding-left: 0 !important;
        padding-right: 100px !important;
        position: relative;
    }
    .carousel .slides > li:after {
        content: "";
        display: block;
        position: absolute;
        right: 40px;
        height: 100%;
        min-height: 180px;
        min-width: 1px;
        background: #fff;
        top: 0;
    }
    .carousel .slides > li:nth-last-child(2)::after {
        display: none;
    }
}

@media (min-width: 900px) {
    .carousel .slides > li:after {
        content: "";
        display: block;
        position: absolute;
        right: 40px;
        height: 100%;
        min-height: 180px;
        min-width: 1px;
        background: #fff;
        top: 0;
    }
}

@media (max-width: 1240px) {
    .carousel {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media all and (max-width: 1200px) {
    .carousel .slides > li {
        padding-left: 20px !important;
        position: relative;
    }

}

@media all and (max-width: 900px) {
    .carousel .slides > li, .carousel .slides, .carousel, .carousel li .bild {
        width: 100% !important;
        padding: 0 !important;
    }

    .carousel .flex-control-nav {
        display: none;
    }

    .carousel .flex-direction-nav {
        display: block;
    }

    .carousel .slides > li {
        padding: 0 20px !important;
        box-sizing: border-box;
        margin-bottom: 0px;
    }

    .carousel li .bild {
        max-height: 100%;
        height: auto;
    }

    .carousel .contentwrap {
        padding: 12px 15px 15px 15px;
    }

    .carousel .text, .carousel .mehrtext {
        font-size: 18px;
        line-height: 1.5em;
        font-weight: 400;
        hyphens: auto;
        -webkit-hyphens: auto;
    }

    .carousel .bildunterschrift {
        padding: 8px 50px 8px 14px;
        font-size: 28px;
    }

    .carousel .mehrtext a {
        text-decoration: underline !important;
        text-decoration-thickness: 1px !important;
        text-underline-offset: 2px;
    }

    .carousel .mehrtext {
        padding-top: 50px;
    }

    #carousel img {
        max-width: 200px;
    }

    .carousel li .bild {
        justify-content: center;
        padding: 20px 0 !important;
        min-height: 120px;
        border-bottom: 1px solid #efefef;
    }

    .carousel li:nth-last-of-type(2) .bild {
        border-bottom: none;
    }

    .carousel {
        padding: 40px 20px 20px !important;
        box-sizing: border-box;
    }
}

@media all and (max-width: 660px) {
    .carousel .slides > li {
        padding: 0 20px !important;
    }

    .carousel .bildunterschrift {
        font-size: 16px;
        padding: 0 58px 0 10px;
        bottom: 0px;
    }

    .carousel .contentwrap {
        padding: 5px 10px;
    }

    .carousel .mehrtext {
        padding-top: 25px;
    }

    .carousel .slides > li {
        margin-bottom: 0;
        margin-top: 0;
    }

}

@media all and (max-width: 400px) {
    .carousel .contentwrap {
        padding: 5px 0px;
    }

    .carousel .bildunterschrift {
        padding-left: 15px;
    }
}.flow .flow-punkt {
    display: flex;
    padding-left: 0;
    margin-left: -24px;
}

.flow .flow-punkt.bild.links .inhalt-container .inhalt {
    flex-basis: 70%;
}

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

.flow .flow-punkt .nummer {
    background: none;
    width: 8px;
    height: 8px;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 500;
    font-size: 0;
}

.flow-punkt .bild {
    margin-left: 10px;
    overflow: hidden;
}

.flow-punkt.bild.unten .inhalt-container {
    display: flex;
    flex-direction: column;
}

.flow-punkt .bilder {
    display: flex;
    flex-wrap: wrap;
}

.flow-punkt .bilder .bild {
    margin-right: 20px;
}


.flow .flow-punkt .nummer:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 15px;
    position: absolute;
    left: 10px;
    top: 11px;
    background: #d16a45;
}

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

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

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

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

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

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

.flow .flow-punkt .inhalt-container .inhalt {
    padding-right:0 ;
    flex-basis: 66%;
}

.flow .inhalt-container .bild {
    margin-left:0;
    width: 300px;
    height: 200px;
    margin-bottom: 20px;
}

.flow-punkt.bild.links .inhalt-container .bild {
    margin-right: 20px;
}

.flow .inhalt-container .bild img {
    width: 100%;
    object-fit: contain;
}

.flow .container {
    overflow: visible;
}

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

    }
}

@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;
    }
    .flow .flow-punkt {
        margin-left: 0;
    }
}

@media (max-width: 800px) {
    .flow .inhalt-container {
        flex-direction: column;
    }
    .flow .inhalt-container .inhalt {
        order: 1;
    }
    .flow .inhalt-container .bild {
        margin-left:0;
        width: 100%;
        height: fit-content;
        order: 2;
    }
    .flow .inhalt-container .bild img {
        width: 100%;
    }
    .flow .flow-punkt .inhalt-container .inhalt,
    .flow .flow-punkt.bild.links .inhalt-container .inhalt{
        flex-basis: fit-content;
    }
    .flow .inhalt-container .bild {
        margin-right: 0;
    }
    .flow .flow-punkt .flow-links {
        min-width: 30px;
        width: 30px;
    }
}.jobformular {
    line-height: 0;
    margin-top: -10px;
    z-index: 2;
    position: relative;
}
.jobformular iframe {
    width: 100%;
    overflow: hidden;
}

.badges {
    margin-top:0px;
    margin-bottom: 0px;
    max-width: 100vw;
    position: relative;
    height: fit-content;
    overflow: hidden;
    padding-bottom: 20px;
}

.badges .scene {
    position: absolute;
    width: 100%;
    transform: translateY(var(--translateY));
    will-change: transform;
}

.badges .badge-container {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 3;
    margin-top: 30px;
    margin-bottom: 30px;
    display:flex;
}

.badges .badge-container > div {
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    width: 100%;
}



.badges > img {
    position: absolute;
    top: 0;
    left: 0;
    height: fit-content;
    z-index: 1;
    opacity: 1;
    min-width: 100%;
    user-select: none;
    -webkit-user-select: none;
}

.badges .badge-container > div > div {
    flex-basis: 25%;
}

.badges .badge-container .badge {
    margin: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 230px;
}

@media (max-width: 1080px) {
    .badges .badge-container  {
        flex-direction: column;
    }
}

.badges {
    font-family: "Open Sans", sans-serif;
}

.badges .badge-container .badge-title {
    font-weight: 600;
    text-align: center;
    z-index: 10;
}

.badges .badge-container .badge-text {
    z-index: 10;
    text-align: center;
    line-height: 2em;
    word-wrap: break-word;
}

.badges .badge-container .badge-text a {
    color: inherit !important;
    text-decoration: underline;
    text-underline-offset: 2px;
}



.badges .badge .cta_tischbuchen {

}

.badges .headline {
    position: relative;
    z-index: 10;
    text-align: center;
    margin: 80px 20px 40px;
}

.badges .headline h2 {
    color: inherit;
}

.badges .badge-container .badge img {
    max-width: 120px !important;
    min-width: 120px;
    margin-bottom: 25px;
    z-index: 10;
    transition: ease-in-out .4s all;
    height: 100%;
    width: 100%;
    user-select: none;
    -webkit-user-select: none;
}

.badges .badge-container .badge img:hover {
    cursor: pointer;
    transform: scale(1.15);
}

@media (min-width: 900px) {
    .badges .badge-container > div:first-of-type {
        border-right: 0px solid #c7a6c7;
        position: relative;
    }
    .badges .badge-container > div:first-of-type:before {
        content: "";
        position: absolute;
        top: 0;
        right: -2px;
        width: 2px;
        height: 30%;
        background-color: #fff;
        display: block;
    }
    .badges .badge-container > div:first-of-type:after {
        content: "";
        position: absolute;
        bottom: 0;
        right: -2px;
        width: 2px;
        height: 46%;
        background-color: #fff;
        display: block;
    }
}

@media all and (max-width: 900px) {
    .badges .badge-container > div > div {
        flex-basis: 100%;
    }
    .badges .badge-container > div {

        flex-wrap: wrap;
    }
    .badges > img {
        height: 100%;
    }
    .badges .badge-container {
        padding: 0 20px;
    }
    .badges .badge-container > div > div {
        padding: 40px 0;
        border-bottom: 0px solid #c7a6c7;
    }

}

@media (max-width: 700px) {
    .badges .badge-container > div > div {
        border: none;
    }
    .badges .badge-container {
        flex-direction: column;
    }
}.jobformular {
    line-height: 0;
    margin-top: -10px;
    z-index: 2;
    position: relative;
}
.jobformular iframe {
    width: 100%;
    overflow: hidden;
}

.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;
}@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__container{position:relative;box-sizing:border-box}.splide__list{margin:0!important;padding:0!important;width:-webkit-max-content;width:max-content;will-change:transform}.splide.is-active .splide__list{display:flex}.splide__pagination{display:inline-flex;align-items:center;width:95%;flex-wrap:wrap;justify-content:center;margin:0}.splide__pagination li{list-style-type:none;display:inline-block;line-height:1;margin:0}.splide{visibility:hidden}.splide,.splide__slide{position:relative;outline:none}.splide__slide{box-sizing:border-box;list-style-type:none!important;margin:0;flex-shrink:0}.splide__slide img{vertical-align:bottom}.splide__slider{position:relative}.splide__spinner{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;display:inline-block;width:20px;height:20px;border-radius:50%;border:2px solid #999;border-left-color:transparent;animation:splide-loading 1s linear infinite}.splide__track{position:relative;z-index:0;overflow:hidden}.splide--draggable>.splide__track>.splide__list>.splide__slide{-webkit-user-select:none;user-select:none}.splide--fade>.splide__track>.splide__list{display:block}.splide--fade>.splide__track>.splide__list>.splide__slide{position:absolute;top:0;left:0;z-index:0;opacity:0}.splide--fade>.splide__track>.splide__list>.splide__slide.is-active{position:relative;z-index:1;opacity:1}.splide--rtl{direction:rtl}.splide--ttb>.splide__track>.splide__list{display:block}.splide--ttb>.splide__pagination{width:auto}.splide__arrow{position:absolute;z-index:1;top:50%;transform:translateY(-50%);width:2em;height:2em;border-radius:50%;display:flex;align-items:center;justify-content:center;border:none;padding:0;opacity:.7;background:#ccc}.splide__arrow svg{width:1.2em;height:1.2em}.splide__arrow:hover{cursor:pointer;opacity:.9}.splide__arrow:focus{outline:none}.splide__arrow--prev{left:1em}.splide__arrow--prev svg{transform:scaleX(-1)}.splide__arrow--next{right:1em}.splide__pagination{position:absolute;z-index:1;bottom:.5em;left:50%;transform:translateX(-50%);padding:0}.splide__pagination__page{display:inline-block;width:8px;height:8px;background:#ccc;border-radius:50%;margin:3px;padding:0;transition:transform .2s linear;border:none;opacity:.7}.splide__pagination__page.is-active{transform:scale(1.4);background:#fff}.splide__pagination__page:hover{cursor:pointer;opacity:.9}.splide__pagination__page:focus{outline:none}.splide__progress__bar{width:0;height:3px;background:#ccc}.splide--nav>.splide__track>.splide__list>.splide__slide{border:3px solid transparent}.splide--nav>.splide__track>.splide__list>.splide__slide.is-active{border-color:#000}.splide--nav>.splide__track>.splide__list>.splide__slide:focus{outline:none}.splide--rtl>.splide__arrows .splide__arrow--prev,.splide--rtl>.splide__track>.splide__arrows .splide__arrow--prev{right:1em;left:auto}.splide--rtl>.splide__arrows .splide__arrow--prev svg,.splide--rtl>.splide__track>.splide__arrows .splide__arrow--prev svg{transform:scaleX(1)}.splide--rtl>.splide__arrows .splide__arrow--next,.splide--rtl>.splide__track>.splide__arrows .splide__arrow--next{left:1em;right:auto}.splide--rtl>.splide__arrows .splide__arrow--next svg,.splide--rtl>.splide__track>.splide__arrows .splide__arrow--next svg{transform:scaleX(-1)}.splide--ttb>.splide__arrows .splide__arrow,.splide--ttb>.splide__track>.splide__arrows .splide__arrow{left:50%;transform:translate(-50%)}.splide--ttb>.splide__arrows .splide__arrow--prev,.splide--ttb>.splide__track>.splide__arrows .splide__arrow--prev{top:1em}.splide--ttb>.splide__arrows .splide__arrow--prev svg,.splide--ttb>.splide__track>.splide__arrows .splide__arrow--prev svg{transform:rotate(-90deg)}.splide--ttb>.splide__arrows .splide__arrow--next,.splide--ttb>.splide__track>.splide__arrows .splide__arrow--next{top:auto;bottom:1em}.splide--ttb>.splide__arrows .splide__arrow--next svg,.splide--ttb>.splide__track>.splide__arrows .splide__arrow--next svg{transform:rotate(90deg)}.splide--ttb>.splide__pagination{display:flex;flex-direction:column;bottom:50%;left:auto;right:.5em;transform:translateY(50%)}

.leistungen .wrapper {
    width: auto;
    max-width:1200px;

}

.leistungen .wrapper .wrapper {
    overflow: hidden;
}

.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;
    border-radius: 3px;
}

.leistungen .wrapper {

}
.leistungen .leistungswrapper .bild {
    display: flex;
    justify-content: center;
}

.leistungen .leistungwrapper .bild .btn {
    position: absolute;
    display: inline-block;
   /* top: 30%;*/
    border-radius: 10px;
    background: #ffffff;
    min-width: 80px;
    color: #000;
    font-size: 18px;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: bold;
    z-index: 10;
}


.leistungen .innerleistungenwrapper .leistung {
    white-space: nowrap;
}

.leistungen .innerleistungenwrapper {
    white-space: nowrap;
    position: relative;
    left: 0;
    min-width: 100%;
    margin-left: -20px;
    margin-right: -20px;
}

.leistungen .leistung {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    box-sizing: border-box;
    width: 300px !important;

}

.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 {
    min-height: 70px;
    min-width: 150px;
    width: 100%;
    /*
-webkit-box-shadow: 3px 4px 9px -6px #777;
-moz-box-shadow: 3px 4px 9px -6px #777;
box-shadow: 3px 4px 9px -6px #777;*/
    background-color: white;
}

.leistungen .leistungwrapper:hover { /*
    -webkit-box-shadow: 1px 3px 9px -1px #777;
-moz-box-shadow: 1px 3px 9px -1px #777;
box-shadow: 1px 3px 9px -1px #777;*/
}

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

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

}
.leistungen .leistungwrapper > .titel{
    margin-bottom: -2px;
    padding-bottom:2px;
}
.leistungen .leistungwrapper > .titel, .leistungen .leistungwrapper > .details {
    padding: 0 20px;
}

.leistungen .leistungwrapper > .titel {
    min-height: 50px;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 0;
    white-space: normal;
    line-height: 35px;
    color: #292929;
    color: inherit;
}

.leistungen .leistungwrapper > .description {
    padding: 0 20px;
    min-height: 100px;
    padding-top: 0px;
    padding-bottom: 20px;
    white-space: normal;
    background: #005087;
    color: white;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.3em;
    display: none;
}

.leistungwrapper .bild .mehr {
    position: absolute;
    bottom: 40px;
    border-bottom: 2px solid #DF0915;
    color: #fff;
    line-height: 1em;
    font-weight: 400;
    padding-bottom: 6px;
    min-width: 100px;
    display: none;
    z-index:11;
    pointer-events: none;
    justify-content: space-between;
}

#editor .leistungwrapper .bild .mehr {
    pointer-events: all;
}


.leistungwrapper .bild .mehr img {
    width: 20px;
    height: 20px;

}

.leistungwrapper:hover .mehr  {
    display: flex;
}

.leistungwrapper .bild:after  {
    content: "";
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(126,125,129,0.40662202380952384) 25%, rgba(255,255,255,0) 100%);
    pointer-events: none;
}

.leistungwrapper:hover .bild:after  {
    display: block;
}

.leistungen .leistungwrapper > .details {
    background-color: transparent;
}
.leistungen .leistungwrapper .bild{
    position:relative;
}



.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;
    padding: 0;
}

.leistungen .leistungwrapper .bild {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background-color: transparent;
}

.leistungen .bild img {
    width: 100%;
    height: 420px;
    object-fit:cover;
    z-index:10;
    position: relative;
}

.leistungen .bild img:hover {
    /*background: transparent;*/
    /*mix-blend-mode: hard-light;*/
}

.leistungen .bild:before {
    content: " ";
    width: 100%;
    height: 100%;
    z-index: 2;
    position: relative;
    background: transparent;
    opacity: .7;
}

/*
.leistungen .leistungwrapper .bild:hover {
   /* mix-blend-mode: hard-light;*//*
    background-color: #50F61A;
    opacity: .99;
}*/


.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: white;
}

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

.leistungen .left {
    left: -36px;
    z-index: 100;
}

.leistungen .right {
    right: -36px;
    z-index: 100;
}

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

    .leistungen .left {
        left: 0px;
        top: 230px;
        z-index: 100;
    }

    .leistungen .right {
        top: 230px;
        right: 0px;
        z-index: 100;
    }

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

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

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

    .leistungen .innerleistungenwrapper {
        white-space: normal;

    }
}

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

.splide__track {

}

#editor .splide__track {

}

.splide__arrow--prev {
    left: unset;
    right: 60px;
}
.splide__arrow--next{
    right: 20px;
    left: unset;
}

@media (min-width: 1200px) {
    .leistungen .wrapper {
        max-width: 1240px;
        max-width: calc(1240px + (100% - 1240px) * 1/2);
        margin-left: calc((100% - 1240px) * 1/2);
        max-width: 100%;
        margin: 0 auto;
    }
    .leistungen .wrapper .wrapper {
        max-width: 100%;
        margin-left: 0;
    }
    .splide__arrow--prev {
        right: calc((100% - 1200px) + 60px);
    }
    .splide__arrow--next {
        right: calc((100% - 1200px) + 20px);
    }
}

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


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


.leistungen .arrows {
    cursor: pointer;
    display: block;
}

.splide__arrow {
    position: absolute;
    z-index: 1;
    top: -30px;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    opacity: 1;
    background: transparent;
    border: 1px solid #DF0915;
}
.splide__arrow:disabled {
    display: flex;
}
.leistungen .wrapper .wrapper {
    overflow: inherit;
}
@media (max-width: 900px){
    .splide__arrow{
        display: none;
    }
    .splide.is-active .splide__list {
        display: block;
        width: 100%;
    }
}
.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%;
}.news-block {
    margin: 10px 0;
    color: #533a5a;

}

.body .news-block a {
    color: #fff;
}

.news-block .wrapper {
    margin: 0 auto;
    box-sizing: border-box;
}

.news-block .news {
    display: flex;
    margin-bottom: 20px;
}

.news-block .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: visible;
}



.news .content {

    color: #000;
    width:100%;
    display: flex;
    flex-direction: column;
    justify-content:center;
    padding: 0 40px;
    box-sizing: border-box;
}

.news-block .news:hover .content {

    cursor: pointer;
}

.news .content .headline {
    margin-bottom: 0px;
    font-weight: 600;
}

.news-block .bild {
    flex-basis: 100%;
    min-height: 60%;
}

.news-block .bild img {
    max-width: 100%;
}

.news-block .news.schmal,
.news-block .news.groß{
    flex-basis: 100%;
}

.news-block .news.halb {
    flex-basis: calc((100% * 1/2) - 40px);
    max-width: calc((100% * 1/2) - 40px);
}

.news-block .news.drittel {
    flex-basis: calc((100% * 1/3) - 40px);
    max-width: calc((100% * 1/3) - 40px);
}

.news-block .news.zweidrittel {
    flex-basis: calc((100% * 2/3) - 40px);
    max-width: calc((100% * 2/3) - 40px);
}

.news-block .news.col .content {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    background: #df0915;
    color: #fff;
    height: fit-content;
}

.news-block .news.col {
    flex-direction: column;
    margin-right:0px;
    min-height: unset;
    max-height: unset;
}

.news-block .news {
    transition: all .4s ease-in-out;
}

.news-block .news:hover {
    transform: scale(1.05);
}

.news-block .news.col img,
.news-block .news img {
    width: 100%;
    height: 100%;
    min-height: 100% !important;
    max-width: unset;
    object-fit: cover;
}

.news-block .news.col .content {
    padding: 10px 15px 10px;
    height: 100%;
    max-height: unset;
}

.news-block .news.col .content .text {
    padding-bottom: 10px;
}

.news-block .news.schmal .content {
    padding: 40px;
    margin-left: 20px;
}

.news-block .news.groß .bild {
    min-height: 70%;
}

.news-block .news.schmal .bild {
    flex-basis: 51%;
}

@media (min-width: 900px) {
    .news-block .news.drittel .bild {
        max-height: unset;
        min-height: 240px;
    }

    .news-block .news.drittel .content {
        min-height: unset;
        justify-content: flex-start;
        padding-top: 10px !important;
    }


}

@media (max-width: 900px) {
    .news-block .news.drittel .bild {
        max-height: 50%;
    }
    .news-block .news .bild {
        height: 100%;
        min-height: 300px;
    }

    .news-block .news.drittel .content {
        min-height: 50%;
    }
    .news-block .container {
        flex-direction: column;
    }
}

.news-block .news.schmal {
    margin-right: 20px;
}

@media (max-width: 1200px) {
    .news-block .wrapper {

    }
    .news-block .news.col .content {

    }

    .news-block .news {
             flex-basis: calc((100%* 1 / 3) - 10px) !important;
             max-width: calc((100%* 1 / 3) - 10px) !important;
     }
}

@media (max-width: 1040px) {
    .news-block .wrapper {
        width: 100%;
        padding-left: 20px;
        overflow: hidden;
    }
    .news-block .container {
        padding: 0;
    }
}

@media (min-width:900px) and (max-width: 1000px) {
    .news-block .news.drittel .bild {
        min-height: 200px;
        max-height: 200px;
    }
}

@media (max-width: 900px) {
    .news-block .news.halb,
    .news-block .news.drittel,
    .news-block .news.zweidrittel {
        flex-basis: 47% !important;
        max-width: unset;
    }
    .news-block .news.col .content {

    }
    .news-block .content {
        padding: 40px;
        box-sizing: border-box;
    }
    .news-block .news.schmal {
        flex-direction: column;
        height: 100%;
    }
    .news-block .news.schmal .bild {
        min-height: 200px;
    }
    .news-block .news.schmal img {
        min-height: 200px;
    }
    .news-block .news.schmal .content {
        margin-left: 0;
    }
    .news-block .news {
        flex-basis: 100% !important;
        max-width: 100% !important;
    }
}

@media (max-width: 800px) {
    .news-block .news.halb,
    .news-block .news.drittel,
    .news-block .news.zweidrittel {
        flex-basis: 100% !important;
    }
    .news-block .news.schmal {
        min-height: 100%;
        max-height: 450px;
    }
    .news-block .news.col .content {

    }
}

@media (max-width: 420px) {
    .news-block .wrapper {

        padding: 0 20px;
    }
    .news-block .content {
        padding: 20px 0;
    }

}
.zfkmitarbeiter {
	position: relative;
}
.zfkmitarbeiter .mitarbeiterliste {
    margin-left: -10px;
	margin-right: -10px;
}

.zfkmitarbeiter .mitarbeiter {
	position: relative;
    display: inline-block;
	
	height: auto;

    line-height: 0px;
    font-size: inherit;
    max-width: 25%;
    min-width: 220px;
    padding: 10px 10px 0 10px;

    box-sizing: border-box;
}
.zfkmitarbeiter .mitarbeiter img {
    width: 100%;
    min-width: 245px;
    /* max-height: 250px; */
    /* object-fit: cover; */
    /* min-width: 200px; */
    max-width: 100%;
}

.zfkmitarbeiter .mitarbeiter .textwrapper {
    position: absolute;
    bottom: 0px;
    background-color: rgba(255,255,255,.70);
    box-sizing: border-box;
    width: 100%;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
}

.zfkmitarbeiter .name {
    font-weight: bold;
}


.zfkmitarbeiter .mitarbeiter .textwrapper, #module .zfkmitarbeiter .mitarbeiter .textwrapper {
    padding: 10px;
}


.zfkmitarbeiter .mitarbeiter .name, .zfkmitarbeiter .mitarbeiter .profil, #module .zfkmitarbeiter .name, #module .zfkmitarbeiter .profil {
    font-size: inherit;
	line-height: 1.5em;
}

.zfkmitarbeiter .mitarbeiter .profil, #module .zfkmitarbeiter .profil {
    font-size: inherit;
}

@media(max-width:1024px) {
    .zfkmitarbeiter .mitarbeiter {
            
    }
}

@media (max-width: 680px) {
    .zfkmitarbeiter .mitarbeiterliste {
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .zfkmitarbeiter .mitarbeiter {
        flex-basis: 49%;
        max-width: unset;
        padding: 5px 0;
        overflow: hidden;
    }

}

@media all and (max-width: 500px) {
    .zfkmitarbeiter .mitarbeiter {
        margin: 0 auto;
        margin-bottom: 20px;
        width: 100%;
        flex-basis: 100%;
    }
    .zfkmitarbeiter .mitarbeiter img {
        width: 100%;
        height: auto;
        max-width: unset;
    }
}.hdrei .wrapper {
	padding-top: 10px;
	padding-bottom: 5px;
}

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

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