/* Variablen */
/* rubik-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/rubik/rubik-v26-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* rubik-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Rubik";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/rubik/rubik-v26-latin-600.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* rubik-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/rubik/rubik-v26-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.modalDialog {
  position: Fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  opacity: 0;
  transition: opacity 400ms ease-in;
  pointer-events: None;
  overflow-y: scroll;
  background-color: rgba(0, 0, 0, 0.8);
}
.modalDialog section {
  margin-top: 20px;
}
.modalDialog section.button-home {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 400px) {
  .modalDialog section {
    display: flex;
    justify-content: space-between;
    gap: 25px;
  }
}
.modalDialog section.text {
  display: block;
}
.modalDialog h2, .modalDialog h3 {
  text-align: left;
  font-size: clamp(25px, 3vw, 40px);
  line-height: clamp(35px, 2.83vw, 45px);
}
.modalDialog h2 {
  font-size: clamp(20px, 3vw, 30px);
  line-height: clamp(26px, 2.83vw, 36px);
  padding-bottom: 5px;
}
.modalDialog h3 {
  font-size: clamp(16px, 2.8vw, 25px);
  line-height: clamp(26px, 2.83vw, 36px);
  padding-bottom: 5px;
  font-weight: 600;
}

.modalDialog:target {
  opacity: 1;
  pointer-events: Auto;
}

.modalDialog > div.info {
  width: 90%;
  position: relative;
  margin: 10% Auto;
  padding: 25px 25px 50px 25px;
  border-radius: 10px;
  background-color: #FFFFFF;
  cursor: Default;
  text-align: left;
  color: #000 !important;
}
@media (min-width: 960px) {
  .modalDialog > div.info {
    padding: 25px 50px 50px 50px;
  }
}

.close {
  background-color: #fff;
  color: #282523 !important;
  line-height: 25px;
  position: fixed;
  right: 25px;
  text-align: Center;
  top: -10px;
  width: auto;
  text-decoration: None;
  font-weight: Bold;
  border-radius: 12px;
  box-shadow: 1px 1px 3px #000000;
  padding: 25px;
}

.info a {
  color: #9cb300 !important;
}

footer .modalDialog {
  text-transform: initial;
  font-weight: 100;
}
footer .modalDialog .info {
  padding: 80px;
}
footer .modalDialog .info p {
  margin-bottom: 30px;
}
footer .modalDialog .info a {
  color: #16494c;
  font-weight: 500;
}

button.lg-zoom-in.lg-icon {
  display: none;
}

body {
  font-family: "Rubik";
}

.row {
  max-width: 1025px;
  margin: auto;
}

.formversendet #top {
  padding: 25px;
}
.formversendet #top header {
  background: #fff;
  padding: 50px;
  color: black;
  text-shadow: none;
}
.formversendet #top header a {
  color: #9cb300;
  text-decoration: none;
}
.formversendet #top header .button {
  color: white !important;
  margin-top: -30px;
}
@media (min-width: 640px) {
  .formversendet #top header .button {
    margin-top: 0px;
  }
}
.formversendet #top header h1 {
  margin-bottom: 25px;
  font-size: clamp(20px, 5vw, 60px);
  line-height: clamp(25px, 5vw, 68px);
}
@media (min-width: 640px) {
  .formversendet #top header h1 {
    margin-bottom: 50px;
  }
}
.formversendet #top header h2 {
  font-size: clamp(18px, 4vw, 40px);
  line-height: clamp(22px, 3.4vw, 60px);
}
.formversendet #top .button {
  font-size: clamp(15px, 3vw, 27px);
}

.formversendet footer {
  font-size: clamp(14px, 2vw, 18px);
}
.formversendet footer div.bottom-nav {
  padding-top: 0px;
}

/* ============= Header ============= */
#top {
  background: url(../images/hg-top-wohldorf.jpg) no-repeat bottom center fixed;
  background-size: cover;
  height: 95%;
  color: #ffffff;
  text-align: center;
  text-shadow: 2px 2px 8px #222;
}
@media only screen and (max-device-width: 1024px) {
  #top {
    background: url(../images/hg-top-wohldorf.jpg) no-repeat bottom center;
    background-size: cover;
  }
}
#top h1 {
  letter-spacing: 1px;
  font-size: clamp(40px, 7vw, 90px);
  line-height: clamp(50px, 8vw, 98px);
  text-transform: uppercase;
}
#top h2 {
  font-size: 60px;
  letter-spacing: 1px;
  font-size: clamp(30px, 4vw, 40px);
  line-height: clamp(40px, 3.4vw, 60px);
  margin-bottom: 80px;
  font-variant: small-caps;
}
#top .row {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}

/* ============= Welle ============= */
.welle {
  transform: translateY(-30%);
}
.welle img {
  width: 100%;
}

#welle-top {
  margin-bottom: -100px;
}

/* ============= Generell ============= */
[type=button] {
  background: #9cb300;
  font-size: 27px;
  color: #fff;
  padding: 10px 30px 5px 30px;
  text-shadow: none;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.button {
  display: flex;
  justify-content: center;
  background: #9cb300;
  font-size: clamp(20px, 3vw, 27px);
  text-align: center;
  padding: 10px 30px 5px 30px;
  text-shadow: none;
  text-decoration: none;
  font-weight: 200;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.button a {
  color: #fff;
  flex-grow: 1;
}

.button {
  display: flex;
  justify-content: center;
  background: #9cb300;
  font-size: clamp(20px, 3vw, 27px);
  text-align: center;
  padding: 10px 30px 5px 30px;
  text-shadow: none;
  text-decoration: none;
  font-weight: 200;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.button a {
  color: #fff;
  flex-grow: 1;
}

main {
  background: #16494c;
}
main h2 {
  font-size: clamp(25px, 4vw, 45px);
  line-height: clamp(35px, 4.5vw, 60px);
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 25px;
}
main h2 strong {
  font-weight: 600;
}
main h3 {
  font-size: clamp(20px, 3vw, 30px);
  line-height: clamp(28px, 4vw, 38px);
  font-weight: 300;
  margin-bottom: 25px;
}
main p {
  margin-bottom: 25px;
}
main a {
  text-decoration: none;
  font-weight: bold;
  color: #9cb300;
}

/* ============= Location ============= */
#location {
  background: #16494c;
  font-size: clamp(18px, 3vw, 24px);
  line-height: clamp(24px, 4vw, 35px);
  font-weight: normal;
  padding: 20px;
}
#location .row {
  background: #e3d8c2;
  margin-top: 0px;
  padding: 20px;
  text-align: center;
  margin-bottom: 80px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 960px) {
  #location .row {
    padding: 80px;
  }
}

#location .row > .info {
  padding: 0px;
  border: 1px solid Red;
}

/* ============= Ort ============= */
#ort {
  background: #2c7e78;
  display: flex;
  color: white;
  margin-bottom: 80px;
}
#ort div.hg-img {
  background: url("../images/wohldorf-adresse.jpg") center center;
  background-size: cover;
  display: none;
}
#ort div.adresse-top {
  width: 100%;
  padding: 25px;
}
@media (min-width: 640px) {
  #ort div.adresse-top {
    margin: auto;
    padding: 100px;
  }
}
@media (min-width: 960px) {
  #ort div.hg-img {
    display: inherit;
    width: 50%;
  }
  #ort div.adresse-top {
    width: 50%;
  }
}

/* ============= Galerie ============= */
#galerie {
  background: #2c7e78;
  border: 1px solid #2c7e78;
}

.lg-download, .lg-counter {
  display: none;
}

.galerie-button {
  margin: 50px auto;
  text-align: center;
}

/* ============= Info ============= */
#info {
  background: url(../images/meer-hg.jpg) no-repeat bottom center fixed;
  background-size: cover;
  z-index: 100;
  font-size: clamp(18px, 3vw, 24px);
  line-height: clamp(24px, 4vw, 35px);
  /* Then style the iframe to fit in the container div with full height and width */
}
@media only screen and (max-device-width: 1024px) {
  #info {
    background: url(../images/meer-hg.jpg) no-repeat center center;
  }
}
#info .rundgang {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  border: 14px solid #2c7e78;
  background: url(../images/wohldorf-rundgang-vorschau.jpg);
  background-size: cover;
}
#info .responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#info .row {
  padding: 80px 20px 80px 20px;
}
#info .row .informationen {
  background: #e3d8c2;
  padding: 25px;
  margin-top: 80px;
}
@media (min-width: 960px) {
  #info .row .informationen {
    padding: 80px;
  }
}
#info h2 {
  font-size: 60px;
  letter-spacing: 1px;
  font-size: clamp(30px, 4vw, 40px);
  line-height: clamp(40px, 3.4vw, 50px);
  font-variant: small-caps;
}

hr {
  height: 50px !important;
  border: 0px;
}

.presse {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.presse div {
  border-bottom: 1px solid #16494c;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.presse div:last-child {
  border-bottom: 0px;
}
.presse div img.logo {
  max-height: 30px;
}
@media (min-width: 640px) {
  .presse {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .presse div {
    width: 30%;
    border-bottom: 0px;
  }
}

/* ============= TV ============= */
.tv {
  background: #e3d8c2;
  margin-top: 50px;
  padding: 40px 50px !important;
}
.tv .tv-content {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  font-size: clamp(18px, 3vw, 24px);
  line-height: clamp(24px, 4vw, 35px);
  flex-wrap: wrap;
}
.tv .tv-content div {
  width: 100%;
}
@media (min-width: 900px) {
  .tv .tv-content {
    flex-wrap: nowrap;
  }
  .tv .tv-content div {
    width: 50%;
  }
}

/* ============= Video ============= */
.video {
  background: #2c7e78;
  padding-bottom: 80px;
  padding-top: 50px;
  text-align: center;
  color: #fff;
}
.video .row {
  padding: 0 25px;
}
.video h2 {
  margin-bottom: 0px;
}
.video h3 {
  margin-bottom: 25px;
}

.video-wrapper iframe,
.video-wrapper object,
.video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

/* ============= testimonials ============= */
#testimonials {
  background: #e3d8c2;
  padding-top: 50px;
}
#testimonials .kundenstimmen {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media (min-width: 1024px) {
  #testimonials .kundenstimmen {
    flex-direction: row;
    padding: 50px;
  }
}
#testimonials h2 {
  padding-bottom: 0px;
  margin-bottom: 0px;
  text-align: center;
}
@media (min-width: 1024px) {
  #testimonials h2 {
    text-align: left;
  }
}
#testimonials .kommentar {
  background: #16494c;
  border-radius: 25px;
  padding: 25px;
  color: #fff;
  width: 100%;
}
@media (min-width: 1024px) {
  #testimonials .kommentar {
    width: 50%;
  }
}
#testimonials img {
  border-radius: 25px;
}
#testimonials .userdetails {
  display: flex;
  margin-bottom: 25px;
}
#testimonials .imgbox {
  margin-right: 1rem;
}
#testimonials .imgbox img {
  border-radius: 50%;
  width: 7rem;
  border: 2px solid #cec5c5;
}
#testimonials .detbox {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#testimonials .detbox p {
  margin: 0;
}
#testimonials .detbox .name {
  color: #cfcfcf;
  font-size: 0.9rem;
  margin-bottom: 0.1rem;
  font-weight: 600;
}
#testimonials .detbox .name.dark {
  color: #49505A;
}
#testimonials .detbox .designation {
  color: #cfcfcf;
  opacity: 50%;
  font-size: 0.8rem;
}
#testimonials .detbox .designation.dark {
  color: #49505A;
}

/* ============= Kontakt ============= */
#kontakt {
  display: flex;
  color: white;
}
#kontakt div.hg-img {
  background: url("../images/wohldorf-formular.jpg") center center;
  background-size: cover;
  display: none;
}
#kontakt div.formular {
  width: 100%;
  padding: 50px;
}
#kontakt div.formular form {
  margin-top: 55px;
}
#kontakt div.formular input {
  background: transparent;
  border: 1px solid white;
  color: #fff;
  padding: 10px;
  margin-bottom: 20px;
}
#kontakt div.formular textarea {
  background: transparent;
  border: 1px solid white;
  color: #fff;
  padding: 10px;
  width: 100%;
  height: 200px;
}
#kontakt div.formular #Email {
  width: 100%;
}
#kontakt div.formular #Vorname {
  width: 100%;
}
#kontakt div.formular #Nachname {
  width: 100%;
}
@media (min-width: 640px) {
  #kontakt div.formular {
    margin: auto;
  }
  #kontakt div.formular #Vorname {
    float: left;
    width: 48%;
  }
  #kontakt div.formular #Nachname {
    width: 48%;
    float: right;
  }
}
#kontakt div.formular .check-datenschutz {
  margin-top: 25px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 100;
}
#kontakt div.formular .check-datenschutz input {
  margin-bottom: 0px;
}
#kontakt div.formular .cookie-zustimmung {
  margin-top: 25px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 100;
}
#kontakt div.formular .cookie-zustimmung a {
  color: #ffffff;
  text-decoration: underline;
}
@media (min-width: 960px) {
  #kontakt div.hg-img {
    display: inherit;
    width: 50%;
  }
  #kontakt div.formular {
    width: 50%;
  }
}
#kontakt div #submit-button {
  background: #9cb300;
  border: 0px;
  margin-top: 25px;
  padding: 15px 35px;
  color: #ffffff;
}
#kontakt div #submit-button:hover {
  background: #566201;
}

.formular .modalDialog {
  font-family: "Archivo Narrow";
  font-size: clamp(20px, 1.833vw, 22px);
  line-height: clamp(28px, 2.5vw, 30px);
  color: #000;
}

/* ============= Welle Bottom ============= */
.welle_bottom {
  margin-top: -40px;
  margin-bottom: -30px;
}
@media (min-width: 700px) {
  .welle_bottom {
    margin-top: -50px;
    margin-bottom: -60px;
  }
}

/* ============= Footer ============= */
footer {
  height: 200px;
  background: url(../images/meer-hg_bottom.jpg) bottom center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  font-weight: 100;
  text-align: center;
}
footer div.bottom-nav {
  padding-top: 80px;
  margin-bottom: 15px;
}
footer div.bottom-nav .item {
  padding: 0 15px;
}
footer div.bottom-nav a {
  color: #fff;
  text-decoration: none;
}
footer div.bottom-nav a:hover {
  text-decoration: underline;
}

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