h2,h3 {
    color: var(--blue-dark);
    font-weight: 400
}

.cta_banner,h2,h3 {
    font-weight: 400
}

.leistungen-nav__link,button.leistungen-nav__link {
    opacity: .5;
    text-transform: capitalize
}

.header .container,img {
    max-width: 100%
}

.header,.skip-link {
    position: fixed;
    top: 0
}

.header__social a,.nav__link,.service-card,a {
    text-decoration: none
}

.cta-banner,.cta_banner,.hero__content,.service-card,.stats,.testimonial,.w-header {
    text-align: center
}

.about-image,.contact-map,.gallery-full__item,.gallery-grid__item,.header__topbar,.hero,.hero__slide,.welcome__video-wrapper,body.push-menu-open {
    overflow: hidden
}

:root {
    --blue: #1B3E93;
    --blue-dark: #0858a7;
    --yellow: #000000;
    --yellow-light: #f1d66c;
    --red: #bf0807;
    --gray: #5f5f5f;
    --gray-light: #7f7f7f;
    --dark: #1a1a1a;
    --white: #ffffff;
    --bg-light: #f8f9fa;
    --yellow: #f4cb2c;
    --shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
    --radius: 8px;
    --transition: 0.3s ease;
    --max-width: 1200px;
    --header-topbar-height: 36px;
    --header-main-height: 88px;
    --header-height: calc(var(--header-topbar-height) + var(--header-main-height));
    --push-nav-width: min(280px, 85vw)
}

h2 {
    font-size: 1.5rem
}

h3 {
    font-size: 1.3rem
}

.cta_banner {
    background: var(--yellow);
    padding: 10px 0;
    color: var(--dark);
    font-size: 2rem;
    font-family: Montserrat,sans-serif
}

.gallery-panel--hidden,.nav--mobile {
    display: none!important
}

.leistungen-nav-bar {
    background: var(--blue);
}

.leistungen-nav__toggle,button.leistungen-nav__link {
    background: none;
    font-family: inherit;
    cursor: pointer;
    margin: 0 1px;
    border: none;
}

hr {
    color: inherit;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: .25
}

.leistungen-nav__toggle {
    display: none;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: .35rem 0;
    color: var(--white);
    font-size: .9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em
}

.footer,.general-text,.nav__link {
    font-family: Montserrat,sans-serif
}

.leistungen-nav__toggle-icon {
    font-size: .85rem;
    transition: transform var(--transition)
}

.leistungen-nav-bar.is-open .leistungen-nav__toggle-icon {
    transform: rotate(180deg)
}

.leistungen-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    /* gap: 10px; */
}

.leistungen-nav__link {
    font-size: .85rem;
    font-weight: 600;
    text-decoration: none;
    color: var(--white);
    padding: 1.3rem 1rem;
    letter-spacing: 0px;
    transition: color .3s ease-in-out,opacity .3s ease-in-out;
}

.hero__title,.nav__link {
    text-transform: uppercase
}

.leistungen-nav:has(.leistungen-nav__link:hover) .leistungen-nav__link:not(:hover) {
    opacity: .3
}



.leistungen-nav button:after {
    padding: 0 5px
}

.leistungen-nav button:last-child:after {
    content: ""!important
}

.leistungen-nav__link.is-active,.leistungen-nav__link:hover {
    color: var(--white);
    opacity: 1;
    background: red;
    padding: 1.3rem 1rem;
}

.leistungen-nav__link.is-active, .leistungen-nav__link:active {
    background:white;
    color:var(--blue);
}

.gallery-nav-bar {
    margin-bottom: 2.5rem
}

.section-uber {
    background: #1a3a8a;
    color: var(--white);
    padding: 2.75rem 0
}

*,::after,::before,body,html {
    margin: 0;
    padding: 0
}

.section-uber .stats {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 2rem;
    text-align: left
}

.section-uber .stat {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.25rem
}

.section-uber .stat__icon {
    flex-shrink: 0;
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white)
}

.section-uber .stat__icon svg {
    width: 64px;
    height: 64px;
    fill: currentColor
}

.section-uber .stat__icon i {
    font-size: 3.25rem
}

.section-uber .stat__number {
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 700;
    color: var(--white);
    line-height: 1.1
}

.section-uber .stat__label {
    font-size: 1rem;
    font-weight: 400;
    color: var(--white);
    margin-top: .35rem;
    text-transform: none;
    letter-spacing: 0
}

.nav__link:hover,a:hover {
    color: var(--blue-dark)
}

.general-text {
    font-size: 16px;
    font-weight: 500;
    color: var(--dark)
}

*,::after,::before {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    font-family: "Segoe UI",system-ui,-apple-system,sans-serif;
    color: var(--dark);
    line-height: 1.6;
    overflow-x: hidden
}

.site-shell {
    min-height: 100vh;
    transition: transform var(--transition)
}

body.push-menu-open .site-shell {
    will-change: transform;
    transform: translateX(calc(-1 * var(--push-nav-width)))
}

@media (min-width: 769px) {
    body.push-menu-open {
        overflow-x:hidden
    }

    body.push-menu-open .site-shell {
        transform: none
    }
}

img {
    height: auto;
    display: block
}

a {
    color: var(--blue);
    transition: color var(--transition)
}

ul {
    list-style: none
}

.container {
    width: 100%;
    margin: 0 auto;
    padding: 0 calc(var(--bs-gutter-x,1.5rem) * .5)
}

@media (min-width: 576px) {
    .header .container {
        max-width:540px
    }

}

@media (max-width: 768px) {
    .cta_banner{
        font-size: 0.8rem !important;
        font-weight: 600;
    }
}

@media (min-width: 768px) {
    .header .container {
        max-width:720px
    }

}

@media (min-width: 992px) {
    .header .container {
        max-width:960px
    }
}

@media (min-width: 1200px) {
    .header .container {
        max-width:1140px
    }
}

@media (min-width: 1400px) {
    .header .container {
        max-width:1320px
    }

}

    @media (min-width: 1400px) {
     .container {
        max-width:1320px
    }
}

.skip-link {
    left: 1rem;
    transform: translateY(-120%);
    background: var(--blue);
    color: var(--white);
    padding: .5rem 1rem;
    z-index: 9999;
    border-radius: var(--radius)
}

.nav__link,.welcome__text a:not(.btn):hover {
    color: var(--blue)
}

.skip-link:focus {
    transform: translateY(1rem)
}

.header {
    left: 0;
    right: 0;
    z-index: 1000;
    background: var(--white);
    box-shadow: var(--shadow);
    transition: box-shadow var(--transition)
}

.hero,.hero__slides,.nav__link {
    position: relative
}

.header__topbar {
    background: #1a3a8a;
    height: var(--header-topbar-height);
    opacity: 1;
    transition: height var(--transition),opacity var(--transition)
}

.header__main,.logo img {
    transition: height var(--transition)
}

.header--scrolled .header__topbar {
    opacity: 0;
    pointer-events: none
}

html:has(.header.header--scrolled) {
    --header-topbar-height: 0px;
    --header-main-height: 64px
}

.header__topbar-inner {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%
}

.header__main {
    background: var(--white);
    height: var(--header-main-height);
    border-bottom: 1px solid #eee
}

.header__main-inner {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    height: 100%;
    gap: 1rem
}

.header__main-inner .logo {
    justify-self: start;
    grid-column: 1
}

.header__main-inner .nav--desktop {
    justify-self: center;
    grid-column: 2
}

.header__main-inner .header__creator-logo,.menu-toggle {
    grid-column: 3
}

.header__creator-logo {
    justify-self: end;
    display: flex;
    align-items: center
}

.header__creator-logo__mark {
    display: block;
    height: 50px;
    width: calc(58px * 742.78 / 223.02);
    background-color: #2274ab;
    mask: url("../images/lieblingspalatzle.svg") no-repeat center/contain;
    -webkit-mask: url("../images/lieblingspalatzle.svg") no-repeat center/contain;
    transition: height var(--transition),background-color var(--transition)
}

.header--scrolled .header__creator-logo__mark {
    height: 38px;
    width: calc(44px * 742.78 / 223.02)
}

.header__creator-logo:hover .header__creator-logo__mark {
    background-color: #bf0807
}

.logo img {
    height: 58px;
    width: auto
}

.header--scrolled .logo img {
    height: 44px
}

.nav {
    display: flex;
    align-items: center
}

.site-nav {
    z-index: 1100
}

.nav--mobile,.nav-backdrop {
    display: none
}

.nav__list {
    display: flex;
    gap: 2rem;
    margin: 0
}

.nav__link {
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: .03em;
    padding-bottom: .35rem
}

.nav__link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: var(--blue);
    transition: width var(--transition)
}

.nav__link:hover::after {
    width: 100%
}

.footer__contact a,.nav__link--active,.welcome__text strong {
    color: var(--dark)
}

.nav__link--active::after {
    width: 100%;
    background: var(--dark)
}

.header__social {
    display: flex;
    gap: 1rem;
    align-items: center
}

.header__social a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: .95rem;
    transition: opacity var(--transition)
}

.header__social a:hover {
    opacity: .75
}

.menu-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: 0 0;
    border: none;
    cursor: pointer;
    padding: .5rem;
    justify-self: end
}

.menu-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--dark);
    transition: transform var(--transition),opacity var(--transition)
}

.menu-toggle--open span:first-child {
    transform: translateY(7px) rotate(45deg)
}

.menu-toggle--open span:nth-child(2) {
    opacity: 0
}

.menu-toggle--open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg)
}

.hero {
    margin-top: var(--header-height);
    height: 70vh;
    min-height: 450px;
    max-height: 700px
}

.hero__slides {
    width: 100%;
    height: 100%
}

.hero__content,.hero__overlay,.hero__play,.hero__slide,.hero__video {
    position: absolute
}

.hero__slide {
    inset: 0;
    opacity: 0;
    transition: opacity .8s
}

.hero__slide--active,.hero__slide--video.is-playing .hero__video {
    opacity: 1;
    z-index: 1
}

.hero__slide img,.hero__video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.hero__poster,.hero__poster img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.hero__poster {
    z-index: 1;
    transition: opacity .4s
}

.hero__video {
    inset: 0;
    z-index: 0;
    opacity: 0;
    transition: opacity .4s
}

.hero__slide--video.is-playing .hero__play,.hero__slide--video.is-playing .hero__poster {
    opacity: 0;
    pointer-events: none
}

.hero__play {
    left: 50%;
    top: 50%;
    z-index: 3;
    transform: translate(-50%,-50%);
    width: 4.5rem;
    height: 4.5rem;
    border: 2px solid rgba(255,255,255,.95);
    border-radius: 50%;
    background: rgba(27,62,147,.72);
    color: #fff;
    cursor: pointer;
    transition: transform var(--transition),opacity var(--transition),background var(--transition)
}

.hero__arrow,.hero__arrow:hover,.hero__content,.section--blue,.w-text,.w-title {
    color: var(--white)
}

.gallery-grid__item::after,.hero__arrow,.hero__dot {
    transition: background var(--transition)
}

.hero__play:focus-visible,.hero__play:hover {
    transform: translate(-50%,-50%) scale(1.05);
    background: rgba(27,62,147,.9);
    outline: 0
}

.hero__play-icon {
    display: block;
    width: 0;
    height: 0;
    margin: 0 auto;
    border-style: solid;
    border-width: .7rem 0 .7rem 1.15rem;
    border-color: transparent transparent transparent #fff;
    transform: translateX(.15rem)
}

.hero__slide img {
    transform: scale(1);
    will-change: transform
}

.hero__slide--active img {
    animation-duration: 6s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards
}

.hero__slide--active:nth-child(2) img {
    animation-name: hero-ken-burns-1
}

.hero__slide--active:nth-child(3) img {
    animation-name: hero-ken-burns-2
}

.hero__slide--active:nth-child(4) img {
    animation-name: hero-ken-burns-3
}

@keyframes hero-ken-burns-1 {
    from {
        transform: scale(1) translate(0,0)
    }

    to {
        transform: scale(1.12) translate(-2%,-1.5%)
    }
}

@keyframes hero-ken-burns-2 {
    from {
        transform: scale(1) translate(0,0)
    }

    to {
        transform: scale(1.1) translate(2%,-1%)
    }
}

@keyframes hero-ken-burns-3 {
    from {
        transform: scale(1.05) translate(-1%,0)
    }

    to {
        transform: scale(1.15) translate(1.5%,-2%)
    }
}

.hero__overlay {
    inset: 0;
    background: linear-gradient(to bottom,rgba(0,0,0,.3) 0,rgba(0,0,0,.55) 100%);
    z-index: 2
}

.hero__content {
    inset: 0;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem
}

.hero__arrows,.hero__dots {
    position: absolute;
    z-index: 4;
    display: flex
}

.hero__title {
    font-size: clamp(1.75rem, 4vw, 3rem);
    font-weight: 700;
    letter-spacing: .05em;
    margin-bottom: .75rem;
    text-shadow: 0 2px 8px rgba(0,0,0,.4)
}

.section__title,.w-title,.welcome__title {
    text-transform: uppercase;
    letter-spacing: .03em
}

.hero__subtitle {
    font-size: clamp(1rem, 2vw, 1.35rem);
    max-width: 600px;
    text-shadow: 0 1px 4px rgba(0,0,0,.4)
}

.hero__dots {
    bottom: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
    gap: .5rem
}

.hero__dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid var(--white);
    background: 0 0;
    cursor: pointer
}

.hero__dot--active,.hero__dot:hover {
    background: var(--yellow);
    border-color: var(--yellow)
}

.hero__arrows {
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    justify-content: space-between;
    padding: 0 1rem;
    pointer-events: none
}

.hero__arrow {
    pointer-events: all;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: none;
    background: rgba(255,255,255,.2);
    font-size: 1.25rem;
    cursor: pointer;
    backdrop-filter: blur(4px)
}

.btn,.service-card {
    transition: transform var(--transition),box-shadow var(--transition)
}

.hero__arrow:hover {
    background: var(--blue)
}

.section {
    padding: 2.5rem 0
}

.section--gray {
    background: var(--bg-light)
}

.section--blue {
    background: #1a3a8a
}

.w-header {
    margin-bottom: 2.5rem
}

.about-intro__text p:last-child,.leistung-block__content p:last-child,.service-detail-content__long p:last-child,.w-title {
    margin-bottom: 0
}

.w-header::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: var(--white);
    margin: 1rem auto 0
}

.w-title {
    font-size: clamp(1.5rem, 3vw, 2rem)
}

.w-text {
    font-size: 1.05rem;
    max-width: 700px;
    margin: 0 auto
}

.section__header,.welcome__header {
    text-align: center;
    margin-bottom: 3rem
}

.section__title {
    font-size: clamp(1.5rem, 3vw, 2.25rem);
    color: var(--blue-dark);
    margin-bottom: 1rem
}

.section__subtitle {
    color: var(--gray);
    max-width: 700px;
    margin: 0 auto;
    font-size: 1.05rem
}

.welcome__text a:not(.btn),.welcome__title {
    color: var(--blue-dark);
    font-weight: 600
}

.welcome-section {
    padding-top: 4rem
}

.welcome__title {
    font-size: clamp(1.5rem, 3vw, 2rem);
    margin-bottom: 1rem
}

.btn--primary,.btn:hover {
    color: var(--white)!important
}

.btn,.stat__label,.w__author {
    text-transform: uppercase;
    letter-spacing: .05em
}

.welcome__header::after {
    content: "";
    display: block;
    width: 25%;
    height: 3px;
    background: var(--blue-dark);
    margin: 0 auto
}

.welcome {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center
}

.welcome__video-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    background: var(--dark)
}

.welcome__video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.youtube-facade__play {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background: 0 0;
    cursor: pointer
}

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

.youtube-facade__icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background: rgba(220,0,0,.9);
    box-shadow: 0 4px 16px rgba(0,0,0,.35)
}

.btn,.welcome__video {
    border-radius: var(--radius)
}

.contact-map,.leistung-block__image,.service-detail,.service-detail-image img,.welcome__video {
    box-shadow: var(--shadow)
}

.youtube-facade__icon::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-40%,-50%);
    border-style: solid;
    border-width: .55rem 0 .55rem .95rem;
    border-color: transparent transparent transparent #fff
}

.welcome__video {
    width: 100%;
    display: block;
    background: var(--dark)
}

.welcome__text p {
    margin-bottom: 1rem;
    color: var(--dark);
    line-height: 1.7
}

.footer__contact li,.footer__links li {
    margin-bottom: .5rem
}

.btn {
    display: inline-block;
    padding: .85rem 2rem;
    font-weight: 600;
    font-size: .9rem;
    border: none;
    cursor: pointer;
    margin-top: 20px
}

.gallery-full,.services-grid,.stats {
    display: grid;
    grid-template-columns: repeat(3,1fr)
}

.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,.15);
    background: var(--red)!important;
    border: 2px solid var(--red);
}

.btn--primary {
    background: var(--blue)!important;
    border: 2px solid var(--blue)
}

.btn--primary:hover {
    background: var(--blue-dark);
    color: var(--white)
}

.btn--secondary {
    background: var(--yellow);
    color: var(--dark)
}

.btn--secondary:hover {
    background: var(--yellow-light);
    color: var(--dark)
}

.stats {
    gap: 2rem
}

.stat__number {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--blue);
    line-height: 1
}

.stat__label {
    font-size: .95rem;
    color: var(--gray);
    margin-top: .5rem
}

@property --service-card-angle {
    syntax: "<angle>";
    initial-value: 0deg;
    inherits: false
}

@keyframes service-card-border-spin {
    to {
        --service-card-angle: 360deg
    }
}

.gallery-full,.services-grid {
    gap: 1.25rem
}

.footer__grid,.gallery-grid {
    grid-template-columns: repeat(4,1fr)
}

.service-card {
    position: relative;
    border: 2px solid transparent;
    background: linear-gradient(var(--white),var(--white)) padding-box,conic-gradient(from var(--service-card-angle),var(--blue-dark),var(--blue-dark)) border-box;
    border-radius: var(--radius);
    padding: 2rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.25rem;
    min-height: 190px
}

.service-card:focus-visible,.service-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(8,88,167,.15);
    background: linear-gradient(var(--white),var(--white)) padding-box,conic-gradient(from var(--service-card-angle),var(--blue-dark),#3b82f6,#93c5fd,var(--red),var(--blue-dark)) border-box;
    animation: 2.5s linear infinite service-card-border-spin
}

@media (prefers-reduced-motion:reduce) {
    .hero__slide--active img {
        animation: none
    }

    .service-card:focus-visible,.service-card:hover {
        animation: none
    }
}

.service-card__icon {
    width: 96px;
    height: 96px;
    border: 2px solid var(--blue-dark);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: var(--blue-dark)
}

.service-card__icon svg {
    width: 52px;
    height: 52px;
    fill: currentColor
}

.service-card__title {
    padding: 0;
    font-size: .95rem;
    font-weight: 700;
    color: var(--blue-dark);
    line-height: 1.35
}

.cta-banner,.cta-button,.services-section .btn--primary,.testimonial__btn,.w__author,.w__text {
    color: var(--white)
}

.services-section .btn--primary {
    background: var(--blue-dark);
    padding: 1rem 2.5rem
}

.services-section .btn--primary:hover {
    background: var(--red);
    padding: 1rem 2.5rem;
    color: var(--white)
}

.testimonials-slider {
    display: flex;
    align-items: center;
    gap: 1rem
}

.testimonials {
    position: relative;
    flex: 1;
    max-width: 900px;
    margin: 0 auto;
    min-height: 180px
}

.testimonial {
    display: none;
    padding: 0 1rem
}

.testimonial--active {
    display: block
}

.w__text {
    font-size: clamp(.95rem, 2vw, 1.1rem);
    font-style: italic;
    margin-bottom: 1.5rem;
    line-height: 1.8
}

.w__author {
    font-weight: 600;
    font-size: .95rem
}

.cta-banner h2,.cta-button {
    text-transform: uppercase;
    letter-spacing: .03em
}

.testimonial__btn {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border: none;
    border-radius: 0;
    background: 0 0;
    cursor: pointer;
    font-size: 1.5rem;
    transition: opacity var(--transition);
    padding: 0
}

.cta-button,.footer__social a {
    text-decoration: none;
    background: var(--blue)
}

.testimonial__btn:hover {
    opacity: .65;
    background: 0 0
}

.gallery-grid {
    display: grid;
    gap: 1rem
}

.gallery-grid__item {
    position: relative;
    border-radius: var(--radius);
    aspect-ratio: 1;
    cursor: pointer
}

.gallery-grid__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s
}

.gallery-grid__item:hover img {
    transform: scale(1.08)
}

.gallery-grid__item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(15,127,255,0)
}

.gallery-grid__item:hover::after {
    background: rgba(15,127,255,.25)
}

.cta-button {
    padding: 1rem;
    border-radius: var(--radius);
    font-weight: 600;
    font-size: 1rem
}

.cta-button:hover {
    background: var(--white);
    color: var(--blue)
}

.cta-banner {
    background: url(../../assets/images/footer_bg.jpg) center center/cover no-repeat;
    padding: 4rem 2rem;
    height: 50vh!important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    min-height: 35%
}

.cta-banner h2 {
    font-size: 1.4rem;
    padding-bottom: 1.5rem;
    color: #fff;
    font-weight: 600
}

.footer__contact li,.footer__links a,.footer__links li {
    font-size: 1.2rem;
    font-weight: 600
}

.footer__title,.page-header h1 {
    letter-spacing: .05em;
    text-transform: uppercase
}

.footer {
    background: var(--white);
    color: var(--dark);
    padding: 4rem 0 0
}

.footer__contact a:hover,.footer__links a:hover,.footer__title {
    color: var(--blue)
}

.footer__grid {
    display: grid;
    gap: 2rem;
    margin-top: 5em
}

.footer__title {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 1.25rem
}

.footer__bottom,.footer__contact li,.footer__links a,.footer__links li {
    color: var(--dark);
    font-family: Montserrat,sans-serif
}

.footer__links a,.footer__links li {
    text-decoration: none
}

.footer__logo img {
    max-width: 220px;
    width: 100%;
    height: auto;
    margin-bottom: 1.25rem
}

.footer__social {
    display: flex;
    gap: .75rem
}

.footer__social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 4px;
    color: var(--white);
    font-size: 1.1rem;
    transition: background var(--transition),opacity var(--transition)
}

.footer__social a:hover {
    background: var(--blue-dark);
    opacity: .9
}

.footer__bottom {
    background: var(--bg-light);
    border-top: 1px solid #e8e8e8;
    padding: 1.25rem 0;
    margin-top: 3rem;
    text-align: right;
    font-size: .85rem
}

.footer__bottom p,.service-detail-image {
    margin: 0
}

.page-header {
    margin-top: var(--header-height);
    background: linear-gradient(135deg,var(--blue-dark) 0,var(--blue) 100%);
    color: var(--white);
    padding: 4rem 0;
    text-align: center
}

.page-header h1 {
    font-size: clamp(1.75rem, 4vw, 2.5rem)
}

.page-header--kontakt,.page-header--ueber-uns {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5rem 0
}

.page-header--ueber-uns {
    background-image: url("../images/ueber-uns.jpg")
}

.page-header--kontakt {
    background-image: url("../images/kontakt.webp")
}

.page-header--kontakt::before,.page-header--ueber-uns::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom,rgba(0,0,0,.45) 0,rgba(0,0,0,.35) 50%,rgba(0,0,0,.55) 100%)
}

.page-header--kontakt .container,.page-header--ueber-uns .container {
    position: relative;
    z-index: 1
}

.page-header--kontakt h1,.page-header--ueber-uns h1 {
    text-shadow: 0 2px 16px rgba(0,0,0,.5)
}

.contact-bar {
    background: #1a3a8a;
    color: var(--white);
    padding: 2.25rem 0
}

.contact-bar__grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 2rem
}

.contact-bar__item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.15rem;
    text-align: left
}

.gallery-page__title,.gallery-panel__empty,.gallery-service-link,.text-center,hr {
    text-align: center
}

.contact-bar__icon {
    flex-shrink: 0;
    width: 58px;
    height: 58px;
    border: 2px solid var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: var(--white)
}

.contact-bar__label {
    display: block;
    font-family: Montserrat,sans-serif;
    font-size: .95rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
    margin-bottom: .2rem
}

.contact-bar__content a,.contact-bar__value {
    color: var(--white);
    font-family: Montserrat,sans-serif;
    font-size: 1rem;
    font-weight: 500
}

.service-detail h3,.service-detail-content__back:hover {
    color: var(--blue-dark)
}

.page-content,.page-title {
    font-family: Montserrat,Sans-serif
}

.contact-bar__content a:hover {
    color: var(--white);
    opacity: .85
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: stretch
}

.contact-map {
    min-height: 450px;
    border-radius: var(--radius);
    background: var(--bg-light)
}

.contact-map iframe {
    width: 100%;
    height: 100%;
    min-height: 450px;
    border: 0;
    display: block
}

.contact-notice {
    margin: 0 0 1.5rem;
    padding: 1rem 1.25rem;
    border-radius: var(--radius);
    text-align: center;
    font-weight: 600
}

.contact-notice--success {
    background: #e8f5e9;
    color: #1b5e20;
    border: 1px solid #a5d6a7
}

.contact-notice--error {
    background: #ffebee;
    color: #b71c1c;
    border: 1px solid #ef9a9a
}

.contact-info__item {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem
}

.contact-info__icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--bg-light);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--blue);
    font-size: 1.25rem;
    flex-shrink: 0
}

.form-group {
    margin-bottom: 1.25rem
}

.form-group label {
    display: block;
    margin-bottom: .4rem;
    font-weight: 600;
    font-size: .9rem
}

.form-group input,.form-group select,.form-group textarea {
    width: 100%;
    padding: .75rem 1rem;
    border: 1px solid #ddd;
    border-radius: var(--radius);
    font-family: inherit;
    font-size: 1rem;
    transition: border-color var(--transition)
}

.form-group input:focus,.form-group select:focus,.form-group textarea:focus {
    outline: 0;
    border-color: var(--blue)
}

.form-group textarea {
    min-height: 150px;
    resize: vertical
}

.page-title {
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2.2px;
    color: var(--blue)
}

.page-content {
    font-size: 29px;
    font-weight: 600;
    text-transform: none;
    line-height: 44px;
    color: var(--e-global-color-text)
}

.about-intro__text p,.about-intro__title,.leistungen-page,.lightbox__counter {
    font-family: Montserrat,sans-serif
}

hr {
    width: 25%;
    padding: 1.2px;
    background-color: var(--blue);
    border-radius: 10px;
    margin: 10px auto
}

.gallery-page,.service-detail-page {
    font-family: Montserrat,sans-serif;
    background: var(--white)
}

.gallery-page__title {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
    color: var(--blue);
    text-transform: uppercase;
    letter-spacing: .04em;
    margin-bottom: .75rem
}

.gallery-service-link {
    margin-bottom: 1.2rem
}

.gallery-page__title::after {
    content: "";
    display: block;
    width: 72px;
    height: 4px;
    background: var(--blue);
    margin: .85rem auto 0
}

.gallery-panel.justified-gallery {
    width: 100%;
    margin-bottom: .5rem
}

.about-intro__title::after,.leistung-block__title::after,.service-detail-content__title::after {
    content: "";
    left: 0;
    bottom: 0;
    width: 72px;
    height: 4px
}

.gallery-panel.justified-gallery>a,.service-detail-main-image {
    cursor: pointer
}

.gallery-panel.justified-gallery img {
    border: none
}

.gallery-panel__empty {
    color: var(--gray);
    padding: 3rem 1rem;
    font-size: 1rem
}

.gallery-panel__empty.gallery-panel--hidden {
    display: none!important
}

.gallery-page__cta {
    margin-top: 3rem
}

.gallery-full__item {
    position: relative;
    border-radius: var(--radius);
    aspect-ratio: 4/3;
    cursor: pointer
}

.gallery-full__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s
}

.gallery-full__item:hover img {
    transform: scale(1.05)
}

.lightbox {
    position: fixed;
    inset: 0;
    z-index: 2000;
    background: rgba(0,0,0,.9);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 2rem
}

.lightbox__close,.lightbox__nav {
    background: rgba(255,255,255,.15);
    transition: background var(--transition);
    cursor: pointer
}

.lightbox--gallery .lightbox__nav,.lightbox--open {
    display: flex
}

.lightbox__img {
    max-width: 90vw;
    max-height: 85vh;
    object-fit: contain;
    border-radius: var(--radius);
    position: relative;
    z-index: 1
}

.lightbox__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 52px;
    height: 52px;
    border: none;
    color: var(--white);
    font-size: 1.25rem;
    border-radius: 50%;
    z-index: 2;
    display: none;
    align-items: center;
    justify-content: center
}

.lightbox__nav:hover:not(:disabled) {
    background: var(--blue)
}

.lightbox__nav:disabled {
    opacity: .35;
    cursor: default
}

.lightbox__nav--prev {
    left: 1.5rem
}

.lightbox__nav--next {
    right: 1.5rem
}

.lightbox__counter {
    position: absolute;
    bottom: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    color: rgba(255,255,255,.85);
    font-size: .95rem;
    font-weight: 600;
    letter-spacing: .04em;
    z-index: 2;
    display: none
}

.lightbox--gallery .lightbox__counter:not(:empty) {
    display: block
}

.lightbox__close {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    width: 48px;
    height: 48px;
    border: none;
    color: var(--white);
    font-size: 1.5rem;
    border-radius: 50%
}

.lightbox__close:hover {
    background: var(--red)
}

.services-list {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 2rem
}

.leistung-block,.leistung-block--reverse {
    grid-template-columns: 1fr 1fr
}

.service-detail {
    background: var(--white);
    border-radius: var(--radius);
    padding: 2rem;
    border-left: 4px solid var(--yellow)
}

.service-detail h3 {
    margin-bottom: .75rem;
    font-size: 1.25rem
}

.service-detail p {
    color: var(--gray)
}

.leistungen-page {
    padding: 0;
}

.leistung-block {
    display: grid;
    gap: 0;
    align-items: stretch;
    margin-bottom: 4rem;
    position: relative
}

.leistung-block__title,.service-detail-content__title {
    font-weight: 700;
    margin-bottom: 1.25rem;
    color: var(--blue);
    position: relative
}

.leistung-block__content {
    background: #f3f3f3;
    padding: 2.5rem 2.75rem;
    border-left: 5px solid var(--blue);
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 2
}

.leistung-block--reverse .leistung-block__content {
    border-left: none;
    border-right: 5px solid var(--blue)
}

.leistung-block__title {
    font-size: clamp(1.35rem, 2.5vw, 1.75rem);
    padding-bottom: .75rem
}

.leistung-block__title::after {
    position: absolute;
    background: var(--blue)
}

.leistung-block__content p {
    color: #333;
    font-size: .98rem;
    line-height: 1.75;
    margin-bottom: 1rem;
    font-weight: 500
}

.about-intro__text p,.service-detail-content p {
    font-size: 1rem;
    font-weight: 500;
    color: #333;
    line-height: 1.75;
    margin-bottom: 1.1rem
}

.leistung-block__media {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem 1.5rem 1.5rem 0;
    margin-left: -2.5rem
}

.leistung-block--reverse .leistung-block__media {
    margin-left: 0;
    margin-right: -2rem;
    background: #f5f0e6;
    border-radius: var(--radius);
    padding: 1.75rem
}

.leistung-block__image {
    width: 100%;
    height: 100%;
    min-height: 320px;
    object-fit: cover;
    border-radius: 20px
}

.leistung-block--text-only {
    grid-template-columns: 1fr;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto
}

.leistung-block--text-only .leistung-block__content {
    border-left: 5px solid var(--blue);
    border-right: none
}

.leistungen-page__cta,.service-detail-related-gallery__cta {
    margin-top: 1rem
}

.service-detail-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
    padding: 3.5rem 0 5rem
}

.service-detail-image img {
    width: 100%;
    display: block;
    border-radius: var(--radius);
    object-fit: cover
}

.service-detail-content {
    padding: 0
}

.service-detail-content__title {
    font-size: clamp(1.5rem, 3vw, 2rem);
    text-transform: uppercase;
    letter-spacing: .03em;
    padding-bottom: .85rem
}

.service-detail-content__title::after {
    position: absolute;
    background: var(--blue)
}

.service-detail-content__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem 1.5rem;
    margin-top: 2rem
}

.service-detail-content__back {
    color: var(--blue);
    font-weight: 600;
    margin-left: auto
}

.about-intro__title,.service-detail-gallery__title,.service-detail-related-gallery__title {
    font-weight: 700;
    color: var(--blue);
    text-transform: uppercase
}

.service-detail-content__long {
    margin-top: 1.5rem
}

.service-detail-related-gallery {
    margin-top: 1.22rem
}

.service-detail-related-gallery__title {
    font-size: 1.1rem;
    letter-spacing: .04em;
    margin-bottom: 1rem
}

.service-detail-related-gallery__grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: .9rem
}

.service-detail-related-gallery__item {
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
    background: #f5f7fa;
    cursor: pointer
}

.service-detail-related-gallery__item img {
    display: block;
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover
}

.service-detail-gallery {
    margin-top: 3rem;
    padding-top: 2.5rem;
    border-top: 1px solid #eee
}

.service-detail-gallery__title {
    text-align: center;
    font-size: clamp(1.35rem, 2.5vw, 1.75rem);
    letter-spacing: .04em;
    margin-bottom: 1.75rem
}

.service-detail-gallery__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 2fr));
    gap: 1rem
}

.service-detail-gallery__grid a {
    display: block;
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow)
}

.service-detail-gallery__grid img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block
}

.mt-2,.service-detail-gallery__cta {
    margin-top: 2rem
}

.btn--outline {
    background: 0 0;
    color: var(--blue);
    border: 2px solid var(--blue)
}

.about-image,.about-intro__image,.about-intro__video {
    border-radius: var(--radius);
    box-shadow: var(--shadow)
}

.btn--outline:hover {
    background: var(--blue);
    color: var(--white)
}

.ueber-uns-page .about-intro {
    padding: 4rem 0;
    background: var(--white)
}

.about-intro__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start
}

.about-intro__title {
    font-size: clamp(1.5rem, 3vw, 2rem);
    letter-spacing: .03em;
    margin-bottom: 1rem;
    position: relative;
    padding-bottom: .85rem
}

.about-intro__title::after {
    position: absolute;
    background: var(--blue)
}

.about-intro__media--sticky {
    position: sticky;
    top: calc(var(--header-height) + 1.5rem);
    align-self: start
}

.about-intro__image,.about-intro__video {
    width: 100%;
    display: block
}

.about-intro__video {
    background: var(--dark)
}

.about-content {
    max-width: 800px;
    margin: 0 auto
}

.page-managed-content>:first-child {
    margin-top: 0
}

.about-image {
    margin: 2rem 0
}

@media (max-width: 1024px) {
    .footer__grid,.services-grid {
        grid-template-columns:repeat(2,1fr)
    }

    .gallery-grid {
        grid-template-columns: repeat(3,1fr)
    }

    .nav__list {
        gap: 1.25rem
    }

    .nav__link {
        font-size: .9rem
    }

    .header__creator-logo__mark {
        height: 48px;
        width: calc(48px * 742.78 / 223.02)
    }

    .header--scrolled .header__creator-logo__mark {
        height: 36px;
        width: calc(36px * 742.78 / 223.02)
    }

    .logo img {
        height: 50px
    }

    .header--scrolled .logo img {
        height: 40px
    }
}

@media (max-width: 768px) {
    .header__creator-logo,.hero__play,.hero__video {
        display:none
    }

    :root {
        --header-main-height: 72px
    }

    html:has(.header.header--scrolled) {
        --header-main-height: 56px
    }

    .header__main-inner {
        grid-template-columns: 1fr auto
    }

    .header__main-inner .nav--desktop {
        display: none!important
    }

    .nav--mobile,.nav-backdrop {
        display: block
    }

    .nav--mobile {
        display: flex!important;
        top: 0;
        right: 0;
        width: var(--push-nav-width);
        height: 100dvh;
        flex-direction: column;
        align-items: stretch;
        padding: calc(var(--header-height) + 1rem) 1.5rem 1.5rem;
        background: var(--white);
        box-shadow: -4px 0 24px rgba(0,0,0,.12);
        transform: translateX(100%);
        transition: transform var(--transition),visibility var(--transition);
        overflow-y: auto;
        visibility: hidden
    }

    .menu-toggle {
        display: flex;
        grid-column: 2;
        position: relative;
        z-index: 2
    }

    .nav--mobile,.nav-backdrop {
        position: fixed;
        pointer-events: none
    }

    body.push-menu-open .header {
        z-index: 1
    }

    body.push-menu-open .menu-toggle {
        z-index: 1102
    }

    .leistungen-nav,.nav__list {
        flex-direction: column;
        gap: 0
    }

    body.push-menu-open .nav--mobile {
        transform: translateX(0);
        visibility: visible;
        pointer-events: auto
    }

    .nav-backdrop {
        inset: 0;
        z-index: 1090;
        background: rgba(0,0,0,.4);
        opacity: 0;
        transition: opacity var(--transition)
    }

    body.push-menu-open .nav-backdrop {
        opacity: 1;
        pointer-events: auto
    }

    .nav__list {
        width: 100%
    }

    .nav__link {
        display: block;
        padding: .85rem 0;
        border-bottom: 1px solid #eee
    }

    .nav__link::after {
        display: none
    }

    .leistungen-nav-bar.is-open .leistungen-nav,.leistungen-nav__toggle {
        display: flex
    }

    .leistungen-nav {
        display: none;
        align-items: stretch;
        margin-top: .75rem;
        padding-top: .75rem;
        border-top: 1px solid rgba(255,255,255,.2)
    }

    .about-intro__grid,.section-uber .stats,.service-detail-grid {
        grid-template-columns: 1fr;
        gap: 2rem
    }

    .leistungen-nav:has(.leistungen-nav__link:hover) .leistungen-nav__link:not(:hover) {
        opacity: 1
    }

    .leistungen-nav__link {
        font-size: .85rem;
        padding: .65rem 0;
        border-bottom: 1px solid rgba(255,255,255,.12)
    }

    .leistungen-nav__link:last-child {
        border-bottom: none
    }

    .leistungen-nav a:not(:last-child)::after {
        content: ""!important;
        padding: 0 10px;
        color: #fff
    }

    .leistungen-nav button:after {
        content: ""!important;
        padding: 0 5px
    }

    .logo img {
        height: 46px
    }

    .contact-grid,.footer__grid,.gallery-full,.gallery-grid,.leistung-block,.services-grid,.services-list,.welcome {
        grid-template-columns: 1fr
    }

    .about-intro__media--sticky {
        position: static
    }

    .service-detail-grid {
        padding: 2.5rem 0 4rem
    }

    .service-detail-related-gallery__grid {
        grid-template-columns: repeat(2,minmax(0,1fr))
    }

    .service-detail-content__actions {
        flex-direction: column;
        align-items: stretch
    }

    .service-detail-content__back {
        margin-left: 0;
        text-align: center
    }

    .testimonials-slider {
        gap: .5rem
    }

    .testimonial__btn {
        width: 36px;
        font-size: 1.25rem
    }

    .testimonial {
        padding: 0 .25rem
    }

    .section-uber .stat {
        justify-content: flex-start;
        padding: 0 1rem
    }

    .contact-bar__grid,.stats {
        grid-template-columns: 1fr;
        gap: 1.5rem
    }

    .leistung-block--reverse {
        direction: ltr
    }

    .leistung-block__media {
        margin: 0 0 1.5rem!important;
        order: -1;
        padding: 0
    }

    .leistung-block--reverse .leistung-block__media {
        order: -1
    }

    .leistung-block__content {
        border-left: 5px solid var(--blue)!important;
        border-right: none!important
    }

    .leistung-block__image {
        min-height: 240px
    }

    .gallery-nav-bar {
        margin-bottom: 2rem
    }

    .lightbox__nav {
        width: 42px;
        height: 42px;
        font-size: 1rem
    }

    .lightbox__nav--prev {
        left: .75rem
    }

    .lightbox__nav--next {
        right: .75rem
    }

    .lightbox__counter {
        bottom: 1rem;
        font-size: .85rem
    }

    .contact-bar__item {
        justify-content: flex-start
    }

    .hero {
        height: 55vh;
        min-height: 350px
    }
}

.about-intro__media {
    border-radius: 5px
}

.bottom-shadow {
    -webkit-box-shadow: 0 10px 28px 5px rgba(0,0,0,.47);
    box-shadow: 0 10px 28px 5px rgba(0,0,0,.47)
}

.admin-btn,.admin-btn button {
    padding: 3px 10px;
    font-size: .8rem;
    font-weight: 300
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0
}
