body {
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-height: 100vh;
    background-color: #f8f5ea;
    font-family: Arial, sans-serif;
    gap: 40px;
}

.img-text {
    position: relative;
    width: 100%;
    max-width: 800px;
    height: 120vh;
    min-height: 400px;
    overflow: hidden;
}

.img-text img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    z-index: 1;
    filter: brightness(0.9);
}

.img-text h1 {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    display: inline-block;
    padding: 0.4em 0.8em;
    font-size: 4.2em; /* Schriftgröße erhöht */
    color: white;
    background-color: #85120b;
    line-height: 1.2;
    margin: 0;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    white-space: nowrap;
    font-weight: bold; /* Dicker */
}

@media (max-width: 768px) {
    .img-text {
        height: 100vh;
        min-height: 350px;
    }
    .img-text img {
        object-position: top center;
    }
    .img-text h1 {
        font-size: 3.5em; /* Schriftgröße erhöht */
        padding: 0.2em 0.4em;
        top: 35%;
    }
    body > div:nth-of-type(2) > div a {
        font-size: 1.3em; /* Schriftgröße erhöht */
        padding: 12px 20px;
        white-space: nowrap;
        font-weight: bold; /* Dicker */
    }
    .divider-hopfen {
        margin: 40px auto;
        height: 40px;
    }
    .divider-hopfen::before,
    .divider-hopfen::after {
        margin-right: 15px;
        margin-left: 15px;
    }
    .divider-hopfen .hopfenbluete-center {
        width: 40px;
        height: 40px;
    }

    /* Media Query für Speisen & Getränke Seite (768px) */
    .page-header h1 {
        font-size: 2.8em; /* Schriftgröße erhöht */
        font-weight: bold; /* Dicker */
    }
    .back-button {
        font-size: 1em; /* Schriftgröße erhöht */
        font-weight: bold; /* Dicker */
    }
    .item-description h2 {
        font-size: 1.8em; /* Schriftgröße erhöht */
        font-weight: bold; /* Dicker */
    }
    .item-description p { /* Falls P-Tags wieder hinzugefügt werden */
        font-size: 1.1em; /* Schriftgröße erhöht */
        font-weight: normal; /* Normal, da es Text ist, nicht Überschrift */
    }
    .drinks-heading {
        font-size: 2.8em; /* Schriftgröße erhöht */
        font-weight: bold; /* Dicker */
    }
    .drinks-list li {
        font-size: 1.1em; /* Schriftgröße erhöht */
        font-weight: bold; /* Dicker */
    }
    .main-footer nav a {
        font-size: 1em; /* Schriftgröße erhöht */
        font-weight: bold; /* Dicker */
    }
    .main-footer p {
        font-size: 0.9em; /* Schriftgröße erhöht */
        font-weight: normal; /* Normal */
    }
}

@media (max-width: 480px) {
    .img-text {
        height: 120vh;
        min-height: unset;
    }
    .img-text img {
        object-position: top center;
    }
    .img-text h1 {
        font-size: 2.5em; /* Schriftgröße erhöht */
        top: 30%;
    }
    body > div:nth-of-type(2) > div a {
        font-size: 1.1em; /* Schriftgröße erhöht */
        padding: 10px 15px;
        white-space: nowrap;
        font-weight: bold; /* Dicker */
    }
    .divider-hopfen {
        margin: 30px auto;
        height: 30px;
    }
    .divider-hopfen::before,
    .divider-hopfen::after {
        margin-right: 10px;
        margin-left: 10px;
    }
    .divider-hopfen .hopfenbluete-center {
        width: 30px;
        height: 30px;
    }

    /* Media Query für Speisen & Getränke Seite (480px) */
    .page-header h1 {
        font-size: 2.2em; /* Schriftgröße erhöht */
    }
    .back-button {
        font-size: 0.9em; /* Schriftgröße erhöht */
    }
    .item-description h2 {
        font-size: 1.6em; /* Schriftgröße erhöht */
    }
    .item-description p { /* Falls P-Tags wieder hinzugefügt werden */
        font-size: 1em; /* Schriftgröße erhöht */
    }
    .drinks-heading {
        font-size: 2.2em; /* Schriftgröße erhöht */
    }
    .drinks-list li {
        font-size: 1.05em; /* Schriftgröße erhöht */
    }
    .main-footer nav a {
        font-size: 0.9em; /* Schriftgröße erhöht */
    }
    .main-footer p {
        font-size: 0.85em; /* Schriftgröße erhöht */
    }
}

body > div:nth-of-type(2) {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    margin-top: 40px;
}

body > div:nth-of-type(2) > div {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    height: 0;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

body > div:nth-of-type(2) > div img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.8);
}

body > div:nth-of-type(2) > div a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    background-color: #85120B;
    color: white;
    padding: 15px 20px;
    border: none;
    border-radius: 5px;
    font-size: 1.6em; /* Schriftgröße erhöht */
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold; /* Dicker */
    transition: background-color 0.3s ease, transform 0.3s ease;
    white-space: nowrap;
    max-width: calc(66.66% - 40px);
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
    text-decoration: none;
}

body > div:nth-of-type(2) > div a:hover {
    background-color: #A0150B;
    transform: translate(-50%, -50%) scale(1.05);
}

.text-block {
    padding: 20px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    width: 100%;
    max-width: 800px;
    box-sizing: border-box;
    margin-top: 0;
}

.text-block:last-of-type {
    margin-bottom: 0;
}

.divider-hopfen {
    width: 100%;
    max-width: 800px;
    height: 60px;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.divider-hopfen::before,
.divider-hopfen::after {
    content: '';
    flex-grow: 1;
    height: 2px;
    background-color: #85120B;
}

.divider-hopfen::before {
    margin-right: 20px;
}

.divider-hopfen::after {
    margin-left: 20px;
}

.divider-hopfen .hopfenbluete-center {
    width: 60px;
    height: 60px;
    background-color: #85120B;
    border-radius: 50%;
    flex-shrink: 0;
}

.main-footer {
    width: 100%;
    background-color: #85120B;
    color: white;
    padding: 20px 0;
    text-align: center;
    margin-top: 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.main-footer nav a {
    color: white;
    text-decoration: none;
    margin: 0 15px;
    font-size: 1.1em; /* Schriftgröße erhöht */
    transition: color 0.3s ease;
    font-weight: bold; /* Dicker */
}

.main-footer nav a:hover {
    color: #f8f5ea;
}

.main-footer p {
    margin: 0;
    font-size: 0.9em; /* Schriftgröße erhöht */
    opacity: 0.8;
    font-weight: normal; /* Normal, da es Text ist */
}


/* --- Styles für die neue Speisen & Getränke Seite --- */

.page-header {
    width: 100%;
    max-width: 800px;
    background-color: #85120B;
    color: white;
    padding: 30px 20px;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 0;
}

.page-header h1 {
    margin: 0;
    font-size: 3.2em; /* Schriftgröße erhöht */
    line-height: 1.2;
    font-weight: bold; /* Dicker */
}

.back-button {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: rgba(255, 255, 255, 0.2);
    color: white;
    padding: 10px 15px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 1em; /* Schriftgröße erhöht */
    transition: background-color 0.3s ease;
    font-weight: bold; /* Dicker */
}

.back-button:hover {
    background-color: rgba(255, 255, 255, 0.4);
}

.food-menu-section {
    width: 100%;
    max-width: 800px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 20px;
    box-sizing: border-box;
    background-color: white;
    border-radius: 8px;
}

.menu-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: #fff;
    padding-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.3);;
    border-radius: 10px; /* Hier war es schon 10px */
}

.menu-item:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
}

.menu-item img {
    width: 100%;
    max-width: 600px;
    height: auto;
    border-radius: 8px;
    margin-bottom: 20px;
    object-fit: cover;
    aspect-ratio: 16 / 9;
}

.item-description {
    width: 100%;
    max-width: 600px;
}

.item-description h2 {
    color: #85120B;
    font-size: 2em; /* Schriftgröße erhöht */
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: bold; /* Dicker */
}

.item-description p {
    color: #333;
    font-size: 1.2em; /* Schriftgröße erhöht */
    line-height: 1.6;
    margin-bottom: 0;
    font-weight: normal; /* Normal, da es Text ist */
}

.drinks-heading {
    color: #85120B;
    font-size: 3.2em; /* Schriftgröße erhöht */
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
    width: 100%;
    max-width: 800px;
    font-weight: bold; /* Dicker */
}

/* --- Styles für die Getränkeliste --- */

.drinks-list-section {
    width: 100%;
    max-width: 800px;
    background-color: white;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    margin-top: 0;
}

.drinks-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px 20px;
}

.drinks-list li {
    font-size: 1.2em; /* Schriftgröße erhöht */
    color: #333;
    background-color: #f8f8f8;
    padding: 10px 15px;
    border-left: 5px solid #85120B;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    font-weight: bold; /* Dicker */
}

/* Media Queries für mobile Ansicht der Speisenseite */
@media (max-width: 768px) {
    .page-header h1 {
        font-size: 2.8em;
    }
    .back-button {
        font-size: 1em;
    }
    .food-menu-section {
        padding: 15px;
        gap: 30px;
        background-color: #f8f5ea;
    }
    .menu-item img {
        margin-bottom: 15px;
    }
    .item-description h2 {
        font-size: 1.8em;
    }
    .item-description p {
        font-size: 1.1em;
    }
    .drinks-heading {
        font-size: 2.8em;
        margin-top: 30px;
    }
    .drinks-list-section {
        padding: 15px;
    }
    .drinks-list {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 10px 15px;
    }
    .drinks-list li {
        font-size: 1.1em;
    }
}

@media (max-width: 480px) {
    .page-header h1 {
        font-size: 2.2em;
        padding-top: 20px;
    }
    .back-button {
        top: 10px;
        left: 10px;
        font-size: 0.9em;
    }
    .food-menu-section {
        padding: 10px;
        gap: 20px;
    }
    .menu-item img {
        margin-bottom: 10px;
        border-radius: 5px;
    }
    .item-description h2 {
        font-size: 1.6em;
    }
    .item-description p {
        font-size: 1em;
    }
    .drinks-heading {
        font-size: 2.2em;
        margin-top: 20px;
    }
    .drinks-list-section {
        padding: 10px;
    }
    .drinks-list {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .drinks-list li {
        font-size: 1.05em;
    }
}