* {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
}

nav {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: rgb(255, 255, 255);
  padding-top: 20px;
  padding-bottom: 20px;
  z-index: 1;
}
.navbar {
  display: flex;
  justify-content: space-between;
  width: 90%;
  align-items: center;
  color: rgba(230, 216, 104, 0.97);
}
.navbar h2 {
  font-size: 30px;
}
ul {
  display: flex;
  list-style: none;
  justify-content: space-between;
}
ul a {
  color: rgba(230, 216, 104, 0.97);
  text-decoration: none;
  font-size: 20px;
}
li {
  transition: 0.5s;
  padding-left: 15px;
  padding-right: 15px;
}
li:hover {
  color: #a5a5a5;
  transition: 0.5s;
}

.landingpage {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("ed5a6693c509d8877ece5ae28b6e15f0.jpg");
  height: 100vh;
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover; 
  background-position: center;
  position: relative;
}
.landingtext {
  position: absolute;
  left: 10%;
  top: 25%;
  color: rgba(230, 216, 104, 0.97);
  
}
.landingtext a {
  color: #fff;
  text-decoration: none;
  border: 2px solid #fff;
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: 0.5s;
  font-size: 20px;
}
.landingtext a:hover {
  background-color: #fff;
  color: #2b2b2b;
  transition: 0.5s;
}
h1 {
  font-size: 120px;
  padding-bottom: 40px;
  color: #fff;
}


.menu {
  background-color: #211e1b;
  margin: 0 auto;
  padding-bottom: 80px;
}
.menu h2 {
  padding-top: 160px;
  color: rgba(230, 216, 104, 0.97);
  text-align: center;
  font-size: 60px;
}
h3 {
  color: rgba(230, 216, 104, 0.97);
  margin: 0 auto;
  font-size: 30px;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 20px;
}
.single {
  margin: 0 auto;
  color: rgba(230, 216, 104, 0.97);
  display: flex;
  justify-content: space-between;
  width: 60%;
  font-size: 20px;
  padding-top: 10px;
  padding-bottom: 10px;

  border-bottom: 2px solid rgba(230, 216, 104, 0.97);
}

.kontakt {
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  width: 80%;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
.kontaktimg {
  width: 45%;
}
.kontaktimg img {
  width: 100%;
}
.info {
  width: 45%;
}
.info p {
  color: #fdf4f4;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 20px;
}


.omos {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding-top: 50px;
  align-items: center;
  padding-bottom: 50px;
}

.owner {
  width: 48%;
}
.owner img {
  width: 100%;
}

.ownertext {
  width: 48%;
}
.ownertext p {
  color: #fff;
  font-size: 20px;
}
.name {
  text-decoration: underline;
  padding-bottom: 40px;

}
