:root {
    --uv-theme: #117D96;
    --uv-dark: #111111;
    --uv-beige: #F3EBDD;
    --uv-text: #111;
    --uv-muted: #4d4d4d;
    --uv-line: #dedede;
    --uv-red: #e30613;
    --uv-shell: 1500px;
    --uv-grau-bg: #F6F6F6;
    --uv-schwarz: #111111;
}

/* CSS-Variablen, werden per JS gesetzt */
:root {
    --header-h: 0px;
    --footer-h: 0px;
}

main {
    min-height: calc(100dvh - var(--header-h) - var(--footer-h));
}

iframe#call_iframe {
    min-height: max(600px, calc(90dvh - var(--header-h) - var(--footer-h)));
    width: 100%;
}

/* roboto-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v51-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-700 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v51-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--uv-text);
    font-family: Roboto, Arial, Helvetica, sans-serif;
    background: #fff;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    display: block;
}

.uv-shell {
    width: min(var(--uv-shell), calc(100% - 48px));
    margin-inline: auto;
}

.uv-header {
    background: #fff;
    border-bottom: 1px solid #f1f1f1;
}

.uv-header__inner {
    height: 128px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.uv-logo {
    font-size: 42px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -0.06em;
}

.uv-logo span span {
    color: var(--uv-red);
}

.uv-logo img {
    height: 38px;
    width: auto;
}

.uv-nav {
    display: flex;
    align-items: center;
    gap: 30px;
    font-weight: 800;
    font-size: 18px;
    color: var(--uv-theme);
}
.uv-nav a.uv-btn {
    font-weight: 800;
    font-size: 18px;
    padding: 14px 29px;
}

.uv-nav__cta {
    margin-left: 6px;
}

.uv-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 42px;
    padding: 0 22px;
    border: 2px solid var(--uv-theme);
    font-weight: 800;
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
    transition: transform .15s ease, background .15s ease, color .15s ease;
}

.uv-btn:hover {
    transform: translateY(-1px);
}

.uv-btn:hover {
    transform: none;
    background: var(--uv-dark);
    color: #fff;
    border-color: var(--uv-dark);
}

.uv-btn--solid {
    background: var(--uv-theme);
    color: #fff;
}

.uv-btn--outline {
    background: #fff;
    color: var(--uv-theme);
}

.uv-btn--red {
    background: var(--uv-red);
    color: #fff;
    border-color: var(--uv-red);
}

.uv-icon {
    font-size: 14px;
    line-height: 1;
}

.uv-badge {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 14px;
    border: 1.5px solid var(--uv-theme);
    color: var(--uv-text);
    font-size: 12px;
    text-transform: uppercase;
    background: transparent;
}

.uv-badge {
    margin-bottom: 2em;
    display: inline-block;
    padding: 9px 16px;
    border: 1.5px solid var(--uv-theme);
    font-size: 14px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    background: transparent;
}


.uv-hero {
    background: #f7f7f7;
}

.uv-hero__grid {
    display: grid;
    grid-template-columns: 1fr 1.05fr;
    align-items: stretch;
    gap: 64px;
    min-height: 650px;
}

.uv-hero__content {
    padding: 72px 0 70px;
    align-self: center;
}

.uv-hero h1 {
    max-width: 560px;
    line-height: .98;
    color: var(--uv-schwarz);
    letter-spacing: -0.005em;
    font-size: clamp(2rem, 3.6vw, 2.75rem);
    font-weight: 800;
    line-height: 1.18;
    margin: 0 0 22px;
    letter-spacing: -0.005em;
}

.uv-hero p {
    max-width: 575px;
    margin: 0 0 18px;
    font-size: 15px;
    line-height: 1.32;
    font-weight: 600;
}

.uv-hero p {
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.01em;
    line-height: 20.8px;
    margin-bottom: 1em;
    max-width: 100%;
}

.uv-hero .uv-btn {
    width: 268px;
    max-width: 100%;
    justify-content: center;
    padding: 10px;
    height: 48px;
    font-weight: normal;
    font-size: 16px;
}

.uv-price-mini {
    margin: 22px 0 28px;
}

.uv-price-mini div {
    font-size: 18px;
}

.uv-price-mini span {
    font-size: 29px;
    letter-spacing: -0.03em;
}

.uv-price-mini small {
    display: block;
    margin-top: 8px;
    font-size: 12px;
}

.uv-price-mini small {
    font-size: 14px;
    margin: 8px 0;
}

.uv-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.uv-actions--vertical {
    flex-direction: column;
    align-items: flex-start;
}

.uv-actions--center {
    justify-content: center;
}

.uv-hero__media {
    width: 100%;
    aspect-ratio: 1 / 1;
    align-self: center;
    overflow: hidden;
    display: block;
}

.uv-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.uv-usp {
    background: linear-gradient(180deg, var(--uv-beige) 0%, #FFFFFF 10%);
    padding: 150px 19% 120px;
    position: relative;
    overflow: hidden;
}

.uv-usp::before {
    content: '';
    position: absolute;
    top: clamp(-265px, -17.5vw, -135px);
    left: 50%;
    width: clamp(150px, 22vw, 360px);
    height: clamp(150px, 22vw, 360px);
    border-right: clamp(13px, 1.8vw, 34px) solid var(--uv-beige);
    border-bottom: clamp(13px, 1.8vw, 34px) solid var(--uv-beige);
    transform: translateX(-50%) rotate(45deg);
    z-index: 0;
    pointer-events: none;
}

.uv-usp::after {
    content: none;
}

.uv-usp__grid {
    position: relative;
    z-index: 1;
}

.uv-usp__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 95px;
    align-items: start;
    position: relative;
    z-index: 1;
}

.uv-usp__intro h2,
.uv-process h2,
.uv-contact h2 {
    margin: 0 0 28px;
    font-size: clamp(30px, 3.5vw, 44px);
    line-height: 1.02;
    letter-spacing: -0.045em;
    font-weight: 900;
}

.uv-usp__intro h2,
.uv-process h2,
.uv-contact h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.15;
    margin: 0 0 28px;
    letter-spacing: unset;
}

.uv-usp__intro p {
    max-width: 460px;
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 1.55;
    font-weight: 600;
}

.uv-usp__intro p {
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 18px;
    font-weight: normal;
}

.uv-usp__intro .uv-btn {
    margin-top: 20px;
}

.uv-usp__intro .uv-btn {
    width: 268px;
    max-width: 100%;
    justify-content: center;
    padding: 10px;
    height: 48px;
    font-weight: normal;
    font-size: 16px;
}


.uv-usp__cards {
    display: grid;
    gap: 18px;
}

.uv-usp-card {
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 26px;
    align-items: center;
    padding: 24px 28px;
    background: var(--uv-grau-bg);
}

.uv-usp-card__icon {
    color: var(--uv-theme);
    font-size: 34px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
}

.uv-usp-card h3 {
    margin: 0 0 4px;
    font-size: 21px;
    line-height: 1.08;
    font-weight: 900;
    letter-spacing: -0.02em;
}

.uv-usp-card p {
    margin: 0;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 600;
}

.uv-usp-card p {
    font-size: 16px;
    letter-spacing: 0.01em;
    line-height: 20.8px;
    font-weight: normal;
}

.uv-preview {
    background: #f4f4f4;
    padding: 76px 0 70px;
    text-align: center;
}

.uv-preview__inner > h2 {
    margin: 0 0 12px;
    font-size: 30px;
    font-weight: 900;
    letter-spacing: -0.03em;
}

.uv-preview__inner > h2 {
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 10px;
    letter-spacing: unset;
}

.uv-preview__inner > p {
    width: min(560px, 100%);
    margin: 0 auto 36px;
    font-size: 15px;
    line-height: 1.45;
    font-weight: 600;
}

.uv-preview__inner > p {
    font-size: 15px;
    text-align: center;
    max-width: 560px;
    margin: 0 auto 24px;
    line-height: 1.6;
    font-weight: normal;
}

.uv-preview__stage {
    position: relative;
    width: min(860px, 100%);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.uv-preview__stage img {
    width: min(650px, 78vw);
    margin-inline: auto;
}

.uv-slider-btn {
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    width: 42px;
    height: 42px;
    border: 0;
    background: #fff;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .15);
    color: var(--uv-theme);
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
}

.uv-slider-btn--prev {
    left: -72px;
}

.uv-slider-btn--next {
    right: -72px;
}

.uv-dots {
    display: flex;
    gap: 7px;
    justify-content: center;
    margin: 26px 0 24px;
}

.uv-dots span {
    width: 10px;
    height: 10px;
    background: rgba(17, 125, 150, .35);
}

.uv-dots .is-active {
    background: var(--uv-theme);
}

.uv-tabs {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 42px;
}

.uv-tabs button {
    border: 0;
    background: transparent;
    font-weight: 900;
    cursor: pointer;
}

.uv-tabs .is-active {
    color: var(--uv-theme);
}

.uv-preview__meta {
    margin-top: 28px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.uv-preview__meta {
    font-size: 14px;
    letter-spacing: 0.02em;
    text-align: center;
    margin: 28 auto 24px;
    font-weight: normal;
}

.uv-preview .uv-btn {
    font-size: 15px;
    text-align: center;
    max-width: 560px;
    line-height: 1.6;
    padding: 10px;
    height: 48px;
    font-weight: normal;
    font-size: 16px;
    width: 290px;
}

.uv-process {
    background: var(--uv-beige);
    padding: 84px 0 78px;
}

.uv-process__grid {
    display: grid;
    grid-template-columns: 1fr 470px;
    gap: 70px;
    align-items: start;
}

.uv-process__grid {
    grid-template-columns: 1fr 50%;
}

.uv-steps {
    list-style: none;
    padding: 0;
    margin: 0 0 38px;
    position: relative;
}

.uv-steps::before {
    content: '';
    position: absolute;
    left: 23px;
    top: 20px;
    bottom: 20px;
    width: 1px;
    background: rgba(0, 0, 0, .45);
}

.uv-steps li {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 22px;
    margin-bottom: 18px;
    position: relative;
}

.uv-steps span {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    background: var(--uv-theme);
    color: #fff;
    font-weight: 900;
    font-size: 18px;
    z-index: 1;
}

.uv-steps h3 {
    margin: 3px 0 3px;
    font-size: 18px;
    font-weight: 700;
}

.uv-steps p {
    margin: 0;
    font-size: 14px;
    line-height: 1.35;
}

.uv-steps p {
    margin: 0;
    font-size: 15px;
    line-height: 1.4;
}

.uv-process hr {
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .28);
    margin: 36px 0 28px;
}

.uv-audience {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px 54px;
}

.uv-audience h3 {
    margin: 0 0 6px;
    color: var(--uv-theme);
    font-size: 16px;
    font-weight: 900;
}

.uv-audience h3 {
    font-weight: 700;
    font-size: 16px;
}

.uv-audience p {
    margin: 0;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 600;
}

.uv-audience p {
    font-size: 16px;
    letter-spacing: 0.01em;
    line-height: 1.3em;
    font-weight: normal;
}

.uv-price-card {
    background: #fff;
    box-shadow: 0 18px 40px rgba(0, 0, 0, .12);
}

.uv-price-card__image {
    height: 162px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: end;
    padding: 28px;
    color: #fff;
    position: relative;
}

.uv-price-card__image::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(17, 125, 150, .55);
}

.uv-price-card__image h3 {
    margin: 0;
    font-size: 33px;
    font-weight: 900;
    position: relative;
    z-index: 1;
    letter-spacing: -0.04em;
}

.uv-price-card__body {
    padding: 30px 28px 30px;
}

.uv-price-card h2 {
    margin: 18px 0 10px;
    font-size: 32px;
    line-height: 1;
    font-weight: 900;
}

.uv-price-card h2 {
    font-size: 28px;
    font-weight: 800;
    margin: 0 0 10px;
}

.uv-price-card p {
    margin: 0 0 24px;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 600;
}

.uv-price-card p {
    font-size: 16px;
    margin: 0 0 24px;
    font-weight: normal;
}

.uv-price-card__buy {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 24px;
    align-items: center;
}

.uv-price-card__buy strong {
    display: block;
    font-size: 32px;
    letter-spacing: -0.04em;
}

.uv-price-card__buy small {
    display: block;
    font-size: 12px;
    font-weight: 700;
}

.uv-price-card__buy small {
    font-size: 13px;
    margin-top: -6px;
    font-weight: normal;
}

.uv-price-card__buy .uv-btn {
    height: 52px;
    font-size: 16px;
    font-weight: 700;
    justify-content: center;
    width: 290px;
}

.uv-price-card__note {
    display: block;
    margin: 10px 0 22px;
    font-size: 12px;
}

.uv-price-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 14px;
}

.uv-price-card li {
    display: grid;
    grid-template-columns: 20px 1fr;
    gap: 12px;
    font-size: 14px;
    font-weight: 600;
}

.uv-price-card li {
    font-weight: normal;
    font-size: 15px;
}

.uv-price-card li::before {
    content: '✓';
    display: grid;
    place-items: center;
    width: 20px;
    height: 20px;
    background: var(--uv-theme);
    color: #fff;
    font-size: 12px;
    font-weight: 900;
}

.uv-faq {
    background: #fff;
    padding: 90px 0;
    text-align: center;
}

.uv-faq h2 {
    margin: 0 0 14px;
    font-size: clamp(32px, 4vw, 44px);
    line-height: 1;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.uv-faq h2 {
    font-size: clamp(1.875rem, 3.4vw, 2.5rem);
    font-weight: 800;
    margin: 0 0 14px;
    color: var(--uv-schwarz);
    letter-spacing: -0.005em;
}

.uv-faq p {
    margin: 0 auto 28px;
    max-width: 520px;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 600;
}

.uv-faq p {
    font-size: 16px;
    margin: 0 auto 32px;
    font-weight: normal;
}

.uv-faq .uv-btn {
    width: auto;
    padding: 14px 32px;
    height: 52px;
    font-size: 18px;
}

.uv-contact {
    background: var(--uv-beige);
    padding: 80px 0 68px;
}

.uv-contact__grid {
    display: grid;
    grid-template-columns: 1fr 310px;
    gap: 64px;
    align-items: end;
}

.uv-contact p {
    max-width: 560px;
    font-size: 16px;
    line-height: 1.55;
    font-weight: 600;
    color: var(--uv-muted);
}

.uv-contact-form {
    margin-top: 42px;
    display: grid;
    gap: 18px;
}

.uv-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.uv-contact-form label {
    display: grid;
    gap: 6px;
    font-size: 12px;
    font-weight: 900;
}

.uv-contact-form input,
.uv-contact-form textarea {
    width: 100%;
    border: 1px solid #cfcfcf;
    background: #fff;
    min-height: 44px;
    padding: 12px;
    font: inherit;
    font-size: 14px;
}

.uv-contact-form textarea {
    min-height: 130px;
    resize: vertical;
}

.uv-contact-form .uv-btn {
    justify-self: start;
    min-height: 56px;
    padding-inline: 26px;
}

.uv-contact-card h3 {
    font-size: 17px;
    border-bottom: 3px solid var(--uv-red);
    padding-bottom: 10px;
    margin: 0 0 22px;
    font-weight: 900;
}

.uv-contact-card p {
    margin: 0 0 14px;
    font-size: 14px;
    color: var(--uv-text);
}

.uv-final-cta {
    background: var(--uv-dark);
    color: #fff;
    padding: 82px 0 94px;
    text-align: center;
}

.uv-final-cta h2 {
    margin: 0 auto 24px;
    max-width: 760px;
    font-size: clamp(34px, 4.4vw, 52px);
    line-height: 1.05;
    letter-spacing: -0.045em;
    font-weight: 900;
}

.uv-final-cta h2 {
    font-size: clamp(1.875rem, 3.4vw, 2.5rem);
    margin-bottom: 2rem;
    letter-spacing: unset;
}


.uv-final-cta p {
    margin: 0 auto 30px;
    max-width: 540px;
    color: rgba(255, 255, 255, .85);
    font-size: 15px;
    line-height: 1.4;
    font-weight: 700;
}

.uv-final-cta p {
    margin-bottom: 2rem;
    font-size: 16px;
    line-height: initial;
    font-weight: normal;
}

.uv-final-cta .uv-btn {
    padding: 10px;
    height: 48px;
    font-weight: normal;
    font-size: 16px;
}

.uv-final-cta small {
    display: block;
    margin-top: 32px;
    letter-spacing: .22em;
    font-size: 11px;
    font-weight: 900;
    color: rgba(255, 255, 255, .75);
}

.uv-final-cta small {
    font-size: 12px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

@media (max-width: 1000px) {
    .uv-header__inner {
        height: 92px;
    }

    .uv-nav {
        gap: 14px;
        font-size: 13px;
    }

    .uv-hero__grid,
    .uv-usp__grid,
    .uv-process__grid,
    .uv-contact__grid {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .uv-hero__grid {
        min-height: auto;
    }

    .uv-hero__content {
        padding: 48px 0 0;
    }

    .uv-hero__media img {
        max-height: 520px;
    }

    .uv-slider-btn {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .navbar-collapse {
        width: 100%;
        padding-top: 24px;
    }

    .uv-nav {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
        font-size: 18px;
    }

    .uv-nav a {
        display: block;
    }

    .navbar-collapse .uv-btn {
        margin-top: 20px;
        width: 100%;
    }
}

@media (max-width: 720px) {
    .uv-shell {
        width: min(100% - 28px, var(--uv-shell));
    }

    .uv-dots {
        display: none !important;
    }

    .uv-tabs {
        flex-direction: column;
        align-items: center;
        gap: 6px !important;
        margin-top: 20px;
    }

    .uv-tabs button {
        width: auto;
        text-align: center;
        padding: 6px 0;
        font-size: 16px;
        line-height: 1.3;
    }
    .uv-header__inner {
        align-items: flex-start;
        padding: 22px 0;
        height: auto;
        gap: 22px;
    }

    .uv-nav {
        flex-wrap: wrap;
        justify-content: flex-end;
    }

    .uv-hero h1 {
        font-size: 40px;
    }

    .uv-usp,
    .uv-preview,
    .uv-process,
    .uv-contact,
    .uv-faq,
    .uv-final-cta {
        padding-block: 56px;
    }
    .uv-usp {
        padding: 40px 10px;
    }

    .uv-tabs {
        gap: 16px;
        flex-wrap: wrap;
    }

    .uv-audience,
    .uv-form-row,
    .uv-price-card__buy {
        grid-template-columns: 1fr;
    }
}

.uv-preview-slider {
    width: 100%;
}

.uv-preview-slides {
    position: relative;
    width: min(720px, 100%);
    margin: 0 auto;
}

.uv-preview-slide {
    display: none;
    margin: 0;
}

.uv-preview-slide.is-active {
    display: block;
}

.uv-preview-slide img {
    display: block;
    width: 100%;
    height: auto;
}

.uv-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 26px;
}

.uv-dots button {
    width: 10px;
    height: 10px;
    padding: 0;
    border: 0;
    background: rgba(var(--uv-theme-rgb, 17, 125, 150), .35);
    cursor: pointer;
}

.uv-dots button.is-active {
    background: var(--uv-theme);
}

.uv-tabs {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 28px;
    flex-wrap: wrap;
}

.uv-tabs button {
    border: 0;
    background: transparent;
    font-weight: 800;
    font-size: 16px;
    cursor: pointer;
    color: var(--uv-dark);
}

.uv-tabs button.is-active {
    color: var(--uv-theme);
}

@media (min-width: 992px) {
    .navbar-collapse {
        flex-grow: 0;
    }
}

.mini-logo {
    width: 68px;
}

.uv-contact-card {
    background: var(--uv-beige);
    padding: 2rem;
}

.uv-contact-title {
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 1.5rem;
    position: relative;
}


.uv-contact-item {
    display: flex;
    gap: 12px;
    margin-bottom: 1rem;
    align-items: flex-start;
    font-size: 0.95rem;
}

.uv-icon {
    font-size: 1.1rem;
}

.uv-divider {
    margin: 2rem 0;
    border: none;
    border-top: 2px solid var(--uv-red);
}

.uv-social-title {
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 0.85rem;
    margin-bottom: 1rem;
}

.uv-social-icons {
    display: flex;
    gap: 10px;
    margin-bottom: 1.5rem;
}

.uv-social-btn {
    width: 48px;
    height: 48px;
    background: var(--uv-red);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
    padding: 7px;
}

.uv-maps-btn {
    display: inline-block;
    padding: 12px 20px;
    border: 2px solid var(--uv-red);
    color: var(--uv-red);
    text-decoration: none;
    font-weight: 600;
    background: white;
}

.uv-maps-btn:hover {
    background: var(--uv-red);
    color: white;
}

.uv-icon svg {
    width: 20px;
    height: 20px;
    display: block; /* verhindert inline spacing issues */
    fill: currentColor; /* Farbe sauber steuern */
}
.section-faq {
    background: #fff;
    padding: 76px 0 96px;
}

.faq-inner {
    width: min(1280px, calc(100% - 96px));
    margin: 0 auto;
}

.faq-back-link {
    display: inline-block;
    margin-bottom: 28px;
    font-size: 14px;
    color: var(--uv-muted);
}

.faq-header {
    max-width: 720px;
    margin-bottom: 56px;
}

.faq-title {
    margin: 0 0 18px;
    font-size: clamp(36px, 4vw, 54px);
    line-height: 1;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.faq-subtitle {
    margin: 0;
    font-size: 20px;
    line-height: 1.55;
    color: var(--uv-muted);
}

.faq-category {
    margin-bottom: 54px;
}

.faq-category-title {
    margin: 0;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--uv-line);
    color: var(--uv-theme);
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.faq-item {
    border-bottom: 1px solid var(--uv-line);
}

.faq-question {
    width: 100%;
    min-height: 64px;
    padding: 0;
    border: 0;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    text-align: left;
    font: inherit;
    font-size: 18px;
    font-weight: 900;
    cursor: pointer;
}

.faq-icon::before {
    content: "+";
    color: var(--uv-theme);
    font-size: 24px;
    font-weight: 400;
}

.faq-item.is-open .faq-icon::before {
    content: "–";
}

.faq-answer {
    display: none;
}

.faq-item.is-open .faq-answer {
    display: block;
}

.faq-answer-inner {
    max-width: 860px;
    padding: 0 0 28px;
    color: var(--uv-muted);
    font-size: 16px;
    line-height: 1.65;
}

.faq-item.is-open .faq-question {
    color: var(--uv-theme);
}

.faq-cta {
    display: flex;
    align-items: center;
    gap: 28px;
    margin-top: 72px;
    padding-top: 42px;
    border-top: 1px solid var(--uv-line);
}

.faq-cta p {
    margin: 0;
    font-weight: 900;
    font-size: 18px;
}

@media (max-width: 720px) {
    .faq-inner {
        width: min(100% - 28px, 1280px);
    }

    .faq-title {
        font-size: 38px;
    }

    .faq-subtitle {
        font-size: 17px;
    }

    .faq-question {
        font-size: 16px;
    }

    .faq-cta {
        align-items: flex-start;
        flex-direction: column;
    }
}

.partner-logo {
    height: 100%;
    mix-blend-mode: multiply;
    object-fit: contain;
}
section[id], [id].anchor-target {
    scroll-margin-top: calc(var(--header-h, 0px) - 20px);
}
