::-webkit-scrollbar {
  width: 5px;
  border-radius: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
::-webkit-scrollbar-thumb {
  background: rgb(182, 154, 90); 
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: rgb(128, 108, 63); 
}

*{
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.topnav {
    text-align: center;
    overflow: hidden;
    text-decoration: none;
    font-weight: 600;
    position: sticky;
  }
  
  .topnav a {
    display: block;
    display: inline-block;
    border-radius: 20px;
    color: rgb(182, 154, 90);
    text-align: center;
    padding: 14px 16px;
    font-size: 20px;
    }
  
*{
  text-decoration: none;
}

  .topnav a:hover {
    background-color: rgb(182, 154, 90);
    color: rgb(38, 48, 48);
  }
  
  .topnav a.active {
    
    color: rgb(182, 154, 90);
    font-size: 25px;
    font-weight: bold;
  }

  .topnav a.active:hover{
    background-color: rgb(182, 154, 90);
    color: rgb(38, 48, 48);
  }

  h1{
    color: #333;
  }

  .title {
      text-align: center;
      font-size: 70px;
      text-shadow: #333;
      box-shadow: #333;
  }

  .hero{
    height: 100%;
    width: 100%;
  }

  .hero_img{
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('src/S-Zeit_Final/SZeit-60.jpg');
    height: 85%;
    width: 99%;
    overflow: hidden;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    z-index: -2;
  }

  .speisebild{
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('src/S-Zeit_Final/SZeit-62.jpg');
    height: 100%;
    width: 100%;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: -2;
  }

  body{
    background-color: rgb(38, 48, 48);
  }

  a{
   color: rgb(182, 154, 90);
  }

  .view{
    position: fixed;
    top: 30%;
    left: 15%;
    font-size: 30;
    border-radius: 10px;
    border-style: none;
    background-color: rgb(182, 154, 90);
    color: rgb(38,48,48);
    padding: 5px 10px;
    font-weight: 600;
    transition: padding 0.2s linear;
  }

  .view:hover{
    padding: 10px 15px;
    cursor: pointer;
  }

  .download{
    position: fixed;
    right: 15%;
    top:30%;
    font-size: 30;
    border-radius: 10px;
    border-style: none;
    background-color: rgb(182, 154, 90);
    color: rgb(38,48,48);
    padding: 5px 10px;
    font-weight: 600;
    transition: padding 0.2s linear;
  }

  .download:hover{
    padding: 10px 15px;
    cursor: pointer;
  }
  .speisetitel{
    position: static;
    text-align: center;
    
    top: 80;
    font-size: 30;
    font-weight: 600;
  }

  .menu-container{
    max-width: 900px;
    min-width: 600px;
    top: 7%;
    position: relative;
    margin: auto;
    filter: drop-shadow(0 0 0.75rem  rgb(28, 37, 37));
  }

  .menu{
    width: 70%;
    height: 50%;
    padding-left: 15%;
    padding-right: 15%;
  }

  .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }

  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }

  .prev{
    left: 0;
    border-radius: 3px 0 0 3px;
  }

  .prev:hover, .next:hover {
    background-color: rgb(182, 154, 90);
    color: rgb(38, 48, 48);
  }


.contact_title{
  position: relative;
  text-align: center;
  top: 60;
  font-size: 30;
  font-weight: 600;
}

.contact{
  position: relative;
  text-align: center;
  top: 30;
  margin-top: 50px;
  font-size: 25;
  font-weight: 600;
}
.contact_info{
  position: relative;
  text-align: center;
  top: 30;
  margin-top: 20px;
  font-size: 15;
  font-weight: 600;
}
.impress{
  position: relative;
  text-align: left;
  top: 30;
  left: 30%;
  margin-top: 70px;
  font-size: 12;
  font-weight: 600;
  width: 70%;
}

.imp_titel{
  font-size: 2em;
}

footer{
  color: rgb(182, 154, 90);
  text-align: center;
  position: fixed;
  font-size: 12px;
  background-color: #333;
  width: 100%;
  height: 10%;
  left: 0;
  bottom: 0;
  right:0;

}

.Gasthaus{
text-align: center;
}

#Gasthausbild{
  width: 80%;
  margin-top: 40;
}


.impress_f{
  display: inline;
  margin-top: -20px;
  height: 100%;
  width: 100%;
}

.impress_f:hover {
 text-decoration: underline;
 cursor: pointer;
}
.contact_f{
  height: 12px;
  width: 12%;
  text-decoration: none;
}
.contact_f:hover {
  text-decoration: underline;
  cursor: pointer;
 }

 .mail:hover{
  text-decoration: underline;
  cursor: pointer;
 }
/* Galerie*/

.container{

  text-align: center;
  font-size: 3em;
  font-weight: 100;
  color: rgb(128, 108, 63);
  margin: 40px 20px 0 20px;
}

.container .box{
display: flex;
flex-direction: row;
justify-content: space-between;

}

.container .box .cols{
display: flex;
flex-direction: column;
}

.container .box .cols img{
 width: 97%;
 padding-bottom: 15px;
 transition: size 0.4s linear;
 animation-delay: 1s;
}

/* Map */

.map{
  width: 100%;
  margin-top: 5%;
}