:root {
    --angels-gold-deep: #a35304;
    --angels-gold: #efc146;
    --angels-gold-soft: #f8e39f;
    --angels-gold-earth: #9f6a3c;
    --angels-sky: #5ba3d9;
    --angels-sky-deep: #1a2a4f;
    --angels-rose: #f3d5c6;
    --angels-warm-white: #fdf8f2;
    --angels-text-dark: #1f2937;
    --angels-text-soft: #475569;
    --angels-border: rgba(26, 42, 79, 0.15);
    --angels-radius-lg: 1.25rem;
    --angels-radius-md: 0.75rem;
    --angels-shadow-soft: 0 18px 44px -16px rgba(26, 42, 79, 0.3);
    --angels-shadow-hover: 0 30px 60px -24px rgba(163, 83, 4, 0.35);
    --halo-ink: #1b1d2a;
    --halo-ink-soft: rgba(27, 29, 42, 0.8);
    --halo-gold: #e7b65c;
    --halo-amber: #c67933;
    --halo-sand: #fef7f0;
    --halo-border: rgba(27, 29, 42, 0.12);
    --halo-radius-lg: 1.5rem;
    --halo-radius-md: 1rem;
    --halo-header-height: 130px;
    --halo-header-height-compact: 72px;
}

@media (min-width: 1025px) {
    :root {
        --halo-header-height-compact: 60px;
    }
}

@media (max-width: 1024px) {
    :root {
        --halo-header-height: 92px;
        --halo-header-height-compact: 62px;
    }
}

@media (max-width: 500px) {
    :root {
        --halo-header-height: 72px;
        --halo-header-height-compact: 62px;
    }
}

* {
    box-sizing: border-box;
}

html {
    min-width: 0;
    width: 100%;
    overflow-x: hidden;
}

body {
    margin: 0;
    min-width: 0;
    width: 100%;
    font-family: 'Source Sans Pro', 'Work Sans', 'Helvetica Neue', Arial, sans-serif;
    color: var(--angels-text-dark);
    background: var(--angels-warm-white);
    line-height: 1.6;
    overflow-x: hidden;
    padding-top: var(--halo-header-height);
    transition: padding-top 220ms cubic-bezier(0.4, 0, 0.2, 1);
}

a {
    color: var(--angels-sky-deep);
    text-decoration: none;
    transition: color 0.2s ease;
}

a:hover,
a:focus {
    color: var(--angels-gold-deep);
}

.layout-shell {
    min-height: 100vh;
    min-width: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
}


.halo-header {
    background: url('/Webseite/Background.png') no-repeat top center;
    background-size: cover;
    color: #fff;
    box-shadow: 0 18px 48px -24px rgba(0,0,0,0.4);
    border-bottom: 3px solid #c71585;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    height: var(--halo-header-height);
    transition: height 220ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 220ms cubic-bezier(0.4, 0, 0.2, 1);
    will-change: height;
    width: 100%;
    /* Firefox Mobile Fix: Force hardware acceleration and create new stacking context */
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.halo-top-bar {
    max-width: 1200px;
    min-width: 0;
    margin: 0 auto;
    padding: 1rem 2rem 0rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    transition: transform 220ms cubic-bezier(0.4, 0, 0.2, 1), padding 220ms cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform, padding;
    position: relative;
}

@media (min-width: 1025px) {
    body.compact .halo-top-bar,
    html body.compact .halo-top-bar {
        padding-top: 0 !important;
        padding-right: 2rem !important;
        padding-bottom: 0 !important;
        padding-left: 2rem !important;
    }
}

.halo-logo {
    display: flex;
    gap: 1rem;
    align-items: center;
    flex: 0 0 auto;
    min-width: 0;
}

.halo-logo-link {
    display: flex;
    gap: 1rem;
    align-items: center;
    text-decoration: none;
    color: inherit;
    flex: 1 1 auto;
    min-width: 0;
}

.halo-contact {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    flex: 0 0 auto;
    margin-left: auto;
}

.halo-icon {
    width: 56px;
    height: 56px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35);
    transition: width 200ms cubic-bezier(0.4, 0, 0.2, 1), height 200ms cubic-bezier(0.4, 0, 0.2, 1), transform 200ms cubic-bezier(0.4, 0, 0.2, 1);
    will-change: width, height, transform;
}

.halo-logo > div,
.halo-logo-link > div {
    min-width: 0;
    flex: 1 1 auto;
}

.halo-brand {
    font-family: 'Playfair Display', 'Cormorant', Georgia, serif;
    font-size: 1.5rem;
    letter-spacing: 0.02em;
    transition: font-size 200ms cubic-bezier(0.4, 0, 0.2, 1), opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
    will-change: font-size, opacity;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.compact .halo-brand {
    opacity: 1;
}

.halo-claim {
    font-size: 0.85rem;
    opacity: 0.85;
    transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1), font-size 200ms cubic-bezier(0.4, 0, 0.2, 1);
    will-change: opacity, font-size;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (min-width: 1025px) {
    .compact .halo-claim {
        font-size: 0.7rem;
        opacity: 0.75;
    }
}

@media (max-width: 1024px) {
    .compact .halo-claim {
        font-size: 0.7rem;
        opacity: 0.75;
    }
}

.halo-logo .halo-icon,
.halo-top-bar,
.halo-nav,
.halo-nav-links > ul {
    transition: transform 220ms cubic-bezier(0.4, 0, 0.2, 1), opacity 220ms cubic-bezier(0.4, 0, 0.2, 1), height 220ms cubic-bezier(0.4, 0, 0.2, 1);
}

.compact .halo-header {
    height: var(--halo-header-height-compact);
    box-shadow: 0 12px 30px -24px rgba(0,0,0,0.35);
    /* Firefox Mobile Fix: Header immer sichtbar halten */
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    transform: translateZ(0) !important;
    -webkit-transform: translateZ(0) !important;
}

body.compact {
    padding-top: var(--halo-header-height-compact);
}


@media (max-width: 1024px) and (min-width: 769px) {
    /* Tablet: Padding bleibt bei 2rem beim Scrollen */
    .compact .halo-top-bar {
        transform: none !important;
        padding: 0.5rem 2rem 0.5rem;
        justify-content: space-between !important;
    }

    .compact .halo-logo {
        gap: 0.75rem;
        flex: 0 0 auto !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .compact .halo-logo .halo-icon {
        transform: scale(0.75);
        width: 40px;
        height: 40px;
    }

    .compact .halo-brand {
        font-size: 1.1rem;
    }

    .compact .halo-nav-toggle {
        padding: 0rem 0 0.35rem 0.5rem;
        font-size: 1.5rem;
        flex: 0 0 auto !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

@media (max-width: 1024px) {
    /* Allgemeine Tablet/Mobile Styles */
    .compact .halo-logo {
        gap: 0.75rem;
        flex: 0 0 auto !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .compact .halo-logo .halo-icon {
        transform: scale(0.75);
        width: 40px;
        height: 40px;
    }

    .compact .halo-brand {
        font-size: 1.1rem;
    }

    .compact .halo-nav-toggle {
        padding: 0.0rem 0 0.35rem 0.5rem;
        font-size: 1.5rem;
        flex: 0 0 auto !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

@media (max-width: 768px) {
    /* Mobile: Padding bleibt bei 1rem beim Scrollen */
    .compact .halo-top-bar {
        transform: none !important;
        padding: 0.5rem 1rem 0.5rem !important;
        justify-content: space-between !important;
    }
}

.compact .halo-logo .halo-icon {
    transform: scale(0.82);
}

.halo-contact-text,
.halo-cta-text {
    display: inline-block;
    overflow: hidden;
    height: 1.2em;
    white-space: nowrap;
    transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1), height 200ms cubic-bezier(0.4, 0, 0.2, 1), font-size 200ms cubic-bezier(0.4, 0, 0.2, 1);
    will-change: opacity, height, font-size;
}

@media (min-width: 1025px) {
    .compact .halo-contact-text,
    .compact .halo-cta-text {
        font-size: 0.75rem;
        opacity: 1;
        height: 1.2em;
    }
}

@media (max-width: 1024px) {
    .compact .halo-contact-text,
    .compact .halo-cta-text {
        opacity: 0;
        height: 0;
    }
}

@media (min-width: 1025px) {
    .compact .halo-nav {
        height: 0;
        opacity: 0;
        transform: translateY(-100%);
        pointer-events: none;
    }
}

.halo-nav-open .halo-nav,
.halo-nav-open.compact .halo-nav,
body.halo-nav-open.compact .halo-nav {
    height: auto !important;
    opacity: 1 !important;
    transform: none !important;
    pointer-events: auto !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
}

.compact .halo-nav-links > ul {
    opacity: 0;
    pointer-events: none;
}

.halo-nav-open .halo-nav-links > ul,
.halo-nav-open.compact .halo-nav-links > ul {
    opacity: 1 !important;
    pointer-events: auto !important;
}

.halo-mobile-action {
    transition: transform 220ms cubic-bezier(0.4, 0, 0.2, 1);
}

@media (max-width: 1024px) {
    .compact .halo-mobile-action {
        transform: scale(0.85);
    }

    .compact .halo-mobile-actions {
        bottom: -1rem;
        gap: 0.25rem;
    }
}




.halo-mobile-actions {
    display: none;
    position: absolute;
    right: 1rem;
    bottom: -1.2rem;
    gap: 0.35rem;
    z-index: 1050;
    align-items: center;
    justify-content: center;
}

.halo-mobile-action {
    background: linear-gradient(135deg, #ed006e, #d9509e);
    border-radius: 999px;
    width: 32px;
    height: 32px;
    min-width: 22px;
    min-height: 22px;
    flex: 0 0 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 1px solid rgba(255,255,255,0.3);
    box-shadow: 0 12px 28px -18px rgba(217, 80, 158, 0.5);
    padding: 0;
    line-height: 1;
    transition: transform 200ms cubic-bezier(0.4, 0, 0.2, 1), background 200ms ease, box-shadow 200ms ease;
    will-change: transform;
    transform-origin: center;
    vertical-align: middle;
}

.halo-mobile-action:hover,
.halo-mobile-action:focus {
    background: linear-gradient(135deg, #ff0078, #e861a8);
    box-shadow: 0 15px 32px -16px rgba(217, 80, 158, 0.6);
    transform: translateY(-1px);
}

.halo-mobile-action i {
    font-size: 0.9rem;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.halo-contact-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    color: #fff;
    font-weight: 600;
    padding: 0.45rem 0.85rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    transition: padding 200ms cubic-bezier(0.4, 0, 0.2, 1), background 150ms ease, font-size 200ms cubic-bezier(0.4, 0, 0.2, 1);
    will-change: padding, font-size;
    line-height: 1.2;
    vertical-align: middle;
}

.halo-contact-link i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.halo-contact-link:hover,
.halo-contact-link:focus-visible {
    background: rgba(255, 255, 255, 0.16);
}

.halo-cta {
    background: #fff;
    color: var(--halo-amber);
    border: none;
    border-radius: 999px;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    cursor: pointer;
    transition: transform 150ms ease, box-shadow 150ms ease, padding 200ms cubic-bezier(0.4, 0, 0.2, 1), font-size 200ms cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    will-change: padding, transform, font-size;
    line-height: 1.2;
    vertical-align: middle;
}

.halo-cta i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.halo-cta:hover {
    transform: translateY(-1px);
    box-shadow: 0 15px 25px -15px rgba(0,0,0,0.35);
}

.halo-nav {
    position: relative;
    opacity: 1;
    transform: translateY(0);
    transition: height 220ms cubic-bezier(0.4, 0, 0.2, 1), opacity 220ms cubic-bezier(0.4, 0, 0.2, 1), transform 220ms cubic-bezier(0.4, 0, 0.2, 1);
    will-change: height, opacity, transform;
}

.halo-nav-toggle {
    display: none;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 1.8rem;
    padding: 0.75rem 2rem;
    cursor: pointer;
    transition: padding 200ms cubic-bezier(0.4, 0, 0.2, 1), font-size 200ms cubic-bezier(0.4, 0, 0.2, 1);
}

.halo-nav-links {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    overflow: visible;
    z-index: 1500;
}

.halo-nav-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.halo-nav-links > ul {
    display: flex;
    gap: 1.5rem;
    align-items: center;
    flex-wrap: nowrap;
    padding: 0.5rem 0;
    overflow: visible;
}

.halo-nav-links > ul > li {
    position: relative;
}

.halo-nav-links > ul > li > a {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.85rem;
    padding: 0.35rem 0.25rem;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
}

.halo-nav-links li ul {
    position: absolute;
    top: calc(100% + 0.25rem);
    left: 0;
    min-width: 220px;
    background: rgba(27, 29, 42, 0.96);
    border-radius: 0.75rem;
    padding: 0.75rem 0;
    box-shadow: 0 18px 40px -30px rgba(0, 0, 0, 0.6);
    display: none;
    z-index: 25;
    overflow: visible;
}

.halo-nav-links li:hover > ul,
.halo-nav-links li:focus-within > ul {
    display: block;
}

.halo-nav-links li.open > ul {
    display: block;
}

.halo-nav-links li ul li {
    width: 100%;
}

.halo-nav-links li ul a {
    display: block;
    padding: 0.4rem 1rem;
    color: rgba(255,255,255,0.9);
    font-size: 0.85rem;
    text-transform: none;
    letter-spacing: 0;
}

.halo-nav-links li ul a:hover {
    background: rgba(255,255,255,0.08);
}


.halo-nav-overlay {
    display: none;
    z-index: 1400;
}

/* Mobile-Sidebar-Elemente standardmäßig verstecken */
.halo-nav-header,
.halo-nav-header-logo,
.halo-nav-header-text,
.halo-nav-icon,
.halo-nav-brand,
.halo-nav-claim,
.halo-nav-close,
.halo-nav-footer {
    display: none;
}

.content-area {
    flex: 1;
    width: 100%;
    min-width: 0;
    padding: 3rem 0;
}

.blocks-container {
    max-width: 1200px;
    min-width: 0;
    width: 100%;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.page-area > section,
.blocks-container > section {
    border-radius: var(--angels-radius-lg);
    padding: 2.5rem;
    box-shadow: var(--angels-shadow-soft);
}

/* Hero-Block Styles */
.page-block-hero {
    background: linear-gradient(135deg, rgba(26, 42, 79, 0.9), rgba(91, 163, 217, 0.65));
    border-radius: var(--angels-radius-lg);
    box-shadow: var(--angels-shadow-soft);
    padding: 1.5rem;
}

.page-block-hero .hero-title {
    color: #fdf8f2;
}

.page-block-hero .hero-subtitle {
    color: #f8e39f;
}

.halo-footer {
    background: linear-gradient(180deg, #06233a 0%, #0d3a4f 100%);    
    border-top: 3px solid #c71585;
    color: #fff;
    padding: 4rem 0 2rem;
    margin-top: auto;
    min-width: 0;
    width: 100%;
}

.halo-footer * {
    color: #fff;
}

.halo-footer a {
    color: rgba(255,255,255,0.95);
    text-decoration: none;
    transition: color 0.2s ease;
}

.halo-footer a:hover {
    color: #fff;
    text-decoration: underline;
}

.halo-footer-card h3 {
    color: #fff;
}

.halo-footer-card ul li,
.halo-footer-card p {
    color: rgba(255,255,255,0.9);
}

.halo-footer-grid {
    max-width: 1200px;
    min-width: 0;
    width: 100%;
    margin: 0 auto;
    padding: 0 2rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.5rem;
}

.halo-footer-card {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: var(--halo-radius-md);
    padding: 1.5rem;
}

.halo-footer-card h3 {
    margin-top: 0;
    font-family: 'Playfair Display', Georgia, serif;
    color: #fff;
}

.halo-footer-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.halo-newsletter {
    display: flex;
    gap: 0.5rem;
    margin-top: 1rem;
    flex-wrap: wrap;
}

.halo-newsletter input {
    flex: 1;
    border: 1px solid rgba(255,255,255,0.2);
    background: rgba(255,255,255,0.05);
    color: #fff;
    border-radius: 999px;
    padding: 0.65rem 1rem;
}

.halo-newsletter button {
    border: none;
    border-radius: 999px;
    background: var(--halo-gold);
    color: var(--halo-ink);
    padding: 0.65rem 1.25rem;
    font-weight: 600;
    cursor: pointer;
}

.halo-socials {
    display: flex;
    gap: 0.75rem;
    margin-top: 1rem;
}

.halo-socials a {
    width: 36px;
    height: 36px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.3);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.halo-footer-bottom {
    max-width: 1200px;
    margin: 2rem auto 0;
    padding: 0 2rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
    font-size: 0.9rem;
}

.halo-footer-links {
    display: flex;
    gap: 1rem;
}

.halo-scroll-top {
    position: fixed;
    bottom: 2rem;
    left: 2rem;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ed006e, #d9509e);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, background 0.2s ease;
    box-shadow: 0 8px 24px -12px rgba(217, 80, 158, 0.5);
    pointer-events: none;
}

.halo-scroll-top.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.halo-scroll-top:hover,
.halo-scroll-top:focus {
    background: linear-gradient(135deg, #ff0078, #e861a8);
    box-shadow: 0 12px 32px -16px rgba(217, 80, 158, 0.6);
    transform: translateY(-2px);
    outline: none;
}

.halo-scroll-top i {
    font-size: 1.25rem;
}

.section-title {
    font-family: 'Playfair Display', 'Cormorant', Georgia, serif;
    font-size: 2rem;
    margin-bottom: 0.75rem;
    color: var(--angels-text-dark);
}

.section-description {
    margin-top: 0;
    margin-bottom: 2rem;
    color: var(--angels-text-soft);
}

.columns-grid {
    display: grid;
    gap: 2rem;
}

.columns-grid-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.columns-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 992px) {
    .columns-grid-3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .columns-grid,
    .columns-grid-2,
    .columns-grid-3 {
        grid-template-columns: 1fr;
    }
}

.column-item {
    background: var(--angels-warm-white);
    border: 1px solid rgba(26, 42, 79, 0.08);
    border-radius: var(--angels-radius-md);
    padding: 2rem;
    box-shadow: 0 18px 32px -30px rgba(26, 42, 79, 0.6);
}

.columns-title {
    font-size: 1.25rem;
    margin: 0 0 0.5rem 0;
    color: var(--angels-text-dark);
}

.columns-text {
    margin: 0;
    color: var(--angels-text-soft);
}

.cards-grid {
    display: grid;
    gap: 2.5rem;
}

.cards-grid-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cards-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 992px) {
    .cards-grid-3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .cards-grid,
    .cards-grid-2,
    .cards-grid-3 {
        grid-template-columns: 1fr;
    }
}

.card-item {
    display: block;
    height: 100%;
}

.card-link-wrapper {
    display: block;
    color: inherit;
    height: 100%;
}

.card-link-wrapper:hover,
.card-link-wrapper:focus-visible {
    text-decoration: none;
}

.card-shell {
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(243, 213, 198, 0.55));
    border-radius: var(--angels-radius-lg);
    padding: 2.25rem;
    border: 1px solid rgba(175, 100, 11, 0.22);
    box-shadow: var(--angels-shadow-soft);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-link-wrapper:hover .card-shell,
.card-link-wrapper:focus-visible .card-shell,
.card-shell:hover,
.card-shell:focus-within {
    transform: translateY(-6px);
    box-shadow: var(--angels-shadow-hover);
}

.card-inner {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.card-media img {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid var(--angels-gold);
    box-shadow: 0 18px 36px -20px rgba(163, 83, 4, 0.7);
}

.card-title {
    font-family: 'Playfair Display', 'Cormorant', Georgia, serif;
    font-size: 1.5rem;
    margin: 0 0 0.5rem 0;
}

.card-subtitle {
    margin: 0 0 1rem 0;
    color: var(--angels-gold-earth);
    font-weight: 600;
    letter-spacing: 0.02em;
}

.card-description {
    margin: 0;
    color: var(--angels-text-soft);
}

body.page-ueber-uns-team .cards-grid {
    gap: 2rem;
}

body.page-ueber-uns-team .card-shell {
    background: #fff;
    border: 1px solid rgba(26, 42, 79, 0.08);
    box-shadow: 0 24px 60px -40px rgba(26, 42, 79, 0.35);
    padding: 2rem;
}

body.page-ueber-uns-team .card-inner {
    align-items: center;
    text-align: center;
}

body.page-ueber-uns-team .card-media img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 3px solid var(--angels-gold);
}

body.page-ueber-uns-team .card-title {
    color: var(--angels-gold-deep);
}

body.page-ueber-uns-team .card-description {
    color: var(--angels-text-soft);
}

.form-block {
    border-radius: var(--angels-radius-lg);
    padding: 2rem;
    background: #fff;
    box-shadow: var(--angels-shadow-soft);
}

.form-container {
    padding: 1.5rem;
    border: 1px solid var(--angels-border);
    border-radius: var(--angels-radius-md);
    background: var(--angels-warm-white);
}

.form-field {
    margin-bottom: 1.25rem;
}

.form-input,
.form-textarea,
.form-select {
    width: 100%;
    border: 1px solid var(--angels-border);
    border-radius: 0.85rem;
    padding: 0.85rem 1rem;
    font-size: 1rem;
    font-family: inherit;
    transition: border-color 120ms ease, box-shadow 120ms ease;
}

.form-input:focus,
.form-textarea:focus,
.form-select:focus {
    border-color: var(--angels-gold-earth);
    outline: none;
    box-shadow: 0 0 0 2px rgba(163, 83, 4, 0.2);
}

.form-submit-wrapper {
    margin-top: 1.5rem;
}

.form-submit-button {
    background: linear-gradient(135deg, var(--angels-gold), var(--angels-gold-deep));
    color: #fff;
    border: none;
    border-radius: 999px;
    padding: 0.9rem 1.75rem;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    box-shadow: var(--angels-shadow-hover);
}

.form-radio-group {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.form-checkbox-row {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

@media (max-width: 1024px) {
    .halo-header {
        position: fixed;
        top: 0;
    }

    .halo-contact {
        display: none;
    }

    .halo-contact {
        display: none;
    }

    .halo-mobile-actions {
        display: flex !important;
        align-items: center;
        justify-content: center;
        position: absolute;
        right: 1rem;
        bottom: -1.2rem;
        gap: 0.35rem;
        z-index: 10000 !important;
        transition: bottom 220ms cubic-bezier(0.4, 0, 0.2, 1), gap 220ms cubic-bezier(0.4, 0, 0.2, 1);
        visibility: visible !important;
        opacity: 1 !important;
    }

    .compact .halo-mobile-actions {
        bottom: -1rem;
        gap: 0.25rem;
    }

    body.halo-nav-open {
        overflow: hidden;
        /* Mobile: dvh (dynamic viewport height) passt sich an Browserleiste an, 100vh als Fallback */
        height: 100dvh !important;
        height: -webkit-fill-available !important;
        height: 100vh !important;
        min-height: 100dvh !important;
        min-height: -webkit-fill-available !important;
        min-height: 100vh !important;
        position: fixed !important;
        width: 100% !important;
    }

    body.halo-nav-open.compact {
        padding-top: var(--halo-header-height-compact);
    }

    .halo-nav {
        display: block;
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        width: 100vw !important;
        /* Mobile: dvh (dynamic viewport height) passt sich an Browserleiste an, 100vh als Fallback */
        height: 100dvh !important;
        height: -webkit-fill-available !important;
        height: 100vh !important;
        min-height: 100dvh !important;
        min-height: -webkit-fill-available !important;
        min-height: 100vh !important;
        z-index: 10001 !important;
        pointer-events: none;
        margin: 0 !important;
        padding: 0 !important;
    }

    .halo-nav-open .halo-nav,
    .halo-nav-open.compact .halo-nav,
    body.halo-nav-open.compact .halo-nav {
        pointer-events: auto !important;
        /* Mobile: dvh (dynamic viewport height) passt sich an Browserleiste an, 100vh als Fallback */
        height: 100dvh !important;
        height: -webkit-fill-available !important;
        height: 100vh !important;
        min-height: 100dvh !important;
        min-height: -webkit-fill-available !important;
        min-height: 100vh !important;
        width: 100vw !important;
        opacity: 1 !important;
        transform: none !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        position: fixed !important;
    }

    .halo-nav-open.compact .halo-nav-links,
    body.halo-nav-open.compact .halo-nav-links,
    .halo-nav-open .halo-nav-links {
        transform: translateX(0) translateY(0) !important;
        top: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        left: auto !important;
        position: fixed !important;
        margin: 0 !important;
        padding: 0 !important;
        width: min(80vw, 320px) !important;
        /* Mobile: dvh (dynamic viewport height) passt sich an Browserleiste an, 100vh als Fallback */
        height: 100dvh !important;
        height: -webkit-fill-available !important;
        height: 100vh !important;
        min-height: 100dvh !important;
        min-height: -webkit-fill-available !important;
        min-height: 100vh !important;
        max-height: 100dvh !important;
        max-height: -webkit-fill-available !important;
        max-height: 100vh !important;
        will-change: transform;
    }

    .halo-nav-toggle {
        display: inline-flex;
        background: transparent;
        border-radius: 999px;
        padding: 0rem 0 0.45rem 0.65rem;
        z-index: 2100;
        position: relative;
    }

    .halo-nav-toggle-top {
        display: inline-flex;
    }

    .halo-nav-links {
        position: fixed !important;
        top: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        left: auto !important;
        width: min(80vw, 320px) !important;
        max-width: 100vw !important;
        /* Mobile: dvh (dynamic viewport height) passt sich an Browserleiste an, 100vh als Fallback */
        height: 100dvh !important;
        height: -webkit-fill-available !important;
        height: 100vh !important;
        min-height: 100dvh !important;
        min-height: -webkit-fill-available !important;
        min-height: 100vh !important;
        max-height: 100dvh !important;
        max-height: -webkit-fill-available !important;
        max-height: 100vh !important;
        background: #06233af2;
        transform: translateX(100%) translateY(0) !important;
        transition: transform 200ms ease;
        padding: 0;
        z-index: 10002 !important;
        box-shadow: -4px 0 24px rgba(0, 0, 0, 0.3);
        display: flex !important;
        flex-direction: column;
        overflow: hidden;
        margin: 0 !important;
    }

    @media (max-width: 414px) {
        .halo-nav-links {
            width: 100vw;
            max-width: 100vw;
        }
    }

    .halo-nav-links > ul {
        flex: 1;
        overflow-y: auto;
    }

    .halo-nav-header {
        position: sticky;
        top: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 1rem 1rem;
        background: #06233af2;    
        border-bottom: 2px solid #c71585;
        z-index: 10;
        margin-bottom: 1rem;
    }

    .halo-nav-header-logo {
        display: flex;
        align-items: center;
        gap: 0.75rem;
        flex: 1;
    }

    .halo-nav-icon {
        width: 44px;
        height: 44px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.15);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25);
        flex-shrink: 0;
    }

    .halo-nav-icon img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        border-radius: 50%;
    }

    .halo-nav-header-text {
        display: flex;
        flex-direction: column;
        gap: 0.15rem;
    }

    .halo-nav-brand {
        display: block;
        font-family: 'Playfair Display', 'Cormorant', Georgia, serif;
        font-size: 1rem;
        color: rgba(255, 255, 255, 0.95);
        font-weight: 600;
        line-height: 1.2;
    }

    .halo-nav-claim {
        display: block;
        font-size: 0.7rem;
        color: rgba(255, 255, 255, 0.75);
        line-height: 1.2;
    }

    .halo-nav-close {
        position: relative;
        top: auto;
        right: auto;
        width: 2.5rem;
        height: 2.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        color: rgba(255, 255, 255, 0.9);
        font-size: 1.5rem;
        cursor: pointer;
        z-index: 20;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.1);
        border: none;
        transition: background-color 0.2s ease, transform 0.2s ease;
        padding: 0;
    }

    .halo-nav-close:hover,
    .halo-nav-close:focus {
        background: rgba(255, 255, 255, 0.2);
        transform: scale(1.1);
        outline: none;
    }

    .halo-nav-close i {
        font-size: 1.25rem;
    }

    .halo-nav-open .halo-nav-links,
    .halo-nav-open.compact .halo-nav-links {
        transform: translateX(0) translateY(0) !important;
        top: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        left: auto !important;
        margin-top: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 0 !important;
        margin-left: 0 !important;
        display: flex !important;
        visibility: visible !important;
    }

    .halo-nav-links > ul {
        flex-direction: column;
        gap: 0.5rem;
        padding: 0 1.5rem 1.5rem;
        margin: 0;
    }

    .halo-nav-links > ul > li {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .halo-nav-links > ul > li > a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 0.85rem 1rem;
        color: rgba(255,255,255,0.95);
        text-transform: uppercase;
        letter-spacing: 0.08em;
        font-size: 0.9rem;
        font-weight: 600;
        border-radius: 0.5rem;
        transition: background-color 0.2s ease, color 0.2s ease;
        text-align: left;
    }

    .halo-nav-links > ul > li > a:hover,
    .halo-nav-links > ul > li > a:focus {
        background: rgba(255,255,255,0.1);
        color: #fff;
    }

    .halo-nav-links > ul > li.has-children > a::after {
        content: '';
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 6px solid rgba(255,255,255,0.7);
        margin-left: 0.5rem;
        transition: transform 0.2s ease;
    }

    .halo-nav-links > ul > li.has-children.open > a::after {
        transform: rotate(180deg);
    }

    .halo-nav-links li ul {
        position: static;
        background: rgba(6, 35, 58, 0.6);
        border-radius: 0.5rem;
        margin-top: 0.5rem;
        margin-left: 0;
        list-style: none;
        max-height: 0;
        padding: 0;
        overflow: hidden;
        opacity: 0;
        transition: max-height 0.3s ease, padding 0.3s ease, opacity 0.3s ease;
    }

    .halo-nav-links li.open > ul {
        max-height: 1000px;
        padding: 0.5rem 0;
        opacity: 1;
    }

    .halo-nav-links li ul li {
        width: 100%;
    }

    .halo-nav-links li ul a {
        display: block;
        padding: 0.65rem 1.5rem;
        color: rgba(255,255,255,0.85);
        font-size: 0.875rem;
        text-transform: none;
        letter-spacing: 0;
        border-radius: 0;
        transition: background-color 0.2s ease, color 0.2s ease, padding-left 0.2s ease;
        text-align: left;
    }

    .halo-nav-links li ul a:hover,
    .halo-nav-links li ul a:focus {
        background: rgba(255,255,255,0.12);
        color: #fff;
        padding-left: 1.75rem;
    }

    .halo-nav-footer {
        position: sticky;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: space-around;
        gap: 0.5rem;
        padding: 0.75rem 1rem;
        background: #06233af2;
        border-top: 1px solid #c71585;
        margin-top: 1rem;
        z-index: 10;
        flex-shrink: 0;
    }

    .halo-nav-footer-action {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0.25rem;
        flex: 1;
        padding: 0.5rem 0.35rem;
        border-radius: 0.4rem;
        background: linear-gradient(135deg, #ed006e, #d9509e);
        border: 1px solid rgba(255, 255, 255, 0.3);
        color: #fff;
        text-decoration: none;
        font-size: 0.65rem;
        font-weight: 500;
        transition: all 0.2s ease;
        cursor: pointer;
        min-width: 0;
        box-shadow: 0 8px 20px -12px rgba(217, 80, 158, 0.5);
    }

    .halo-nav-footer-action:hover,
    .halo-nav-footer-action:focus {
        background: linear-gradient(135deg, #ff0078, #e861a8);
        border-color: rgba(255, 255, 255, 0.4);
        box-shadow: 0 10px 24px -12px rgba(217, 80, 158, 0.6);
        transform: translateY(-1px);
        outline: none;
    }

    .halo-nav-footer-action span {
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100%;
    }
}

@media (min-width: 501px) and (max-width: 1024px) {
    /* Tablet: Action Buttons weiter rechts */
    .halo-mobile-actions {
        right: 2rem;
    }
}

@media (max-width: 500px) {
    /* Mobile: Action Buttons bei 1rem */
    .halo-mobile-actions {
        right: 1rem;
    }
}

@media (max-width: 768px) {
    /* Beim Scrollen unter 768px: Action Buttons zurück auf 1rem */
    .compact .halo-mobile-actions {
        right: 1rem;
    }
}

    .halo-nav-overlay {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        width: 100vw !important;
        height: 100vh !important;
        background: rgba(0, 0, 0, 0.35);
        opacity: 0;
        pointer-events: none;
        transition: opacity 200ms ease;
        display: block;
        z-index: 9998 !important;
    }

    .halo-nav-open .halo-nav-overlay {
        opacity: 1;
        pointer-events: auto;
    }

    .halo-nav-links button.toggle-submenu {
        border: none;
        background: none;
        color: #fff;
        margin-left: auto;
        font-size: 1rem;
    }

    .page-area > section,
    .blocks-container > section {
        padding: 1.5rem;
    }

}

@media (min-width: 1025px) {
    /* Desktop: Header bleibt fixed, Body scrollt */
    body {
        overflow-y: auto;
        overflow-x: hidden;
        height: auto;
        min-height: 100vh;
    }
    
    .halo-header {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
    }
    
    .halo-top-bar {
        padding: 1rem 2rem 0rem;
    }

    .halo-nav-toggle-top {
        display: none !important;
    }

    .halo-nav {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        display: block !important;
        pointer-events: auto !important;
        z-index: auto !important;
    }

    .halo-nav-links {
        position: relative !important;
        top: auto !important;
        right: auto !important;
        bottom: auto !important;
        left: auto !important;
        transform: none !important;
        width: auto !important;
        max-width: none !important;
        padding: 0 2rem !important;
        z-index: 1500 !important;
        display: block !important;
        flex-direction: row !important;
        overflow: visible !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    .halo-nav-links > ul {
        flex: none !important;
        overflow: visible !important;
    }

    .halo-nav-footer {
        display: none !important;
    }

    .halo-nav-overlay {
        display: none !important;
    }

    .halo-nav-close {
        display: none !important;
    }

    .halo-nav-header {
        display: none !important;
    }

    .halo-nav-header-logo,
    .halo-nav-header-text,
    .halo-nav-icon,
    .halo-nav-brand,
    .halo-nav-claim {
        display: none !important;
    }

    .halo-nav-links > ul > li > a {
        display: inline-flex !important;
        justify-content: flex-start !important;
        padding: 0.35rem 0.25rem !important;
        text-align: left !important;
    }

    .halo-nav-links > ul > li > a::after {
        display: none !important;
    }

    .halo-nav-links > ul > li {
        width: auto !important;
        display: block !important;
    }

    .halo-nav-links > ul {
        flex-direction: row !important;
        gap: 1.5rem !important;
        padding: 0 !important;
    }

    .compact .halo-logo .halo-icon {
        transform: scale(0.75);
    }

    .compact .halo-brand {
        font-size: 1.25rem;
    }

    .compact .halo-contact-link {
        padding: 0.35rem 0.7rem;
        font-size: 0.875rem;
    }

    .compact .halo-cta {
        padding: 0.5rem 1.2rem;
        font-size: 0.875rem;
    }
}

@media (max-width: 500px) {
    .halo-footer-grid {
        grid-template-columns: 1fr;
    }

    .halo-top-bar {
        padding: 1rem 1rem 1rem;
        gap: 0.75rem;
    }

    .halo-logo {
        gap: 0.75rem;
        flex: 0 1 auto;
    }

    .halo-icon {
        width: 40px;
        height: 40px;
        flex-shrink: 0;
    }

    .halo-brand {
        font-size: 1.1rem;
    }

    .halo-claim {
        display: none;
    }

    .halo-nav-toggle {
        padding: 0.45rem 0 0.45rem 0.5rem;
        font-size: 1.5rem;
    }

    .blocks-container {
        padding: 0 1rem;
    }

    .halo-footer-grid {
        padding: 0 1rem;
    }

    .halo-scroll-top {
        bottom: 1.5rem;
        left: 1.5rem;
        width: 44px;
        height: 44px;
    }
}

@media (max-width: 768px) {
    .halo-scroll-top {
        bottom: 1.25rem;
        left: 1.25rem;
        width: 40px;
        height: 40px;
    }

    .halo-scroll-top i {
        font-size: 1.1rem;
    }
}