@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,600;0,700;0,800;0,900;1,700;1,800;1,900&display=swap");
html {
  width: 100vw;
  overflow-x: hidden;
  margin: 0;
}

body {
  position: relative;
  font-style: italic;
  font: 100% Poppins, sans-serif;
  color: #122620;
  font-size: 16pt;
  font-weight: 100;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  width: 100vw;
}
p{
  -webkit-hyphens: auto;
}

#title-image {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-image: url(../img/main.jpg);
}

#title-page {
  margin: 0;
  position: relative;
  min-height: 110vh;
  height: fit-content;
  display: flex;
  flex-direction: column;
  background-color: transparent;
}
#title-page .title {
  z-index: 1;
  flex-grow: 1;
  padding: 5vh 0;
  font-size: 8.5vw;
  font-weight: 700;
  font-style: italic;
  color: #F4EBD0;
  text-shadow: #000 5px 5px, #555 -1px -1px;
}
#title-page .title p {
  padding-right: 10vw;
  padding-left: 10vw;
  margin: 0;
}
#title-page .title p:last-child {
  text-align: right;
}
#title-page .card-list {
  position: relative;
  width: 100%;
  margin-bottom: 16vh;
}

#zimmer .image-box {
  width: 40%;
}

.card-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 30px;
  justify-content: space-evenly;
}

.card {
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  border: solid 4px #D6AD60;
  overflow: hidden;
  width: fit-content;
  background-color: #D6AD60;
  aspect-ratio: 1/2;
  min-width: max(200px, 15vh);
  min-height: max(200px, 15vh);
  max-width: min(600px, 25vh);
  max-height: min(620px, 25vh);
}
.card img {
  object-fit: cover;
  aspect-ratio: 4/3;
  max-width: 100%;
}
.card a {
  color: #F4EBD0;
  text-decoration: none;
  text-align: center;
  font-size: max(2.5vh, 25px);
  font-weight: 300;
}

.preis-card {
  border-radius: 20px;
  border: 2px solid #D6AD60;
  padding: 5px 20px;
  margin: 80px auto;
  width: fit-content;
  background-color: #F4EBD0;
}
.preis-card table {
  margin: 0 20px;
}
.preis-card table td {
  padding: 10px 0 10px 0;
}
.preis-card table td:nth-child(1) {
  width: 200px;
}
.preis-card table td:nth-child(2) {
  width: 200px;
  text-align: right;
}
.preis-card table th:nth-child(2) {
  width: 200px;
  text-align: right;
}

#natur p {
  margin: 0;
}

section {
  margin: 0;
  padding: 20px min(5vw, 50px);
}
section h1 {
  font-weight: 600;
  font-size: 70px;
}
section h3 {
  font-weight: 400;
}

section:nth-child(2n) {
  background-color: #D6AD60;
}
section:nth-child(2n) h1 {
  color: #F4EBD0;
}

section:nth-child(2n+1) {
  background-color: #F4EBD0;
}
section:nth-child(2n+1) h1 {
  color: #D6AD60;
}

.image-box {
  border-radius: 20px;
  padding: 20px;
  overflow: hidden;
  background-color: #B68D40;
  height: fit-content;
  flex: 3 1 500px;
}
.image-box img {
  aspect-ratio: 4/3;
  border-radius: 10px;
  object-fit: contain;
  max-width: 100%;
}

.col-layout {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  align-items: center;
  justify-items: center;
}
.col-layout .grundriss {
  flex: 1 1 max(400px, 30%);
  padding: 10px;
}
.col-layout .text {
  position: relative;
  flex: 3 1 max(500px, 40%);
  padding: min(3vw, 25px);
  text-align: justify;
  hyphens: auto;
  font-size: 1.2rem;
}

/*# sourceMappingURL=main.css.map */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,600;0,700;0,800;0,900;1,700;1,800;1,900&display=swap");
body {
  position: relative;
  font-style: italic;
  font: 100% Poppins, sans-serif;
  color: #122620;
  font-size: 16pt;
  font-weight: 100;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  width: 100vw;
}

#title-image {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/main.jpg);
}

#title-page {
  margin: 0;
  position: relative;
  min-height: 110vh;
  height: fit-content;
  display: flex;
  flex-direction: column;
  background-color: transparent;
}
#title-page .title {
  z-index: 1;
  flex-grow: 1;
  padding: 5vh 0;
  font-size: 8.5vw;
  font-weight: 700;
  font-style: italic;
  color: #F4EBD0;
  text-shadow: #000 5px 5px, #555 -1px -1px;
}
#title-page .title p {
  padding-right: 10vw;
  padding-left: 10vw;
  margin: 0;
}
#title-page .title p:last-child {
  text-align: right;
}
#title-page .card-list {
  position: relative;
  width: 100%;
  margin-bottom: 16vh;
}

#zimmer .image-box {
  width: 40%;
}

.card-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 30px;
  justify-content: space-evenly;
}

.card {
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  border: solid 4px #D6AD60;
  overflow: hidden;
  width: fit-content;
  background-color: #D6AD60;
  aspect-ratio: 1/2;
  min-width: max(200px, 15vh);
  min-height: max(200px, 15vh);
  max-width: min(600px, 25vh);
  max-height: min(620px, 25vh);
}
.card img {
  object-fit: cover;
  aspect-ratio: 4/3;
  max-width: 100%;
}
.card a {
  color: #F4EBD0;
  text-decoration: none;
  text-align: center;
  font-size: max(2.5vh, 25px);
  font-weight: 300;
}

.preis-card {
  border-radius: 20px;
  border: 2px solid #D6AD60;
  padding: 5px 20px;
  margin: 80px auto;
  width: fit-content;
  background-color: #F4EBD0;
}
.preis-card table {
  margin: 0 20px;
}
.preis-card table td {
  padding: 10px 0 10px 0;
}
.preis-card table td:nth-child(1) {
  width: 200px;
}
.preis-card table td:nth-child(2) {
  width: 200px;
  text-align: right;
}
.preis-card table th:nth-child(2) {
  width: 200px;
  text-align: right;
}

#natur p {
  margin: 0;
}

section {
  margin: 0;
  padding: 20px min(5vw, 50px);
}
section h1 {
  font-weight: 600;
  font-size: 70px;
}
section h3 {
  font-weight: 400;
}

section:nth-child(2n) {
  background-color: #D6AD60;
}
section:nth-child(2n) h1 {
  color: #F4EBD0;
}

section:nth-child(2n+1) {
  background-color: #F4EBD0;
}
section:nth-child(2n+1) h1 {
  color: #D6AD60;
}

.image-box {
  border-radius: 20px;
  padding: 20px;
  overflow: hidden;
  background-color: #B68D40;
  height: fit-content;
  flex: 3 1 500px;
}
.image-box img {
  aspect-ratio: 4/3;
  border-radius: 10px;
  object-fit: contain;
  max-width: 100%;
}

.col-layout {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  align-items: center;
  justify-items: center;
}
.col-layout .grundriss {
  flex: 1 1 max(400px, 30%);
  padding: 10px;
}
.col-layout .text {
  position: relative;
  flex: 3 1 max(500px, 40%);
  padding: min(3vw, 25px);
  text-align: justify;
  hyphens: auto;
  font-size: 1.2rem;
}

/*# sourceMappingURL=main.css.map */
