* {
  margin: 0;
  padding: 0;
}

html, body {
  margin: 0;
  padding: 0;
  text-align: center;
  overflow-x: hidden;
  height: 100vh;
}

section {
  height: 100%;
}

a {
  text-decoration: none;
}

li {
  list-style-type: none;
}

h2, a {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
    /*--alt #494949--*/
  color: #494949;
  text-transform: uppercase;
}

h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

h1 {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
    /*--alt #494949--*/
  color: #f0f0f0;
  text-transform: uppercase;
  border: 5px solid white;
}

h2 {
  /*--alt #5d7177--*/
  color: #494949;
}

h3 {
  font-size: 45px;
  padding-top: 8%;
  margin-bottom: 5px;
}

h4, p {
  font-family: 'Roboto Slab', serif;
  color: #494949;
}

h5 {
  font-size: 40px;
  font-family: 'Arial', sans-serif;
  color: #494949;
  font-weight: lighter;
}

h6 {
  font-family: 'Roboto', sans-serif;
}


hr {
  width: 30px;
  height: 3px;
  border: 0;
  margin: 0 auto 40px auto;
}
#logo, li, img, .button  {
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}

/*++++++++ HEADER ++++++++++++++++++++++++++++*/

header {
  width: 100%;
  height: 65px;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;                /*#fff;eca243;b38038*/
  box-shadow: 0 1px 3px rgba(0, 0, 0, 1);
  z-index: 1;
  border: 5px solid;
  border-color: #424242;
}

#logo {
  width: 150px;
  float: left;
  margin: 10px 0 0 20px;
}


#logo img {
  width: 100%;
}

header nav {
  position: absolute;
  display: flex;
  height: inherit;
  align-items: center;
  right: 10px;
}

header ul{
  display: flex;
  align-items: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

header nav ul li {
  float: left;
  display: block;
  text-align: center;
  margin-right: 20px; /* vorher 25 */
}

header nav ul li a {
  font-size: 16px;
}

@media (max-width: 1000px) {
  header nav ul li a {
    font-size: 22px;
  }
}

header nav ul li:hover {
  padding-top: 5px;
}

/*++++++++ HOME ++++++++++++++++++++++++++++*/

#home {
  background: url(img/landing2.jpg);
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-repeat: no-repeat;
}

#logo2 {
  width: 50%;
}

#logo2:hover {

}

#pfeil {
  width: 70%;
  margin-top: 150px;
  opacity: 0.7;
}

#pfeil:hover {
  opacity: 1;
}

/*++++++++ ÜBER UNS ++++++++++++++++++++++++++++*/
#überuns {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /*----background: url(img/web-3120321_1920.jpg);
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;-----*/
}

#überuns img {
  width: 100%;
  max-width: 30%;
  border-radius: 10px;
}

#überuns img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}

#überuns img {
  border: 2px solid;
  border-color: #424242;
}

#überuns h4 {
  font-size: 35px;
}

#überuns h3 {
  color: #494949;
}

#überuns p {
  font-size: 20px;
  margin: 0 auto 0 auto;
}

#überuns hr {
  background: #494949;
}

@media only screen and (max-width: 800px){
  #überuns img {
    width: 100%;
    max-width: 80%;
    border-radius: 10px;
  }
  #überuns p {
    font-size: 40px;
  }
  #überuns h4 {
    font-size: 50px;
  }
  #überuns h3 {
    font-size: 60px;
  }
}

/*++++++++ OEFFNUNGSZEITEN ++++++++++++++++++++++++++++*/
#oeffnungszeiten {
  background: url(img/2345.jpg);
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#oeffnungszeiten h3 {
  color: #fff;
}

#oeffnungszeiten h4 {
  font-size: 25px;
}

#oeffnungszeiten hr {
  background: #fff;
}

#oeffnungszeiten h6 {
    font-size: 45px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-weight:bold;
    font-weight: 500;
    text-transform: uppercase;
}

#zeiten-div {
  display: flex;
  height: inherit;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  justify-self: center;
  align-self: center;
}

@media only screen and (max-width: 800px) {
  #oeffnungszeiten h3{
    font-size: 60px;
  }

  #oeffnungszeiten h6{
    font-size: 70px;
  }
}

/*++++++++ SPEISEKARTE ++++++++++++++++++++++++++++*/

#speisekarte-section {
  background: url(img/123.jpg);
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}

#speisekarte-section h3 {
  color: #fff;
}

#speisekarte-section hr {
  background: #fff;
}

#speisekarte-media {
  margin: 0 auto 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(30%,60%));
  grid-gap: 10px;
}


#speisekarte-media img {
  width: 400px;
  height: 270px;
  border-radius: 5px;
}

#speisekarte-media img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 800px) {
  #speisekarte-media {
    justify-content: center;
    grid-template-columns: repeat(1, minmax(60%,80%));
  }
  #speisekarte-media img {
    justify-content: center;
    width: 70%;
    height: auto;
  }
}


/*++++++++ BESTELLEN ++++++++++++++++++++++++++++*/

#bestellen-section {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#bestellen-section h3 {
  color: #494949;
}

#bestellen-section hr {
  background: #494949;
}

#bestellen-section p {
  font-size: 25px;
}

#bestellen-section h6 {
    font-size: 23px;
    font-family: 'Roboto', sans-serif;
    color: #b92929;
    font-weight:bold;
    text-transform: uppercase;
  margin-bottom: 20px;
}

#bestellen-section a {
  font-size: 23px;
  font-style: italic;
}

@media only screen and (max-width: 800px) {
  #bestellen-section h6{
    font-size: 40px;
  }
  #bestellen-section a{
    font-size: 40px;
  }
  #bestellen-section p{
    font-size: 40px;
  }
}

/*++++++++ FOOTER ++++++++++++++++++++++++++++*/

footer {
  width: auto;
  height: 70px;
  background-color: #3f3f3f;

}

footer p {
  font-size: 12px;
  color: #FAFAFA;
  padding-top: 30px;
}

#impressum {
  font-size: 12px;
  text-transform: capitalize;
  color: #FAFAFA;
  text-decoration: none;
}
