body {
    background-color: rgb(180, 130, 80);
    width: 100%;
    margin: 0vw;
}

.headline a{
    text-decoration: none;
    color: greenyellow;
    font-size: 1.2vw;
}

button {
    text-decoration: none;
    color: white;
    font-size: 1.2vw;
    font-family: 'Times New Roman', Times, serif;
}

#big {
    display: block;
    position: fixed;
    z-index: 5;
    background-color: rgb(160, 110, 60);
    height: 5vw;
    box-shadow: 0vw -1vh 0vw 1vh rgb(160, 110, 60);
}

@media (max-width: 1499px) {
    #big {
        display: none;
    }
}

nav {
    border-bottom: white;
    z-index: -5;
    width: 100%;
    margin-top: 0.5vh;
}

ul {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-left: -2%;
    height: 3vw;
}

li {
    display: flex;
    align-items: center;
    list-style: none;
    font-size: 1.2vw;
    height: 3vw;
}

.leer {
    border: 1px solid white;
    height: 3vw;
}

#small {
    display: none;
    position: fixed;
    z-index: 5;
    background-color: rgb(160, 110, 60);
    height: 5vw;
    box-shadow: 0vw -1vh 0vw 1vh rgb(160, 110, 60);
}

.unterpunkt {
    margin-left: 1.5vw;
}

#inactive:hover {
    background-color: rgb(160, 110, 60);
}

@media (max-width: 1499px) {
    #small {
        display: flex;
        align-items: center;
    }

    #headlineSort {
        margin-left: 20vw;
    }
   
}

@media (min-width: 481px) {
    .headline {
        color: greenyellow;
        text-decoration: none;
        font-size: x-large;
    }
}

@media (max-width: 1049px) and (min-width: 481px) {
    .headline {
        #notImportant {
            display: none;
        }

        #important {
            font-size: xx-large;
        }
        margin-left: 10vw;
    }
}

.dropbtn {
    background-color: rgb(160, 110, 60);
    color: greenyellow;
    border: none;
    cursor: pointer;
    width: 5vw;
    height: 3vh;
    font-size: xx-large;
    margin-top: 2vw;
    margin-left: 1vw;
}


.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: rgb(160, 110, 60);
    min-width: 93px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    margin-top: -28%;
    margin-left: -4%;
}

.dropdown-content a {
    color: greenyellow;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a #unterpunkt {
    color: greenyellow;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: rgb(50, 50, 50);
}


.dropbtnNav {
    background-color: rgb(160, 110, 60);
    border: none;
    cursor: pointer;
}


.dropdownNav {
    position: relative;
    display: inline-block;
    font-size: 1.2vw;
}

.dropdown-contentNav {
    display: none;
    position: absolute;
    background-color: rgb(160, 110, 60);
    min-width: 125%;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    margin-top: 15%;
    margin-left: -40%;
}

.dropdown-contentNav button {
    color: greenyellow;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-contentNav a:hover {
    background-color: rgb(50, 50, 50);
}


.show {
    display: block;
}

.hide {
    display: none;
}

.dropdownPic {
    margin-left: -43%;
    margin-top: -55%;
    width: 200%;
}

.point button {
    color: white;
    background-color: rgb(160, 110, 60);
    border: none;
    cursor: pointer;
}

.iframe {
    width: 100%;
    height: 91vh;
    border: none;
}

@media (max-height: 1050px) {
    
}

#i-frame-container {
    width: 100%;
    height: 100vh;
    display: block;
}

::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

#placeholder {
    height: 9vh;
}




footer {
    background-color: rgb(160, 110, 60);
    width: 100%;
    height: 10vh;
    margin-top: 2vh;
    box-shadow: 0vw 3vw 0vw 3vw rgb(160, 110, 60);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -1vw;
    z-index: 10;
}

ul {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    list-style: none;
}

.trennung {
    border: 1px solid white;
    height: 8vh;
    border-radius: 10%;
}

.footerFont {
    text-decoration: none;
    color: black;
    font-size: 2rem;
}
