body {
    font-family: 'Amatic SC', cursive;
    margin: 0px;
    overflow-x: hidden;
}

.header-image {
    background-image: url('../de/media/header1.jpg'); 
    height: 600px; 
    background-position: center; 
    background-repeat: no-repeat; 
    background-size: cover;
    display: grid;
    place-items: center;
    color: white;
}

.center {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.top-heading {
    font-size: 48pt;
}

.sub-heading {
    font-size: 24pt;
}

.margin7 {
    margin: 7px;
}

.margin5 {
    margin: 5px;
}

.center18 {
    text-align: center; 
    font-size: 18pt;
}

.formsuggestioninput {
    padding:10px; 
    font-size:16pt; 
    border:0; 
    box-shadow:0 0 15px 4px rgba(0,0,0,0.06); 
    width: 70%; 
    border-radius:5px;
}

.formsuggestionsubmit {
    appearance:none; 
    -webkit-appearance:none; 
    padding:10px; 
    border:none; 
    background-color:#ffcc00; 
    color: black; 
    font-weight:600; 
    border-radius:5px; 
    font-size:16pt;
}

.intro {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-top: 25px;
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 25px;
}

@media only screen and (min-width: 1280px) {
    .header-image {
        background-image: url('../de/media/header1.jpg'); 
        background-attachment: fixed; 
        background-position: center; 
        background-repeat: no-repeat; 
        background-size: cover; 
        height: 600px; 
        display: grid;
        place-items: center;
        color: white;
    }
    
    .intro {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 25px;
        margin-bottom: 25px;
        max-width: 100%;
        height: 100%;
    }
    .img-top-div {
        width: 100%; 
        justify-content: end;
    }
    .img-top-text {
        width: 100%;
        font-size: 34pt;
        text-align: start;
        display: flex;
        justify-content: start;
    }
    .img-top-text-div {
        width: 100%;
    } 
    .img-top {
        height: 400px;
        width: 700px; 
        object-fit: cover; 
        min-width: 30%;
        margin-right: 25px;
    }
    .photolink {
        position: absolute;
        left: 50%;
    }
    .header-image-2 {
        background-image: url('../de/media/header2.webp'); 
        background-attachment: fixed; 
        background-position: center; 
        background-repeat: no-repeat; 
        background-size: cover; 
        height: 500px; 
        display: grid;
        place-items: center;
        color: white;
    }
    
    .header-image-3 {
        background-image: url('../de/media/header3.webp'); 
        background-attachment: fixed; 
        background-position: center; 
        background-repeat: no-repeat; 
        background-size: cover; 
        height: 500px; 
        display: grid;
        place-items: center;
        color: white;
    }
    .header-image-4 {
        background-image: url('../de/media/header4.jpg'); 
        background-attachment: fixed; 
        background-position: center; 
        background-repeat: no-repeat; 
        background-size: cover; 
        height: 500px; 
        display: grid;
        place-items: center;
        color: white;
    }
    #ente-1 {
        width: 7vw;
        position: absolute;
        transform: scaleX(-1);
        margin-left: 50px;
    }
    
    #ente-2 {
        width: 7vw;
        position: absolute;
        right: 0;
        margin-right: 50px;
        transform: rotate(15deg);
    }
    
    #ente-3 {
        width: 10vw;
        position: absolute;
        left: 0;
        transform: rotate(-7deg);
    }
    
    #ente-4 {
        width: 15vw;
        position: absolute;
        left: 85%;
        transform: rotate(12deg);
    }
    .galerie_preview {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        margin-left: 50px;
        margin-right: 50px;  
        border-radius: 25px;
    }
    
}

.img-top-div {
    display: flex; 
    justify-content: center;
}

.img-top {
    max-height: 500px; 
    object-fit: cover; 
    max-width: 700px;
    min-width: 30%;
}

.img-top-text {
    font-size: 34pt;
    text-align: center;
}

.img-top-text-div {
    width: 100%;
}

h1 {
    font-size: 48pt;
}

h2 {
    font-size: 34pt;
}

p {
    font-size: 24pt;
}

.facts {
    display: flex;
    justify-content: center;
    margin-left: 50px;
    margin-right: 50px;   
    font-size: 24pt;
    font-weight: bold;
    margin-bottom: 25px;
}

.facts h2 {
    text-align: center;
}

.facts h3 {
    text-align: center;
}

.facts li {
    margin: 7px;
}

.enten-arten {
    display: flex;
    justify-content: center;
    margin-left: 50px;
    margin-right: 50px;  
    font-size: 22pt; 
}

.photolink {
    position: absolute;
    left: 70%;
}

.button {
    background-color: #ffcc00;
    border-radius: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: x-large;
    text-decoration: none;
}

.text-center {
    text-align: center;
}

.redtext {
    color: red;
}

.overintro {
    display: flex; 
    justify-content: center; 
    width: 100%;
}

.spacing-bar {
    border: 1px solid #d9d9d9;
    margin: 15px 50px 15px 50px;
}

.header-image-2 {
    background-image: url('../de/media/header2.jpg'); 
    background-position: center; 
    background-repeat: no-repeat; 
    background-size: cover; 
    height: 500px; 
    display: grid;
    place-items: center;
    color: white;
}

.header-image-3 {
    background-image: url('../de/media/header3.jpg'); 
    background-position: center; 
    background-repeat: no-repeat; 
    background-size: cover; 
    height: 500px; 
    display: grid;
    place-items: center;
    color: white;
}

.header-image-4 {
    background-image: url('../de/media/header4.jpg'); 
    background-position: center; 
    background-repeat: no-repeat; 
    background-size: cover; 
    height: 500px; 
    display: grid;
    place-items: center;
    color: white;
}

.close a{
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}

.facts-wrapper {
    max-height: 100%;
}

@media only screen and (max-width: 1279px) {

#ente-1 {
    display: none;
    width: 0;
    height: 0;
}

#ente-2 {
    display: none;
    width: 0;
    height: 0;
}

#ente-3 {
    display: none;
    width: 0;
    height: 0;
}

#ente-4 {
    display: none;
    width: 0;
    height: 0;
}
.galerie_preview {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    margin-left: 0px;
    margin-right: 0px;  
    border-radius: 25px;
}

}

.galerieimg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.35s all ease-in-out;
    border-radius: 15px;
}

.imagecontainer {
    margin: 15px;
    max-height: 600px;
    width: 1fr;
}

[data-align="center"] {
    text-align: center;
}

.galerieimg:hover {
    transform: scale(1.035);
}

.animation {
    transition: all 1s;
    filter: blur(5px);
    transform: translateX(-100%);
}

.show {
    filter: blur(0);
    transform: translateX(0);
}

.animation-a {
    transition: all 1s;
}

.fixed {
    transform: translateX(0);
}

.pic_1 {
    transition-delay: 100ms;
}
.pic_2 {
    transition-delay: 200ms;
}
.pic_3 {
    transition-delay: 300ms;
}
.pic_4 {
    transition-delay: 400ms;
}
.pic_5 {
    transition-delay: 500ms;
}
.pic_6 {
    transition-delay: 600ms;
}

[data-decoration="none"] {
    text-decoration: none;
}

.article_preview {
    max-height: min-content;
    text-align: center;
    display: grid;
    place-items: center;
}

.article_preview img {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    object-fit: cover;
}

.wissen_preview {
    margin-left: 5px;
    margin-right: 5px;   
    font-size: 24pt;
    margin-bottom: 25px;
    display: grid;
    place-items: center;
    width: 98vw;
}

.wissen_preview h2 {
    text-align: center;
}

.wissen_preview h3 {
    text-align: center;
}

.wissen_preview hr {
    width: 50%;
    height: 0.5px;
}

.main_info {
    width: 70%;
}

.jetzt_lesen {
    text-align: center;
    width: 50%;
    margin: 10px 0 10px 0;
    font-size: 18pt;
}

.article_info {
    text-align: center;
    margin: 10px 0 10px 25px;
    font-size: 18pt;
    width: 50%;
}

@media only screen and (min-width: 1280px) {
    .article_preview {
        display: flex;
        margin-left: 50px;
        margin-right: 50px; 
        justify-content: center;
        width: 50%;
        max-height: min-content;
        align-items: center;
        text-align: start;
    }
    
    .article_preview img {
        width: 250px;
        height: 250px;
        border-radius: 50%;
        object-fit: cover;
        margin-right: 30px;
    }
    
    .wissen_preview {
        margin-left: 50px;
        margin-right: 50px;   
        font-size: 24pt;
        margin-bottom: 25px;
        display: grid;
        place-items: center;
        width: 100vw;
    }
    
    .wissen_preview h2 {
        text-align: center;
    }
    
    .wissen_preview h3 {
        text-align: center;
    }
    
    .wissen_preview hr {
        width: 50%;
        height: 0.5px;
    }
    
    .main_info {
        width: 70%;
    }
    
    .jetzt_lesen {
        text-align: center;
        width: 50%;
        margin: 10px 0 10px 0;
        font-size: 18pt;
    }
    .article_info {
        text-align: start;
        margin: 10px 0 10px 25px;
        font-size: 18pt;
        width: 50%;
    }

    html {
        scroll-padding-top: 80px; 
    }
}

