body {
    font-family: Lato, sans-serif;
    background-image: url("./images/restaurant2.jpeg") ;
    background-size: 100vw 100vh;
    background-repeat: no-repeat;
    margin: 0;
    font-size: 2.5rem;
}



body::-webkit-scrollbar {
	display: none;
}

body::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1;
}







a {
	text-decoration: none;
	color: white
}

a:hover {
	color: lightgray
}












h1 {
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    color: white;
    font-size: 6vw;
    margin-top: 30vh;
    margin-bottom: 52vh;
    display: flex;
    align-content: center;
    justify-content: center;

}

h2 {
    display: flex;
    align-content: center;
    justify-content: center;
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    scroll-margin-top: 150px;
}




iframe {
    width: 50vw;
    height: 50vh;
    margin: auto;
    display: flex;
}

/* Standort */
#map{
    display: flex;
    justify-content: center;
}
#map button{
    width: 8vw;
    height: 4vh;
    font-size: 0.7vw;
}


/* Speisekarte */



/* Öffnungszeiten */
#time_table{
    display: flex;
    border: 2px dimgray solid;
    width: max-content;
    margin: auto ;
    padding: 1vh 0px;
}
#time_table tr{
    border-left: 2px aqua solid;
    border-right: 2px aqua solid;
}

#time_table tr td{
    padding: 0.5vh 5vw;
}