#waswien{
    line-height: 2.5;
    background-color: #e5e5e5;
    font-family: sans-serif;
    font-size: 3vw;
    text-align: center;
    
}
#map_h{
    flex: 0 0 70%;
    /* width: 60%; */
    height: 34vw;
    /* margin-left: 10px; */
}

#scrollpage{
    /* flex: 10vw; */
    /* width:300px; */
    /* height: 30vw; */
    /* margin-left: 30px; */
    background-color: beige;
    min-width: 300px;
    /* height: 30vw; */
    max-height: 30vw;
    /* flex:wrap; */
    /* flex-wrap: wrap; */
    /* margin-left: 60%; */
    /* position: relative; */
    /* float:left; */
}

.container {
    width: 100%;
    /* height: 29vw; */
    /* background: aqua; */
    margin: auto;
    padding: 10px;
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
    /*
    justify-content: space-evenly;
    align-items: stretch; */
    /* max-height: 30vw; */
    /* height: 30vw; */
    margin-left: 10px;
    background-color: beige;
}


.scrollpage{
    flex:1;
    
    min-width: 300px;
    /* overflow: auto; */
}



.menu{
    margin-top: 1vw;
    margin-bottom: 1vw;
    margin-left: 1vw;
    display: flex;
    height: 3vw;
    /* background-color: blue; */

}

.menu > button{
    margin-right: 1vw;

}


/* nav ul{ 
    width:200px;
    

} */

/* nav {
    list-style-type: none;
    max-height: 30vw;
} */
    
div ul{
    /* Events */
    max-height: 30vw;
    line-height: 50px;
    /* overflow:hidden;  */
    overflow-y:scroll;
    list-style-type: none;
    background-color: beige;
    /* outline: 2px solid black; */
    /* border: 1px; */
    /* margin-bottom: 20px; */
    /* margin-top: 140px; */
    /* height: 30vw; */
    /* width: 30px; */

}

li{
    outline: 1px solid black;
}

/* #eventliste{
    max-height: 20vw;
    background-color: blue;
    outline: 2px solid blue;
} */

#Eventue{
    height: 1%;
    margin-left: 10%;
    margin-bottom: 10%;
    /* background-color: blue; */

}

footer{
    padding: 30px;
    background-color: grey;
    margin-left: 10px;
}