@media only screen and (min-width: 768px) and (max-width: 1240px) {
        .header_placeholder2 {
                height: 0 !important
}
}



   @media only screen and (max-device-width : 480px){
	  .mobileHide { display: none;}
}
 

 @media only screen and (min-device-width : 480px){
	  .mobileHide2 { display: none;}
}



.unterstrichen {
        box-shadow: inset 0px -10px 0px 0px #f7ec65;
        padding-bottom:5px;
}

a.nav:hover {text-decoration:underline;}
a.nav:active {text-decoration:underline;}


.spacer {
clear: both;
height: 30px;
}


.tdleft {
text-align:left;
}
#Header > #Top_bar .top_bar_left {
    min-width: 100%;
}
.product-home {
    padding: 0 30px;
}
@media(max-width: 960px) {
    .product-home {
        margin-bottom: 50px;
        padding: 0 15px;
    }
}
.product-home__slider-item {
    margin-bottom: 15px;
    border: 1px solid #dedede;
}
.product-home__title {
    font-size: 26px;
}
.shop-section-title {
    margin-bottom: 50px;
    text-align: center;
}
.product-home__actions {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.product-home__description {
    margin: 20px 0;
    padding-left: 8px;
    line-height: 1.2;
    list-style: none;
}
.product-home__description > li {
    position: relative;
}
.product-home__description > li:after {
    content: '';
    position: absolute;
    top: 7px;
    left: -8px;
    display: block;
    width: 4px;
    height: 4px;
    background-color: rgb(98, 98, 98);
    border-radius: 50%;
}
@media(min-width: 767px) and (max-width: 1240px) {
    .product-home__description {
        font-size: 13px;
    }
    .product-home__description > li:after {
        top: 6px;
    }
}
@media(max-width: 766px) {
    .product-home__description {
        font-size: 15px;
    }
}
.product-home__actions a.button {
    margin: 0;
    text-align: center;
}
.product-home__actions .button-stroke a.button {
    width: 100%;
}
.product-home__actions a.button .button_label {
    float: none;
    margin: 0 auto;
    white-space: nowrap;
}
.product-home__actions .button-stroke a.button .button_label {
    padding: 9px 5px;
}
.shop {

}
.shop__title {
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
}
.shop__items {
    padding: 50px 0;
}
.shop-item {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}
.shop-item__slider {
    position: relative;
    width: 100%;
    max-width: 350px;
    border: 1px solid #dedede;
}
.shop-item__slider:hover .shop-item__overlay {
    opacity: 1;
    visibility: visible;
}
.shop-item__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,.6);
    opacity: 0;
    visibility: hidden;
    transition: .2s;
    cursor: pointer;
}
.shop-item__overlay-text {
    font-size: 26px;
    color: #ffffff;
}
.shop-item__slider-item {
    min-width: 350px;
}
.shop-item__content {
    padding-left: 50px;
}
.shop-item__title {

}
.shop-item__text {

}
.shop-item__actions .button-stroke a.button .button_label {
    padding: 9px 16px;
}
@media(max-width: 768px) {
    .shop-item {
        flex-direction: column;
    }
    .shop-item__slider {
        max-width: none;
        margin-bottom: 20px;
    }
    .shop-item__content {
        padding-left: 0;
    }
}