html,
body {
  max-width: 100%;
  overflow-x: hidden;
  margin: 0px;
}

p {
  margin-top: 0;
}

h1 {
  text-align: center;
  font-size: 35px;
}

#O {
  color: rgb(125, 9, 9);
}
.title-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
.title-text {
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 70px;
  color: white;
  font-family: 'Lato', sans-serif; 
}

.title-img {
  max-width: 100%;
  max-height: 100%;
  filter: brightness(80%);
  width: 100vw;
  object-fit: cover;
}
#nav-bar {
  height: 50px;
  width: 100%;
  background: rgb(125, 9, 9);
  display: flex;
  align-items: center;
}
.nav-bar-item {
  margin-left: 10px;
  font-size: larger;
  display: inline-block;
  background: rgba(255, 0, 0, 0.13);
  border: 1px rgba(255, 0, 0, 0.254) solid;
  padding: 2px;
  border-radius: 5px;
  color: white;
  text-decoration: none;
}
#nav-bar-icon {
  display: none;
}
.nav-bar-logo{
  padding-left: 10px;
}
.nav-bar-item:hover {
  transform: scale(1.05);
}

.lang-icon {
  width: 25px;
  height: 25px;
  float: right;
  padding-right: 5px;
}
.lang-select {
  height: 35px;
}
.lang-icon:hover {
  transform: scale(1.3);
}
.horizontal-seperator {
  background: rgb(125, 9, 9);
  height: 5px;
  width: 140px;
  border-radius: 10px;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.suites-text {
  text-align: center;
  font-family: "Domine", serif;
  font-size: 150%;
  padding: 0px 7px 0px 7px;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.normal-text {
  font-family: "Domine", serif;
  padding-right: 7px;
  font-size: 24px;
}
#suites {
  display: flex;
}
.suite-container {
  position: relative;
}
.suite-name {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 60px;
  color: white;
  font-family: 'Lato', sans-serif; 
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000,
    1px 1px 0 #000;
}
.suite-img {
  max-width: 100%;
  max-height: 100%;
  filter: brightness(60%);
  transition: filter 500ms ease;
}
.suite-img:hover {
  filter: brightness(95%);
}
.about-us-container {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.about-us-img {
  width: 10%;
  height: 10%;
  border-radius: 50%;
  padding: 0px 7px 10px 7px;
}
.about-us-text {
  font-size: 150%;
  font-family: "Domine", serif;
  padding-left: 10px;
  max-width: 40%;
  text-align: center;
}
#reservieren-div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#reservier-btn {
  width: 50%;
  height: 50px;
  font-size: 25px;
  border-radius: 10px;
  background: rgb(125, 9, 9);
  color: green;
}

.text-after {
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
ul {
  display: inline-block;
  text-align: left;
}
@media only screen and (max-width: 288px) {
  .title-text {
    top: 20%;
  }
}
@media (pointer: coarse) {
  /*REMOVE BEFORE DELIVERY*/
  .nav-bar-item, .nav-bar-logo{
    display: none;
  }
  p, ul{
    font-size: 100% !important;
  }
.about-us-text {
  max-width: 95%;
}
  .title-container {
    height: auto;
  }
  .horizontal-seperator {
    display: block;
  }
  .suites-text {
    text-align: center;
    width: 95%;
  }
  #suiten {
    font-size: 40px;
  }
  #suites {
    display: block;
  }
  .text-after {
    display: block;
  }
  .about-us-img {
    width: 40%;
    height: auto;
  }
}

.impressum {
  font-size: small;
  margin-top: 10px;
  text-align: center;
  background-color: rgb(125, 9, 9);
  height: 310px;
}
.impressum-text {
  padding: 10px 0 0 0;
  font-size: larger;
}
.thomas,
.evi {
  display: flex;
  align-items: center;
  flex-direction: column;
}
