@charset "utf-8";

/* TODO */
.container-fluid {
    padding-right: 5%;
    padding-left: 5%;
}
.xxx--product--availability---r,
.circle_red {
    color: #db1087;
    font-weight: 600;
}
.xxx--product--availability---y,
.circle_yellow {
    color: #ff7f00;
    font-weight: 600;
}
.xxx--product--availability---g,
.circle_green {
    color: #20C813;
    font-weight: 600;
}

.content__langtext {
    width: 80%;
    height: 30px;
    text-overflow: ellipsis;
}
.content__langtext {
    white-space: nowrap;
}

.slider__background {
    background-position: center;
    background-size: cover;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: .9;
    filter: blur(8px);
    z-index: -1;
}

.menue:hover .es-accordion__menu.dropdown-menu-menu {
    display: none;
}

/* .subdomen {
    display: none;
} */

.header__block-img {
    height: 80px;
    width: 100%;
}


.xxx--page-header--img {
    background-image: var(--head-logo);
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
}

/*===================== 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;
}

.content__body-item>div {
    height: 100%;
}

.content__body-item .list__lieferbar .bestand__info span {
    font-size: 16px;
}

.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-details-titel);
    font-weight: 400;
}

.list__lieferbar i.i_liferbar {
    color: var(--bg-details-titel);
}

.es__list-img {
    max-height: 80px;
}

.wk__message_info p {
    font-size: 16px !important;
}

/*
*
* Extra Small (XS)
*/

@media (max-width: 767px) {
    .xxx--page-header--img {
        background-size: contain;
    }
    .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 ==============================*/
