* {
  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: #812929;
  padding-top: 20px;
  padding-bottom: 20px;
  z-index: 1;
}
.bar {
  display: flex;
  justify-content: space-between;
  width: 1000%;
  align-items: center;
  color: #fff;
}
.bar h2 {
  font-size: 40px;
}
ul {
  display: flex;
  list-style: none;
  justify-content: space-around;
}
ul a {
  color: #fff;
  text-decoration: underline;
  font-size: 20px;
}
li {
  transition: 1s;
  padding-left: 15px;
  padding-right: 15px;
}
li:hover {
  color: #868686;
  transition: 1s;
}

.landingpage {
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, 1.2)), url("front.jpeg");
  height: 100vh;
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover; 
  background-position: left;
  position: fixed;
}
.landingtext {
  position: absolute;
  left: 10%;
  top: 25%;
}
.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: #ffffff;
  transition: 0.5s;
}
h1 {
  font-size: 120px;
  padding-bottom: 40px;
  color: #fff;
}


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

  border-bottom: 2px solid #fff;
}

.kontakt {
  padding-top: px;
  padding-bottom: 10px;
  display: ;
  width: 100%;
  justify-content: space-between;
  align-items: left;
  margin:  auto;
}
.kontaktimg {
  width: %;
}
.kontaktimg img {
  width: 100%;
}
.info {
  width: 45%;
}
.info p {
  color: #fff;
  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;

}
