.header-background-div {
    background: url(/assets/img/Berg_weiss.svg) -120px 70px #002E55;
    background-repeat: no-repeat;
    background-size: 640px;
    height: 450px;
}

@media (max-width: 768px) {
    .header-background-div {
        background: none;
        height: auto;
    }
}

.header-background-img {
    top: -7rem;
    bottom: 0;
    left: -25rem;
    height: 100%;
    transform: scale(0.6);
}

.img-grid-container {
    left: 50%;
    top: 33rem;
    transform: translate(-50%);
    z-index: 10000;
}

.container-semiboxed .pimcore_editable_image {
    z-index: 10000;
}

.apply-border-radius {
    border-radius: 2%;
}

.multiq-background-div {
    height: 450px;
}

@media (max-width: 991px) {
    .multiq-background-div {
        background: none !important;
        background-color: transparent !important;
        height: auto !important;
    }
}
