@font-face {
  font-family: Schwaben alt;
  src: url('../fonts/Schwaben-Alt-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Eczar;
  src: url('../fonts/Eczar-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Eczar;
  src: url('../fonts/Eczar-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Eczar;
  src: url('../fonts/Eczar-Bold.ttf') format("truetype"), url('../fonts/Eczar-ExtraBold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Eczar;
  src: url('../fonts/Eczar-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

:root {
  --deep-sky-blue: #66a4c3;
  --dark-slate-blue: #382c50;
  --white-smoke: #f5f1ed;
  --brown: #881639;
  --goldenrod: #f9c864;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.navbar {
  background-color: var(--deep-sky-blue);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  font-size: 15px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navlink {
  opacity: 1;
  color: #fff;
  letter-spacing: 1px;
  border-bottom: 2px solid #0000;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0 5px;
  font-family: Eczar, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.navlink:hover {
  opacity: 1;
  color: #fff;
  border-bottom-style: solid;
  border-bottom-color: #fff;
}

.navlink.w--current {
  color: #fff;
  border: 1px #000;
  border-bottom: 2px solid #fff;
}

.logo {
  background-image: url('../images/sonne-logo_1.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 160px;
  width: 170px;
  height: 65px;
}

.logo.w--current {
  background-image: url('../images/sonne-logo_1.svg');
  background-size: auto 90%;
  height: 70px;
}

.nav-menu {
  align-items: center;
  display: flex;
}

.div-block {
  background-color: #0000;
  border-radius: 0;
  width: 100%;
  height: auto;
  padding: 0;
  display: block;
}

.text-block {
  color: #fff;
  text-align: left;
  margin-bottom: 5vh;
  font-family: Exo, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 60px;
}

.hotel {
  background-color: #f9c86400;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-top: 0;
  padding-bottom: 5vh;
  display: flex;
}

.text-block-3 {
  color: var(--deep-sky-blue);
  text-align: left;
  letter-spacing: 1px;
  margin-bottom: 5vh;
  font-family: Eczar, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
}

.ber-uns {
  background-color: #f9c86400;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-top: 5vh;
  padding-bottom: 5vh;
  display: flex;
}

.fu-zeile {
  background-color: var(--deep-sky-blue);
  justify-content: center;
  align-items: center;
  padding: 25px;
  display: flex;
}

.columns-3 {
  width: 1200px;
  display: flex;
}

.fu--link {
  color: #fff;
  margin-bottom: 5px;
  font-size: 15px;
  text-decoration: none;
}

.fu--link:hover {
  text-decoration: underline;
}

.column-5 {
  flex-direction: column;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.column-6 {
  flex-direction: column;
  justify-content: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.column-7 {
  flex-direction: column;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-4 {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  width: 90vw;
  padding: 10vh 5vw 5vh;
  display: flex;
}

.div-block-4._2 {
  margin-bottom: 50px;
}

.heading {
  border-bottom: 2px solid var(--dark-slate-blue);
  color: var(--dark-slate-blue);
  text-align: left;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-family: Eczar, sans-serif;
  font-size: 50px;
  line-height: 50px;
}

.heading._2 {
  color: var(--deep-sky-blue);
  text-align: center;
  border: 1px #000;
  padding-bottom: 0;
  font-size: 40px;
  line-height: 35px;
}

.paragraph-2 {
  color: var(--dark-slate-blue);
  text-align: left;
  letter-spacing: 0;
  background-color: #0000;
  width: 80%;
  margin-bottom: 5vh;
  font-family: Exo, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.paragraph-2._2 {
  color: var(--white-smoke);
  text-align: center;
  width: 100%;
  margin-bottom: 25px;
}

.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: 1.25fr 1fr;
  grid-template-areas: "Area-4 Area Area-3"
                       "Area-5 Area Area-2";
  grid-auto-flow: row;
  width: 100%;
  height: 60vh;
  margin-bottom: 5vh;
}

.kontakt {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 10vh;
  display: flex;
}

.map {
  width: auto;
  height: 100%;
}

.reszaurant {
  background-color: #f9c86400;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  padding-top: 0;
  padding-bottom: 10vh;
  display: flex;
}

.link-block-1 {
  cursor: pointer;
  background-image: url('../images/DSC_5179.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 25px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.link-block-2 {
  color: var(--brown);
  cursor: pointer;
  background-image: url('../images/TZ2_5268.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 25px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.link-block-3 {
  color: #fff;
  cursor: pointer;
  background-image: url('../images/TZ2_5260.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  text-decoration: none;
  display: flex;
}

.link-block-4 {
  background-image: url('../images/DSC_5438.JPG');
  background-position: 50% 80%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.link-block-4.w--current {
  cursor: pointer;
}

.link-block-5 {
  cursor: pointer;
  background-image: url('../images/Bildschirmfoto-2020-07-28-um-08.40.09.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.heading-copy {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Bitter, serif;
  font-size: 40px;
  line-height: 45px;
}

.paragraph-2-copy {
  color: #fff;
  text-align: left;
  width: 100%;
  font-family: Exo, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.columns-4 {
  background-color: #0000;
  width: 90vw;
  height: 70vh;
  margin-top: 0;
}

.column-8 {
  text-align: left;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 0 7.5px 7.5px 0;
  display: flex;
}

.column-9 {
  height: 100%;
  padding-bottom: 7.5px;
  padding-left: 7.5px;
  padding-right: 0;
}

.column-10 {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 7.5px 0 0 7.5px;
  display: flex;
}

.button {
  background-color: #0000;
  background-image: url('../images/Video-Play.svg');
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: auto 55%;
  border: 3px solid #fff;
  padding: 10px 10px 10px 40px;
  font-family: Exo, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 25px;
}

.button:hover {
  border: 3px solid #fff;
}

.button._3 {
  background-image: none;
  padding-left: 10px;
  font-size: 18px;
  font-weight: 600;
}

.column-8-copy {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 7.5px 7.5px 0 0;
  display: flex;
}

.columns-5 {
  width: 90vw;
  height: 70vh;
  margin-bottom: 0;
}

.column-11 {
  height: 100%;
  padding: 0;
  top: 0;
  left: 0;
}

.column-12 {
  background-color: var(--deep-sky-blue);
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 50px;
  display: flex;
  left: 0;
}

.text-field-4 {
  background-color: #0000;
  border: 1px #000;
  border-bottom: 3px solid #fff;
  height: 50px;
  margin-bottom: 15px;
  font-family: Exo, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.text-field-4::placeholder {
  color: #fff;
}

.submit-button-2 {
  color: var(--deep-sky-blue);
  cursor: pointer;
  background-color: #fff;
  background-image: url('../images/sonne.svg');
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: 25px;
  border-radius: 5px;
  width: 150px;
  height: 50px;
  margin-top: 15px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 50px;
  font-family: Exo, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.submit-button-2:hover {
  color: var(--deep-sky-blue);
  background-color: #fff;
}

.text-block-8 {
  color: #fff0;
  background-color: #88163900;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 5px;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  display: flex;
}

.text-block-8:hover {
  color: #fff;
  letter-spacing: 2px;
  background-color: #66a4c399;
  font-family: Eczar, sans-serif;
  font-size: 40px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.section-2 {
  background-color: #f9c86400;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding-top: 0;
  display: flex;
}

.columns-6 {
  width: 90vw;
  height: 100%;
}

.column-13 {
  background-image: url('../images/DSC_5438.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  padding-bottom: 5vh;
  padding-left: 5vh;
  padding-right: 0;
  display: flex;
}

.column-14 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding-top: 0;
  padding-left: 50px;
  padding-right: 25px;
  display: flex;
}

.text-block-3-copy {
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  margin-bottom: 15px;
  font-family: Eczar, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
}

.columns-7 {
  width: 100%;
  height: 200px;
  margin-top: 5vh;
  margin-left: 0;
}

.column-15 {
  height: 100%;
  padding: 0;
}

.column-16, .column-17 {
  height: 100%;
}

.div-block-8 {
  color: #fff;
  cursor: pointer;
  background-image: linear-gradient(#00000026, #00000026), url('../images/DSC_5095-Pano.JPG');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 0;
  justify-content: flex-start;
  align-items: flex-end;
  height: 100%;
  margin-right: 15px;
  padding: 15px;
  font-size: 15px;
  display: flex;
}

.text-block-6-copy {
  letter-spacing: 1px;
  margin-bottom: 0;
  font-family: Eczar, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 25px;
}

.div-block-8-copy {
  color: #fff;
  background-image: linear-gradient(#00000026, #00000026), url('../images/DSC_5190-Pano.JPG');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 0;
  justify-content: flex-start;
  align-items: flex-end;
  height: 100%;
  margin-right: 15px;
  padding: 15px;
  font-size: 15px;
  display: flex;
}

.div-block-8-copy2 {
  color: #fff;
  background-image: linear-gradient(#00000026, #00000026), url('../images/TZ2_5268.JPG');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 0;
  justify-content: flex-start;
  align-items: flex-end;
  height: 100%;
  margin-right: 0;
  padding: 15px;
  font-size: 15px;
  display: flex;
}

.div-block-9 {
  justify-content: space-between;
  align-items: center;
  width: 90vw;
  height: 100%;
  display: flex;
}

.div-block-11 {
  background-color: var(--deep-sky-blue);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding-left: 5vh;
  padding-right: 5vh;
  display: flex;
}

.div-block-13 {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.div-block-14 {
  background-image: url('../images/TZ2_5268.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.div-block-16 {
  background-color: var(--deep-sky-blue);
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 50px;
  display: none;
  position: absolute;
  inset: 0%;
}

.button-3 {
  border: 3px solid var(--deep-sky-blue);
  background-color: var(--deep-sky-blue);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding: 0 15px;
  font-family: Exo, sans-serif;
  font-size: 15px;
  font-weight: 600;
  display: none;
}

.button-3:hover {
  color: var(--deep-sky-blue);
  background-color: #0000;
  border: 3px solid #63b3d8;
  border-radius: 0;
}

.paragraph-hotel {
  color: var(--dark-slate-blue);
  text-align: left;
  background-color: #0000;
  width: 70%;
  margin-bottom: 5vh;
  font-family: Exo, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.paragraph-kontakt {
  color: var(--dark-slate-blue);
  text-align: left;
  background-color: #0000;
  width: 60%;
  margin-bottom: 5vh;
  font-family: Exo, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.div-block-17 {
  background-image: url('../images/DSC_5402.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.form-block-2 {
  width: 100%;
  display: none;
}

.text-field-6 {
  background-color: #fff;
  border-radius: 5px;
  width: 200px;
  height: 50px;
  margin-bottom: 25px;
  margin-right: 25px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 18px;
}

.text-field-6::placeholder {
  color: var(--deep-sky-blue);
}

.text-field-7 {
  background-color: #fff;
  border-radius: 5px;
  width: 200px;
  height: 50px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 18px;
}

.text-field-7::placeholder {
  color: var(--deep-sky-blue);
}

.text-field-8 {
  background-color: #fff;
  border-radius: 5px;
  width: 200px;
  height: 50px;
  margin-right: 25px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 18px;
}

.text-field-8::placeholder {
  color: var(--deep-sky-blue);
}

.text-field-9 {
  color: #f56c6c;
  background-color: #fff;
  border-radius: 5px;
  width: 200px;
  height: 50px;
  margin-bottom: 25px;
  padding: 0 15px;
  font-size: 18px;
}

.text-field-9:active, .text-field-9:focus {
  color: #fff;
}

.text-field-9::placeholder {
  color: var(--deep-sky-blue);
  background-color: #0000;
}

.submit-button-3 {
  color: var(--brown);
  background-color: #fff;
  border-radius: 5px;
  width: 200px;
  height: 50px;
  font-size: 20px;
}

.submit-button-3:focus {
  color: var(--deep-sky-blue);
}

.checkbox-field {
  margin-bottom: 25px;
  font-size: 18px;
}

.div-block-18 {
  flex-direction: column;
  display: flex;
}

.div-block-19 {
  flex-direction: column;
  align-items: center;
  padding-top: 15px;
  display: flex;
}

.checkbox-label {
  color: #fff;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 15px;
}

.form-2 {
  flex-direction: column;
  display: flex;
}

.section-3 {
  background-color: var(--white-smoke);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-top: 70px;
  display: flex;
}

.div-block-20 {
  background-image: url('../images/DSC_5222-Pano.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 90vw;
  height: 80vh;
}

.div-block-doppelzimmer {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  width: 90vw;
  margin-bottom: 10vh;
  padding: 10vh 5vw;
  display: flex;
}

.slider-5 {
  height: 100%;
}

.slide-3 {
  background-image: url('../images/DSC_5145.JPG');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/DSC_5095-Pano.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/DSC_5127.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/DSC_5222-Pano.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-nav-2 {
  letter-spacing: 0;
  text-indent: 0;
  column-count: 0;
  white-space: normal;
  border: 1px #000;
  font-size: 20px;
  line-height: 25px;
  text-decoration: none;
  display: none;
}

.paragraph-22 {
  color: var(--dark-slate-blue);
  text-align: left;
  background-color: #0000;
  width: 70%;
  margin-bottom: 1.5vh;
  font-family: Exo, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.icon-6 {
  background-color: var(--deep-sky-blue);
  color: #fff;
  border-radius: 0%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 30px;
  display: flex;
}

.icon-6:hover {
  background-color: var(--deep-sky-blue);
  width: 60px;
}

.icon-7 {
  background-color: var(--deep-sky-blue);
  border-radius: 0%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 30px;
  display: flex;
}

.icon-7:hover {
  background-color: var(--deep-sky-blue);
  width: 60px;
}

.form-einzelzimmer {
  flex-direction: column;
  display: flex;
}

.text-field-einzelzimmer {
  border: 2px solid var(--deep-sky-blue);
  background-color: var(--deep-sky-blue);
  color: #fff;
  border-radius: 5px;
  width: 200px;
  height: 50px;
  margin-bottom: 15px;
  margin-right: 7.5px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 18px;
}

.text-field-einzelzimmer:hover {
  color: var(--deep-sky-blue);
  background-color: #fff;
}

.text-field-einzelzimmer:active {
  color: var(--deep-sky-blue);
  background-color: #fff0;
}

.text-field-einzelzimmer:focus {
  border-color: var(--deep-sky-blue);
  color: var(--deep-sky-blue);
  background-color: #fff;
}

.text-field-einzelzimmer::placeholder {
  color: #fff;
}

.submit-button-einzelzimmer {
  border: 2px solid var(--deep-sky-blue);
  background-color: var(--deep-sky-blue);
  color: #fff;
  border-radius: 5px;
  width: 200px;
  height: 50px;
  font-size: 20px;
}

.submit-button-einzelzimmer:hover {
  color: var(--deep-sky-blue);
  background-color: #fff;
}

.checkbox-label-copy {
  color: var(--deep-sky-blue);
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 15px;
}

.div-block-21 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 5vh;
  display: none;
}

.heading-copy {
  border-bottom: 2px solid var(--dark-slate-blue);
  color: var(--dark-slate-blue);
  text-align: left;
  margin-top: 0;
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-family: Bitter, serif;
  font-size: 30px;
  line-height: 35px;
}

.link-block-6 {
  cursor: cell;
  justify-content: flex-end;
  display: flex;
  position: absolute;
  inset: 0%;
}

.link-block-6:hover {
  background-color: #88163900;
}

.paragraph-essen {
  color: #fff;
  text-align: left;
  width: 100%;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.paragraph-essen._2 {
  color: #382c50;
  margin-bottom: 15px;
}

.div-block-22 {
  background-image: url('../images/DSC_5095-Pano.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 90vw;
  height: 80vh;
}

.slider-hotel {
  width: 90vw;
  height: 50vh;
  margin-bottom: 5vh;
}

.slide-doppelzimmer {
  background-image: url('../images/DSC_5095-Pano.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-einzelzimmer {
  background-image: url('../images/DSC_5190-Pano.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.link-block-7 {
  color: #000;
  background-color: #00000026;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  padding-left: 10vw;
  font-size: 50px;
  text-decoration: none;
  display: flex;
}

.text-block-10 {
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 5px;
  font-family: Eczar, sans-serif;
  font-weight: 700;
  line-height: 50px;
}

.div-block-23 {
  border: 3px solid var(--deep-sky-blue);
  color: var(--deep-sky-blue);
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  font-size: 20px;
  line-height: 25px;
  display: flex;
}

.textarea {
  background-color: #0000;
  border: 1px #000;
  border-bottom: 3px solid #fff;
  height: 100px;
  font-family: Exo, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.textarea::placeholder {
  color: #fff;
}

.checkbox-label-2 {
  font-style: normal;
}

.italic-text {
  color: #fff;
  font-size: 15px;
  font-style: normal;
}

.checkbox {
  cursor: pointer;
  border-width: 2px;
  border-color: #fff;
  border-radius: 0;
}

.checkbox:hover, .checkbox.w--redirected-checked {
  background-color: #fff;
  border-color: #fff;
}

.checkbox-2 {
  cursor: pointer;
  border-color: #fff;
  border-radius: 0;
}

.checkbox-2:hover {
  background-color: #fff;
}

.checkbox-2.w--redirected-checked {
  background-color: #fff;
  border-color: #fff;
}

.div-block-19-copy {
  flex-direction: row;
  padding-top: 0;
  display: flex;
}

.body {
  background-color: var(--white-smoke);
}

.silvester {
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  border-bottom: 2px solid #fff;
  margin-top: 0;
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-family: Eczar, sans-serif;
  font-size: 50px;
  line-height: 45px;
}

.silvester._2 {
  text-align: center;
  border: 1px #000;
  padding-bottom: 0;
}

.sc {
  background-image: url('../images/Svensk-Catering-Logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-left: 15px;
  display: flex;
}

.text-block-11 {
  background-color: var(--dark-slate-blue);
  color: #fff;
  text-align: center;
  border-radius: 10px;
  width: 160px;
  padding: 5px;
  font-family: Exo, sans-serif;
  font-size: 15px;
  display: none;
  position: absolute;
  top: 50px;
  left: 463.984px;
}

.body-2 {
  background-color: var(--white-smoke);
}

.paragraph-hotel-copy {
  color: #fff;
  text-align: left;
  background-color: #0000;
  width: 50%;
  margin-bottom: 25px;
  font-family: Exo, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.checkbox-3 {
  border: 2px solid var(--deep-sky-blue);
  cursor: pointer;
  border-radius: 0;
  width: 15px;
  height: 15px;
}

.checkbox-3:hover {
  background-color: var(--deep-sky-blue);
}

.checkbox-3.w--redirected-checked {
  border-width: 2px;
  border-color: var(--deep-sky-blue);
  background-color: var(--deep-sky-blue);
}

.paragraph-anfrage {
  color: var(--dark-slate-blue);
  text-align: center;
  letter-spacing: 0;
  background-color: #0000;
  width: 70%;
  margin-bottom: 5vh;
  font-family: Exo, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.div-block-24 {
  border-radius: 25px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 49px;
  display: flex;
  box-shadow: 5px 5px 12px #00000026;
}

.div-block-25 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-26 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.anreise {
  border: 2px solid var(--deep-sky-blue);
  background-color: var(--deep-sky-blue);
  color: #fff;
  border-radius: 5px 0 0 5px;
  width: 207.5px;
  height: 50px;
  margin-bottom: 15px;
  margin-right: 1px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 18px;
}

.anreise:hover {
  color: var(--deep-sky-blue);
  background-color: #fff;
}

.anreise:active {
  color: var(--deep-sky-blue);
  background-color: #fff0;
}

.anreise:focus {
  border-color: var(--deep-sky-blue);
  color: var(--deep-sky-blue);
  background-color: #fff;
}

.anreise::placeholder {
  color: #fff;
}

.abreise {
  border: 2px solid var(--deep-sky-blue);
  background-color: var(--deep-sky-blue);
  color: #fff;
  border-radius: 0 5px 5px 0;
  width: 207.5px;
  height: 50px;
  margin-bottom: 15px;
  margin-right: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 18px;
}

.abreise:hover {
  color: var(--deep-sky-blue);
  background-color: #fff;
}

.abreise:active {
  color: var(--deep-sky-blue);
  background-color: #fff0;
}

.abreise:focus {
  border-color: var(--deep-sky-blue);
  color: var(--deep-sky-blue);
  background-color: #fff;
}

.abreise::placeholder {
  color: #fff;
}

.nachname {
  border: 2px solid var(--deep-sky-blue);
  background-color: var(--deep-sky-blue);
  color: #fff;
  border-radius: 5px;
  width: 200px;
  height: 50px;
  margin-bottom: 15px;
  margin-right: 7.5px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 18px;
}

.nachname:hover {
  color: var(--deep-sky-blue);
  background-color: #fff;
}

.nachname:active {
  color: var(--deep-sky-blue);
  background-color: #fff0;
}

.nachname:focus {
  border-color: var(--deep-sky-blue);
  color: var(--deep-sky-blue);
  background-color: #fff;
}

.nachname::placeholder {
  color: #fff;
}

.personen {
  border: 2px solid var(--deep-sky-blue);
  background-color: var(--deep-sky-blue);
  color: #fff;
  border-radius: 5px;
  width: 200px;
  height: 50px;
  margin-bottom: 15px;
  margin-right: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 18px;
}

.personen:hover {
  color: var(--deep-sky-blue);
  background-color: #fff;
}

.personen:active {
  color: var(--deep-sky-blue);
  background-color: #fff0;
}

.personen:focus {
  border-color: var(--deep-sky-blue);
  color: var(--deep-sky-blue);
  background-color: #fff;
}

.personen::placeholder {
  color: #fff;
}

.e-mail {
  border: 2px solid var(--deep-sky-blue);
  background-color: var(--deep-sky-blue);
  color: #fff;
  border-radius: 5px;
  width: 200px;
  height: 50px;
  margin-bottom: 15px;
  margin-right: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 18px;
}

.e-mail:hover {
  color: var(--deep-sky-blue);
  background-color: #fff;
}

.e-mail:active {
  color: var(--deep-sky-blue);
  background-color: #fff0;
}

.e-mail:focus {
  border-color: var(--deep-sky-blue);
  color: var(--deep-sky-blue);
  background-color: #fff;
}

.e-mail::placeholder {
  color: #fff;
}

.form-einzelzimmer-copy, .form-doppelzimmer {
  flex-direction: column;
  display: flex;
}

.bold-text {
  color: var(--deep-sky-blue);
  letter-spacing: 1px;
  font-family: Eczar, sans-serif;
  font-size: 50px;
  line-height: 60px;
  display: block;
}

.heading-3 {
  margin-top: 0;
  margin-bottom: 2.5vh;
  font-size: 50px;
  line-height: 60px;
}

.div-block-27 {
  background-color: var(--deep-sky-blue);
  background-image: url('../images/DSC_5190-Pano.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 300px;
  height: 150px;
  font-family: Exo, sans-serif;
  font-style: italic;
  position: fixed;
  inset: auto 0 10vh auto;
  box-shadow: 2px 2px 7px #00000026;
}

.link-block-8 {
  background-color: #00000026;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 0;
  font-size: 15px;
  text-decoration: none;
  display: flex;
}

.text-block-12 {
  color: #fff;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
}

.div-block-27-copy {
  background-color: var(--deep-sky-blue);
  background-image: url('../images/TZ2_5268.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 300px;
  height: 150px;
  font-family: Exo, sans-serif;
  font-style: italic;
  position: fixed;
  inset: auto 0 10vh auto;
  box-shadow: 2px 2px 7px #00000026;
}

.div-block-27-copy2 {
  background-color: var(--deep-sky-blue);
  background-image: url('../images/DSC_5095-Pano.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 300px;
  height: 150px;
  font-family: Exo, sans-serif;
  font-style: italic;
  position: fixed;
  inset: auto 0 10vh auto;
  box-shadow: 2px 2px 7px #00000026;
}

.columns-8 {
  width: 100%;
  margin-bottom: 5vh;
}

.column-18 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 50vh;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.column-19 {
  justify-content: flex-end;
  align-items: center;
  height: 50vh;
  display: flex;
}

.youtube {
  border-radius: 0%;
  width: auto;
  height: 100%;
  display: none;
}

.slider-stuben {
  height: 100%;
}

.slide-stuben-1 {
  background-image: linear-gradient(#00000026, #00000026), url('../images/DSC_5323.JPG');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-stuben-2 {
  background-image: url('../images/TZ2_5268.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-stuben-3 {
  background-image: url('../images/DSC_5127.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-stuben-4 {
  background-image: url('../images/DSC_5238.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.form-stuben {
  flex-direction: column;
  display: flex;
}

.weitere-informationen {
  border: 2px solid var(--deep-sky-blue);
  background-color: var(--deep-sky-blue);
  color: #fff;
  border-radius: 5px;
  width: auto;
  height: 50px;
  margin-bottom: 15px;
  margin-right: 1px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 18px;
}

.weitere-informationen:hover {
  color: var(--deep-sky-blue);
  background-color: #fff;
}

.weitere-informationen:active {
  color: var(--deep-sky-blue);
  background-color: #fff0;
}

.weitere-informationen:focus {
  border-color: var(--deep-sky-blue);
  color: var(--deep-sky-blue);
  background-color: #fff;
}

.weitere-informationen::placeholder {
  color: #fff;
}

.select-field {
  background-color: var(--deep-sky-blue);
  color: #fff;
  border-radius: 5px;
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 25px;
}

.zirbelstube, .nachtw-chterstube, .handwerkerstube {
  margin-bottom: 10px;
  font-size: 18px;
}

.sonnen-terrasse {
  color: var(--deep-sky-blue);
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 15px;
}

.unter-gaststube {
  margin-bottom: 10px;
  font-size: 18px;
}

.handwerkerstube-copy {
  margin-bottom: 25px;
  font-size: 18px;
}

.sonnen-terrasse-copy {
  color: var(--deep-sky-blue);
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 15px;
}

.slider-ez {
  height: 100%;
}

.slide-ez-1 {
  background-image: url('../images/DSC_5190-Pano.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-ez-2 {
  background-image: url('../images/DSC_5179.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-ez-3 {
  background-image: url('../images/DSC_5285.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-ez-4 {
  background-image: url('../images/DSC_5127.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-28 {
  background-image: url('../images/Pfeil.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 30px;
  height: 30px;
  margin-left: 25px;
}

.div-block-29 {
  width: 100%;
  height: 100%;
}

.div-block-30 {
  background-image: url('../images/Bildschirmfoto-2020-07-28-um-08.40.09.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.button-copy {
  background-color: #0000;
  background-image: url('../images/Video-Play.svg');
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: auto 55%;
  border: 3px solid #fff;
  padding: 10px 10px 10px 40px;
  font-family: Exo, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 25px;
}

.button-copy:hover {
  border: 3px solid #fff;
}

.text-block-13 {
  color: var(--deep-sky-blue);
  margin-bottom: 15px;
  font-family: Exo, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.slide-7, .slide-8 {
  background-image: url('../images/TZ2_5285.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.stuben-slider {
  width: 90vw;
  height: auto;
}

.tap {
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 150px;
  display: flex;
}

.tap._1 {
  background-image: url('../images/TZ2_5268.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 5px;
  padding: 0;
}

.tap._2 {
  color: #3330;
  background-image: url('../images/TZ2_5268.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 25%;
  margin-right: 5px;
  padding: 0;
}

.tap._2:hover, .tap._2.w--current {
  color: #fff;
  background-image: linear-gradient(#66a4c3cc, #66a4c3cc), url('../images/TZ2_5268.JPG');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  font-family: Exo, sans-serif;
  font-size: 20px;
}

.tap._3 {
  background-image: url('../images/TZ2_5285.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 5px;
  padding: 0;
}

.tap._4 {
  margin-right: 5px;
  padding: 0;
}

.tap._5, .tap._5.w--current {
  padding: 0;
}

.tap._1 {
  color: #3330;
  background-image: url('../images/DSC_5323.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 25%;
  margin-right: 5px;
  padding: 0;
}

.tap._1:hover {
  color: #fff;
  background-image: linear-gradient(#66a4c3cc, #66a4c3cc), url('../images/DSC_5323.JPG');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  font-family: Exo, sans-serif;
  font-size: 20px;
}

.tap._1.w--current {
  color: #fff;
  background-image: linear-gradient(#66a4c3cc, #66a4c3cc), url('../images/DSC_5324.JPG');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 25%;
  font-family: Exo, sans-serif;
  font-size: 20px;
}

.tap._3 {
  color: #3330;
  background-image: url('../images/DSC_5362-Pano.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 25%;
  margin-right: 5px;
  padding: 0;
}

.tap._3:hover {
  color: #fff;
  background-image: linear-gradient(#66a4c3cc, #66a4c3cc), url('../images/DSC_5323.JPG');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  font-family: Exo, sans-serif;
  font-size: 20px;
}

.tap._3.w--current {
  color: #fff;
  background-image: linear-gradient(#66a4c3cc, #66a4c3cc), url('../images/DSC_5362-Pano.JPG');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  font-family: Exo, sans-serif;
  font-size: 20px;
}

.tap._5 {
  color: #3330;
  background-image: url('../images/Bildschirmfoto-2020-07-31-um-14.44.09.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 25%;
  margin-right: 5px;
  padding: 0;
}

.tap._5:hover, .tap._5.w--current {
  color: #fff;
  background-image: linear-gradient(#66a4c3cc, #66a4c3cc), url('../images/Bildschirmfoto-2020-07-31-um-14.44.09.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  font-family: Exo, sans-serif;
  font-size: 20px;
}

.tap._4 {
  color: #3330;
  background-image: url('../images/TZ2_5268.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 5px;
  padding: 0;
}

.tap._4:hover {
  color: #fff;
  background-image: linear-gradient(#66a4c3cc, #66a4c3cc), url('../images/TZ2_5268.JPG');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  font-family: Exo, sans-serif;
  font-size: 20px;
}

.tap._4.w--current {
  color: #fff;
  background-image: linear-gradient(#66a4c3cc, #66a4c3cc), url('../images/TZ2_5268.JPG');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  font-family: Exo, sans-serif;
  font-size: 20px;
  display: block;
}

.tabs-menu {
  justify-content: space-between;
  align-items: center;
  margin-top: 5px;
  display: flex;
}

.tapbild {
  height: 70vh;
}

.tapbild._1 {
  background-image: url('../images/TZ2_5268.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
  font-family: Exo, sans-serif;
}

.tapbild._2 {
  background-image: url('../images/Bildschirmfoto-2020-07-31-um-14.44.09.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.tapbild._3 {
  background-image: url('../images/TZ2_5268.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.text-block-14 {
  color: #fff0;
  text-align: center;
  background-color: #66a4c300;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Exo, sans-serif;
  font-size: 20px;
  display: flex;
}

.text-block-14:hover {
  color: #fff;
  background-color: #66a4c3cc;
}

.div-block-impressum {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  width: 90vw;
  margin-bottom: 10vh;
  padding: 100px 5vw 5vh;
  display: flex;
}

.download {
  background-color: #0000;
  background-image: url('../images/Downloaden.svg');
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: auto 55%;
  border: 3px solid #fff;
  margin-top: 25px;
  padding: 10px 10px 10px 65px;
  font-family: Exo, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
}

.download:hover {
  border: 3px solid #fff;
}

.download._2 {
  background-color: #9a081700;
  border-style: none;
  border-color: #9a0817;
}

.download._2:hover {
  background-color: #9a0817b3;
  border-style: none;
}

.download._3 {
  background-color: #db3d7b;
  border-style: none;
}

.download._3:hover {
  background-color: #db3d7bb3;
}

.download.rot {
  color: #89113d;
  background-image: none;
  border-color: #89113d;
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 10px;
}

.download.karte {
  color: #382c50;
  background-image: none;
  border-color: #382c50;
  padding-left: 10px;
}

.download.osern {
  color: #50714e;
  background-image: none;
  border-color: #52704e;
  padding-left: 10px;
}

.download.osern:hover {
  color: #fafaee;
  background-color: #52704e;
}

.slide-9 {
  background-image: url('../images/DSC_5250.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-10 {
  background-image: url('../images/TZ2_5261.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-11 {
  background-image: url('../images/DSC_5238.JPG');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-12 {
  background-image: url('../images/DSC_5244.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-13 {
  background-image: url('../images/DSC_5286.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.mask, .slider-6 {
  height: 100%;
}

.slide-14 {
  background-image: url('../images/DSC_5440.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-15 {
  background-image: url('../images/DSC_5324.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-16 {
  background-image: url('../images/DSC_5290.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-hs-1 {
  background-image: url('../images/DSC_5362-Pano.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.slide-hs-2 {
  background-image: url('../images/DSC_5345-Pano.JPG');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-nav-3 {
  font-size: 20px;
}

.body-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Exo, sans-serif;
  display: flex;
}

.paragraph-3 {
  text-align: center;
  width: 60%;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
}

.div-block-31 {
  background-image: url('../images/sonne-logo.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 250px;
  width: 250px;
  height: 150px;
  margin-bottom: 25px;
}

.link {
  color: var(--deep-sky-blue);
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}

.link-2 {
  color: var(--deep-sky-blue);
  text-decoration: none;
}

.link-2:hover {
  text-decoration: underline;
}

.link-3 {
  color: var(--deep-sky-blue);
  text-decoration: none;
}

.link-3:hover {
  text-decoration: underline;
}

.link-4 {
  color: var(--deep-sky-blue);
  text-decoration: none;
}

.link-4:hover {
  text-decoration: underline;
}

.link-5 {
  color: var(--deep-sky-blue);
  text-decoration: none;
}

.link-5:hover {
  text-decoration: underline;
}

.columns-9 {
  width: 90vw;
  height: 80vh;
  margin-top: 5vh;
}

.column-20 {
  background-color: #0000;
  height: 100%;
  padding-left: 0;
  padding-right: 25px;
}

.column-21 {
  background-color: #0000;
  height: 100%;
  padding-left: 25px;
  padding-right: 0;
}

.div-block-32 {
  width: 90vw;
  height: 100vh;
}

.columns-10 {
  height: 100%;
}

.column-22 {
  background-color: #fff;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.column-23 {
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/DSC_5324.JPG');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 100%;
}

.right-arrow {
  flex-direction: row;
  align-items: flex-start;
  width: 5%;
  display: flex;
  right: 45%;
}

.column-23-copy {
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/TZ2_5268.JPG');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 100%;
}

.column-23-copy-copy {
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/DSC_5362-Pano.JPG');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 100%;
}

.column-ez {
  background-image: url('../images/DSC_5190-Pano.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.column-dz {
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/DSC_5115.JPG');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 100%;
}

.right-arrow-2 {
  width: 5%;
  margin-top: 0;
  display: flex;
  top: 0;
  right: 45%;
}

.left-arrow, .left-arrow-2 {
  justify-content: flex-end;
  align-items: flex-end;
  width: 5%;
  display: flex;
  left: 45%;
}

.text-block-15 {
  color: #000;
  width: 200px;
  height: 20px;
  margin-bottom: 15px;
  font-size: 12px;
  position: absolute;
  inset: auto auto 0% 0;
}

.div-block-33 {
  width: 50px;
  height: 50px;
}

.slider-gaststuben {
  width: 90vw;
  height: 50vh;
  margin-bottom: 5vh;
}

.icon-9 {
  background-color: #ffffff80;
  border-radius: 0%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 40vh;
  margin-left: 0;
  margin-right: 0;
  font-size: 30px;
  display: flex;
  inset: auto auto 0% 0%;
}

.icon-9:hover {
  background-color: var(--deep-sky-blue);
  width: 60px;
}

.links-1 {
  justify-content: center;
  align-items: center;
  width: 5%;
  display: block;
  inset: 0% 0% 0% auto;
}

.links-1-1 {
  width: 5%;
  padding-bottom: 0;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.icon-9-2 {
  background-color: #ffffff80;
  border-radius: 0%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin: 0 0 40vh;
  font-size: 30px;
  display: flex;
  inset: auto 0% 0% auto;
}

.icon-9-2:hover {
  background-color: var(--deep-sky-blue);
  width: 60px;
}

.link-block-7-copy {
  color: #000;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  padding-left: 10vw;
  font-size: 50px;
  text-decoration: none;
  display: flex;
}

.map-2 {
  height: 100%;
}

.bold-text-2 {
  font-size: 25px;
  line-height: 35px;
}

.paragraph-4 {
  font-size: 0;
  position: absolute;
  inset: auto auto 0% 0%;
}

.text-block-zs {
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 5px;
  font-family: Eczar, sans-serif;
  font-weight: 700;
  line-height: 50px;
}

.paragraph-hotel-zs {
  color: #fff;
  text-align: left;
  background-color: #0000;
  width: 50%;
  margin-bottom: 25px;
  font-family: Exo, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.paragraph-hotel-copy-copy {
  color: #fff;
  text-align: left;
  background-color: #0000;
  width: 50%;
  margin-bottom: 25px;
  font-family: Exo, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.paragraph-2-copy {
  color: var(--dark-slate-blue);
  text-align: left;
  letter-spacing: 0;
  background-color: #0000;
  width: 80%;
  margin-bottom: 5vh;
  margin-left: 25px;
  font-family: Exo, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.paragraph-hotel-ez {
  color: var(--deep-sky-blue);
  text-align: left;
  background-color: #0000;
  width: 50%;
  margin-bottom: 25px;
  font-family: Exo, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.text-block-10-copy {
  color: var(--deep-sky-blue);
  letter-spacing: 1px;
  margin-bottom: 5px;
  font-family: Eczar, sans-serif;
  font-weight: 700;
  line-height: 50px;
}

.text-block-50 {
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 5px;
  font-family: Eczar, sans-serif;
  font-weight: 700;
  line-height: 50px;
}

.slide-12-copy, .slide-ez-1-copy {
  background-image: url('../images/DSC_5195.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-ez-1-copy-copy {
  background-image: url('../images/DSC_5274.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-an-und-abreise {
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-6 {
  color: var(--deep-sky-blue);
}

.text-field-10 {
  width: 100px;
}

.div-block-34, .section-4 {
  background-color: #000;
  position: fixed;
  inset: 0%;
}

.popup {
  background-color: #000000b3;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-35 {
  background-color: #000;
  border-radius: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50vw;
  height: auto;
  padding: 50px;
  display: flex;
}

.div-block-36 {
  background-image: url('../images/SC_Logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 150px;
  height: 150px;
  margin-bottom: 25px;
}

.button-4 {
  color: #000;
  background-color: #fff;
  background-image: url('../images/Icon.svg');
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: 25px;
  border: 2px solid #000;
  border-radius: 8px;
  align-items: center;
  height: 40px;
  margin: 0 10px 10px;
  padding-left: 50px;
  font-family: Exo, sans-serif;
  font-weight: 600;
  display: none;
}

.button-4:hover {
  color: #fff;
  background-color: #000;
  background-image: url('../images/icon-Weiß.svg');
  border-color: #fff;
}

.paragraph-23 {
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
  font-family: Exo, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.bold-text-3 {
  font-weight: 400;
}

.button-5 {
  background-color: #000;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  font-size: 0;
  position: relative;
  inset: -14% 0% 0 auto;
}

.paragraph-23-copy {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 15px;
  line-height: 20px;
}

.button-6 {
  background-color: #0000;
  background-image: url('../images/x.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  margin-top: 50px;
  margin-right: 50px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.button-6:hover {
  transform: rotate(45deg);
}

.div-block-37 {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.button-7 {
  padding-left: 50px;
}

.button-telefon {
  color: #000;
  background-color: #fff;
  background-image: url('../images/Telefon-.svg');
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: 25px;
  border: 2px solid #000;
  border-radius: 8px;
  align-items: center;
  height: 40px;
  margin: 0 10px 10px;
  padding-left: 50px;
  font-family: Exo, sans-serif;
  font-weight: 600;
  display: flex;
}

.button-telefon:hover {
  color: #fff;
  background-color: #000;
  background-image: url('../images/Telefon-W.svg');
  border-color: #fff;
}

.button-4-winter {
  color: #000;
  background-color: #fff;
  background-image: url('../images/Icon.svg');
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: 25px;
  border: 2px solid #000;
  border-radius: 8px;
  align-items: center;
  height: 40px;
  margin: 0 10px 10px;
  padding-left: 50px;
  font-family: Exo, sans-serif;
  font-weight: 600;
  display: flex;
}

.button-4-winter:hover {
  color: #fff;
  background-color: #000;
  background-image: url('../images/icon-Weiß.svg');
  border-color: #fff;
}

.columns-11 {
  width: 90vw;
  height: 50vh;
  margin-top: 5vh;
  margin-bottom: 5vh;
}

.columns-11._2 {
  display: block;
}

.column-24, .column-25 {
  height: 100%;
  padding: 0;
}

.div-block-38 {
  background-color: #fff;
  background-image: url('../images/-Enten--Gänse-Sonne.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-bottom: 50px;
  display: flex;
}

.div-block-38._2 {
  background-image: url('../images/Zur_Sonne_Weihnachten.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding: 100px 0 0;
  display: flex;
}

.div-block-39 {
  background-color: #fff;
  justify-content: center;
  align-items: flex-end;
  width: 90%;
  height: auto;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 50px 25px;
  display: flex;
}

.div-block-40 {
  background-color: var(--brown);
  color: var(--white-smoke);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  padding: 0;
  display: none;
}

.link-7 {
  color: var(--white-smoke);
  text-decoration: none;
}

.link-7:hover {
  text-decoration: underline;
}

.div-block-41 {
  background-image: url('../images/Winter-in-der-Sonne.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 90vw;
  height: 50vh;
  margin-bottom: 5vh;
}

.div-block-41.ente {
  background-image: url('../images/-Enten--Gänse-Sonne.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-42 {
  margin-bottom: 5vh;
}

.div-block-43 {
  padding: 25px;
}

.icon-start {
  color: red;
  background-image: url('../images/icons8-uhr-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 50px;
}

.paragraph-zeiten {
  color: var(--dark-slate-blue);
  text-align: center;
  background-color: #0000;
  width: auto;
  margin-bottom: 5vh;
  font-family: Exo, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
}

.html-embed {
  text-align: center;
}

.silvestermen {
  background-image: url('../images/Silvester.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: auto;
  min-width: 100%;
  margin-top: 25px;
  margin-right: 50px;
  padding: 75px 50px;
  text-decoration: none;
  transition: all .4s ease-in-out;
}

.silvestermen:hover {
  transform: scale(1.02);
}

.div-block-44 {
  z-index: 1000;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  object-fit: fill;
  background-color: #0006;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.div-block-45 {
  background-color: var(--deep-sky-blue);
  color: var(--white-smoke);
  flex-flow: column;
  align-items: center;
  padding: 50px;
  display: flex;
}

.jobs {
  background-color: #f9c86400;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-top: 5vh;
  padding-bottom: 0;
  display: flex;
}

.link-8 {
  color: var(--deep-sky-blue);
}

.quick-stack {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  width: 100%;
  height: 100%;
  padding: 0;
}

.div-block-46 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-47 {
  height: 100%;
}

.image, .image-2 {
  width: 100%;
}

.link-block-9, .link-block-10 {
  width: 100%;
  height: 100%;
}

.div-block-48 {
  background-color: #fff;
  width: 90vw;
  margin-bottom: 50px;
  padding: 10vh 5vw;
}

.div-block-48.valentinstag {
  background-color: #fafaee;
  background-image: url('../images/Ostern-Homepage.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 60vh;
  padding-bottom: 12vh;
  display: flex;
}

.quick-stack-2 {
  padding: 0;
}

.div-block-23-copy {
  border: 3px solid var(--deep-sky-blue);
  color: var(--deep-sky-blue);
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  font-size: 20px;
  line-height: 25px;
  display: flex;
}

.cell {
  justify-content: center;
  align-items: flex-start;
}

@media screen and (max-width: 991px) {
  .navbar {
    background-position: 50% 0;
  }

  .fu-zeile {
    padding-left: 5vw;
  }

  .div-block-4 {
    width: 100vw;
  }

  .heading {
    font-size: 40px;
    line-height: 50px;
  }

  .paragraph-2 {
    width: 100%;
  }

  .grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-areas: "Area-4 Area Area-3"
                         "Area-5 Area Area-2";
    grid-auto-flow: row;
    height: 50vh;
  }

  .kontakt {
    padding-top: 0;
    padding-bottom: 5vh;
  }

  .columns-4 {
    width: 100vw;
    height: 60vh;
  }

  .columns-5 {
    width: 100vw;
    margin-bottom: 0;
  }

  .columns-6 {
    width: 100vw;
  }

  .column-14 {
    padding-top: 0;
  }

  .text-block-3-copy {
    font-size: 40px;
    line-height: 50px;
  }

  .columns-7 {
    flex-direction: row;
    display: flex;
    overflow: scroll;
  }

  .column-15 {
    flex-direction: row;
    display: flex;
  }

  .column-16 {
    overflow: visible;
  }

  .div-block-8, .div-block-8-copy, .div-block-8-copy2 {
    width: 222px;
  }

  .paragraph-hotel, .paragraph-kontakt {
    width: 100%;
  }

  .div-block-22 {
    width: 100vw;
    height: 60vh;
  }

  .link-block-7 {
    padding-bottom: 10vw;
    padding-left: 10vw;
  }

  .silvester, .bold-text {
    font-size: 40px;
    line-height: 50px;
  }

  .link-block-7-copy {
    padding-bottom: 10vw;
    padding-left: 10vw;
  }

  .paragraph-2-copy {
    width: 100%;
  }

  .div-block-35 {
    width: 80vw;
  }

  .paragraph-zeiten {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    background-size: auto 100%;
    height: auto;
  }

  .navlink {
    text-align: right;
    justify-content: flex-end;
    width: auto;
    position: relative;
  }

  .logo {
    background-size: auto 90%;
  }

  .logo.w--current {
    height: 60px;
    padding-bottom: 0;
  }

  .nav-menu {
    background-color: var(--deep-sky-blue);
    text-align: right;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
    width: 60vw;
    height: 100vh;
    inset: 80px 0% 0% auto;
  }

  .hotel {
    height: auto;
  }

  .ber-uns {
    height: auto;
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .div-block-4 {
    height: auto;
    padding-top: 10vh;
    padding-left: 0;
    padding-right: 25px;
  }

  .heading {
    margin-left: 25px;
    margin-right: 0;
    padding-bottom: 5px;
    font-size: 25px;
    line-height: 25px;
  }

  .heading._2 {
    margin-left: 0;
    font-size: 33px;
    line-height: 35px;
  }

  .paragraph-2 {
    width: auto;
    margin-bottom: 5vh;
    margin-left: 25px;
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
  }

  .paragraph-2._2 {
    margin-left: 0;
    line-height: 22px;
  }

  .grid {
    display: none;
  }

  .kontakt {
    padding-bottom: 0;
  }

  .map {
    height: 50vh;
  }

  .columns-4 {
    height: auto;
  }

  .column-8 {
    padding-right: 0;
  }

  .column-9 {
    height: 30vh;
    padding-left: 0;
  }

  .column-10 {
    height: auto;
    padding-left: 0;
  }

  .button {
    font-size: 20px;
    line-height: 20px;
  }

  .column-8-copy {
    height: 30vh;
    padding-top: 0;
    padding-right: 0;
  }

  .columns-5 {
    height: auto;
  }

  .column-11 {
    height: 50%;
  }

  .column-12 {
    height: auto;
    padding: 5vh 5vw;
  }

  .submit-button-2 {
    height: 40px;
  }

  .section-2 {
    height: auto;
    margin-top: 80px;
  }

  .column-13 {
    background-image: linear-gradient(#00000040, #00000040), url('../images/DSC_5438.JPG');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: 60vh;
    padding-left: 5vw;
  }

  .column-14 {
    height: auto;
    padding: 5vh 5vw;
  }

  .text-block-3-copy {
    margin-bottom: 20px;
    font-size: 35px;
    line-height: 45px;
  }

  .div-block-11 {
    height: auto;
    padding: 5vh 5vw;
  }

  .paragraph-hotel, .paragraph-kontakt {
    width: auto;
    margin-left: 25px;
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
  }

  .section-3 {
    margin-top: 80px;
  }

  .div-block-20 {
    width: 100vw;
    height: 60vh;
  }

  .div-block-doppelzimmer {
    width: 100vw;
    margin-bottom: 0;
    padding-bottom: 5vh;
    padding-left: 0;
    padding-right: 0;
  }

  .slide-nav-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .paragraph-22 {
    width: 80%;
    margin-bottom: 0;
    margin-left: 25px;
    font-size: 15px;
  }

  .icon-6 {
    width: 40px;
    height: 40px;
  }

  .icon-6:hover {
    width: 50px;
    height: 40px;
  }

  .icon-7 {
    width: 40px;
    height: 40px;
  }

  .icon-7:hover {
    width: 50px;
    height: 40px;
  }

  .text-field-einzelzimmer {
    width: 50%;
    height: 40px;
    margin-right: 2px;
  }

  .submit-button-einzelzimmer {
    height: 40px;
  }

  .div-block-21 {
    width: 100vw;
  }

  .heading-copy {
    text-align: center;
    width: 90%;
    font-size: 25px;
    line-height: 25px;
  }

  .paragraph-essen {
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
  }

  .slider-hotel {
    height: 80vh;
  }

  .link-block-7 {
    justify-content: flex-end;
  }

  .text-block-10 {
    color: #000;
    font-size: 25px;
    line-height: 25px;
  }

  .div-block-23 {
    width: 150px;
    height: 35px;
  }

  .silvester {
    padding-bottom: 5px;
    font-size: 20px;
    line-height: 30px;
  }

  .silvester._2 {
    font-size: 30px;
    line-height: 35px;
  }

  .sc {
    justify-content: center;
  }

  .paragraph-hotel-copy {
    color: #000;
  }

  .paragraph-anfrage {
    width: 90%;
    font-size: 15px;
    line-height: 25px;
  }

  .div-block-24 {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .anreise {
    width: 50%;
    height: 40px;
    margin-right: 2px;
  }

  .abreise, .nachname, .personen {
    width: 50%;
    height: 40px;
  }

  .e-mail {
    width: 50%;
    height: 40px;
    margin-right: 2px;
  }

  .bold-text {
    font-size: 30px;
    line-height: 30px;
  }

  .heading-3 {
    margin-bottom: 2.5vh;
    font-size: 30px;
    line-height: 40px;
  }

  .div-block-27, .div-block-27-copy, .div-block-27-copy2 {
    width: 60vw;
    height: 100px;
  }

  .div-block-28 {
    margin-left: 20px;
  }

  .button-copy {
    font-size: 20px;
    line-height: 20px;
  }

  .menu-button {
    background-color: var(--deep-sky-blue);
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #fff;
    border-radius: 100%;
  }

  .icon-8 {
    color: #fff;
  }

  .icon-8:active {
    color: var(--deep-sky-blue);
  }

  .stuben-slider {
    width: 100vw;
  }

  .tap._2 {
    width: 50%;
    margin-bottom: 5px;
    margin-right: 0;
  }

  .tap._2:hover, .tap._2.w--current {
    background-image: linear-gradient(#00000080, #00000080), url('../images/TZ2_5268.JPG');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .tap._1 {
    width: 50%;
    margin-bottom: 5px;
    margin-right: 0;
  }

  .tap._1:hover {
    background-image: linear-gradient(#00000080, #00000080), url('../images/DSC_5323.JPG');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .tap._1.w--current {
    background-image: linear-gradient(#00000080, #00000080), url('../images/DSC_5324.JPG');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    width: 50%;
    margin-bottom: 5px;
    margin-right: 0;
    font-size: 20px;
  }

  .tap._3 {
    width: 50%;
    margin-right: 0;
  }

  .tap._3.w--current {
    background-image: linear-gradient(#00000080, #00000080), url('../images/DSC_5362-Pano.JPG');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .tap._5 {
    width: 50%;
    margin-right: 0;
  }

  .tap._5:hover, .tap._5.w--current {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Bildschirmfoto-2020-07-31-um-14.44.09.png');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .tabs-menu {
    flex-wrap: wrap;
    align-content: center;
  }

  .tapbild._2, .tapbild._3 {
    height: 60vh;
  }

  .download {
    font-size: 20px;
    line-height: 20px;
  }

  .download.rot {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    font-size: 15px;
  }

  .paragraph-3 {
    width: 80%;
  }

  .column-22, .column-23 {
    height: 50%;
  }

  .right-arrow {
    width: 15%;
    right: 35%;
  }

  .column-23-copy, .column-23-copy-copy, .column-ez, .column-dz {
    height: 50%;
  }

  .right-arrow-2 {
    width: 15%;
    right: 35%;
  }

  .left-arrow, .left-arrow-2 {
    width: 15%;
    left: 35%;
  }

  .slider-gaststuben {
    height: 80vh;
  }

  .icon-9 {
    margin-bottom: 30vh;
  }

  .links-1, .links-1-1 {
    width: 15%;
    display: none;
  }

  .icon-9-2 {
    margin-bottom: 30vh;
  }

  .text-block-10-copy {
    font-size: 35px;
    line-height: 35px;
  }

  .link-block-7-copy {
    padding-left: 5vw;
  }

  .map-2 {
    height: 40vh;
  }

  .text-block-zs {
    font-size: 35px;
    line-height: 35px;
  }

  .text-block-10-copy {
    color: #fff;
    font-size: 25px;
  }

  .paragraph-2-copy {
    width: 100%;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 25px;
  }

  .form-block-3, .form-block-4 {
    margin-left: 25px;
    margin-right: 25px;
  }

  .paragraph-hotel-ez {
    color: var(--dark-slate-blue);
    width: auto;
    font-size: 15px;
    line-height: 25px;
    display: block;
  }

  .text-block-10-copy {
    color: var(--dark-slate-blue);
    font-size: 25px;
    line-height: 25px;
  }

  .text-block-16 {
    font-size: 15px;
    line-height: 20px;
  }

  .text-block-50 {
    font-size: 25px;
    line-height: 25px;
  }

  .div-block-35 {
    width: 90vw;
    padding: 25px;
  }

  .paragraph-23 {
    font-size: 15px;
    line-height: 20px;
  }

  .paragraph-23-copy {
    font-size: 12px;
    line-height: 18px;
  }

  .div-block-37 {
    flex-direction: column;
  }

  .div-block-39 {
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: 25px;
    padding: 25px 15px;
  }

  .div-block-40 {
    height: auto;
    padding: 10px;
  }

  .text-block-51 {
    text-align: center;
    font-size: 12px;
    line-height: 16px;
  }

  .div-block-41 {
    height: 30vh;
    margin-bottom: 2vh;
  }

  .div-block-42 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 2vh;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .paragraph-zeiten {
    width: auto;
    margin-left: 25px;
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
  }

  .silvestermen {
    padding: 50px 25px;
  }

  .div-block-44, .div-block-45 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .jobs {
    height: auto;
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .quick-stack {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .image, .image-2 {
    height: 100%;
  }

  .div-block-48.valentinstag {
    height: 20vh;
  }

  .div-block-23-copy {
    width: 150px;
    height: 35px;
  }
}

#w-node-_7b6794e9-f5de-c6e1-62f0-00d2e95a18a0-ebc67cbc {
  grid-area: Area-4;
}

#w-node-_7b6794e9-f5de-c6e1-62f0-00d2e95a18a3-ebc67cbc {
  grid-area: Area;
  align-self: center;
}

#w-node-_7b6794e9-f5de-c6e1-62f0-00d2e95a18b0-ebc67cbc {
  grid-area: Area-2;
}

#w-node-_7b6794e9-f5de-c6e1-62f0-00d2e95a18b3-ebc67cbc {
  grid-area: Area-3;
}

#w-node-_7b6794e9-f5de-c6e1-62f0-00d2e95a18b6-ebc67cbc {
  grid-area: Area-5;
}


@font-face {
  font-family: 'Schwaben alt';
  src: url('../fonts/Schwaben-Alt-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Eczar';
  src: url('../fonts/Eczar-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Eczar';
  src: url('../fonts/Eczar-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Eczar';
  src: url('../fonts/Eczar-Bold.ttf') format('truetype'), url('../fonts/Eczar-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Eczar';
  src: url('../fonts/Eczar-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}