/* CSS Mini Reset */
/******************/
html{color:#000;}div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}

.clear{ clear:both; }
.nopadl{ padding-left:0px !important;	}
.nopadr{ padding-right:0px !important; }
.nopad{padding-left:0px !important; padding-right:0px !important; }
.input_wrongdiv { display: none; color:#ff0000; }
.after_send { display: none; }
/* STYLES */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
input:focus, select:focus, textarea:focus {
    outline:none !important;
}
/*input, select, textarea {
	-moz-appearance: none;
   -webkit-appearance: none;
   appearance: none;
}*/

@font-face {
    font-family: "montserrat-bold";
    src: url('fonts/montserrat-bold-webfont.ttf') format('truetype');
}
@font-face {
    font-family: "montserrat-regular";
    src: url('fonts/montserrat-regular-webfont.ttf') format('truetype');
}

:root{

    --fs-huge: 45px;
    --lh-huge: 55px;

    --fs-big: 37px;
    --lh-big: 47px;

    --fs-std: 20px;
    --lh-std: 30px;

    --fs-sml: 18px;
    --lh-sml: 28px;

    --fs-tiny: 14px;
    --lh-tiny: 24px;

    --m-big: 100px;
    --m-big-half: -50px;
    --m-med: 60px;
    --m-sml: 25px;

    --c-red: #b1001c;
    --c-grey: #5c5c5c;
    --c-green: #176741;
    --c-lightgrey: #e2dfd9;
    --c-cart: #d1d1cd;
    --c-wecare: #f3f4ed;
}
strong{
      font-family: "montserrat-bold";
}

a:link, a:visited {

}
a:hover{

}
.container-fluid li{
    text-indent: -18px;
    padding-left:20px;
}
.container-fluid li:before{
    content:"-";
    margin-right:11px;
}

.input_wrongdiv{
	color: red;
}
.input_wrongdiv, .after_send, #input_wrongdiv{
	display: none;
}
.container-fluid{
    font-size: var(--fs-std);
    line-height: var(--lh-std);
    font-family: "montserrat-regular";
}
.container-fluid h1{
    font-size: var(--fs-huge);
    line-height: var(--lh-huge);
    font-family: "montserrat-bold";
    text-transform: uppercase;
    margin-top: var(--m-med);
    margin-bottom: var(--m-sml);
}
.container-fluid h2{
    font-size: var(--fs-big);
    line-height: var(--lh-big);
    font-family: "montserrat-bold";
    text-transform: uppercase;
    margin-top: var(--m-med);
    margin-bottom: var(--m-sml);
}
.container-fluid h3{
    font-family: "montserrat-bold";
    padding-top: var(--m-sml);
    padding-bottom: 10px;
    color: var(--c-grey);
}
.container-fluid a{
    color:#000;
    text-decoration: none;
    padding-right:5px;
}
 .container-fluid a:hover{
    text-decoration: underline;
    color:#000;
}
.simpli_item{
    position:relative;
}
#btn_nav {
    position: absolute;
    right: 40px;
    top: 40px;
    z-index:20;
}
header{
    height:120px;
    padding: 41px 40px 0px 40px;
    position: fixed;
    top:0;
    left:0;
    z-index: 2;
    background: #fff;
    width: 100%;
}
body{
    width: 100vw;
    overflow-x: hidden;
}
.nav {
    display:none;
    background-image: url('/img/stier_rot.svg'), url('/img/logo_white.png');
    background-repeat:no-repeat, no-repeat;
    background-position: left -45px center, 41px 43px;
    background-size: 65% auto,  248px auto;
    background-color: #c00a28;

    height: 100vh;
    padding:200px 200px 100px 200px;
    width: 100vw;
    margin-left: -40px;
    position: absolute;
    top: 0;
    z-index:10;
}
.nav li a{
    color: #fff;
    font-family: "montserrat-regular";
    font-size: var(--fs-big);
    line-height: var(--lh-big);
    text-decoration: none;
}
.nav li a:hover, .istopnav a:hover, .nav li a.act, .istopnav a.act{
    color: #ffbcbc;
}
.nav li{
    padding-bottom: var(--m-sml);
}
.nav li::before{
    content: '';
}

.nav .istopnav{
    display:none;
}
.topnav .istopnav{
    display: inline-block;
}
.istopnav a{
    font-family: "montserrat-regular";
    font-size: 25px;
    line-height: 35px;
    color: var(--c-red);
    text-decoration: none;
    margin-left: var(--m-sml);
}

.topnav{
    position: absolute;
    right: 8.334%;
    top: 50px;
}
.langnav{
    position:absolute;
    z-index: 20;
    right: 100px;
    top: 59px;
    padding-right: 30px;
    display:none;
    text-transform:uppercase;
}
.langnav li{
	border-right:1px solid #fff;
	height: 11px;
	line-height: 3px;
	padding:0px 10px;
	float:left;
}
.langnav li a{
	color: #fff !important;
    text-decoration:none;
}
.langnav li:last-child{
	border-right:none;
	padding-right:0px;
}
.langnav li a:link, .langnav li a:visited{
	color:#707070;
	/*font-family: 'AvenirLTStd-Medium';*/
	font-weight:400;
	font-size:13px;
}
.langnav li a:hover, .langnav li a.act{
	color:#c00a28;
	text-decoration:none;
    font-family: "montserrat-bold";
}
.logo{
    width:250px;
    height: auto;
}
#contact_mob{
    display: none;
}
#contact_box{
    position: fixed;
    bottom:150px;
    right:0px;
	z-index: 1001;
    width:37px;
    display:flex;
    flex-wrap:nowrap;
    justify-content: flex-start;
    align-items: flex-end;
     overflow: hidden;
     transition: width 1s ease;
}
#contact_box.isopen {
    width: calc(91.66% + 37px);
}

#contact_box.nonsticky{
    z-index: 10000;
    position: absolute;
    top:inherit;
    bottom:460px;
}
#contact_btn{
    width:37px;
    height: auto;
    display:block;
    cursor: pointer;
    flex-shrink: 0;
}
#contact_conwrapper{
    width:100%;
    display:flex;
    flex-wrap:nowrap;
    background:#FFF;
    border:1px solid #b1001c;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
#contact_box.isopen #contact_conwrapper {
     background-image: url('/img/close-red.png');
     background-repeat:no-repeat;
     background-position: right 10px top 10px;
     background-size:25px;
}
.contact_item{
    padding:30px;
    font-size:19px;
    line-height:25px;
    flex: 0 0 250px;
}
.contact_text a:link, .contact_text a:visited {
    color: #212529;
    text-decoration:none;
}
.contact_text a:hover {
    color: var(--c-red);
}
.contact_item img{
    background:#f4f3ef;
    margin-bottom:30px;
    width:100%;
}
.container-fluid{
    padding-top:120px
}
.slick-next, .slick-prev, .slick-prev::before, .slick-next::before{
    display: none;
}
.slick-next {
    right: 50px;
}
.slick-prev {
    left: 25px;
    z-index: 1;
}
.slick-dots li::before{
    content: "";
}
.slick-dots li.slick-active button::before  {
    border: solid 1px #F4F3EF;
    border-radius: 50%;
    margin-bottom: 30px;
    background: #F4F3EF;
    opacity: 1;
    color: inherit;
}
.slick-dots li button::before{
    border: solid 1px #F4F3EF;
    border-radius: 50%;
    opacity: 1;
    color: inherit;
}
.slick-dots {
    bottom: 10px;
}
.teaserimg img, .homenews img{
    width: 100%;
}
.teaser_box{
    margin-top: var(--m-big);
}
.teasertxtr{
    padding-left: var(--m-med);
    align-content: center;
}
.teasertxtl{
    padding-right: var(--m-med);
    align-content: center;
}
.teasertxtr h2, .teasertxtl h2{
    margin-top:0;
}
a.teaserlink{
    font-family: "montserrat-bold";
    text-transform: uppercase;
    color: var(--c-red) !important;
    background: url('/img/arrow_red.png') no-repeat top var(--m-sml) right;
    background-size: 30px auto;
    display: inline-block;
    padding-right:45px;
    padding-top: var(--m-sml);
}
a.newslink{
    font-family: "montserrat-bold";
    color: var(--c-red) !important;
    background: url('/img/arrow_red.png') no-repeat top var(--m-sml) right;
    background-size: 30px auto;
    display: inline-block;
    padding-right:45px;
    padding-top: var(--m-sml);
}
.slick-next::before {
    content: url('/img/slide_next.png');
}
.slick-prev::before {
    content: url('/img/slide_prev.png');
}
.wecare{
    background: var(--c-wecare);
    padding: var(--m-sml);
}
.wecare h1{
    font-size: var(--fs-big);
    line-height: var(--lh-big);
    margin: 0;
    color: var(--c-green);
    padding-bottom: 30px;
}
.wecare .reflink{
    color: var(--c-green) !important;
    background: url('/img/arrow_green.png') no-repeat top var(--m-big) right;
    display: inline-block;
    padding-right:45px;
    padding-top: var(--m-big);
}
.wecarewrapper{
    padding-left:50px;
}
.homenews h2{
    margin-bottom:0;
}
.blog img{
    width: 100%;
}
.blog h3{
    text-transform: uppercase;
}
.blog .simpli_item{
    margin-bottom: 50px;
}
.blogdettxt img{
    width:50%;
    padding-top: 50px;
    display: block;
}
.blogdettxt .simpli_item{
    padding-top: 50px;
}
.blog a, .homenews a{
    font-family: "montserrat-bold";
    color: var(--c-red) !important;
    background: url('/img/arrow_red.png') no-repeat top var(--m-sml) right;
    background-size: 30px auto;
    display: inline-block;
    padding-right: 45px;
    padding-top: var(--m-sml);
}
.newsdate{
    color: var(--c-red);
    font-size: var(--fs-tiny);
    line-height: var(--lh-tiny);
    font-family: "montserrat-bold";
    display: flex;
    justify-content: end;
}
.defgal img, .defteaser img{
    width:100%;
    height:auto;
}
.defgal .embed-container{
    width:100%;
    height:auto;
    padding:0px;
    margin:0px;
}
.defgal .embed-container video {
    width:100%;
    height:auto;
    position:relative;
    top:inherit;
    left:inherit;
}
.defteaser > .simpli_mod_teaser > .row:not(:empty){
    margin-top: var(--m-big);
}
.deftxt > .simpli_mod_text {
    position:relative;
}
.defref{
    /*border-top: 3px solid var(--c-red);*/
    margin-top: var(--m-med);
    position:relative;
}
.defref .devider_red {
    margin-left:15px;
}
.dl a{
    margin-top: var(--m-sml);
    background: url('/img/pdf.png') no-repeat center right 15px #e2dfd9;
    width: 50%;
    padding: 10px 15px;
    color: var(--c-red);
    font-family: "montserrat-bold";
    font-size: var(--fs-tiny);
    line-height: var(--lh-tiny);
    display: block;
}
.dl a:hover{
    color: var(--c-red);
}
.defteaser .teaserlink{
    background: url('/img/arrow_red.png') no-repeat top var(--m-sml) right;
    padding-top: var(--m-sml);
    padding-right: 45px;
}
.defteaser .reflink{
    background:  url('/img/arrow_red.png') no-repeat top right;
    padding-right: 45px;
}
.defgal iframe {
    width: 100%;
    height: 650px;
}
.contact{
    padding-top: var(--m-big);
}
.contact h1{
    font-family: "montserrat-bold";
    font-size: var(--fs-std);
    line-height: var(--lh-std);
    margin:0;
    color: var(--c-grey);
}

.contactlink{
    width: 100%;
    min-height: 100px;
    height: auto;
    text-align: center;
    display: inline-block;
    background: var(--c-lightgrey);
    color: var(--c-grey) !important;
    font-size: 22px;
    font-family: 'montserrat-bold';
    text-transform: uppercase;
    padding: 35px 0px;
}
.companyinfowrapper{
    margin-top: var(--m-big);
}
.companyinfo{
    background:#F4F3EF;
    color: var(--c-red);
    text-transform: uppercase;
    font-family: "montserrat-bold";
    font-size: var(--fs-std);
    line-height: var(--lh-std);
    padding: 50px;
    text-align: center;
    height: 100%;
}
.nhkinfo{
    background:none;
    color: #000;
    text-transform: inherit;
    font-family: "montserrat-regular";
    font-size: var(--fs-std);
    line-height: var(--lh-std);
    padding: 0;
    text-align: inherit;
    height: 100%;
}
.nhkinfo img{
    width:100%;
}
.companyinfo h1{
    margin-top: var(--m-sml);
    font-size: var(--fs-std);
    line-height: var(--lh-std);
}
.wcinfowrapper{
    margin-top: var(--m-sml);
}
.wcinfowrapper .companyinfo h1{
    margin-bottom: 0;
}
.wcinfowrapper .companyinfo {
    height: 48%;
    margin-bottom: var(--m-sml);
}
.wctxtshort{
    padding-top: var(--m-big);
}
.cpwrapper .simpli_item{
    margin-bottom: 45px;
}
.partner h2{
    font-family: "montserrat-bold";
    font-size: var(--fs-std);
    line-height: var(--lh-std);
    text-transform: none;
    color: var(--c-grey);
}
.partnerlink{
    background: url('/img/dl_link.png') no-repeat center right 10px var(--c-lightgrey);
    margin-bottom: var(--m-sml) !important;
    padding:10px;
    padding-right: 35px;
}
.partnerlink h2, .partnerlink a{
    color: var(--c-red);
    font-family: "montserrat-bold";
    font-size: var(--fs-tiny);
    line-height: var(--lh-tiny);
    margin:0;
}
.partnerlinkwrapper{
    padding-right: 20px;
}
.partnerlink h2:hover, .partnerlink a:hover{
    text-decoration: none;
    color: var(--c-red);
}
.partnerlink img{
    width: 50%;
}
.partnerimgwrapper{
    padding-bottom: var(--m-sml);
}
.partnerimg{
    background: #F4F3EF;
    height: 150px;
    padding: 25px 0;
}
.partnerimg img{
    display: flex;
    margin-right: auto;
    margin-left: auto;
    width: 100px;
    height: auto;
}
.dettxt img{
    width: 80%;
    height: auto;
}
.detimgwrapper .gallery_label{
    display: block;
    font-family: "montserrat-bold";
    padding-top: var(--m-sml);
    text-align: center;
    width: 80%;
}
.dettxt .reflink{
    background: url('/img/arrow_red.png') no-repeat top 2px right;
    display: inline-block;
    padding-right:45px;
}
.detimg{
    padding-top: var(--m-sml);
    padding-bottom: var(--m-med);
}
.detimg:empty{
    display:none;
}
.shopnav, .shopwwapper {
    margin-top: 50px;
}
.shopwwapper .toggle_container{
    margin-top: 30px;
}
.shopwwapper{
  margin-top: 100px;
  position:relative;
}
#search_wrapper{
    width:320px;
	position:relative;
    margin-top: -57px;
    display: inline-flex;
}
#nr_search{
    position:relative;
	width:100%;
	border:2px solid #d4d3cf;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	color:#5c5c5c;
	font-size:15px;
	height:33px;
	line-height:33px;
	padding-left:10px;
	background:#FFF;
	margin-right:30px;
}
#search_btn{
	position:absolute;
    top: 7px;
      right: 43px;
	cursor:pointer;
}
#amount{
	width:84px;
	height:23px;
	line-height:26px;
	background:#f5f5f0;
	border:2px solid #adaca7;
	font-size:16px;
}

.cartwrap{
    top: 0px;
    position: absolute;
  right: 0px;
}

#cart{
	display:inline-block;
	cursor:pointer;
	background:#c00a28 url(../img/cart.jpg) center left no-repeat;
	height:23px;
	line-height:23px;
	font-size:14px;
	color:#FFF;
	float:right;
	text-transform:uppercase;
	padding-left:37px;
	padding-right:15px;
	font-family: "montserrat-bold";
}
#cart_total{
	width:180px;
	height:33px;
	line-height:33px;
	cursor:pointer;
	background:#c00a28 url(../img/cart.jpg) center left no-repeat;
	font-size:14px;
	color:#FFF;
	text-transform:uppercase;
	padding-left:37px;
	font-family: "montserrat-bold";
}
#cart_small{
	width:180px;
	position:absolute;
    top: 33px;
  right: 0px;
	background:#c00a28;
	font-size:14px;
	color:#FFF;
	z-index:200;
}
#cart_small ul{
	margin:5px;
	padding:5px 0px;
	border-bottom:1px solid #FFF;
}
#cart_small li{
	padding:5px;
}
.item_del{
	float:right;
	height:16px;
	margin-top:2px;
	cursor:pointer;
}
#checkout{
	padding:5px 10px 5px 5px;
	font-family: "montserrat-bold";
	float:right;
	text-transform:uppercase;
	color:#FFF;
}


.shopnav li a {
    background: var(--c-lightgrey);
    margin-bottom: 5px;
    display: block;
    color: var(--c-red);
    text-transform: uppercase;
    font-size: 16px;
    line-height: 26px;
    padding: 5px 10px;
}
.shopnav li a:hover, .shopnav li a.act {
    background: var(--c-red);
    color: #fff;
    text-decoration: none;
}
.shopnav li {
    text-indent: 0px;
    padding-left: 0px;
}
.shopnav li::before{
    content: "" !important;
    margin-right: 0;
}
.rentov_box{
  color: var(--c-grey);

}
.rentov_box b{
  text-transform: uppercase;
  color: var(--c-grey);
  padding-top: 10px;
  display: inline-block;
}
.rent_overlay h2{
  background: var(--c-red);
  font-family: "montserrat-bold";
  text-transform: uppercase;
  color: #fff;
  padding: 10px 25px;
}
.listwrap h1{
    font-size: var(--fs-tiny);
    line-height: var(--lh-tiny);
    border-top: 2px solid var(--c-lightgrey);
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 5px;
    color: var(--c-red);
    text-transform: none;
}
.listwrap span{
    font-size: var(--fs-tiny);
    line-height: var(--lh-tiny);
    text-align: center;
    display: block;
}
.itemimg img{
    width:100%;
}
.newscontent img{
    width: 50%;
    display: block;
    height: auto;
    padding-top: var(--m-sml);
}

.contact label{
    display: none;
}
.contact input, .contact textarea{
    font-size: var(--fs-tiny);
    line-height: var(--lh-tiny);
    text-transform: uppercase;
    padding: 5px 15px;
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid var(--c-grey);
}
.contact #send{
    background-color: var(--c-red) !important;
    font-family: "montserrat-bold";
    width: 205px;
    height: 50px;
    line-height: 50px;
    color: #FFF;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    border: none;
    padding: 0px;
}
.contact #send:hover{
    text-decoration: underline;
}

.reference .simpli_item img{
    width: 100%;
}
.reference .simpli_item{
    padding-bottom: var(--m-sml);
    position: relative;
}
.reference .simpli_item img.reflogo{
    background: rgba(160,157,150,0.9);
    position: absolute;
    left:12px;
    top: 0;
    width:calc(100% - 24px);
    height:auto;
    transition: 0.4s;
    opacity: 1;

}
.reference .simpli_item img.reflogo:hover{
    opacity:0;
}
.reference_filter{
    padding-bottom: var(--m-sml);
}
#select_branche{
    margin-right: var(--m-sml);
}
#refdetailcon h1{
    font-size: var(--fs-huge);
    line-height: var(--lh-huge);
    font-family: "montserrat-bold";
    text-transform: uppercase;
    margin-top: var(--m-med);
    margin-bottom: var(--m-sml);
    color: var(--c-red);
}
.refdettitle{
    font-size: 22px;
    line-height: 32px;
    font-family: "montserrat-bold";
    text-transform: uppercase;
    color: var(--c-grey);
    width: 150px;
    display: inline-block;
}
#refdetailcon{
    font-size: 22px;
    line-height: 32px;
    font-family: "montserrat-regular";
    padding: 0 15px 30px 15px;
}
.reftxtmore{
    padding-top: 40px;
}
.devider_red{
    position:absolute;
    top:0;
    left:0;
    height:3px;
    background:var(--c-red);
    width:80%;
    max-width:300px;
    display:block;
}
.devider_red.btm{
    top:inherit;
    bottom:var(--m-big-half);
}
.devider_red.top{
    top:var(--m-big-half);
}
footer{
    background: var(--c-red);
    padding: var(--m-med) 0;
    margin-top:var(--m-big);
    color: #fff;
    font-size: var(--fs-sml);
    line-height: var(--lh-sml);
    position: relative;

}
footer a{
    color:#fff !important;
    text-decoration: none;
    padding-right:20px !important;
}
 footer a:hover{
    text-decoration: underline;
    color:#fff !important;
}
.footericon img{
    width: 50px;
    padding-bottom:var(--m-sml);
}
.footericon{
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    align-items: end;
}
.footertop{
    border-bottom: 1px solid #fff;
    margin-bottom:var(--m-sml);
    margin-left: 0px;
    margin-right: 0;
}
.footerbottom{
    margin-left: 0px;
    margin-right: 0;
}
.footerbottom a{
    padding-left:100px !important;
}
footer .logo{
    display: inline-block;
}
.footeradr{
    margin-left: var(--m-big);
}
.topleft{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-bottom: var(--m-sml);
}
.bottomright{
    justify-content: end;
    display: flex;
}


#checkout_title{
  display:flex;

}
.co_nav{
  background: var(--c-red);
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  height: 30px;
  display: inline-block;
  font-size: 15px;
  width: calc(20% - 4px);
  margin-right:4px;
  flex: 1;
}
.co_nav:first-child{
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.co_nav:last-child{
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
#data{
  margin-top: var(--m-med);
}
#co_listtitle, .cart_row, #cart_footer{
    width: calc(100% + 10px);
}
.co_ltitem{
  background: var(--c-cart);
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-family: "montserrat-bold";
  font-size: 15px;
  border-left:2px solid #fff;
  border-right:2px solid #fff;
}
.co_nav.act{
  background:#94132c;
}
.cart_item{
  text-align: center;
 margin-top: 9px;
  font-size: var(--fs-tiny);
  line-height: var(--lh-tiny);
  color: var(--c-grey);
  border-left: 2px solid #f4f3ef;
   border-right: 2px solid #f4f3ef;
}
#list_etc{
  background: #d1d1cd;
  color: var(--c-grey);
  font-size: 15px;
  text-align: end;
}
#cart_footer{
  margin-top: 20px;
}
#total_exkl{
  background: var(--c-grey);
  color: #fff;
  font-size: 15px;
  text-align: end;
  padding-right: var(--m-med);
}
.del_cart{
  padding-left: 20px;
  cursor:pointer;
  position: absolute;
   color: #fff;
}
.del_cart::after {
    content:'';
    background:url('../img/del_cart.png') no-repeat  center center;
    background-size: 12px auto;
    cursor:pointer;
    position:absolute;
    right: 0px;
    top:0px;
    width:15px;
    height:25px;
}
#buttons{
    display:flex;
    justify-content:space-between;
  margin-top: var(--m-sml);
  width: 100%;
}
.checkout_button{
	color:#FFF;
	min-height:35px;
	font-size:14px;
	text-transform:uppercase;
	font-family: "montserrat-bold";
	text-align:center;
	padding-top:9px;
	padding-bottom:9px;
	cursor:pointer;
	background-size:auto 100% !important;
    width:16.667%;
}
#checkout_back{
	background:#c00a28 url(../img/co_before.jpg) center left 20px no-repeat;
}
#checkout_next{
	background:#c00a28 url(../img/co_next.jpg) center right 20px no-repeat;
	margin-left:auto;
}
.hide{
    display:none;
}

.agenda_wrapper{
	width:100%;
    display: flex;
  flex-wrap: wrap;
}
.agenda_filter{
    margin-bottom: 20px;
}
.agenda_filter div, .agenda_filter select, .reference_filter select{
	background:#FFF;
	border-right:2px solid #d4d3cf;
	border:2px solid #d4d3cf;
	height:100%;
	text-transform:uppercase;
    font-size:15px;
    padding-left:15px;
    color:rgb(92, 92, 92);
    font-family: "montserrat";
    width:100%;
}
.agenda_filter select, .reference_filter select{
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
	background:#FFF url(../img/agenda_select.png) center right 15px no-repeat;
	cursor:pointer;
}
#select_country{
	margin-right:12px;
}
.agenda_title{
	width:100%;
	font-size:15px;
	height:35px;
	line-height:35px;

	float:left;
	color:#FFF;
    font-family: 'montserrat-bold';
	text-transform:uppercase;
	background:#d1d1cd;
    padding-left: 10px;
    margin-left: -11px;
}
.agenda_row{
	width:100%;
	font-size:15px;
	height:35px;
	line-height:35px;
	margin-bottom:10px;
}

.agenda_row .box{
	color:#5c5c5c;
	background:#e7e6e0;
    position:relative;
}
.agenda_wrapper .agenda_row:nth-of-type(even) .box, .agenda_wrapper .agenda_row:nth-of-type(even) .agenda_box{
	background:#FFF;
}
.agenda_box{
	width:35px;
	height:35px;
	text-align:center;
	border-left:5px solid #f4f3ef;
	margin-right:-12px;
    position: absolute;
 right: 14px;
  top: 0;
}
.agenda_checkout{
	cursor:pointer;
	color:#FFF;
	height:15px;
	width:15px;
	border:2px solid #d1d1cd;
	display:inline-block;
	margin-top:10px;
	position:relative;
	background:#FFF;
}
.agenda_checkout:hover, .agenda_checkout.act{
	color:#219921;
}
.checkmark{
	position: absolute;
	top:-11px;
	left:0px;
	font-size:15px;
}

/*#checkout_back, #checkout_next{
  background: var(--c-red);
  color: #fff;
  font-family: "montserrat-bold";
  text-transform: uppercase;
  text-align: center;
  font-size: var(--fs-tiny);
  width: 17%;
  margin-left: 5px;
}*/
#input_wrongdiv{
  margin-top: var(--m-sml);
  font-size: var(--fs-tiny);
}
#checkout_address input, #checkout_address select, #checkout_address textarea{
  margin-bottom: 10px;
  width: 49%;
  text-transform: uppercase;
  font-size: var(--fs-tiny);
  padding:5px 10px;
  background: #fff;
  border: 1px solid var(--c-grey);
}
#checkout_address select{
  height: 42px;
  color: var(--c-grey);
}
#ivrgsame label, #ivrgsame input{
  width: inherit;
}
#ivrgsame label{
  padding-left: 20px;
}
#ivrgsame{
  font-size: 18px;
}
.ov_title{
  color: var(--c-grey);
  font-family: "montserrat-bold";
  display: block;
}
.ov_strong{
	display:inline-block;
	width:125px;
font-family: "montserrat-bold";
color: var(--c-grey);
}
.ov_end{
  font-size: 16px;
  margin-bottom: var(--m-sml);
}
#label_dsgvo{
  width: 99%;
  padding-left: var(--m-sml);
  padding-top: var(--m-sml);
  font-size: 16px;
  line-height: 26px;
}
#l_dsgvo {
  bottom: 25px;
  position: relative;
}
#label_dsgvo a{
  color: var(--c-red);
}
#list_liefer, #list_express{
  color: var(--c-grey);
  font-size: 15px;
  text-align: end;
}
#liefer, #express{
  font-size: 15px;
  text-align: end;
  padding-right: var(--m-med);
  color: var(--c-grey);
}
#list_etc{
	height:30px;
	background:	#d1d1cd;
	color:#5c5c5c;
	font-size:15px;
	text-align:right;
	padding: 0 5px 0 5px;
	border-right:2px solid #f4f3ef;
	margin-top:10px;
	padding-right:10px;
}
#total_exkl{
	height:30px;
	font-size:15px;

	margin-top:10px;
	border-left:2px solid #f4f3ef;
	text-align:right;
    padding: 0 60px 0 5px;
	background:#5c5c5c;
	color:#FFF;
}
#list_express, #list_liefer{
	height:30px;
	background:	#d1d1cd;
	color:#5c5c5c;
	font-size:15px;
	text-align:right;
	padding: 0 10px 0 5px;
	border-right:2px solid #f4f3ef;
	margin-top:10px;
}
#express, #liefer{
	height:30px;
	font-size:15px;
	margin-top:10px;
	border-left:2px solid #f4f3ef;
	text-align:right;
    padding: 0 57px 0 5px;
	background:#5c5c5c;
	color:#FFF;
}








/* overlay */
#overlaywrapper {
    position:fixed;
    top:0;
    left:0;
    z-index:50;
    width:100vw;
    min-height:100vh;
    background:rgba(0,0,0,0.8);
    display:none;
}
#ovcontent{
    position:fixed;
    width: 60vw;
    left:50%;
    top:50%;
    transform: translate(-50%, -50%);
    background:#fff;
    color: #000;
    max-height:100%;
}
#ovcontent .simpli_mod{
    max-height: 100vh;
    overflow:auto;
}
#closeov{
    position:absolute;
    right: 15px;
    top: -15px;
    cursor:pointer;
    width: 20px;
    height: 20px;
}
#closeov:after{
    display: block;
    content: "\00d7";
    font-size: 40px;
    position: absolute;
    z-index: 10;
    color: #fff;
}
.rent_overlay {
    max-height: 65vh;
    height: 100%;
    border: 3px solid var(--c-red);
    background:#fff;
}











/* FORM */
#fcontent{
    margin-top:100px;
    margin-bottom: 50px;
    position: relative;
    float: left;
}
.frow{
    position: relative;
    float: left;
    width:100%;
}
.fval{
    display: inline-block;
    width:calc(100% - 400px);
    float: left;
}
.flabel{
    display: inline-block;
    width:400px;
    float: left;
    font-weight:700;
}
.formeo.formeo-render .formeo-row{
    width:100%;
}
.formeo-column{
  width: 100% !important;
}
.formeo-row-wrap > .f-field-group > label{
	display: none !important;
}
.formeo-row > .f-field-group > label{
	display: none !important;
}
label.showlabel {
    display:block !important;
    opacity:1 !important;
}
.f-field-group li{
    list-style: none;
}
.f-checkbox input{
	float: left;
    clear:left;
}
.f-radio label {
display: inline-block !important;
  font-size: 18px !important;
  opacity: 1 !important;
  width: calc(100% - 30px) !important;
  font-weight: 400 !important;
  padding-left: 10px;
}

.f-checkbox label{
    display: inline-block !important;
    font-size:18px !important;
    width:auto !important;
    font-weight:400 !important;
	float: left;
	max-width: calc(100% - 30px);
    padding-left: 10px;
	margin-top: -5px;
}
.formeo input[type="date"]{
    color:#9CAF4D;
}

/* ETC */
.embed-container{
	position: relative;
	padding-bottom: 56.25%; /* ratio 16x9 */
	height: 0;
	overflow: hidden;
	width: 100%;
	height: auto;
}
.embed-container iframe, .embed-container video{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#cookie_wrapper{
	position:fixed;
	left:0;
	bottom:0px;
	color:#fff;
	background:#000;
	min-height:48px;
	text-align:center;
	font-size:17px;
	line-height:22px;
	padding:15px;
	width:100%;
	z-index:9999999;
}
#cookie_wrapper a{
	color:#fff !important;
	text-decoration:underline !important;
}
#cookie_accept,#cookie_deny{
	cursor:pointer;
	background:#fff;
	color:#000;
	display:inline-block;
	padding:5px 8px;
	margin-left:8px;
}
#cookie_accept:hover,#cookie_deny:hover,#cookie_wrapper a:hover{
	opacity: 0.7;
}
#cookie_accept_black{
	position:absolute;
	right:15px;
	top:5px;
	cursor:pointer;
}
#policylogo {
	width: 200px;
	margin-top: 25px;
}
#cptitle {
	font-weight: 700;
	font-size: 28px;
	margin-bottom: 15px;
}
.darker {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgb(0,0,0,0.7);
	z-index: 9999;
}

#simpliscreensplash {
    color: #fff;
    background: #0D777F;
    width: 100%;
    height: 100%;
    text-align: center;
    font-family: "Source Sans Pro";
    transition: padding 0.5s;
}
#simpliscreensplash h1 {
    font-family: "Leckerli One";
    font-size: 56px;
    color:#fff;
    text-align: center;
    padding-top:40vh;
}

.rent_overlay img {
    width: 98%;
}
.rentov_box {
    display:block;
    padding-right: 50px;
}
#saferpayframe {
    height:80vh;
    min-height:600px;
}
