
.yellowbox {
    .content {
        transition: opacity 0.3s ease;
    }
    &.toggled, &:hover {
        .default {
            opacity: 0;
        }
        .hover-text {
            opacity: 1;
        }
    }
}
.bluebox {
    &:hover {
        .joboffer {
            color: #006eb0;
            text-decoration: underline;
        }
    }
}
@media (max-width: 1024px) {
    .teaser-image {
        content: url("/detailpages/landingpages/karriere/benefits/img/teaser.mobil.webp");
    }
}

.container-main{
    padding: 0 !important;
}