/*
Theme Name: Sites
Theme URI: https://sites.en.at/
Author: WWW24
Description: Gemeinsames Theme für apfelstrudel.info, linie21.at und habt8.at
Version: 1.0.0
Text Domain: sites
*/

* {
    box-sizing: border-box;
}

html {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    background: #f5f0e6;
    color: #34281f;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 18px;
    line-height: 1.7;
}

a {
    color: #7a321d;
}

a:hover {
    color: #a34a28;
}

.site-header {
    background: #fffaf0;
    border-bottom: 1px solid #d9cbb7;
}

.site-header-inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 28px 30px 0;
}

.site-brand {
    display: inline-block;
    color: #5c2718;
    text-decoration: none;
    margin-bottom: 25px;
}

.site-brand-main {
    display: block;
    font-size: 42px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -1px;
}

.site-brand-sub {
    display: block;
    margin-top: 10px;
    color: #806b59;
    font-size: 15px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.site-navigation {
    border-top: 1px solid #e4d8c8;
}

.site-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-menu a {
    display: block;
    padding: 15px 19px;
    color: #49372b;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 600;
}

.site-menu a:hover {
    background: #eee2cf;
    color: #742e19;
}

.site-main {
    min-height: 60vh;
}

.content-wrap {
    max-width: 1000px;
    margin: 0 auto;
    padding: 55px 30px 80px;
}

.site-article {
    background: #fffdf8;
    padding: 45px 55px;
    border: 1px solid #e4d8c8;
    box-shadow: 0 8px 30px rgba(70, 48, 32, 0.06);
}

.article-header h1 {
    margin: 0 0 35px;
    color: #5c2718;
    font-size: 42px;
    line-height: 1.15;
}

.article-content h2 {
    margin-top: 40px;
    color: #66301f;
    font-size: 28px;
}

.article-content img {
    max-width: 100%;
    height: auto;
}

.apfelstrudel-overview {
    margin-top: 35px;
}

.apfelstrudel-item {
    padding: 25px 0;
    border-top: 1px solid #e1d5c5;
}

.apfelstrudel-item h2 {
    margin: 0 0 8px;
    font-size: 25px;
}

.apfelstrudel-item h2 a {
    text-decoration: none;
}

.apfelstrudel-item p {
    margin: 8px 0;
}

.site-footer {
    background: #38271d;
    color: #ddcdbd;
}

.site-footer-inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 35px 30px;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
}

.site-footer-inner p {
    margin: 4px 0;
}

.site-footer-copy {
    color: #aa9582;
}

@media (max-width: 800px) {

    .site-header-inner {
        padding: 22px 20px 0;
    }

    .site-brand-main {
        font-size: 34px;
    }

    .site-menu {
        display: block;
    }

    .site-menu a {
        border-top: 1px solid #eadfce;
    }

    .content-wrap {
        padding: 30px 15px 50px;
    }

    .site-article {
        padding: 28px 22px;
    }

    .article-header h1 {
        font-size: 32px;
    }
}


/* =========================================================
   APFELSTRUDEL HEADER
   ========================================================= */

.apfelstrudel-hero {
    background:
        linear-gradient(
            135deg,
            #382419 0%,
            #633521 55%,
            #7c4930 100%
        );
}

.apfelstrudel-brand {
    display: block;
    max-width: 1180px;
    margin: 0 auto;
    padding: 22px 30px 25px;
    color: #fff8e8;
    text-decoration: none;
}

.apfelstrudel-header-image {
    display: block;
    width: 100%;
    max-width: 760px;
    height: 188px;
    object-fit: cover;
    object-position: center;
    border-radius: 3px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.22);
}

.apfelstrudel-title {
    display: block;
    margin-top: 20px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.5px;
}

.apfelstrudel-subtitle {
    display: block;
    margin-top: 6px;
    color: #e8d5bb;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    letter-spacing: 0.5px;
}

.site-navigation {
    background: #fffaf0;
    border-top: 0;
    border-bottom: 1px solid #d9cbb7;
}

.site-navigation-inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 30px;
}


/* Mobil */

@media (max-width: 800px) {

    .apfelstrudel-brand {
        padding: 15px 15px 20px;
    }

    .apfelstrudel-header-image {
        width: 100%;
        height: auto;
    }

    .apfelstrudel-title {
        font-size: 31px;
        margin-top: 15px;
    }

    .apfelstrudel-subtitle {
        font-size: 13px;
    }

    .site-navigation-inner {
        padding: 0;
    }
}


/* =========================================================
   APFELSTRUDEL STARTSEITE
   ========================================================= */

.apfelstrudel-home .content-wrap {
    max-width: 1180px;
}

.apfelstrudel-welcome {
    max-width: 850px;
    margin-bottom: 45px;
}

.apfelstrudel-kicker,
.apfelstrudel-card-small {
    display: block;
    color: #9a5837;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.apfelstrudel-welcome h1 {
    margin: 8px 0 18px;
    color: #5c2718;
    font-size: 48px;
    line-height: 1.1;
}

.apfelstrudel-intro {
    margin: 0;
    color: #675548;
    font-size: 21px;
    line-height: 1.6;
}

.apfelstrudel-home-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
}

.apfelstrudel-card {
    display: block;
    padding: 32px;
    background: #fffdf8;
    border: 1px solid #e1d5c5;
    color: #49372b;
    text-decoration: none;
    box-shadow: 0 5px 20px rgba(70, 48, 32, 0.05);
    transition:
        transform 0.15s ease,
        box-shadow 0.15s ease;
}

.apfelstrudel-card:hover {
    color: #49372b;
    transform: translateY(-3px);
    box-shadow: 0 10px 28px rgba(70, 48, 32, 0.10);
}

.apfelstrudel-card h2 {
    margin: 8px 0 12px;
    color: #642d1c;
    font-size: 27px;
}

.apfelstrudel-card p {
    margin: 0 0 18px;
}

.apfelstrudel-more {
    color: #8b3e25;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
}

.apfelstrudel-feature {
    margin-top: 25px;
    padding: 45px;
    background: #6b3825;
    color: #f9eee0;
}

.apfelstrudel-feature-text {
    max-width: 700px;
}

.apfelstrudel-feature .apfelstrudel-card-small {
    color: #e4bd9d;
}

.apfelstrudel-feature h2 {
    margin: 8px 0 15px;
    color: #fff8ed;
    font-size: 34px;
}

.apfelstrudel-button {
    display: inline-block;
    margin-top: 10px;
    padding: 11px 18px;
    background: #fff7e9;
    color: #6b3825;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
}

.apfelstrudel-button:hover {
    background: #eadbc7;
    color: #542818;
}

.apfelstrudel-history {
    margin-top: 50px;
    padding-top: 40px;
    border-top: 1px solid #d9cbb7;
}

.apfelstrudel-history > h2 {
    color: #5c2718;
    font-size: 30px;
}

.apfelstrudel-original-content {
    max-width: 850px;
}


/* Smartphone */

@media (max-width: 800px) {

    .apfelstrudel-welcome h1 {
        font-size: 36px;
    }

    .apfelstrudel-intro {
        font-size: 18px;
    }

    .apfelstrudel-home-grid {
        grid-template-columns: 1fr;
    }

    .apfelstrudel-card {
        padding: 25px 22px;
    }

    .apfelstrudel-feature {
        padding: 30px 24px;
    }
}


/* =========================================================
   APFELSTRUDEL STARTSEITE - HISTORISCHE BILDER
   ========================================================= */

.apfelstrudel-card {
    padding: 0;
    overflow: hidden;
}

.apfelstrudel-card-content {
    padding: 30px 32px 32px;
}

.apfelstrudel-card-image {
    display: block;
    width: 100%;
    height: 235px;
    object-fit: cover;
    object-position: center;
}


/* Kaffeehaus-Karte */

.apfelstrudel-coffee-visual {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 235px;
    background:
        linear-gradient(
            135deg,
            #4c2d20 0%,
            #72432d 100%
        );
}

.apfelstrudel-coffee-symbol {
    color: #f4e2c9;
    font-size: 82px;
    line-height: 1;
}


/* Feuerzangenbowle */

.apfelstrudel-feature {
    display: flex;
    align-items: center;
    gap: 40px;
}

.apfelstrudel-feature-image {
    flex: 0 0 180px;
    text-align: center;
}

.apfelstrudel-feature-image img {
    display: block;
    max-width: 159px;
    height: auto;
    margin: 0 auto;
    border: 5px solid rgba(255,255,255,0.15);
}


/* Impressionen */

.apfelstrudel-impressions {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 45px;
    align-items: center;
    margin-top: 55px;
    padding: 40px;
    background: #fffdf8;
    border: 1px solid #e1d5c5;
}

.apfelstrudel-impressions h2 {
    margin: 8px 0 15px;
    color: #5c2718;
    font-size: 32px;
}

.apfelstrudel-text-link {
    color: #8b3e25;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.apfelstrudel-impressions-preview {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
}

.apfelstrudel-impressions-preview img {
    display: block;
    width: 100%;
    height: 190px;
    object-fit: cover;
}


/* Smartphone */

@media (max-width: 800px) {

    .apfelstrudel-card-image,
    .apfelstrudel-coffee-visual {
        height: 210px;
    }

    .apfelstrudel-card-content {
        padding: 25px 22px;
    }

    .apfelstrudel-feature {
        display: block;
    }

    .apfelstrudel-feature-image {
        margin-bottom: 25px;
        text-align: left;
    }

    .apfelstrudel-feature-image img {
        margin: 0;
    }

    .apfelstrudel-impressions {
        grid-template-columns: 1fr;
        padding: 28px 22px;
    }

    .apfelstrudel-impressions-preview {
        grid-template-columns: repeat(2, 1fr);
    }

    .apfelstrudel-impressions-preview img {
        height: 220px;
    }
}

/* Historische Links auf der Apfelstrudel-Startseite */
.apfelstrudel-history-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 24px;
    margin-top: 24px;
}

.apfelstrudel-history-links a {
    font-weight: 600;
}

@media (max-width: 600px) {
    .apfelstrudel-history-links {
        display: block;
    }

    .apfelstrudel-history-links a {
        display: block;
        margin-bottom: 10px;
    }
}

/* Apfelstrudel Rezeptseite */
.apfelstrudel-recipe-page .site-article {
    max-width: 1000px;
    margin: 0 auto;
}

.apfelstrudel-recipe-hero {
    margin: 28px 0 38px;
}

.apfelstrudel-recipe-hero img {
    display: block;
    width: 100%;
    height: auto;
}

.apfelstrudel-recipe-content h2 {
    margin-top: 42px;
}

.apfelstrudel-recipe-content ul {
    margin-bottom: 28px;
}

@media (max-width: 700px) {
    .apfelstrudel-recipe-hero {
        margin: 22px 0 30px;
    }
}

/* Apfelstrudel Rezeptübersicht */
.apfelstrudel-recipes-page {
    padding-bottom: 60px;
}

.apfelstrudel-recipes-intro {
    max-width: 850px;
    margin-bottom: 38px;
}

.apfelstrudel-recipes-intro h1 {
    margin: 8px 0 15px;
}

.apfelstrudel-recipes-intro p {
    font-size: 20px;
    line-height: 1.6;
}

.apfelstrudel-recipes-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.apfelstrudel-recipe-card {
    display: block;
    padding: 30px 32px;
    background: #fffdf8;
    border: 1px solid #e1d5c5;
    color: inherit;
    text-decoration: none;
    transition: transform .15s ease, box-shadow .15s ease;
}

.apfelstrudel-recipe-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(70, 40, 25, .08);
}

.apfelstrudel-recipe-card h2 {
    margin: 9px 0 14px;
    color: #6c2c18;
    font-size: 28px;
}

.apfelstrudel-recipe-card p {
    margin-bottom: 22px;
    line-height: 1.65;
}

@media (max-width: 760px) {
    .apfelstrudel-recipes-grid {
        grid-template-columns: 1fr;
    }

    .apfelstrudel-recipe-card {
        padding: 25px 22px;
    }
}

/* Einzelne Rezepte – ohne Blog-Charakter */

.apfelstrudel-single-recipe .site-article {
    max-width: 1000px;
    margin: 0 auto;
}

.apfelstrudel-single-recipe-header {
    margin-bottom: 35px;
}

.apfelstrudel-single-recipe-header h1 {
    margin: 8px 0 0;
}

.apfelstrudel-single-recipe-content h2 {
    margin-top: 42px;
    margin-bottom: 18px;
    color: #3f3028;
}

.apfelstrudel-single-recipe-content h3 {
    margin-top: 28px;
    margin-bottom: 12px;
    color: #5c2718;
}

.apfelstrudel-single-recipe-content ul {
    margin: 0 0 28px 22px;
    padding: 0;
}

.apfelstrudel-single-recipe-content li {
    margin-bottom: 5px;
}

.apfelstrudel-single-recipe-content p {
    line-height: 1.75;
}

.apfelstrudel-recipe-back {
    margin-top: 50px;
    padding-top: 24px;
    border-top: 1px solid #dfd3c5;
}

.apfelstrudel-recipe-back a {
    color: #8b3e25;
    font-weight: 700;
    text-decoration: none;
}

.apfelstrudel-recipe-back a:hover {
    text-decoration: underline;
}

/* Kaffee & Kaffeehaus – historisches Archiv */

.apfelstrudel-coffee-page {
    padding-bottom: 65px;
}

.apfelstrudel-coffee-intro {
    max-width: 850px;
    margin-bottom: 55px;
}

.apfelstrudel-coffee-intro h1 {
    margin: 8px 0 15px;
}

.apfelstrudel-coffee-intro > p {
    font-size: 20px;
    line-height: 1.6;
}

.apfelstrudel-coffee-group {
    margin-top: 55px;
}

.apfelstrudel-coffee-group-header {
    max-width: 800px;
    margin-bottom: 25px;
}

.apfelstrudel-coffee-group-header h2 {
    margin: 0 0 8px;
    color: #5c2718;
    font-size: 32px;
}

.apfelstrudel-coffee-group-header p {
    margin: 0;
    line-height: 1.6;
}

.apfelstrudel-coffee-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.apfelstrudel-coffee-card {
    display: flex;
    flex-direction: column;
    padding: 28px 30px;
    background: #fffdf8;
    border: 1px solid #e1d5c5;
    color: inherit;
    text-decoration: none;
    transition: transform .15s ease, box-shadow .15s ease;
}

.apfelstrudel-coffee-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(70,40,25,.08);
}

.apfelstrudel-coffee-card h3 {
    margin: 0 0 14px;
    color: #6c2c18;
    font-size: 24px;
    line-height: 1.25;
}

.apfelstrudel-coffee-card p {
    flex-grow: 1;
    margin: 0 0 20px;
    line-height: 1.65;
}

.apfelstrudel-coffee-card .apfelstrudel-more {
    margin-top: auto;
}

@media (max-width: 760px) {

    .apfelstrudel-coffee-grid {
        grid-template-columns: 1fr;
    }

    .apfelstrudel-coffee-card {
        padding: 24px 22px;
    }

    .apfelstrudel-coffee-group {
        margin-top: 42px;
    }

    .apfelstrudel-coffee-group-header h2 {
        font-size: 28px;
    }
}

/* Kaffee & Kaffeehaus – Einzelbeiträge */

.apfelstrudel-single-coffee .site-article {
    max-width: 900px;
    margin: 0 auto;
}

.apfelstrudel-single-coffee-header {
    margin-bottom: 38px;
}

.apfelstrudel-single-coffee-header h1 {
    margin: 8px 0 0;
    max-width: 850px;
    line-height: 1.15;
}

.apfelstrudel-single-coffee-content {
    font-size: 18px;
    line-height: 1.8;
}

.apfelstrudel-single-coffee-content p {
    margin-bottom: 22px;
}

.apfelstrudel-single-coffee-content h2 {
    margin-top: 42px;
    margin-bottom: 18px;
    color: #5c2718;
}

.apfelstrudel-single-coffee-content h3 {
    margin-top: 32px;
    margin-bottom: 14px;
    color: #6c2c18;
}

.apfelstrudel-single-coffee-content blockquote {
    margin: 32px 0;
    padding: 18px 26px;
    border-left: 4px solid #b28a65;
    background: #fffaf2;
    font-style: italic;
}

.apfelstrudel-coffee-back {
    margin-top: 55px;
    padding-top: 24px;
    border-top: 1px solid #dfd3c5;
}

.apfelstrudel-coffee-back a {
    color: #8b3e25;
    font-weight: 700;
    text-decoration: none;
}

.apfelstrudel-coffee-back a:hover {
    text-decoration: underline;
}

@media (max-width: 700px) {

    .apfelstrudel-single-coffee-content {
        font-size: 17px;
    }

    .apfelstrudel-single-coffee-header {
        margin-bottom: 28px;
    }
}

/* Feuerzangenbowle */

.apfelstrudel-fire-page .site-article {
    max-width: 950px;
    margin: 0 auto;
}

.apfelstrudel-fire-header {
    margin-bottom: 30px;
}

.apfelstrudel-fire-header h1 {
    margin: 8px 0 0;
}

.apfelstrudel-fire-images {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 45px;
    min-height: 240px;
    margin: 20px 0 45px;
    padding: 25px 35px;
    background: #fffaf2;
    border: 1px solid #e1d5c5;
}

.apfelstrudel-fire-images figure {
    margin: 0;
}

.apfelstrudel-fire-images img {
    display: block;
    width: auto;
    height: auto;
    max-height: 190px;
}

.apfelstrudel-fire-content {
    font-size: 18px;
    line-height: 1.8;
}

.apfelstrudel-fire-content .apfelstrudel-lead {
    font-size: 21px;
    line-height: 1.65;
    margin-bottom: 38px;
}

.apfelstrudel-fire-content h2 {
    margin-top: 50px;
    margin-bottom: 18px;
    color: #5c2718;
}

.apfelstrudel-fire-content h3 {
    margin-top: 28px;
    margin-bottom: 12px;
    color: #6c2c18;
}

.apfelstrudel-fire-content ul {
    margin-bottom: 30px;
}

@media (max-width: 600px) {

    .apfelstrudel-fire-images {
        gap: 25px;
        padding: 22px 15px;
    }

    .apfelstrudel-fire-content {
        font-size: 17px;
    }
}

/* Vergangene Events */

.apfelstrudel-events-page {
    padding-bottom: 65px;
}

.apfelstrudel-events-intro {
    max-width: 850px;
    margin-bottom: 45px;
}

.apfelstrudel-events-intro h1 {
    margin: 8px 0 15px;
}

.apfelstrudel-events-intro p {
    font-size: 20px;
    line-height: 1.6;
}

.apfelstrudel-events-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px;
}

.apfelstrudel-event-card {
    overflow: hidden;
    background: #fffdf8;
    border: 1px solid #e1d5c5;
}

.apfelstrudel-event-image {
    display: block;
}

.apfelstrudel-event-image img {
    display: block;
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.apfelstrudel-event-body {
    padding: 30px;
}

.apfelstrudel-event-body h2 {
    margin: 8px 0 15px;
    font-size: 28px;
    line-height: 1.2;
}

.apfelstrudel-event-body h2 a {
    color: #5c2718;
    text-decoration: none;
}

.apfelstrudel-event-body h2 a:hover {
    text-decoration: underline;
}

.apfelstrudel-event-body p {
    line-height: 1.7;
    margin-bottom: 22px;
}

@media (max-width: 760px) {

    .apfelstrudel-events-grid {
        grid-template-columns: 1fr;
    }

    .apfelstrudel-event-image img {
        height: auto;
    }
}

/* Historische Event-Einzelbeiträge */

.apfelstrudel-single-event .site-article {
    max-width: 900px;
    margin: 0 auto;
}

.apfelstrudel-single-event-header {
    margin-bottom: 38px;
}

.apfelstrudel-single-event-header h1 {
    margin: 8px 0 0;
    line-height: 1.15;
}

.apfelstrudel-single-event-content {
    font-size: 18px;
    line-height: 1.8;
}

.apfelstrudel-single-event-content .apfelstrudel-lead {
    font-size: 21px;
    line-height: 1.6;
    margin-bottom: 35px;
}

.apfelstrudel-single-event-content h2 {
    margin-top: 45px;
    margin-bottom: 16px;
    color: #5c2718;
}

.apfelstrudel-archive-note {
    margin-top: 40px;
    padding: 18px 22px;
    background: #fffaf2;
    border-left: 4px solid #b28a65;
    font-style: italic;
}

.apfelstrudel-event-back {
    margin-top: 50px;
    padding-top: 24px;
    border-top: 1px solid #dfd3c5;
}

.apfelstrudel-event-back a {
    color: #8b3e25;
    font-weight: 700;
    text-decoration: none;
}

.apfelstrudel-event-back a:hover {
    text-decoration: underline;
}

@media (max-width: 700px) {
    .apfelstrudel-single-event-content {
        font-size: 17px;
    }
}

/* Team Building mit ONE – historische Bilder */

.apfelstrudel-event-gallery {
    display: grid;
    grid-template-columns: 1.6fr .8fr;
    gap: 22px;
    margin: 10px 0 42px;
    align-items: stretch;
}

.apfelstrudel-event-gallery figure {
    margin: 0;
    overflow: hidden;
    background: #fffaf2;
    border: 1px solid #e1d5c5;
}

.apfelstrudel-event-gallery img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 270px;
    object-fit: cover;
}

@media (max-width: 700px) {

    .apfelstrudel-event-gallery {
        grid-template-columns: 1fr;
    }

    .apfelstrudel-event-gallery img {
        min-height: 0;
        height: auto;
    }
}

/* Schupf Impressionen */

.apfelstrudel-impressions-page {
    padding-bottom: 70px;
}

.apfelstrudel-impressions-page .site-article {
    max-width: 1050px;
    margin: 0 auto;
}

.apfelstrudel-impressions-header {
    max-width: 850px;
    margin-bottom: 45px;
}

.apfelstrudel-impressions-header h1 {
    margin: 8px 0 18px;
}

.apfelstrudel-impressions-intro {
    font-size: 19px;
    line-height: 1.7;
}

.apfelstrudel-impressions-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
    align-items: start;
}

.apfelstrudel-impression {
    margin: 0;
    padding: 10px;
    background: #fffdf8;
    border: 1px solid #e1d5c5;
}

.apfelstrudel-impression img {
    display: block;
    width: 100%;
    height: auto;
}

@media (max-width: 760px) {

    .apfelstrudel-impressions-grid {
        grid-template-columns: 1fr;
    }

    .apfelstrudel-impressions-intro {
        font-size: 17px;
    }
}

/* Apfelstrudel.Info – Impressum */

.apfelstrudel-impressum-page .site-article {
    max-width: 900px;
    margin: 0 auto;
}

.apfelstrudel-impressum-header {
    margin-bottom: 32px;
}

.apfelstrudel-impressum-header h1 {
    margin: 8px 0 0;
}

.apfelstrudel-impressum-content {
    font-size: 18px;
    line-height: 1.75;
}

.apfelstrudel-impressum-content h2 {
    margin-top: 38px;
    margin-bottom: 12px;
}

.apfelstrudel-impressum-content a {
    text-decoration: underline;
    text-underline-offset: 3px;
}

/* =========================================================
   Linie21.at
   ========================================================= */

.sites-project-linie21 .linie21-hero {
    padding: 28px 20px 22px;
    text-align: center;
    background: #25292b;
}

.sites-project-linie21 .linie21-brand {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    max-width: 900px;
    text-decoration: none;
}

.sites-project-linie21 .linie21-header-image {
    display: block;
    width: 100%;
    max-width: 788px;
    height: auto;
    border-radius: 3px;
}

.sites-project-linie21 .linie21-title {
    display: block;
    margin-top: 18px;
    color: #ffffff;
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 700;
    line-height: 1.05;
}

.sites-project-linie21 .linie21-subtitle {
    display: block;
    margin-top: 8px;
    color: #d8d8d8;
    font-size: 1.05rem;
    line-height: 1.5;
}

.sites-project-linie21 .linie21-navigation {
    background: #353a3d;
}

.sites-project-linie21 .linie21-navigation .site-menu a {
    color: #ffffff;
}

.sites-project-linie21 .linie21-navigation .site-menu a:hover {
    background: rgba(255, 255, 255, 0.12);
}

@media (max-width: 700px) {
    .sites-project-linie21 .linie21-hero {
        padding: 18px 12px;
    }

    .sites-project-linie21 .linie21-title {
        margin-top: 13px;
    }

    .sites-project-linie21 .linie21-subtitle {
        font-size: 0.95rem;
    }
}

/* =========================================================
   Linie21 Startseite
   ========================================================= */

.sites-project-linie21 .linie21-main {
    max-width: 1100px;
    margin: 0 auto;
    padding: 46px 22px 64px;
}

.sites-project-linie21 .linie21-intro {
    max-width: 820px;
    margin: 0 auto 50px;
    text-align: center;
}

.sites-project-linie21 .linie21-kicker {
    margin: 0 0 10px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.78rem;
    font-weight: 700;
}

.sites-project-linie21 .linie21-intro h1 {
    margin: 0;
    font-size: clamp(2.1rem, 5vw, 4rem);
    line-height: 1.05;
}

.sites-project-linie21 .linie21-lead {
    max-width: 720px;
    margin: 18px auto 0;
    font-size: 1.2rem;
    line-height: 1.65;
}

.sites-project-linie21 .linie21-history {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
    gap: 40px;
    align-items: center;
    margin: 0 0 60px;
}

.sites-project-linie21 .linie21-history h2 {
    margin-top: 0;
}

.sites-project-linie21 .linie21-history-text p {
    line-height: 1.75;
}

.sites-project-linie21 .linie21-source {
    font-size: 0.9rem;
    font-style: italic;
}

.sites-project-linie21 .linie21-history-image {
    margin: 0;
}

.sites-project-linie21 .linie21-history-image img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.sites-project-linie21 .linie21-galleries {
    margin-top: 30px;
}

.sites-project-linie21 .linie21-galleries > h2 {
    text-align: center;
    margin-bottom: 28px;
}

.sites-project-linie21 .linie21-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.sites-project-linie21 .linie21-card {
    display: block;
    padding: 26px;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    text-decoration: none;
    color: inherit;
    background: #ffffff;
}

.sites-project-linie21 .linie21-card:hover {
    transform: translateY(-2px);
}

.sites-project-linie21 .linie21-card h3 {
    margin-top: 0;
}

.sites-project-linie21 .linie21-card p {
    line-height: 1.65;
}

.sites-project-linie21 .linie21-card span {
    font-weight: 700;
}

.sites-project-linie21 .linie21-archive-note {
    margin-top: 48px;
    padding-top: 24px;
    border-top: 1px solid #d8d8d8;
    text-align: center;
    font-size: 0.92rem;
}

@media (max-width: 800px) {
    .sites-project-linie21 .linie21-history {
        grid-template-columns: 1fr;
    }

    .sites-project-linie21 .linie21-card-grid {
        grid-template-columns: 1fr;
    }

    .sites-project-linie21 .linie21-main {
        padding-top: 34px;
    }
}

/* =========================================================
   Linie21 Layout-Korrektur
   ========================================================= */

body.sites-project-linie21 {
    margin: 0;
    background: #f5f1e8;
    color: #292929;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.6;
}

.sites-project-linie21 .site-header {
    width: 100%;
    background: #25292b;
}

.sites-project-linie21 .linie21-hero {
    box-sizing: border-box;
    width: 100%;
    padding: 28px 20px 24px;
    text-align: center;
    background: #25292b;
}

.sites-project-linie21 .linie21-brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 900px;
    margin: 0 auto;
    color: #ffffff;
    text-decoration: none;
}

.sites-project-linie21 .linie21-header-image {
    display: block;
    width: 788px;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.sites-project-linie21 .linie21-title {
    display: block;
    margin-top: 20px;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 700;
    line-height: 1.1;
}

.sites-project-linie21 .linie21-subtitle {
    display: block;
    max-width: 760px;
    margin: 9px auto 0;
    color: #d9d9d9;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.05rem;
}

.sites-project-linie21 .site-navigation {
    width: 100%;
    background: #353a3d;
    border: 0;
}

.sites-project-linie21 .site-navigation-inner {
    box-sizing: border-box;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

.sites-project-linie21 .site-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sites-project-linie21 .site-menu li {
    margin: 0;
    padding: 0;
}

.sites-project-linie21 .site-menu a {
    display: block;
    padding: 15px 18px;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
}

.sites-project-linie21 .site-menu a:hover {
    background: rgba(255,255,255,0.12);
}

.sites-project-linie21 .linie21-main {
    box-sizing: border-box;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 52px 24px 70px;
}

.sites-project-linie21 .linie21-intro {
    max-width: 820px;
    margin: 0 auto 55px;
    text-align: center;
}

.sites-project-linie21 .linie21-kicker {
    margin: 0 0 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.sites-project-linie21 .linie21-intro h1 {
    margin: 0;
    color: #25292b;
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(2.4rem, 5vw, 4rem);
    line-height: 1.1;
}

.sites-project-linie21 .linie21-lead {
    margin: 20px auto 0;
    max-width: 720px;
    font-size: 1.2rem;
    line-height: 1.65;
}

.sites-project-linie21 .linie21-history {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, .9fr);
    gap: 46px;
    align-items: center;
    margin-bottom: 65px;
}

.sites-project-linie21 .linie21-history h2,
.sites-project-linie21 .linie21-galleries h2 {
    color: #25292b;
    font-family: Arial, Helvetica, sans-serif;
}

.sites-project-linie21 .linie21-history h2 {
    margin: 0 0 18px;
    font-size: 2rem;
}

.sites-project-linie21 .linie21-history-text p {
    margin: 0 0 18px;
    line-height: 1.75;
}

.sites-project-linie21 .linie21-history-image img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.sites-project-linie21 .linie21-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.sites-project-linie21 .linie21-card {
    box-sizing: border-box;
    display: block;
    padding: 28px;
    background: #ffffff;
    border: 1px solid #d5d0c6;
    border-radius: 6px;
    color: #292929;
    text-decoration: none;
}

.sites-project-linie21 .linie21-card h3 {
    margin: 0 0 12px;
    color: #25292b;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.35rem;
}

.sites-project-linie21 .linie21-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 22px rgba(0,0,0,.08);
}

.sites-project-linie21 .site-footer {
    background: #25292b;
    color: #ffffff;
}

.sites-project-linie21 .site-footer-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 28px 20px;
    text-align: center;
}

@media (max-width: 800px) {

    .sites-project-linie21 .linie21-history {
        grid-template-columns: 1fr;
    }

    .sites-project-linie21 .linie21-card-grid {
        grid-template-columns: 1fr;
    }

    .sites-project-linie21 .linie21-main {
        padding: 36px 18px 55px;
    }

    .sites-project-linie21 .site-menu a {
        padding: 12px 10px;
        font-size: .88rem;
    }
}

/* =========================================================
   Linie21 Galerie – Das Begräbnis
   ========================================================= */

.sites-project-linie21 .linie21-gallery-main {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 48px 24px 70px;
}

.sites-project-linie21 .linie21-gallery-header {
    max-width: 820px;
    margin: 0 auto 38px;
    text-align: center;
}

.sites-project-linie21 .linie21-gallery-header h1 {
    margin: 0 0 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(2.3rem, 5vw, 3.7rem);
    line-height: 1.1;
}

.sites-project-linie21 .linie21-gallery-header p {
    margin: 10px auto;
}

.sites-project-linie21 .linie21-gallery-counter {
    font-size: .9rem;
    font-weight: 700;
}

.sites-project-linie21 .linie21-gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.sites-project-linie21 .linie21-gallery-item {
    margin: 0;
    background: #ffffff;
    border: 1px solid #d7d2c8;
    border-radius: 5px;
    overflow: hidden;
}

.sites-project-linie21 .linie21-gallery-item a {
    display: block;
    background: #222728;
}

.sites-project-linie21 .linie21-gallery-item img {
    display: block;
    width: 100%;
    height: 190px;
    object-fit: cover;
    transition: transform .2s ease;
}

.sites-project-linie21 .linie21-gallery-item a:hover img {
    transform: scale(1.025);
}

.sites-project-linie21 .linie21-gallery-item figcaption {
    padding: 8px 10px;
    text-align: center;
    font-size: .82rem;
}

.sites-project-linie21 .linie21-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
    margin: 0 0 32px;
}

.sites-project-linie21 .linie21-pagination-bottom {
    margin: 34px 0 0;
}

.sites-project-linie21 .linie21-page-numbers {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 7px;
}

.sites-project-linie21 .linie21-pagination a,
.sites-project-linie21 .linie21-page-current {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    min-height: 36px;
    padding: 6px 10px;
    border: 1px solid #cbc6bc;
    border-radius: 4px;
    background: #ffffff;
    color: #25292b;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .9rem;
}

.sites-project-linie21 .linie21-pagination a:hover {
    background: #353a3d;
    border-color: #353a3d;
    color: #ffffff;
}

.sites-project-linie21 .linie21-page-current {
    background: #25292b;
    border-color: #25292b;
    color: #ffffff;
    font-weight: 700;
}

@media (max-width: 950px) {
    .sites-project-linie21 .linie21-gallery-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 700px) {
    .sites-project-linie21 .linie21-gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sites-project-linie21 .linie21-gallery-item img {
        height: 165px;
    }
}

@media (max-width: 430px) {
    .sites-project-linie21 .linie21-gallery-grid {
        grid-template-columns: 1fr;
    }

    .sites-project-linie21 .linie21-gallery-item img {
        height: auto;
    }
}

/* =========================================================
   Linie21 kleine Galerien
   ========================================================= */

.sites-project-linie21 .linie21-small-gallery {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    max-width: 950px;
    margin: 0 auto;
}

.sites-project-linie21 .linie21-small-gallery-item {
    margin: 0;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #d7d2c8;
    border-radius: 6px;
}

.sites-project-linie21 .linie21-small-gallery-item a {
    display: block;
}

.sites-project-linie21 .linie21-small-gallery-item img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform .2s ease;
}

.sites-project-linie21 .linie21-small-gallery-item a:hover img {
    transform: scale(1.02);
}

@media (max-width: 650px) {
    .sites-project-linie21 .linie21-small-gallery {
        grid-template-columns: 1fr;
    }
}

/* =========================================================
   HABT8 / AIRPOWER
   ========================================================= */

.habt8-page {
    background: #111;
    color: #fff;
}

.habt8-hero {
    min-height: 72vh;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.habt8-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(0,0,0,.88) 0%,
        rgba(0,0,0,.68) 45%,
        rgba(0,0,0,.22) 100%
    );
}

.habt8-hero-inner {
    position: relative;
    z-index: 1;
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 48px;
    align-items: center;
    padding: 80px 0;
}

.habt8-kicker {
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .22em;
    text-transform: uppercase;
    opacity: .75;
}

.habt8-hero h1 {
    margin: 0 0 18px;
    font-size: clamp(48px, 7vw, 90px);
    line-height: .95;
    letter-spacing: -.04em;
}

.habt8-hero-text > p:not(.habt8-kicker) {
    max-width: 600px;
    margin: 0 0 30px;
    font-size: 20px;
    line-height: 1.6;
    color: rgba(255,255,255,.88);
}

.habt8-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.habt8-button {
    display: inline-block;
    padding: 14px 22px;
    border-radius: 6px;
    background: #fff;
    color: #111;
    text-decoration: none;
    font-weight: 700;
    transition: transform .18s ease, opacity .18s ease;
}

.habt8-button:hover {
    transform: translateY(-2px);
    opacity: .9;
}

.habt8-button-secondary {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255,255,255,.55);
}

.habt8-hero-image img {
    display: block;
    width: 100%;
    max-width: 520px;
    margin-left: auto;
    height: auto;
}

@media (max-width: 820px) {

    .habt8-hero-inner {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 56px 0;
    }

    .habt8-hero-image {
        order: -1;
    }

    .habt8-hero-image img {
        margin: 0 auto;
        max-width: 360px;
    }

    .habt8-hero {
        min-height: auto;
    }
}

/* HABT8 Hero-Foto – historisches Original */
.habt8-hero-image {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    box-shadow: 0 18px 45px rgba(0,0,0,.35);
    aspect-ratio: 16 / 9;
}

.habt8-hero-image img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    margin: 0;
    object-fit: cover;
    object-position: 43% 58%;
    transform: scale(1.13);
}

@media (max-width: 820px) {
    .habt8-hero-image {
        aspect-ratio: 16 / 10;
        border-radius: 16px;
    }

    .habt8-hero-image img {
        object-position: 43% 58%;
        transform: scale(1.12);
    }
}

/* =========================================================
   HABT8 Hero – Layout näher an Zielentwurf
   ========================================================= */

.habt8-hero-inner {
    width: min(1360px, calc(100% - 70px));
    grid-template-columns: .85fr 1.15fr;
    gap: 70px;
    padding: 85px 0;
}

.habt8-hero-image {
    width: 100%;
    aspect-ratio: 4 / 3;
    border-radius: 24px;
    overflow: hidden;
    box-shadow:
        0 25px 55px rgba(0,0,0,.38),
        0 5px 15px rgba(0,0,0,.20);
}

.habt8-hero-image img {
    width: 100%;
    height: 100%;
    max-width: none;
    margin: 0;
    object-fit: cover;

    /* Zoom entfernt Hand rechts oben und Vordergrund unten */
    transform: scale(1.22);
    transform-origin: 44% 58%;
}

@media (max-width: 1100px) {

    .habt8-hero-inner {
        width: min(1180px, calc(100% - 40px));
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }

}

@media (max-width: 820px) {

    .habt8-hero-inner {
        grid-template-columns: 1fr;
        gap: 32px;
        padding: 55px 0;
    }

    .habt8-hero-image {
        aspect-ratio: 4 / 3;
        border-radius: 18px;
    }

    .habt8-hero-image img {
        transform: scale(1.20);
        transform-origin: 44% 58%;
    }
}


/* HABT8 Hero – komplettes generiertes Jet-Bild anzeigen */
.habt8-hero-image {
    width: 100%;
    aspect-ratio: 3 / 2;
    overflow: hidden;
    border-radius: 24px;
    box-shadow:
        0 25px 55px rgba(0,0,0,.38),
        0 5px 15px rgba(0,0,0,.20);
}

.habt8-hero-image img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    margin: 0;
    object-fit: contain;
    object-position: center center;
    transform: none !important;
}

@media (max-width: 820px) {
    .habt8-hero-image {
        aspect-ratio: 3 / 2;
    }

    .habt8-hero-image img {
        object-fit: contain;
        object-position: center center;
        transform: none !important;
    }
}

/* =========================================================
   HABT8 – Airpower 2003 Ziel-Layout
   ========================================================= */

.habt8-page {
    background:
        radial-gradient(circle at 82% 35%, rgba(255,255,255,.18), transparent 34%),
        linear-gradient(110deg, #181a1d 0%, #242629 45%, #b8b3ae 100%);
    color: #fff;
}

.habt8-hero {
    min-height: 78vh;
    display: flex;
    align-items: center;
    background: none;
}

.habt8-hero::before {
    display: none;
}

.habt8-hero-inner {
    width: min(1480px, calc(100% - 80px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: .78fr 1.22fr;
    gap: 70px;
    align-items: center;
    padding: 70px 0;
}

.habt8-hero-text {
    max-width: 470px;
}

.habt8-kicker {
    margin: 0 0 22px;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: .20em;
    color: rgba(255,255,255,.82);
}

.habt8-hero h1 {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(66px, 6.4vw, 112px);
    line-height: .82;
    font-weight: 700;
    letter-spacing: -.04em;
}

.habt8-hero h1 span {
    display: block;
    margin-top: 22px;
}

.habt8-intro {
    margin: 30px 0 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 23px;
    line-height: 1.45;
    color: rgba(255,255,255,.92);
}

.habt8-actions {
    display: flex;
    gap: 16px;
    margin-top: 42px;
    flex-wrap: wrap;
}

.habt8-button {
    min-height: 64px;
    padding: 0 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border-radius: 7px;
    border: 1px solid #fff;
    background: #fff;
    color: #171717;
    text-decoration: none;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 20px;
    font-weight: 700;
    transition: transform .18s ease, box-shadow .18s ease;
}

.habt8-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(0,0,0,.24);
}

.habt8-button-secondary {
    background: rgba(30,30,30,.28);
    color: #fff;
    border-color: rgba(255,255,255,.60);
}

.habt8-button-icon {
    font-size: 15px;
}

.habt8-hero-image {
    width: 100%;
    aspect-ratio: 3 / 2;
    border-radius: 28px;
    overflow: hidden;
    box-shadow:
        0 30px 65px rgba(0,0,0,.42),
        0 8px 18px rgba(0,0,0,.20);
}

.habt8-hero-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    transform: none !important;
}

.habt8-bottom-nav {
    background: rgba(47,28,18,.92);
    border-top: 1px solid rgba(255,255,255,.05);
}

.habt8-bottom-nav-inner {
    width: min(1480px, calc(100% - 80px));
    min-height: 112px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
}

.habt8-copyright {
    justify-self: start;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 15px;
    letter-spacing: .05em;
    color: rgba(255,255,255,.70);
}

.habt8-bottom-links {
    grid-column: 2;
    display: flex;
    gap: 46px;
}

.habt8-bottom-links a {
    color: rgba(255,255,255,.78);
    text-decoration: none;
    text-transform: uppercase;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 15px;
    letter-spacing: .08em;
}

.habt8-bottom-links a:hover {
    color: #fff;
}

@media (max-width: 1050px) {

    .habt8-hero-inner {
        width: min(1180px, calc(100% - 40px));
        grid-template-columns: .9fr 1.1fr;
        gap: 38px;
    }

    .habt8-hero h1 {
        font-size: clamp(58px, 7vw, 86px);
    }

    .habt8-intro {
        font-size: 20px;
    }

    .habt8-bottom-nav-inner {
        width: calc(100% - 40px);
    }

}

@media (max-width: 820px) {

    .habt8-hero {
        min-height: auto;
    }

    .habt8-hero-inner {
        grid-template-columns: 1fr;
        gap: 38px;
        padding: 50px 0;
    }

    .habt8-hero-text {
        max-width: none;
    }

    .habt8-hero-image {
        aspect-ratio: 3 / 2;
        order: -1;
        border-radius: 18px;
    }

    .habt8-actions {
        margin-top: 30px;
    }

    .habt8-bottom-nav-inner {
        min-height: 130px;
        grid-template-columns: 1fr;
        gap: 22px;
        padding: 25px 0;
    }

    .habt8-copyright {
        justify-self: center;
    }

    .habt8-bottom-links {
        grid-column: 1;
        justify-content: center;
        flex-wrap: wrap;
        gap: 18px 28px;
    }

}

/* =========================================================
   HABT8 – Airpower Blue Farbwelt
   ========================================================= */

.habt8-page {
    background:
        radial-gradient(
            circle at 82% 32%,
            rgba(126, 158, 187, .30),
            transparent 38%
        ),
        linear-gradient(
            105deg,
            #071827 0%,
            #0b2033 35%,
            #263b4e 68%,
            #8b99a6 100%
        );
}

/* Footer / untere Navigation */
.habt8-bottom-nav {
    background:
        linear-gradient(
            100deg,
            #06192b 0%,
            #0a2947 55%,
            #123b62 100%
        );
    border-top: 1px solid rgba(170, 205, 235, .18);
}

/* Zweiter Button etwas bläulicher */
.habt8-button-secondary {
    background: rgba(8, 31, 51, .48);
    color: #fff;
    border-color: rgba(190, 215, 235, .65);
}

.habt8-button-secondary:hover {
    background: rgba(13, 48, 78, .72);
    border-color: rgba(220, 235, 248, .90);
}

/* Navigation */
.habt8-bottom-links a {
    color: rgba(235, 244, 252, .82);
}

.habt8-bottom-links a:hover {
    color: #fff;
}

.habt8-copyright {
    color: rgba(225, 239, 250, .76);
}

/* HABT8 – allgemeinen Theme-Footer ausblenden */
body.sites-project-habt8 footer.site-footer {
    display: none;
}

/* =========================================================
   HABT8 – Videos
   ========================================================= */

.habt8-videos-page {
    min-height: 100vh;
    background:
        radial-gradient(
            circle at 82% 30%,
            rgba(126, 158, 187, .24),
            transparent 38%
        ),
        linear-gradient(
            110deg,
            #071827 0%,
            #0b2033 45%,
            #263b4e 100%
        );
    color: #fff;
}

.habt8-videos-hero {
    padding: 70px 0 90px;
}

.habt8-videos-inner {
    width: min(1380px, calc(100% - 70px));
    margin: 0 auto;
}

.habt8-videos-heading {
    max-width: 760px;
    margin-bottom: 50px;
}

.habt8-videos-heading h1 {
    margin: 0 0 18px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(48px, 6vw, 82px);
    line-height: .95;
    color: #fff;
}

.habt8-videos-heading p:not(.habt8-kicker) {
    margin: 0 0 20px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 21px;
    line-height: 1.5;
    color: rgba(255,255,255,.88);
}

.habt8-back-link {
    display: inline-block;
    margin-top: 8px;
    color: rgba(225,239,250,.86);
    text-decoration: none;
    font-size: 16px;
}

.habt8-back-link:hover {
    color: #fff;
}

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

.habt8-video-card {
    background: rgba(7, 24, 39, .58);
    border: 1px solid rgba(190,215,235,.18);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 18px 45px rgba(0,0,0,.28);
}

.habt8-video-player {
    background: #000;
    aspect-ratio: 16 / 9;
}

.habt8-video-player video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #000;
}

.habt8-video-card h2 {
    margin: 0;
    padding: 20px 24px 22px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 24px;
    color: #fff;
}

@media (max-width: 820px) {

    .habt8-videos-inner {
        width: calc(100% - 36px);
    }

    .habt8-video-grid {
        grid-template-columns: 1fr;
    }

    .habt8-videos-hero {
        padding: 45px 0 60px;
    }
}

/* HABT8 – Lazy-Load Video Startflächen */
.habt8-video-start {
    width: 100%;
    height: 100%;
    border: 0;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    background:
        radial-gradient(
            circle at center,
            rgba(42, 89, 128, .40),
            rgba(4, 17, 29, .94) 68%
        );
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 20px;
}

.habt8-video-start:hover {
    background:
        radial-gradient(
            circle at center,
            rgba(55, 112, 159, .52),
            rgba(4, 17, 29, .94) 68%
        );
}

.habt8-video-play {
    width: 74px;
    height: 74px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 5px;
    border: 2px solid rgba(255,255,255,.82);
    background: rgba(255,255,255,.10);
    font-size: 30px;
    line-height: 1;
}

.habt8-video-start:hover .habt8-video-play {
    background: rgba(255,255,255,.18);
}

/* =========================================================
   HABT8 – Video Schlüsselbilder
   ========================================================= */

.habt8-video-start {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    text-shadow: 0 2px 8px rgba(0,0,0,.9);
}

/* dunkle Schicht für gute Lesbarkeit */
.habt8-video-start::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(3,15,26,.12) 0%,
        rgba(3,15,26,.18) 50%,
        rgba(3,15,26,.72) 100%
    );
    transition: background .2s ease;
}

.habt8-video-start:hover::before {
    background: linear-gradient(
        to bottom,
        rgba(3,15,26,.04) 0%,
        rgba(3,15,26,.10) 50%,
        rgba(3,15,26,.60) 100%
    );
}

.habt8-video-start .habt8-video-play,
.habt8-video-start > span:last-child {
    position: relative;
    z-index: 1;
}

.habt8-video-play {
    background: rgba(5,25,42,.62);
    backdrop-filter: blur(3px);
    box-shadow: 0 5px 20px rgba(0,0,0,.35);
}

.habt8-video-start:hover .habt8-video-play {
    transform: scale(1.08);
    background: rgba(12,52,83,.78);
}

/* =========================================================
   HABT8 – Fotos
   ========================================================= */

.habt8-photos-page {
    min-height: 100vh;
    background:
        radial-gradient(
            circle at 82% 30%,
            rgba(126, 158, 187, .24),
            transparent 38%
        ),
        linear-gradient(
            110deg,
            #071827 0%,
            #0b2033 45%,
            #263b4e 100%
        );
    color: #fff;
}

.habt8-photos-section {
    padding: 70px 0 90px;
}

.habt8-photos-inner {
    width: min(1380px, calc(100% - 70px));
    margin: 0 auto;
}

.habt8-photos-heading {
    max-width: 760px;
    margin-bottom: 48px;
}

.habt8-photos-heading h1 {
    margin: 0 0 18px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(48px, 6vw, 82px);
    line-height: .95;
    color: #fff;
}

.habt8-photos-heading p:not(.habt8-kicker) {
    margin: 0 0 20px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 21px;
    color: rgba(255,255,255,.88);
}

.habt8-photo-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.habt8-photo-item {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    border-radius: 14px;
    overflow: hidden;
    cursor: pointer;
    background: #071827;
    aspect-ratio: 1 / 1;
    box-shadow: 0 10px 28px rgba(0,0,0,.24);
}

.habt8-photo-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .22s ease, filter .22s ease;
}

.habt8-photo-item:hover img {
    transform: scale(1.035);
    filter: brightness(1.08);
}

/* Lightbox */
.habt8-lightbox[hidden] {
    display: none;
}

.habt8-lightbox {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(2, 10, 18, .94);
    padding: 50px 90px;
}

.habt8-lightbox img {
    display: block;
    max-width: min(92vw, 1600px);
    max-height: 88vh;
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 10px;
    box-shadow: 0 25px 70px rgba(0,0,0,.55);
}

.habt8-lightbox-close,
.habt8-lightbox-prev,
.habt8-lightbox-next {
    position: absolute;
    border: 0;
    background: rgba(9, 38, 62, .78);
    color: #fff;
    cursor: pointer;
    border-radius: 50%;
    line-height: 1;
}

.habt8-lightbox-close:hover,
.habt8-lightbox-prev:hover,
.habt8-lightbox-next:hover {
    background: rgba(18, 71, 113, .95);
}

.habt8-lightbox-close {
    top: 24px;
    right: 28px;
    width: 52px;
    height: 52px;
    font-size: 36px;
}

.habt8-lightbox-prev,
.habt8-lightbox-next {
    top: 50%;
    transform: translateY(-50%);
    width: 58px;
    height: 58px;
    font-size: 42px;
}

.habt8-lightbox-prev {
    left: 24px;
}

.habt8-lightbox-next {
    right: 24px;
}

.habt8-lightbox-count {
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    padding: 8px 14px;
    border-radius: 20px;
    background: rgba(5, 25, 42, .78);
    color: rgba(255,255,255,.88);
    font-size: 15px;
}

body.habt8-lightbox-open {
    overflow: hidden;
}

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

@media (max-width: 760px) {
    .habt8-photos-inner {
        width: calc(100% - 32px);
    }

    .habt8-photo-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .habt8-lightbox {
        padding: 55px 18px 65px;
    }

    .habt8-lightbox-prev,
    .habt8-lightbox-next {
        width: 48px;
        height: 48px;
        font-size: 34px;
    }

    .habt8-lightbox-prev {
        left: 10px;
    }

    .habt8-lightbox-next {
        right: 10px;
    }
}

/* =========================================================
   HABT8 – Fotos
   ========================================================= */

.habt8-photos-page {
    min-height: 100vh;
    background:
        radial-gradient(
            circle at 82% 30%,
            rgba(126, 158, 187, .24),
            transparent 38%
        ),
        linear-gradient(
            110deg,
            #071827 0%,
            #0b2033 45%,
            #263b4e 100%
        );
    color: #fff;
}

.habt8-photos-section {
    padding: 70px 0 90px;
}

.habt8-photos-inner {
    width: min(1380px, calc(100% - 70px));
    margin: 0 auto;
}

.habt8-photos-heading {
    max-width: 760px;
    margin-bottom: 48px;
}

.habt8-photos-heading h1 {
    margin: 0 0 18px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(48px, 6vw, 82px);
    line-height: .95;
    color: #fff;
}

.habt8-photos-heading p:not(.habt8-kicker) {
    margin: 0 0 20px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 21px;
    color: rgba(255,255,255,.88);
}

.habt8-photo-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.habt8-photo-item {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    border-radius: 14px;
    overflow: hidden;
    cursor: pointer;
    background: #071827;
    aspect-ratio: 1 / 1;
    box-shadow: 0 10px 28px rgba(0,0,0,.24);
}

.habt8-photo-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .22s ease, filter .22s ease;
}

.habt8-photo-item:hover img {
    transform: scale(1.035);
    filter: brightness(1.08);
}

/* Lightbox */
.habt8-lightbox[hidden] {
    display: none;
}

.habt8-lightbox {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(2, 10, 18, .94);
    padding: 50px 90px;
}

.habt8-lightbox img {
    display: block;
    max-width: min(92vw, 1600px);
    max-height: 88vh;
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 10px;
    box-shadow: 0 25px 70px rgba(0,0,0,.55);
}

.habt8-lightbox-close,
.habt8-lightbox-prev,
.habt8-lightbox-next {
    position: absolute;
    border: 0;
    background: rgba(9, 38, 62, .78);
    color: #fff;
    cursor: pointer;
    border-radius: 50%;
    line-height: 1;
}

.habt8-lightbox-close:hover,
.habt8-lightbox-prev:hover,
.habt8-lightbox-next:hover {
    background: rgba(18, 71, 113, .95);
}

.habt8-lightbox-close {
    top: 24px;
    right: 28px;
    width: 52px;
    height: 52px;
    font-size: 36px;
}

.habt8-lightbox-prev,
.habt8-lightbox-next {
    top: 50%;
    transform: translateY(-50%);
    width: 58px;
    height: 58px;
    font-size: 42px;
}

.habt8-lightbox-prev {
    left: 24px;
}

.habt8-lightbox-next {
    right: 24px;
}

.habt8-lightbox-count {
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    padding: 8px 14px;
    border-radius: 20px;
    background: rgba(5, 25, 42, .78);
    color: rgba(255,255,255,.88);
    font-size: 15px;
}

body.habt8-lightbox-open {
    overflow: hidden;
}

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

@media (max-width: 760px) {
    .habt8-photos-inner {
        width: calc(100% - 32px);
    }

    .habt8-photo-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .habt8-lightbox {
        padding: 55px 18px 65px;
    }

    .habt8-lightbox-prev,
    .habt8-lightbox-next {
        width: 48px;
        height: 48px;
        font-size: 34px;
    }

    .habt8-lightbox-prev {
        left: 10px;
    }

    .habt8-lightbox-next {
        right: 10px;
    }
}

/* =========================================================
   GEMEINSAME RECHTLICHE SEITEN
   Impressum / Datenschutz
   ========================================================= */

.sites-legal-page {
    min-height: 70vh;
    padding: 70px 0 90px;
}

.sites-legal-page .content-wrap {
    width: min(900px, calc(100% - 48px));
    margin: 0 auto;
}

.sites-legal-page .site-article {
    padding: 46px 52px;
    background: rgba(255,255,255,.96);
    color: #18222b;
    border-radius: 18px;
    box-shadow: 0 14px 40px rgba(0,0,0,.12);
}

.sites-legal-header {
    margin-bottom: 38px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(20,40,60,.14);
}

.sites-legal-label {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #49667d;
}

.sites-legal-header h1 {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(40px, 5vw, 60px);
    line-height: 1.05;
    color: #102333;
}

.sites-legal-content {
    font-size: 17px;
    line-height: 1.72;
}

.sites-legal-content .sites-legal-lead {
    margin-top: 0;
    margin-bottom: 34px;
    font-size: 20px;
    color: #435665;
}

.sites-legal-content h2 {
    margin: 38px 0 12px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 27px;
    line-height: 1.2;
    color: #102f48;
}

.sites-legal-content p {
    margin: 0 0 18px;
}

.sites-legal-content a {
    color: #175a87;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.sites-legal-content a:hover {
    text-decoration-thickness: 2px;
}

@media (max-width: 700px) {

    .sites-legal-page {
        padding: 35px 0 55px;
    }

    .sites-legal-page .content-wrap {
        width: calc(100% - 28px);
    }

    .sites-legal-page .site-article {
        padding: 30px 24px;
        border-radius: 14px;
    }

    .sites-legal-content {
        font-size: 16px;
    }
}

/* =========================================================
   HABT8 – Startseite / Aus dem Archiv
   ========================================================= */

.habt8-archive {
    padding: 100px 0 110px;
    background:
        radial-gradient(
            circle at 12% 25%,
            rgba(77, 130, 174, .18),
            transparent 32%
        ),
        linear-gradient(
            145deg,
            #061522 0%,
            #0a2135 55%,
            #102e49 100%
        );
    border-top: 1px solid rgba(190,215,235,.14);
}

.habt8-archive-inner {
    width: min(1380px, calc(100% - 70px));
    margin: 0 auto;
}

.habt8-archive-heading {
    max-width: 820px;
    margin-bottom: 60px;
}

.habt8-archive-heading h2 {
    margin: 0 0 20px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(42px, 5vw, 72px);
    line-height: 1;
    letter-spacing: -.025em;
    color: #fff;
}

.habt8-archive-heading > p:last-child {
    max-width: 720px;
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 20px;
    line-height: 1.6;
    color: rgba(235,244,252,.82);
}

.habt8-archive-stories {
    display: grid;
    gap: 42px;
    margin-bottom: 70px;
}

.habt8-archive-story {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    align-items: center;
    overflow: hidden;
    border: 1px solid rgba(190,215,235,.18);
    border-radius: 22px;
    background: rgba(5,21,34,.48);
    box-shadow: 0 20px 50px rgba(0,0,0,.22);
}

.habt8-archive-story-reverse .habt8-archive-story-image {
    order: 2;
}

.habt8-archive-story-image {
    min-height: 360px;
    height: 100%;
    overflow: hidden;
    background: #071827;
}

.habt8-archive-story-image img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 360px;
    object-fit: cover;
}

.habt8-archive-story-text {
    padding: 50px;
}

.habt8-archive-label {
    margin: 0 0 12px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .18em;
    color: rgba(185,216,240,.72);
}

.habt8-archive-story h3 {
    margin: 0 0 18px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(30px, 3vw, 46px);
    line-height: 1.08;
    color: #fff;
}

.habt8-archive-story-text > p:last-child {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 18px;
    line-height: 1.6;
    color: rgba(235,244,252,.80);
}

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

.habt8-archive-photo {
    display: block;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 12px;
    background: #071827;
    box-shadow: 0 10px 28px rgba(0,0,0,.25);
}

.habt8-archive-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .25s ease;
}

.habt8-archive-photo:hover img {
    transform: scale(1.04);
}

.habt8-archive-more {
    margin-top: 42px;
    text-align: center;
}

@media (max-width: 900px) {

    .habt8-archive {
        padding: 70px 0 80px;
    }

    .habt8-archive-inner {
        width: calc(100% - 40px);
    }

    .habt8-archive-story {
        grid-template-columns: 1fr;
    }

    .habt8-archive-story-reverse .habt8-archive-story-image {
        order: 0;
    }

    .habt8-archive-story-text {
        padding: 34px;
    }

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

@media (max-width: 520px) {

    .habt8-archive-inner {
        width: calc(100% - 28px);
    }

    .habt8-archive-gallery {
        grid-template-columns: 1fr;
    }

    .habt8-archive-story-image,
    .habt8-archive-story-image img {
        min-height: 260px;
    }

    .habt8-archive-story-text {
        padding: 28px 24px;
    }
}


/* HABT8 – FK58 Ergänzung */

.habt8-fk58 {
    margin: 0 0 70px;
}

.habt8-fk58-heading {
    margin-bottom: 28px;
}

.habt8-fk58-heading h3 {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(32px, 4vw, 52px);
    color: #fff;
}

.habt8-fk58-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.habt8-fk58-grid figure {
    margin: 0;
    overflow: hidden;
    border-radius: 16px;
    background: rgba(5,21,34,.58);
    border: 1px solid rgba(190,215,235,.16);
    box-shadow: 0 14px 34px rgba(0,0,0,.22);
}

.habt8-fk58-grid img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.habt8-fk58-grid figcaption {
    padding: 16px 18px 18px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 16px;
    line-height: 1.4;
    color: rgba(235,244,252,.82);
}

@media (max-width: 820px) {
    .habt8-fk58-grid {
        grid-template-columns: 1fr;
    }
}



/* ==========================================================
   APFELSTRUDEL – MOBILE BURGER MENU
   ========================================================== */

.sites-project-apfelstrudel .apfelstrudel-menu-toggle {
    display: none;
}

@media (max-width: 768px) {

    .sites-project-apfelstrudel .apfelstrudel-navigation {
        padding: 0;
        background: #f7f1e7;
        border-bottom: 1px solid rgba(70, 45, 30, 0.18);
    }

    .sites-project-apfelstrudel .apfelstrudel-menu-toggle {
        width: 100%;
        min-height: 64px;
        padding: 0 28px;
        border: 0;
        background: transparent;
        display: flex;
        align-items: center;
        gap: 14px;
        cursor: pointer;
        color: #4a382d;
        font: inherit;
        font-weight: 700;
        font-size: 20px;
        text-align: left;
    }

    .sites-project-apfelstrudel .apfelstrudel-menu-icon {
        width: 28px;
        height: 22px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex: 0 0 auto;
    }

    .sites-project-apfelstrudel .apfelstrudel-menu-icon span {
        display: block;
        width: 100%;
        height: 3px;
        border-radius: 3px;
        background: currentColor;
        transition:
            transform 0.2s ease,
            opacity 0.2s ease;
    }

    .sites-project-apfelstrudel
    .apfelstrudel-navigation
    .site-navigation-inner {
        display: none;
    }

    .sites-project-apfelstrudel
    .apfelstrudel-navigation.is-open
    .site-navigation-inner {
        display: block;
    }

    .sites-project-apfelstrudel
    .apfelstrudel-navigation
    .site-menu {
        display: block;
        margin: 0;
        padding: 0;
    }

    .sites-project-apfelstrudel
    .apfelstrudel-navigation
    .site-menu li {
        margin: 0;
        padding: 0;
        border-top: 1px solid rgba(70, 45, 30, 0.12);
    }

    .sites-project-apfelstrudel
    .apfelstrudel-navigation
    .site-menu a {
        display: block;
        padding: 15px 28px;
        font-size: 17px;
        line-height: 1.35;
    }

    .sites-project-apfelstrudel
    .apfelstrudel-navigation.is-open
    .apfelstrudel-menu-icon span:nth-child(1) {
        transform: translateY(9.5px) rotate(45deg);
    }

    .sites-project-apfelstrudel
    .apfelstrudel-navigation.is-open
    .apfelstrudel-menu-icon span:nth-child(2) {
        opacity: 0;
    }

    .sites-project-apfelstrudel
    .apfelstrudel-navigation.is-open
    .apfelstrudel-menu-icon span:nth-child(3) {
        transform: translateY(-9.5px) rotate(-45deg);
    }
}
