/* =========================================================
   BALLENTIN VIDEO – KONTAKTBEREICH
   ========================================================= */

.bv-contact-section {
    position: relative;
    padding: 2em 24px;
    background: #f3f5f8;
    color: #17283f;
    box-shadow: 0 5px 5px #313131;;
    z-index: 1;
	margin-bottom: 2em;
}

.bv-contact-container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

/* =========================================================
   GESAMTE KACHEL
   ========================================================= */

.bv-contact-card {
    display: grid;
    grid-template-columns: minmax(330px, 0.72fr) minmax(0, 1.45fr);
    align-items: stretch;
    overflow: hidden;
    background: #ffffff;
    border-radius: 18px;
    box-shadow: none;
}

/* =========================================================
   LINKE SEITE
   ========================================================= */

.bv-contact-info {
    position: relative;
    padding: 48px 44px;
    overflow: hidden;
    color: #ffffff;
    background: linear-gradient(145deg, #091a2d 0%, #102d4d 62%, #183d64 100%);
}

.bv-contact-info::before {
    content: "";
    position: absolute;
    width: 460px;
    height: 460px;
    top: -310px;
    left: -120px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.035);
}

.bv-contact-info::after {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    right: -190px;
    bottom: -150px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.07);
}

.bv-contact-info-inner {
    position: relative;
    z-index: 2;
}

/* =========================================================
   HEADLINE LINKS
   ========================================================= */

.bv-contact-heading {
    max-width: 420px;
}

.bv-contact-kicker {
    display: block;
    margin-bottom: 13px;
    color: #67ace9;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.bv-contact-info h2,
.bv-contact-info h3 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(27px, 2.5vw, 36px);
    font-weight: 500;
    line-height: 1.15;
    letter-spacing: -0.02em;
}

.bv-contact-line {
    width: 52px;
    height: 3px;
    margin: 20px 0;
    background: #4b9ad7;
    border-radius: 10px;
}

.bv-contact-intro {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
    line-height: 1.6;
}

/* =========================================================
   DIREKTER KONTAKT MIT ICONS
   ========================================================= */

.bv-contact-direct {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-top: 30px;
}

.bv-direct-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.bv-direct-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 9px;
    color: #67ace9;
    font-size: 15px;
}

.bv-direct-content {
    min-width: 0;
}

.bv-direct-content span {
    display: block;
    margin-bottom: 2px;
    color: rgba(255, 255, 255, 0.52);
    font-size: 11px;
    line-height: 1.4;
}

.bv-direct-content a,
.bv-direct-content strong {
    display: block;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    text-decoration: none;
}

.bv-direct-content a {
    transition: color 0.2s ease;
}

.bv-direct-content a:hover {
    color: #67ace9;
}

/* =========================================================
   ALLEINSTELLUNGSMERKMALE
   ========================================================= */

.bv-contact-facts {
    margin-top: 30px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.bv-contact-fact {
    display: grid;
    grid-template-columns: 115px 1fr;
    gap: 16px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.bv-contact-fact:last-child {
    border-bottom: 0;
}

.bv-contact-fact strong {
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
}

.bv-contact-fact span {
    color: rgba(255, 255, 255, 0.68);
    font-size: 13px;
    line-height: 1.45;
}

/* =========================================================
   FORMULARSEITE
   ========================================================= */

.bv-contact-form-area {
    padding: 52px;
    background: #ffffff;
    box-shadow: none;
}

/* =========================================================
   FORMULAR-ÜBERSCHRIFT
   ========================================================= */

.bv-form-heading {
    margin-bottom: 32px;
}

.bv-form-heading h3 {
    margin: 0 0 9px;
    color: #17283f;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: -0.015em;
}

.bv-form-heading p {
    max-width: 620px;
    margin: 0;
    color: #707984;
    font-size: 14px;
    line-height: 1.6;
}

/* =========================================================
   FORMULAR-GRID
   ========================================================= */

.bv-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 30px;
}

.bv-form-field-full {
    grid-column: 1 / -1;
}

/* =========================================================
   FORMULARFELDER
   ========================================================= */

.bv-form-field {
    display: flex;
    flex-direction: column;
}

.bv-form-field label {
    margin-bottom: 9px;
    color: #203a59;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.045em;
    text-transform: uppercase;
}

.bv-form-field input,
.bv-form-field select,
.bv-form-field textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 15px 16px;
    background: #fbfcfd;
    color: #17283f;
    border: 1px solid #ccd4dc;
    border-radius: 5px;
    outline: none;
    font-family: inherit;
    font-size: 15px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.bv-form-field input {
    height: 56px;
}

.bv-form-field textarea {
    min-height: 150px;
    line-height: 1.6;
    resize: vertical;
}

.bv-form-field input::placeholder,
.bv-form-field textarea::placeholder {
    color: #929aa4;
}

.bv-form-field input:hover,
.bv-form-field select:hover,
.bv-form-field textarea:hover {
    border-color: #aab7c4;
}

.bv-form-field input:focus,
.bv-form-field select:focus,
.bv-form-field textarea:focus {
    background: #ffffff;
    border-color: #2f5a91;
    box-shadow: 0 0 0 3px rgba(47, 90, 145, 0.10);
}

/* =========================================================
   SELECT
   ========================================================= */

.bv-select-wrap {
    position: relative;
}

.bv-select-wrap select {
    height: 56px;
    padding-right: 50px;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}

.bv-select-wrap::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #254f7f;
    border-bottom: 2px solid #254f7f;
    transform: translateY(-70%) rotate(45deg);
    pointer-events: none;
}

/* =========================================================
   FORMULAR UNTEN
   ========================================================= */

.bv-form-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-top: 28px;
    padding-top: 25px;
    border-top: 1px solid #e2e6ea;
}

.bv-form-privacy {
    max-width: 600px;
    margin: 0;
    color: #707984;
    font-size: 12px;
    line-height: 1.65;
}

.bv-form-privacy a {
    color: #2f5a91;
    text-decoration: none;
}

.bv-form-privacy a:hover {
    text-decoration: underline;
}

/* =========================================================
   BUTTON
   ========================================================= */

.bv-form-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    flex: 0 0 auto;
    min-width: 210px;
    height: 56px;
    padding: 0 27px;
    border: 0;
    border-radius: 4px;
    background: linear-gradient(135deg, #183f67, #2f5a91);
    color: #ffffff;
    font-family: inherit;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(26, 66, 107, 0.18);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.bv-form-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(26, 66, 107, 0.25);
}

.bv-form-arrow {
    font-size: 21px;
    font-weight: 400;
    line-height: 1;
    transition: transform 0.2s ease;
}

.bv-form-submit:hover .bv-form-arrow {
    transform: translateX(4px);
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1050px) {
    .bv-contact-card {
        grid-template-columns: 1fr;
    }

    .bv-contact-info {
        padding: 48px 45px;
    }

    .bv-contact-intro {
        max-width: 700px;
    }

    .bv-contact-facts {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 25px;
        margin-top: 30px;
        padding-top: 25px;
    }

    .bv-contact-fact {
        display: block;
        padding: 0;
        border: 0;
    }

    .bv-contact-fact strong,
    .bv-contact-fact span {
        display: block;
    }

    .bv-contact-fact span {
        margin-top: 5px;
    }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 760px) {
    .bv-contact-section {
        padding: 60px 18px;
    }

    .bv-contact-card {
        grid-template-columns: 1fr;
        border-radius: 14px;
        box-shadow: none;
    }

    .bv-contact-info {
        padding: 40px 28px;
    }

    .bv-contact-info h2,
    .bv-contact-info h3 {
        font-size: 29px;
    }

    .bv-contact-direct {
        margin-top: 27px;
    }

    .bv-contact-facts {
        grid-template-columns: 1fr;
        gap: 0;
        margin-top: 27px;
        padding-top: 20px;
    }

    .bv-contact-fact {
        display: grid;
        grid-template-columns: 110px 1fr;
        gap: 15px;
        padding: 11px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .bv-contact-fact:last-child {
        border-bottom: 0;
    }

    .bv-contact-form-area {
        padding: 38px 28px;
        box-shadow: none;
    }

    .bv-form-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .bv-form-field-full {
        grid-column: auto;
    }

    .bv-form-bottom {
        flex-direction: column;
        align-items: stretch;
        gap: 22px;
    }

    .bv-form-submit {
        width: 100%;
    }
}

/* =========================================================
   KLEINE SMARTPHONES
   ========================================================= */

@media (max-width: 430px) {
    .bv-contact-section {
        padding: 45px 14px;
    }

    .bv-contact-info {
        padding: 36px 22px;
    }

    .bv-contact-info h2,
    .bv-contact-info h3 {
        font-size: 28px;
    }

    .bv-contact-line {
        margin: 20px 0;
    }

    .bv-contact-intro {
        font-size: 14px;
    }

    .bv-direct-content a,
    .bv-direct-content strong {
        font-size: 13px;
    }

    .bv-contact-fact {
        grid-template-columns: 100px 1fr;
    }

    .bv-contact-fact strong {
        font-size: 15px;
    }

    .bv-contact-fact span {
        font-size: 13px;
    }

    .bv-contact-form-area {
        padding: 32px 20px;
    }

    .bv-form-field input,
    .bv-form-field select {
        height: 52px;
    }

    .bv-form-field textarea {
        min-height: 140px;
    }
}