@media (min-width: 1200px) {
    .astroid-sidebar-content {
        background: #f8f5ef !important;
    }
}

.logo-wrapper.astroid-logo.astroid-logo-text {
    color: #ffffff !important;
}

.astroid-sidebar-menu li ul.nav-child {
    background-color: #ffffff00;
}

.mod-menu.nav.flex-column {
    flex-direction: row !important;
    gap: 1rem;
    /* z. B. 16px Abstand */
}

#ta-60cd7e26a16f8c82709685 {
    padding-top: 17px;
}

.slide-link {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    text-decoration: none;
    position: relative;
}

/* Caption unten, volle Breite */
.slide-caption {
    width: 100%;
    padding: 28px 40px;
    background: linear-gradient(to top,
            rgba(0, 0, 0, 0.65),
            rgba(0, 0, 0, 0.35),
            rgba(0, 0, 0, 0));

    transform: translateY(100%);
    opacity: 0;
    transition: transform 0.6s ease, opacity 0.6s ease;
}

.uk-active .slide-caption {
    transform: translateY(0);
    opacity: 1;
}

.slide-caption h3 {
    margin: 0 0 8px;
    font-size: 1.8rem;
    font-weight: 600;
}

.slide-caption p {
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.6;
    max-width: 1100px;
}

/* Mobile */
@media (max-width: 640px) {
    .slide-caption {
        padding: 20px;
    }

    .slide-caption h3 {
        font-size: 1.4rem;
    }
}

@media (min-width: 1200px) {
    .astroid-header.has-sidebar>.astroid-sidebar-content {
        width: 400px;
    }

 div.astroid-sidebar-block:nth-child(3) {
     margin-bottom: 0;
}

.churchicon {
    width: 45px;
    height: 45px;
    padding-right: 2%;
}

/* === Welcome Hero === */
.welcome-hero {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.welcome-hero__img {
    width: 100%;
    height: auto;
    display: block;
}

/* Overlay */
.welcome-hero__overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
    background: linear-gradient(to bottom,
            rgba(255, 255, 255, 0),
            rgba(0, 0, 0, 0.45));
}

/* Text */
.welcome-hero__text {
    padding: 2rem;
    color: #fff;
}

.welcome-hero__headline {
    font-size: clamp(1.8rem, 3vw, 2.8rem);
    font-weight: 600;
    margin-bottom: 1rem;
}

/* === Fade-in Animation === */
.fade-in {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 1.2s ease-out forwards;
    animation-delay: 0.3s;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Mobile */
@media (max-width: 768px) {
    .welcome-hero__text {
        padding: 1.5rem;
    }
}

/* === Icon Row === */
.icon-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    flex-wrap: wrap;
    margin: 2rem 0;
}

/* === Icons === */
.icon-row img {
    display: block;
    height: auto; }

/* === Hover Animation === */
.icon-row img {
    transition:
        transform 0.3s ease,
        filter 0.3s ease;
}

.icon-row img:hover {
    transform: translateY(-6px) scale(1.05);
    filter: drop-shadow(0 6px 14px rgba(0, 0, 0, 0.25));
}

/* Tastatur-Fokus (Barrierefreiheit) */
.icon-row img:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 4px;
}

/* === Kreise Liste === */
.blog_kreise {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
    margin: 2.5rem 0;
}

/* Einzelner Kreis */
.blog_kreise>* {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    column-gap: 2rem;
}


/* Titel / Intro */
.blog_kreise p:first-child {
    font-size: 1.05rem;
    font-weight: 500;
    margin: 0;
}

/* Weiterlesen */
.blog_kreise .weiterlesen {
    white-space: nowrap;
    font-weight: 600;
    text-decoration: none;
    position: relative;
}

.blog_kreise .weiterlesen::after {
    content: " →";
    transition: transform .2s ease;
}


/* Text wie „findet derzeit nicht statt“ */
.blog_kreise p:only-child {
    grid-column: 1 / -1;
    color: #777;
    font-style: italic;
}

/* Mobil */
@media (max-width: 768px) {
    .blog_kreise>* {
        grid-template-columns: 1fr;
        row-gap: .6rem;
    }

    .blog_kreise .weiterlesen {
        justify-self: flex-start;
    }
}

.nav-item-caret {
    margin-right: 10px;
}


  .nav-subtitle {
    display: inline-block;
    padding: 6px 14px;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.2;
    color: #4b5563;
    background: rgba(75, 85, 99, 0.08);
    border-radius: 999px;
    letter-spacing: 0.02em;
    white-space: nowrap;
}

/* Standard: Desktop */
.mobile {
    display: none;
}

.bars {
    display: block;
}

/* Tablet + Mobile bis 1200px */
@media (max-width: 1200px) {

.mobile {
        display: block !important;
    }

    .mobile img {
        display: block;
        margin: 0 auto;
    }

    .bars {
        display: none !important;
    }

}
