* Allgemeines Styling */
body {
    font-family: Garamond, serif;
    margin: 0;
    padding: 0;
    background-color: white;
}

.container {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

header {
    background:#e0e0e0;
    color: #333;
    display: flex;
    flex-direction: column;
    align-items: center;
    /*padding: 20px 20px;*/
    width: 100%;
    padding: 0px;
    font-size: 10rem;
}

.backgroundstart {
    background:#e0e0e0;
    color: #333;
    display: flex;
    width: 80%;
    align-self: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.backgroundweek1 {
    background:#e0e0e0;
    color: #333;
    display: flex;
    width: 80%;
    align-self: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.backgroundweek1 h2 {
    text-align: center;
}

.backgroundweek2 {
    background:#e0e0e0;
    color: #333;
    display: flex;
    width: 80%;
    align-self: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.backgroundweek2 h2 {
    text-align: center;
}

.start {
    flex-direction: column;
    font-size: 1.5rem;   
}

.week1 {
    flex-direction: column;
    font-size: 1.5rem;   
}

.week2 {
    flex-direction: column;
    font-size: 1.5rem;   
}
.backgroundday2 {
    background:#e0e0e0;
    color: #333;
    display: flex;
    width: 80%;
    align-self: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.backgroundday2 h2 {
    text-align: center;
}
.Tag2 {
    flex-direction: column;
    font-size: 1.5rem;   
}

.backgroundday3 {
    background:#e0e0e0;
    color: #333;
    display: flex;
    width: 80%;
    align-self: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.backgroundday3 h2 {
    text-align: center;
}
.Tag3 {
    flex-direction: column;
    font-size: 1.5rem; 
} 
.backgroundday4 {
    background:#e0e0e0;
    color: #333;
    display: flex;
    width: 80%;
    align-self: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.backgroundday4 h2 {
    text-align: center;
}



.Tag4 {
    flex-direction: column;
    font-size: 1.5rem;   
}
.row1 {
    margin-left: 40px;
    margin-right: auto;
    display: flex;
    flex-direction: row;
    gap: 50px;
    max-width: 1400px;
    justify-content: center;
}

.row2 {
    margin-left: 40px;
    margin-right: auto;
    display: flex;
    flex-direction: row;
    gap: 50px;
    max-width: 1400px;
    justify-content: center;
}

.row3 {
    margin-left: 40px;
    margin-right: auto;
    display: flex;
    flex-direction: row;
    gap: 50px;
    max-width: 1400px;
    justify-content: center;
}
.row4 {
    margin-left: 40px;
    margin-right: auto;
    display: flex;
    flex-direction: row;
    gap: 50px;
    max-width: 1400px;
    justify-content: center;
}
.row5 {
    margin-left: auto;
    margin-top: 40px;
    margin-right: auto;
    display: flex;
    flex-direction: row;
    gap: 50px;
    max-width: 1400px;
    justify-content: center;
}
.row6 {
    margin-left: 40px;
    margin-right: auto;
    display: flex;
    flex-direction: row;
    gap: 50px;
    max-width: 1400px;
    justify-content: center;
}
.row7 {
    margin-left: 40px;
    margin-right: auto;
    display: flex;
    flex-direction: row;
    gap: 50px;
    max-width: 1400px;
    justify-content: center;
}
.row8 {
    margin-left: 40px;
    margin-right: auto;
    display: flex;
    flex-direction: row;
    gap: 50px;
    max-width: 1400px;
    justify-content: center;
}
.row9 {
    margin-left: 40px;
    margin-right: auto;
    display: flex;
    flex-direction: row;
    gap: 50px;
    max-width: 1400px;
    justify-content: center;
}
.row11 {
    margin-left: 40px;
    margin-right: auto;
    display: flex;
    flex-direction: row;
    gap: 50px;
    max-width: 1400px;
    justify-content: center;
}


.week1 img {
    width: 20%;
}

.row2 img {
    width: 20%;
}
.row3 img {
    width: 20%;
}

.row4 img {
    width: 20%;
}

.row5 img {
    width: 20%;
}
.row6 img {
    width: 20%;
}

.row7 img {
    width: 20%;
}
.row8 img {
    width: 20%;
}
.row9 img {
    width: 20%;
}

.row10 img {
    width: 20%;
}

.row11 img {
    width: 20%;
}

