/* 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,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}

@font-face{
    font-family: 'Clan Pro';
    src: url('fonts/ClanPro-Thin.woff2') format('woff2'),
        url('fonts/ClanPro-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face{
    font-family: 'Clan Pro';
    src: url('fonts/ClanPro-Bold.woff2') format('woff2'),
        url('fonts/ClanPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face{
    font-family: 'Clan Pro';
    src: url('fonts/ClanPro-Regular.woff2') format('woff2'),
        url('fonts/ClanPro-Regular.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face{
    font-family: 'Clan Pro News';
    src: url('fonts/ClanPro-News.woff2') format('woff2'),
        url('fonts/ClanPro-News.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

.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; }
#btn_nav, .mobnav{ display: none; }
strong{
    font-family: 'Clan Pro';
    font-weight: 700;
}
/* STYLES */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.simpli_mod{
    width:100%;
    float: left;
}
.simpli_item{
    float: left;
    width: 100%;
}
body{
    font-size: 22px;
    line-height: 35px;
    font-family: 'Clan Pro';
    font-weight:500;
}
.row:not(.home_2){
    width:calc(100% + 30px);
}
#body1 .cwrappwer.black .row {
	width:100%;
}
/* NAV */
#header{
    position: fixed;
    min-height: 65px;
    z-index: 200;
    font-size: 15px;
    line-height: 25px;
    padding-top: 50px;
    width: 100%;
	top:0px;
}
#header.black{
    background: #000;
    padding:40px 0px 20px 0px;
}
#img_home{
    margin-left: 30px;
    display: inline-block;
    margin-top: -15px;
}

#img_home:hover #home_line_16 {
    stroke-dasharray: 15;
    animation: anim_homeicon_1 0.5s linear;
}
#img_home:hover #home_line_43 {
    stroke-dasharray: 23.75;
    animation: anim_homeicon_2 0.5s linear;
}
#img_home:hover #home_line_18 {
    stroke-dasharray: 16.5;
    animation: anim_homeicon_3 0.5s linear;
}
#img_home:hover #home_line_41 {
    stroke-dasharray: 18;
    animation: anim_homeicon_4 0.5s linear;
}
#img_home:hover #home_line_42 {
    stroke-dasharray: 14;
    animation: anim_homeicon_5 0.5s linear;
}

@keyframes anim_homeicon_1 {
    0% { stroke-dashoffset: 15; }
    20% { stroke-dashoffset: 0; }
}
@keyframes anim_homeicon_2 {
    0%, 20%  { stroke-dashoffset: 23.75; }
    40% { stroke-dashoffset: 0; }
}
@keyframes anim_homeicon_3 {
    0%, 40%  { stroke-dashoffset: 15.5; }
    60% { stroke-dashoffset: 0; }
}
@keyframes anim_homeicon_4 {
    0%, 60%  { stroke-dashoffset: 18; }
    80% { stroke-dashoffset: 0; }
}
@keyframes anim_homeicon_5 {
    0%, 80%  { stroke-dashoffset: 14; }
    100% { stroke-dashoffset: 0; }
}

.nav{
    float: right;
}
.nav a:hover, .nav a.act{
    text-decoration: none;
}
.nav:hover > li > a, .nav:hover > li > a.act, body:not(#body1) .nav > li > a{
    color:#7e7e23;
}
.nav:hover > li > a:hover, .nav > li > a.act, body:not(#body1) .nav > li > a.act, body:not(#body1) .nav:hover > li > a:hover, .nav > li:hover > a{
    color:#FCFC47;
}
.nav li:nth-child(1):hover a:after,
.nav li:nth-child(2):hover a:after,
.nav li:nth-child(6):hover a:after{
    content:"";
    width:26px;
    height:14px;
    position: absolute;
    left:calc(50% - 13px);
    bottom:0px;
    background:url(../img/triangle.svg) center top no-repeat;
}
.nav > li > ul{
    display: none;
    background: #fff;
    position: absolute;
    left:0px;
    width:100vw;
    padding:75px 0px;
    top: 85px;
    justify-content:center;
}
.nav > li > ul > li{
    display: inline-block;
    width: 25%;
    padding: 20px 40px 10px 40px;
}
.nav > li > ul > li a{
    color: #000;
    font-size: 20px;
}
.nav > li > ul > li > ul{
    clear: left;
}
.nav > li > ul > li > ul > li a{
    color:#686868;
    font-size: 15px;
    hyphens: auto;
}
.nav > li > ul a:hover, .nav > li > ul a.act{
    opacity:0.25;
}
.nav > li:hover > ul{
    display: flex;
}
.nav > li > a{
    position: relative;
    color: #FCFC47;
    margin-right: 65px;
    padding-bottom: 25px;
}
.subnav{
    background:#000;
    padding:15px 30px;
    width:100%;
    position: fixed;
    left:0px;
    top:85px;
    z-index: 100;
}
.subnav li{
    float: left;
    margin-right:50px;
}
.subnav li:before{
    display: none;
}
.subnav a{
    font-size:14px;
    color:#6A6A6A;
}
.subnav a:hover, .subnav li.act a{
    color:#fcfc47;
    text-decoration: none;
}

/* CONTENT */
#content{
    position: relative;
    float: left;
    width:100%
}
.section{
    position: relative;
    float: left;
    width:100%;
}
.helper.default{
    margin-top:85px;
}
.helper.default.default_ov{
    margin-top:calc(85px + 68px);
    margin-top:0px;
    position: relative;
    float: left;
    width:100%;
}
.section{
    padding-top:calc(85px + 68px);
}
.section .cwrappwer{
    padding:50px 0px;
}
.section .cwrappwer.yellow{
    padding:75px 0px;
}
.cwrappwer{
    float: left;
    position: relative;
    padding: 73px 0px;
    width: 100%;
}
.cwrappwer.yellow{
    background:#FCFC47;
}
.cwrappwer.white{
    background:#fff;
}
.cwrappwer.grey{
    background:#F8F8F8;
}
.cwrappwer.black{
    float: left;
    position: relative;
    width:100%;
    background-color: black;
    color: white;
    padding:100px 0 50px 0px;
    margin-bottom: 115px;
}
.center{
    padding:0px 155px;
    float: left;
    width:100%;
}
.txtsmall{
    font-size: 16px;
    line-height: 28px;
}
.txtsmall a{
    color:#000;
}
#body1 .txtsmall{
    font-size: 22px;
    line-height: 35px;
}
.textnormal a, .text_wide a{
    color:#000;
    border-bottom:1px solid #FCFC47;
    transition: all 0.5s ease-out;
}
.textnormal a:hover, .text_wide a:hover{
    border-bottom:1px solid #000;
    text-decoration: none;
}

/* HOME */
#background_home{
    background: url(/img/home_img.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100vh;
    padding-top:135px;
}
.teaser_wrapper{
    width: 354px;
    height: 173px;
    background-color: #FCFC47;
    margin-bottom: 20px;
    padding-left: 80px;
    padding-top: 20px;
    margin-right: 600px;
    z-index: 50;
    position: relative;
}
.teaser_title{
    font-weight:100;
    font-size: 30px;
    color: black;
}
.home_div_content{
    position: absolute;
    font-size:16px;
    line-height:28px;
}
.home_div_content h2{
    font-weight:700;
    font-size:22px;
}
.text_box.home_5:nth-child(even) img{
    width:100%;
    padding-top:30px;
}
#content_div_1{
    top: 86px;
    left: 130px;
    width:300px;
}
#content_div_2{
    top: 55px;
    left: 41px;
    width:260px;
}
.teaser_wrapper .button_white{
    margin-top: 18px;
}
.teaser_wrapper .button_white, .teaser_wrapper .button_black, .home_2 .button_white, .home_2 .button_black, .home_2 .button_yellow{
    height:30px;
    line-height:30px;
}
.button_white:hover{
    color:#FFF !important;
    background:#000;
}
.button_white:hover a{
    color:#FFF !important;
    text-decoration: none;
}
.button_black:hover{
    background:#FFF;
    color:#000;
}
.button_black:hover a{
    color:#000 !important;
    text-decoration: none;
}
.oderitem{
    float: left;
    margin-bottom:30px;
}
#itemwrapper .oderitem:first-child .remove_item{
    display: none;
}
#home_animation{
    position: absolute;
    top:300px;
    left:40%;
    font-size:75px;
    color:#FCFC47;
    font-weight:100;
    text-transform: uppercase;
}
#img_home_animation{
    width:180px;
    position: absolute;
    top:425px;
    left:calc(50% - 90px);
}
#type_text{
    line-height:92px;
    position: relative;
    float: left;
    width:100%;
}
.type_outer{
    float: left;
}
.type_outer:after{
    content:"|";
    margin-left:10px;
    margin-right:10px;
}
.type_outer:last-of-type:after{
    display: none;
}
.type_ani{
    display: none;
}
.type_left{
    float:left;
}
.type_right{
    color:#FCFC47 !important;
}
#home_animation img{
    float: left;
    position: relative;
    margin-top:25px;
    margin-left: 100px;
}

/* order form */
.formfeld, .simpliform input[type="text"], .simpliform select{
    border: none;
    border-bottom: solid 1px black;
    width: 90%;
    height: 50px;
    padding: 15px 0px 15px 15px;
    font-size: 16px;
}
#orderform{
    float: left;
    margin-top:-20px;
}
.formfeld{
    background: #FFF0;
    margin-bottom: 10px;
    padding-left: 0 !important;
}
.remove_item{
    cursor: pointer;
}
#content ::placeholder{
  opacity: 1;
}
#content :-ms-input-placeholder, #content ::-ms-input-placeholder, #content ::placeholder{
  color:  #000;
}
#form1{
    width: 30%;
    border-right: 1px solid #707070;
    min-height: 375px;
    float: left;
    margin-right: 60px;
}
#add_product{
    text-transform: uppercase;
    font-weight:700;
    font-family: 'Clan Pro';
}
.form2{
    width: 32%;
    float: left;
}
#orderform label{
    font-size: 16px;
}
.black_form{
    float: right;
    margin-right: 50px;
}

/* DEFAULT */
.text_box{
    margin-bottom: 100px;
}
.txtimg img{
    max-width:100%;
}
.small_title img{
    margin-left: 20px;
}
.black_buttons{
    color: white;
    font-size: 18px;
    margin-bottom:50px;
}
.black_buttons a{
    display: table;
    width:100%;
    color:#fff;
}
.black_buttons span{
    display: table-cell;
    vertical-align: middle;
    height: 90px;
    padding-left:32px;
    width: 100%;
}
.black_buttons span:before{
    content:"";
    height:100%;
    width:1px;
    background:#FFF;
    position: absolute;
    left:15px;
    top:0px;
}
.black_buttons span:after{
    content:"";
    height:1px;
    width:calc(100% - 30px);
    background:#FFF;
    position: absolute;
    left:15px;
    bottom:0px;
}
.black_buttons a:hover{
    text-decoration: none;
}
.black_buttons a:hover span:before{
    animation-duration: 0.2s;
    animation-name: line_left;
}
@keyframes line_left{
    from{
        height:0px;
    }
    to{
        height:100%;
    }
}
.black_buttons a:hover span:after{
    animation-duration: 0.4s;
    animation-name: line_right;
}
@keyframes line_right{
    0%{
        width:0px;
    }
    50%{
        width:0px;
    }
    100{
        width:100%;
    }
}
.button_black a{
    color: white !important;
}
.button_white, .button_white a, .button_black, .button_black a{
    transition: all .5s ease-in-out;
}
.button_white a, .button_yellow a{
    color: black !important;
}
.title_tall{
    font-size: 22px;
    text-transform: uppercase;
    hyphens: auto;
}
#small_button{
    width: 149px;
    height: 42px;
    line-height: 41px;
    padding-left: 24px;
    margin-top: 25px;
}
.yellow_back{
    background: #FCFC47;
    text-transform: uppercase;
    font-size: 14px;
    color: black;
}
#yllw_back_div{
    margin-top: 55px;
    width: 49%;
}
.smalltitle_div{
    margin-bottom: 50px;
    min-height: 190px;
    margin-top: 30px;
}
.big_title{
    hyphens: auto;
}
.bigtitle_div{
    margin-bottom: 210px;
    margin-top: 30px;
}
.big_title::before{
    content:"";
    position: absolute;
    height: 4px;
    width: 200px;
    top: 50%;
    left: -210px;
    background: #FCFC47;
    display: block;
}
.big_title_button{
    width: 94px;
    height: 40px;
    padding-top: 5px;
    font-size: 14px;
    margin-bottom: 50px;
}
mark{
    background-color: #FFFF7E;
}
h2.boldtitle{
    font-weight: 700;
    margin-bottom: 27px;
}
#content ul:not(.ab_list, .footernav) li{
    list-style: inherit;
    text-indent: -18px;
    margin-left: 18px;
}
.subnav_title{
    width:100%;
    color:#FFF;
    font-size:24px;
    line-height:31px;
}
#content ul:not(.ab_list, .footernav) li::before{
    content: "●";
    color: #FCFC47;
    margin-right: 10px;
}
.tablewraper{
    min-width: 100%;
    margin-bottom: 100px;
    margin-top:15px;
    float: left;
    position: relative;
}
#content td,#content th{
    height: 44px;
    padding: 0;
    border-top: none !important;
    border-bottom: 1px solid #FCFC47;
    padding-right: 70px;
    padding-left:15px;
}
.bright{
    background-color: #FFFFD0;
}
.noborder{
    border: none;
}
#content th{
    font-weight:700;
    background-color: #FCFC47;
}
#content .checklist li::before{
    content: "\2713" !important;
}
.text_wide{
    width: 100%;
}
#content hr{
    margin-top: 3rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 2px solid #000;
    width: 40px;
}
.scroll table{
    white-space: nowrap;
}
.wrapper{
    width: 100%;
    height: auto;
}
.scroll-wrapper > .scroll-content.wrapper{
    overflow-y: auto !important;
}
.wrapper table{
    min-width:100% !important;
}
.table .small_title{
    margin-bottom: 20px;
}
.img_right img{
    float: left;
    position: relative;
    width: 100%;
}
.color_img{
    position: absolute;
    left:15px;
    top:0px;
    opacity:0;
    width:calc(100% - 30px);
    transition: all .5s ease-in-out;
}
.img_right:hover .color_img{
    opacity:1;
}
.under_pic{
    margin-top: -190px !important;
}
.gallery_label,.pic_note_left{
    float: right;
    font-size: 12px;
    line-height: 22px;
    width: 505px;
    text-align: right;
    margin-top: 10px;
    margin-bottom: 20px;
}
.gallery_label{
    float: right;
    height: auto;
    width: 100%;
}
.img_more{
    position: relative;
    float: left;
    width:calc(100% + 50px);
    margin-left: -15px;
}
.img_more_box{
    width:33.3333%;
    position: relative;
    float: left;
    padding:25px;
}
.img_more_box .gallery_label{
    text-align: left;
}
.img_more_box img{
    width:100%;
}
.pic_note_left{
    float: left;
}
.gallerie{
    margin-top: 115px;
}
.imgs{
    float: left;
    margin-top: 150px;
}
.imgs .pic_note{
    text-align: left;
    margin: 0;
}
.imgs img{
    float: left;
    margin: 0 0px 0 0px;
}
.imgs .img{
    float: left;
    margin: 10px 113px 0 80px;
}
.download_buttons{
    margin-top: 0;
}
.whitetable{
    font-size: 15px;
}
.whitetable th{
    background-color: white !important;
    font-weight: 700;
    height: 30px !important;
    font-size: 16px;
    border-bottom: 1px solid #acacac !important;
}
#content .whitetable td{
    border-bottom: 1px solid #acacac !important;
    padding-bottom: 30px !important;
    padding-top: 10px !important;
}
.ab_list:before{
    margin-top:50px;
    margin-bottom:20px;
    content:"";
    width:35px;
    height:2px;
    background:#000;
    display: block;
}

/* FOOTER */
#footer_fixed .xlhide .simpli_item.text_box{
	float: none;
}
#garantie{
    position: absolute;
    right:75px;
    bottom:75px;
}
#footer_fixed{
    background-color: #FCFC47;
    height: 43px;
    width: 100%;
    bottom: 0;
    line-height: 45px;
    position: fixed;
    color: black;
    z-index: 200;
    font-size: 14px;
    padding:0px 100px;
}
#logo_footer{
    width: 30px;
    height: auto;
    margin-right:15px;
    float: left;
    margin-top:7px;
}
#footer_fixed a{
    color: #000;
}
#footer_fixed strong{
    margin-right:15px;
}
#langnav{
    width:70px;
    float:right;
}
#langnav li{
    float:left;
}
#langnav li:before{
    content:"|" !important;
    color:#000 !important;
}
#langnav li:first-child:before{
    display: none;
}
#langnav a{
    color:#000;
    text-transform: uppercase;
}
#langnav a:hover, #langnav a.act{
    font-weight:700;
    text-decoration: none;
}
#footer.cwrappwer.grey a{
    color: #000;
    font-size: 14px;
    line-height: 14px;
}
.footernav{
    display: flex;
    flex-wrap: wrap;
    list-style: none !important;
}
.footernav li::before{
    content: none !important;
}
.footernav > li{
    float:left;
    width:25%;
}
.footernav > li > a{
    font-weight: bold;
}
.footernav > li:first-child, .footernav > li > ul > li > ul{
    display: none;
}
.footernav > li > ul{
    margin-bottom:40px;
}

/* ETC */
