@charset "UTF-8";
.d21-widget-container[aria-label="vouchershop"] {
  margin: 0 auto;
}
@font-face {
  font-family: 'ext_unicase200';
  src: url('/assets/fonts/extunicase-200-webfont.woff2') format('woff2'), url('/assets/fonts/extunicase-200-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ext_unicase1000';
  src: url('/assets/fonts/extunicase-1000-webfont.woff2') format('woff2'), url('/assets/fonts/extunicase-1000-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
/* montserrat-200 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  src: local('Montserrat ExtraLight'), local('Montserrat-ExtraLight'), url('/assets/fonts/montserrat-v14-latin-200.woff2') format('woff2'), url('/assets/fonts/montserrat-v14-latin-200.woff') format('woff');
  /* Modern Browsers */
}
/* montserrat-300 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: local('Montserrat Light'), local('Montserrat-Light'), url('/assets/fonts/montserrat-v14-latin-300.woff2') format('woff2'), url('/assets/fonts/montserrat-v14-latin-300.woff') format('woff');
  /* Modern Browsers */
}
/* montserrat-300italic - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 300;
  src: local('Montserrat Light Italic'), local('Montserrat-LightItalic'), url('/assets/fonts/montserrat-v14-latin-300italic.woff2') format('woff2'), url('/assets/fonts/montserrat-v14-latin-300italic.woff') format('woff');
  /* Modern Browsers */
}
/* montserrat-italic - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  src: local('Montserrat Italic'), local('Montserrat-Italic'), url('/assets/fonts/montserrat-v14-latin-italic.woff2') format('woff2'), url('/assets/fonts/montserrat-v14-latin-italic.woff') format('woff');
  /* Modern Browsers */
}
/* montserrat-700 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url('/assets/fonts/montserrat-v14-latin-700.woff2') format('woff2'), url('/assets/fonts/montserrat-v14-latin-700.woff') format('woff');
  /* Modern Browsers */
}
body {
  background-color: #4C0E31;
  font-size: 18px;
  font-family: 'Montserrat';
  font-weight: 200;
  scroll-behavior: smooth;
}
@media (max-width: 767px) {
  body {
    font-size: 17px;
  }
}
@media (max-width: 575px) {
  body {
    font-size: 16px;
  }
}
.bg-white h4 {
  font-family: 'Montserrat';
  margin: 0.5em 0 0;
  text-transform: none;
}
.bg-white h4 + h5 {
  margin: 0.5em 0;
}
.container {
  padding-right: 30px;
  padding-left: 30px;
}
@media (min-width: 576px) {
  .container {
    padding: 0;
  }
}
a {
  color: #8B7F77;
}
a:hover {
  color: #4C0E31;
}
.btn {
  border: solid 1px;
  border-radius: 0px;
  text-transform: uppercase;
  font-family: 'Montserrat';
  font-size: 1.3888888889em;
  padding: 0.5555555556em 1.1111111111em;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .btn {
    font-size: 1.2222222222em;
  }
}
@media (max-width: 991px) {
  .btn {
    font-size: 1em;
  }
}
.btn.btn-white {
  border-color: #fff;
  color: #fff;
}
.btn.btn-brown {
  border-color: #8B7F77;
  color: #8B7F77;
}
.btn.btn-red {
  border-color: #4C0E31;
  color: #4C0E31;
}
@media (min-width: 401px) {
  .btn.btn-strich {
    margin-left: 8.8888888889em;
  }
}
@media (max-width: 575px) and (min-width: 401px) {
  .btn.btn-strich {
    margin-left: 5.5555555556em;
  }
}
.btn.btn-strich:before {
  content: "";
  width: 7.2222222222em;
  height: 1px;
  background-color: #8B7F77;
  display: block;
  position: absolute;
  margin-top: 0.7777777778em;
  margin-left: -10em;
  cursor: default;
}
@media (max-width: 575px) {
  .btn.btn-strich:before {
    margin-left: -6.6666666667em;
    width: 4.4444444444em;
  }
}
@media (max-width: 400px) {
  .btn.btn-strich:before {
    display: none;
  }
}
.buchen {
  color: #fff;
  position: fixed;
  top: 5vh;
  right: 5vh;
  z-index: 100;
  transition: all 0.3s ease-in-out 0.1s;
}
@media (max-width: 575px) {
  .buchen {
    top: 3vh;
    right: 3vh;
  }
}
@media (max-width: 400px) {
  .buchen {
    top: 1.1111111111em;
    right: 1.1111111111em;
  }
}
.buchen .btn {
  padding: 0.7222222222em 1.1111111111em;
  background-color: rgba(76, 14, 49, 0.5);
}
.buchen .btn:hover {
  background-color: #4c0e31;
}
#buchen-feld {
  position: fixed;
  top: 0;
  right: -700px;
  max-width: 41.1111111111em;
  min-height: 33.3333333333em;
  z-index: 100;
  height: 100%;
  transition: right 0.3s ease-in-out;
}
#buchen-feld .buchen-close {
  position: fixed;
  z-index: 101;
  top: 25px;
  right: -700px;
  transition: right 0.3s ease-in-out;
  cursor: pointer;
  width: 40px;
  height: 40px;
}
#buchen-feld .buchen-close span {
  background-color: #fff;
  height: 1px;
  width: 40px;
  display: block;
  transform: rotate(45deg);
  top: 20px;
  position: relative;
}
@media (max-width: 575px) {
  #buchen-feld .buchen-close span {
    width: 30px;
    top: 10px;
  }
}
#buchen-feld .buchen-close span:first-child {
  transform: rotate(-45deg);
}
#buchen-feld #d21-quickbook {
  background-color: #4C0E31;
  position: fixed !important;
  top: 0;
  right: -700px;
  transition: right 0.3s ease-in-out;
  z-index: 100;
  max-width: 41.1111111111em !important;
  min-height: 37.7777777778em !important;
  padding: 4em;
  padding-top: 7em;
}
@media (max-width: 575px) {
  #buchen-feld #d21-quickbook {
    padding: 3em 2em 2em;
  }
}
#buchen-feld #d21-quickbook #d21-headline-container {
  color: #fff !important;
}
#buchen-feld #d21-quickbook .d21-headline h2 {
  font-family: 'Montserrat';
  text-transform: uppercase;
  font-weight: bold;
  font-size: 46px;
  margin-bottom: 0.5em;
}
@media (max-width: 575px) {
  #buchen-feld #d21-quickbook .d21-headline h2 {
    font-size: 26px;
  }
}
#buchen-feld #d21-quickbook .d21-input {
  border: solid 1px #fff;
  border-radius: 0;
  color: #fff;
  background-color: #4C0E31;
  font-weight: bold;
  font-size: 1.1em;
  padding-top: 0.2777777778em;
  padding-bottom: 0.2777777778em;
  padding-left: 3.8888888889em;
  height: 3.4444444444em;
  display: grid;
  align-items: center;
}
@media (max-width: 575px) {
  #buchen-feld #d21-quickbook .d21-input {
    font-size: 1em;
  }
}
#buchen-feld #d21-quickbook .d21-input-icon {
  background-color: transparent;
  border: none;
  font-size: 2.5em !important;
  padding-top: 10px !important;
  padding-left: 10px !important;
}
#buchen-feld #d21-quickbook .d21-col {
  display: grid;
  align-items: center;
}
#buchen-feld #d21-quickbook #d21-selected-day-price > div {
  border-radius: 0 !important;
  height: 3.0555555556em !important;
  line-height: 2.9444444444em !important;
}
#buchen-feld #d21-quickbook #d21-selected-day-price .d21-avail {
  background-color: #fff !important;
  color: #4C0E31;
}
#buchen-feld #d21-quickbook .d21-btn {
  color: #4C0E31 !important;
  font-size: 1.5em;
  height: 2.4em !important;
  line-height: 2.2667em !important;
  width: 48%;
}
#buchen-feld #d21-quickbook .d21-row .d21-col.d21-s12 {
  width: 48.5% !important;
}
@media (max-width: 500px) {
  #buchen-feld #d21-quickbook .d21-row .d21-col.d21-s12 {
    width: 100% !important;
  }
}
#buchen-feld #d21-quickbook .d21-row .d21-col {
  margin-bottom: 12px;
}
@media (max-width: 575px) {
  #buchen-feld #d21-quickbook .d21-row .d21-col {
    margin-bottom: 6px;
  }
}
#buchen-feld #d21-quickbook #d21-los {
  margin-right: 3%;
}
#buchen-feld.show {
  right: 0;
}
#buchen-feld.show .buchen-close {
  right: 30px;
}
@media (max-width: 575px) {
  #buchen-feld.show .buchen-close {
    right: 15px;
  }
}
#buchen-feld.show #d21-quickbook {
  right: 0;
}
h1, .h1 {
  font-family: 'ext_unicase1000';
  text-transform: uppercase;
  font-size: 11.1111111111em;
}
h2, .h2 {
  font-family: 'ext_unicase200';
  text-transform: uppercase;
  font-size: 2.7777777778em;
}
h3, .h3 {
  font-family: 'ext_unicase1000';
  text-transform: uppercase;
  font-size: 4.7222222222em;
  color: #8B7F77;
}
@media (max-width: 991px) {
  h3, .h3 {
    font-size: 3.7777777778em;
  }
}
@media (max-width: 767px) {
  h3, .h3 {
    font-size: 2.7777777778em;
  }
}
@media (max-width: 575px) {
  h3, .h3 {
    font-size: 8vw;
  }
}
h4, .h4 {
  font-family: 'ext_unicase200';
  text-transform: lowercase;
  font-size: 3.0555555556em;
}
@media (max-width: 991px) {
  h4, .h4 {
    font-size: 2.2222222222em;
  }
}
@media (max-width: 575px) {
  h4, .h4 {
    font-size: 1.6666666667em;
  }
}
h5, .h5 {
  font-family: 'Montserrat';
  text-transform: uppercase;
  font-size: 1.3333333333em;
  font-weight: bold;
}
hr {
  width: 14.4444444444em;
  border-width: 0.8333333333em;
  border-color: #8B7F77;
  margin-left: 0;
  margin-top: 1.1111111111em;
  margin-bottom: 1.6666666667em;
}
@media (max-width: 575px) {
  hr {
    width: 9em;
  }
}
@media (max-width: 400px) {
  hr {
    width: 40vw;
  }
}
.fancybox-bg {
  opacity: 0.5;
  background: #4C0E31 !important;
}
.fancybox-slide {
  padding: 15px !important;
}
.bg-white {
  color: #8B7F77;
  background-color: #fff;
}
.bg-brown {
  color: #fff;
  background-color: #8B7F77;
}
.bg-brown hr {
  border-color: #fff;
}
.bg-brown h3, .bg-brown .h3 {
  color: #fff;
}
.bg-brown .btn-strich:before {
  background-color: #fff;
}
.bg-red {
  color: #fff;
  background-color: #4C0E31;
}
.bg-red hr {
  border-color: #fff;
}
.bg-red h3, .bg-red .h3 {
  color: #fff;
}
.bg-red .btn-strich:before {
  background-color: #fff;
}
.bg-brown a {
  color: #4C0E31;
}
nav {
  position: absolute;
  z-index: 100;
}
nav #navbar {
  border: solid 1px #fff;
  color: #fff;
  height: 90vh;
  margin-top: 5vh;
  margin-left: 5vh;
  width: 6.2777777778em;
  position: fixed;
  display: flex;
  cursor: pointer;
  z-index: 100;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 575px) {
  nav #navbar {
    margin-top: 3vh;
    margin-left: 3vh;
    height: 3.0555555556em;
    width: 3.6111111111em;
    transition-delay: 0.1s;
  }
}
@media (max-width: 400px) {
  nav #navbar {
    margin-top: 1.1111111111em;
    margin-left: 1.1111111111em;
  }
}
nav #navbar.smallnav {
  height: 5.6111111111em;
  transition-delay: 0.1s;
  background-color: rgba(76, 14, 49, 0.5);
}
@media (max-width: 575px) {
  nav #navbar.smallnav {
    width: 3.6111111111em;
    height: 3.0555555556em;
  }
}
nav #navbar.smallnav .lang {
  opacity: 0;
  transition-delay: 0s;
  z-index: -1;
}
@media (max-width: 575px) {
  nav #navbar.smallnav .lang a {
    text-shadow: initial;
    font-size: 0.8888888889em;
  }
}
nav #navbar.smallnav > span {
  opacity: 0;
  transition-delay: 0s;
}
nav #navbar.smallnav.clicked {
  height: 90vh;
}
nav #navbar.smallnav.clicked .lang {
  opacity: 1;
}
nav #navbar .burger {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.8333333333em;
}
@media (max-width: 575px) {
  nav #navbar .burger {
    margin-top: 0.7222222222em;
  }
}
nav #navbar .burger span {
  height: 1px;
  width: 2.0555555556em;
  background-color: #fff;
  display: block;
  position: relative;
  transition: all 0.3s ease-in-out;
  left: 0;
}
@media (max-width: 575px) {
  nav #navbar .burger span {
    width: 1.4444444444em;
  }
}
nav #navbar .burger span:nth-child(1) {
  top: 1.5555555556em;
}
@media (max-width: 575px) {
  nav #navbar .burger span:nth-child(1) {
    top: 1.2777777778em;
  }
}
nav #navbar .burger span:nth-child(3) {
  top: 0.7222222222em;
}
@media (max-width: 575px) {
  nav #navbar .burger span:nth-child(3) {
    top: 0.5555555556em;
  }
}
nav #navbar.clicked {
  border-color: #4C0E31;
  color: #4C0E31;
  background-color: #fff;
}
@media (max-width: 575px) {
  nav #navbar.clicked {
    height: 86vh;
    box-shadow: none;
  }
}
@media (max-width: 400px) {
  nav #navbar.clicked {
    width: 3.3333333333em;
    margin-left: 1.1111111111em;
    margin-top: 1.1111111111em;
  }
}
nav #navbar.clicked > span {
  opacity: 1;
}
@media (max-width: 575px) {
  nav #navbar.clicked > span {
    opacity: 0;
  }
}
@media (max-width: 400px) {
  nav #navbar.clicked > span {
    opacity: 0;
  }
}
@media (max-height: 500px) {
  nav #navbar.clicked > span {
    opacity: 0;
  }
}
nav #navbar.clicked .burger span {
  background-color: #4C0E31;
}
nav #navbar.clicked .burger span:nth-child(1) {
  transform: rotate(-45deg);
  transform-origin: left;
  left: 0.2777777778em;
}
@media (max-width: 575px) {
  nav #navbar.clicked .burger span:nth-child(1) {
    left: 0.1111111111em;
    top: 1.4444444444em;
  }
}
@media (max-width: 400px) {
  nav #navbar.clicked .burger span:nth-child(1) {
    top: 1.3888888889em;
    left: 0.2222222222em;
  }
}
nav #navbar.clicked .burger span:nth-child(2) {
  transform: rotate(45deg);
  transform-origin: left;
  left: 0.2777777778em;
}
@media (max-width: 575px) {
  nav #navbar.clicked .burger span:nth-child(2) {
    left: 0.1111111111em;
    top: 0.3333333333em;
  }
}
@media (max-width: 400px) {
  nav #navbar.clicked .burger span:nth-child(2) {
    left: 0.2222222222em;
  }
}
nav #navbar.clicked .burger span:nth-child(3) {
  opacity: 0;
}
@media (max-width: 575px) {
  nav #navbar.clicked .lang {
    opacity: 1;
  }
}
nav #navbar.clicked .lang a {
  color: #4C0E31;
}
nav #navbar > span {
  text-transform: uppercase;
  font-size: 2.7777777778em;
  font-family: 'ext_unicase200';
  transform: rotate(-90deg);
  position: absolute;
  top: calc(50% - 147px / 2);
  left: -0.6111111111em;
  transition: opacity 0.3s ease-in-out 0.1s;
}
@media (max-width: 575px) {
  nav #navbar > span {
    opacity: 0;
    transition-delay: 0s;
    font-size: 2.2222222222em;
    left: -0.6666666667em;
  }
}
nav #navbar .lang {
  text-transform: uppercase;
  font-size: 1.3888888889em;
  text-align: center;
  font-family: 'Montserrat';
  position: absolute;
  bottom: 1.3333333333em;
  width: 100%;
  transition: opacity 0.3s ease-in-out 0.1s;
}
@media (max-width: 575px) {
  nav #navbar .lang {
    opacity: 0;
    transition-delay: 0s;
    z-index: -1;
    bottom: 0;
  }
}
nav #navbar .lang a {
  color: #fff;
  display: block;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}
nav #navbar .lang a:not(.active) {
  opacity: 0.4;
}
@media (max-width: 1199px) {
  nav #navbar .lang a {
    padding-top: 0.5555555556em;
    padding-bottom: 0.5555555556em;
  }
}
@media (max-width: 575px) {
  nav #navbar .lang a {
    padding-top: 1vh;
    padding-bottom: 0.2777777778em;
  }
}
nav #navigation {
  position: fixed;
  top: 0;
  background-color: #fff;
  height: 100vh;
  width: calc(100vw / 3);
  left: calc(-100vw / 3);
  transition: left 0.3s ease-in-out;
  z-index: 90;
}
@media (max-width: 1800px) {
  nav #navigation {
    width: 600px;
    left: -600px;
  }
}
@media (max-width: 575px) {
  nav #navigation {
    width: 100vw;
  }
}
nav #navigation.show {
  left: 0;
}
nav #navigation.show ul {
  opacity: 1;
  transition-delay: 0.15s;
}
nav #navigation ul {
  height: 60vh;
  margin-top: 20vh;
  margin-bottom: 20vh;
  margin-left: 9.5555555556em;
  position: relative;
  padding: 0;
  list-style: none;
  display: grid;
  align-content: space-around;
  opacity: 0;
  transition: opacity 0.1s ease-in-out 0s, margin-left 0.1s ease-in-out;
}
@media (max-width: 575px) {
  nav #navigation ul {
    margin-left: 6.9444444444em;
  }
}
@media (max-width: 400px) {
  nav #navigation ul {
    margin-left: 3.3333333333em;
  }
}
nav #navigation ul li {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.2222222222em;
}
nav #navigation ul li a {
  padding: 1em 5.5555555556em;
  color: #4C0E31;
  text-decoration: none;
  opacity: 0.35;
  transition: opacity 0.1s ease-in-out;
}
@media (max-height: 900px) {
  nav #navigation ul li a {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
}
@media (max-height: 500px) {
  nav #navigation ul li a {
    padding-top: 0.1em;
    padding-bottom: 0.1em;
  }
}
@media (max-width: 575px) {
  nav #navigation ul li a {
    display: block;
    width: 100%;
    padding-left: 2.5em;
    padding-top: 1vh;
    padding-bottom: 1vh;
  }
}
nav #navigation ul li a.active, nav #navigation ul li a:hover {
  opacity: 1;
}
nav #navigation ul li.current a {
  opacity: 1;
}
nav #navigation ul li.current:last-child a {
  opacity: 0.35;
}
nav #navigation ul li.current:last-child a:hover {
  opacity: 1;
}
footer {
  background-color: #4C0E31;
  color: #fff;
  z-index: 10;
  position: relative;
}
@media (max-width: 991px) {
  footer {
    padding-bottom: 4.4444444444em;
  }
}
footer .container {
  display: grid;
  grid-template-columns: 400px auto;
  padding-top: 6.1111111111em;
  padding-bottom: 6.1111111111em;
  column-gap: 100px;
}
@media (min-width: 1601px) {
  footer .container {
    max-width: 1480px;
  }
}
@media (max-width: 1600px) and (min-width: 1200px) {
  footer .container {
    max-width: 1140px;
    grid-template-columns: 300px auto;
    column-gap: 50px;
  }
}
@media (max-width: 1199px) {
  footer .container {
    grid-template-columns: 1fr;
    text-align: center;
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }
}
footer .col-left {
  padding-top: 1em;
}
@media (max-width: 1199px) {
  footer .col-left {
    padding-top: 0;
    padding-bottom: 2.2222222222em;
  }
}
footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(6, auto);
  max-width: 45em;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media (max-width: 767px) {
  footer ul {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 1.1111111111em;
  }
}
@media (max-width: 500px) {
  footer ul {
    grid-template-columns: 1fr;
  }
}
footer ul li a, footer ul li a:hover {
  color: #fff;
  text-decoration: none;
}
footer .row-up {
  border-bottom: solid 1px #fff;
  padding-bottom: 2.5em;
}
footer .row-low {
  padding-top: 2.5em;
  text-align: center;
  display: grid;
  grid-template-columns: 70px repeat(4, 1fr) 70px;
  align-items: center;
}
footer .row-low .fab {
  font-size: 3rem;
}
@media (max-width: 575px) {
  footer .row-low {
    grid-template-columns: 10px repeat(4, 1fr) 10px;
  }
}
footer .row-low a:first-of-type {
  grid-column-start: 2;
}
@media (max-width: 991px) {
  footer .row-low img {
    height: 1.6666666667em;
  }
}
@media (max-width: 991px) {
  footer .row-low .fab {
    font-size: 2.1rem;
  }
}
#sidescrollGalerie {
  overflow: hidden;
}
#sidescrollGalerie .images {
  display: grid;
  grid-template-columns: 34vw 34vw 34vw;
  column-gap: 2.5555555556em;
  position: relative;
  transition: left 0s ease-in-out;
  left: 40vw;
}
@media (max-width: 991px) {
  #sidescrollGalerie .images {
    column-gap: 1.6666666667em;
  }
}
@media (max-width: 767px) {
  #sidescrollGalerie .images {
    column-gap: 1.3333333333em;
  }
}
@media (max-width: 575px) {
  #sidescrollGalerie .images {
    grid-template-columns: 1fr;
    row-gap: 0;
    left: 0;
  }
}
#sidescrollGalerie .images img {
  max-width: 34vw;
  height: auto;
}
@media (max-width: 575px) {
  #sidescrollGalerie .images img {
    max-width: 100%;
  }
}
@media (min-width: 576px) {
  #sidescrollGalerie.show .images {
    left: -1.5vw;
    transition: left 4s ease-in-out;
  }
}
section {
  background-color: #4C0E31;
}
section:not(.hero) {
  position: relative;
  z-index: 10;
}
section.hero {
  background-image: url('/images/startseite/startseite.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  position: relative;
  height: 100vh;
  min-height: 50em;
}
@media (max-width: 991px) {
  section.hero {
    min-height: 52.7777777778em;
  }
}
@media (max-width: 767px) {
  section.hero {
    min-height: 63.8888888889em;
  }
}
@media (max-width: 575px) {
  section.hero {
    min-height: 58.3333333333em;
  }
}
@media (max-height: 300px) {
  section.hero {
    min-height: 55.5555555556em;
  }
}
section.hero:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: #000;
  opacity: 0.75;
  top: 0;
  left: 0;
}
section.hero img {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transition: all 0.1s ease-in-out;
}
@media (max-width: 1199px) {
  section.hero img {
    width: 44vw;
    padding-left: 4vw;
  }
}
@media (max-width: 991px) {
  section.hero img {
    padding-left: 6vw;
  }
}
@media (max-width: 767px) {
  section.hero img {
    padding-left: 17vw;
    width: 60vw;
  }
}
@media (max-width: 575px) {
  section.hero img {
    padding-left: 0;
    width: 80vw;
  }
}
section.startseite {
  background-image: none;
  min-height: 100vh;
}
section.startseite:before {
  display: none;
}
section.startseite:after {
  background-color: #4C0E31;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0.75;
  top: 0;
  left: 0;
}
section.startseite video {
  position: fixed;
  right: 0;
  bottom: 0;
  top: 0;
  min-width: 100vw;
  min-height: 100%;
  transform: translateX(calc((100% - 100vw) / 2));
  overflow: hidden;
  object-fit: cover;
}
section.startseite img {
  z-index: 10;
}
section.startseite-intro .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 5.5555555556em;
  padding-top: 9.2777777778em;
  padding-bottom: 12.8333333333em;
}
@media (min-width: 1601px) {
  section.startseite-intro .container {
    max-width: 1460px;
    column-gap: 8.1666666667em;
  }
}
@media (max-width: 1199px) {
  section.startseite-intro .container {
    column-gap: 2.5em;
  }
}
@media (max-width: 767px) {
  section.startseite-intro .container {
    grid-template-columns: 1fr;
    padding-top: 4.4444444444em;
    padding-bottom: 4.4444444444em;
  }
}
@media (max-width: 767px) {
  section.startseite-intro .col-left {
    display: none;
  }
}
section.startseite-intro .col-right img {
  padding-top: 1.3888888889em;
  padding-bottom: 1.3888888889em;
}
@media (min-width: 768px) {
  section.startseite-intro .col-right img {
    display: none;
  }
}
@media (min-width: 360px) {
  section.startseite-intro .col-right img {
    max-width: 19.4444444444em;
  }
}
section.infos .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 11.1111111111em;
  padding-top: 6.3333333333em;
  padding-bottom: 7.3333333333em;
}
@media (min-width: 1601px) {
  section.infos .container {
    max-width: 1366px;
    column-gap: 16.1111111111em;
  }
}
@media (max-width: 1199px) {
  section.infos .container {
    column-gap: 8.3333333333em;
  }
}
@media (max-width: 991px) {
  section.infos .container {
    column-gap: 4.4444444444em;
  }
}
@media (max-width: 767px) {
  section.infos .container {
    column-gap: 2.2222222222em;
  }
}
@media (max-width: 575px) {
  section.infos .container {
    grid-template-columns: 1fr;
    row-gap: 2.7777777778em;
  }
}
@media (max-width: 575px) {
  section.infos .col-left {
    padding-bottom: 1.6666666667em;
  }
}
section.infos hr {
  margin-top: 4.2777777778em;
  margin-bottom: 2.1111111111em;
}
@media (max-width: 575px) {
  section.infos hr {
    margin-top: 2.2222222222em;
  }
}
section.infos h4 {
  margin-bottom: 0.5555555556em;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  section.infos h4 {
    font-size: 2.7777777778em;
  }
}
section.hotel {
  background-image: url('/images/hotel/header_hotel-am-schlosspark-hotelseite_1920.jpg');
}
@media (max-width: 767px) {
  section.hotel {
    min-height: 55.5555555556em;
  }
}
@media (max-width: 575px) {
  section.hotel {
    min-height: 50em;
  }
}
@media (max-width: 400px) {
  section.hotel {
    min-height: 61.1111111111em;
  }
}
section.zimmer {
  background-image: url('/images/zimmer/header_hotel-am-schlosspark-zimmer_1920.jpg');
}
section.hotel p, section.zimmer p {
  max-width: 36.1111111111em;
}
@media (max-width: 991px) {
  section.hotel p, section.zimmer p {
    width: auto;
  }
}
section.hotel .content, section.zimmer .content {
  position: absolute;
  margin-left: 21vw;
  max-width: 66.6666666667em;
  color: #fff;
  top: 12.7777777778em;
}
@media (min-width: 576px) {
  section.hotel .content, section.zimmer .content {
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  section.hotel .content, section.zimmer .content {
    margin-left: 29vw;
    max-width: 25.5555555556em;
  }
}
@media (max-width: 767px) {
  section.hotel .content, section.zimmer .content {
    margin-left: 36vw;
    max-width: 55vw;
  }
}
@media (max-width: 575px) {
  section.hotel .content, section.zimmer .content {
    margin-left: 3vh;
    max-width: calc(100% - 6vh);
    top: 20vh;
  }
}
@media (max-width: 400px) {
  section.hotel .content, section.zimmer .content {
    margin-left: 1.1111111111em;
    max-width: calc(100% - 2.22222em);
  }
}
section.hotel .content hr, section.zimmer .content hr {
  border-color: #fff;
}
@media (max-width: 575px) {
  section.hotel .content hr, section.zimmer .content hr {
    max-width: 60vw;
  }
}
@media (max-width: 1600px) {
  section.hotel h1, section.zimmer h1 {
    font-size: 7.7777777778em;
  }
}
@media (max-width: 991px) {
  section.hotel h1, section.zimmer h1 {
    font-size: 3.5em;
  }
}
@media (max-width: 575px) {
  section.hotel h1, section.zimmer h1 {
    font-size: 15vw;
  }
}
@media (max-width: 767px) {
  section.hotel h2, section.zimmer h2 {
    font-size: 1.6666666667em;
  }
}
@media (max-width: 575px) {
  section.hotel h2, section.zimmer h2 {
    font-size: 8vw;
  }
}
section.lookfeel {
  padding-top: 8.3333333333em;
  padding-bottom: 8.3333333333em;
}
@media (max-width: 575px) {
  section.lookfeel {
    padding-top: 2.7777777778em;
    padding-bottom: 0;
  }
}
section.lookfeel .container {
  margin-bottom: 8.8888888889em;
}
@media (max-width: 991px) {
  section.lookfeel .container {
    margin-bottom: 4.4444444444em;
  }
}
@media (max-width: 767px) {
  section.lookfeel .container {
    margin-bottom: 4.4444444444em;
  }
}
section.lookfeel p {
  max-width: 27.7777777778em;
}
section.hereinkommen {
  padding-top: 7.7777777778em;
  padding-bottom: 8.3333333333em;
}
@media (max-width: 575px) {
  section.hereinkommen {
    padding-top: 2.7777777778em;
    padding-bottom: 2.7777777778em;
  }
}
@media (min-width: 767px) {
  section.hereinkommen p {
    width: 600px;
  }
}
section.zimmerlist {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 767px) {
  section.zimmerlist {
    grid-template-columns: 1fr;
  }
}
section.zimmerlist .zimmer {
  height: calc(50vw * .66);
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #4C0E31;
  position: relative;
  display: grid;
}
@media (max-width: 767px) {
  section.zimmerlist .zimmer {
    height: 80vw;
  }
}
section.zimmerlist .zimmer .content {
  position: relative;
  z-index: 10;
  max-width: 29.4444444444rem;
  width: 29.4444444444rem;
  margin: auto;
}
@media (max-width: 1600px) {
  section.zimmerlist .zimmer .content {
    width: 21.1111111111rem;
  }
}
section.zimmerlist .zimmer .content h4 {
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  section.zimmerlist .zimmer .content h4 {
    font-size: 2.2222222222em;
  }
}
@media (max-width: 1199px) {
  section.zimmerlist .zimmer .content h4 {
    font-size: 1.6666666667em;
  }
}
@media (max-width: 1199px) {
  section.zimmerlist .zimmer .content .btn {
    font-size: 1em;
  }
}
section.zimmerlist .zimmer:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
section.zimmerlist .zimmer:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #4C0E31;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
section.zimmerlist .zimmer:hover:after {
  opacity: 0.7;
}
section.zimmerdetailhero .carousel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
section.zimmerdetailhero .carousel-item {
  height: 100vh;
  min-height: 350px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
section.zimmerdetailhero .carousel-indicators li {
  width: 3.8888888889em;
  border-right: solid 15px transparent;
  border-bottom: solid 35px transparent;
  border-left: solid 15px transparent;
}
section.zimmerdetail {
  padding-top: 8.3333333333em;
  padding-bottom: 8.3333333333em;
}
section.zimmerdetail .container {
  grid-template-columns: 1fr 400px;
  column-gap: 7.2222222222em;
}
@media (min-width: 576px) {
  section.zimmerdetail .container {
    display: grid;
  }
}
@media (min-width: 1200px) {
  section.zimmerdetail .container {
    max-width: 1240px;
  }
}
@media (max-width: 1199px) {
  section.zimmerdetail .container {
    grid-template-columns: 1fr 300px;
    column-gap: 4.1666666667em;
  }
}
@media (max-width: 991px) {
  section.zimmerdetail .container {
    grid-template-columns: 1fr;
    row-gap: 4.1666666667em;
  }
}
section.zimmerdetail .col-right {
  align-self: center;
}
section.zimmerdetail .col-right .zeitraum {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 5.5555555556em;
  padding-bottom: 3.8888888889em;
  max-width: 22.2222222222em;
}
@media (max-width: 1199px) {
  section.zimmerdetail .col-right .zeitraum {
    column-gap: 1.5555555556em;
  }
}
@media (max-width: 400px) {
  section.zimmerdetail .col-right .zeitraum {
    grid-template-columns: 1fr;
  }
}
section.zimmerdetail .col-right .zeitraum:last-of-type {
  padding-bottom: 2.5em;
}
section.zimmerdetail .col-right .zeitraum > div {
  text-align: center;
}
@media (max-width: 400px) {
  section.zimmerdetail .col-right .zeitraum > div {
    padding-bottom: 1.1111111111em;
  }
}
@media (min-width: 401px) {
  section.zimmerdetail .col-right .zeitraum p {
    grid-column: span 2;
  }
}
section.zimmerdetail .col-right .zeitraum .btn {
  display: block;
  font-style: italic;
  font-size: 1em;
  padding-top: 0.8333333333em;
  padding-bottom: 0.8333333333em;
  cursor: default;
}
section.fruehstueck {
  background-image: url('/images/fruehstueck/header_hotel-am-schlosspark-fruehstueck_1920.jpg');
}
@media (max-width: 767px) {
  section.fruehstueck {
    min-height: 58.3333333333em;
  }
}
@media (max-width: 575px) {
  section.fruehstueck {
    min-height: 41.6666666667em;
  }
}
@media (max-width: 400px) {
  section.fruehstueck {
    min-height: 50em;
  }
}
section.fruehstueck .content {
  position: absolute;
  margin-left: 21vw;
  max-width: 66.6666666667em;
  color: #fff;
  top: 12.7777777778em;
}
@media (min-width: 576px) {
  section.fruehstueck .content {
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  section.fruehstueck .content {
    margin-left: 29vw;
    max-width: 25.5555555556em;
  }
}
@media (max-width: 767px) {
  section.fruehstueck .content {
    margin-left: 36vw;
    max-width: 55vw;
  }
}
@media (max-width: 575px) {
  section.fruehstueck .content {
    margin-left: 3vh;
    max-width: calc(100% - 6vh);
    top: 30vh;
  }
}
@media (max-width: 400px) {
  section.fruehstueck .content {
    margin-left: 1.1111111111em;
    max-width: calc(100% - 2.22222em);
  }
}
section.fruehstueck .content h1 {
  font-size: 8.3333333333em;
}
@media (max-width: 1600px) {
  section.fruehstueck .content h1 {
    font-size: 6.1111111111em;
  }
}
@media (max-width: 1199px) {
  section.fruehstueck .content h1 {
    font-size: 5em;
  }
}
@media (max-width: 991px) {
  section.fruehstueck .content h1 {
    font-size: 3.3333333333em;
  }
}
@media (max-width: 767px) {
  section.fruehstueck .content h1 {
    font-size: 2.5em;
  }
}
@media (max-width: 575px) {
  section.fruehstueck .content h1 {
    font-size: 10vw;
  }
}
section.fruehstueck .content h2 {
  max-width: 41.6666666667rem;
}
@media (max-width: 991px) {
  section.fruehstueck .content h2 {
    font-size: 1.9444444444em;
  }
}
@media (max-width: 575px) {
  section.fruehstueck .content h2 {
    font-size: 6vw;
  }
}
section.fruehstueck .content hr {
  border-color: #fff;
}
@media (max-width: 575px) {
  section.fruehstueck .content hr {
    max-width: 60vw;
  }
}
section.fruehstueck .content p {
  max-width: 50em;
}
section.kacheln .container {
  max-width: 100%;
  padding: 0;
}
section.kacheln .row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 100%;
  margin: 0;
}
@media (max-width: 767px) {
  section.kacheln .row {
    grid-template-columns: 1fr;
  }
}
section.kacheln .col-text, section.kacheln .col-img {
  height: calc(50vw * .8);
  padding-top: 2.2222222222em;
  padding-bottom: 2.2222222222em;
}
@media (max-width: 991px) {
  section.kacheln .col-text, section.kacheln .col-img {
    height: 50vw;
  }
}
@media (max-width: 767px) {
  section.kacheln .col-text, section.kacheln .col-img {
    height: 60vw;
    min-height: 16.6666666667em;
  }
}
@media (max-width: 575px) {
  section.kacheln .col-text, section.kacheln .col-img {
    height: auto;
    padding-top: 2.2222222222em;
    padding-bottom: 2.2222222222em;
  }
}
section.kacheln .col-text {
  display: grid;
}
section.kacheln .col-text .content {
  max-width: 33.3333333333em;
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 576px) {
  section.kacheln .col-text .content {
    margin: auto;
  }
}
@media (min-width: 992px) {
  section.kacheln .col-text .content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
section.kacheln .col-text big {
  font-size: 2em;
  font-weight: bold;
}
section.kacheln .col-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
section.fruehstueckinfos .container {
  display: grid;
  grid-template-columns: 2fr 3fr;
  column-gap: 10em;
  padding-top: 8.3333333333em;
  padding-bottom: 15.2777777778em;
  padding-left: 15px;
  max-width: 88.8888888889em;
  margin-right: 0;
}
@media (max-width: 1600px) {
  section.fruehstueckinfos .container {
    column-gap: 10vw;
  }
}
@media (max-width: 1199px) {
  section.fruehstueckinfos .container {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575px) {
  section.fruehstueckinfos .container {
    padding-top: 4.4444444444em;
    padding-bottom: 7.2222222222em;
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  section.fruehstueckinfos .headline {
    grid-column: span 2;
  }
}
section.fruehstueckinfos .headline h2 {
  font-size: 4.7222222222rem;
  max-width: 63.3333333333rem;
}
@media (max-width: 767px) {
  section.fruehstueckinfos .headline h2 {
    font-size: 9vw;
  }
}
section.fruehstueckinfos .text {
  max-width: 600px;
}
section.fruehstueckinfos .galerie .carousel {
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 1199px) {
  section.fruehstueckinfos .galerie .carousel {
    margin-top: 3.3333333333em;
    max-width: 600px;
  }
}
@media (max-width: 575px) {
  section.fruehstueckinfos .galerie .carousel {
    margin-right: -26px;
    margin-left: -30px;
  }
}
section.fruehstueckinfos .galerie .carousel .carousel-prev, section.fruehstueckinfos .galerie .carousel .carousel-next {
  background-color: #8B7F77;
  width: 111px;
  height: 100px;
  display: grid;
  position: absolute;
  bottom: -70px;
  cursor: pointer;
}
@media (max-width: 575px) {
  section.fruehstueckinfos .galerie .carousel .carousel-prev, section.fruehstueckinfos .galerie .carousel .carousel-next {
    width: 60px;
    height: 60px;
    bottom: -60px;
  }
}
section.fruehstueckinfos .galerie .carousel .carousel-prev {
  background-color: #4C0E31;
  left: calc(50% - 111px);
}
@media (max-width: 575px) {
  section.fruehstueckinfos .galerie .carousel .carousel-prev {
    left: calc(50% - 60px);
  }
}
section.fruehstueckinfos .galerie .carousel .carousel-next {
  left: 50%;
}
section.fruehstueckinfos .galerie .carousel .carousel-prev-icon, section.fruehstueckinfos .galerie .carousel .carousel-next-icon {
  background-image: url('/assets/images/chevron.svg');
  background-size: contain;
  background-repeat: no-repeat;
  width: 34px;
  height: 60px;
  display: block;
  margin: auto;
}
@media (max-width: 575px) {
  section.fruehstueckinfos .galerie .carousel .carousel-prev-icon, section.fruehstueckinfos .galerie .carousel .carousel-next-icon {
    width: 18px;
    height: 32px;
  }
}
section.fruehstueckinfos .galerie .carousel .carousel-prev-icon {
  transform: rotate(180deg);
}
section.gaestezitate .container {
  padding-top: 8.3333333333em;
  padding-bottom: 10em;
}
@media (max-width: 991px) {
  section.gaestezitate .container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  section.gaestezitate .container {
    padding-top: 4.4444444444em;
    padding-bottom: 1.6666666667em;
  }
}
section.gaestezitate h2 {
  font-size: 4.7222222222rem;
  max-width: 62.2222222222rem;
}
@media (max-width: 767px) {
  section.gaestezitate h2 {
    font-size: 9vw;
  }
}
section.gaestezitate .quote {
  text-align: center;
  font-family: 'Montserrat-LightItalic';
  font-style: italic;
  font-weight: lighter;
  font-size: 2.2222222222rem;
}
@media (max-width: 575px) {
  section.gaestezitate .quote {
    font-size: 5vw;
  }
}
section.gaestezitate .carousel {
  max-width: 52.7777777778em;
  display: grid;
  grid-template-columns: 1fr 600px 1fr;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6.6666666667em;
}
@media (max-width: 991px) {
  section.gaestezitate .carousel {
    grid-template-columns: 1fr 65vw 1fr;
  }
}
@media (max-width: 767px) {
  section.gaestezitate .carousel {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
}
section.gaestezitate .carousel .carousel-prev, section.gaestezitate .carousel .carousel-next {
  background-color: #8B7F77;
  width: 111px;
  height: 100px;
  display: grid;
  cursor: pointer;
  align-self: center;
}
@media (max-width: 575px) {
  section.gaestezitate .carousel .carousel-prev, section.gaestezitate .carousel .carousel-next {
    width: 90px;
    height: 80px;
  }
}
section.gaestezitate .carousel .carousel-prev {
  transform: rotate(180deg);
  justify-self: start;
}
section.gaestezitate .carousel .carousel-next {
  justify-self: end;
}
section.gaestezitate .carousel .carousel-prev-icon, section.gaestezitate .carousel .carousel-next-icon {
  background-image: url('/assets/images/chevron.svg');
  background-size: contain;
  background-repeat: no-repeat;
  width: 34px;
  height: 60px;
  display: block;
  margin: auto;
}
@media (max-width: 767px) {
  section.gaestezitate .carousel .carousel-prev-icon, section.gaestezitate .carousel .carousel-next-icon {
    display: none;
  }
}
section.aufenthalt {
  background-image: url('/images/aufenthalt/header_hotel-am-schlosspark-aufenthalt_1920.jpg');
}
@media (max-width: 991px) {
  section.aufenthalt {
    min-height: 41.6666666667em;
  }
}
@media (max-width: 575px) {
  section.aufenthalt {
    min-height: 33.3333333333em;
  }
}
section.aufenthalt .content {
  position: absolute;
  margin-left: 21vw;
  max-width: 66.6666666667em;
  color: #fff;
  top: 12.7777777778em;
}
@media (min-width: 576px) {
  section.aufenthalt .content {
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  section.aufenthalt .content {
    margin-left: 29vw;
    max-width: 25.5555555556em;
  }
}
@media (max-width: 767px) {
  section.aufenthalt .content {
    margin-left: 36vw;
    max-width: 55vw;
  }
}
@media (max-width: 575px) {
  section.aufenthalt .content {
    margin-left: 3vh;
    max-width: calc(100% - 6vh);
    top: 30vh;
  }
}
@media (max-width: 400px) {
  section.aufenthalt .content {
    margin-left: 1.1111111111em;
    max-width: calc(100% - 2.22222em);
  }
}
section.aufenthalt .content h1 {
  font-size: 8.3333333333em;
}
@media (max-width: 1600px) {
  section.aufenthalt .content h1 {
    font-size: 6.1111111111em;
  }
}
@media (max-width: 1199px) {
  section.aufenthalt .content h1 {
    font-size: 5em;
  }
}
@media (max-width: 991px) {
  section.aufenthalt .content h1 {
    font-size: 3.3333333333em;
  }
}
@media (max-width: 767px) {
  section.aufenthalt .content h1 {
    font-size: 2.5em;
  }
}
@media (max-width: 575px) {
  section.aufenthalt .content h1 {
    font-size: 10vw;
  }
}
section.aufenthalt .content h2 {
  max-width: 41.6666666667rem;
}
@media (max-width: 991px) {
  section.aufenthalt .content h2 {
    font-size: 1.9444444444em;
  }
}
@media (max-width: 575px) {
  section.aufenthalt .content h2 {
    font-size: 6vw;
  }
}
section.aufenthalt .content hr {
  border-color: #fff;
}
@media (max-width: 575px) {
  section.aufenthalt .content hr {
    max-width: 60vw;
  }
}
section.aufenthalt .content p {
  max-width: 50em;
}
section.lage .container {
  padding-top: 8.3333333333em;
  padding-bottom: 8.3333333333em;
  padding-left: 0.8333333333em;
  padding-right: 0.8333333333em;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 6.6666666667em;
}
@media (min-width: 1200px) {
  section.lage .container {
    max-width: 66.6666666667em;
  }
}
@media (max-width: 991px) {
  section.lage .container {
    column-gap: 3.3333333333em;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575px) {
  section.lage .container {
    padding-top: 4.4444444444em;
    padding-right: 30px;
    padding-bottom: 4.4444444444em;
    padding-left: 30px;
  }
}
section.husumerleben {
  padding-top: 8.3333333333em;
  padding-bottom: 16.6666666667em;
}
@media (max-width: 1199px) {
  section.husumerleben {
    padding-bottom: 11.1111111111em;
  }
}
@media (max-width: 575px) {
  section.husumerleben {
    padding-top: 4.4444444444em;
    padding-bottom: 4.4444444444em;
  }
}
section.husumerleben p {
  max-width: 40.5555555556em;
}
@media (min-width: 576px) {
  section.galerie-offset > div {
    position: relative;
    top: -8.3333333333em;
  }
}
@media (max-width: 1199px) {
  section.galerie-offset > div {
    top: -5.5555555556em;
  }
}
section.angebote {
  background-image: url('/images/angebote/header_hotel-am-schlosspark-angebote_1920.jpg');
}
@media (max-width: 991px) {
  section.angebote {
    min-height: 41.6666666667em;
  }
}
@media (max-width: 575px) {
  section.angebote {
    min-height: 33.3333333333em;
  }
}
section.angebote .content {
  position: absolute;
  margin-left: 21vw;
  max-width: 66.6666666667em;
  color: #fff;
  top: 12.7777777778em;
}
@media (min-width: 576px) {
  section.angebote .content {
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  section.angebote .content {
    margin-left: 29vw;
    max-width: 25.5555555556em;
  }
}
@media (max-width: 767px) {
  section.angebote .content {
    margin-left: 36vw;
    max-width: 55vw;
  }
}
@media (max-width: 575px) {
  section.angebote .content {
    margin-left: 3vh;
    max-width: calc(100% - 6vh);
    top: 30vh;
  }
}
@media (max-width: 400px) {
  section.angebote .content {
    margin-left: 1.1111111111em;
    max-width: calc(100% - 2.22222em);
  }
}
section.angebote .content h1 {
  font-size: 8.3333333333em;
}
@media (max-width: 1600px) {
  section.angebote .content h1 {
    font-size: 6.1111111111em;
  }
}
@media (max-width: 1199px) {
  section.angebote .content h1 {
    font-size: 5em;
  }
}
@media (max-width: 991px) {
  section.angebote .content h1 {
    font-size: 3.3333333333em;
  }
}
@media (max-width: 767px) {
  section.angebote .content h1 {
    font-size: 2.5em;
  }
}
@media (max-width: 575px) {
  section.angebote .content h1 {
    font-size: 10vw;
  }
}
section.angebote .content h2 {
  max-width: 41.6666666667rem;
}
@media (max-width: 991px) {
  section.angebote .content h2 {
    font-size: 1.9444444444em;
  }
}
@media (max-width: 575px) {
  section.angebote .content h2 {
    font-size: 6vw;
  }
}
section.angebote .content hr {
  border-color: #fff;
}
@media (max-width: 575px) {
  section.angebote .content hr {
    max-width: 60vw;
  }
}
section.angebote .content p {
  max-width: 50em;
}
section.angebote-gutschein {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  section.angebote-gutschein h2 {
    font-size: 1.9444444444em;
  }
}
@media (max-width: 575px) {
  section.angebote-gutschein h2 {
    font-size: 6vw;
  }
}
section.angebote-gutschein .btn {
  margin-top: 1rem;
}
section.angebote-kacheln .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 100%;
  padding: 0;
}
@media (max-width: 767px) {
  section.angebote-kacheln .container {
    grid-template-columns: 1fr;
  }
}
section.angebote-kacheln .angebot {
  height: calc(50vw * .8);
  min-height: 400px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.angebote-kacheln .angebot .content {
  position: relative;
  z-index: 10;
  max-width: 36.1111111111em;
  padding: 2.2222222222em;
  margin-left: 3vw;
}
@media (min-width: 1600px) {
  section.angebote-kacheln .angebot .content {
    margin-left: 10vw;
  }
}
@media (max-width: 991px) {
  section.angebote-kacheln .angebot .content {
    margin-left: 0;
  }
}
@media (max-width: 1199px) {
  section.angebote-kacheln .angebot .content h2, section.angebote-kacheln .angebot .content .h2 {
    font-size: 2.2222222222em;
  }
}
@media (max-width: 991px) {
  section.angebote-kacheln .angebot .content h2, section.angebote-kacheln .angebot .content .h2 {
    font-size: 1.6666666667em;
  }
}
section.angebote-kacheln .angebot:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  transition: background 0.5s ease-in-out;
}
@media (min-width: 768px) {
  section.angebote-kacheln .angebot:hover:after {
    background: rgba(76, 14, 49, 0.8);
  }
}
section.tagungen {
  background-image: url('/images/tagungen/header_hotel-am-schlosspark-tagungen_1920.jpg');
}
@media (max-width: 575px) {
  section.tagungen {
    min-height: 44.4444444444em;
  }
}
@media (max-width: 400px) {
  section.tagungen {
    min-height: 52.7777777778em;
  }
}
section.tagungen .content {
  position: absolute;
  margin-left: 21vw;
  max-width: 66.6666666667em;
  color: #fff;
  top: 12.7777777778em;
}
@media (min-width: 576px) {
  section.tagungen .content {
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  section.tagungen .content {
    margin-left: 29vw;
    max-width: 25.5555555556em;
  }
}
@media (max-width: 767px) {
  section.tagungen .content {
    margin-left: 36vw;
    max-width: 55vw;
  }
}
@media (max-width: 575px) {
  section.tagungen .content {
    margin-left: 3vh;
    max-width: calc(100% - 6vh);
    top: 30vh;
  }
}
@media (max-width: 400px) {
  section.tagungen .content {
    margin-left: 1.1111111111em;
    max-width: calc(100% - 2.22222em);
  }
}
section.tagungen .content h1 {
  font-size: 8.3333333333em;
}
@media (max-width: 1600px) {
  section.tagungen .content h1 {
    font-size: 6.1111111111em;
  }
}
@media (max-width: 1199px) {
  section.tagungen .content h1 {
    font-size: 5em;
  }
}
@media (max-width: 991px) {
  section.tagungen .content h1 {
    font-size: 3.3333333333em;
  }
}
@media (max-width: 767px) {
  section.tagungen .content h1 {
    font-size: 2.5em;
  }
}
@media (max-width: 575px) {
  section.tagungen .content h1 {
    font-size: 10vw;
  }
}
section.tagungen .content h2 {
  max-width: 56.1111111111rem;
}
@media (max-width: 991px) {
  section.tagungen .content h2 {
    font-size: 1.9444444444em;
  }
}
@media (max-width: 575px) {
  section.tagungen .content h2 {
    font-size: 6vw;
  }
}
section.tagungen .content hr {
  border-color: #fff;
}
@media (max-width: 575px) {
  section.tagungen .content hr {
    max-width: 60vw;
  }
}
section.tagungen .content p {
  max-width: 50em;
}
section.tagungenanfragen {
  padding-top: 8.3333333333em;
  padding-bottom: 4.4444444444em;
}
@media (max-width: 575px) {
  section.tagungenanfragen {
    padding-top: 4.4444444444em;
  }
}
section.tagungenanfragen .btn img {
  margin-left: 1.6666666667em;
}
section.galerie-tagungen {
  padding-bottom: 11.1111111111em;
}
@media (max-width: 575px) {
  section.galerie-tagungen {
    padding-bottom: 0;
  }
}
section.jobs {
  background-image: url('/images/jobs/header_hotel-am-schlosspark-jobs_1920.jpg');
}
section.job-content {
  padding-top: 8.3333333333em;
  padding-bottom: 8.3333333333em;
}
@media (max-width: 575px) {
  section.job-content {
    padding-top: 4.4444444444em;
    padding-bottom: 4.4444444444em;
  }
}
section.impressum {
  background-image: none;
  min-height: 13.8888888889em;
  word-break: break-all;
}
section.impressum .container {
  position: relative;
  color: #fff;
  top: -12em;
}
section.impressum .container h1 {
  font-size: 2.7777777778em;
}
@media (max-width: 575px) {
  section.impressum .container h1 {
    font-size: 10vw;
  }
}
section.impressum .container hr {
  border-color: #fff;
}
section.impressumtext {
  padding-top: 5.5555555556em;
  padding-bottom: 5.5555555556em;
}
@media (max-width: 575px) {
  section.impressumtext h1, section.impressumtext .h1, section.impressumtext h2, section.impressumtext .h2, section.impressumtext h3, section.impressumtext .h3, section.impressumtext h4, section.impressumtext .h4, section.impressumtext h5, section.impressumtext .h5, section.impressumtext h6, section.impressumtext .h6 {
    font-size: 10vw;
  }
}
section.kontakt {
  background-image: none;
  background-color: #4C0E31;
  max-width: 100vw;
  height: 100vh;
  color: #fff;
}
section.kontakt:before {
  display: none;
}
section.kontakt a, section.kontakt a:hover {
  color: #fff;
  text-decoration: none;
}
section.kontakt .content {
  display: grid;
  max-width: 66.6666666667em;
  width: 100%;
  grid-template-columns: 400px 1fr;
  justify-content: center;
  align-items: center;
  margin: auto;
  max-height: 100vh;
  height: 100%;
  padding-left: 2em;
  padding-right: 2em;
}
@media (max-width: 991px) {
  section.kontakt .content {
    grid-template-columns: 300px 1fr;
  }
}
@media (max-width: 767px) {
  section.kontakt .content {
    grid-template-columns: 1fr;
  }
}
section.kontakt .col-left {
  text-align: center;
}
@media (min-width: 768px) {
  section.kontakt .col-left {
    border-right: solid 1px #fff;
    padding-right: 4vw;
  }
}
@media (max-width: 767px) {
  section.kontakt .col-left {
    padding-top: 4em;
    align-self: end;
  }
}
section.kontakt .col-right {
  padding-left: 5vw;
  font-size: 1.6666666667em;
  line-height: 1.8em;
}
@media (max-width: 1199px) {
  section.kontakt .col-right {
    font-size: 1.4444444444em;
  }
}
@media (max-width: 991px) {
  section.kontakt .col-right {
    font-size: 1.1111111111em;
  }
}
section.einzel-angebot .content {
  max-width: 66.6666666667em;
}
@media (max-width: 575px) {
  section.einzel-angebot .content {
    top: 15vh;
  }
}
section.einzel-angebot .content h1 {
  font-size: 4.1666666667em;
  margin-bottom: 0.4em;
}
@media (max-width: 991px) {
  section.einzel-angebot .content h1 {
    font-size: 2.7777777778em;
  }
}
@media (max-width: 767px) {
  section.einzel-angebot .content h1 {
    font-size: 1.6666666667em;
  }
}
section.einzel-angebot .content h2 {
  font-family: 'ext_unicase200', sans-serif;
  font-size: 2em;
  max-width: initial;
  margin-bottom: 0.8em;
}
section.einzel-angebot .content a, section.einzel-angebot .content a:hover {
  color: #fff;
}
@media (prefers-reduced-motion: reduce) {
  * {
    transition: none !important;
  }
}
.impressumtext h1 {
  font-size: 4em;
}
.impressumtext h2 {
  font-size: 2.5em;
  font-family: 'ext_unicase1000';
}
.impressumtext h3 {
  font-size: 2em;
}
.impressumtext h4 {
  font-size: 1.2em;
  text-transform: none;
  font-family: 'ext_unicase1000';
}
#popupbox {
  display: none;
  width: 100%;
  height: 100%;
  font-family: 'Montserrat';
  color: #8B7F77;
  opacity: 1;
  position: fixed;
  transition: all 0.4s ease-out 0s;
  z-index: 1313;
  top: 0;
  background: rgba(76, 14, 49, 0.9) !important;
}
#popupbox .contentbox * {
  font-family: 'Montserrat' !important;
  color: #8B7F77;
}
#popupbox .contentbox {
  font-size: 18px;
  line-height: 1.2em;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
  width: 800px;
  max-width: 90%;
  margin: auto;
  padding: 40px;
  left: 50%;
  top: 50%;
  position: absolute;
  box-sizing: border-box;
  background: #fff;
  transform: translate(-50%, -50%);
}
.contentbox h4 {
  text-transform: uppercase !important;
  font-weight: bold;
}
.contentbox p:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 500px) {
  #popupbox {
    left: 0;
    max-width: 100%;
    width: 100%;
  }
}
#popupbox h3 {
  margin: 0 0 0.5em 0;
  color: #000;
  font-weight: bold;
  font-size: 22px;
}
#popupbox h5 {
  margin-bottom: 1em;
}
#popupbox #close {
  position: absolute;
  right: -25px;
  top: -25px;
  background: #8B7F77;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  border-radius: 0;
  cursor: pointer;
}
.zeitraum span.btn {
  text-transform: lowercase;
}
section.zimmerdetail .col-right .zeitraum .btn::after {
  content: "€";
  padding-left: 10px;
}
html[lang="en"] section.zimmerdetail .col-right .zeitraum .btn {
  font-size: 0.9em;
}
