
 
.wrapper,.copyright {
	padding: 20px;
	text-align: center;
}

}
.list-unstyled {
	padding-left: 0;
	list-style: none;
}
.list-inline li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 10px;
}
/*---- Genral classes end -------*/

/*Change icons size here*/
.social-icons .fa {
	font-size: 1.8em;
}
/*Change icons circle size and color here*/
.social-icons .fa {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #FFF;
	color: rgba(255, 255, 255, 0.8);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.social-icons.icon-circle .fa{ 
	border-radius: 50%;
}
.social-icons.icon-rounded .fa{
	border-radius:5px;
}
.social-icons.icon-flat .fa{
	border-radius: 0;
}

.social-icons .fa:hover, .social-icons .fa:active {
	color: #FFF;
	-webkit-box-shadow: 1px 1px 3px #333;
	-moz-box-shadow: 1px 1px 3px #333;
	box-shadow: 1px 1px 3px #333; 
}
.social-icons.icon-zoom .fa:hover, .social-icons.icon-zoom .fa:active { 
 	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1); 
}
.social-icons.icon-rotate .fa:hover, .social-icons.icon-rotate .fa:active { 
	-webkit-transform: scale(1.1) rotate(360deg);
	-moz-transform: scale(1.1) rotate(360deg);
	-ms-transform: scale(1.1) rotate(360deg);
	-o-transform: scale(1.1) rotate(360deg);
	transform: scale(1.1) rotate(360deg);
}
 

.social-icons .fa-facebook,.social-icons .fa-facebook-square{background-color:#3C599F;}
.social-icons .fa-instagram{background-color:#C13584;}

/* Erlebnisgarten Startseite */
.eg-section {
    padding-top: 20px;
}

.eg-intro-card,
.eg-card,
.eg-image-card,
.eg-fact-box {
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.eg-intro-card {
    padding: 40px;
}

.eg-kicker {
    display: inline-block;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 700;
    color: #87a134;
    font-size: 13px;
}

.eg-title {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 1.25;
}

.eg-lead {
    font-size: 18px;
    line-height: 1.7;
}

.eg-intro-card p,
.eg-card p,
.eg-image-card p,
.eg-fact-box span,
.eg-contact-note,
.eg-form-feedback {
    font-size: 16px;
    line-height: 1.7;
}

.eg-hero-image,
.eg-image-card img,
.eg-gallery-item img {
    width: 100%;
    display: block;
    object-fit: cover;
}

.eg-hero-image {
    height: 100%;
    min-height: 360px;
    border-radius: 14px;
}

.eg-cta {
    margin-top: 25px;
}

.eg-btn {
    display: inline-block;
    padding: 12px 22px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 700;
    margin-right: 10px;
    margin-bottom: 10px;
    transition: all 0.2s ease;
}

.eg-btn:hover,
.eg-btn:focus {
    text-decoration: none;
    opacity: 0.92;
}

.eg-btn-primary {
    background: #87a134;
    color: #ffffff;
}

.eg-btn-primary:hover,
.eg-btn-primary:focus {
    color: #ffffff;
}

.eg-btn-secondary {
    background: #f4f4ed;
    color: #333333;
}

.eg-gallery-wrap {
    padding-top: 10px;
}

.eg-gallery {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.eg-gallery-item {
    display: block;
    overflow: hidden;
    border-radius: 14px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.10);
}

.eg-gallery-item img {
    height: 260px;
    transition: transform 0.35s ease;
}

.eg-gallery-item:hover img {
    transform: scale(1.03);
}

.eg-feature-area {
    padding-top: 10px;
    padding-bottom: 10px;
}

.eg-card {
    padding: 34px;
    height: 100%;
}

.eg-card h3,
.eg-form-card h3 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 30px;
}

.eg-list {
    margin: 0;
    padding-left: 20px;
}

.eg-list li {
    margin-bottom: 12px;
    line-height: 1.7;
}

.eg-image-card {
    overflow: hidden;
    height: 100%;
}

.eg-image-card img {
    height: 360px;
}

.eg-image-card p {
    margin: 0;
    padding: 20px 24px 24px;
}

.eg-facts-strip {
    padding-top: 10px;
    padding-bottom: 10px;
}

.eg-fact-box {
    padding: 28px 24px;
    text-align: center;
    min-height: 150px;
}

.eg-fact-box strong {
    display: block;
    margin-bottom: 8px;
    color: #87a134;
    font-size: 20px;
}

.eg-form-section {
    padding-top: 10px;
}

.eg-form-card {
    padding: 34px;
}

.eg-contact-note {
    margin-top: 20px;
    padding: 18px 20px;
    background: #f6f8ef;
    border-radius: 14px;
}

.eg-contact-form label {
    display: block;
    margin-bottom: 8px;
    font-weight: 700;
    color: #333333;
}

.eg-contact-form input,
.eg-contact-form textarea {
    width: 100%;
    border: 1px solid #d7dccd;
    border-radius: 12px;
    padding: 12px 14px;
    margin-bottom: 18px;
    font-size: 15px;
    background: #ffffff;
}

.eg-contact-form textarea {
    resize: vertical;
    min-height: 140px;
}

.eg-contact-form button {
    border: none;
}

.eg-form-feedback {
    margin-top: 12px;
    margin-bottom: 0;
    color: #666666;
}

@media (max-width: 991px) {
    .eg-intro-card,
    .eg-card,
    .eg-form-card {
        padding: 28px;
    }

    .eg-title {
        font-size: 30px;
    }

    .eg-hero-image {
        margin-top: 20px;
        min-height: 280px;
    }

    .eg-image-card {
        margin-top: 20px;
    }

    .eg-feature-alt .eg-image-card {
        margin-top: 0;
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .eg-gallery {
        grid-template-columns: 1fr;
    }

    .eg-gallery-item img,
    .eg-image-card img {
        height: 240px;
    }

    .eg-title {
        font-size: 26px;
    }

    .eg-intro-card,
    .eg-card,
    .eg-form-card {
        padding: 22px;
    }

    .eg-btn {
        width: 100%;
        text-align: center;
        margin-right: 0;
    }
}


/* Netzwerk BNE */
.network-section {
    padding-top: 20px;
    padding-bottom: 10px;
}

.network-hero-card,
.network-card,
.network-logo-card,
.network-fact-box,
.network-partner-card,
.network-video-card,
.network-cta-card {
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.network-hero-card {
    padding: 40px;
}

.network-kicker {
    display: inline-block;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 700;
    color: #87a134;
    font-size: 13px;
}

.network-title {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 38px;
    line-height: 1.2;
}

.network-lead {
    font-size: 18px;
    line-height: 1.7;
}

.network-hero-card p,
.network-card p,
.network-partner-card p,
.network-video-caption,
.network-fact-box span,
.network-quote,
.network-cta-card p {
    font-size: 16px;
    line-height: 1.7;
}

.network-logo-card {
    padding: 24px;
    text-align: center;
    background: linear-gradient(180deg, #ffffff 0%, #f8faef 100%);
}

.network-logo-card img {
    display: block;
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
    height: auto;
}

.network-hero-links {
    margin-top: 24px;
}

.network-fact-strip {
    padding-top: 10px;
    padding-bottom: 10px;
}

.network-fact-box {
    min-height: 170px;
    padding: 28px 24px;
    text-align: center;
}

.network-fact-box strong {
    display: block;
    margin-bottom: 8px;
    color: #87a134;
    font-size: 20px;
}

.network-card,
.network-partner-card,
.network-cta-card {
    padding: 34px;
    height: 100%;
}

.network-card h2,
.network-card h3,
.network-partner-card h3,
.network-cta-card h3 {
    margin-top: 0;
    margin-bottom: 18px;
    font-size: 30px;
}

.network-highlight-list {
    padding-left: 20px;
    margin-bottom: 0;
}

.network-highlight-list li {
    margin-bottom: 12px;
    line-height: 1.7;
}

.network-image {
    width: 100%;
    display: block;
    min-height: 360px;
    height: 100%;
    object-fit: cover;
    border-radius: 14px;
}

.network-quote {
    margin: 22px 0;
    padding: 24px 28px;
    background: #f6f8ef;
    border-left: 6px solid #87a134;
    border-radius: 16px;
}

.network-quote cite {
    display: block;
    margin-top: 10px;
    color: #666666;
    font-size: 14px;
    font-style: normal;
}

.network-video-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.network-video-card {
    overflow: hidden;
}

.network-video-embed {
    position: relative;
    padding-top: 56.25%;
}

.network-video-embed iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.network-video-caption {
    padding: 16px 20px 20px;
}

.network-partner-card p:last-child,
.network-card p:last-child,
.network-cta-card p:last-child,
.network-video-caption p:last-child {
    margin-bottom: 0;
}

.network-cta-card {
    text-align: center;
}

.network-cta-links {
    margin-top: 22px;
}

@media (max-width: 991px) {
    .network-hero-card,
    .network-card,
    .network-partner-card,
    .network-cta-card {
        padding: 28px;
    }

    .network-title {
        font-size: 32px;
    }

    .network-logo-card {
        margin-top: 20px;
    }

    .network-image {
        min-height: 280px;
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .network-video-grid {
        grid-template-columns: 1fr;
    }

    .network-title {
        font-size: 27px;
    }

    .network-hero-card,
    .network-card,
    .network-partner-card,
    .network-cta-card {
        padding: 22px;
    }

    .network-fact-box {
        min-height: auto;
        margin-bottom: 16px;
    }
}


/* Obstbaumkartierung */
.obst-section {
    padding-top: 20px;
    padding-bottom: 10px;
}

.obst-hero-card,
.obst-card,
.obst-logo-card,
.obst-fact-box,
.obst-gallery-item,
.obst-cta-card,
.obst-stat-card {
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.obst-hero-card {
    padding: 40px;
}

.obst-kicker {
    display: inline-block;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 700;
    color: #5d8a2b;
    font-size: 13px;
}

.obst-title {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 38px;
    line-height: 1.2;
}

.obst-lead {
    font-size: 18px;
    line-height: 1.7;
}

.obst-hero-card p,
.obst-card p,
.obst-fact-box span,
.obst-cta-card p,
.obst-stat-card p,
.obst-list li {
    font-size: 16px;
    line-height: 1.7;
}

.obst-logo-card {
    padding: 26px;
    text-align: center;
    background: linear-gradient(180deg, #ffffff 0%, #f4f8ef 100%);
}

.obst-logo-card img {
    display: block;
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    height: auto;
}

.obst-hero-links,
.obst-cta-links {
    margin-top: 24px;
}

.obst-fact-strip,
.obst-gallery-wrap,
.obst-stats-wrap {
    padding-top: 10px;
    padding-bottom: 10px;
}

.obst-fact-box {
    min-height: 165px;
    padding: 28px 24px;
    text-align: center;
}

.obst-fact-box strong,
.obst-stat-card strong {
    display: block;
    margin-bottom: 8px;
    color: #5d8a2b;
    font-size: 20px;
}

.obst-card,
.obst-cta-card,
.obst-stat-card {
    padding: 34px;
    height: 100%;
}

.obst-card h2,
.obst-card h3,
.obst-cta-card h3,
.obst-stat-card h3 {
    margin-top: 0;
    margin-bottom: 18px;
    font-size: 30px;
}

.obst-list {
    padding-left: 20px;
    margin-bottom: 0;
}

.obst-list li {
    margin-bottom: 12px;
}

.obst-image,
.obst-gallery-item img {
    width: 100%;
    display: block;
    object-fit: cover;
    border-radius: 14px;
}

.obst-image {
    min-height: 360px;
    height: 100%;
}

.obst-callout {
    margin: 22px 0;
    padding: 22px 26px;
    background: #f6f8ef;
    border-left: 6px solid #5d8a2b;
    border-radius: 16px;
}

.obst-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.obst-gallery-item {
    overflow: hidden;
}

.obst-gallery-item img {
    height: 260px;
    border-radius: 0;
    transition: transform 0.35s ease;
}

.obst-gallery-item:hover img {
    transform: scale(1.03);
}

.obst-gallery-caption {
    padding: 16px 18px 18px;
}

.obst-gallery-caption p,
.obst-stat-card p:last-child,
.obst-card p:last-child,
.obst-cta-card p:last-child {
    margin-bottom: 0;
}

.obst-cta-card {
    text-align: center;
}

@media (max-width: 991px) {
    .obst-hero-card,
    .obst-card,
    .obst-cta-card,
    .obst-stat-card {
        padding: 28px;
    }

    .obst-title {
        font-size: 32px;
    }

    .obst-logo-card {
        margin-top: 20px;
    }

    .obst-image {
        min-height: 280px;
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .obst-gallery-grid {
        grid-template-columns: 1fr;
    }

    .obst-title {
        font-size: 27px;
    }

    .obst-hero-card,
    .obst-card,
    .obst-cta-card,
    .obst-stat-card {
        padding: 22px;
    }

    .obst-fact-box {
        min-height: auto;
        margin-bottom: 16px;
    }

    .obst-gallery-item img {
        height: 240px;
    }
}

/* Navigationskontrast verbessert */
#menu li a {
    transition: color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.top-menu-bar {
    background: rgba(19, 37, 60, 0.78);
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.fixed-menu-bar {
    background-color: rgba(255, 255, 255, 0.97);
    box-shadow: 0 4px 18px rgba(0, 69, 98, 0.16);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

@media (min-width: 992px) {
    .top-menu-bar #menu li a {
        color: rgba(255, 255, 255, 0.98);
        font-weight: 400;
        text-shadow: 0 1px 4px rgba(0, 0, 0, 0.45);
        border-radius: 999px;
        margin: 0 2px;
    }

    .top-menu-bar #menu li a:hover,
    .top-menu-bar #menu li.active a {
        background-color: rgba(135, 162, 53, 0.95);
        color: rgba(255, 255, 255, 1);
        text-shadow: none;
    }

    .fixed-menu-bar #menu li a,
    .navbar-s #menu li a {
        color: rgba(35, 35, 35, 0.95);
        font-weight: 400;
        text-shadow: none;
        border-radius: 999px;
        margin: 0 2px;
    }

    .fixed-menu-bar #menu li a:hover,
    .fixed-menu-bar #menu li.active a,
    .navbar-s #menu li a:hover,
    .navbar-s #menu li.active a {
        background-color: rgba(135, 162, 53, 0.95);
        color: rgba(255, 255, 255, 1);
    }
}

@media (max-width: 991px) {
    .top-menu-bar,
    .fixed-menu-bar {
        background: rgba(19, 37, 60, 0.92);
        box-shadow: 0 6px 24px rgba(0, 0, 0, 0.18);
    }

    .mobile-menu-button {
        text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    }
}


/* Zusätzliche Bild- und Infokarten */
.eg-highlights-wrap,
.network-gallery-wrap {
    padding-top: 10px;
    padding-bottom: 10px;
}

.eg-spotlight-card,
.network-poster-card,
.network-gallery-card {
    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    height: 100%;
}

.eg-spotlight-card img,
.network-poster-card img,
.network-gallery-card img {
    width: 100%;
    display: block;
    object-fit: cover;
}

.eg-spotlight-card img,
.network-gallery-card img {
    height: 240px;
}

.eg-spotlight-content,
.network-gallery-caption,
.network-poster-card p {
    padding: 22px 24px 24px;
}

.eg-spotlight-content h3 {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 24px;
}

.eg-access-note {
    margin-top: 18px;
    padding: 16px;
    display: flex;
    gap: 14px;
    align-items: center;
    background: #f6f8ef;
    border-radius: 14px;
}

.eg-access-note img {
    width: 120px;
    height: 84px;
    object-fit: cover;
    border-radius: 10px;
    flex-shrink: 0;
}

.network-poster-card img {
    max-height: 420px;
    object-fit: contain;
    background: linear-gradient(180deg, #ffffff 0%, #f8faef 100%);
    padding: 18px;
}

.network-mini-gallery {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 22px;
}

.network-mini-figure {
    background: #f8faf3;
    border-radius: 14px;
    overflow: hidden;
}

.network-mini-figure img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    display: block;
}

.network-mini-figure span {
    display: block;
    padding: 12px 14px 14px;
    font-size: 14px;
    line-height: 1.5;
}

.network-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.network-partner-badge {
    margin-bottom: 18px;
}

.network-partner-badge img {
    display: block;
    max-width: 180px;
    max-height: 72px;
    width: auto;
    height: auto;
}

.header-img {
    position: relative;
    height: 250px;
}

.header-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(7, 18, 33, 0.52) 0%, rgba(7, 18, 33, 0.18) 38%, rgba(7, 18, 33, 0.08) 100%);
}

.top-menu-bar {
    background: rgba(12, 24, 40, 0.88);
    box-shadow: 0 8px 26px rgba(0, 0, 0, 0.22);
}

.fixed-menu-bar {
    background-color: rgba(255, 255, 255, 0.99);
    box-shadow: 0 6px 22px rgba(0, 69, 98, 0.14);
}

#menu li a {
    font-weight: 500;
    letter-spacing: 0.02em;
}

@media (max-width: 991px) {
    .network-gallery-grid {
        grid-template-columns: 1fr;
    }

    .eg-access-note {
        flex-direction: column;
        align-items: flex-start;
    }

    .eg-access-note img {
        width: 100%;
        height: 180px;
    }
}

@media (max-width: 767px) {
    .eg-spotlight-card img,
    .network-gallery-card img {
        height: 220px;
    }

    .network-mini-gallery {
        grid-template-columns: 1fr;
    }

    .network-poster-card img {
        max-height: none;
    }
}

/* Fix: Headerbilder sollen nicht unter dem Menü verschwinden */
:root {
    --site-menu-offset: 140px;
}

#menu-bar {
    min-height: var(--site-menu-offset);
}

.header-img {
    margin-top: var(--site-menu-offset);
    background-position: center center;
}

@media (max-width: 991px) {
    :root {
        --site-menu-offset: 88px;
    }

    #menu-bar {
        min-height: var(--site-menu-offset);
    }

    .header-img {
        margin-top: var(--site-menu-offset);
    }
}


/* Fix: Mobiles Menü vollständig mit Hintergrund hinterlegen */
@media (max-width: 991px) {
    #navbar.navbar-l,
    #navbar.navbar-s {
        left: 0;
        right: 0;
        top: var(--site-menu-offset);
        width: 100%;
        height: calc(100vh - var(--site-menu-offset));
        background: rgba(52, 52, 52, 0.96);
        overflow-y: auto;
        padding: 18px 22px 36px;
        z-index: 1004;
    }

    #navbar #menu {
        float: none;
        width: 100%;
        padding-top: 0;
        margin: 0;
    }

    #navbar #menu li {
        float: none;
        display: block;
        width: 100%;
    }

    #navbar #menu li a {
        display: block;
        width: 100%;
        padding: 12px 10px;
        color: rgba(255, 255, 255, 0.96);
        text-align: left;
    }

    #navbar #menu li a:hover,
    #navbar #menu li.active a {
        background-color: rgba(135, 162, 53, 0.92);
        color: #ffffff;
    }

    .mobile-menu-button,
    .mobile-menu-close-button {
        z-index: 1006;
    }
}


.eg-current-box {
    padding-top: 10px;
}

.eg-current-card {
    background: linear-gradient(135deg, #f7f9f1 0%, #eef4df 100%);
    border-radius: 20px;
    box-shadow: 0 14px 32px rgba(23, 53, 20, 0.08);
    padding: 30px 34px;
}

.eg-current-card h3 {
    margin-top: 6px;
    margin-bottom: 12px;
}

.presse-current-card {
    margin: 24px 0 32px;
}

.eg-current-actions {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 12px;
}

.eg-mini-info-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 18px;
}

.eg-mini-info-card {
    background: #f7f9f2;
    border-radius: 14px;
    padding: 18px 20px;
    box-shadow: 0 10px 24px rgba(25, 46, 16, 0.06);
}

.eg-mini-info-card strong {
    display: inline-block;
    margin-bottom: 10px;
}

.eg-mini-info-card ul {
    margin: 0;
    padding-left: 20px;
}

.eg-btn-small {
    padding: 10px 18px;
    font-size: 14px;
    margin-top: 8px;
}

.obst-talk-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 24px;
}

.obst-talk-card,
.obst-calendar-card {
    background: #f8faf3;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 12px 28px rgba(22, 46, 16, 0.08);
}

.obst-talk-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.obst-talk-card p,
.obst-calendar-card {
    padding: 18px 20px;
}

.obst-calendar-card h4 {
    margin-top: 0;
}

.network-coop-note {
    margin-top: 18px;
    padding: 16px 18px;
    border-radius: 14px;
    background: #f6f8ef;
    color: #4c5d36;
    font-size: 15px;
    line-height: 1.6;
}

.network-cta-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
}

@media (max-width: 991px) {
    .obst-talk-grid {
        grid-template-columns: 1fr;
    }

    .eg-current-actions {
        margin-top: 18px;
    }
}

@media (max-width: 767px) {
    .eg-current-card {
        padding: 24px 20px;
    }

    .obst-talk-card img {
        height: 200px;
    }
}

/* Kompakter, ruhiger Header */
:root {
    --site-menu-offset: 74px;
}

#menu-bar {
    min-height: var(--site-menu-offset);
}

.top-menu-bar,
.fixed-menu-bar {
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid rgba(38, 56, 35, 0.08);
    box-shadow: 0 8px 24px rgba(23, 39, 19, 0.12);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.top-menu-bar .container,
.fixed-menu-bar .container {
    width: min(1180px, calc(100% - 36px));
}

.logo-l,
.logo-s {
    margin: 0;
}

.logo-l a,
.logo-s a {
    display: flex;
    align-items: center;
    gap: 12px;
}

.logo-l img {
    max-width: 152px;
}

.logo-s img {
    max-width: 132px;
}

.logo-l .social-icons,
.logo-s .social-icons {
    margin: 0;
    white-space: nowrap;
}

.social-icons .fa {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    margin-right: 0;
}

#menu {
    float: none;
    padding-top: 0;
}

#menu li a {
    border-radius: 999px;
    color: #2f322d;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.2;
    padding: 8px 9px;
    text-shadow: none;
    white-space: nowrap;
}

.top-menu-bar #menu li a,
.fixed-menu-bar #menu li a,
.navbar-s #menu li a {
    color: #2f322d;
    text-shadow: none;
}

#menu li a:hover,
#menu li.active a,
.top-menu-bar #menu li a:hover,
.top-menu-bar #menu li.active a,
.fixed-menu-bar #menu li a:hover,
.fixed-menu-bar #menu li.active a,
.navbar-s #menu li a:hover,
.navbar-s #menu li.active a {
    background-color: #87a134;
    color: #ffffff;
    text-shadow: none;
}

.header-img {
    margin-top: var(--site-menu-offset);
}

@media (min-width: 992px) {
    .top-menu-bar .row,
    .fixed-menu-bar .row {
        display: flex;
        align-items: center;
        min-height: var(--site-menu-offset);
    }

    .top-menu-bar .col-md-3,
    .fixed-menu-bar .col-md-3 {
        width: 22%;
        flex: 0 0 22%;
    }

    #navbar.navbar-l,
    #navbar.navbar-s {
        width: 78%;
        flex: 0 0 78%;
        margin-top: 0;
        padding-left: 6px;
    }

    #navbar #menu {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        gap: 5px;
        margin: 0;
    }

    #navbar #menu li {
        float: none;
    }
}

@media (min-width: 1200px) {
    #menu li a {
        font-size: 14px;
        padding: 9px 11px;
    }
}

@media (max-width: 991px) {
    :root {
        --site-menu-offset: 76px;
    }

    .top-menu-bar,
    .fixed-menu-bar {
        background: rgba(255, 255, 255, 0.98);
    }

    #menu-bar {
        min-height: var(--site-menu-offset);
    }

    .logo-l {
        display: block;
        padding: 12px 64px 10px 0;
    }

    .logo-l img {
        max-width: 156px;
    }

    .logo-l .social-icons {
        display: none;
    }

    .mobile-menu-button {
        color: #2f322d;
        top: 20px;
        right: 20px;
        text-shadow: none;
    }

    .mobile-menu-close-button {
        top: 20px;
        right: 20px;
    }

    .mobile-menu-close-button i {
        color: #ffffff;
    }

    #navbar.navbar-l,
    #navbar.navbar-s {
        top: var(--site-menu-offset);
        height: calc(100vh - var(--site-menu-offset));
        background: rgba(47, 50, 45, 0.98);
    }
}

/* Terminplanung */
.termine-section {
    padding-top: 20px;
    padding-bottom: 70px;
}

.termine-hero {
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    padding: 38px 40px;
    margin-bottom: 22px;
}

.termine-toolbar {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.termine-filter {
    border: 0;
    border-radius: 999px;
    background: #f4f4ed;
    color: #333333;
    font-weight: 700;
    padding: 10px 18px;
}

.termine-filter.active,
.termine-filter:hover,
.termine-filter:focus {
    background: #87a134;
    color: #ffffff;
    outline: none;
}

.termine-status {
    margin: 0 0 18px;
    color: #4c5d36;
    font-weight: 700;
}

.termine-list {
    display: grid;
    gap: 18px;
}

.termin-card {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 22px;
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    padding: 24px;
}

.termin-date {
    width: 92px;
    height: 92px;
    border-radius: 16px;
    background: #f0f5df;
    color: #4d641f;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}

.termin-date strong {
    display: block;
    font-size: 34px;
    line-height: 1;
}

.termin-date span {
    margin-top: 6px;
    font-size: 14px;
    font-weight: 700;
}

.termin-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    color: #68705d;
    font-size: 14px;
    font-weight: 700;
}

.termin-content h2 {
    margin: 8px 0 10px;
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    line-height: 1.25;
}

.termin-content p {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 1.7;
}

.termin-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.termin-badge {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    border-radius: 999px;
    background: #f7f9f2;
    color: #4c5d36;
    font-weight: 700;
    padding: 7px 14px;
}

@media (min-width: 992px) {
    .top-menu-bar .col-md-3,
    .fixed-menu-bar .col-md-3 {
        width: 18%;
        flex-basis: 18%;
    }

    #navbar.navbar-l,
    #navbar.navbar-s {
        width: 82%;
        flex-basis: 82%;
    }

    #menu li a {
        font-size: 12px;
        padding: 7px 8px;
    }
}

@media (min-width: 1200px) {
    #menu li a {
        font-size: 13px;
        padding: 8px 9px;
    }
}

@media (max-width: 767px) {
    .termine-hero {
        padding: 24px 20px;
    }

    .termine-filter {
        width: 100%;
    }

    .termin-card {
        grid-template-columns: 1fr;
        padding: 20px;
    }

    .termin-date {
        width: 100%;
        height: auto;
        min-height: 76px;
        flex-direction: row;
        gap: 10px;
    }
}
