header, footer{
    background-color: #484848;
    color: white;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
}

*{
    margin: 0;
    padding: 0;
}

footer{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 5vw 0;
    font-size: 1.5vw;
    font-weight: 800;
}

#TopHeader{
    height: 20vw;
}

#TopHeader > div{
    height: 15vw;
    width: 100%;
    opacity: 0.5;
    background-color: #484848;
    z-index: 2;
    position: absolute;
}

#TopHeader > img{
    height: 15vw;
    width: 100%;
    position: relative;
    z-index: 1;
}

#TopHeader > p{
    position: absolute;
    top: 4.3vw;
    left: 20vw;
    font-size: 4vw;
    font-weight: 900;
    z-index: 3;
}

#logo{
    width: 5.7vw;
    height: 3.7vw;
}

#NavBar img{
    width: 8.5vw;
    height: 5vw;
    margin-left: 4vw;
    margin-top: -0.5vw;
}

#NavBar{
    display: flex;
    flex-direction: row;
    text-decoration: none;
    margin-top: -5vw;
}

#Navigation{
    margin-left: 14.5vw;
    font-size: 1.3vw;
    font-weight: 700;
    padding: 0;
    white-space: nowrap;
}

#Navigation a{
    text-decoration: none;
    color: white;
}

#Navigation > ul{
    list-style: none;
    display: flex;
    flex-direction: row;
    margin: 0;
    margin-left: 2vw;
    padding: 0;
}

#Navigation > ul > li{
    padding: 1.3vw 4vw;
}

#Navigation ul li:hover{
    background-color: black;
}

#Navigation ul li ul{
    display: none;
}

#Navigation ul li:hover ul{
    background-color: #2c2c2c;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 0;
    margin-left: -4vw;
    margin-top: 1.2vw;
    position: absolute;
}

#Navigation > ul > li > ul > li{
    list-style: none;
    padding: 1.5vw 2.3vw;
    width: 8.4vw;
}

#Navigation ul li ul li:hover{
    background-color: #484848;
}

section{
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.cover #subtitle{
    background-color: #484848;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 1.7vw;
    border-radius: 3vh;
    color: white;
    padding: 1vw 2vw;
    font-size: 3vw;
    white-space: nowrap;
}

.mapPic iframe{
   display: flex;
   justify-content: center;
   width: 100vw;
   margin-top: 5vw;
}

.wrapper{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 2vw 2vw;
    padding: 1vw;
}


.wrapper figure{
    margin: 0vw 3vw;
}

.wrapper img{
    width: 10vw;
    min-width: 65px;
    max-height: 100px;
    max-width: 80px;
}

.t1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: start;
    align-items: center;
    padding: 1vw 4vw;
}

table{
    font-weight: 800;
    font-size: 2vw;
}

#headquarter{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.head{
    white-space: nowrap;
}

/* @media (max-width: 800px){
    .border{
        padding-left: 250px;
    }
} */

@media screen and (max-width: 800px){
/* header & footer */

    footer{
        font-size: 2vw;
    }

    #Title{
        font-size: 6vw;
    }

    #Navigation{
        margin-left: 8vw;
        font-size: 1.8vw;
    }
    
    #Navigation > ul > li > ul > li{
        padding: 2vw 3.2vw;
    }

    #Navigation > ul > li{
        padding: 2vw 4vw;
    }

    #NavBar img{
        width: 8.5vw;
        height: 5vw;
        margin-left: 4vw;
        margin-top: 0.5vw;
    }

    .wrapper{
        padding: 1.5vw;
    }

    .wrapper img{
        width: 2vw;
        min-width: 40px;
        max-height: 60px;
    }

    table{
        font-size: 2.4vw;
    }
}
