/* Mobile first */
@media only screen and (max-width:505px) {
    .title {
        font-size: 3rem;
    }
    .text {
        margin-top: -5px;
    }
    h2 {
        font-size: 2rem;
    }
    h3 {
    display: none;
}

    .einleitung h7 {
        font-size: 2.8vw;

    }
    
    .carousel {
        min-width: 80vw;
    }
}

    
@media only screen and (min-width:500px) {
    .title {
        font-size:5rem;
    }
    .text {
        margin-top: -5px;
    }
    h2 {
        font-size: 2.5rem;
    }
    
}

@media only screen and (min-width:700px) {
    .title {
        font-size:7rem;
    }
    h2 {
        font-size: 3rem;
    }
    
    h3 {
        font-size: 4rem;
        position: absolute;
        top: 20%;
    }
}

@media only screen and (max-width:900px){
    .beschrieb p {
        visibility: hidden;
    }
    p {
        display: none;
    }
    
    h3 {
        font-size: 4rem;
        top: 20%;
    }
    .carousel {
        min-width: 80vw;
    }
   
    
}


@media only screen and (min-width:1000px) {
    .title {
        font-size:8rem;
    }
    
    .text {
        margin-top: 30px;
    }
    h2 {
        font-size: 3.5rem;
    }
    
    h3 {
        font-size: 4rem;
    }
}

@media only screen and (min-width:1400px) {
    .title {
        font-size:10rem;
    }
    
    .text {
        margin-top: 60px;
    }
    h2 {
        font-size: 4rem;
    }
    
    h3 {
        font-size: 6rem;
    }
}





html, body {
    margin: 0;
    padding: 0;
}

.header_bild {
    position: relative;
}


.text {
    position: absolute;
    top: 16%;
    left: 0;
    width: 100%;
}

.navigation {
    position: absolute;
    right: 5%;
    top: 5%;
}

.navbar {
    background-color: rgba(0,0,0,0.2);
}

#orte {
    color: white;
}

#team {
    color: white;
}


h3 {
    position: absolute;
    top: 27%;
    left: 54%;
    color: rgb(17, 89, 21);
    font-family: euphoria-script, sans-serif;
}


h1 {
    font-family: euphoria-script, sans-serif;
    text-align: center;
    color: white;
    letter-spacing: 4px;
}

h2 {
    font-family: euphoria-script, sans-serif;
    text-align: center;
    color: rgb(17, 89, 21);
    letter-spacing: 2px;
}



p {
    position: absolute;
    top: 45%;
    left: 55%;
    right: 3%;
    font-size: 0.97rem;
    font-family: maven-pro, sans-serif;
}

.steinamrhein {
    position: absolute;
    top: 48%;
    left: 6%;
    right: 60%;
}

.steinamrhein_titel {
    position: absolute;
    top: 30%;
    left: 6%;
    right: 60%;
}

.blausee_titel {
    position: absolute;
    top: 28%;
}


footer {
    
    background: rgba(0,0,0,0.1);
    width: 100%;
    padding: 30px;
}

header {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.textunterseite {
    position: absolute;
    top: 28%;
    left: 0;
    width: 100%;
}

.link {
    color: rgb(17, 89, 21);
    text-decoration: none;
}

a:hover {
    color: darkcyan;
    text-decoration: none;
}

.karte {
    margin: 0;
    text-align: center;
}

.container {
    font-size: 0.8rem;
    color: rgba(0,0,0,0.5);
}

.carousel {
    width: 40vw;
    margin: 0 auto;
}

.teambild {
    max-width: 75%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.teambeschreibung {
    display: block;
    text-align: center;
    margin-left: 100px;
    margin-right: 100px;
}

.teamtext {
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
}

.videoblausee {
    display: block;
    margin: 0 auto;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.einleitung {
    display: block;
    text-align: center;
    font-size: 1.4vw;
    margin-left: 70px;
    margin-right: 70px;
    font-family: maven-pro, sans-serif;
}