/* custom styles for customer template */

/*
* basics
* fonts
* distance logo
* checkbox + radiobuttons
* forms
* login
* header
* navbar
* offcanvas
* footer
* slider
* trade-groups
* trade-blocks
* breadcrumb
* usp
* upload
* category
* detail
* cart
* finish
* konto_adresse & konto_tracking & konto_tracking_detail
* impressum
*/

/* basis */
@media screen {
    .parallax,
    #payment-bar { display: none; }
}

/* fonts */
@media screen {

    html {
        -moz-osx-font-smoothing: grayscale!important;
        -webkit-font-smoothing: antialiased!important;
        font-smoothing: antialiased!important;
        font-weight: 300;
    }

    /**
     * Firefox specific rule
     */

    @-moz-document url-prefix() {
        body {
            font-weight: lighter !important;
        }
    }


    *,
    h1,h2,h3,h4,h5,h6,
    #slider .slide figcaption strong,
    footer.main i,
    footer.main i a {font-family: Montserrat,sans-serif !important; font-weight: 300;}
    body { padding-top: 72px; }
    #overlay { background-color: rgba(71,54,65,.8); }
    body.offcanvas--active { overflow: hidden; }
    main { background-color: #f2f2f2; }
    h1,
    h1.large {margin-bottom:30px;font-size:39px;font-weight:600; line-height: initial;background:none; color:#473641;}
    h2:after {display:none;}
    h2.medium {font-size:36px !important;display:block;width:100%;font-weight:800;margin:0 0 60px 0;padding:0;line-height: initial;background:none; color:#473641;}
    h2.form{font-size:25px !important;display:block;width:100% !important;font-weight:400;margin:0 0 30px 0 !important;padding:0!important;line-height: initial;background:none;text-align:left; color:#473641;}
    .semiBold {font-weight:600 !important;}
    .bold {font-weight:900 !important;}
    .center {text-align:center !important;}
}
@media screen and (max-width: 1023px){
    h1,
    h1.large {margin-bottom:30px;font-size:30px !important;}
    h2.medium {font-size:26px !important;}
}
@media screen and (max-width: 700px){
    h1,
    h1.large {font-size:24px !important;}
    h2.form,
    h2.medium {font-size:20px !important;}
}

/* distance logo */
@media screen and (max-width: 1023px) {
    #upload,
    #cart_first,
    #cart_second,
    #contact,
    #finish,
    #address,
    #account_tracking,
    #product-detail {padding-top: 80px;}
}

/* radio + checkbox */
@media screen {
    input[type="checkbox"],
    input[type="radio"] {position:relative; width:auto;height:auto; padding:0; opacity: 0; margin:0; }

    .checkbox_custom {content:'';position:absolute;left:-2px;top:-2px;width:12px;height:12px;border:2px solid black;visibility:visible;opacity:0.5}
    .checkbox_custom:before {content:'';position:absolute;left:3px;top:3px;width:6px;height:6px;background:black;visibility:hidden;}

    .radio_custom {content:'';position:absolute;left:-2px;top:-2px;width:12px;height:12px;border:2px solid black;border-radius:50%;visibility:visible;opacity:0.5}
    .radio_custom:before {content:'';position:absolute;left:3px;top:3px;width:4px;height:4px;background:black;border:1px solid transparent;border-radius:50%;visibility:hidden;}

    input[type="radio"]:checked + .radio_custom,
    input[type="checkbox"]:checked + .checkbox_custom {opacity:1;}
    input[type="checkbox"]:checked + .checkbox_custom:before,
    input[type="radio"]:checked + .radio_custom:before {visibility:visible;}

    button.btn.default {background:none;border:2px solid #473641;color:#473641;width:250px;height:45px;font-size:16px;line-height:40px;margin:20px 0;}
    button.btn.default:hover {background:none;opacity:0.5;}

    .checkbox_custom_container { position: relative; }
    .checkbox_custom_container .checkbox_original { position: absolute; width: 235px!important; height: 100%; cursor: pointer; margin-top: 0; z-index: 2; left: 140px;}
    .checkbox_custom_container .checkbox_custom { position: relative; top: inherit; left: inherit; display: inline-block; float: left; margin-top: 10px; margin-right: 10px; }
    .checkbox_custom_container .formCheckboxTitle,
    .checkbox_custom_container .formCheckboxTitle:hover,
    .checkbox_custom_container .formCheckboxTitle:focus,
    .checkbox_custom_container .formCheckboxTitle:active,
    .checkbox_custom_container .checkbox_original:hover,
    .checkbox_custom_container .checkbox_original:focus,
    .checkbox_custom_container .checkbox_original:active {cursor: pointer!important; }

    #customer_login { position: relative; padding-left: 25px; box-sizing: border-box; }
    #customer_login input { margin-top:0; z-index: 2; position: absolute; left: 0; top: 0; }
    #customer_login .checkbox_custom { top: 3px; left: 0; }
}

/* forms*/
@media screen {
    form article  {padding:30px;}
    form article  #divergent_address fieldset,
    form article  #delivery_address fieldset,
    form article #billing-address fieldset {padding:0 30px 0 0;box-sizing:border-box;}

    form article  #divergent_address fieldset label,
    form article  #delivery_address fieldset label,
    form article #billing-address fieldset label{width:100%;display:block;padding:0;text-align:left;font-size:16px;}

    form article  #divergent_address fieldset select,
    form article  #divergent_address fieldset input,
    form article  #delivery_address fieldset select,
    form article  #delivery_address fieldset input,
    form article #billing-address fieldset select,
    form article #billing-address fieldset input{width:100%;display:block;border:none;border-radius:0;font-weight:800;}

    form article #divergent_address fieldset span,
    form article #delivery_address fieldset span,
    form article #billing-address fieldset span{display:none;}

    form article #divergent_address fieldset.col-2 input#plz,
    form article #divergent_address fieldset.col-2 input#abs_plz,
    form article #divergent_address fieldset.col-2 input#lie_plz,
    form article #divergent_address fieldset.col-2 input#li_plz,
    form article #divergent_address fieldset.col-2 input#rg_plz,
    form article #delivery_address fieldset.col-2 input#plz,
    form article #delivery_address fieldset.col-2 input#abs_plz,
    form article #delivery_address fieldset.col-2 input#li_plz,
    form article #delivery_address fieldset.col-2 input#rg_plz,
    form article #billing-address fieldset.col-2 input#plz,
    form article #billing-address fieldset.col-2 input#abs_plz,
    form article #billing-address fieldset.col-2 input#li_plz,
    form article #billing-address fieldset.col-2 input#rg_plz{width:170px !important}

    form article #divergent_address fieldset.col-2 input#abs_ort,
    form article #divergent_address fieldset.col-2 input#li_ort,
    form article #divergent_address fieldset.col-2 input#lie_ort,
    form article #divergent_address fieldset.col-2 input,
    form article #delivery_address fieldset.col-2 input#abs_ort,
    form article #delivery_address fieldset.col-2 input#li_ort,
    form article #delivery_address fieldset.col-2 input,
    form article #billing-address fieldset.col-2 input#abs_ort,
    form article #billing-address fieldset.col-2 input#li_ort,
    form article #billing-address fieldset.col-2 input {width:calc(100% - 180px) !important; display:inline-block;}

    form article fieldset.divirgentaddress {padding:0 !important;}
    form article fieldset.divirgentaddress label{white-space:normal;padding:20px 0 20px 20px !important;margin:0;text-align:right;position:relative;}
    form article fieldset.divirgentaddress label p {white-space:normal;display:inline-block;margin:0;}
    form article fieldset.divirgentaddress label input {position:absolute;left:0;top:32px;display:inline-block;width:auto !important;margin:0;}
    form article fieldset.divirgentaddress label .checkbox_custom {top:31px;}

    #detail_free h1 { font-weight: 900!important; }
    #detail_free fieldset { position: relative; }
    #detail_free fieldset .requirement { position: absolute; right: 35px; top: 35px; }
    #detail_free fieldset label { width: 100%; text-align: left; }
    #detail_free fieldset input,
    #detail_free fieldset select,
    #detail_free fieldset textarea { width: 90%; border: solid 1px #f7f7f7;}
    #detail_free form .col-2 input:nth-of-type(1) { margin-right: 2%; }
    #detail_free fieldset.col-2 input { width: 44%; }
    #detail_free .align_right.btn { margin-right: 54px; }
}
@media screen and (max-width: 1280px) {
    form article #divergent_address fieldset select,
    form article #divergent_address fieldset input,
    form article #delivery_address fieldset select,
    form article #delivery_address fieldset input,
    form article #billing-address fieldset select,
    form article #billing-address fieldset input{width:100% !important;}

    #detail_free fieldset .requirement { right: 25px; }
    #detail_free fieldset input,
    #detail_free fieldset select,
    #detail_free fieldset textarea { width: 90%!important; }
    #detail_free fieldset.col-2 input { width: 44.2%!important; }
    #detail_free .align_right.btn { margin-right: 47px; }
}
@media screen and (max-width: 1023px) {
    form article #divergent_address fieldset,
    form article #delivery_address fieldset,
    form article #billing-address fieldset  {width:48%;float:left ;}

    #detail_free fieldset .requirement { right: -20px; top: 35px; }
    #detail_free fieldset input,
    #detail_free fieldset select,
    #detail_free fieldset textarea { width: 100%!important; }
    #detail_free fieldset.col-2 input { width: 49%!important }
    #detail_free .align_right.btn { float: right!important; margin-right: 0; }
}

@media screen and (max-width: 767px) {
    #detail_free form .requirement { display: inline-block; }
}

@media screen and (max-width: 700px) {
    form article #divergent_address fieldset,
    form article #delivery_address fieldset,
    form article #billing-address fieldset {width:100%;float:none;padding-right:0;}

    form article #divergent_address fieldset.col-2 input#abs_ort,
    form article #divergent_address fieldset.col-2 input#li_ort,
    form article #divergent_address fieldset.col-2 input#lie_ort,
    form article #divergent_address fieldset.col-2 input,
    form article #delivery_address fieldset.col-2 input#abs_ort,
    form article #delivery_address fieldset.col-2 input#li_ort,
    form article #delivery_address fieldset.col-2 input,
    form article #billing-address fieldset.col-2 input#abs_ort,
    form article #billing-address fieldset.col-2 input#li_ort,
    form article #billing-address fieldset.col-2 input {width:calc(100% - 185px) !important; display:inline-block;}
}
@media screen and (max-width: 500px) {
    form article #divergent_address fieldset.col-2 input#plz,
    form article #divergent_address fieldset.col-2 input#abs_plz,
    form article #divergent_address fieldset.col-2 input#lie_plz,
    form article #divergent_address fieldset.col-2 input#li_plz,
    form article #divergent_address fieldset.col-2 input#rg_plz,
    form article #delivery_address fieldset.col-2 input#plz,
    form article #delivery_address fieldset.col-2 input#abs_plz,
    form article #delivery_address fieldset.col-2 input#li_plz,
    form article #delivery_address fieldset.col-2 input#rg_plz,
    form article #billing-address fieldset.col-2 input#plz,
    form article #billing-address fieldset.col-2 input#abs_plz,
    form article #billing-address fieldset.col-2 input#li_plz,
    form article #billing-address fieldset.col-2 input#rg_plz{width:100px !important}

    form article #divergent_address fieldset.col-2 input#abs_ort,
    form article #divergent_address fieldset.col-2 input#li_ort,
    form article #divergent_address fieldset.col-2 input#lie_ort,
    form article #divergent_address fieldset.col-2 input,
    form article #delivery_address fieldset.col-2 input#abs_ort,
    form article #delivery_address fieldset.col-2 input#li_ort,
    form article #delivery_address fieldset.col-2 input,
    form article #billing-address fieldset.col-2 input#abs_ort,
    form article #billing-address fieldset.col-2 input#li_ort,
    form article #billing-address fieldset.col-2 input {width:calc(100% - 115px) !important;}

    #detail_free fieldset.col-2 input { width: 48.4%!important; }
}

/* login */
@media screen {
    #pageLogin .logo img { width: auto; height: 120px; }
}

/* header */
@media screen {
    header.main { z-index: 100; width: 100%; height: 72px; margin-bottom: 0; position: fixed; top: 0; left: 0; background: #fff; }
    header.main .wrp { width: 100%; padding: 0 0; position: relative; }
    header.main #brand-logo { z-index: 110; background: #fff; width: 96px; position: absolute; left: .9375rem; top: 0; padding: 15px 15px 0 15px; box-sizing: border-box; margin: 0 0 0 0; }
    header.main #brand-logo:after { display: block; position: absolute; z-index: 105; content: ""; top: 0; left: 0; right: 0; height: 89px; padding: 1rem; background: #fff; transform: skew(0deg,-7deg);}
    header.main #brand-logo img { width: 100%; height: auto; min-width: inherit; max-width: inherit; z-index: 115; position: relative; }
    header.main #customer-menu { height: 100%; margin-top: 0; }
    header.main #customer-menu a,
    header.main #customer-menu > button { height: 72px; width: 72px; margin: 0 0 0 0;}
    header.main #customer-menu button.menu-item-login { background-color: #473641; }
    header.main #customer-menu button.menu-item-login:before { height: 100%; width:100%; content: ' '!important; background: url("../assets/login.svg") 50% 50% no-repeat; background-size: 24px 24px; }
    header.main #customer-menu a.menu-item-cart { background-color: #5ac6d9; }
    header.main #customer-menu a.menu-item-cart:hover,
    header.main #customer-menu a.menu-item-cart:focus,
    header.main #customer-menu a.menu-item-cart:active { background-color: #45bfd4; }
    header.main #customer-menu a.menu-item-cart:before { height: 100%; width:100%; content: ' '!important; background: url("../assets/cart.svg") 50% 50% no-repeat; background-size: 24px 24px; }
    header.main #customer-menu a .count,
    header.main #customer-menu > button .count { font-weight: 700; top: 40px; right: 18px; }
    header.main .contact { float: right; margin: 14px 20px 0 0; }
    header.main .contact a { display: block; font-size: 12px; color: #473641; line-height: 24px; }
    header.main .contact a:hover,
    header.main .contact a:focus,
    header.main .contact a:active { color: #644c5c; text-decoration: none; }
    header.main .contact a:before { content:' '; height: 12px; width: 12px; display: inline-block; margin: 0 10px 0 0; vertical-align: middle; }
    header.main .contact .phone { background: url("../assets/phone.svg") 0 50% no-repeat; background-size: 12px 12px; }
    header.main .contact .email { background: url("../assets/mail.svg") 0 50% no-repeat; background-size: 12px 12px; }
    header.main .contact span { display: inline-block; vertical-align: middle; }
    header.main .contact .phone:hover  span,
    header.main .contact .phone:focus  span,
    header.main .contact .phone:active span,
    header.main .contact .email:hover  span,
    header.main .contact .email:focus  span,
    header.main .contact .email:active span { color: #5ac6d9; }
    header.main #customer-menu #login.modal { position: fixed; top: 100px; left: calc(50% - 350px); width: 700px; padding: 0; border: 0; }
    header.main #customer-menu #login.modal > img,
    header.main #customer-menu #login.modal > form { float: left; }
    header.main #customer-menu #login.modal > form { width: 428px; padding: 20px 30px; box-sizing: border-box; }
    header.main #customer-menu #login.modal > form > h2 { font-size: 2rem; width: 100%; padding-right: 0; text-align: left; }
    header.main #customer-menu #login.modal > form > h2:after { display: none; }
    header.main #customer-menu #login.modal fieldset { background: none; }
    header.main #customer-menu #login.modal fieldset label {  margin-right: 0; display: inline-block; width: 100%; font-family: inherit; font-size: 14px; text-align: left; line-height: 24px; }
    header.main #customer-menu #login.modal fieldset input {  margin-right: 0; display: inline-block; width: 100%; height: 40px; font-family: inherit; font-size: 14px; border: 0; border-radius: 0; background: #f2f2f2; }
    header.main #customer-menu #login.modal .btn { margin-top: 20px!important; border-radius: 0; }
    header.main #customer-menu #login.modal a { border-radius: 0; }
    header.main #customer-menu #login.modal a.pwLost { background: none; text-align: left; width: auto; height: auto; display: inline-block; font-size: 0.7rem; padding: 0; float: right; margin: 0 0 20px 0!important; }
    header.main #customer-menu #login.modal a.pwLost:hover,
    header.main #customer-menu #login.modal a.pwLost:focus,
    header.main #customer-menu #login.modal a.pwLost:active { color: #5ac6d9; }
}
@media screen and (max-width: 890px) {
    header.main .contact { display: none; }
    header.main #customer-menu #login.modal > img { display: none; }
    header.main #customer-menu #login.modal { top: 150px; width: 430px; left: calc(50% - 215px); }
    header.main #customer-menu #login.modal > form { width: 430px; }
}
@media screen and (max-width: 767px) {
    header.main #customer-menu, #navbar { display: block; }
}
@media screen and (max-width: 700px) {
    header.main #customer-menu button.menu-item-login { display: none; }
}

/* navbar */
@media screen {
    #navbar { display: inline-block; position: relative; top: inherit; left: inherit; right: inherit; height: auto; background: none;  }
    #navbar .wrp .firstLevel { margin-top: 22px; margin-left: 150px; }
    #navbar .wrp .firstLevel > li { display: inline-block; }
    #navbar .wrp .firstLevel > li:first-child { padding: 7px 25px 10px 10px; }
    #navbar .wrp .firstLevel > li:first-child:after { content:' '; height: 18px; width: 18px; margin-left: 0; background: url("../assets/square_down.svg") 50% 50% no-repeat; background-size: 18px 18px; display: inline-block; vertical-align: middle; transition: all 100ms ease-in; }
    #navbar .wrp .firstLevel > li > a,
    #navbar .wrp .firstLevel > li:first-child span button { color: #473641; font-weight: 600; padding: 10px 20px; cursor: pointer; font-size: 14px;}
    #navbar .wrp .firstLevel > li:first-child span button { padding: 0 20px}
    #navbar .wrp .firstLevel > li > a { line-height: 25px; }
    #navbar .wrp .firstLevel > li > a:hover,
    #navbar .wrp .firstLevel > li > a:focus,
    #navbar .wrp .firstLevel > li > a:active { color: #83d4e3; text-decoration: none; }
    #navbar .wrp > ul > li:first-child:hover:after,
    #navbar .wrp > ul > li:first-child:focus:after,
    #navbar .wrp > ul > li:first-child:active:after { transform: rotate(180deg); }
    #navbar .wrp > ul > li a:hover,
    #navbar .wrp > ul > li a .current { background: none; }
    #navbar .wrp > ul > li:hover ul > li:hover ul li a { height: auto; line-height: 16px; }
    #navbar .wrp > ul > li:hover ul > li:hover ul li a:after { display: none; }
    #navbar .wrp > ul > li:hover ul > li:hover ul li a:hover { background: #83d4e3; color: #fff; }
}
@media screen and (max-width: 1500px) {
    #navbar .secondLevel { padding: 35px 10% 0 10%; }
}
@media screen and (max-width: 700px) {
    #navbar .wrp .firstLevel { display: none; }
}

/* offcanvas */
@media screen {
    header.main #customer-menu #offcanvas_open,
    #offcanvas_open{ display: none; }
    #offcanvas { right: -450px; }
}
@media screen and (max-width: 700px) {
    header.main #customer-menu #offcanvas_open { display: block; top: 0; right: 0; border-radius: 0; background-color: #473641; }
    header.main #customer-menu #offcanvas_open:before { color: #fff; font-size: 50px; line-height: 70px; }
    #offcanvas { z-index: 120; width: 60%; background-color: #473641; padding: 10px 10px 10px 20px; box-sizing: border-box; overflow: visible; }
    #offcanvas > .contentWrapper { overflow-y: auto; height: 100%; box-sizing: border-box; padding-right: 10px; }
    #offcanvas h3 { color: #fff; padding-left: 5px; }
    #offcanvas ul { margin: 0; }
    #offcanvas #offcanvas_productmenu { margin-bottom: 20px; }
    #offcanvas ul li a { color: rgba(255,255,255,.75); font-weight: 600; }
    #offcanvas ul li a { background: none; font-weight: 500; height: auto;  }
    #offcanvas ul li a:hover,
    #offcanvas ul li a:focus,
    #offcanvas ul li a:active { text-decoration: none; color: #83d4e3; }
    #offcanvas ul li.menu-item-more a:after { content:' '; height: 18px; width: 18px; margin-left: 10px; background: url("../assets/square_down.svg") 50% 50% no-repeat; background-size: 18px 18px; transform: rotate(-90deg); display: inline-block; vertical-align: middle; transition: all 100ms ease-in; }
    #offcanvas #offcanvas_close { border: 0; width: 40px; height: 40px; border-radius: 0; display: block; background: #5ac6d9; margin-right: 0; transform: translate(-50%,-50%) skew(0deg,-7deg) scale(1); position: absolute; bottom: 40px; left: 0; }
    #offcanvas #offcanvas_close:before { font-family: icon; color: #fff; content: 'x'; }
}

/* footer */
@media screen {
    footer.main { background-color: #473641; }
    footer.main #logo,
    footer.main address,
    footer.main #payment,
    footer.main #service,
    footer.main #help { float: left; padding-right: 50px; box-sizing: border-box; }
    footer.main #logo { width: 114px; }
    footer.main address { width: 22.522%; }
    footer.main #help { width: 20%; }
    footer.main #payment { width: 32.5%; }
    footer.main #service { width: 15%; }
    footer.main .headline { color: #fff; font-weight: 600; font-size: 16px; margin-bottom: 15px; }
    footer.main ul { margin-bottom: 0;}
    footer.main ul li,
    footer.main ul li a { color: rgba(255,255,255,.75); font-size: 14px; }
    footer.main ul li a:hover,
    footer.main ul li a:focus,
    footer.main ul li a:active { color: rgba(255,255,255,1); }
    footer.main #payment ul li { width: 23%; margin: 0 2% 6px 0; float: left; background: #5ac6d9; padding: 5px 8px; box-sizing: border-box; }
    footer.main #help .socialMedia { width: 46px; height: 46px; display: inline-block; margin-top: 10px; }
    footer.main #help .socialMedia.instagram { margin-right: 10px; background: #5ac6d9 url("../assets/instagram.svg") 50% 50% no-repeat; background-size: 18px 18px; }
    footer.main #help .socialMedia.facebook { background: #5ac6d9 url("../assets/facebook.svg") 50% 50% no-repeat; background-size: 18px 18px; }

    footer.main #help .socialMedia.instagram:hover,
    footer.main #help .socialMedia.instagram:focus,
    footer.main #help .socialMedia.instagram:active { background: #31b8cf url("../assets/instagram.svg") 50% 50% no-repeat; background-size: 18px 18px; }
    footer.main #help .socialMedia.facebook:hover,
    footer.main #help .socialMedia.facebook:focus,
    footer.main #help .socialMedia.facebook:active { background: #31b8cf url("../assets/facebook.svg") 50% 50% no-repeat; background-size: 18px 18px; }
}
@media screen and (max-width: 1280px) {
    footer.main > .wrp #logo { width: 114px; }
    footer.main > .wrp address,
    footer.main > .wrp #help,
    footer.main > .wrp #payment,
    footer.main > .wrp #service { width: 22%; padding-right: 30px; }
    footer.main #payment ul li { width: 48%; }
}
@media screen and (max-width: 1023px) {
    footer.main > .wrp { padding-bottom: 140px; }
    footer.main > .wrp address,
    footer.main > .wrp #help,
    footer.main > .wrp #service { width: 27%; }
    footer.main > .wrp #payment { width: calc(100% - 20px); position: absolute; bottom: 20px; left: 20px; padding-right: 0; }
    footer.main #payment ul li { width: 11.67%; }
    footer.main #payment ul li img { height: auto; width: 100%; }
}
@media screen and (max-width: 767px) {
    footer.main > .wrp #logo { display: none; }
    footer.main > .wrp address,
    footer.main > .wrp #help,
    footer.main > .wrp #service { width: 33.33%; }
    footer.main > .wrp > address { float: left; }
}
@media screen and (max-width: 700px) {
    footer.main > .wrp { padding-bottom: 0; }
    footer.main .headline { margin-bottom: 5px; }
    footer.main > .wrp address,
    footer.main > .wrp #help,
    footer.main > .wrp #service { width: 100%; padding-right: 0; }
    footer.main > .wrp address,
    footer.main > .wrp #help,
    footer.main > .wrp #payment,
    footer.main > .wrp #service { margin-bottom: 25px; }
    footer.main > .wrp #payment { width: 100%; position: relative; bottom: inherit; left: inherit; padding-right: 0; }
    footer.main #payment ul li { width: 17%; }
    .leadprint-brand { display: none; }
}
@media screen and (max-width: 520px) {
    footer.main #payment ul li { width: 21.5%; }
}

/* slider */
@media screen {
    #slider .slide figcaption p { font-size: 1.5625rem; font-weight: 600; margin-bottom: 1rem; color: #3b3b3b; text-shadow: 0 2px 2px rgba(0,0,0,.16); }
    #slider .slide figcaption span.h2 { display: block;  font-size: 3.00rem; line-height: 1.25; font-weight: 900; color: #3b3b3b; text-shadow: 0 2px 2px rgba(0,0,0,.16); margin-bottom: 24px; margin-top: 1rem }
    #slider .side-nav { display: none; }
    #slider .side-nav.slide-left:before { content: ' '; background-image: url("../assets/arrow_back.svg"); transition: all 0.0s ease-out;}
    #slider .side-nav.slide-left:hover:before { content: ' '; background-image: url("../assets/arrow_back_hover.svg"); }
    #slider .side-nav.slide-right:before { content: ' '; background-image: url("../assets/arrow_next.svg"); transition: all 0.0s ease-out;}
    #slider .side-nav.slide-right:hover:before { content: ' '; background-image: url("../assets/arrow_next_hover.svg"); }
    #slider .side-nav:hover:before { background: none; }
    #slider .slide figcaption { top: 20%; }
    #slider #controlNav a.current { background: #5ac6d9; border: #fff; }
}
@media screen and (max-width: 1680px) {
    #slider .slide figcaption { top: 10%; }
    #slider .slide figcaption p { font-size: 1.325rem; margin-bottom: 0.8rem; }
}
@media screen and (max-width: 1500px) {
    #slider .slide figcaption p { font-size: 1.25rem; }
    #slider .slide figcaption span.h2 { font-size: 2.5rem;  }
    #slider .wrp { width: calc(100% - 350px); margin: 0 auto }
}
@media screen and (max-width: 1350px) {
    #slider .slide figcaption p { font-size: 1.0rem; margin-bottom: 0.75rem }
    #slider .slide figcaption span.h2 { font-size: 2rem; }
    #slider .slide figcaption span.h2 br { display: none; }
}
@media screen and (max-width: 1023px) {
    #slider .slide { overflow: hidden; }
    #slider .slide img {width: auto; height: 200px;}
    #slider .slide figcaption { display: block; }
    #slider .slide figcaption span.h2 { font-size: 1.5rem; }
    #slider .wrp { width: calc(100% - 325px); }
}
@media screen and (max-width: 640px){
    #slider .wrp { width: 100%; }
    #slider .slide figcaption { top: 35%; }
    #slider .slide figcaption span.h2 { font-size: 1.25rem; }
    #slider .slide figcaption p { display: none; }
}
@media screen and (max-width: 520px) {
    #slider .slide figcaption p { font-size: 0.90rem; margin-bottom: 0.25rem; }
}

/* trade-groups */
@media screen {
    .trade-groups.full { padding: 50px 0 30px 0}
    .trade-groups.full > .wrp > h1 { text-align: center; font-size: 2.25rem; }
    .trade-groups.full .card,
    .product-listing.full .card { width: 32%; }
    .trade-groups.full .card:nth-child(4n + 1),
    .product-listing.full .card:nth-child(4n + 1) { margin-left: 2%; }
    .trade-groups.full .card:nth-child(3n + 1),
    .product-listing.full .card:nth-child(3n + 1) { margin-left: 0;}
    .trade-groups.full .card,
    .product-listing.full .card { min-height: 370px; overflow: visible; height: auto; margin-bottom: 50px; }
    .trade-groups .card img,
    .product-listing .card img { margin-bottom: 15px; }
    .trade-groups .card figcaption,
    .product-listing .card figcaption { position: relative; left: inherit; bottom: inherit; right: inherit; padding: 0 0 0 0; }
    .trade-groups .card figcaption p { max-height: 50px; overflow: hidden; }
    .trade-groups .card strong,
    .trade-groups .card h2,
    .product-listing .card strong,
    .product-listing .card h2 { text-align: left; font-size: 1.125rem; font-weight: 600; margin-bottom: 1rem; color: #3b3b3b; transition: all 100ms ease-in-out;  }
    .trade-groups .card .link,
    .product-listing .card .link { transition: all 100ms ease-in-out; margin-top: 0; text-align: left; text-transform: uppercase; border-bottom: 2px solid #473641; color: #473641; text-decoration: none; display: inline-block;  }
    .trade-groups.full .card:hover,
    .trade-groups.full .card:focus,
    .trade-groups.full .card:active,
    .product-listing.full .card:hover,
    .product-listing.full .card:focus,
    .product-listing.full .card:active { border: solid 2px rgba(255, 255, 255, 0); box-shadow: none; }
    .trade-groups.full .card:hover figcaption,
    .trade-groups.full .card:focus figcaption,
    .trade-groups.full .card:active figcaption,
    .product-listing.full .card:hover figcaption,
    .product-listing.full .card:focus figcaption,
    .product-listing.full .card:active figcaption { background: none; }
    .trade-groups.full .card:hover h2,
    .trade-groups.full .card:focus h2,
    .trade-groups.full .card:active h2,
    .product-listing.full .card:hover h2,
    .product-listing.full .card:focus h2,
    .product-listing.full .card:active h2 { color: #83d4e3; }
    .trade-groups.full .card:hover .link,
    .trade-groups.full .card:focus .link,
    .trade-groups.full .card:active .link,
    .product-listing.full .card:hover .link,
    .product-listing.full .card:focus .link,
    .product-listing.full .card:active .link { color: #5ac6d9; border-bottom: 2px solid #5ac6d9; }
    .trade-groups .content .card .link { font-size: 16px; }
}
@media screen and (max-width: 1280px){
    .trade-groups .content .card { min-height: 340px }
    .trade-groups .content .card figcaption,
    .product-listing .content .card figcaption { bottom: 0; }
}
@media screen and (max-width: 1023px){
    .trade-groups .content .card { min-height: 390px }
    .trade-groups.full .card,
    .product-listing.full .card { margin: 0 0 50px 2%; }
    .trade-groups.full .card:nth-child:first-of-type,
    .trade-groups.full .card:nth-child(4n + 1),
    .product-listing.full .card:nth-child(4n + 1) { margin-left: 2%; }
}
@media screen and (max-width: 860px) {
    .trade-groups.full .card,
    .product-listing.full .card {width: 49%; margin: 0 0 50px 1%; }
    .trade-groups.full .card:nth-child(3n + 1),
    .product-listing.full .card:nth-child(3n + 1),
    .trade-groups.full .card:nth-child(4n + 1),
    .product-listing.full .card:nth-child(4n + 1) { margin-left: 1%; }
}
@media screen and (max-width: 767px) {
    .trade-groups.full > .wrp > h1 {
        margin-bottom: 48px;
    }
}
@media screen and (max-width: 600px) {
    .trade-groups.full > .wrp > h1 { font-size: 24px; }
    .trade-groups.full .card,
    .product-listing.full .card {width: 100%; margin: 0 0 50px 0; }
    .trade-groups.full .card:nth-child(3n + 1),
    .product-listing.full .card:nth-child(3n + 1),
    .trade-groups.full .card:nth-child(4n + 1),
    .product-listing.full .card:nth-child(4n + 1) { margin-left: 0; }
    .trade-groups .content .card .link { display: inline-block; }
}

/* trade-blocks */
@media screen {
    #trade-blocks { background-color: #f2f2f2; }
    #trade-blocks .infoblock { width: 32%; float: left; }
    #trade-blocks .infoblock hr { border: none; }
    #trade-blocks .infoblock hr:after {display: block; content: ""; height: 10px; width: 100%; background-image: url(../assets/divider-pattern.svg); background-repeat: repeat-x; background-position: -30px 0; }
    #trade-blocks .infoblock h3 { font-size: 3.75rem; line-height: 1.25; font-weight: 900; margin-bottom: 15px; }
    #trade-blocks .infoblock a { display: inline-block; font-size: 1rem; font-weight: 600; margin-bottom: 16px; color: #473641; text-decoration: none; }
    #trade-blocks .infoblock a:hover,
    #trade-blocks .infoblock a:focus,
    #trade-blocks .infoblock a:active { color: #5ac6d9 }
    #trade-blocks .infoblock a:before { content: ' '; height: 12px; width: 12px; display: inline-block; margin: 0 10px 0 0; vertical-align: middle; }
    #trade-blocks .infoblock a.phone:before { background: url(../assets/phone.svg) 0 50% no-repeat; background-size: 12px 12px; }
    #trade-blocks .infoblock a.email:before { background: url(../assets/mail.svg) 0 50% no-repeat; background-size: 12px 12px; }
    #trade-blocks .teaserBlock { width: 68%; float: left; padding-left: 2%; box-sizing: border-box; }
    #trade-blocks .card { width: 48.2%; min-height: 490px; margin-right: 0; margin-bottom: 50px; overflow: visible; height: auto; background: none;  }
    #trade-blocks .card:nth-child(2n+2) {; margin: 0 0 50px 3.5%; }
    #trade-blocks .card > a { position: absolute; top: 0; left: 0; right: 0; bottom: 0; display: block; }
    #trade-blocks .card img,
    #trade-blocks .card h3,
    #trade-blocks .card figcaption { background: none; position: relative; top: inherit; bottom: inherit; left: inherit;  height: inherit; padding: 0 0 0 0; }
    #trade-blocks .card img {margin-bottom: 15px;}
    #trade-blocks .card:hover img { right: 0; top: 0; bottom: 0; left: 0; width: 100%; }
    #trade-blocks .card:nth-child(1) h3,
    #trade-blocks .card figcaption h3 { font-size: 1.125rem; font-weight: 600; margin-bottom: 1rem; color: #3b3b3b; transition: all 100ms ease-in-out; text-transform: none; }
    #trade-blocks .card figcaption p { color: #494949; font-size: 16px; line-height: 24px; margin-bottom: 24px; }
    #trade-blocks .card figcaption p span { overflow: hidden; max-height: 120px; min-height: 120px; display: inline-block; }
    #trade-blocks .card figcaption a { position: relative; top: inherit; right: inherit; bottom: inherit; left: inherit; transition: all 100ms ease-in-out; margin-top: 24px; text-align: left; text-transform: uppercase; border-bottom: 2px solid #473641; color: #473641; text-decoration: none; display: inline-block; }
    #trade-blocks .card figcaption span.link  {margin-top: 24px;transition: all 100ms ease-in-out;}
    #trade-blocks .card figcaption span.link:after {content: ''; width: 100%; height: 2px; background-color: #473641; display: block; transition: all 100ms ease-in-out;}
    #trade-blocks .card:hover figcaption h3,
    #trade-blocks .card:focus figcaption h3,
    #trade-blocks .card:active figcaption h3 { color: #83d4e3; }
    #trade-blocks .card:hover figcaption a,
    #trade-blocks .card:focus figcaption a,
    #trade-blocks .card:active figcaption a
    { color: #83d4e3; border-bottom: 2px solid #83d4e3; }
    #trade-blocks .card:hover figcaption span.link
    { color: #83d4e3; }
    #trade-blocks .card:hover figcaption span.link:after{ background-color: #83d4e3;}
}
@media screen and (max-width: 1280px) {
    #trade-blocks .card {min-height: 470px;}
}
@media screen and (max-width: 900px) {
    #trade-blocks .card:nth-child(1) h3,
    #trade-blocks .card:nth-child(1) figcaption { text-indent: 0; }
}
@media screen and (max-width: 860px) {
    #trade-blocks .infoblock { width: 100%; }
    #trade-blocks .teaserBlock { padding-left: 0; width: 100%; }
    #trade-blocks .card { width: 49%; margin: 0 0 50px 0; min-height: 520px; }
    #trade-blocks .card:nth-child(2n+2) { margin-left: 2%; }
}
@media screen and (max-width: 767px) {
    #trade-blocks .infoblock h3 { font-size: 1.75rem; }
    #trade-blocks .card img { width: 100%; }
}
@media screen and (max-width: 600px) {
    #trade-blocks .card { width: 100%; }
    #trade-blocks .card:nth-child(2n+2) { margin-left: 0; }
}

/* breadcrumb */
@media screen {
    .breadcrumb { padding: 25px 0; }
    .breadcrumb li a { text-transform: uppercase; padding: 0; }
    .breadcrumb li a:after { text-transform: none; }
    .breadcrumb li:last-child a {font-weight: 700; }
    .breadcrumb li:last-child a:after { display: none; }
}
@media screen and (max-width: 1023px) {
    .breadcrumb { margin-bottom: 0; padding: 10px 10px!important; }
    .breadcrumb li a { font-size: 12px; }
}

/* usp */
@media screen {
    #usp-bar {background:#ffffff;margin-top:30px;}
    #usp-bar .wrp{display:flex;flex-direction:row;justify-content:space-between;}
    #usp-bar .usp-child {width:48%;padding-left:60px;box-sizing:border-box;position:relative;}
    #usp-bar .usp-child img{position:absolute;left:0;}
    #usp-bar .usp-child strong{display:block;font-size:16px; color: #473641; font-weight:600;margin-bottom:15px;}
    #usp-bar .usp-child p{display:block;font-size:14px;margin-bottom:0;}
}
@media screen and (max-width: 800px){
    #usp-bar .wrp{flex-direction:column;}
    #usp-bar .usp-child {width:100%;margin-bottom:50px;}
    #usp-bar .usp-child:last-child {margin-bottom:0;}
}

/* upload */
@media screen {
    #upload{padding-bottom:0;}
    #upload button.btn.upload:hover  {background:#93CAD3}
    #upload a.btn.default  {background:none;border:2px solid #473641;color:#473641;width:250px;font-size:16px;font-weight:600;}
    #upload a.btn.default:hover{opacity:0.5;}
}

/* parallax */
@media screen {
    .parallax{margin-top:0;}
}

/* category */
@media screen {
    #category > .headline { margin-bottom: 0; }
    .product-listing .card:hover figcaption strong { color: #83d4e3; }
    .cat_listing { padding-top: 0; }
    .cat_listing article { background: #f7f7f7; }
    .cat_listing article header { padding: 10px 20px 10px 20px; margin-bottom: 0; }
    .cat_listing article header h1 { margin-bottom: 0; font-size: 2.25rem; }
    .cat_listing .content.listing { width: 100%; }
    .cat_listing .content.listing article .content { box-sizing: border-box; padding: 0 20px; }
    .cat_listing .content.listing article .content figure { width: 49%; margin-right: 2%; }
    .cat_listing .content.listing article .content figure img { width: 100%; max-width: 100%; margin-top: 0; }
    .cat_listing article .content ul.articleView { width: 49%; float: left; background: #fff; box-sizing: border-box; padding: 5px; }
    .cat_listing article .content ul.articleView li { display: block; font-size: 14px; }
    .cat_listing article .content ul.articleView li .sublist { display: flex; margin-bottom: 5px; position: relative; }
    .cat_listing article .content ul.articleView li:last-of-type .sublist{ margin-bottom: 0;}
    .cat_listing article .content ul.articleView li .sublist li {  padding: 10px 0; transition: 100ms all ease-in-out; }
    .cat_listing article .content ul.articleView li .sublist li:nth-child(1) { width: 40%; }
    .cat_listing article .content ul.articleView li .sublist li:nth-child(2),
    .cat_listing article .content ul.articleView li .sublist li:nth-child(3) { width: 27.5%; }
    .cat_listing article .content ul.articleView li .sublist li:nth-child(4) { width: 5%; }
    .cat_listing article .content ul.articleView li.head .sublist li,
    .cat_listing article .content ul.articleView li.body .sublist li { padding: 10px; }
    .cat_listing article .content ul.articleView li.head .sublist li:not(:nth-child(4)),
    .cat_listing article .content ul.articleView li.body .sublist li:not(:nth-child(4)) {border-right: 5px solid #fff;}
    .cat_listing article .content ul.articleView li.head .sublist li { background: #dedede; font-weight: 700; }
    .cat_listing article .content ul.articleView li.body:nth-child(even) .sublist li { background: #f7f7f7; }
    .cat_listing article .content ul.articleView li.body:nth-child(odd) .sublist li { background: #dedede; }
    .cat_listing article .content ul.articleView li.body .sublist li:nth-child(4) { color: #fff; background: #deecee; }
    .cat_listing article .content ul.articleView li.body .sublist li:nth-child(4):before {display: block; height: 20px; width: 20px; text-indent: -7px; line-height: 25px; color: #fff; font-family: 'icon'; content: 'r'; font-size: 35px; margin: 0 auto; }
    .cat_listing article .content ul.articleView li.body .sublist li:nth-child(4) a { position: absolute; top: 0; right: 0; bottom: 0; left: 0; }
    .cat_listing article .content ul.articleView li.body:hover .sublist li { background: #9ec2c8; color: #fff; }
    .cat_listing article .content table { width: 49%;}
    .cat_listing article .content table th,
    .cat_listing article .content table td { width: 15%; }
    .cat_listing article .content table td:first-child { width: 40%; }
}
@media screen and (max-width: 1023px) {
    .cat_listing article .content figure { max-width: 100%; }
}
@media screen and (max-width: 768px) {
    .cat_listing .content.listing article .content figure,
    .cat_listing article .content ul.articleView { width: 100%; margin-right: 0 }
    .cat_listing .content.listing,
    .cat_listing article .content,
    .cat_listing article .content figure figcaption,
    .cat_listing .content.listing article .content figure { margin-bottom: 0; }
}
@media screen and (max-width: 600px) {
    .cat_listing article header h1 { font-size: 24px; }
}

/* detail */
@media screen {
    #configurator h1 { font-size: 24px; font-weight: 600;}
    #configurator h1 ~ h2 { display: none}
    form #configurator h2:after {width: 375px; content: ''; top: 3px;
        left: 178px;
        position: absolute;
        float: right;
        border-bottom: solid 1px #afafaf;
        margin: 10px; display: block}
    form #configurator { padding: 90px 20px 20px 20px; }
    form #configurator input,
    form #configurator select {
        font-family: 'bold';
        border-radius: 2px !important;
        border: none;
        height: 40px;
        box-sizing: border-box;
        padding: 10px;
        color: #494949;
        font-size: 14px;
        font-weight: 600;
    }
    form #configurator input[type="checkbox"],
    form #configurator input[type="radio"] { opacity: 1; height: 18px!important; margin-right: 0; }

    form #configurator input { background: #f7f7f7; }
    form #configurator select { background: url(../assets/elements_select.png) no-repeat 98% center #f7f7f7; background-size: 25px 25px; }

    form #configurator label { white-space: pre-line; line-height: 20px; padding-top: 10px; }

}

/* cart */
@media screen {
    /* cart - breadbcrumb*/
    .cart_breadcrumb {margin-bottom: 0;padding:0;}
    .cart_breadcrumb ul {display:flex;flex-direction:row; margin-bottom: 0;}
    .cart_breadcrumb li,
    .cart_breadcrumb li.active,
    .cart_breadcrumb li.unactive,
    .cart_breadcrumb li.preactive{float:none;background-color:#473641;height:60px;width:auto;flex-grow:1; display:flex;align-items:center; background-image: none}
    .cart_breadcrumb li span {width:28px;height:28px;color:#ffffff;display:inline-block;text-align:center;border:2px solid #ffffff;border-radius:50%;line-height:28px;margin-right:15px;}
    .cart_breadcrumb li.active span {background:#ffffff;color:#473641;}

    .cart_breadcrumb li.unactive span.check,
    .cart_breadcrumb li.preactive span.check {background-color:#5AC6D9;color:#473641; border:2px solid #5AC6D9;display:inline-block;}
    .cart_breadcrumb li.unactive span.check img,
    .cart_breadcrumb li.preactive span.check img{margin:8px auto; display:block;}

    .cart_breadcrumb li span.check,
    .cart_breadcrumb li.active span.check,
    .cart_breadcrumb li.unactive span.num,
    .cart_breadcrumb li.preactive span.num {display:none;}
    /* cart - cart_first*/
    #cart_first  {padding-bottom:0;}
    #cart_first h1 {margin-bottom:30px;font-size:39px;font-weight:800;}
    #cart_first form  {width:100%;}

    /* cart - cart_first - table*/
    #cart_first #cart form table {width:100%;padding:30px;border:solid #DEDEDE;border-width:0 2px 0 2px;margin:0;}

    /* cart - cart_first - tablehead*/
    #cart_first #cart form tbody tr.product_calculation  {border-top:1px solid #DEDEDE;}
    #cart_first #cart form tbody tr.product_calculation:first-child {border-top: 0;}

    #cart_first #cart form tbody tr.product_calculation td {background:none;padding:25px 0 20px 0;}
    #cart_first #cart form tbody tr.product_calculation td h3{font-size:20px;font-weight:600;background:none;}
    #cart_first #cart form tbody tr.product_calculation td span.amount_cart_third{display:none;}
    #cart_first #cart form tbody tr.product_calculation td strong{font-size:16px;font-weight:600;color:#473641;}
    #cart_first #cart form tbody tr.product_calculation td .img_container{display:flex;align-items:center; position:absolute;height:170px;width:170px;border:1px solid rgba(71, 54, 65, 0.1);overflow:hidden;}
    #cart_first #cart form tbody tr.product_calculation td img{height:auto;display:inline-block;width:100%;}

    /* cart - cart_first - tablehead - column width*/
    #cart_first #cart form tbody tr.product_calculation td:nth-child(1) {width:20%;position:relative;}
    #cart_first #cart form tbody tr.product_calculation td:nth-child(2) {width:70%;line-height:30px;}
    #cart_first #cart form tbody tr.product_calculation td:nth-child(3) {width:10%; text-align:right;}

    /* cart - cart_first - productdetails*/
    #cart tbody tr th:nth-child(1), #cart tbody tr > td:nth-child(1),
    #cart tbody tr th:nth-child(3), #cart tbody tr > td:nth-child(3) {border:none;}

    /* cart - cart_first - payment & voucher*/
    #cart_first .cart_first_extra .col_right {width:100%;float:none;margin:0;padding:30px;border:solid #DEDEDE; border-width:0 2px 0 2px;}

    #cart_first #cart_third_payment .col_right,
    #cart_first #cart_third_payment .col_left {width:100%;border:solid #DEDEDE; border-width:0 2px 0 2px !important;float:none;padding:30px;margin-bottom: 0;}

    #cart_first #cart_third_payment .col_right {border-width:0 2px 2px 2px !important}
    #cart_first #cart_third_payment .col_right .payments { float: left; }
    #cart_first #cart_third_payment .col_right .payments fieldset label { width: 100%; text-align: left; }
    #cart_first #cart_third_payment .col_right .payments fieldset input,
    #cart_first #cart_third_payment .col_right .payments fieldset select { width: 100%; background: #f7f7f7;
        font-family: 'bold';
        border-radius: 2px !important;
        border: none;
        height: 40px;
        box-sizing: border-box;
        padding: 10px;
        color: #494949;
        font-size: 14px;
        font-weight: 800; }
    #cart_third_payment .col_right .col-2 input { width: 49%!important; }
    #cart_third_payment .col_right .col-2 input:nth-of-type(1) { margin-right: 2%; }

    #cart_first .cart_first_extra .col_right img,
    #cart_first #cart_third_payment .col_left img{display:inline-block;padding:20px;box-sizing:border-box;border:2px solid #DEDEDE;width:170px;height:170px;margin-right:20px;float:left;}

    #cart_first .cart_first_extra .col_right  h3,
    #cart_first #cart_third_payment .col_left  h3{font-size:20px;font-weight:600;width:100%;color:#473641;margin-bottom:20px;background:none;}

    #cart_first  .cartfirst_options{width:calc(100% - 190px);float:right;}
    #cart_first  .cartfirst_options label{font-size:14px;font-weight:600;display:inline-block;width:auto;opacity:0.8;}

    #cart_first  .cartfirst_options .despatch{position:relative;display:inline-block;}
    #cart_first  .cartfirst_options .despatch:before{content:'';position:absolute;right:10px;top:11px;width:10px;height:9px;background:none;border:solid #473641;border-width:3px 3px 0 0;transform:rotate(135deg);z-index:2;}
    #cart_first  .cartfirst_options .despatch select{width:160px;background:#ffffff;border-radius:none;padding:10px 30px 10px 10px;border-color:#DEDEDE;position:relative;font-weight:600;}
    #cart_first  .cartfirst_options .despatch .info { position: absolute; top: inherit; left: 160px; }

    #cart_first  .cartfirst_options p{font-size:12px;font-weight:400;}
    #cart_first  .cartfirst_options button{display:none;}
    #cart_first  .cartfirst_options input{border:none;font-weight:800;width:calc(100% - 100px)}

    /* cart - cart_first - tableactionbar*/
    #cart_first #cart form tbody tr.entry_actionbar td {padding:20px 0 65px 0;background:none;}

    #cart_first #cart form tbody tr.entry_actionbar .entry_amount {display:inline-block;}
    #cart_first #cart form tbody tr.entry_actionbar .entry_amount .entry_amount_description{color:rgba(71, 54, 65, 0.8);font-size:16px;font-weight:600;margin-right:20px;}
    #cart_first #cart form tbody tr.entry_actionbar .entry_amount .entry_amount_dropdown{height:35px;width:150px;display:inline-block;border:2px solid rgba(71, 54, 65, 0.1);padding:5px;box-sizing:border-box;font-weight:600;}

    #cart_first #cart form tbody tr.entry_actionbar .entry_buttons {display:inline-block;float:right;}
    #cart_first #cart form tbody tr.entry_actionbar .entry_buttons a {position:relative; border:2px solid rgba(71, 54, 65, 0.6);width:200px;height:35px;display:inline-block;text-align:center;box-sizing:border-box;margin-left:20px;transition:200ms;}
    #cart_first #cart form tbody tr.entry_actionbar .entry_buttons a:hover {opacity:0.5;text-decoration:none;}
    #cart_first #cart form tbody tr.entry_actionbar .entry_buttons a img{position:absolute;top:7px;left:7px;}
    #cart_first #cart form tbody tr.entry_actionbar .entry_buttons a span{color: #473641;margin:0;border:none; font-size:14px;font-weight:600;display:block;height: 100%;line-height:20px;letter-spacing:1px;text-align:right;padding:5px 10px 5px 20px;box-sizing:border-box;}


    /* cart - cart_first - total */
    #cart_first .total  {text-align:right;margin-bottom:30px;}
    #cart_first .total  strong,
    #cart_first .total  #total_shipping,
    #cart_first .total  .vat_tooltip{display:none;}
    #cart_first .total .price_row {padding:5px 0 !important;}
    #cart_first .total .price_label {font-size:14px;font-weight:600;display:inline-block;opacity:0.8;}
    #cart_first .total .price {font-size:14px;font-weight:600;display:inline-block;width:180px;}
    #cart_first .total #total_price .price strong{font-size:25px;font-weight:900; color:#473641;}

    /* cart - cart_first - actionbar */
    #cart_first .actionbar  {display:flex;justify-content:flex-end;height:auto; margin:40px 0;}
    #cart_first .actionbar a {float:none;background:none; color: #473641; text-transform:capitalize;border:2px solid rgba(71, 54, 65, 0.6); font-size:16px;}
    #cart_first .actionbar a:hover {opacity:0.5;}
    #cart_first .actionbar button{float:none;margin-left:20px; font-size:16px;}
    #cart_first .actionbar button:hover {background:#93CAD3}
}
@media screen and (max-width: 1280px) {
    /* cart - cart_first - tableactionbar*/
    #cart_first #cart form tbody tr.entry_actionbar .entry_amount {display:block;margin-bottom:15px;}
    #cart_first #cart form tbody tr.entry_actionbar .entry_buttons {float:left;}
    #cart_first #cart form tbody tr.entry_actionbar .entry_buttons a{margin:0 15px 0 0;}
}
@media screen and (max-width: 1023px) {
    #cart_first #cart form table {padding:10px;}
    .cart_breadcrumb ul li{font-size:14px}
}
@media screen and (max-width: 900px) {
    /*cart - cart_first - img*/
    #cart_first #cart form tbody tr.product_calculation td .img_container {width:120px; height: 120px;}
}
@media screen and (max-width: 800px) {
    /* cart - breadbcrumb*/
    .cart_breadcrumb {display:block;}
    .cart_breadcrumb ul{flex-direction:column;}
    .cart_breadcrumb ul li{padding:15px 10px;border-bottom:2px solid #301D29;}
}
@media screen and (max-width: 700px) {

    /* cart - cart_first - tablehead*/
    #cart_first #cart form tbody tr.product_calculation td .img_container {display:none;}
    #cart_first #cart form tbody tr.product_calculation td:nth-child(1) {width:0;}
    #cart_first #cart form tbody tr.product_calculation td:nth-child(3) {width:30%;}

    /* cart - cart_first - tableactionbar*/
    #cart_first #cart form tbody tr.entry_actionbar .entry_buttons {display: block;}
    #cart_first #cart form tbody tr.entry_actionbar .entry_buttons a:first-child{margin-bottom:15px;}

    /* cart - cart_first - payment & voucher*/
    #cart_first .cart_first_extra .col_right img,
    #cart_first #cart_third_payment .col_left img{width:100px;height:100px}
    #cart_first #cart_third_payment .col_right .payments { width: 100%; }

    #cart_first  .cartfirst_options{width:calc(100% - 120px);}
}
@media screen and (max-width: 500px) {
    table tbody tr td:nth-child(2) span:before {display:none;}

    /* cart - cart_first - tablehead*/
    #cart_first #cart form tbody tr.product_calculation td {padding:10px 0 20px 0;}
    #cart_first #cart form tbody tr.product_calculation td strong.labelAmount {position:relative;top:inherit;right:inherit;left:inherit;}
    #cart_first #cart form tbody tr.product_calculation strong {top:75px;}
    #cart_first #cart form tbody tr.product_calculation td:nth-child(3):before,
    #cart_first #cart form tbody tr.product_calculation td:nth-child(3):after {display:none;}

    /* cart - cart_first - tableactionbar*/
    #cart_first #cart form tbody tr.entry_actionbar td {padding:5px 0 15px;}
    #cart_first #cart form tbody tr.entry_actionbar .entry_amount {margin-bottom:20px;}
    #cart_first #cart form tbody tr.entry_actionbar .entry_amount .entry_amount_description{display:block;margin-bottom:10px;}
    #cart_first #cart form tbody tr.entry_actionbar .entry_amount .entry_amount_dropdown{display:block;width:100%;}
    #cart_first #cart form tbody tr.entry_actionbar .entry_buttons  {float:none; width:100%;}
    #cart_first #cart form tbody tr.entry_actionbar .entry_buttons a {width:100%; margin: 0 0 10px 0; text-align:center;}
    #cart_first #cart form tbody tr.entry_actionbar .entry_buttons a span{text-align:center;}

    /* cart - cart_first - payment & voucher*/
    #cart_first .cart_first_extra .col_right img,
    #cart_first #cart_third_payment .col_left img{display:none;}

    #cart_first .cartfirst_options,
    #cart_first .cartfirst_options label,
    #cart_first .cartfirst_options input,
    #cart_first .cartfirst_options .despatch,
    #cart_first .cartfirst_options .despatch select{width:100% !important;}

    /* cart - cart_first - actionbar */
    #cart_first .actionbar  {flex-direction:column;}
    #cart_first .actionbar a {width:100%;margin:0 0 15px 0;}
    #cart_first .actionbar button {width:100%;margin:0;}
}

/* cart - cart_second */

@media screen {
    #cart_second {padding-bottom:0;}
    #cart_second h1.large {margin-bottom:30px;font-size:39px;font-weight:800;}
    #cart_second #login button{margin:0 auto;display:block;}

    /* cart - cart_second -  reg_submit*/
    .reg_submit {display:flex;}
    .reg_submit input.btn.success,
    .reg_submit button {width:275px !important;height:45px !important;margin:20px auto 0 auto;display:block;font-size:16px;font-weight:600;letter-spacing:1px;border:none;float:none !important;}

    .reg_submit .col_right{float:none;width:60%;margin:0;padding:50px 100px;}
    .reg_submit .col_right h2{color:#473641;}
    .reg_submit .col_right fieldset label,
    .reg_submit .col_right fieldset input{display:block;float:none;width:100% !important; color:rgba(71, 54, 65, 0.8);font-weight:800;}
    .reg_submit .col_right fieldset input{border:none;height:45px;color:rgba(71, 54, 65, 1)}
    .reg_submit .col_right a{display:inline-block !important;text-decoration:underline;color:#473641;font-weight:600;margin-bottom:20px;}

    .reg_submit .col_left{float:none;width:40%;margin:0;padding:50px;background:blue;background:url('../assets/bg_newcustomer.jpg');background-repeat:no-repeat;background-size:cover;}
    .reg_submit .col_left h2 {color:#ffffff;}
    .reg_submit .col_left p {text-align:center;font-size:16px;color:#ffffff;margin-bottom:15px}
    .reg_submit .col_left p strong{display:block;font-weight:600;font-size:20px;margin-top:15px;color:#ffffff;}
    .reg_submit .col_left button.btn.success.address.register{background:#ffffff;color:#473641;}
    .reg_submit .col_left button.btn.address.without_registration{background:none;font-size:13px;font-weight:600;letter-spacing:1px;border:solid #ffffff;border-width:0 0 2px 0;width:auto !important;display:block;margin:0 auto;}
    .reg_submit .col_left span.divider{position:relative;text-transform:uppercase;text-align:center;font-size:12px;font-weight:600;margin:20px 0;color:#ffffff;display:block;}
    .reg_submit .col_left span.divider:after{display:block;width:70px;border-bottom:2px solid #ffffff;content:'';margin:10px 0;position:absolute;top:0;left:75px}
    .reg_submit .col_left span.divider:before{display:block;width:70px;border-bottom:2px solid #ffffff;content:'';margin:10px 0;position:absolute;top:0;right:75px;}
}
@media screen and (max-width: 900px){
    .reg_submit .col_right,
    .reg_submit .col_left {width:50%;padding:50px;}
}
@media screen and (max-width: 800px){
    .reg_submit {flex-direction:column;}
    .reg_submit .col_right,
    .reg_submit .col_left {width:100%;padding:50px 80px;}
}
@media screen and (max-width: 600px){
    .reg_submit h2 {font-size:24px;margin-bottom:30px;}
}
@media screen and (max-width: 500px) {
    .reg_submit input.btn.success,
    .reg_submit button {width:100% !important;}

    .reg_submit .col_right,
    .reg_submit .col_left {padding:30px;}

    .reg_submit .col_left button.btn.address.without_registration {width:100% !important; border-width:2px;}
}

/*cart - cart_third */

@media screen {
    /*cart - cart_third - global*/
    #cart_third .cart_first_extra {display:none;}
    #cart_third #cart_third_payment .col_left {display:none;}
    #cart_third #cart_third_payment .col_right{width:100%}

    /*cart - cart_third - col_right*/
    #cart_third .flex_container .flex_content_right {width:30%;background:#ffffff;padding:30px;display:flex;justify-content:space-between;flex-direction:column;}

    /*cart - cart_third - address*/
    #cart_third .flex_container .flex_content_right #cart_second_addresscheck .col_left,
    #cart_third .flex_container .flex_content_right #cart_second_addresscheck .col_right{width:100%;float:none;border-bottom:2px solid #DEDEDE;padding:0;opacity:0.8;min-height:160px;}

    #cart_third .flex_container .flex_content_right #cart_second_addresscheck .col_left strong,
    #cart_third .flex_container .flex_content_right #cart_second_addresscheck .col_right strong {font-weight:600;font-size:16px;color:#473641;margin-bottom:10px;display:block;}

    #cart_third .flex_container .flex_content_right #cart_second_addresscheck .col_left p,
    #cart_third .flex_container .flex_content_right #cart_second_addresscheck .col_right p {font-size:14px;}

    #cart_third .flex_container .flex_content_right #cart_second_addresscheck .col_left a,
    #cart_third .flex_container .flex_content_right #cart_second_addresscheck .col_right a {background:none;padding:0;position:absolute;right:0;top:0;}

    #cart_third .flex_container .flex_content_right #cart_second_addresscheck .col_left a:hover,
    #cart_third .flex_container .flex_content_right #cart_second_addresscheck .col_right a:hover {opacity:0.5;}

    #cart_third .flex_container .flex_content_right #cart_second_addresscheck .col_left a img,
    #cart_third .flex_container .flex_content_right #cart_second_addresscheck .col_right a img {display:inline-block;float:right;}

    /*cart - cart_third - total*/
    #cart_third .flex_container .flex_content_right .total{display:flex;flex-direction:column-reverse;opacity:0.8;}
    #cart_third .flex_container .flex_content_right .total strong{font-weight:600;font-size:16px;color:#473641;margin-bottom:10px;display:block;}
    #cart_third .flex_container .flex_content_right .total.wrp{width:auto;padding:0;}

    /*cart - cart_third - total - calculation*/
    #cart_third .flex_container .flex_content_right .total .price_label,
    #cart_third .flex_container .flex_content_right .total .price {font-size:14px;font-weight:400;display:inline-block;}
    #cart_third .flex_container .flex_content_right .total .price {float:right;}

    #cart_third .flex_container .flex_content_right .total #total_price .price_label,
    #cart_third .flex_container .flex_content_right .total #total_price .price strong {font-size:14px;font-weight:800;}

    #cart_third .flex_container .flex_content_right .total #total_vat{display:none;}
    #cart_third .flex_container .flex_content_right .total .vat_tooltip {position:relative;}
    #cart_third .flex_container .flex_content_right .total .vat_tooltip span{border:3px solid #473641;width:16px;height:16px;display:inline-block;font-weight:600;text-align:center;color:#5AC6D9;line-height:18px;position:absolute;top:5px;}
    #cart_third .flex_container .flex_content_right .total .vat_tooltip p{margin:0;font-size:12px;width:calc(100% - 30px) !important;float:right;display:inline-block;}
    /*cart - cart_third - total - buy*/
    #cart_third .flex_container .flex_content_right #cart_third_buy button {margin:0 auto 20px auto;float:none;display:block;}
    #cart_third .flex_container .flex_content_right p.disclaimer{text-align:center;font-size:12px;margin:0;}


    /*cart - cart_third - col_left*/
    #cart_third .flex_container .flex_content_left {width:70%;border-right:2px solid #DEDEDE;background:#ffffff;padding:30px;display:flex;justify-content:space-between;flex-direction:column;}
    #cart_third .flex_container .flex_content_left h2 {margin:0 0 25px 0;display:inline-block;padding:0;text-align:left;font-size:25px;font-weight:400;background:none;width:100%;}
    #cart_third .flex_container .flex_content_left .cart_hint p {font-size:14px;margin-bottom:0;}


    /* cart - cart_third - table */
    #cart_third article table {padding:0}
    #cart_third article table tbody tr.product_calculation:first-child  {border-top:none;}
    #cart_third article table tbody tr.product_calculation  {border-top:2px solid #DEDEDE;}
    #cart_third article table tbody tr.product_calculation td {background:none;padding-top:20px;}
    #cart_third article table tbody tr.product_calculation:first-child td {padding:0;}
    #cart_third article table tbody tr.product_calculation td:nth-child(1) {width:19%;}
    #cart_third article table tbody tr.product_calculation td:nth-child(2) {width:63%;border-right:0;}
    #cart_third article table tbody tr.product_calculation td:nth-child(3) {width:18%;text-align:right;}

    #cart_third article table tbody tr.product_calculation td:nth-child(2) h3 {font-weight:600;font-size:18px;color:#473641;width:100%;display:inline-block;background:none;}
    #cart_third article table tbody tr.product_calculation td:nth-child(2) span {font-weight:600;font-size:14px;color:#473641;width:100%;display:inline-block;text-align:left;}
    #cart_third article table tbody tr.product_calculation td:nth-child(2) span strong{font-weight:600;font-size:14px;color:#473641;margin-right:25px;opacity:0.8}
    #cart_third article table tbody tr.product_calculation td:nth-child(3) strong {font-weight:800;font-size:16px;color:#473641;}

    #cart_third article table tbody tr.product_calculation td:nth-child(1) .img_container {width:100px;height:100px;border:1px solid rgba(71, 54, 65, 0.1);position:absolute;display:flex;align-items:center;}
    #cart_third article table tbody tr.product_calculation td:nth-child(1) .img_container img{width:100%;}
    #cart_third article table tbody tr.entry_actionbar {display:block;}
    #cart_third article table tbody tr.entry_actionbar td{padding-bottom:20px;}
    #cart_third article table tbody tr.entry_actionbar td:nth-child(2){display:none;}

    /*cart - cart_third - agb*/
    #cart_third .flex_container .flex_content_left #cart_third_agb{margin:0 0 30px 0;}
    #cart_third .flex_container .flex_content_left #cart_third_agb fieldset label{width:100%;padding:0 0 0 30px;float:none;white-space:normal;text-align:left;position:relative;}
    #cart_third .flex_container .flex_content_left #cart_third_agb fieldset label input{position:absolute;left:0;top:3px;margin:0;}
    #cart_third .flex_container .flex_content_left #cart_third_agb fieldset label .checkbox_custom{left:0;top:3px;}
    #cart_third .flex_container .flex_content_left #cart_third_agb fieldset label p {font-size:14px;}
    #cart_third .flex_container .flex_content_left #cart_third_agb fieldset label p a,
    #cart_third .flex_container .flex_content_left #cart_third_agb fieldset label p #BtnAGB{color:inherit; text-decoration:underline;}

    /*cart - cart_third - misc*/
    #cart_third .flex_container .flex_content_left .total{display:none;}
}
@media screen and (max-width: 800px) {
    /* cart - cart_third - set content to full width*/
    #cart_third .flex_container  {flex-direction:column;}
    #cart_third .flex_container .flex_content_left,
    #cart_third .flex_container .flex_content_right {width:100%;box-sizing:border-box;border:none;}

    #cart_third .flex_container .flex_content_left .cart_hint {padding:20px 0;border:solid #DEDEDE;border-width:0 0 2px 0;}
    #cart_third .flex_container .flex_content_left #cart_third_agb {border:solid #DEDEDE;border-width:0 0 2px 0;margin:0;}
    #cart_third .flex_container .flex_content_left #cart_third_agb fieldset {padding:0;}

    /*cart - cart_third - headlines col_right*/
    #cart_third .flex_container .flex_content_right .total strong,
    #cart_third .flex_container .flex_content_right #cart_second_addresscheck .col_left strong,
    #cart_third .flex_container .flex_content_right #cart_second_addresscheck .col_right strong  {margin:0 0 10px 0;}

    /*cart - cart_third - total - calculation*/
    #cart_third .flex_container .flex_content_right .total .vat_tooltip span {position:relative;top:inherit;}

}
@media screen and (max-width: 700px) {
    #cart_third .flex_container .flex_content_left h2 {font-size:20px;margin-bottom:20px;}

    #cart_third article table tbody tr.product_calculation td:nth-child(1) .img_container{display:none;}
    #cart_third article table tbody tr.product_calculation td:nth-child(1) {width:0;padding:0;}
    #cart_third article table tbody tr.product_calculation td:nth-child(2) {width:70%;}
    #cart_third article table tbody tr.product_calculation td:nth-child(3) {width:30%;}

    /*cart - cart_third - total - buy*/
    #cart_third .flex_container .flex_content_right #cart_third_buy button {width:100%;}
}
@media screen and (max-width: 500px) {
    #cart_third #cart .product_calculation td strong,
    #cart_third article table tbody tr.product_calculation td:nth-child(3){padding-top:0;}

    #cart_third article table tbody tr.product_calculation td:nth-child(3) strong {position:relative;}
    #cart_third #cart .product_calculation td strong {position:initial;left:inherit;top:inherit;}

    #cart .product_calculation td:nth-child(3):before,
    #cart .product_calculation td:nth-child(3):after {display:none;}
}

/* cart - cart accordion*/
@media screen {
    tbody.accHead tr td{background:none !important;}
    tbody.accHead tr td:nth-child(2){padding:5px 0 10px 0 !important;}
    tbody.accHead tr td strong span{text-decoration:underline;color:#473641 !important;font-weight:600 !important;display:block;cursor:pointer;}
    tbody.accHead tr td strong span img{display:inline-block;margin-right:10px;}
    tbody.accHead tr td strong span.hide_content{display:none;}
    tbody.accHead.current tr td strong span.hide_content{display:block;}
    tbody.accHead.current tr td strong span.show_content{display:none;}
    #cart_first tbody.accContent,
    #cart_third tbody.accContent,
    tbody.accContent tr td small {display:none;}
    tbody.accContent td:nth-child(2) {background:rgba(71, 54, 65, 0.1);border:none;}
}
@media screen and (max-width:500px) {
    #cart_first tbody.accContent,
    #cart_third tbody.accContent{padding:10px;box-sizing:border-box;background:rgba(71, 54, 65, 0.1);}
    tbody.accContent td:nth-child(2) {background:none;}

}

/* finish */
@media screen {
    #finish {margin-bottom:0;}
    #finish h1.large {margin-bottom:30px;font-size:39px;font-weight:800;}
    #finish .flex_container {display:flex;}
    #finish .col_left{width:40%;background: url("../assets/finish.jpg");background-size:cover;background-position: center center;margin:0;padding:0;}
    #finish .col_right{width:60%;margin:0;padding:50px 110px;}
    #finish .col_right h2 {font-size:39px;display:block;width:100%;font-weight:900;margin:0 0 60px 0;padding:0;text-align:center;line-height: initial;background:none;}
    #finish .col_right .hint.message {background:none;border:none;margin:0;padding:0;}
    #finish .col_right .hint.message p strong{font-weight:600;font-size:16px;}
    #finish .col_right a.btn{background:none;border:2px solid #473641;color:#473641;width:250px;height:45px;font-size:16px;line-height:40px;}
}
@media screen and (max-width: 700px){
    #finish .flex_container {flex-direction:column;}
    #finish .col_right {width:100%;padding:30px;background: url("../assets/finish.jpg");background-size:cover;background-position: center center;}
    #finish .col_right h2,
    #finish .col_right .hint.message p,
    #finish .col_right .hint.message p strong{color:#ffffff !important;}
    #finish .col_right a.btn {color:#ffffff;border-color:#ffffff;}
}
@media screen and (max-width: 500px) {
    #finish .col_right a.btn {width:100%;}
}

/* kontakt */
@media screen {
    #contact h1.large {margin-bottom:30px;font-size:39px;font-weight:800;}
    #contact h2 {width:100%;margin:0 0 40px 0;padding:0;font-size:31px;font-weight:400;text-align:left;line-height:normal;background:none;}
    #contact h3 {width:100%;margin:0 0 40px 0;padding:0;font-size:25px;font-weight:600;color:#5AC6D9;text-align:left;line-height:normal;background:none;}
    #contact h2:after,
    #contact h3:after {display:none;}
    #contact p{font-weight:400;font-size:14px;}
    #contact article {display:flex;padding:0;}

    #contact .col_left {float:none;width:35%;background-color:#473741;padding:30px;margin:0;}
    #contact .col_left strong{color:#ffffff;font-weight:600;margin-bottom:20px;display:block;}
    #contact .col_left strong:nth-child(2){margin:0;}
    #contact .col_left p {color:#ffffff;}
    #contact .col_left a {display:inline-block;margin-right:10px; color: white !important; text-decoration: underline}
    #contact .col_left img{display:inline-block;}

    #contact .col_right {float:none;width:65%;padding:30px 30px 30px 60px;margin:0;}
    #contact .col_right button.btn.success{margin:0;font-weight:600;font-size:16px;}
    #contact .col_right fieldset label {display:block;padding:0;width:100%;text-align:left;}
    #contact .col_right fieldset textarea {display:block;width:100%;height:210px;border:none;margin-bottom:30px;font-size:14px;font-weight:800;}

    #contact .col_right fieldset.privacypolicyContact label{line-height:normal;white-space:normal;padding-left:30px;position:relative;}
    #contact .col_right fieldset.privacypolicyContact input{margin:0;left:0;position:absolute;top:5px;}
    #contact .col_right fieldset.privacypolicyContact .checkbox_custom{top:5px;}
    #contact .col_right fieldset.privacypolicyContact a{text-decoration:underline;font-weight:600;color:#473641;}

    /* kontakt - special form */
    /*#contact .col_right .form_billing-address span,
    #contact .col_right .form_billing-address fieldset {display:none;}*/
    #contact .col_right .form_billing-address fieldset.contact  {display:block;}
    #contact .col_right .form_billing-address fieldset input {display:block;width:100%;border:none;font-size:14px;font-weight:800;}
    #contact .col_right .form_billing-address fieldset span.requirement { display: inline-block;}
    #contact .col_right .form_billing-address fieldset label { display: inline-block; width: auto}
    #contact .col_right .form_billing-address fieldset input#plz { clear: left}

}
@media screen and (max-width: 800px){
    #contact .col_right button.btn.success {margin:0 !important;}
}
@media screen and (max-width: 700px){
    #contact article {flex-direction:column-reverse;}

    #contact .col_left,
    #contact .col_right {width:100%;padding:30px;}
    .reg_submit h2 {font-size:24px;margin-bottom:30px;}

}
@media screen and (max-width: 600px) {
    #contact h2,
    #contact h3 {font-size:20px;margin-bottom:26px;}
}
@media screen and (max-width: 500px){
    #contact .col_right button.btn.success {width:100%;}
}

/*konto_adresse & konto_tracking*/
@media screen {
    /*konto sidena */
    .sidenav_account {display:block;width:30%;background-color:#301D29;}
    .sidenav_account a {display:block;color:#ffffff;padding:20px 20px 20px 80px;box-sizing:border-box;font-weight:600;border-bottom:2px solid #301D29;position:relative;text-decoration:none;transition:200ms;}
    .sidenav_account a:hover {background:#473641;}
    .sidenav_account a.active {background:#473641;}
    .sidenav_account a.active::after {position:absolute;display:inline-block;width:8px;height:8px;border:solid white;border-width:5px 5px 0 0;content: "";right:-8px;top:25px;transform:rotate(-135deg)}
    .sidenav_account a img{position:absolute;left:30px;top:15px}

    /* konto_adresse */
    .flex_container {display:flex;}
    .flex_container .flex_content{display:flex;flex-direction:column;width:70%;padding:30px 60px;box-sizing:border-box;background-color:#ffffff;}

    /* konto_adresse - form */
    #address .flex_container .flex_content form {margin:0;width:auto;}
    #address .flex_container .flex_content form article{margin:0;width:100%;padding:0 0 80px 0;float:none;}
    #address .flex_container .flex_content form article fieldset{width:100% !important; float:none !important}

    #address .flex_container .flex_content #pw_lost form fieldset label,
    #address .flex_container .flex_content form article fieldset label{padding:0;width:100%;text-align:left;}
    #address .flex_container .flex_content form article fieldset select,
    #address .flex_container .flex_content form article fieldset input,
    #address .flex_container .flex_content #pw_lost form fieldset input {width:100%;border:none;font-weight:600;}
    #address .flex_container .flex_content form article fieldset span{display:none;}

    /* konto_adresse -  pw_lost form */
    #address .flex_container .flex_content #pw_lost{padding:0;background:none;}
    #address .flex_container .flex_content form article button.btn.success,
    #address .flex_container .flex_content #pw_lost form input.btn.pw {background:none;border:2px solid #473641;color:#473641;width:250px;height:45px;font-size:16px;line-height:40px;margin:20px 0;}
    #address .flex_container .flex_content #pw_lost form fieldset p {font-size:14px;margin:0;}

    #address .flex_container .flex_content form article button.btn.success:hover,
    #address .flex_container .flex_content #pw_lost form input.btn.pw:hover {opacity:0.5;}

    /* konto_tracking */
    #account_tracking .flex_container .flex_content form .col_left,
    #account_tracking .flex_container .flex_content form .col_right {width:100%;padding:0;margin:0 0 30px 0;}
    #account_tracking .flex_container .flex_content form  input {width:calc(100% - 40px);border:none;font-weight:800;}
    #account_tracking .flex_container .flex_content form  select{width:100%;border:none;font-weight:800;}
    #account_tracking .flex_container .flex_content form  button{display:inline-block;}
    #account_tracking .flex_container .flex_content form  span.btn{float:none;display:inline-block;margin:0 10px;}

    #account_tracking .flex_container .flex_content form #orders strong {display:block;width:100%;float:none;font-size:16px;font-weight:600;}
    #account_tracking .flex_container .flex_content form #orders em {display:block;font-size:14px;font-weight:400;margin:0 10px;}
    #account_tracking .flex_container .flex_content form #orders_canceled h2{text-align:left;padding:10px;margin: 10px;box-sizing:border-box;border:solid 1px #3dbcd2; width:97%;}

    /* konto_tracking_detail */
    #account_tracking.account_tracking_detail .flex_container .flex_content .col_left,
    #account_tracking.account_tracking_detail .flex_container .flex_content .col_right strong{font-size:16px;font-weight:600;}

    #account_tracking.account_tracking_detail .flex_container .flex_content .col_right h2.lieferadresse { margin-top: 30px!important; }

    #account_tracking.account_tracking_detail .flex_container .flex_content .col_left td,
    #account_tracking.account_tracking_detail .flex_container .flex_content .col_right td,
    #account_tracking.account_tracking_detail .flex_container .flex_content .col_left li{font-size:14px;font-weight:400;}

    #account_tracking.account_tracking_detail .flex_container .flex_content .col_right p{margin:0;}
    #account_tracking.account_tracking_detail .flex_container .flex_content .col_right textarea{font-size:14px;font-weight:800;border:none;width:100%;height:200px;}
    #account_tracking.account_tracking_detail .flex_container .flex_content .col_right button.btn.cancel {display:block;margin-top:30px;float:right;}
    #account_tracking.account_tracking_detail .flex_container .flex_content a.btn.default {background:none;border:2px solid #473641;color:#473641;width:250px;height:45px;font-size:16px;line-height:40px;margin:20px 0;}
    #account_tracking.account_tracking_detail .flex_container .flex_content a.btn.default:hover {opacity:0.5;}
}
@media screen and (max-width: 800px) {
    .sidenav_account a.active::after {display:none;}

    .flex_container .flex_content {padding:30px;}

    #address .flex_container,
    #account_tracking .flex_container {flex-direction:column;}

    .sidenav_account,
    #address .flex_container .flex_content,
    #account_tracking .flex_container .flex_content {width:100%;}
}
@media screen and (max-width: 500px) {
    #address .flex_container .flex_content form article button.btn.success,
    #address .flex_container .flex_content #pw_lost form input.btn.pw {width:100%;text-align:center;}

    #account_tracking .flex_container .flex_content form  input {width:calc(100% - 45px);}
    #account_tracking .flex_container .flex_content form button[type=submit] {top:10px;}
}

/*Impressum*/
@media screen {
    #impressum { padding-top: 50px; }
    #impressum article, #impressum address { padding: 30px; box-sizing: border-box; min-height: 700px; }
}

@media screen and (max-width: 767px) {
    #impressum article, #impressum address { min-height: inherit; }
}
main#pw_lost label {
    width: 250px;
}

main#pw_lost form > .btn:not([name="cmd_calc"]) {
    margin-left: 250px;
}


/* Sichtbar beim Hover */
#produkteButton:hover + .secondLevel,
.secondLevel:hover {
    display: block;
}
.secondLevel
{    width: 250px;
    background: #f7f7f7;
    top: 47px;
    left: 0;
    box-sizing: border-box;}
.secondLevel  li a {
    box-sizing: border-box;
    width: 100%;
    font-size: 16px !important;
    line-height: 16px;
    color: #494949 !important;
    display: block;
    border: solid 1px #afafaf;
    border-top: none;
    padding: 10px;
    height: 50px;
}
@media screen and (max-width: 592px) {
    form:not([id=formular_reseller]) h2 {
        text-align: left;
    }
    form #configurator h2:after {
        display: none;
    }
}