.wbox-haendler {
    background: #ffffff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    /* -webkit-border-radius: 8px;
            border-radius: 8px; */
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    height: 1px;
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.wbox-haendler.showkt.showprod {
    opacity: 1;
    height: auto;
    margin-bottom: 30px;
    padding: 15px;
}

.wbox-haendler-logo {
    width: 20%;
    border: 1px solid #707070;
    padding: 10px;
    position: relative;
}

.wbox-haendler-logo img {
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .wbox-haendler-logo img {
        position: absolute;
        max-width: -webkit-calc(100% - 20px) !important;
        max-width: calc(100% - 20px) !important;
    }
}

.wbox-haendler-content {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* -webkit-align-content: space-evenly;
        -ms-flex-line-pack: space-evenly;
            align-content: space-evenly; */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 0;
}

.wbox-haendler-content .link-element {
    /* width: 260px; */
    border-bottom: 2px solid #e92e33;
    display: inline-table;
}
.wbox-haendler-content .link-element:hover {
    border-bottom: 2px solid #b50916;
}

.wbox-haendler-content .link-element:last-child {
    margin-bottom: 0;
}

.wbox-haendler-handelspartner,
.wbox-haendler-servicepartner {
    opacity: 0.5;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    width: 10.5%;
    font-size: small;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* -webkit-align-content: space-between;
        -ms-flex-line-pack: justify;
            align-content: space-between; */
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.wbox-haendler-handelspartner.available,
.wbox-haendler-servicepartner.available {
    opacity: 1;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    position: relative;
}

.wbox-haendler-productimage {
    width: 100%;
    text-align: center;
}

.wbox-haendler-check {
    width: 30px;
    height: 30px;
    background-image: url("/packages/theme_frifri/themes/frifritheme/img/n-check.svg");
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    left: -webkit-calc(50% + 10px);
    left: calc(50% + 10px);
    /* bottom: 70px; */
    top: 80px;
}

.wbox-haendler-servicepartner .wbox-haendler-check {
    /* left: -webkit-calc(50% + 50px);
    left: calc(50% + 50px); */
}

/* @media (max-width: 1199px) {
    .wbox-haendler-logo {
        width: 20%;
    }
    .wbox-haendler-content {
        width: 30%;
    }
    .wbox-haendler-handelspartner {
        width: 20%;
    }
    .wbox-haendler-servicepartner {
        width: 22%;
    }
} */
/* @media (max-width: 991px) {
    .wbox-haendler-logo {
        width: 20%;
    }
    .wbox-haendler-content {
        width: 63%;
    }
    .wbox-haendler-handelspartner {
        width: 46%;
    }
    .wbox-haendler-servicepartner {
        width: 46%;
    }
} */
@media (max-width: 768px) {
    .wbox-haendler-logo {
        width: 20%;
    }
    .wbox-haendler-content {
        width: 48%;
    }
    .wbox-haendler-handelspartner {
        width: 13%;
        transform: scale(0.8);
    }
    .wbox-haendler-servicepartner {
        width: 13%;
        transform: scale(0.8);
    }
}
@media (max-width: 480px) {
    .wbox-haendler-logo {
        width: 33%;
    }
    .wbox-haendler-content {
        width: 63%;
        padding: 0;
    }
    .wbox-haendler-handelspartner {
        width: 50%;
        transform: scale(0.7);
    }
    .wbox-haendler-servicepartner {
        width: 50%;
        transform: scale(0.7);
    }
    .wbox-haendler-check {
        top: 70px;
    }
}

@keyframes zoom-in {
    0% {
        transform: scale(0.1);
    }
    100% {
        transform: none;
    }
}

.is-animated {
    animation: 0.8s zoom-in;
}
