/* Fade only — no slide direction (uk-animation-fade) */
[data-a4-fade] {
    opacity: 0;
    transition: opacity 0.6s ease;
}

[data-a4-fade].is-visible {
    opacity: 1;
}

/* Vollnarkose — section 1: hero (same rules as Angstpatienten/Zygoma) */

.a4-vn-hero {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #111;
    aspect-ratio: 16 / 7;
    min-height: 0;
    max-height: 840px;
    height: auto;
}

@media (min-width: 1400px) {
    .a4-vn-hero {
        aspect-ratio: auto;
        min-height: 600px;
    }
}

.a4-vn-hero__media {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.a4-vn-hero__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 959px) {
    .a4-vn-hero {
        aspect-ratio: auto;
        max-height: none;
    }

    .a4-vn-hero__media img {
        object-position: center center;
    }
}

.a4-vn-hero__overlay {
    position: relative;
    z-index: 1;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    box-sizing: border-box;
}

.a4-vn-hero__content {
    max-width: 450px;
    margin: 0;
    text-align: left;
}

/* uk-text-lead */
.a4-vn-hero__eyebrow {
    margin: 20px 0 0;
    font-family: var(--a4-font-body);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    color: rgba(255, 255, 255, .7);
}

.a4-vn-hero__eyebrow strong {
    font-weight: 700;
}

/* uk-heading-small */
.a4-vn-hero__title {
    margin: 20px 0 0;
    font-family: var(--a4-font-body);
    font-size: 38.4px;
    font-weight: 900;
    line-height: 1.2;
    text-transform: none;
    color: #fff;
}

@media (min-width: 960px) {
    .a4-vn-hero__title {
        font-size: 48px;
    }

    .a4-vn-hero {
        aspect-ratio: auto;
        height: 100vh;
        min-height: 100vh;
        max-height: none;
    }
}

.a4-vn-hero__text {
    margin-top: 20px;
    font-family: var(--a4-font-body);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
    color: rgba(255, 255, 255, .7);
}

.a4-vn-hero__text p {
    margin: 0;
}

.a4-vn-hero__cta {
    margin-top: 20px;
}

/* uk-button-danger */
.a4-button--danger {
    display: inline-block;
    box-sizing: border-box;
    padding: 0 20px;
    border: 5px solid transparent;
    border-radius: 10px;
    background-color: #e74922;
    color: #fff;
    font-family: var(--a4-font-body);
    font-size: 17px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
    transition: .1s ease-in-out;
}

.a4-button--danger:hover {
    background-color: #cc3713;
    border-color: #cc3713;
    color: #fff;
    text-decoration: none;
}

@media (max-width: 959px) {
    .a4-vn-hero {
        min-height: 480px;
        max-height: none;
    }
}

@media (max-width: 400px) {
    .a4-vn-hero__title {
        font-size: 29.4px;
    }

    .a4-vn-hero__cta .a4-button--danger {
        font-size: 16px;
    }
}

/* ==========================================================================
   Section 3: intro + portrait + quote
   ========================================================================== */

.a4-vn-intro {
    position: relative;
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 40px;
    background: var(--a4-color-bg-muted);
}

@media (min-width: 960px) {
    .a4-vn-intro {
        padding-top: 140px;
        padding-bottom: 140px;
    }
}

/* Gray triangles — top-right, client: right -80px, top -10vh */
.a4-vn-intro__deco {
    position: absolute;
    z-index: 0;
    top: -5vh;
    right: -80px;
    width: min(42vw, 602px);
    pointer-events: none;
    line-height: 0;
}

.a4-vn-intro__deco img {
    display: block;
    width: 100%;
    height: auto;
    max-width: none;
}

.a4-vn-intro__deco--mobile {
    display: none;
}

.a4-vn-intro .a4-container {
    position: relative;
    z-index: 1;
}

.a4-vn-intro__top {
    margin-bottom: 140px;
}

.a4-vn-intro__copy {
    max-width: 890px;
}

/* uk-heading-small */
.a4-vn-intro__title {
    margin: 0 0 20px;
    font-family: var(--a4-font-body);
    font-size: 38.4px;
    font-weight: 400;
    line-height: 1.2;
    text-transform: none;
    color: var(--a4-color-heading);
}

@media (min-width: 960px) {
    .a4-vn-intro__title {
        font-size: 48px;
    }
}

/* uk-h3 — second <h1>, styled as the smaller eyebrow-style heading */
.a4-vn-intro__eyebrow {
    margin: 0 0 20px;
    font-family: var(--a4-font-heading);
    font-size: 24px;
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase;
    color: var(--a4-color-muted);
}

@media (min-width: 960px) {
    .a4-vn-intro__eyebrow {
        font-size: 30px;
    }
}

/* uk-column-1-2@m — two text columns on desktop, single on mobile */
.a4-vn-intro__text {
    font-family: var(--a4-font-body);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
    color: var(--a4-color-text);
}

@media (min-width: 960px) {
    .a4-vn-intro__text {
        columns: 2;
        column-gap: 40px;
    }
}

.a4-vn-intro__text p {
    margin: 0 0 20px;
    break-inside: avoid;
}

.a4-vn-intro__text p:last-child {
    margin-bottom: 0;
}

.a4-vn-intro__cta {
    margin-top: 40px;
}

.a4-vn-intro__cta .a4-button--primary {
    padding: 0 20px;
    line-height: 24px;
}

.a4-vn-intro__bottom {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    align-items: center;
}

@media (min-width: 960px) {
    .a4-vn-intro__bottom {
        grid-template-columns: 1fr 1fr;
        gap: 60px;
    }
}

.a4-vn-intro__media {
    position: relative;
    z-index: 1;
    text-align: center;
}

.a4-vn-intro__photo {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    max-width: 620px;
    height: auto;
    margin: 0 auto;
    object-fit: cover;
    aspect-ratio: 765 / 670;
}

/* Orange triangle — bottom-right of photo, client: right 310px, bottom 6vh */
.a4-vn-intro__deco--orange {
    top: auto;
    bottom: -6%;
    left: -17%;
    right: auto;
    width: min(28vw, 300px);
    z-index: 2;
}

/* uk-h4 quote heading */
.a4-vn-intro__quote {
    margin: 0 0 20px;
    font-family: var(--a4-font-body);
    font-size: 24px;
    font-weight: 800;
    line-height: 1.3;
    text-transform: none;
    color: var(--a4-color-heading);
}

@media (min-width: 960px) {
    .a4-vn-intro__quote {
        font-size: 30px;
    }
}

.a4-vn-intro__sign {
    margin: 0;
    font-family: var(--a4-font-body);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
    color: var(--a4-color-text);
}

@media (max-width: 959px) {
    .a4-vn-intro__deco--desktop {
        display: none;
    }
	
	.a4-vn-intro__quote {
        font-size: 30px;
    }

    .a4-vn-intro__top {
        margin-bottom: 40px;
    }

    .a4-vn-intro__title {
        font-size: 38.4px;
    }

    .a4-vn-intro__eyebrow {
        font-size: 23px;
    }

    /* Break out of container — photo can reach screen edge */
    .a4-vn-intro__media {
        position: relative;
        text-align: left;
        margin-left: -15px;
        margin-right: -15px;
        width: calc(100% + 30px);
    }
}

@media (max-width: 959px) and (min-width: 640px) {
    .a4-vn-intro__media {
        margin-left: calc(-1 * var(--a4-container-padding));
        margin-right: calc(-1 * var(--a4-container-padding));
        width: calc(100% + 2 * var(--a4-container-padding));
    }
}

@media (max-width: 959px) {
    /* Photo pinned left + cropped */
    .a4-vn-intro__photo {
        width: 68%;
        max-width: none;
        margin: 0;
        margin-left: -12%;
        position: relative;
        z-index: 1;
    }

    /* Gray to the RIGHT of photo — no overlap on face */
    .a4-vn-intro__deco--mobile {
        display: block;
        top: -30%;
        right: -5%;
        left: auto;
        bottom: auto;
        width: min(42vw, 140px);
        opacity: 1;
        z-index: 0;
    }

    /* Orange pushed off-screen — section's overflow:hidden clips it away */
    .a4-vn-intro__deco--orange {
        left: -300px;
        right: auto;
        bottom: 8%;
        width: min(40vw, 180px);
        z-index: 2;
    }
}

@media(max-width: 375px) {
	.a4-vn-intro__title {
		font-size: 23px;
	}
}

/* ==========================================================================
   Section 4: Wir sind für Sie da
   ========================================================================== */

.a4-vn-help {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #f9eeeb;
}

@media (min-width: 960px) {
    .a4-vn-help {
        padding-top: 140px;
        padding-bottom: 140px;
    }
}

.a4-vn-help__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

@media (min-width: 960px) {
    .a4-vn-help__grid {
        grid-template-columns: 1fr 1fr;
        gap: 60px;
    }
}

/* plain <h2>, matches the site's global h2 default (32px, uppercase, primary) */
.a4-vn-help__title {
    margin: 0;
    font-family: var(--a4-font-heading);
    font-size: 50px;
    font-weight: 900;
    line-height: 1.1;
    text-transform: uppercase;
    color: var(--a4-color-primary);
}

.a4-vn-help__list {
    margin-bottom: 20px;
    font-family: var(--a4-font-body);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    color: var(--a4-color-text);
}

.a4-vn-help__list ul {
    margin: 0;
    padding-left: 20px;
    list-style: disc;
}

.a4-vn-help__list li {
    margin-bottom: 10px;
}

.a4-vn-help__list li:last-child {
    margin-bottom: 0;
}

/* uk-h4 */
.a4-vn-help__subtitle {
    margin: 40px 0 20px;
    font-family: var(--a4-font-body);
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    text-transform: none;
    color: var(--a4-color-heading);
}

@media (min-width: 960px) {
    .a4-vn-help__subtitle {
        font-size: 30px;
    }
}

.a4-vn-help__text {
    margin-bottom: 20px;
    font-family: var(--a4-font-body);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
    color: var(--a4-color-text);
}

.a4-vn-help__text p {
    margin: 0 0 20px;
}

.a4-vn-help__text p:last-child {
    margin-bottom: 0;
}

.a4-vn-help__cta .a4-button--primary {
    padding: 0 20px;
    line-height: 24px;
}

@media (max-width: 959px) {
    .a4-vn-help__title {
        font-size: 32px;
    }
}

@media (max-width: 375px) {
    .a4-vn-help__title {
        font-size: 28px;
    }
}

/* ==========================================================================
   Section 5: Vollnarkose detail
   ========================================================================== */

.a4-vn-detail {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #F7F7F7;
}

@media (min-width: 960px) {
    .a4-vn-detail {
        padding-top: 140px;
        padding-bottom: 140px;
    }
}

.a4-vn-detail__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
}

@media (min-width: 960px) {
    .a4-vn-detail__grid {
        grid-template-columns: 1fr 1fr;
        gap: 50px;
    }
}

.a4-vn-detail__title {
    margin: 0 0 20px;
    font-family: var(--a4-font-heading);
    font-size: 28px;
    font-weight: 900;
    line-height: 1.1;
    text-transform: uppercase;
    color: var(--a4-color-primary);
}

@media (min-width: 960px) {
    .a4-vn-detail__title {
        font-size: 50px;
    }
}



/* uk-h4 */
.a4-vn-detail__subtitle {
    margin: 0 0 20px;
    font-family: var(--a4-font-body);
    font-weight: 500;
    line-height: 1.2;
    color: var(--a4-color-heading);
}

@media (min-width: 960px) {
    .a4-vn-detail__subtitle {
        font-size: 30px;
    }
}

.a4-vn-detail__text {
    margin-bottom: 40px;
    font-family: var(--a4-font-body);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
    color: var(--a4-color-text);
	max-width: 450px;
}

.a4-vn-detail__text p {
    margin: 0 0 20px;
}

.a4-vn-detail__text p:last-child {
    margin-bottom: 0;
}

/* uk-h5 uk-text-muted */
.a4-vn-detail__lead {
    margin: 0 0 10px;
    font-family: var(--a4-font-body);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.3;
    color: var(--a4-color-muted);
	text-transform: none;
}

.a4-vn-detail__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.a4-vn-detail__item {
    display: grid;
    grid-template-columns: minmax(0, 140px) minmax(0, 1fr);
    gap: 10px;
    padding: 5px 0;
}

.a4-vn-detail__item:last-child {
    padding-bottom: 0;
}

.a4-vn-detail__item-term,
.a4-vn-detail__item-text {
    min-width: 0;
    word-wrap: break-word;
}

/* uk-h5 (item term) */
.a4-vn-detail__item-term {
    font-family: var(--a4-font-body);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.3;
    color: var(--a4-color-heading);
}

.a4-vn-detail__item-text {
    font-family: var(--a4-font-body);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
    color: var(--a4-color-text);
}

@media (max-width: 959px) {
    .a4-vn-detail__title {
        font-size: 32px;
    }
}

/* Base button-with-icon rule — not yet defined on this template */
.a4-button--with-icon {
    display: inline-flex;
    align-items: center;
}

.a4-button--with-icon .a4-button__icon {
    display: inline-flex;
    margin-right: 10px;
}

.a4-vn-detail__cta .a4-button--primary {
    padding: 0 20px;
    line-height: 24px;
}

@media (max-width: 375px) {
    .a4-vn-detail__title {
        font-size: 28px;
    }
}

/* Fade + subtle slide up */
[data-a4-fade-up] {
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 0.35s ease, transform 0.35s ease;
}

[data-a4-fade-up].is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* ==========================================================================
   Section 6: Unsere Mission
   ========================================================================== */

.a4-vn-mission {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
    background: #fff;
    text-align: center;
}

@media (min-width: 960px) {
    .a4-vn-mission {
        padding-top: 140px;
        padding-bottom: 140px;
    }
}

/* uk-heading-small */
.a4-vn-mission__title {
    margin: 0 0 20px;
    font-family: var(--a4-font-body);
    font-size: 38.4px;
    font-weight: 400;
    line-height: 1.2;
    text-transform: none;
    color: var(--a4-color-heading);
}

@media (min-width: 960px) {
    .a4-vn-mission__title {
        font-size: 48px;
    }
}

@media (max-width: 375px) {
    .a4-vn-mission__title {
        font-size: 31.4px;
    }
}

/* uk-text-lead */
.a4-vn-mission__text {
    max-width: 780px;
    margin: 0 auto 40px;
    font-family: var(--a4-font-body);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    color: var(--a4-color-text);
}

.a4-vn-mission__media {
    position: relative;
    max-width: 960px;
    margin: 0 auto;
}

.a4-vn-mission__deco {
    position: absolute;
    z-index: 0;
    display: none;
    pointer-events: none;
    line-height: 0;
}

@media (min-width: 1800px) {
    .a4-vn-mission__deco {
        display: block;
    }
}

.a4-vn-mission__deco img {
    display: block;
    width: 100%;
    height: 100%;
}

/* Left of the video */
.a4-vn-mission__deco--grau {
	left: -40%;
    top: -4%;
    width: 500px;
    height: 750px;
}

/* Right of the video */
.a4-vn-mission__deco--orange {
	right: -31%;
    top: -15%;
    width: 450px;
    height: 675px;
}

.a4-vn-mission__video {
    position: relative;
    z-index: 1;
    aspect-ratio: 2 / 1;
    border-radius: 4px;
    overflow: visible;
}

.a4-vn-mission__video::after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    z-index: -1;
    height: 30px;
    border-radius: 100%;
    background: #444;
    filter: blur(20px);
    will-change: filter;
}

.a4-vn-mission__video iframe {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

/* ==========================================================================
   Section 7: Diese Leistungen
   ========================================================================== */

.a4-vn-services {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #fff;
}

@media (min-width: 960px) {
    .a4-vn-services {
        padding-top: 140px;
        padding-bottom: 140px;
    }
}

/* uk-h3 */
.a4-vn-services__title {
    margin: 0 0 40px;
    font-family: var(--a4-font-heading);
    font-size: 28px;
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase;
    color: var(--a4-color-muted);
}

@media (min-width: 960px) {
    .a4-vn-services__title {
        text-align: center;
    }
}

.a4-vn-services__grid {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.a4-vn-services__column {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

@media (min-width: 640px) {
    .a4-vn-services__grid {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .a4-vn-services__column {
        flex: 1 1 calc(50% - 15px);
    }
}

@media (min-width: 960px) {
    .a4-vn-services__column {
        flex: 1 1 0;
    }
}

[data-a4-parallax] {
    will-change: transform;
}

.a4-vn-services__item {
    padding: 40px;
    background: #fff;
    border: 1px solid var(--a4-color-border);
}

.a4-vn-services__item--muted {
    background: var(--a4-color-bg-muted);
    border: none;
}

.a4-vn-services__item--default,
.a4-vn-services__item--muted {
    min-height: 360px;
}

.a4-vn-services__icon {
    display: block;
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
}

/* uk-card-title */
.a4-vn-services__item-title {
    margin: 0 0 16px;
    font-family: var(--a4-font-heading);
    font-size: 28px;
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase;
    color: var(--a4-color-heading);
}

.a4-vn-services__item--muted .a4-vn-services__item-title {
    color: var(--a4-color-muted);
}

.a4-vn-services__item-text {
    font-family: var(--a4-font-body);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
    color: var(--a4-color-text);
}

.a4-vn-services__item-text p {
    margin: 0 0 16px;
}

.a4-vn-services__item-text p:last-child {
    margin-bottom: 0;
}

/* uk-button-text — 5th tile's email link, animated underline on hover */
.a4-vn-services__item-link {
    margin-top: 20px;
}

.a4-vn-services__item-link a {
    position: relative;
    display: inline-block;
    font-family: var(--a4-font-body);
    font-size: 17px;
    font-weight: 400;
    color: var(--a4-color-heading);
    text-decoration: none;
}

.a4-vn-services__item-link a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 1px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.a4-vn-services__item-link a:hover::after {
    transform: scaleX(1);
}

@media (max-width: 959px) {
	.a4-vn-services__item {
		padding: 20px;
		max-width: 360px;
	}
	
	.a4-vn-services__grid,
	.a4-vn-services__column {
		gap: 20px;
	}
}

@media (max-width: 760px) {
	.a4-vn-services__item {
		max-width: 290px;
	}
}


@media (max-width: 639px) {
	.a4-vn-services__item {
		max-width: 100%;
	}
	
	.a4-vn-services__item--default,
	.a4-vn-services__item--muted {
		min-height: auto;
	}
}

/* ==========================================================================
   Section 8: Viele gute Gründe
   ========================================================================== */

.a4-vn-reasons {
    padding-top: 40px;
    padding-bottom: 40px;
    background: var(--a4-color-bg-muted);
}

@media (min-width: 960px) {
    .a4-vn-reasons {
        padding-top: 140px;
        padding-bottom: 140px;
    }
}

.a4-vn-reasons__intro {
    margin-bottom: 40px;
}

/* uk-heading-small */
.a4-vn-reasons__title {
    margin: 0 0 20px;
    font-family: var(--a4-font-body);
    font-size: 38.4px;
    font-weight: 400;
    line-height: 1.2;
    text-transform: none;
    color: var(--a4-color-heading);
}

@media (min-width: 960px) {
    .a4-vn-reasons__title {
        font-size: 48px;
    }
}

@media (max-width: 375px) {
    .a4-vn-reasons__title {
        font-size: 31.4px;
    }
}

.a4-vn-reasons__text {
    margin: 0 0 20px;
    font-family: var(--a4-font-body);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
    color: var(--a4-color-text);
}

.a4-vn-reasons__cta .a4-button--primary {
    padding: 0 20px;
    line-height: 24px;
}

.a4-vn-reasons__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0 60px;
}

@media (min-width: 960px) {
    .a4-vn-reasons__grid {
        grid-template-columns: 1fr 1fr;
    }
}

.a4-vn-reasons__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.a4-vn-reasons__item {
    padding: 20px 0;
}

.a4-vn-reasons__item:first-child {
    padding-top: 0;
}

/* uk-h5 */
.a4-vn-reasons__item-title {
    margin: 0 0 8px;
    font-family: var(--a4-font-body);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.3;
    color: var(--a4-color-heading);
}

.a4-vn-reasons__item-text {
    font-family: var(--a4-font-body);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
    color: var(--a4-color-text);
}

/* ==========================================================================
   Section 9: Ihr Zahnzentrum (gallery slider)
   ========================================================================== */

.a4-vn-gallery {
    padding-top: 40px;
    background: #fff;
}

@media (min-width: 960px) {
    .a4-vn-gallery {
        padding-top: 140px;
    }
}

.a4-vn-gallery__head {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
    margin-bottom: 40px;
}

@media (min-width: 960px) {
    .a4-vn-gallery__head {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        text-align: left;
    }
}

.a4-vn-gallery__title {
    margin: 0;
    font-family: var(--a4-font-heading);
    font-size: 28px;
    font-weight: 900;
    line-height: 1.15;
    text-transform: uppercase;
    color: var(--a4-color-primary);
	max-width: 800px;
}

@media (min-width: 960px) {
    .a4-vn-gallery__title {
        font-size: 50px;
    }
}

@media (max-width: 959px) {
    .a4-vn-gallery__title {
        font-size: 32px;
		max-width: 100%;
    }
}

@media (max-width: 375px) {
    .a4-vn-gallery__title {
        font-size: 28px;
    }
}

.a4-vn-gallery__cta .a4-button--primary {
    padding: 0 20px;
    line-height: 24px;
}

/* Full-bleed breakout — edge to edge, independent of .a4-container */
.a4-vn-gallery__slider {
    position: relative;
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
    overflow: hidden;
}

.a4-vn-gallery__track {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    cursor: grab;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.a4-vn-gallery__track::-webkit-scrollbar {
    display: none;
}

.a4-vn-gallery__track:active {
    cursor: grabbing;
}

.a4-vn-gallery__slide {
    flex: 0 0 auto;
    width: min(800px, 100vw);
    aspect-ratio: 8 / 5;
    scroll-snap-align: center;
}

.a4-vn-gallery__slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    -webkit-user-drag: none;
    user-select: none;
}

.a4-vn-gallery__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.2s ease;
    z-index: 2;
}

.a4-vn-gallery__slider:hover .a4-vn-gallery__arrow {
    opacity: 0.7;
}

.a4-vn-gallery__arrow:hover {
    opacity: 1;
}

.a4-vn-gallery__arrow--prev {
    left: 20px;
}

.a4-vn-gallery__arrow--next {
    right: 20px;
}

.a4-vn-gallery__arrow img {
    display: block;
    width: 100%;
    height: 100%;
    filter: brightness(0) invert(1);
}

.a4-vn-gallery__track.is-dragging {
    scroll-snap-type: none;
}

/* ==========================================================================
   Section 10: Sie leiden unter Zahnarztangst?
   ========================================================================== */

.a4-vn-angst {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #fff;
}

@media (min-width: 960px) {
    .a4-vn-angst {
        padding-top: 140px;
        padding-bottom: 140px;
    }
}

.a4-vn-angst__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
}

@media (min-width: 960px) {
    .a4-vn-angst__grid {
        grid-template-columns: 1fr 1fr;
        gap: 80px;
    }
}

.a4-vn-angst__title {
    margin: 0 0 20px;
    font-family: var(--a4-font-heading);
    font-size: 28px;
    font-weight: 900;
    line-height: 1.15;
    text-transform: uppercase;
    color: var(--a4-color-primary);
}

@media (min-width: 960px) {
    .a4-vn-angst__title {
        font-size: 50px;
    }
}

@media (max-width: 959px) {
    .a4-vn-angst__title {
        font-size: 32px;
    }
}

@media (max-width: 375px) {
    .a4-vn-angst__title {
        font-size: 28px;
    }
}

.a4-vn-angst__text {
    max-width: 480px;
    margin: 0 0 20px;
    font-family: var(--a4-font-body);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
    color: var(--a4-color-text);
}

.a4-vn-angst__cta .a4-button--primary {
    padding: 0 20px;
    line-height: 24px;
}

/* uk-h4 */
.a4-vn-angst__subtitle {
    margin: 0 0 20px;
    font-family: var(--a4-font-body);
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    color: var(--a4-color-heading);
	text-transform: none;
}

@media (min-width: 960px) {
    .a4-vn-angst__subtitle {
        font-size: 30px;
    }
}

.a4-vn-angst__body {
    font-family: var(--a4-font-body);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
    color: var(--a4-color-text);
}

.a4-vn-angst__body p {
    margin: 0 0 20px;
}

.a4-vn-angst__body p:last-child {
    margin-bottom: 0;
}

.a4-vn-angst__body strong {
    color: var(--a4-color-text);
    font-weight: 700;
}