/* 
Farben:
orange juice: #f9a603
marmalade: #f25c00
cherry red: #f80025
ice: #f7efe2
*/

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', sans-serif;
    background-color: #f7efe2;
}

/* <!-- Header --> */

.menu-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-image: linear-gradient(to right,#ffff00,  #f80025);
    border-radius: 2.6vh;
    flex-wrap: wrap;
}

.menu {
    list-style-type: none;
    display: flex;
    margin: 0;
    padding: 0;
}

.menu li {
    margin: 0 1vh; 
}
   
.menu li a {
    text-decoration: none;
    color: #f7efe2;
    text-shadow: 5px 5px 5px black;
    padding: 1vh;
    font-size: 2vh;
}
   
.menu li a:hover {
    background-color: #32343a;
    border-radius: 2.6vh;
}

.active {
    background-color: #32343a;
    border-radius: 2.6vh;
}

.logo-menu-bar {
    margin: 1vh;
}

#scrollToTopButton {
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background:#f80025;
    color: #f7efe2;
    border: none;
    outline: none;
    cursor: pointer;
}

#scrollToTopButton:hover {
    background: #32343a;
} 

#scrollToTopButton:active {
    background: #f9a603;
}

/* <!-- Banner --> */

.banner {
    margin-top: 2%;
    height: 50vh;
    max-width: 100%;
    background-image: url("./Content/banner.jpg");
    background-position: 50%;
    background-size: cover;
    background-clip: border-box;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    border-radius: 2.6vh;
}

.waldheimbeschreibungshintergrund {
    background-color: rgba(50, 52, 58, 0.7);
    border-radius: 2.6vh;
}

.waldheimbeschreibung {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 5vh;
}

.waldheimbutton {
    margin-top: 1%;
}

.button {
    color: #f7efe2;
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: #f9a603;
    border-radius: 2.6vh;
    padding: 12px 25px;
    font-size: 12px;
    line-height: 20px;
    text-decoration: none;
    transition: background-color .4s, opacity .4s, color .4s;
    max-width: 100%;
    display: inline-block;
}
    
.button:hover {
    color: #f7efe2;
    background-color: #32343a;
}
    
.button:active {
    background-color: #43464d;
}
  
.button-text {
    color: #f7efe2;
}

.waldheimtext {
    margin: 0.25%;
    color: #f9a603;
    text-transform: none;
    text-shadow: 2px 1px 1px #f7efe2;
    font-size: 2.25vw;
    text-align: center;
}

/* <!--Startseite--> */

.überschrift0 {
    opacity: .69;
    text-transform: none;
    mix-blend-mode: luminosity;
    border-radius: 2.6vh;
    margin-top: 6%;
    margin-bottom: 1%;
    margin-left: 10%;
    margin-right: 10%;
    font-size: 3.75vh;
    font-weight: 400;
    text-align: center;
}

.divider0 {
    height: 1px;
    margin-top: 5%;
    margin-bottom: 5%;
    margin-left: 20%;
    max-width: 60%;
    animation: myanimation 5s infinite;
}

.divider {
    height: 1px;
    margin-top: 5%;
    margin-bottom: 5%;
    animation: myanimation 5s infinite;
}


@keyframes myanimation {
    0% {background-color: #ffff00}
    25%{background-color:#fc8013;}
    50%{background-color:#f80025;}
    75%{background-color:#fc8013;}
    100% {background-color: #ffff00;}
    
    /*#ffff00, #fc8013, #f80025, #fc8013, #ffff00*/
}

.home-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 30vh;
    grid-row-gap: 5vh;
}
    
.home1 { 
    grid-area: 1 / 1 / 4 / 3; 
}

.home2 { 
    grid-area: 1 / 3 / 4 / 4; 
    align-items: center;
    text-align: center;
    vertical-align: middle;
}  

.picture1 {
    margin-top: 7vh;
    margin-bottom: 7vh;
}

.überschrift2 {
    vertical-align: middle;
    align-items: center;
    text-align: center;
    font-size: 3vh;
    font-weight: bold;
    margin-bottom: 5vh;
}

.paragraph {
    display: flex;
    vertical-align: middle;
    align-items: center;
    text-align: left;
    justify-content: center;
    font-size: 2.1vh;
    margin: 1vh;
}



/* <!--News--> */

.newscontainer {
    display: flex;
    flex-direction: column;
    margin: auto;
    align-items: center;
    justify-content: center;
    text-align: center;
}



/* <!--Team--> */

.team-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
    grid-column-gap: 0px;
    grid-row-gap: 10vh;
    margin-bottom: 10vh;
}
    
.team1 { 
    grid-area: 1 / 1 / 2 / 3; 
}

.team2 { 
    grid-area: 1 / 3 / 2 / 4; 
}

.team3 { 
    grid-area: 2 / 1 / 3 / 2; 
}

.team4 { 
    grid-area: 2 / 2 / 3 / 4; 
} 

.teampicture1 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.teampicture2 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.teampicture1 img {
    max-width: 100%;
    max-height: 294px;
    object-fit: cover;
}

.teampicture2 img {
    max-width: 100%;
    max-height: 462px;
    object-fit: cover;
}

/* <!--Betreuerarchiv--> */

.team-bilder img {
    max-width: 90%;
    max-height: 70vh;
    object-fit: cover;
}

.team-bild {
    display: flex;
    justify-content: center;
    margin-bottom: 0.7vh;
}

/* <!--Bilder--> */

.slider-container {
    display: flex;
    height: 50vh;
    width: 50%;
    overflow: hidden;
    max-height: 80vh;
    margin: 5% auto;
}

.slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slide {
    min-width: 100%;
    box-sizing: border-box;
}

.slidepicture {
    width: 100%;
    height: auto;
    max-height: 100%; 
    object-fit: cover;
}


/* <!--Datenschutz--> */

.paragraph1 {
    vertical-align: middle;
    align-items: center;
    text-align: left;
    justify-content: center;
    font-size: 2.1vh;
    margin: 1vh;
}

.paragraph1 a {
    word-break: break-all;
}


/* <!--Contact--> */

.contact-form {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
}

.contact {
    margin: auto;
    max-width: 100%;
    width: 100%;
}

.contact-form input {
    width: 80%;
    margin-bottom: 2vh;
    box-sizing: border-box;
    border-radius: 2.6vh;
    border: 1px solid #32343a;
    padding: 1%;
}

.contact-form textarea {
    width: 80%;
    box-sizing: border-box;
    resize: none;
    border-radius: 2.6vh;
    border: 1px solid #32343a;
    padding: 1%;
}

.form-button {
    display: flex;
    color: #f7efe2;
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: #f9a603;
    border-radius: 2.6vh;
    padding: 12px 25px;
    font-size: 12px;
    line-height: 20px;
    text-decoration: none;
    transition: background-color .4s, opacity .4s, color .4s;
    max-width: 100%;
    display: inline-block;
    cursor: pointer;
    border: none;
}
    
.form-button:hover {
    color: #f7efe2;
    background-color: #32343a;
}
    
.form-button:active {
    background-color: #43464d;
}
  
.form-button-text {
    color: #f7efe2;
}

/* <!--Anmeldung--> */

.anmeldung {
    margin-top: 2%;
    height: 50vh;
    max-width: 100%;
    background-image: url("./Content/footer.jpg");
    background-position: 50%;
    background-size: cover;
    background-clip: border-box;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    border-radius: 2.6vh;
}

.anmeldungsbeschreibungshintergrund {
    background-color: rgba(50, 52, 58, 0.7);
    border-radius: 2.6vh;
}

.anmeldungsbeschreibung {
    display: flex;
    justify-content: center;
    align-items: center;
}

.anmeldebutton {
    margin-top: 1%;
}

.button {
    color: #f7efe2;
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: #f9a603;
    border-radius: 2.6vh;
    padding: 12px 25px;
    font-size: 12px;
    line-height: 20px;
    text-decoration: none;
    transition: background-color .4s, opacity .4s, color .4s;
    max-width: 100%;
    display: inline-block;
}
    
.button:hover {
    color: #f7efe2;
    background-color: #32343a;
}
    
.button:active {
    background-color: #43464d;
}
  
.button-text {
    color: #f7efe2;
}

.anmeldetext {
    margin: 0.5%;
    color: #f9a603;
    text-transform: none;
    text-shadow: 2px 1px 1px #f7efe2;
    font-size: 2.25vw;
    text-align: center;
}


/* <!--Footer--> */

.text-klein {
    font-size: 12px;
    line-height: 20px;
}

.footer-link {
    color:#f9a603;
    align-items: center;
    text-decoration: none;
    transition: opacity .4s;
    display: flex;
}
  
.footer-link:hover {
    opacity: 1;
}
  
.footer:active {
    opacity: .8;
}
  
.logo-tiny {
    margin-top: -2px;
    margin-right: 8px;
}

.footer {
    margin-top: 5%;
    margin-bottom: 1%;
    display: flex;
    text-align: center;
    justify-content: center;
}


/* <!--Mobile Ansicht--> */


@media screen and (min-width: 768px) and (max-width: 1025px) {
    .menu-bar {
        flex-direction: column;
        align-items: stretch;
        text-align: center;
        height: auto;
    }

    .menu {
        flex-direction: column;
        align-items: stretch;
        margin-top: 1vh;
    }

    .menu li {
        margin: 1vh 0;
    }

    .menu-bar,
    .menu li {
        width: 100%;
    }

    .waldheimtext,
    .anmeldetext {
        font-size: 2.5vh;
    }

    .home-container {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(1, 1fr);
    }

    .home1, .home2 {
        grid-area: auto;
    }

    .home2{
        margin: auto;
        align-items: center;
    }

    .team-container {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(4, auto);
        grid-row-gap: 2vh;
    }

    .team1, .team2, .team3, .team4 {
        grid-area: auto; 
    }

    .slider-container {
        max-width: 80%;
        max-height: 80%;
        width: 80%;
    }

}


@media screen and (max-width: 767px) {
    .menu-bar {
        flex-direction: column;
        align-items: stretch;
        text-align: center;
        height: auto;
    }

    .menu {
        flex-direction: column;
        align-items: stretch;
        margin-top: 1vh;
    }

    .menu li {
        margin: 1vh 0;
    }

    .menu-bar,
    .menu li {
        width: 100%;
    }

    .waldheimtext,
    .anmeldetext {
        font-size: 2.5vh; 
    }

    .home-container {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(1, 1fr);
    }

    .home1, .home2 {
        grid-area: auto;
    }

    .home2{
        margin: auto;
        align-items: center;
    }

    .team-container {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(4, auto);
        grid-row-gap: 2vh;
    }

    .team1, .team2, .team3, .team4 {
        grid-area: auto; 
    }

    .slider-container {
        max-width: 80%;
        width: 80%;
        max-height: 80%;
    }

}
    
    

@media screen and (max-width: 279px) {
    .menu-bar {
        flex-direction: column;
        align-items: stretch;
        text-align: center;
        height: auto;
    }

    .menu {
        flex-direction: column;
        align-items: stretch;
        margin-top: 1vh;
    }

    .menu li {
        margin: 1vh 0;
    }

    .menu-bar,
    .menu li {
        width: 100%;
    }

    .waldheimtext,
    .anmeldetext {
        font-size: 2.5vh;
    }

    .home-container {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(1, 1fr);
    }

    .home1, .home2 {
        grid-area: auto;
    }

    .home2{
        margin: auto;
        align-items: center;
    }

    .team-container {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(4, auto);
        grid-row-gap: 2vh;
    }

    .team1, .team2, .team3, .team4 {
        grid-area: auto; 
    }

    .slider-container {
        max-width: 80%;
        width: 80%;
        max-height: 80%;
    }
    
}