/* START Kundeninformation */
.overlay_cn{position:absolute;top:0;bottom:0;left:0;right:0;background:rgba(0,0,0, .4);transition:opacity 500ms;visibility:visible;opacity:1;z-index:999;}
.overlay_cn:target{visibility:hidden;opacity:0;display:none;}
.popup_cn{margin:10% auto;padding:20px;background:var(--white);border-radius:5px;width:50%;position:relative;}
.popup_cn h2{margin-top:10px;color:var(--global-color-text);border-bottom:0;text-align:center;}
.popup_cn .close{position:absolute;top:20px;right:30px;transition:all 200ms;font-size:30px;font-weight:bold;text-decoration:none;color:var(--basic-color4-dark);}
.popup_cn .close:before{font-family:var(--global-icon-font);font-size:30px;line-height:0.8;content:'\f057';}
.popup_cn .close:hover{color:var(--basic-color4);}
.popup_cn #cboxClose{top:13px;right:20px;bottom:auto;}
.popup_cn .content{max-height:30%;overflow:auto;}

.content_banner.notice{margin:-15px 0 10px;}
.content_banner.notice img{height:auto!important;width:auto!important;max-width:100%;max-height:100%;}

.customers_notice{margin:20px 0;background:var(--gray2);padding:10px 20px 20px;}
.customers_notice .head{padding:5px 0 10px;font-size:2rem;color:var(--basic-color4);font-weight:600;line-height:1rem;}

.customers_infomessage{border:var(--box-head-border-color);padding:20px;background:var(--basic-color2);margin:20px 0;color:var(--black);}
.customers_infomessage h2{margin-top:5px;color:var(--black);border-bottom:0;text-align:center;}
.notice{padding:10px 0;color:var(--black);}

.customers_infomessage_wichtig{border:1px solid var(--basic-color4);padding:20px 20px 30px;background:var(--basic-color3);margin:0 0 30px;font-size:1.1rem;line-height:normal;color:var(--white);text-align:center;}
.customers_infomessage_wichtig h2{margin-top:10px;color:var(--white);border:0;}
.customers_infomessage_wichtig a{color:var(--white);text-decoration:underline;}

.customers_notice_footer{order:7;margin:30px auto 0;font-size:.8rem;line-height:normal;color:var(--black);width:100%;max-width:var(--global-max-width);padding:10px 0;text-align:center;}
.customers_notice_footer h3{font-size:120%;}
.customers_notice_footer .notice{padding:20px;}

.customers_notice_count .head_count{padding:10px;font-size:2rem;line-height:2.2rem;color:var(--basic-color4);font-weight:700;text-align:center;}
.customers_notice_count{position:relative;margin:20px auto;height:auto;text-align:center;display:block;}

.customers_notice_count .notice p{font-size:100%;color:#000;padding:5px 10px 20px;}
.notice_count{font-size:2rem;line-height:normal;font-weight:500;padding:5px 0;margin:0 auto;color:var(--white);width:100%;max-width:270px;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:center;align-content:stretch;}
.notice_count .time{text-align:center;padding:0;margin:0 5px;background:var(--basic-color3);width:100%;}
.notice_count div.zahl{color:var(--white);width:100%;text-align:center;padding:1px 0 1px;}
.notice_count .timetext{color:var(--white);padding:0 5px 5px;margin:0 auto;font-size:.6rem;font-weight:normal;text-align:center;}
.customers_notice_count .point{display:none;}
.customers_notice_count img{max-width:100%;height:auto;vertical-align:middle;}
.customers_infomessage .lb_buttons button.plus-minus,
.listingcontainer_details .lb_buttons button.plus-minus{display:none;}
@media(min-width:420px){
.customers_infomessage .lb_buttons button.plus-minus,
.listingcontainer_details .lb_buttons button.plus-minus{display:inline-block}	
}
@media(min-width:1200px){
.notice_count{max-width:300px;}
.notice_count div.zahl{padding:3px 0 1px;}
.notice_count .timetext{font-size:.7rem;}
}
/* END Kundeninformation */