.sec_hero_contact {
    padding: 7rem 0;
}

.sec_hero_contact .contact_form {
    border-radius: 0px 20px 20px 0px;
    background: #2669a8;
    height: 100%;
    padding: 40px 80px;
}

.gform_legacy_markup_wrapper .gfield_required {
    color: white;
}

.sec_hero_contact .contact_form h2 {
    color: white;
    font-size: 28px;
    font-weight: 700;
}

.gform_wrapper {
    display: block !important;
}

.bg_color {
    background: #f7f7f7;
}
.sec_hero_contact .hero_content {
    height: 100%;
    border-radius: 20px 0 0 20px;
    padding: 40px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.sec_hero_contact h1 {
    color: #2569a8;
    margin-bottom: 1rem;
}

.sec_hero_contact .kontakt_info {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.sec_hero_contact .kontakt_info img {
    width: 26px;
}

.sec_hero_contact .kontakt_info p {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 25px;
}

.sec_hero_contact .row {
    align-items: stretch;
}

.sec_hero_contact .hero_content h2 {
    font-size: 28px;
    font-weight: 400;
    color: #36393d;
}

.sec_hero_contact .max-500 {
    max-width: 500px;
    height: 100%;
}

p.angebot_btn {
    font-size: 24px;
    min-height: 64px;
    display: flex;
    align-items: center;
}
.inner-contact {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

@media (min-width: 768px) {
    .sec_hero_contact .col-6 {
        -ms-flex: 0 0 47.5%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0;
        width: 50%;
    }
}

@media (max-width: 767px) {
    .sec_hero_contact {
        padding: 0 0 30px;
    }
    body h1 {
        font-size: 26px;
        font-weight: 800;
        margin: 40px 0 25px;
        line-height: 34px;
    }
    .sec_hero_contact .hero_content {
        height: 100%;
        border-radius: 0;
        padding: 0 20px;
    }
    .mobile-desgin {
        background: #fff;
        border-radius: 14px;
        padding: 25px 20px 0;
        margin-bottom: 20px;
    }
    p.angebot_btn {
        font-size: 19px;
        min-height: 60px;
        margin: 0;
        width: 100%;
        justify-content: center;
        padding: 10px 20px;
    }
    .sec_hero_contact .contact_form {
        border-radius: 14px;
        padding: 20px;
        margin: 0 20px 0;
    }
    .sec_hero_contact .contact_form h2 {
        font-size: 22px;
    }
    .hair_calc,
    .max-500 {
        max-width: 500px;
        margin: auto;
    }
    .sec_hero_contact .hero_content h2 {
        font-size: 22px;
    }
    .sec_hero_contact select {
        min-height: 48px;
    }
    .sec_hero_contact [class*="col-"] {
        padding: 0;
    }
}