/* General */

.cta .cta-wrapper {
    background: linear-gradient(135deg,var(--navy),#183148);
    color: white;
    padding:45px;
    border-radius: 36px;
    overflow: hidden;
}

.cta .subtitel {
    background: rgba(86,178,184,.12);
    color: var(--teal);
}

.cta h2,
.cta h3,
.cta h4 {
    color: #fff;
}

.cta p {
    color: rgba(255,255,255,.82);
}

.cta .bild-kachel {
    border-radius:36px; 
    overflow:hidden; 
    box-shadow:var(--shadow); 
    background:#fff; 
    position:relative;
}

.cta .bild-kachel img {
    width:100%; 
    aspect-ratio:4/3; 
    object-fit:cover
}

.cta .bildbeschrieb {
    position:absolute; 
    left:22px; 
    right:22px; 
    bottom:22px;
    background:rgba(255,255,255,.88); 
    backdrop-filter:blur(16px);
    border:1px solid rgba(255,255,255,.82); 
    border-radius:24px;
    padding:17px 18px; 
    box-shadow:0 16px 36px rgba(13,26,41,.13);
    font-weight:700;
}

.cta .buttons_wrapper {
    margin-top: 25px;
    margin-bottom: 25px;
}

.cta .buttons_wrapper .button.primary {
    margin-right:15px;
}


/* Responsive */

@media only screen and (min-width: 1921px) {

}

@media only screen and (max-width: 1920px) {

}

@media only screen and (max-width: 1599.98px) {

}

@media only screen and (max-width: 1399.98px) {

}

@media only screen and (max-width: 1199.98px) {

}

@media only screen and (max-width: 991.98px) {

}

@media only screen and (max-width: 767.98px) {

}

@media only screen and (max-width: 575.98px) {

    .cta .cta-wrapper {
        padding:30px;
    }

}

@media only screen and (max-width: 499.98px) {

}

@media only screen and (max-width: 449.98px) {

    .cta .cta-wrapper {
        padding:25px;
    }

}

@media only screen and (max-width: 399.98px) {


}

@media only screen and (max-width: 349.98px) {

}

@media only screen and (max-width: 319.98px) {

}