
section {
    margin-bottom: 5rem;
}


.title {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    padding-top: 5rem;
}
.title h1 {
    font-family: "Satisfy", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 5.5rem;
    color: #fdad54;
    text-shadow: rgba(0, 0, 0, 0.5) 2px 2px 3px;
    text-align: center;
    -webkit-text-stroke: 0.01rem #fff;
    
}
.portrait img {
    height: 400px;
	width: auto;
    border-radius: 10rem;
    border: #fff 0.1rem;
    border-style: outset;
    box-shadow: rgba(0, 0, 0, 0.2) 15px 5px 15px;
}




.portrait {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    max-width: 1200px;
}

.greeting {
    display: flex;
    flex-direction: column;
    width: 50%;
    max-width: 1200px;
    background-color: #70a7f3;
    border: #fff 0.0625rem;
    border-style: outset;
    border-radius: 10px;
    box-shadow: -0.0625rem -0.0625rem 0 #ffffff,
        0.0625rem 0.0625rem 0 #cccccc,
        0.3rem 0.2rem 1rem #4282da inset,
        -0.5rem -0.5rem 0.5rem #efebdc0a inset,
        0.5rem 0.5rem 1rem rgb(0 0 0 / 0.4);
}
.greeting p {
    margin: 3.125rem;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1.4rem;
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.3) 2px 2px 1px;
    text-align: center;
    letter-spacing: normal;
    line-height: 1.4;
}

.flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
}
.box1 {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    height: 350px;
    width: 350px;
    max-width: 400px;
    background-color: #d0dbbd;
    margin-bottom: 20px;
    box-shadow:  rgba(0, 0, 0, 0.4) 6px 6px 12px;
}
.box2 {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    height: 350px;
    width: 350px;
    background-color: #80bbff;
    margin-bottom: 20px;
    box-shadow:  rgba(0, 0, 0, 0.4) 6px 6px 12px;
}
.center .box1 {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    height: 350px;
    width: 350px;
    max-width: 400px;
    background-color: #70a7f3;
    margin-bottom: 20px;
    box-shadow:  rgba(0, 0, 0, 0.4) 6px 6px 12px;
    border-radius: 10px;
}
.center .box2 {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    height: 350px;
    width: 350px;
    background-color: #86a08b;
    margin-bottom: 20px;
    box-shadow:  rgba(0, 0, 0, 0.4) 6px 6px 12px;
    border-radius: 10px;
}
.edge .box1 {
    border-radius: 10px;
}
.edge .box2 {
    border-radius: 10px;
}

.name {
    margin-top: 20px;
    border: #fff 0.15rem;
    border-style: outset;
    border-radius: 1.25rem;
    box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
    padding: 0.15rem;
}
.name a {
    text-decoration: none;
}
.name h3 {
    margin: 5px;
    font-size: 1.5rem;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.4) 2px 2px 2px;
}
.note {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    
}

.note p {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1.2rem;
    color: #292c2f;
    text-shadow: rgba(0, 0, 0, 0.2) 1px 1px 1px;
    text-align: center; 
    background: rgba(255, 255, 255, 0.2);
border-radius: 16px;
box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
backdrop-filter: blur(5px);
border: 1px solid rgba(255, 255, 255, 0.3);
padding: 5px 10px;
}
.center h2 {
    margin-bottom: 50px;
    text-align: center;
    font-family: "Satisfy", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 3.5rem;
    color: #fdad54;
    text-shadow: rgba(0, 0, 0, 0.5) 2px 2px 2px;
    -webkit-text-stroke: 0.01rem #fff;
}
.texte {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 80%;
    max-width: 1200px;
    margin: auto;
    gap: 100px;
    margin-bottom: 7rem;
}
.items {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    letter-spacing: normal;
}
.item {
    text-align: start;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 300;
    text-shadow: rgba(0, 0, 0, 0.2) 1px 1px 1px;
    font-size: 1.5rem;
    font-style: normal;
    color: #292c2f;
    line-height: 1.4;
    margin-bottom: 3rem;
}


.item h2 {
    font-family: "Satisfy", cursive;
    font-weight: 600;
    font-style: normal;
    font-size: 3rem;
    color: #4282da;
    text-shadow: -0.125rem -0.125rem 0 #ffffff, 
    0.0625rem 0.0625rem 0 #cccccc, 
    -0.325rem -0.125rem 0.5rem #90b7f2af, 
    -0.25rem -0.25rem 0.7rem #fff, 
    0.5rem 0.5rem 1rem rgb(0 0 0 / 0.3);
    border-bottom: solid 0.2rem #86a08b;
}
.merken {
    text-decoration: underline #4282da;
}
.aktuell {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 300;
    text-shadow: rgba(0, 0, 0, 0.2) 1px 1px 1px;
    font-size: 1.5rem;
    font-style: normal;
    color: #292c2f;
    border: #fff 0.15rem;
    border-style: outset;
    border-radius: 1.25rem;
    box-shadow: -0.0625rem -0.0625rem 0 #ffffff,
        0.0625rem 0.0625rem 0 #cccccc,
        0.0625rem 0.0625rem 0.5rem #86a08b inset,
        -0.5rem -0.5rem 0.5rem #efebdc0a inset;
    background-color: #d0dbbdaf;
    padding: 2rem;
}
.aktuell p {
	margin: 2rem;
}
.article {
    background: #80BBFF;
    background: radial-gradient(circle,
    rgba(128, 187, 255, 1) 28%, 
    rgba(112, 167, 243, 1) 62%, 
    rgba(66, 130, 218, 1) 87%);
    padding-top: 1.5rem;
    padding-bottom: 5rem;
}

.grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-row-gap: 7rem;
    grid-column-gap: 7rem;
}
.card h4 {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.4rem;
    color: #292c2f;
    text-shadow: rgba(0, 0, 0, 0.4) 1px 1px 1px;
    text-align: center;
    text-decoration: underline #fdad54 2px;
}
.card a {
    text-decoration: none;
}
.card {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}
.card img {
    margin-bottom: 20px;
    box-shadow: rgba(0, 0, 0, 0.4) 4px 4px 4px;
    border-radius: 10px;
    width: 60%;
    height: auto;
}
.sheet {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 20rem;
    height: 25rem;
}
.sheet2 {
    border: #fff 0.0625rem;
    border-style: outset;
    border-radius: 10px;
    box-shadow: -0.0625rem -0.0625rem 0 #ffffff,
        0.0625rem 0.0625rem 0 #cccccc,
        0.1rem 0.1rem 0.7rem #90b7f2 inset,
        -0.5rem -0.5rem 0.5rem #efebdc0a inset,
        0.5rem 0.5rem 1rem rgb(0 0 0 / 0.5);
    background-color: #fff;
}
.sheet3 {
    background-color: #fff;
    border: #fff 0.0625rem;
    border-style: outset;
    border-radius: 10px;
    box-shadow: -0.0625rem -0.0625rem 0 #ffffff,
        0.0625rem 0.0625rem 0 #cccccc,
        0.1rem 0.1rem 0.7rem #90b7f2 inset,
        -0.5rem -0.5rem 0.5rem #efebdc0a inset,
        0.5rem 0.5rem 1rem rgb(0 0 0 / 0.5);
}
.sheet4 {
    background-color: #fff;
    border: #fff 0.0625rem;
    border-style: outset;
    border-radius: 10px;
    box-shadow: -0.0625rem -0.0625rem 0 #ffffff,
        0.0625rem 0.0625rem 0 #cccccc,
        0.1rem 0.1rem 0.7rem #90b7f2 inset,
        -0.5rem -0.5rem 0.5rem #efebdc0a inset,
        0.5rem 0.5rem 1rem rgb(0 0 0 / 0.5);
}
.sheet5 {
    background-color: #fff;
    border: #fff 0.0625rem;
    border-style: outset;
    border-radius: 10px;
    box-shadow: -0.0625rem -0.0625rem 0 #ffffff,
        0.0625rem 0.0625rem 0 #cccccc,
        0.1rem 0.1rem 0.7rem #90b7f2 inset,
        -0.5rem -0.5rem 0.5rem #efebdc0a inset,
        0.5rem 0.5rem 1rem rgb(0 0 0 / 0.5);
}
.article .h2 {
    font-family: "Satisfy", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 2.5rem;
    color: #fdad54;
    text-shadow: rgba(0, 0, 0, 0.5) 2px 2px 2px;
    text-align: center;
    -webkit-text-stroke: 0.01rem #fff;
}
.sheet1 {
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;

}
.sheet1 p {
    text-align: end;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 300;
    text-shadow: rgba(0, 0, 0, 0.7) 1px 1px 2px;
    font-size: 1.3rem;
    font-style: normal;
    color: #fff; 
}
.sheet6 {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;

}
.sheet6 p {
    text-align: start;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 300;
    text-shadow: rgba(0, 0, 0, 0.7) 1px 1px 2px;
    font-size: 1.3rem;
    font-style: normal;
    color: #fff;
}

@media (max-width: 1500px) {
.grid {
    grid-row-gap: 5rem;
    grid-column-gap: 5rem;
}
}
@media (max-width: 1300px) {
.grid {
    grid-row-gap: 2rem;
    grid-column-gap: 2rem;
}
.flex {
        flex-direction: column;
        align-items: center;
    }
.center h2 {
        font-size: 2.5rem;
        margin-top: -800px;
        margin-bottom: 740px;
    }
.sheet {
    width: 15rem;
    height: 18.75rem;
}
}
@media (max-width: 1000px) {
    .title h1 {
        font-size: 3.5rem;
    }
    .greeting p {
        font-size: 1.4rem;
        line-height: normal;
    }
    .note p {
        font-size: 1.5rem;
        line-height: normal;
    }
.texte p {
        font-size: 1.5rem;
        line-height: normal;
    }
.article p {
        font-size: 1.5rem;
        line-height: normal;
    }
.article h2 {
    font-size: 2.5rem;
}
.layer h4 {
        font-size: 1.5rem;
    }
.text-bottom {
        width: 250px;
}
.grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
}
}



@media (max-width: 850px) {
    section {
        margin-bottom: 3rem;
    }
    .portrait {
        flex-direction: column;
    }
    .greeting {
        width: 100%;
        margin-top: 2rem;
    }
    .center h2 {
        font-size: 2rem;
        font-weight: 400;
        margin-bottom: 770px;
    }
    .article h2 {
        font-size: 2rem;
        font-weight: 400;
    }
    .name h3 {
        font-size: 1.5rem;
    }
    .item h2 {
        font-size: 1.5rem;
    }
}
@media (max-width: 600px) {

    .logo {
        margin-bottom: 1.5rem;
    }
    
    .willkommen {
        margin-top: 0;
    }
    .portrait h1 {
        margin-left: 0;
    }
    .img {
        margin-top: 50px;
    }
    .img img {
        margin-top: -10px;
        margin-bottom: 10px;
        margin-right: 10px;
        margin-left: -10px;
    }
    .title h1 {
        margin-bottom: 0;
        
    }
    
    .article h3 {
        font-weight: 400;
    }
    .texte {
        flex-direction: column;
        align-items: center;
        gap: 50px;
    }
    .greeting {
        margin-top: -20px;
    }
    .box1 {
        height: 300px;
    }
    .box2 {
        height: 300px;
    }
    .center .box1 {
        height: 300px;
    }
    .center .box2 {
        height: 300px;
    }
    .center h2 {
        margin-top: -700px;
        margin-bottom: 670px;
    }
.grid {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(6, 1fr);
    padding-left: 5rem;
}
}
@media (max-width: 450px) {
    .grid {
        padding-left: 0.5rem;
    }
}