/*
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;
    }
}
