.contact-banner {
    min-height: 769px;
    padding-top: 180px;
    padding-bottom: 80px;
    background: url('/wp-content/themes/esi/_public/images/Kontakt-bg.webp') no-repeat;
    background-size: cover;
    background-position: top right;
}

.contact-banner .wpcf7-form {
    padding: 20px;
    min-height: unset;
    background: none;
}

.contact-banner .title {
    color: #fff;
}

.contact-banner-row {
    display: flex;
    flex-direction: column-reverse;
}

@media all and (min-width: 1024px){
    .contact-banner-row {
        flex-direction: row;
    }
}

@media all and (min-width: 1024px){
    .contact-banner-col {
        width: 50%;
    }
}

.calendly-inline-widget {
    padding: 20px;
}

.contact-banner-col iframe {
    height: 920px;
}