@charset "utf-8";

/* TODO */

.blau {
    color: var(--bg-header);
}

.xxx--product--availability---r,
.circle_red {
    /*color: #db1087;*/
    color: red;
    font-weight: 600;
}
.xxx--product--availability---y,
.circle_yellow {
    color: #ff7f00;
    font-weight: 600;
}
.xxx--product--availability---g,
.circle_green {
    color: #009540;
    font-weight: 600;
}

.carousel-control {
    width: 2%;
}

.counter_container {
    display: flex;
    align-items: center;
    border-radius: 34px 0 0 34px;
    background: #F3F3F3;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.15);
    vertical-align: middle;
    font-size: 16px;
    padding: 0 30px;
    font-weight: 600;
}
.counter_block {
    display: flex;
    margin: 5px;
}
.counter_rabatt {
    color: var(--bg-header);
}
.counter_countdown {
    color: #333;
}
.counter_ziffer {
    background:  var(--bg-header);
    font-size: 24px;
    color: #FFF;
    border-radius: 3px;
    padding: 0 6px;
}
.counter_doppelpunkt {
    font-size: 24px;
    color: #333;
}
.counter_ziffer2 {
    margin-left: 4px;
}
.felder {
    display: flex;
}

.h-100 {
    height: 100%;
}

#backtop {
    z-index: 10002;
    bottom: 40px;
    right: 0;
    opacity: 0;
    transition: all .3s ease-out;
    position: fixed;
}

#backtop button {
    color: var(--bg-header);
    background-color: transparent;
    outline: none;
    border: 0;
    padding-top: 0;
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 50px;
}

#backtop button:hover {
    cursor: pointer;
    background-color: transparent;
}

.show {
    opacity: 1 !important
}


/* .slider__img {
    height: 500px;
    object-fit: contain;
} */

.hersteller__logo {
    background-image: url(../images/head_logo.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.hersteller__logo img {
    /* height: 100%; */
    object-fit: cover;
}

.accordion__menu {
    display: none;
}

.menu-li.menue:hover .accordion__menu {
    display: block;
}

.xxx---h-100 {
    height: 100% !important;
}

/*===================== Lieferbar ==============================*/

.list__lieferbar .bestand__info {
    position: absolute;
    top: -23px;
    left: -170px;
    border: 1px solid #000;
    background-color: #fff;
    /* border-radius: 4px; */
    padding: 5px 10px 5px 10px !important;
    z-index: 10;
    display: none;
    min-width: 150px;
    /* box-shadow: 0 0 6px rgba(0, 0, 0, .6); */
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}

.list__lieferbar .xxx--product--availability {
    min-height: 50px;
}

.content__body-item .list__lieferbar .bestand__info {
    position: absolute;
    top: 0px;
    left: 70px;
}

.xxx--product--availability {
    display: flex;
}

.xxx--product--availability i {
    cursor: pointer;
}

.list__lieferbar:hover .bestand__info {
    display: flex;
}

.bestand__info p {
    margin: 0;
    color:  var(--bg-header);
    font-weight: 400;
}

.list__lieferbar i.i_liferbar {
    color: var(--bg-header);
}

/*
*
* Extra Small (XS)
*/

@media (max-width: 767px) {
    .content__body-item .list__lieferbar .bestand__info {
        top: 50px;
        left: -46px;
    }
    .list__lieferbar .bestand__info {
        top: 94px;
        left: 92px;
    }
    .bestand__info {
        top: 20px;
        left: 70px;
    }
}


/*
*
* Small (SM)
*/

@media (min-width: 768px) and (max-width: 991px) {
    .bestand__info {
        top: 77px;
        left: 70px;
    }
}


/*
*
* Medium (MD)
*/

@media (min-width: 992px) and (max-width: 1199px) {
    .content__body-item .list__lieferbar .bestand__info {
        top: 50px;
        left: -46px;
    }
}


/*
*
* Large (LG)
*/

@media (min-width: 1200px) {
    
}

    
    
/*=====================/ Lieferbar ==============================*/
