a.anchor {
    top: -220px;
    position: relative;
    display: block;
    visibility: hidden;
}


a {
    color: #3b5c7e;
}
a:hover {
    color: #39526a;
    text-decoration: underline;
}
button{
	cursor:pointer;
}
.descr_prod a {
    color: #3b5c7e;
}
article .descr_prod ul a {
    display: block;
}
.ct_text ul li {
    color: #242323;
}
.ct_img a,
.ct_img a:visited,
.ct_text ul li a,
.ct_text ul li a:visited,
.descr_prod .ct_text .detBg_right ul li a,
.descr_prod .ct_text .detBg_right ul li a:visited,
.textUnderline p a,
.textUnderline p a:visited,
article .descr_prod a,
article .descr_prod a:visited,
article .descr_prod ul a,
article .descr_prod ul a:visited,
p a,
p a:visited {
    color: #3b5c7e!important;
    border-color: var(--main-link-color) !important;
    border-bottom-color: var(--main-link-color) !important;
    border-bottom: 1px dotted !important;
    text-decoration: none !important;
}
.ct_img a:active,
.ct_img a:focus,
.ct_img a:hover,
.ct_text ul li a:active,
.ct_text ul li a:focus,
.ct_text ul li a:hover,
.descr_prod .ct_text .detBg_right ul li a:active,
.descr_prod .ct_text .detBg_right ul li a:focus,
.descr_prod .ct_text .detBg_right ul li a:hover,
.textUnderline p a:active,
.textUnderline p a:focus,
.textUnderline p a:hover,
article .descr_prod a:active,
article .descr_prod a:focus,
article .descr_prod a:hover,
article .descr_prod ul a:active,
article .descr_prod ul a:focus,
article .descr_prod ul a:hover,
p a:active,
p a:focus,
p a:hover {
    color: #39526a!important;
    border-color: var(--main-link-hover-color) !important;
    border-bottom-color: var(--main-link-hover-color) !important;
    border-bottom: 1px dotted;
    text-decoration: none !important;
}
article .descr_prod ul a li:active,
article .descr_prod ul a li:focus,
article .descr_prod ul a li:hover {
    text-decoration: none !important;
    color: #39526a;
}
i.fa-star {
    color: var(--main-stars-color) !important;
}
.errorInput {
    border-color: red !important;
}
.prodDetMbTabTitle {
    border-bottom: 1px solid #343a40 !important;
    color: #343a40 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
    font-size: 0.8rem !important;
    padding: 1rem 0 !important;
    font-weight: 700 !important;
}

#searchResultsProducts {
    margin: 0;
    padding: 0 5px 0 5px;
    list-style-type: none;
    max-height: 250px;
    overflow-y: auto;
}
#searchResultsProducts li {
    font-size: 0.8em;
    margin: 0;
    padding: 5px 0 5px 0;
    list-style-type: none;
    border-top: 1px solid #ccc;
}
#searchResultsProducts li:first-child {
    border: 0;
}
#searchResultsProducts li img {
    max-width: 35px !important;
    max-height: 35px !important;
    margin-right: 5px;
}
#searchResultsProducts li a {
    text-decoration: none;
}
.dspNone {
    display: none !important;
}
.headerSearchNewInp {
    position: absolute;
    right: 35px;
    padding: 0;
    height: 35px;
    margin: -3px 0 0 0;
    padding: 0;
    width: 0;
    border: 0;
    transition: all 0.7s ease-in-out;
    z-index: 100;
}
.openSchInp .headerSearchNewInp {
    position: absolute;
    right: 35px;
    padding: 0 10px 0 10px;
    height: 35px;
    margin: -3px 0 0 0;
    width: 250px;
    border: 1px solid #ccc;
    transition: all 0.7s ease-in-out;
    background: #fff !important;
}
.closeSchInp .headerSearchNewInp {
    width: 0;
    padding: 0;
}
.openSchInp .headerSearchNewInp:active,
.openSchInp .headerSearchNewInp:focus,
.openSchInp .headerSearchNewInp:visited {
    background: #fff !important;
}
#searchResultsArea {
    right: 36px;
    width: 248px;
    margin: top;
    margin-top: 0;
    padding: 0 !important;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1), -1px -1px 2px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1200px) {
    .headerSearchNewInp {
        right: auto;
        left: 35px;
    }
    .openSchInp .headerSearchNewInp {
        right: auto;
        left: 35px;
    }
    #searchResultsArea {
        position: static;
        right: auto;
        left: 0;
        margin-left: 42px;
    }
    .headerIcoArea {
        align-items: flex-start !important;
    }
}

.container-fluid {
    position: relative;
}
.navbar-brand {
    min-width: 180px;
}
.mainLogo {
    position: absolute;
    left: 0px;
    top: 12px;
    opacity: 1;
    transition: opacity 0.1s ease-in-out;
    -moz-transition: opacity 0.1s ease-in-out;
    -webkit-transition: opacity 0.1s ease-in-out;
}
.mainLogoHover {
    position: absolute;
    opacity: 0;
    left: 60px;
    top: 12px;
    transition: opacity 0.1s ease-in-out;
    -moz-transition: opacity 0.1s ease-in-out;
    -webkit-transition: opacity 0.1s ease-in-out;
}
.navbar-brand:hover .mainLogoHover {
    opacity: 1;
}
.navbar-brand:hover .mainLogo {
    opacity: 0;
}
@media (min-width: 1200px) {
    .navbar-airy .navbar-nav .nav-link {
        padding-left: 1.3rem;
        padding-right: 1.3rem;
    }
}

.img-responsive {
    max-width: 100%;
}
.top-bar {
    padding-top: 5px;
    padding-bottom: 6px;
}
.topMenuIconImg {
    display: inline-block;
    float: left;
}
.topMenuIconImg2 {
    margin-top: 5px;
}
.topMenuIconText {
    font-size: 0.9rem;
    padding-left: 5px;
}
.topMenuIconText1Line {
    line-height: 30px;
}

#scrollTop {
    bottom: 4px;;
}

.cartConfirmProductShippingTypeLabel {
    line-height: 18px;
    font-size: 15px;
}
.cartConfirmProductShippingTypeContent {
    margin-top: 7px;
    margin-bottom: 7px;
    line-height: 18px;
    font-size: 16px;
}

.screenSizePopup {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9000;
    width: 100%;
    height: 100%;
    background-color: #fff;
    color: #50555a;
}
.noScroll {
    position: relative;
    overflow: hidden;
}
.screenSizePopupHeader {
    width: 100%;
    overflow: hidden;
    padding: 5px;
}
.screenSizePopupZoomBtn {
    float: left;
    border: 1px solid #d4d9de;
    margin-right: 5px;
}
.screenSizePopupZoomBtn:last-child {
    margin-right: 0 !important;
}
.screenSizePopupCloseBtn {
    float: right;
    border: 1px solid #d4d9de;
}
.screenSizePopupZoomBtn:hover {
    cursor: pointer;
    border: 1px solid #50555a;
}
.screenSizePopupCloseBtn:hover {
    cursor: pointer;
    border: 1px solid #50555a;
}
.screenSizePopupContent {
    position: absolute;
    height: auto;
    overflow: hidden;
    top: 44px;
    left: 0;
    right: 0;
    bottom: 110px;
}
.screenSizePopupFooter {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 92px;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px;
}
.screenSizePopupThumbImgHolder {
    float: left;
    border: 1px solid #50555a;
    margin-right: 10px;
    padding: 5px;
}
.screenSizePopupMainMediaHolder {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
    text-align: center;
    cursor: default;
}
.screenSizePopupMainImg {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin-left: auto;
    margin-right: auto;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.thumbActive {
    border: 2px solid #539c41;
}
.screenSizePopupThumbImgHolder:hover {
    cursor: pointer;
}
.screenSizePopupFooterHolder {
    position: absolute;
    top: 0;
    left: 5px;
    width: 20000px;
    overflow: hidden;
}
.screenSizePopupArrowLeft {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 9002;
    width: 30px;
    height: 60px;
    line-height: 50px;
    border: 1px solid transparent;
    margin-top: -35px;
    padding: 5px;
    text-align: center;
}
.screenSizePopupArrowLeft:hover {
    cursor: pointer;
    border-color: #539c41;
}
.screenSizePopupArrowRight {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 9002;
    width: 30px;
    height: 60px;
    line-height: 50px;
    border: 1px solid transparent;
    margin-top: -35px;
    padding: 5px;
    text-align: center;
}
.screenSizePopupArrowRight:hover {
    cursor: pointer;
    border-color: #539c41;
}
.screenSizePopupFooterThumbsNavigationLeft {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 9002;
    width: 30px;
    height: 50px;
    line-height: 40px;
    border: 1px solid transparent;
    margin-top: -30px;
    padding: 5px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.5);
}
.screenSizePopupFooterThumbsNavigationRight {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 9002;
    width: 30px;
    height: 50px;
    line-height: 40px;
    border: 1px solid transparent;
    margin-top: -30px;
    padding: 5px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.5);
}
.screenSizePopupFooterThumbsNavigationLeft:hover {
    cursor: pointer;
    border-color: #539c41;
}
.screenSizePopupFooterThumbsNavigationRight:hover {
    cursor: pointer;
    border-color: #539c41;
}
.screenSizePopupMainVideo {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.viewport {
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    z-index: 9001;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.w-33 {
    width: 33.3% !important;
}
div.errorBoxArea {
    width: 250px;
    position: fixed;
    z-index: 999999999;
    top: 20px;
    right: 20px;
    background: rgba(255, 0, 0, 0.8);
    padding: 10px 10px 10px 10px;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    -moz-box-shadow: 0 0 3px #333;
    -webkit-box-shadow: 0 0 3px #333;
    box-shadow: 0 0 3px #999;
    display: none;
}
a.closeErrorBox {
    float: right;
    height: 15px;
    font-size: 14px;
    color: #fff;
    margin: 7px 0 0 0;
    padding: 0;
    font-weight: 700;
}
div.errorBoxArea .errorTextTt {
    float: left;
    height: 25px;
    font-size: 16px;
    color: #fff;
    margin: 0 0 5px 0;
    padding: 0;
    font-weight: 700;
    width: 150px;
}
div.errorBoxArea p {
    line-height: 16px;
    font-size: 14px;
    color: #fff;
    margin: 10px 0 0 0;
    padding: 0;
    font-weight: 400;
    clear: both;
}
.checkboxRequired {
    outline: 2px solid red !important;
}
.errorBoxBelowInput {
    text-align: left;
    font-size: 12px;
    color: red;
}
.reqInputC {
    border: 1px solid red !important;
}


.modalSeparator {
    width: 100%;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    height: 1px;
    background: #333;
}
.setPaddingTop20 {
    padding-top: 20px;
}


.textUnderline a {
    text-decoration: underline dotted !important;
}
.textUnderline a:hover {
    color: #39526a !important;
    text-decoration: underline dotted #39526a !important;
}

@media (max-width: 1200px) {
    .navbar.fixed-top {
        padding-bottom: 25px;
    }
    .navbar {
        padding-bottom: 29px !important;
    }
}
@media (max-width: 768px) {
    .accountOrderDetPriceSt {
        text-align: center;
    }
    .navbar-nav {
       /* padding-top: 30px;*/
    }
}
@media (max-width: 600px) {
    .produktDesBox {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
    .modalBoxFooterContent .pull-left {
        float: none;
    }
    .modalBoxFooterContent .standardWhiteBtn {
        margin-bottom: 10px;
    }
    .deleteKontoModalFooterContent {
        margin: 0 auto;
        text-align: center;
    }
    .deleteKontoModalFooterContent .pull-left {
        float: none;
    }
    .deleteKontoModalFooterContent .standardWhiteBtn {
        margin-bottom: 10px;
    }
}
@media (min-width: 576px) {
    .setModalSizeMd {
        max-width: 600px;
        margin: 1.75rem auto;
    }
}
.headerAccLinks {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.headerAccLinks li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.headerAccLinks li.divider {
    height: 1px;
    background: #f2f2f2;
    margin: 0;
    padding: 0;
}
.headerAccLinks li a {
    margin: 0;
    padding: 5px 0 5px 0;
    color: #495057;
    font-weight: 300;
}
.reqInputBorder {
    border: 1px solid red !important;
}
.linkSpan {
    cursor: pointer;
}
.linkSpan:hover {
    text-decoration: underline;
}

.dropdown-menu .dropdown-divider:last-child {
    display: none;
}
@media (max-width: 991px) {
    .hidden-md {
        display: none !important;
    }
}
@media (min-width: 992px) {
    .hidden-lg {
        display: none;
    }
}
@media (max-width: 415px) {
    .produktMainImageWrapper {
        min-height: 390px;
    }
    
}
@media (max-width: 380px) {
    .produktMainImageWrapper {
        min-height: 350px;
    }
}
.ctKonfig {
    overflow: hidden;
    width: 100%;
}
.headerKonfig {
    width: 100%;
    overflow: hidden;
}
.headerKonfig_row {
    float: left;
    width: 33.3%;
    overflow: hidden;
    height: 78px;
    margin: 0;
    padding: 0;
}
.headerKonfig_det {
    overflow: hidden;
    padding: 15px 50px 0 50px;
}
.headerKonfig_det h2 {
    margin: 0;
    padding: 0;
}
.headerKonfig_det h2 a {
    display: inline-block;
    color: #4a4a4a;
    font-size: 12px;
    text-transform: uppercase;
}
.headerKonfig_det .backTables {
    color: #4a4a4a;
    font-size: 12px;
    margin-left: 8px;
}
.headerKonfig_det .backTables i {
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    display: block;
    margin-top: 4px;
    float: left;
    margin-left: 15px;
}
.headerKonfig_text {
    overflow: hidden;
    width: 100%;
    background: #acbac1;
    text-align: center;
    padding: 15px 0 15px 0;
}
.headerKonfig_text h2 {
    font-size: 16px;
    color: #fff;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    line-height: 24px;
}
.headerKonfig_img {
    overflow: hidden;
    width: 100%;
    background: #454545;
    text-align: center;
    margin: 0 auto;
    padding: 16px 0 15px 0;
}
.headerKonfig_img img {
    margin: 0 auto;
    text-align: center;
    max-width: 100px;
}
.detailsKonfig {
    overflow: hidden;
    width: 100%;
}
.imageKonfig {
    overflow: hidden;
    width: 95%;
    width: 100%;
    max-width: 600px;
    padding: 0 0 30px 0;
    margin: 0 auto;
    text-align: center;
}
.customizeImg {
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    padding: 40px 0 0 0;
    position: relative;
}
#langeCustom {
    position: relative;
    width: 100%;
    height: 60px;
    margin: 0;
}
#breiteCustom {
    position: absolute;
    top: 60px;
    bottom: 0;
    right: 0;
    width: 80px;
}

.detailCharacters {
    display: table-cell;
    width: 35%;
}
.detailCharacters p {
    font-size: 12px;
    font-weight: 300;
    color: #454545;
    margin: 0;
    padding: 0;
}
.buttonK {
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    margin: 50px 0 50px 0;
}
.buttonK a {
    padding: 7px 40px 7px 40px;
    background: #a7965c;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
}
.infoK {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
}
.infoKdet {
    overflow: hidden;
    margin-bottom: 10px;
}
.infoKdet_icon {
    width: 16px;
    height: 16px;
    background: #454545;
    border-radius: 100%;
    float: left;
    line-height: 14px;
}
.infoKdet_icon .infoIcon {
    font-size: 10px;
    color: #77a585;
    font-weight: 700;
}
.infoKdet_icon .infoImp {
    font-size: 10px;
    color: #ec756b;
    font-weight: 700;
}
.infoKdet p {
    font-size: 12px;
    font-weight: 300;
    color: #454545;
    margin: 0;
    padding: 0 0 0 30px;
    text-align: left;
}
.tableConfigDiv {
    width: 100%;
    margin: 0 auto;
    max-width: 740px;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    background: #fff;
    height: 340px;
}

.textareaCt {
    margin-top: -29px;
}
.btnSend {
    margin-top: 10px;
}

.setFooterH6 {
    margin-bottom: 0.5rem;
    font-family: "HK Grotesk", sans-serif;
    font-weight: 700;
    line-height: 1.1;
    color: inherit;
    margin-top: 0;
}
.setModalTtH4 {
    font-family: "HK Grotesk", sans-serif;
    font-weight: 700;
    line-height: 1.1;
    color: inherit;
    margin-top: 0;
    font-size: 1rem;
}

.containerCKB {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.containerCKB input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmarkCKB {
    position: absolute;
    top: 5px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border: 1px solid #8e8e8e;
}
.userConsentNotSetErrorBorder .checkmarkCKB {
    border: 1px solid red;
}
.containerCKB:hover input ~ .checkmarkCKB {
    background-color: #ccc;
}
.containerCKB input:checked ~ .checkmarkCKB {
    background-color: #2196f3;
}
.checkmarkCKB:after {
    content: "";
    position: absolute;
    display: none;
}
.containerCKB input:checked ~ .checkmarkCKB:after {
    display: block;
}
.containerCKB .checkmarkCKB:after {
    left: 9px;
    top: 3px;
    width: 8px;
    height: 15px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.paymentMethodsFooter li {
    margin-bottom: 10px;
}

#footer a.text-muted {
    color: #7b858e !important;
}
#footer span.text-muted {
    color: #7b858e !important;
}
#footer p.text-muted {
    color: #7b858e !important;
}
.top-bar {
    background: #343a40!important;
    color: #fff;
}
.menuTopBar {
    overflow: hidden;
    margin: 0 auto;
    padding: 5px 0 5px 0;
}
.menuTopBar ul {
    margin: 0;
    padding: 0;
    text-align: center;
}
.menuTopBar ul li {
    margin: 0;
    padding: 0 30px 0 30px;
    list-style-type: none;
	display: inline-block;
	font-size:13px;
}
.menuTopBar ul li:first-child {
    padding: 0 30px 0 0;
}
.menuTopBar ul li:last-child {
    padding: 0 0 0 30px;
}
.menuTopBar ul li a {
    color: #fff;
}
.menuTopBar ul li a img {
    display: block;
    float: left;
    margin-right: 10px;
    margin-top: 3px;
}
.areaMenu {
    width: 100%;
    position: relative;
}
.areaMenu .navbar-collapse {
    margin-left: 220px;
    margin-top: -20px;
}
.navbar-icon-link .svg-icon {
    width: 20px;
    height: 20px;
}
.areaMenu .navbar-nav .nav-link {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 13px;
}

.footerArea .service-column {
    border: 0;
}
.tile-link:hover .areaImgHome .ctImgHome {
    border: 1px solid #343a40;
}
.tile-link:hover .areaImgHome .ctImgHome .btnImgHome {
    background: #343a40;
    color: #fff !important;
}
.servMobDet {
    display: none;
}
.menuTopBar ul .lineMob {
    display: none;
}
.zoomContainer {
    z-index: 3;
    left: -900px;
}
@media (max-width: 1200px) {
    .servMobDspn {
        display: none !important;
    }
    .servMobDet {
        display: block;
        width: 100%;
        background: #dfe3e7;
        text-align: center;
        padding: 7px 0 7px 0;
    }
    .servMobDet a img {
        display: inline-block;
        margin-right: 10px;
        margin-top: -8px;
    }
    .prodStar {
        margin-top: 40px !important;
    }
    .navbar.navbar-sticky {
        /*top: 77px;*/
    }
    .homeH1 {
        padding-top: 70px;
    }
}
@media (max-width: 1024px) {
    .h1,
    h1 {
        font-size: 1.8rem;
    }
}
@media (max-width: 991px) {
    .navbar-toggler {
        float: right;
    }
    .areaMenu .navbar-collapse {
        margin-left: 0;
        margin-top: 50px;
    }
    .productMainCnt {
        margin: 0 auto;
    }
}
@media (max-width: 767px) {
    .dspNoneMob {
        display: none !important;
    }
    .menuTopBar ul .lineMob {
        display: inline-block;
        color: #fff;
        padding: 0;
    }
    .menuTopBar ul li:first-child {
        padding: 0 10px 0 0;
    }
    .menuTopBar ul .handwork {
        padding: 0 0 0 10px;
    }
    .menuTopBar ul li a {
        font-size: 15px;
    }
}
@media (max-width: 450px) {
   
    .navbar-brand {
        width: 100%;
    }
    .ctImgHome h2 {
        padding-right: 0 !important;
        text-align: center;
    }
    .areaMenu .navbar-collapse {
        margin-left: 0;
        margin-top: 0;
    }
}

.border_bottom_E3E8EB {
    /*border-bottom: 1px solid #EBEDF0;*/
}
.sectTextBorder {
    overflow: hidden;
    border-top: 2px solid #dfe8eb;
    border-bottom: 2px solid #dfe8eb;
}
.boxTextImg {
    overflow: hidden;
    /*border-bottom: 2px solid #dfe8eb;*/
}
.boxTextImg .titleBg {
    background: #dde3e7;
    padding: 5px 15px 5px 15px;
    display: inline-block;
    font-weight: 600;
    font-size: 1.1rem;
}
.boxTextImg ul {
    margin: 0;
    padding: 0 0 0 15px;
}
.boxTextImg ul li {
    margin: 0;
    padding: 0 0 0 25px;
    color: #242323;
    list-style-type: none;
    position: relative;
}
.boxTextImg ul li::before {
   list-style-type: circle;
    font-size: 13px;
    position: absolute;
    left: 0;
    top: 5px;
}
.boxImage {
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
}
.boxImage img {
    width: 100%;
    max-width: auto;
}

.sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.navbar-sticky {
    /*top: 41px;*/
}
.imgMob {
    display: none;
}
@media (max-width: 991px) {
    .boxTextImg ul {
        margin-bottom: 30px;
    }
    .slideCateg {
        margin-bottom: 30px;
    }
    .boxImage {
        margin-top: 20px;
    }
    .boxImage.imgLeft {
        margin-top: 00px;
        margin-bottom: 30px;
    }
}
@media (max-width: 767px) {
    .boxTextImg h3 {
        font-size: 1.3rem !important;
    }
    .imgMob {
        display: block !important;
    }
    .imgDsk {
        display: none !important;
    }
    .col50 {
        width: 50% !important;
    }
    .btnImgHome {
        font-size: 14px;
    }
}
@media (max-width: 560px) {
    .prodStar {
        margin-top: -5px !important;
    }
}
.sectTextBorder {
    overflow: hidden;
    border-top: 2px solid #dfe8eb;
    border-bottom: 2px solid #dfe8eb;
}
.boxTextImg {
    overflow: hidden;
    /*border-bottom: 2px solid #dfe8eb;*/
}
.boxTextImg .titleBg {
    background: #dde3e7;
    padding: 5px 15px 5px 15px;
    display: inline-block;
    font-weight: 600;
    font-size: 1.1rem;
}
.boxGreyBkg {
    background: #f8f9fa;
    padding-bottom: 10px;
    position: relative;
}
.greyRowBkg {
    background: #f8f9fa;
}
.boxGreyBkg .titleBg {
    -moz-transform: translate(0, -15px);
    -webkit-transform: translate(0, -15px);
    -o-transform: translate(0, -15px);
    -ms-transform: translate(0, -15px);
    transform: translate(0, -15px);
}
.boxTextImg ul {
    margin: 0;
    padding: 0 0 0 15px;
}
.boxTextImg ul li {
    margin: 0;
    padding: 0 0 0 25px;
    color: #5C6670;
    list-style-type: none;
    position: relative;
	font-size:16px;
	line-height:27px;
	font-weight:400;
	margin-bottom:16px;
}
.boxTextImg ul li::before {
    font-family: "Font Awesome 5 Free";
    content: "\f111";
    font-size: 13px;
    position: absolute;
    left: 0;
    top: 8px;
    color: #A5B2C0;
    background: #A5B2C0;
    border-radius: 100%;
    width: 12px;
    height: 10px;
    line-height: 10px;
}
.boxImage {
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
}
.boxImage img {
    width: 100%;
    max-width: auto;
}

@media (max-width: 991px) {
    .boxTextImg ul {
        margin-bottom: 30px;
    }
    .slideCateg {
        margin-bottom: 30px;
    }
    .boxImage {
        margin-top: 20px;
    }
    .boxImage.imgLeft {
        margin-top: 00px;
        margin-bottom: 30px;
    }
}
@media (max-width: 767px) {
    .boxTextImg h3 {
        font-size: 1.3rem !important;
    }
}
.underHeaderSpace {
    height: 47px;
    width: 100%;
}
.modalPopupPage {
    display: none;
    position: fixed !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 999999;
}
.modal_innerDp {
    position: absolute;
    z-index: 9999999;
    width: 100%;
    max-width: 670px;
    height: 458px;
    background: #fff;
    top: calc(50% - 229px);
    left: calc(50% - 335px);
}
.modalImg {
    position: relative;
}
.modalImg img {
    width: 100%;
    max-width: 670px;
}
.imgModal {
    position: relative;
}
.btnModalClose {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 99999999;
}
.overlayImgModal {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
}
.titleModal {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    text-align: center;
}
.titleModal h2 {
    text-align: center;
    margin: 0 0 10px 0;
    padding: 0;
    color: #fff;
    font-weight: 300;
    font-size: 2.5rem;
}
.titleModal h3 {
    text-align: center;
    margin: 0;
    padding: 10px 10px 10px 10px;
    color: #fff;
    font-weight: 600;
    font-size: 1.7rem;
    border: 1px solid #fff;
    display: inline-block;
    text-transform: uppercase;
}
.descriptionModal {
    overflow: hidden;
    padding: 30px 15px 30px 15px;
    text-align: center;
}
.descriptionModal h2 {
    text-align: center;
    margin: 0;
    padding: 0;
    color: #2a333a;
    font-weight: 700;
    font-size: 2rem;
}
.linkModal {
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    margin-top: 20px;
}
.linkModal a {
    display: inline-block;
    background: #2a333a;
    color: #fff;
    padding: 10px 20px 10px 20px;
    text-transform: uppercase;
    border-radius: 10px;
    font-size: 1.1rem;
}
@media (max-width: 670px) {
    .modal_innerDp {
        left: 0;
    }
    .btnModalClose {
        max-width: 15px;
    }
    .titleModal h2 {
        font-size: 1.8rem;
    }
    .titleModal h3 {
        font-size: 1.4rem;
    }
    .modal_innerDp {
        height: auto;
    }
}
@media (max-width: 450px) {
    .titleModal {
        top: 10px;
    }
}

.navbar.navbar-sticky.navbarWarenkorb {
   /* top: 43px;
    padding-top: 20px;*/
}
.breadcrumbProd {
    margin-top: 8px;
    padding-bottom: 10px;
}
.breadcrumbProd li .subcategoryTitle {
    color: #42586f;
}


.iconMobFooter {
    display: none !important;
}

.cartTotalRight {
    overflow: hidden;
    padding: 15px 0 0 0;
}
@media (max-width: 1200px) {
    .cartkasse a {
        font-size: 16px;
    }
    .navbar.navbar-sticky.navbarWarenkorb {
       /* top: 77px;
		padding-top:30px;*/
    }
    .areaCartDet {
        margin-top: 50px;
    }
}
@media (max-width: 991px) {
    .leftImagesDiv {
        margin-top: 10px;
    }
    .areaCtRightWarenkorb {
        margin-top: 40px;
    }
    .dspNoneMobCart {
        display: none;
    }
    .cart {
        overflow: hidden;
    }
    .cart-wrapper {
        min-width: auto;
    }
    .mobileTitleCart {
        display: block;
        float: left;
        font-size: 14px;
		line-height:19px;
        font-weight: 500;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-right: 10px;
		padding-left:15px;
    }
	.areaCtRightWarenkorb .areaTabRight ul li {
		padding-left: 0px;
		padding-right: 0px;
	}
	.areaCtRightWarenkorb .cartTotalRight {
		padding-left: 15px;
		padding-right: 15px;
	}
	.cartProduct .cartPrdRemove{
		margin-right:15px;
	}
	.priceMobBox{
		font-weight:600;
	}
	.totalCartPaddingLeft{
		margin-top:2px;
	}
	.boxCartMob .inpNumber{
		padding-left:15px;
		padding-right:15px;
	}
	.boxCartMob .inpNumber h3{
		padding-left:0px;
		padding-right:0px;
	}
    .areaTabMob {
        text-align: left !important;
    }
    .boxCartMob {
        overflow: hidden;
        margin-top: 20px;
    }
    .inpNumber {
        width: auto !important;
    }
    .mobileCartRemove {
        text-align: right;
        margin-top: -25px;
    }
	.upd_HeaderWarenkorbLogoImg{
		top:11px;
	}
    .cartProduct .cartPrdRemove {
        text-align: center;
    }
    .totalCart {
        text-align: left !important;
    }
    .totalCart .col-sm-6 {
        width: 50%;
    }
    .areaTabRight ul {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .prodAreaRight {
        padding-left: 30px;
        padding-right: 30px;
    }
    .titleCartNoPadding {
        padding: 0;
    }
    .totalCartPaddingLeft {
        padding-left: 24px;
    }
    .totalCartPaddingRight {
        padding-right: 24px;
    }
    .titleTabRight {
        padding: 1.4rem 1rem;
    }
    .cartTotalRight {
        padding: 15px 15px 0 15px;
    }
    .areaMenu.mt-4 {
        margin-top: 0;
    }
}
@media (max-width: 767px) {

    .mbMob {
        margin-bottom: 15px;
    }
    
    .iconMobFooter {
        display: inline-block !important;
        float: right;
        margin-top: 4px;
    }
   
}
@media (max-width: 450px) {
    .productAdtItem,
    .productOptionsSizeItem {
        padding: 0.9rem 0;
        width: 47%;
    }
}
.navbar-toggler {
    background: #F8F9FA;
	padding:0px;
}
.navbar-fixed-light.fixed-top .navbar-toggler,
.navbar-hover-light:hover .navbar-toggler,
.navbar-light .navbar-toggler {
    color: #fff;
}
.navbar-toggler span {
    width: 22px;
    height: 2px;
    background: #949CA4;
    margin: 3px 0 6px 0;
    display: block;
}
.bgWhite {
    background: #fff !important;
    font-size: 15px;
}
.btnBgWhite .btn {
    background: #fff !important;
    padding: 0.5rem 0.75rem !important;
}
.customNumber .btn {
    padding: 0.5rem 0.75rem !important;
}
.boxProdCardTitle {
    overflow: hidden;
	height:24px;
}
.areaTabRight .order-summary-item {
    padding-bottom: 15px;
}
.custom-nav .nav-link.active:hover {
    background: #495057;
    color: #fff;
}
@media (max-width: 450px) {
    .navbar.navbar-sticky.navbarWarenkorb {
        /*top: 97px;*/
    }
    .navbar.navbar-sticky.navbarWarenkorb.fixed-top {
       /* top: 87px;*/
    }
    .navbar.navbar-sticky.navbarWarenkorb.fixed-top .areaMenu {
        margin-top: 0 !important;
    }
    .menuTopBar ul li {
        font-size: 15px;
    }
    .underHeaderSpaceWarenkorb {
        height: 35px !important;
    }
}

.upd_homeTitle {
    font-weight: 600;
    font-size: 4rem !important;
}
.upd_h5HomeTitle {
    font-size: 2em;
    font-weight: 600;
}
.upd_homeH1 {
    font-weight: 300;
}
.upd_homeTitle2 {
    font-weight: 600;
}
.boxAreaImg {
    position: relative;
}
.upd_areaImgHome {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    min-height: 100%;
    display: flex !important;
}
.upd_titleImgHome {
    font-weight: 700;
    font-size: 35px;
    padding-top: 30px;
    padding-right: 40px;
    color: #fff;
}
.upd_font600 {
    font-weight: 600;
}
.upd_titleHover {
    margin-top: 50%;
}
.upd_subtitle {
    font-size: 0.8rem;
    padding-top: 15px;
}
.upd_titleHover2 {
    margin-top: 60%;
}
.upd_subtitle2 {
    font-size: 0.8rem;
    padding-top: 15px;
}
.upd_width400 {
    width: 400px;
}
.upd_blogCateg {
    padding-bottom: 100px;
}
.upd_kategoryname {
    color: grey;
}
.upd_iframeSocialWrapper {
    border: none;
    overflow: hidden;
    width: 150px;
    height: 120px;
}
.upd_blogShare {
    height: 70px;
    width: 70px;
    float: left;
}
.upd_width100 {
    width: 100%;
}
.upd_color333 {
    color: #333;
}
.sectTextBorder {
    overflow: hidden;
    border-top: 2px solid #dfe8eb;
    border-bottom: 2px solid #dfe8eb;
}
.boxTextImg {
    overflow: hidden;
    /*border-bottom: 2px solid #dfe8eb;*/
}
.boxTextImg .titleBg {
    background: #dde3e7;
    padding: 5px 15px 5px 15px;
    display: inline-block;
    font-weight: 600;
    font-size: 1.1rem;
}
.boxGreyBkg {
    background: #f8f9fa;
    padding-bottom: 10px;
    position: relative;
}
.greyRowBkg {
    background: #f8f9fa;
}
.boxGreyBkg .titleBg {
    -moz-transform: translate(0px, -15px);
    -webkit-transform: translate(0px, -15px);
    -o-transform: translate(0px, -15px);
    -ms-transform: translate(0px, -15px);
    transform: translate(0px, -15px);
}
.boxTextImg ul {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 15px;
}
.boxImage {
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
}
.boxImage img {
    width: 100%;
    max-width: auto;
}

@media (max-width: 991px) {
    .boxTextImg ul {
        margin-bottom: 30px;
    }
    .slideCateg {
        margin-bottom: 30px;
    }
    .boxImage {
        margin-top: 20px;
    }
    .boxImage.imgLeft {
        margin-top: 00px;
        margin-bottom: 30px;
    }
}
@media (max-width: 767px) {
    .boxTextImg h3 {
        font-size: 1.3rem !important;
    }
}
.big-letter {
    background: #3d5199;
    margin: 40px 0 0;
    padding: 8px 13px;
    display: block;
    text-align: center;
    width: 30px;
    font-size: 1.6em;
    font-weight: bold;
    color: #fff;
}
.letters-bg {
    background-color: #f0f0f0;
    margin: 15px 0 0 0;
    padding: 8px 20px;
    font-size: 1.3em;
    word-spacing: 0.4em;
    line-height: 1.4em;
}
.glossar-bg {
    background-color: #f0f0f0;
    margin: 15px 0 0 0;
    padding: 2px 20px 15px 20px;
}
.glossar-bg h3 {
    margin: 20px 0 0;
    padding: 0;
    font-size: 0.9em;
    font-weight: bold;
    text-transform: none;
}
.glossar-bg p {
    font-size: 0.85em;
    line-height: 1.4;
    margin-bottom: 10px;
}
.letters-bg-bottom {
    background-color: #f0f0f0;
    margin: 40px 0 30px 0;
    padding: 10px 20px;
    font-size: 1.4em;
    word-spacing: 0.4em;
    line-height: 1.4em;
}
.upd_footerLineText {
    margin-right: -12px;
}
.upd_stickyHeader {
    font-size: 0.8em !important;
}
.upd_logoHeight {
    height: 50px;
    margin-top: 7px;
}
.upd_cartTotal {
    white-space: nowrap;
}
:root {
    --main-link-color: #768769;
    --main-link-hover-color: #343a40;
    --main-stars-color: #343a40;
}
.upd_dspNone {
    display: none;
}
.upd_modalGuest {
    margin-top: 35%;
    background-color: #f1f1f1;
}
.upd_btnModal {
    background-color: #454545;
    color: #fff;
    width: 200px;
}
.upd_modalLogin {
    margin-top: 35%;
    background-color: #f1f1f1;
}
.up_modalLoginSocial {
    width: 218px;
    margin-left: auto;
    margin-right: auto;
}
.upd_modalFbLogin {
    width: 109px;
    height: 39px;
    background-position: 0px 0px;
    display: block;
    float: left;
}
.upd_modalTwLogin {
    width: 109px;
    height: 39px;
    background-position: -109px 0px;
    display: block;
    float: left;
}
.upd_popUpLogin {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}
.upd_iconEmailLogin {
    background-position: -150px 0;
    width: 22px;
    height: 22px;
    display: block;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 5px;
    right: 0;
}
.upd_inputPasswordLogin {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
.upd_iconPasswordLogin {
    background-position: -130px 0;
    width: 22px;
    height: 22px;
    display: block;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 5px;
    right: 0;
}
.upd_btnLoginModal {
    background-color: #454545;
    color: #fff;
    width: 300px;
}
.upd_impressumMapid {
    width: 100%;
    height: 400px;
}
.incorrectLoginAttemptHolder {
    width: 100%;
    overflow: hidden;
}
.upd_marginRight12 {
    margin-right: -12px;
}
.upd_errorSearch {
    display: none;
    color: red;
    font-size: 14px;
}
.upd_cursor {
    cursor: pointer;
}
.upd_imgDownArrow {
    margin-left: -1px;
}
.upd_floatRight {
    float: right;
}
.upd_imgDownArrow2 {
    margin-left: -2px;
}
.upd_borderBottom3 {
    border-bottom: 3px solid #454545;
}
.upd_cursorDefault {
    cursor: default;
}
.upd_searchResJobDescr {
    color: black;
    width: 20px;
}
#userDataStorageConsent:hover {
    display: block !important;
}
.upd_positionRelative {
    position: relative;
}
.upd_contactUserData {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.upd_userDataStorageConsentInput {
    display: block !important;
}
.upd_userDataStorageConsentLabel {
    padding-left: 10px;
    cursor: pointer;
    font-size:13px;
    line-height:19px;
    text-transform: none;
	color:#bfc2c4;
}
.upd_kontaktBackground {
    background: #fafafa;
}
.upd_height400 {
    height: 400px;
}
.upd_padding0 {
    padding: 0px;
}
.setSBSButton {
    margin: 0px 5px 10px 5px;
}
.setAccountInfoTxt {
    font-size: 18px;
}
.setPaddingTop20 {
    padding-top: 20px;
}
.headerr {
    position: relative;
    background-color: black;
    height: 75vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}

.headerr video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.headerr .container {
    position: relative;
    z-index: 2;
}

.headerr .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 1;
}

@media (pointer: coarse) and (hover: none) {
    .header {
        background: url("https://source.unsplash.com/XT5OInaElMw/1600x900") black no-repeat center center scroll;
    }
    .headerr video {
        display: none;
    }
}
.upd_ctInhaltsverzeichnis {
    border-style: solid;
    border-width: 1px;
    padding: 10px;
}
.upd_textInhaltsverzeichnis {
    font-size: 1.2em;
    font-weight: 350;
}
.upd_margin20 {
    margin: 20px;
}
.upd_shoprufname {
    text-align: left;
    padding-left: 10px;
}
.upd_fontProductListLexi {
    font-size: 0.8em;
}
.upd_textUnderline {
    text-decoration: underline;
}
.upd_displayInline {
    display: inline;
}
.upd_textProductOptionsInfo {
    color: orange;
    font-weight: 400;
}
.upd_paddingRight10 {
    padding-right: 10px;
}
.upd_outlineNone {
    outline: none;
}
.upd_imgProductPressArr {
    max-width: 120px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.upd_ctRatingDateTime {
    width: 165px;
    overflow: hidden;
}
.upd_fontProdRatingStars {
    font-size: 13px !important;
}
.upd_margin0 {
    margin: 0px;
}
/*.upd_productMainCnt {
    max-width: 570px;
}*/
.upd_colorProdCategName {
    color: #42586f;
}
.upd_width50 {
    width: 50%;
}
.upd_alignTop {
    vertical-align: top;
}
.upd_shippingtime {
    color: green;
    font-weight: bold;
}
.upd_productinstock {
    color: orange;
    font-weight: 400;
}
.upd_productinstock2 {
    color:#343a40;
    font-weight: 600;
    font-size: 16px;
}
.upd_productinstock3 {
    color: #212529;
    font-weight: 700;
    font-size: 16px;
}
.upd_minWidth130 {
    min-width: 130px;
}
.upd_fontsize07 {
    font-size: 0.7em;
}
.upd_colorGreen {
    color: green;
}
.upd_colorOrange {
    color: orange;
}
.upd_fontItalic {
    font-style: italic;
}
.upd_fontsize13 {
    font-size: 13px;
}
.upd_imgProductOptionsPrice {
	width:100%;
    max-width: 55px;
    margin-top: 5px;
}
.upd_lineHeight12 {
    line-height: 1.2;
}
.upd_btnAddCart {
    width: 100% !important;
    padding: 8px 70px !important;
}
.upd_produktKonfiguratorDiv {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 4;
    width: 100%;
}
.upd_fontsize94 {
    font-size: 0.94em;
}
.upd_iframeInfoMarkenText {
    height: 600px;
    width: 100%;
    max-width: 840px;
}
.upd_fontWeight600 {
    font-weight: 600;
}
.upd_fontsize24 {
    font-size: 24px;
}
.upd_fontsize85 {
    font-size: 0.85em;
}
.upd_quizButton {
    float: left;
    width: 100px;
}
.upd_textareaSilvesterQuiz {
    margin-bottom: 100px;
    margin-left: 20px;
}
.upd_width100px {
    width: 100px;
}
.upd_ctPlusone {
    float: right;
    margin-right: 100px;
    margin-top: 10px;
    margin-bottom: -36px;
}
.upd_detPlusone {
    height: 70px;
    width: 70px;
    float: right;
}
.upd_ebookWgRatgeber {
    padding: 30px 50px !important;
    font-size: 1.4em;
}
.upd_ctBenefits {
    padding-left: 25%;
    padding-right: 10%;
}
.upd_detBenefits {
    color: green;
    font-size: 1.3em;
}
.upd_span4 {
    cursor: pointer;
    width: 250px !important;
}
.upd_vmap {
    margin-left: -100px !important;
    width: 325px !important;
    height: 400px !important;
}
.upd_span8 {
    padding-left: 100px;
}
blockquote.style1 {
    font: 14px/20px italic Times, serif;
    padding: 8px;
    background-color: #faebbc;
    border-top: 1px solid #e1cc89;
    border-bottom: 1px solid #e1cc89;
    margin: 5px;
    background-image: url("/static/images/openquote.jpg");
    background-position: top left;
    background-repeat: no-repeat;
    text-indent: 23px;
}
blockquote.style1 span {
    display: block;
    background-image: url("/static/images/closequote.jpg");
    background-repeat: no-repeat;
    background-position: bottom right;
}
blockquote.style2 {
    font: 14px/22px normal helvetica, sans-serif;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 50px;
    padding-left: 15px;
    border-left: 3px solid #ccc;
}
#wrap {
    width: 100%;
    margin: 0 auto;
}
#left_col {
    float: left;
    width: 35%;
    margin-left: 10%;
}
#right_col {
    float: right;
    width: 35%;
    margin-right: 10%;
}
.upd_blockquote1 {
    font-size: 1.25em;
    font-style: italic;
}
.upd_blockquoteSpan1 {
    margin-left: 30px;
    font-size: 0.9em;
}
.upd_blockquote2 {
    margin-top: 60px;
    font-size: 1.25em;
    font-style: italic;
}
.upd_blockquoteSpan2 {
    margin-left: 30px;
    font-size: 0.9em;
}
.upd_blockquote3 {
    margin-bottom: 20px;
    font-size: 1.25em;
    font-style: italic;
}
.upd_blockquoteSpan3 {
    margin-left: 30px;
    font-size: 0.9em;
}
.upd_blockquote4 {
    margin-top: 27px;
    font-size: 1.25em;
    font-style: italic;
}
.upd_blockquoteSpan4 {
    margin-left: 30px;
    font-size: 0.9em;
}
.upd_titleSpan6 {
    margin-left: 20px;
}
.upd_ctStudentenwerk {
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
}
.upd_ctTableContents {
    padding:0px 0px 0px 0px;
    float: right;
    background: #fff;
    margin-left: 20px;
    margin-bottom: 20px;
    margin-top: 7px;
}
.upd_titleTableContents {
    font-size: 1.2em;
    font-weight: 350;
}
.upd_footerWarenkorbImprint {
    font-size: 0.8em;
    cursor: hand;
}
.upd_footerWarenkorbAgb {
    padding-left: 5%;
    font-size: 0.8em;
    cursor: hand;
}
.upd_HeaderWarenkorbNavbar {
    width: 160px;
    position: absolute;
    top: 5px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.upd_HeaderWarenkorbLogoImg {
    width: 160px;
    position: absolute;
    top: 5px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.upd_HeaderWarenkorbLogoHoverImg {
    width:auto;
    position: absolute;
    top: 5px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.upd_ctProductRating {
    font-size: 0.9rem;
    max-height: 0px;
}
.upd_fontBold {
    font-weight: bold;
}
.upd_maxWidth100 {
    max-width: 100%;
}
.upd_btConfirmOrdBt {
    margin-top: 15px;
    margin-bottom: 15px;
    width: inherit;
}
.upd_marginBottom0 {
    margin-bottom: 0px;
}
.upd_paddingTop20 {
    padding-top: 20px;
}
.upd_fontsize12Em {
    font-size: 1.2em;
}
.upd_paddingTop16 {
    padding-top: 16px;
}
.upd_fontsize9rem {
    font-size: 0.9rem;
}
.descr_prod a {
    margin-bottom: 20px;
}
.boxzoom1 {
    /*height:608px;*/
    max-height: 600px;
    overflow: hidden;
}
.boxzoom2_2 {
    /*height:291px;*/
    max-height: 274px;
    overflow: hidden;
}
.boxzoom2 {
    max-height: 274px;
    overflow: hidden;
}
.boxzoom3 {
    /*height:202.5px;*/
    max-height: 193px;
    overflow: hidden;
}
.boxzoom3 img,
.boxzoom2_2 img,
.boxzoom2 img,
.boxzoom1 img {
    transition: transform 1s, filter 0.3s ease-out;
}
.boxzoom3:hover img,
.boxzoom2_2:hover img,
.boxzoom2:hover img,
.boxzoom1:hover img {
    transform: scale(1.1);
}
.homeH5Title {
    font-size: 1.4rem;
    margin: 15px 0px 19px 0px !important;
}
.decrHomeP {
    line-height: 1.7;
}
.areaHomeAbout {
}
.titleHomeAbout {
	font-size: 26px !important;
	font-weight:400;
}
.areaHomeAbout p{
	text-align:justify;
}



.navbar-nav .headerMenuSt {
    padding-top: 20px;
    padding-bottom: 17px;
}
.areaMenu .navbar-nav .nav-link {
    letter-spacing: 0px;
}

@media (max-width: 1200px) {
    .navbar-nav .headerMenuSt {
        padding-top: 24px;
        padding-bottom: 17px;
    }
    .navbarWarenkorb  .mainLogo {
        top: -33px;
    }
    .navbarWarenkorb  .mainLogoHover {
        top: -33px;
    }
}
@media (max-width: 991px) {
    .navbar-nav .headerMenuSt:last-child {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .navbar-nav .headerMenuSt {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .mainLogo {
        top: 6px;
    }
    .mainLogoHover {
        top: 6px;
    }
	.nav-item .navbar-icon-link .text-sm{
		font-size:14px;
		color:#8C959D;
	}
	.imgLogoMobHover,
	.imgLogoMo,
	.navbar-brand img{
		left:50%!important;
		top:16px;
		transform: translate(-50%, -50%)!important;
	}
	.ctProdAreaFaq .prodDetFaqItem .tab-label{
		height:auto;
		line-height:19px;
		padding-top:7px;
		padding-bottom:7px;
	}
	.prodDetOtherProdArea{
		margin-top:115px;
	}
	body .areaMenu .nav-link.headerMenuSelItem {
		border-bottom:0px!important;
	}
	.imagesHolder{
		margin-left:5px;
	}
	.heightCustomize{
		height:70px;
		line-height:71	px;
	}
	.iconLeftV{
		margin-top:55px;
	}
	.iconLeft{
		line-height:29px;
	}
	.iconRight{
		line-height:27px;
	}
}
@media (max-width:550px){
	.slideCateg .carousel-indicators li{
		width:36px;
		height:36px;
	}
	.slideCateg .carousel-control-prev, .slideCateg .carousel-control-next {
		color: #4b4b4b;
		top: auto;
		bottom: 18px;
	}
}
.productAdtItem.productAdtItemSel,
.productOptionsSizeItem.productOptionsSizeItem_sel {
    cursor: pointer;
}
.productAdtItem,
.productOptionsSizeItem {
    cursor: pointer;
}
.produktMainImageHolder iframe {
    width: 100%;
}
.customPadding_hrT {
    padding-top: 27px !important;
    padding-bottom: 0px !important;
    border-bottom: 0px !important;
}
.customPadding_hrB {
    padding-bottom: 27px !important;
}
.customPadding_hrBT {
    padding-top: 27px !important;
    padding-bottom: 27px !important;
    border-bottom: 0px !important;
}
.slideCateg .carousel-indicators {
    margin-bottom: 0px !important;
}
.upd_breadcrumb {
    padding-bottom: 10px;
    margin-top: 20px;
}
.upd_textContent{
	padding-top:28px;
}
.upd_textContent h1.text-center{
	font-weight:600;
	font-size: 24px!important;
    line-height: 24px!important;
}
.upd_textContent h1{
	font-weight:600;
	font-size: 24px!important;
    line-height: 24px!important;
}
.upd_textContent h2{
	font-size: 22px!important;
	margin-bottom: 1.6rem;
	font-weight: 600;
    text-transform: none;
}
.upd_textContentImpressum .text-content,
.upd_textContentImpressum{
	font-size: 14px!important;
	line-height: 24px;
	font-weight: 500;
    color: #343a40!important;
    font-family: 'Montserrat', sans-serif;
}
.upd_textContent p{
	margin-bottom: 1.7rem;
	line-height: 28px;
}
.upd_textContentIns h1{
	font-weight:600;
	font-size: 23px!important;
    line-height: 24px!important;
	padding-top: 7px;
	margin-bottom: 1.5rem;
}
.upd_impressumMapid {
	max-width:1108px;
	margin:0 auto;
	border-radius:5px;
	margin-top:56px;
	margin-bottom:20px;
}

.delivery_terms .block-header {
	padding:0px 0px 0px 0px;
}
.delivery_terms .block-header a.accordion-link{
    padding:0px 0px 0px 50px;
	position:relative;
	display:block;
}
.delivery_terms .block-header a.accordion-link i.fa-chevron-right{
   position:absolute;
   top: 15px;
    left: 20px;
   display:none;
}
.delivery_terms .block-header a.accordion-link i.fa-chevron-down{
   position:absolute;
  top: 15px;
    left: 20px;
   display:inline-block;
}
.delivery_terms .block-header a.accordion-link.collapsed i.fa-chevron-right{
   display:inline-block;
}
.delivery_terms .block-header a.accordion-link.collapsed i.fa-chevron-down{
   display:none;
}
.bookingKontakt .nav.nav-pills.nav-fill li button{
	background:none!important;
	border:0px!important;
	color:#343a40!important;
	text-align:center!important;
}
.bookingKontakt .nav.nav-pills.nav-fill li.active button{
	color:#fff!important;
}
.bookingKontakt .nav.nav-pills.nav-fill li{
	position:relative!important;
	background:#343A40!important;
}
.bookingKontakt .nav.nav-pills.nav-fill li{
	position:relative!important;
	background:#d9d9d9!important;
}
.bookingKontakt .nav.nav-pills.nav-fill li.active{
	position:relative!important;
	background:#343A40!important;
}
.bookingKontakt .nav.nav-pills.nav-fill li:before {
      content: "";
      position: absolute;
      left: -24px;
      bottom: 0;
      width: 0;
      height: 0;
      border-left: 24px solid #d9d9d9;
      border-top: 24px solid transparent;
      border-bottom: 24px solid transparent;
	  z-index:1;
    }
.bookingKontakt .nav.nav-pills.nav-fill li:after {
		background:#d9d9d9!important;
        content: "";
      position: absolute;
      right: 0px;
      bottom: 0;
      width: 0;
      height: 0;
      border-left: 24px solid #d9d9d9;
      border-top: 24px solid transparent;
      border-bottom: 24px solid transparent;
	  z-index:1;
}
.bookingKontakt .nav.nav-pills.nav-fill li.active:before {
      content: "";
      position: absolute;
      left: -24px;
      bottom: 0;
      width: 0;
      height: 0;
      border-left: 24px solid #d9d9d9;
      border-top: 24px solid transparent;
      border-bottom: 24px solid transparent;
	  z-index:2;
	  background#343A40!important;
    }
.bookingKontakt .nav.nav-pills.nav-fill li.active:after {
		background:#d9d9d9!important;
        content: "";
      position: absolute;
      right: 0px;
      bottom: 0;
      width: 0;
      height: 0;
      border-left: 24px solid #343A40;
      border-top: 24px solid transparent;
      border-bottom: 24px solid transparent;
	  z-index:2;
}
.bookingKontakt .nav.nav-pills.nav-fill li:first-child:before,
.bookingKontakt .nav.nav-pills.nav-fill li.active:first-child:before {
     display:none!important;
}
.bookingKontakt .nav.nav-pills.nav-fill li.active:last-child:after,
.bookingKontakt .nav.nav-pills.nav-fill li:last-child:after {
     display:none!important;
}
@media (max-width: 992px) {
	.boxImage img {
		width: auto;
		max-width: 100%;
	}
}

/****************************************FOOTER NEW STYLE START***********************************************************************/
.footerArea_newSt{
	width:100%;
	margin:0px 0px 0px 0px;
	padding:80px 0px 0px 0px;
	background:#343A40;
	overflow:hidden;
}
.footerArea_col1{
	width:20%;
	float:left;
}
.footerArea_col2{
	width:20%;
	float:left;
}
.footerArea_col3{
	width:20%;
	float:left;
}
.footerArea_col4{
	width:20%;
	float:left;
}
.footerArea_col5{
	width:20%;
	float:left;
}

.ftListMenuSt {
	font-weight:500;
	font-size:15px;
	line-height:18.29px;
	color:#F9F9F9;
	margin:0px 0px 17px 0px;
}
.ftMbMenuContent {
    display: block;
	list-style-type:none;
	max-width: 90%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.ftMbMenuContent li {
    margin-bottom:17px;
    line-height:20px;
	font-weight:300;
	font-size:15px;
	line-height:18.29px;
	color:#DFDFDF;
}
.ftMbMenuContent li.ftMbMenuContentTitle{
	font-weight:500;
	font-size:15px;
	line-height:18.29px;
	color:#F9F9F9;
	margin:30px 0px 17px 0px;
}
.ftMbMenuContent li span,
.ftMbMenuContent li a {
    font-weight:400;
	font-size:15px;
	line-height:18.29px;
	color:#DFDFDF;
}
.ftMbMenuContentText{
	 font-weight:400;
	font-size:15px;
	line-height:37.5px;
	color:#DFDFDF;
}
.ftMbMenuContent li.ftDetImgNewSt{
    text-align: left;
}
.ftMbMenuContent li.ftDetImgNewSt img{
    max-height:45px;
}

.ftMbMenuContentContact {
    display: block;
	list-style-type:none;
	max-width: 90%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 20px 0px;
	margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
    list-style: none;
}
.ftMbMenuContentContact li.ftMbMenuContactTitle{
	font-weight:500;
	font-size:15px;
	line-height:18.29px;
	color:#F9F9F9;
	margin:0px 0px 5px 0px;
}
.ftMbMenuContentContact li.ftMbMenuContactContent{
	font-weight:400;
	font-size:15px;
	line-height:18.29px;
	color:#DFDFDF;
	margin-bottom:0px;
}
.ftMbMenuContentContact li.ftMbMenuContactContent a:hover{
	color:#DFDFDF;
}
.footerCopyrightContent{
	width:100%;
	clear:both;
	text-align:center;
	font-weight:400;
	font-size:14px;
	line-height:14.06px;
	color:#A7A7A7;
	margin:0px 0px 0px 0px;
	padding:30px 0px 30px 0px;
	background:#343A40;
}
.footerCopyrightContent p{
	width:100%;
	text-align:center;
	font-weight:400;
	font-size:14px;
	line-height:14.06px;
	color:#A7A7A7;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.socialFb{
	font-size:20px;
	margin-right:20px;
}
.socialIn{
	font-size:20px;
}
.paymentMethodsFooter  li img{
	margin-bottom:15px;
}
.footerAreaMobile{
	display:none;
}
@media (max-width: 1170px) {
	.footerArea_newSt{
		padding:30px 15px 0px 15px;
	}
}
@media (max-width: 1050px) {
	.footerArea_col4{
		width:23%;
	}
	.footerArea_col1{
		width:17%;
	}
}
@media (max-width: 900px) {
	.footerArea_col5,
	.footerArea_col4,
	.footerArea_col3,
	.footerArea_col2,
	.footerArea_col1{
		width:33.3%;
	}
}
@media (max-width: 767px) {
	.footerArea_col5,
	.footerArea_col4,
	.footerArea_col3,
	.footerArea_col2,
	.footerArea_col1{
		width:100%;
		max-width:100%;
		margin:0 auto;
	}
    .ftListMenuSt {
        cursor: pointer;
    }
    .iconMobFooter {
        display: inline-block !important;
        float: right;
        margin-top: 4px;
    }
    .ftMbMenuContent,
    .paymentMethodsFooterMobile ul {
        padding-left: 0px !important;
    }
	.dspNoneMobile{
		display:none;
	}
	.footerAreaMobile{
		display:block;
	}
	
	.paymentMethodsFooter {
		display:table;
		width:100%;
		max-width:100%;
	}
	.paymentMethodsFooterMobile{
		padding:0px;
	}
	.paymentMethodsFooterMobile li {
		display:table-cell;
		padding-left:10px;
		padding-right:10px;
	}
	.paymentMethodsFooterMobile li:first-child{
		padding-left:0px;
	}
	.paymentMethodsFooterMobile li:last-child{
		padding-right:0px;
	}
	.footerCtMobile{
		margin-bottom:25px;
	}
	.ftMbMenuContent{
		display:none;
	}
	.ftListMenuSt{
		color:#949CA4;
	}
	.footerTitleContactMb{
		font-weight: 500;
		font-size: 15px;
		line-height: 18.29px;
		color: #949CA4;
		margin: 0px 0px 0px 0px;
	}
	.footerPhoneContactMb{
		font-weight: 700;
		font-size: 20px;
		color:#fff!important;
		margin:15px 0px 0px 0px;
	}
	.footerPhoneContactMb:visited,
	.footerPhoneContactMb:active,
	.footerPhoneContactMb:focus{
		color:#fff!important;
	}
	.footerSocialContactMb{
		list-style-type:none;
		margin-top:10px;
	}
	.socialFb{
		font-size:24px;
		margin-right:30px;
	}
	.socialIn{
		font-size:24px;
	}
	.footerAdrssMobile{
		overflow:hidden;
		margin-top:20px;
	}
	.footerAdrssMobile h2{
		margin:0px 0px 5px 0px;
		padding:0px 0px 0px 0px;
		font-size:15px;
		font-weight:600;
		color: #949CA4;
	}
	.footerAdrssMobile p{
		margin:0px 0px 10px 0px;
		padding:0px 0px 0px 0px;
		font-size:16px;
		font-weight:300;
		color: #F9F9F9;
	}
	.footerCopyrightContent p {
		font-size:12px;
	}
}
/****************************************FOOTER NEW STYLE END***********************************************************************/

/***********************************************/

.areaDesktopPopUpNewSt .areaDesktopPopUp {
    max-width: 1028px;
	background:#F9F9F9;
	border-radius:5px;
}
.textPopUpNewSt{
	display:table-cell;
	font-size:20px;
	font-weight:700;
	line-height:24px;
	margin-right:50px;
	vertical-align:top;
	width:40%;
	padding-top:30px;
	padding-bottom:30px;
}
.formPopUpNewSt{
	display:table-cell;
	vertical-align:top;
	width:50%;
	padding:30px 30px 30px 0px;
}
.formPopUpNewSt p{
	font-size:13px;
	color: #757575;
	line-height:17px;
	margin:10px 0px 0px 0px;
}
.btnEbookNewSt{
	float:left;
	margin-left:-135px;
}
.btnEbookNewSt input{
	font-size:16px;
	font-weight:600;
	color:#fff;
	padding:13px 20px 13px 20px;
	text-transform:uppercase;
	background:#343A40;
	border:0px;
}
.areaDesktopPopUpNewSt .contentLeftPopUpNewSt{
	width:auto;
}
.areaDesktopPopUpNewSt .contentRightPopUpNewSt{
	width:auto;
}
.areaDesktopPopUpNewSt .contentRightPopUpNewSt img{
	max-width:auto;
	margin:0px;
}
.inputPopUpNewSt{
	float:left;
	height:50px;
	width: 100%;
    padding-right: 135px;
}
.inputPopUpNewSt input{
	height:50px;
	line-height:50px;
	border:1px solid #949CA4;
}
.btnInpPopUpNewSt{
	overflow:hidden;
	width:100%;
}
.btnClosePopUpActNewSt{
	display: inline-block;
    line-height: 20px;
    color: #1D1D1D;
    text-align: center;
    font-size: 16px;
	font-weight:700;
}
.btnClosePopUpNewSt {
    position: absolute;
    top: -1px;
    right: auto;
    right: 10px;
}
.contentLeftPopUpMbNewSt{
	display:none;
}
.contentLeftPopUpNewSt {
    padding: 30px 30px 30px 20px;
    text-align: left;
	 display: table-cell;
    vertical-align: middle;
}
.contentRightPopUpNewSt{
	 text-align: left;
	 display: table-cell;
    vertical-align: middle;
}
.boxTextImg .titleBg {
    background: none;
	padding-left:0px;
}
.boxGreyBkg {
    background: none;
}
.boxTextImg ul {
	padding:0px 0px 0px 0px;
}



@media (max-width:767px){
	.contentLeftPopUpMbNewSt{
		display:block;
		margin-top: 30px;
		float: left;
	}
	.contentRightPopUpNewSt{
		display:none;
	}
	.textPopUpNewSt{
		display:block;
		width:auto;
		float:left;
		margin-right:0px;
		font-size:16px;
		width:65%;
	}
	.formPopUpNewSt{
		display:block;
		width:100%;
		margin-top:40px;
		padding-left:15px;
		padding-right:15px;
	}
	.contentLeftPopUpMbNewSt img{
		max-width:100px;
	}
	.btnInpPopUpNewSt{
		display:inline-block;
		margin-top:20px;
	}
	.upd_titleImgHome {
		font-size:32px;
	}
}
@media (max-width:600px){
	.inputPopUpNewSt{
		padding-right:0px;
	}
	.btnEbookNewSt{
		margin:20px 0px 0px 0px;
		width:100%;
	}
	.btnEbookNewSt input {
		width:100%;
	}
}

/****************/
.upd_breadcrumb{
	padding-top:24px;
	padding-bottom:24px;
	margin:0px;
}
.upd_textContent{
	padding-top:0px;
}
.breadcrumb-item.prodNameBreadcrumb{
	color:#343A40;
	font-size:15px;
	font-weight:600;
}
.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #949CA4;
    content: "/";
	font-weight:600;
	line-height:24px;
}
#produktTmplContent .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #949CA4;
    content: "/";
	font-weight:600;
	line-height:20px;
}
.breadcrumb-item a{
	color:#949CA4;
	font-size:15px;
	font-weight:600;
}
.upd_textContent h1 {
    font-weight: 700;
    font-size: 1.8rem !important;
	line-height:24px;
}
