body {
    font-family: "font_regular";
    font-size: 16px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #2B2E34;
    overflow-x: hidden;
}

*{
    outline: none;
}
input[type="text"], [type="search"], [type="password"], [type="tel"], [type="number"], [type="email"], textarea {
    -webkit-appearance: none;
    border-radius: 0px;
}

select {
    border-radius: 0px;
}


.gutter-10.row {
    margin-right: 0;
    margin-left: 0;
}

.font-text, .triangle .text {
    font-family: "font_regular";
    font-size: 16px;
    color: #2B2E34;
    line-height: 22px;
}

.font-text a {
    text-decoration:underline;
}

hr {
    border-top: 2px solid #F5F1E9;
}

.font-subtitle {
    font-family: "font_regular";
    font-weight: normal;
}

 h1, h1.title.font-title, .title.font-title {
    color:#2B2E34;
    font-size: 40px;
    line-height: 54px;
    font-family: "font_bold";
    font-weight: normal;
    margin-bottom:25px;
    margin-top: 0;
    text-align: left;
    padding-top: 45px;
}



.bg-container {
    background: #ffffff;
    padding-top: 0px;
    padding-bottom: 70px;
    padding-left: 0;
    padding-right: 0;
}

.website-container {
    background-color: transparent;
}

.top-navigation, .carousel-container, .website-container, .titelrow-container {
    width: 1200px;
    max-width: 100%;
}

.top-navigation .container, .navigation .container, .content-container, .footer .container, .footer-navigation .container, .bottom-navigation .container {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.content-container {
    margin-top:0;
}

.container-fluid {
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}

.font-servicenav {
    font-family: "font_regular";
    font-weight: normal;
    color: #2B2E34;
    z-index: 2;
    position: relative;
}

.titleheader {
    text-align: center;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.titleheader span {
    display: none;
}
.titleheader span:last-child {
    display: inline-block;
}

@media screen and (max-width: 1200px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
  }

/* Breadcrumb */


.breadcrumb, .breadcrumb a {
    font-size: 15px;
    line-height: 19px;
    color: #696C7B;
    text-decoration: none;
    background: none;
    border-radius: 0;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: 0.015em;
}

.breadcrumb {
    margin-left: calc((1200px - 102vw)/2);
    width: 102vw;
    border-bottom: 4px solid #F5F1E9;
    padding: 10px 0;
    margin-bottom: 0;
}

.breadcrumb .container {
    padding:0;
}

.breadcrumb a  {
    margin:0 10px;
}

.breadcrumb a:first-child  {
    margin:0 10px 0 0;
}

.breadcrumb a:last-child {
    color: #2B2E34;
}

/* Navi */
.top-navigation-container {
    padding:0 100px;
    box-shadow: 0px 3px 10px #00000029;
    height: 100px;
    position: fixed !important;
    background: #ffffff;
    z-index: 9;
}

.top-navigation-container form {
    margin-top:-5px;
}


.top-navigation-container .display-table {
    height: 100px;
}

.top-navigation-container .display-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.navbutton {
   background:url(../img/hamburger.svg); 
   height: 24px;
   width: 30px;
   background-size: cover;
   cursor: pointer;
}
.navbutton:hover {
    background:url(../img/hamburger_hover.svg); 
    background-size: cover;
 }

 .home_link {
  
     width: 210px;
    position: absolute;
    left: calc((100vw - 1300px)/2 - 43px);
    top: 38px;
    transition:all .25s ease-out,color .25s ease-out;
 }



 .home_link a {
    padding-left: 36px;
    display: block;
    line-height: 25px;
 }

.top-navigation-container .logo-col{
    width: 100px;
    position: absolute;
    left: calc((100vw - 1300px)/2 - 15px);
    top: 37px; 
    display: none;
}
.top-navigation-container .logo-col .logo {
    left: -15px;
    max-width: 300px;
    height: auto;
    max-height: 32px;
    width: auto;
}


@media screen and (min-width: 1264px) and (max-width: 1503px){
    .top-navigation-container .logo-col{
        left: 67px;
    }
    .home_link {
        left: 67px; 
    }
    

}

.naviwrapper .home_link {
    display: none;
}

 .naviwrapper {
    position: fixed;
    top: 0;
    z-index: 1005;
    width: 640px;
    background: #fff;
    max-width: 100%;
    height: 100%;
    display: none;
}

.naviwrapper .navbottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0 100px 53px 100px;
    justify-content : space-between;
    display: flex;
}

.naviwrapper .navbottom .social .stern{
    background:url(../img/stern.svg);
    height: 40px;
    background-size: contain;
}
.naviwrapper .navbottom .social .facebook {
    background:url(../img/facebook.svg) no-repeat center #0F283B;
    background-size:11px 28px;
    border-radius: 50%;
}
.naviwrapper .navbottom .social .twitter {
    background:url(../img/twitter.svg) no-repeat center #0F283B;
    background-size:28px 20px;
    border-radius: 50%;
}
.naviwrapper .navbottom .social .instagram {
    background:url(../img/instagram.svg) no-repeat center #0F283B;
    background-size:22px 22px;
    border-radius: 50%;
    height: 40px;

}

.naviwrapper .navbottom .social .linkedin {
    background:url(../img/Linkedin.svg) no-repeat center #0F283B;
    background-size:21px 21px;
    border-radius: 50%;
    height: 40px;

}

.naviwrapper .navbottom .social a {
    display: inline-block;
    width:40px;
    margin-right:14px;
    height: 40px;
}

.naviwrapper .navbottom .langnav{
    text-align: right;
    padding-top: 13.5px;
}
.naviwrapper .navbottom .langnav a {
    color:#696C7B;
}


.naviwrapper form, .naviwrapper  .myaccountnav{
    display: none;
}

.naviwrapper .hierarchyelement {
    border-bottom: 1px solid #F5F1E9;
    display: block;
    text-align: left;
    max-height: inherit;
    padding:25px 100px;
    border-right: none;
    position: relative;
}

.hierarchyelement .submenu a {
    display: block;
    height: 100%;
    width: 100%;
    padding: 10px 0;
}


.naviwrapper .hierarchyelement:hover .submenu {
    display: none;
}

.naviwrapper .hierarchyelement .submenu {
    padding-top:25px;
}

.naviwrapper .hierarchyelement.nav_returnlink .submenu {
    display: block;
    position: relative;
    left: 0;
    right: 0;
    background-color: #ffffff;
    border: none;
    z-index: 500;
}



.naviwrapper .hierarchyelement .submenu a:hover {
    background-color: #fff;
}

.naviwrapper .hierarchyelement.nav_returnlink .submenu a {
    font-size: 20px;
    line-height: 27px;
    color:#2B2E34;
    font-family: "font_medium";
}

.naviwrapper .hierarchyelement > a {
    font-size: 30px;
    line-height: 41px;
    color:#2B2E34;
    font-family: "font_medium";
    
    
}

.naviwrapper .hierarchyelement.font-mainnav >  span{
    background:url(../img/arrow-unten.svg) no-repeat right center;
    background-size: 23px 18px;
    display: inline-block;
    height: 18px;
    width: 23px;
    position: absolute;
    right: 100px;
    top: 37px;
    cursor: pointer;
}


.naviwrapper .hierarchyelement:hover  > a {
    color:#e73431;
}

.naviwrapper .hierarchyelement.nav_returnlink > span {
    background: url(../img/arrow-oben.svg) no-repeat right center;
    background-size: 23px 18px;
}

.naviwrapper .hierarchyelement:hover span {
    background:url(../img/arrow-hover-unten.svg) no-repeat right center;
    background-size: 23px 18px;
}

.naviwrapper .hierarchyelement:hover span, .naviwrapper .hierarchyelement.active > span {
    background:url(../img/arrow-hover-unten.svg) no-repeat right center;
    background-size: 23px 18px;
}

.naviwrapper .hierarchyelement.nav_returnlink:hover > span{
    background: url(../img/arrow-hover-oben.svg) no-repeat right center;
    background-size: 23px 18px;
}



.naviwrapper .hierarchy {
    height: calc(100vh - 150px);
    overflow-y: scroll;
}

.hierarchyelement .submenu a:hover {
    color:#e73431 !important;
}


.hierarchyelement .submenu a.active, .naviwrapper .hierarchyelement.font-mainnav > a.active {
    color:#e73431 !important;
   
 }

 .hierarchyelement .submenu a.active:hover  {
    color:#e73431;
 }

.closewrapper {
    height: 85px;
    padding-left: 100px;
    padding-top: 25px;
}
.closebutton {
    height: 23px;
    width: 23px;
    background: url(../img/close.svg) no-repeat;
    cursor: pointer;
}

 .titelrow-container {
     margin-top: 100px;
     background: #F5F1E9;
     width:100%;
     max-width: 100%;
     height: 180px;
     padding: 0;
 }

 .titelrow-container .container-fluid {
    max-width: 1200px;
 }

 .titelrow-container .container-fluid  > .row {
    display: flex;
    align-items: center;
    height:180px;
 }

 .titelrow-container .hierarchy a {
    font-family: "font_regular";
    font-size: 25px;
    line-height: 34px;
    color: #2B2E34;
    margin-left:50px;
    cursor: pointer;
    border-bottom: transparent 1px solid;
 }

 .titelrow-container .hierarchy a:hover {
     border-bottom: #2B2E34 1px solid;
     
 }

 .titelrow-container .hierarchy a.active {
    color:#e73431;
 }


 .titelrow-container .hierarchy a.active:hover  {
    color:#e73431;
    border-bottom: #e73431 1px solid;
 }


 .titelrow-container .hierarchyelement {
     border: none;
     display: inline-block;
     max-height: inherit;
 }

 .titelrow-container .hierarchyelement:hover .submenu {
    display: none ;
}

.titelrow-container .hierarchyelement.nav_returnlink:hover .submenu {
    display: block ;
}

 .top-navigation-container .icon.basket-add {
    background:url(../img/cart.svg) no-repeat center; 
    background-size: cover !important;
    height:30px;
    width: 25px;
    cursor: pointer;
}
 .top-navigation-container .icon.basket-add:hover {
    background:url(../img/cart_hover.svg) no-repeat center; 
    background-size: cover !important;
 }
.number-icon {
    background-color: #E73431;
    font-size: 15px;
    line-height: 15px;
    padding: 2px 5px;
    height: 19px;
    width: 19px;
}

.basketopen {
    width:25px;
}

 .myaccountnav {
    width:50px;
}

.langnav {
    width: 150px;
}

.langnav  form {
    margin:0;
    display: inline-block;
}

.langnav a, .langnav  {
    font-family: "font_regular";
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    
}

.langnav {
    color: #2B2E34;
}

.langnav a{
    margin:0 5px;
    cursor: pointer;
    color: #696C7B;
}

.langnav form:first-child a{
    margin:0 5px 0 10px;
}

.icon.user {
    background:url(../img/user.svg) no-repeat center; 
    background-size: cover !important;
    height:25px;
    width: 25px;
}

.dropdown-toggle:hover .icon.user {
    background:url(../img/user_hover.svg) no-repeat center; 
    background-size: cover !important;
}

.top-navigation-container .dropdown-menu {
    margin-top: 38px;
    border-top: none;
    border-radius: 0;
}

.top-navigation-container .dropdown-menu a {
    font-family: "font_medium";
    font-size: 20px;
    line-height: 27px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #E73431;
    text-decoration: none;
    background-color: #ffffff;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #E73431;
}

.glyphicon-search input {
    background:url(../img/search.svg) no-repeat center; 
    background-size: cover !important;
    height:25px;
    width: 25px;
   border: none;
}
.glyphicon-search input:hover {
    background:url(../img/search_hover.svg) no-repeat center; 
    background-size: cover !important;
}

.glyphicon-input input + .glyphicon {
    position: absolute;
    cursor: pointer;
    top: -10px;
    height: 14px;
    margin-top: 0;
    right: 25px;
}

.glyphicon-input input + .glyphicon-eye-open {
    top: 11px;
}

.glyphicon-search:before {
   display: none;
}

.top-navigation-container .searchfield {
    width: calc(100vw - 600px);
    max-width: 1200px;
    position: absolute;
    right: 10px;
    top: -25px;
    height: 50px;
    color: #2B2E34;
    font-size: 25px;
    font-family: "font_regular";
    padding-left: 20px;
    display: none;
    border:2px #F5F1E9 solid;
}

.formopen .searchfield{
    display: block;
}

.top-navigation-container .searchfield::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #2B2E34;
    font-size: 25px;
  }
  .top-navigation-container .searchfield::-moz-placeholder { /* Firefox 19+ */
    color: #2B2E34;
    font-size: 25px;
  }
  .top-navigation-container .searchfield:-ms-input-placeholder { /* IE 10+ */
    color: #2B2E34;
    font-size: 25px;
  }
  .top-navigation-container .searchfield:-moz-placeholder { /* Firefox 18- */
    color: #2B2E34;
    font-size: 25px;
  }


  .logo {
    left: -15px;
  
    max-width: 300px;
    height: auto;
  }



/* Mini Basket */


.form-overlay {
   left: -9999px;
    position: fixed;
    top: 0;
    width: 100%;
    bottom: 0;
    background: rgba(0,0,0,.6);
    z-index: 1000;
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    cursor: pointer;
}

body.cart-preview-visible .form-overlay, body.nav-open .form-overlay  {
    left: 0;
    opacity: 1;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}

.preview-wrapper {
    left: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    width: 640px;
    z-index: 10000;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    background: #fff;
}
body.cart-preview-visible .preview-wrapper {
    -webkit-transform: translate3d(-640px,0,0);
    transform: translate3d(-640px,0,0);
}

.cart-preview-visible , .nav-open{
    margin: 0;
    height: 100%;
    overflow: hidden;
}


.preview-wrapper .title{
    font-size: 30px;
    line-height: 41px;
    font-family: "font_medium";
    font-weight: normal;
    color:#2B2E34;
    text-align: left;
    margin: 32px 0 27px 0;
}

.preview-wrapper .img-holder  {
    width:140px;
    margin-right:50px;
    min-height: 1px;
}

.buymore {
    background: #F5F1E9;
    padding: 30px 100px;
    color:#2B2E34;
    
}

.buymore .more-link.close {
    float: left;
    opacity: 1;
    background: none;
    font-family: "font_medium";
    font-size: 20px;
    line-height: 27px;
    font-weight: normal;
    background:url(../img/arrow-left.svg) no-repeat center left;
    background-size:23px 13px;
    padding-left:30px;
}

.cart-preview .titlerow {
    padding:0 100px; 
}

.cart-preview .cart-item .item{
    padding:0 100px;
    border-top:1px #F5F1E9 solid;
}
.cart-preview .cart-item .item:first-child {
    border-top: none;
}

.cart-preview .content-bottom {
    overflow-y: scroll;
    height: calc(100vh - 370px);
}
.cart-preview .content-bottom .cart-item .item{
    padding-bottom:20px;
}

.itemcount {
    float: right;
}

.buymore::after {
    content: "";
    clear: both;
    display: table;
  }

  .itemcount {
    font-family: "font_medium";
    font-size: 20px;
    line-height: 27px;
    font-weight: normal;
  }

  .cart-item h4 a {
    font-family: "font_medium";
    font-size: 25px;
    line-height: 34px;
    font-weight: normal;
    color:#2B2E34;
  }
  .cart-item h4  {
    margin:30px 0 20px 0;
  }


.cart-preview .info {
    font-size: 20px;
    line-height: 27px;
    width: calc(100% - 190px);
    font-weight: normal;
    position: relative;
    padding-bottom:30px;
}

.specialinfo {
    margin-bottom: 23px;
}

.cart-preview .info b{
    font-family: "font_medium";
    font-weight: normal;
}


.price-details {
    font-family: "font_medium";
    font-size: 25px;
    line-height: 34px;
    float: right;
}

.quant {
    font-family: "font_medium";
    font-size: 25px;
    line-height: 34px;
}

.quant.anzahl {
    padding-left:17%;
}

.cart-preview .delete  {
    position: absolute;
    right: 0;
    top: 0;
    background:url(../img/cart_remove.svg) no-repeat right center;
    background-size: 23px 23px;
    height: 23px;
    width: 23px;
    border: none;
}

.cart-preview .delete:hover {
    background:url(../img/cart_remove_hover.svg);
    background-size: 23px 23px;
}

.preview-wrapper .titlerow .close {
    height:25px;
    width: 25px;
    background: url(../img/close.svg);
    background-size: cover;
    opacity: 1;
    position: absolute;
    right: 100px;
    top: 35px;
}
.preview-wrapper .titlerow .close:hover {
    background: url(../img/close_hover.svg);
    background-size: cover;
}

.cart-preview .offer {
    padding:0 100px;
    border-top: 4px #F5F1E9 solid;
    padding-top:20px;
}

.offer h3 {
   color: #0F283B;
   font-family: "font_medium";
    font-size: 25px;
    line-height: 34px;
    text-align: right;
}

.offer h3 span {
    float: left;
}

.gotobasket {
    background: #0F283B;
    color: #FFFFFF;
    border-radius: 10px;
    width: 210px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    font-family: "font_medium";
}

.offer .link-wrapper {
    text-align: right;
    margin-top: 30px;
}

.offer .gotobasket:hover {
    background-color: #0F283B;
    color: #fff !important;
}

/* Produkt */

.panel {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.new .triangle {
    border-color: transparent transparent #2B2E34 transparent;
}

.new .triangle .text {
    color:#fff;
}

.isonsale .triangle {
    border-color: transparent transparent #e73431 transparent;
}

.isonsale .triangle .text {
    color:#fff ;
}

.productblock .panel-container .panel-title {
    display: block;
        color: #2B2E34;
        line-height: 21px;
        border-bottom: 2px solid #F5F1E9;
        padding-bottom:17px;
        height: 60px !important;
        margin-bottom: 25px;
        font-size: 16px !important;
}


.panel-description-container .product-kbez {
    color: #2B2E34;
    font-size: 25px;
    line-height: 34px;
    height: 75px !important;
    font-family: "font_medium";
    border-bottom: 2px solid #F5F1E9;
    margin-bottom: 25px;
    display: block;
    text-align: center;
}

.productblock .basket-add, .carousel .basket-add, .productdetail .basket-add{
    background: url(../img/cart_weiss.svg)  no-repeat #0F283B left 15px center;
    display: inline-block;
    background-size: 20px 25px;
    color:#fff;
    border-radius: 10px;
    font-size: 20px;
    line-height: 25px;
    padding:8px 13px 8px 0;
    text-align: right;
    width: 100%;
    border: none;
}

.productblock .basket-add:hover, .carousel .basket-add:hover, .productdetail .basket-add:hover {
    background-color: #0F283B;
    color: #fff !important;
}



.pdfdownload {
    display: inline-block;
    background:#8AA9A7;
    color:#fff;
    border-radius: 10px;
    font-size: 20px;
    line-height: 25px;
    padding:8px 0;
    width: 100%;
    text-align: center;
    font-family: "font_medium";
}
.button-submit-form {
    display: none;
}

.productblock .productdetail-picture {
    max-width: 100%;
    max-height: 300px;
    display: block;
}
.productblock .productdetail-picture-container {
    height: 316px;
    padding-top:30px;
}

.productblock .product-price , .carousel-caption .product-price{
    font-size: 25px;
    line-height: 40px;
    font-family: "font_medium";
    color: #0F283B;
}
.productblock .listprice,  .carousel-caption  .listprice{
    color:#696C7B;
    text-align: right;
    font-size: 25px;
    line-height: 40px;
    font-family: "font_medium";
}

.productblock .listprice span, .productblock .mitglieder  span,  .carousel-caption   .listprice span,   .carousel-caption .mitglieder  span {
    font-size: 15px;
    letter-spacing: 0.015em;
    line-height: 19px;
    text-transform: uppercase;
    display: block;
}

.panel-price-container {
    padding-top: 0;
    text-align: right;
}

.productblock input, .productblock select, .carousel-caption input,  .carousel-caption select, .productdetail input, .productdetail select{
    border: 2px solid #F5F1E9;
    height: 40px;
    font-size: 20px;
    color: #4D4D4D;
    margin-bottom: 25px;
    padding: 0 15px;
    text-align: left;
    background:#fff;
}

.productblock select, .carousel-caption .selectwrapper select, .productinfo .selectwrapper select {
    padding: 0 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
}

.productinfo .selectwrapper select {
    padding: 0 15px;
}

.productblock select::-ms-expand, .carousel-caption .selectwrapper select::-ms-expand , .productinfo .selectwrapper select::-ms-expand{
    display: none;
}


.productblock .selectwrapper, .carousel-caption .selectwrapper, .productinfo .selectwrapper{
    position: relative;
}

.productblock .selectwrapper:before , .carousel-caption .selectwrapper:before, .productinfo .selectwrapper:before{
    display: block;
    height: 40px;
    width: 20px;
    background: url(../img/arrow-unten.svg) #fff no-repeat center !important;
    background-size: 12px 7px !important;
    position: absolute;
    right:16px;
    top:0;
    content:'';
}

.productblock .selectwrapper select, .carousel-caption .selectwrapper select, .productinfo .selectwrapper select{
    background: url(../img/arrow-unten.svg) #fff no-repeat center right 16px !important;
    background-size: 12px 7px !important;
}

.productblock .selectwrapper:before, .carousel-caption .selectwrapper:before , .productinfo .selectwrapper:before{
    display: none;
}

.productinfo .selectwrapper {
    margin-top:6px;
}


.productinfo  .nodropwdown {
    margin-top:0px; 
}

.carousel-caption .selectwrapper select {
    line-height: 36px;
}

.carousel-caption .selectwrapper:before {
    top:5px;
}


.productblock:after {
    content: "";
    display: block;
    width: calc(100% - 20px);
    height: 3px;
    background: #F5F1E9;
    position: absolute;
    bottom: 0;
    left: 10px;
}

.productblock:before {
    content: "";
    display: block;
    height: calc(100% - 20px);
    width: 3px;
    background: #F5F1E9;
    position: absolute;
    right: 0;
    top:10px;
}

.productblock {
    padding-bottom:30px;
}

.row.gutter-4.flex-row.productlist .productblock:nth-of-type(3n):before {
   display: none
  }
.row.gutter-4.flex-row.productlist .productblock:last-child:before {
    display: none
   }

.productrow .productblock:nth-child(3n):before {
    display: none
}
.productrow .productblock:last-child:before {
    display: none
}
.productrow {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.carousel-caption input,  .carousel-caption select {
    margin-bottom: 20px;
}

.panel-container:hover .panel {
    background-color: #ffffff;
    opacity: 1;
}

.panel-container:hover {
    opacity: 1;
}

.carousel-item-image {
    margin-left: 0;
}

.sliderimage {
    width:50%;
}

.sliderimage .carousel-control {
    display: none;
}

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

.carousel-container h2 {
    margin-top: 0;
    font-size: 40px;
    line-height: 54px;
    font-family: "font_bold";
    font-weight: normal;
    margin-bottom:30px;
}

.carousel-indicators {
    display: none;
}

.carousel-caption {
    right: 0;
    left: 50%;
    padding-bottom: 30px;
    bottom: 0;
    padding: 0 120px;
    height: 100%;
    text-shadow: none;
}

.font-carousel {
    text-align: left;
}

.carousel-caption h3 {
    font-size: 30px;
    line-height: 41px;
    color: #2B2E34;
    padding-bottom:26px;
    border-bottom: 2px solid #F5F1E9;
    margin-bottom:20px;
    font-weight: normal;
    font-family: "font_medium";
    margin-top:0;
}

.carousel-caption .font-subtitle {
    color: #2B2E34;
    /*padding-bottom:16px;*/
    border-bottom: 2px solid #F5F1E9;
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 20px;
}

.carousel-caption .font-subtitle span{
    color: #2B2E34;
    font-size: 20px !important;
    line-height: 27px;
    font-family: "font_regular" !important;
}

.carousel-inner {
    max-height: 500px;
    height: 500px;
}

.carousel-inner  .onsale, .carousel-inner  .new{
   font-size: 16px;
   line-height: 21px; 
   color:#4D4D4D;
   margin-bottom:8px;
}

.carousel-control.right {
    background-image: none;
    right: -20px;
    opacity: 1;
}

.carousel-control.left {
    background-image: none;
    left: -20px;
    opacity: 1;
}

.carousel-control {
    width: 20px;
}

.carousel-control.right .glyphicon {
    background: url(../img/arrow-right.svg) no-repeat center;
    background-size: 13px 23px;
    height: 23px;
    width: 13px;
}

.carousel-control.right .glyphicon:before {
    display: none;
}

.carousel-control.right:hover .glyphicon {
    background: url(../img/arrow-right_hover.svg) no-repeat center;
    background-size: 13px 23px;

}

.carousel-control.left .glyphicon {
    background: url(../img/arrow-left.svg) no-repeat center;
    background-size: 13px 23px;
    height: 23px;
    width: 13px;
}

.carousel-control.left .glyphicon:before {
    display: none;
}

.carousel-control.left:hover .glyphicon {
    background: url(../img/arrow-left_hover.svg) no-repeat center;
    background-size: 13px 23px;
}

/* Kat. Page */
.hierarchyblock-panel-container {
    background:#F5F1E9;
    height: 120px;
}

.gutter-4 > [class^="col-"], .gutter-4 > [class^=" col-"] {
    padding-right: 15px;
    padding-left: 15px;
}

.hierarchyblock {
    height: 120px;
    margin-bottom: 30px;
}

.hierarchyblock .panel-hierarchy-title {
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: #2B2E34;
    font-family: "font_regular";
    padding:0 10px;
}

.hierarchyblock-panel-container:hover {
    background: #8AA9A7;
    opacity: 1;
}
/* Produkt Detail */

.lb-data .lb-number {
    display: none !important;
}

.productdetail .price{
    font-size: 30px;
    line-height: 41px;
    color: #0F283B;
    font-family: "font_bold";
    font-weight: normal;
    text-align: right;
    margin:0 0 10px 0;
}

.productdetail .price span {
    font-size: 15px;
    letter-spacing: 0.015em;
    line-height: 19px;
    text-transform: uppercase;
    display: block;
}

.productdetail .price .listprice {
    color: #696C7B;
}

.justmobile {
    display: none;
}

.productdetail-picture-container {
    height: 380px;
    padding-bottom: 20px;
}

.productdetail #productdetail-picture-container-row {
    padding-top: 45px;
    height: auto !important;
}

.productobjectpreview {
    padding-right: 15px;
    padding-left: 15px;
}

.productdetail {
    color: #696C7B;
    font-family: "font_regular" !important;
    font-size: 20px;
    line-height: 27px;
    text-transform: none;
}



.productdetail .anzahl b {
    color: #4D4D4D;
    display: block;
    padding-top:10px;
    padding-bottom:6px;
    font-family: "font_medium";
    font-weight: normal;
}
.productdetail .anzahl{
    display: flex;
    align-items: flex-end;
}


.productdetail #productdetail-picture-container-row{
    padding-top: 45px;
}

.productdetail .kategorien{
    border-top: 4px solid #F5F1E9;
    margin:20px 0 0 0;
    padding:20px 0 0 0;
}

.productdetail .kategorien b {
   display: block;
   padding-bottom:5px;
}

.productdetail .kategorien .kat {
    background:url(../img/check-mark.svg) no-repeat center left;
    background-size: 25px 25px;
    padding-left:35px;
    line-height: 25px;
    display: inline-block;
    margin-right:24px;
    margin-bottom:10px;
}

.productdetail .specinfo {
    border-top: 4px solid #F5F1E9;
    margin:20px 0 0 0;
    padding:20px 0 0 0;
    font-size:16px;
    line-height: 20px;
}

.productdetail .specinfo .col-sm-2 {
    padding-left:0;
}

.productdetail .specinfo b , .productdetail .kategorien b{
    font-size: 20px;
    line-height: 27px;
    color: #4D4D4D;
    font-family: "font_medium";
    display: block;
    font-weight: normal;
}

.productdetail .descr, .productdetail .descr span{
    font-size: 20px  !important;
    line-height: 25px;
    color: #696C7B;
    font-family: "font_regular" !important;
}
.productdetail .variantswrapper{
    border-top: 4px solid #F5F1E9;
    margin:20px 0 0 0;
    padding:20px 0 0 0;
}

.productdetail .variantswrapper b {
    color: #4D4D4D;
    display: block;
    font-family: "font_medium";
    font-weight: normal;
}

.ordernr {
    font-size: 20px;
    line-height: 27px;
    color:#4D4D4D;
    margin-bottom:20px;
}

.ordernr b{
    font-family: "font_medium";
    display: block;
    font-weight: normal;
}

.productdetail-preview {
    border: 4px solid #F5F1E9;
}

.productdetail-preview-container {
    width: 100px !important;
    padding: 0 20px 0 0;
}

.lightboxOverlay {
    background-color: white;
    opacity: 1;
}

.lb-data .lb-close {
    width: 23px;
    height: 23px;
    background: url(../img/close.svg) top right no-repeat;
    opacity: 1;
}

.lb-data .lb-close:hover {
    background: url(../img/close_hover.svg) top right no-repeat;
}

.lb-nav a.lb-prev {
    left: 0;
    background: url(../img/arrow-left.svg) left 20px top 48% no-repeat;
    background-size: 30px 30px;
    opacity:0;
    display: block !important;
}

.lb-nav a.lb-next {
    right: 0;
    background: url(../img/arrow-right.svg) right 20px top 48% no-repeat;
    background-size: 30px 30px;
    opacity: 0;
    display: block !important;
}

.lb-nav a.lb-next:hover, .lb-nav a.lb-prev:hover{
    opacity: 1;
}

.lb-closeContainer {
    position: absolute;
    right: 76px;
    top: 0;
}

@media screen and (max-width: 1214px) and (min-width: 768px){
    .lb-closeContainer {
        right: 30px;
        top: -30px;
    }
}

.productdetail .nodropwdown select, .quantity-container-row .nodropwdown select{
    border: none;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    height: auto;
    font-size: 20px;
    line-height: 33px;
    color: #4D4D4D !important;
    opacity: 1;
    background: none !important;
}

.quantity-container-row .nodropwdown {
    padding-top:7px;
}

.quantity-container-row {
    height: auto !important;
}

.nodropwdown:before {
    display: none !important;
}


/* Infobanner */
.infobanner {
    background: #8ba9a7;
    color:#fff;
    padding:30px 0;
    margin:0 0 20px 0;
    display: none;
}
.infobanner h3 {
    font-size: 30px;
    line-height: 41px;
    color: #2B2E34;
    margin-bottom: 20px;
    font-weight: normal;
    font-family: "font_medium";
    margin-top: 0;
}

.infobanner p {
    max-width: 530px;
    font-size: 20px;
    line-height: 25px;
}

.infobanner .close {
    height: 25px;
    width: 25px;
    background: url(../img/close_white.svg);
    background-size: cover;
    opacity: 1;
    position: absolute;
    right: 0px;
    top: 20px;
}

.infobanner .website-container{
    position: relative;
}

/* Home Produkte */
.ourproducts .title{
    font-size: 30px;
    line-height: 41px;
    color: #2B2E34;
    text-align: left;
    font-weight: normal;
    font-family: "font_medium";
    margin-top: 0;
}



/* Filter */

.hryfilter-wrapper {
    margin-left: calc((1200px - 100vw)/2);
    width: 100vw;
}

@media only screen and (max-width: 1200px) {
    .hryfilter-wrapper {
        margin-left: 0;
        width: 100vw;
    }
  }

.hryfilter-option {
    border:2px #8AA9A7 solid;
    border-radius:10px;
    color:#8AA9A7;
    display: inline-block;
    padding:0 49px 0 15px;
    position: relative;
    font-size: 20px;
    font-weight: normal;
    cursor: pointer;
    line-height: 36px;
    margin: 10px 20px 10px 0;
}

.hryfilter-group .hryfilter-productcount {
    position: absolute;
    right: 0;
    font-weight: normal;
    top: 0;
}

.hryfilter-category-title .hryfilter-productcount{
    display: none;
}

.hryfilter-form {
    background-color: #F5F1E9;
}

.hryfilter-form input[type="checkbox"]:checked ~ span, .hryfilter-checked-inside > span {
    font-weight: normal; 
    
}

.hryfilter-option.checked {
    background-color:#8AA9A7;
    color:#fff;
}

.hryfilter-group input {
    display: none;
}

.hryfilter-group {
    padding-bottom: 30px;
}

.hryfilter-category-title input  {
    display: none;
}
.hryfilter-category-title {
    padding:23px 15px;
    font-family: "font_medium";
    font-size: 20px;
}

.hryfilter-category-row{
    max-width: 1200px;
    margin: 0 auto;
}
 .productwrapper, .resetfilter{
max-width: 1230px;
margin: 0 auto;
width: auto;
float: none;
clear: both;
}
.hryfilter-category-row.open > .hryfilter-group {
    display: block;
}

.gutter-4.row {
    margin-right: -15px;
    margin-left: -15px;
}

.hryfilter-reset-link {
    display: inline-block;
    padding: 0 0 0 35px;
    margin: 20px 10px 0 15px;
    color: #2B2E34;
    border-bottom: none;
    background: url(../img/cart_remove.svg) left center no-repeat;
    height: 20px;
    background-size: contain ;
    line-height: 20px;
    font-family: "font_bold" !important;
    color: #4D4D4D;
    display: none;
}

.hryfilter-reset-link:last-child {
    display: inline-block;
}

.hryfilter-reset-link:hover {
    background: url(../img/cart_remove_hover.svg) left center no-repeat;
    background-size: contain ;
}

.filteropener {
    border-bottom: #F5F1E9 solid 4px;
    border-top: #F5F1E9 solid 4px;
    cursor: pointer;
    position: relative;
}

.filteropener h4 {
    color: #2B2E34;
    font-size: 25px;
    line-height: 34px;
    background:url(../img/filter.svg) no-repeat left center;
    background-size:27px 25px;
    padding-left:45px;
    margin: 27px 0;
    font-family: "font_medium";
 }


.filteropener:hover {
    color:#e73431;
}

.filteropener:hover h4 {
    background:url(../img/filter_hover.svg) no-repeat left center;
    background-size:27px 25px;
    color:#e73431;
  
}

.filteropener .website-container {
    position: relative;
}
.filteropener .website-container .counter {
    position: absolute;
    right: 0;
    top:34px;
}
@media screen and (max-width: 1520px){
    .filteropener .website-container .counter {
        right: 0;
        left: 150px;
    }
}

.filteropener .close {
    height: 20px;
    width: 20px;
    background: url(../img/close.svg);
    background-size: cover;
    opacity: 1;
    right: 100px;
    top:34px;
    float: none;
    position: absolute;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: transform 0.3s linear 0s;
}

.filteropener:hover .close {
    background: url(../img/close_hover.svg);
    background-size: cover;
}

.filteropener.open .close{
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
} 

.hryfilter-container-column {
    transition: transform 0.2s linear 0s, visibility 2s linear 0s;
    transform: translateY(-100%);
	visibility: hidden;
}

.hryfilter-container-column.open {
    transform: translateY(0%);
    visibility: visible;
    transition: transform 0.2s linear 0s, visibility 2s linear 0s;
}

.hryfilter-wrapper > .filterrow {
    height: 0;
    overflow: hidden;
}

.hryfilter-wrapper > .filterrow.open {
    height: auto;
}

/* Filter Kat */
#hierarchyidhfffid_1-100_1-20, #hierarchyidhfffid_1-100_0-0, #hierarchyidhfffid_1-500_0-0{
    display: none;
}

/* FR */
.fr .titelrow-container .hierarchy a {
    margin-left: 27px;
}

.changequantity .minus {
    height:18px;
    display: block;
    width:30px;
    background:url(../img/arrow-unten.svg) #fff no-repeat center;
    background-size: 12px 7px;
    position: absolute;
    right: 25px;
    top: 20px;
    cursor: pointer;
    z-index: 2;
}
.changequantity {
    position: relative;
}
.changequantity .plus {
    height:18px;
    display: block;
    width:30px;
    background:url(../img/arrow-oben.svg) #fff no-repeat center;
    background-size: 12px 7px;
    position: absolute;
    right: 25px;
    top: 2px;
    cursor: pointer;
    z-index: 2;
}

.carousel-caption .changequantity .plus{
    top: 8px;
}
.carousel-caption .changequantity .minus{
    top: 26px;
}

.basket-main-table .changequantity .minus, .basket-main-table .changequantity .plus{
    right: 7px;
}

.font-loginform form .errortext {
    margin: -21px 0 10px 0;
}

.orderlist a{
    text-decoration: underline;
}