* {
    margin: 0;
    padding: 0;
}

*{
    font-family: 'Oswald', sans-serif;
}

body{
    min-width: 100%;
}   

section{
    margin: 0;
}

.cocktailderwoche-grid {
    display:grid;
    grid-template-columns: repeat(1, 1fr);
    place-items: center;
    align-items: stretch;
    row-gap: 6%;
    padding: 0 4%;
    gap: 2%;
    background: #ffc896;
    margin:0;
}

.cocktailderwoche-geschichte{
    display:flex;
    flex-direction: column;
    align-items: center;
    gap: 2%;
    background: #f5f5dc;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    padding: 5%;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    text-decoration: none;
    line-height: 1.6;
    width: 55vw;
    height: 60vh;
}

.cocktailderwoche-geschichte h2{
    margin-top: 7%;
    font-size: 4em;
    color: #333;
    text-align: center;
    margin-bottom: 5%;
    font-weight: bold;
    word-spacing: 1.5em;
    text-transform:uppercase;
    text-shadow:0 4px 10px rgba(0,0,0,0.3);
}

.cocktailderwoche-geschichte h3,h4{
    margin-top: 3%;
    font-size: 3em;
    color: #333;
    text-align: center;
    margin-bottom: 5%;
    font-weight: bold;
    text-shadow:0 4px 10px rgba(0,0,0,0.3);
    text-decoration: underline;
}

.cocktailderwoche-geschichte p{
    font-size: 2.4em;
    text-align: center;
    padding-right: 12%;
    padding-left: 12%;
    padding-bottom: 5%;
    line-height: 1.6;
}

.cocktailderwoche {
    display:flex;
    gap: 2%;
    background: #f5f5dc;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    padding: 5%;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    text-decoration: none;
    line-height: 1.6;
    width: 65vw;
    height: 60vh;
}

.cocktailderwoche img{
    max-width: 50%;
    height:auto;
    border-radius: 5px;
    object-fit: contain;
}

.cocktailderwoche h5 {
    margin-top: 3%;
    font-size: 2.8em;
    color: #333;
    text-align: center;
    margin-bottom: 5%;
    text-shadow:0 4px 10px rgba(0,0,0,0.3);
}

.cocktailderwoche-rezept{
    padding-left: 12.5%;
}

.cocktailderwoche li{
    font-size: 2em;
}

.cocktailderwoche-beschreibung {
    list-style: decimal;
    padding:5% 5%;
    padding-left: 13%;
}

.Icon {
    display:flex;
    align-items: center;
    justify-content: center;
    padding-left: 7%;
}

.Icon img{
    max-width: 5vw;
    height: auto;
    padding-left: 1vw;
}

/* === footer === */
footer{
    background-color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    width:100%;
    height:50px;
    bottom:0;
}
footer p{
    font-size: 1em;
    color:#ffc896;
}

/* === Responsive Design === */
@media(max-width:1710px){
  .cocktailderwoche-grid {
        padding: 2%;
        margin-bottom: 15%;
    }
    .cocktailderwoche-geschichte{
        height: 105vh;
        width: 70vw;
        margin-left: 15%;
        margin-right: 15%;
        padding-bottom: 10%;
    }
    .cocktailderwoche-geschichte h2{
        font-size: 2em;
        word-spacing: normal;
    }
    .cocktailderwoche-geschichte h3,h4{
        font-size: 1.8em;
    }
    .cocktailderwoche-geschichte p{
        font-size: 1.4em;
        padding-left:5%;
        padding-right:5%;
    }
    .cocktailderwoche {
        flex-direction: row;
        gap: 2%;
        padding: 4%;
        align-items: center;
        justify-content: center;
        width: 70vw;
        height: 85vh;
    }
    .cocktailderwoche img {
        max-width: auto;
        height: 60vh;
        margin-top: 5%;
        padding-bottom: 5%;
    }
    .cocktailderwoche h5 {
        font-size: 1.8em;
    }
    .cocktailderwoche li{
    font-size: 1.5em;
}
}
@media (max-width:1440px){
  .cocktailderwoche-grid {
        padding: 2%;
        margin-bottom: 10%;
    }
    .cocktailderwoche-geschichte{
        height: 80vh;
        width: 75vw;
        padding:1%
    }
    .cocktailderwoche-geschichte h2{
        font-size: 2em;
        word-spacing: normal;
    }
    .cocktailderwoche-geschichte h3,h4{
        font-size: 1.7em;
    }
    .cocktailderwoche-geschichte p{
        font-size: 1.4em;
        padding:0;
    }
    .cocktailderwoche {
        flex-direction: column;
        gap: 2%;
        padding: 4%;
        align-items: center;
        width: 70vw;
        height: 113vh;
    }
    .cocktailderwoche img {
        max-width: auto;
        height: 60%;
        margin-top: 5%;
        padding-bottom: 5%;
    }
    .cocktailderwoche h5 {
        font-size: 1.8em;
    }
    .cocktailderwoche li{
    font-size: 1.5em;
}
}

@media (max-width: 1024px) {
    .cocktailderwoche-grid {
        padding: 2%;
        margin-bottom: 10%;
    }
    .cocktailderwoche-geschichte{
        height: 90vh;
        width: 75vw;
        padding:1%
    }
    .cocktailderwoche-geschichte h2{
        font-size: 1.8em;
        word-spacing: normal;
    }
    .cocktailderwoche-geschichte h3,h4{
        font-size: 1.7em;
    }
    .cocktailderwoche-geschichte p{
        font-size: 1.4em;
        padding:0;
    }
    .cocktailderwoche {
        flex-direction: column;
        gap: 2%;
        padding: 4%;
        align-items: center;
        width: 70vw;
        height: 95vh;
    }
    .cocktailderwoche img {
        max-width: auto;
        height: 60%;
        margin-top: 5%;
        padding-bottom: 5%;
    }
    .cocktailderwoche h5 {
        font-size: 1.8em;
    }
    .cocktailderwoche li{
    font-size: 1.5em;
}
}

@media (max-width: 768px) {
    .cocktailderwoche-grid {
        padding: 2%;
        margin-bottom: 10%;
    }
    .cocktailderwoche-geschichte{
        height: 100vh;
        width: 75vw;
        padding:1%
    }
    .cocktailderwoche-geschichte h2{
        font-size: 1.8em;
        word-spacing: normal;
    }
    .cocktailderwoche-geschichte h3,h4{
        font-size: 1.7em;
    }
    .cocktailderwoche-geschichte p{
        font-size: 1.4em;
        padding:0;
    }
    .cocktailderwoche {
        flex-direction: column;
        gap: 2%;
        padding: 4%;
        align-items: center;
        width: 70vw;
        height: 75vh;
    }
    .cocktailderwoche img {
        max-width: auto;
        height: 60%;
        margin-top: 5%;
        padding-bottom: 5%;
    }
    .cocktailderwoche h5 {
        font-size: 1.5em;
    }
    .cocktailderwoche li{
    font-size: 1.2em;
}
}

@media (max-width: 480px) {
   .cocktailderwoche-grid {
        padding: 2%;
        margin: 0;
    }
    .cocktailderwoche-geschichte{
        height: 100vh;
        width: 75vw;
        padding:1%
    }
    .cocktailderwoche-geschichte h2{
        font-size: 1.4em;
        word-spacing: normal;
    }
    .cocktailderwoche-geschichte h3,h4{
        font-size: 1.3em;
    }
    .cocktailderwoche-geschichte p{
        font-size: 1em;
        padding:0;
    }
    .cocktailderwoche {
        flex-direction: column;
        gap: 2%;
        padding: 4%;
        align-items: center;
        width: 70vw;
        height: 65vh;
        margin-bottom: 10%;
    }
    .cocktailderwoche img {
        max-width: auto;
        height: 60%;
        margin-top: 5%;
        padding-bottom: 5%;
    }
    .cocktailderwoche h5 {
        font-size: 1.5em;
    }
    .cocktailderwoche li{
    font-size: 1.2em;
}
}

@media (max-width: 425px){
  .cocktailderwoche-grid {
        padding: 2%;
        margin-bottom: 20%;
    }
    .cocktailderwoche-geschichte{
        height: 135vh;
        width: 75vw;
        padding:1%
    }
    .cocktailderwoche-geschichte h2{
        font-size: 1.4em;
        word-spacing: normal;
    }
    .cocktailderwoche-geschichte h3,h4{
        font-size: 1.3em;
    }
    .cocktailderwoche-geschichte p{
        font-size: 1em;
        padding:0;
    }
    .cocktailderwoche {
        flex-direction: column;
        gap: 2%;
        padding: 4%;
        align-items: center;
        width: 70vw;
        height: 85vh;
    }
    .cocktailderwoche img {
        max-width: auto;
        height: 60%;
        margin-top: 5%;
        padding-bottom: 5%;
    }
    .cocktailderwoche h5 {
        font-size: 1.5em;
    }
    .cocktailderwoche li{
    font-size: 1.2em;
}
}

@media (max-width: 380px) {
    .cocktailderwoche-grid {
        padding: 2%;
        margin-bottom: 15%;
    }
    .cocktailderwoche-geschichte{
        height: 175vh;
        width: 75vw;
        padding:1%
    }
    .cocktailderwoche-geschichte h2{
        font-size: 1.4em;
        word-spacing: normal;
    }
    .cocktailderwoche-geschichte h3,h4{
        font-size: 1.3em;
    }
    .cocktailderwoche-geschichte p{
        font-size: 1em;
        padding:0;
    }
    .cocktailderwoche {
        flex-direction: column;
        gap: 2%;
        padding: 4%;
        align-items: center;
        width: 70vw;
        height: 85vh;
    }
    .cocktailderwoche img {
        max-width: auto;
        height: 60%;
        margin-top: 5%;
        padding-bottom: 5%;
    }
    .cocktailderwoche h5 {
        font-size: 1.5em;
    }
    .cocktailderwoche li{
    font-size: 1.2em;
}
}
