@charset "UTF-8";
html, body {
  height: 100%;
}

.main-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #d1ac7f;
}
.main-container #diorama {
  flex: 1;
}

diorama-container > .weather .cloud a, main a {
  color: #bf1e2e;
  font-weight: bold;
  font-family: "Satisfy";
  text-decoration: underline;
  text-decoration-color: #593d32;
  display: inline-block;
  transition: transform 0.125s;
}
diorama-container > .weather .cloud a:hover, main a:hover {
  text-decoration-color: #bf1e2e;
  transform: scale(1.1);
}

main {
  min-height: 50vh;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 1.25em;
}
main section {
  padding: 2em 0em;
}
main section h2, main section p {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
main h2 {
  font-family: "chelsea-market-pro";
  font-size: 3em;
  text-align: center;
  margin-bottom: 0.5em;
}
@media (max-width: 767px) {
  main h2 {
    font-size: 2.5em;
    line-height: 1em;
  }
}
main h3 {
  font-family: "chelsea-market-pro";
  font-size: 2em;
  margin-bottom: 0.5em;
}
main h4 {
  font-family: "chelsea-market-pro";
  font-size: 1.5em;
  margin-bottom: 0.5em;
}
main p {
  margin-bottom: 1em;
  line-height: 1.35em;
}
main ul {
  list-style: circle;
  list-style-position: outside;
  padding-left: 1em;
}
main ul li {
  margin-bottom: 0.5em;
}
main section.has-light-background-color h2 {
  text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white;
  color: #593d32;
}
main section.has-white-background-color h2 {
  text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;
  color: #d1ac7f;
}

header.main nav {
  display: flex;
  align-items: center;
  font-family: "montserrat-alternates";
  font-size: 1.75em;
  font-weight: 300;
}
header.main nav div.logo a {
  display: inline-block;
  height: 100%;
}
header.main nav div.logo img {
  height: 2.5em;
}
header.main nav ul.menu {
  display: flex;
  flex-direction: row;
  border-bottom: 0.15em solid white;
  margin-left: 1em;
  margin-right: 1em;
  padding-left: 1.5em;
  padding-right: 1.5em;
}
header.main nav ul.menu li {
  padding-left: 1.5em;
  padding-right: 1.5em;
  padding-top: 0.1em;
  padding-bottom: 0.15em;
  color: #696559;
}
header.main nav ul.menu li.current-menu-item {
  background: rgba(236, 221, 202, 0.8);
}
header.main nav ul.sub-menu {
  display: none;
}
@media (max-width: 431px) {
  header.main nav {
    font-size: 6.5vw;
  }
}
@media (max-width: 767px) {
  header.main nav ul.menu {
    display: none;
  }
}

.season {
  display: flex;
  flex-direction: row;
  align-items: baseline;
}
.season .italic {
  font-family: "Satisfy";
  font-weight: 100;
  color: grey;
}
.season season-switch {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-family: "chelsea-market-pro";
  border: 1px solid #7d7a7a;
  padding: 0.25em 0.5em 0.125em;
  margin-left: 0.5em;
  border-radius: 0.5em;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: inset 0px 2px 5px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  overflow: hidden;
}
.season season-switch .sommer, .season season-switch .winter {
  grid-area: 1/1/span 1/span 1;
  text-align: center;
}
.season season-switch::part(switch) {
  height: 0.75em;
  width: 0.75em;
  background-image: url("assets/images/icons/swap.png");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.5;
}
.season season-switch::part(label) {
  margin-left: 0.25em;
}
.season season-switch.winter {
  color: #0B83BF;
}
.season season-switch.summer {
  color: #BFBA32;
}

aside#back-to-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  display: flex;
  flex-direction: row;
  justify-content: center;
  transform: translateY(-115%);
  transition: transform 0.3s ease-in-out;
}
aside#back-to-top.show {
  transform: none;
}
aside#back-to-top button {
  height: 3rem;
  aspect-ratio: 565/145;
  background-image: url("assets/images/components/BackToTop.png");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  filter: drop-shadow(2px 0px 3px rgba(0, 0, 0, 0.5));
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 0.125em;
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
}
aside#back-to-top button span:nth-child(1) {
  font-family: "Satisfy";
  font-size: 1em;
  color: lightgrey;
}
aside#back-to-top button span:nth-child(2) {
  font-family: "chelsea-market-pro";
  font-size: 1.25em;
  line-height: 0.5em;
}
aside#back-to-top button:hover {
  filter: drop-shadow(2px 0px 4px rgba(245, 245, 245, 0.75)) drop-shadow(2px 0px 4px rgba(245, 245, 245, 0.75)) drop-shadow(2px 0px 4px rgba(245, 245, 245, 0.75));
}

header.pagetitle {
  position: relative;
  pointer-events: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  filter: drop-shadow(2px 4px 4px rgba(105, 101, 89, 0.5));
}
header.pagetitle h1 {
  font-size: 7vw;
  font-family: "chelsea-market-pro";
  color: #593d32;
  color: white;
  display: inline-block;
  --shadow-color: #696559;
  text-shadow: -1.5px -1.5px 0 var(--shadow-color), 1.5px -1.5px 0 var(--shadow-color), -1.5px 1.5px 0 var(--shadow-color), 1.5px 1.5px 0 var(--shadow-color);
  padding: 0.5em 2em;
  z-index: 2;
  position: relative;
  top: -10vh;
}
@media (min-width: 801px) {
  header.pagetitle h1 {
    left: -5vw;
  }
}
@media (min-width: 601px) {
  header.pagetitle h1 {
    font-size: 2.5em;
  }
}
header.pagetitle .banner {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0 49% 0 0);
}
header.pagetitle .banner svg {
  height: 100%;
  stroke-width: 1.5px;
}
header.pagetitle .banner.right {
  transform: rotate(180deg);
}

header.main {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 1rem 1rem;
  background: rgba(255, 255, 255, 0.6);
}

diorama-container {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  perspective: 8px;
  perspective-origin: 0%;
  padding-top: 100vh;
  padding-top: 100dvh;
}
diorama-container > figure, diorama-container > snow-fall {
  pointer-events: none;
}
diorama-container > figure.sky {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  transform-origin: 0;
  transform: translateZ(-4.5px) scale(1.5625);
  background-size: auto 100%;
  background-position: top;
  background-repeat: no-repeat;
  z-index: 1;
}
diorama-container > figure.glacier {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  transform-origin: 0;
  transform: translateZ(-3.75px) scale(1.46875);
  background-size: auto 100%;
  background-position: top;
  background-repeat: no-repeat;
  z-index: 2;
}
diorama-container > snow-fall.back {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  transform-origin: 0;
  transform: translateZ(-4px) scale(1.5);
  background-size: auto 100%;
  background-position: top;
  background-repeat: no-repeat;
  z-index: 3;
}
diorama-container > header {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  transform-origin: 0;
  transform: translateZ(-4px) scale(1.5);
  background-size: auto 100%;
  background-position: top;
  background-repeat: no-repeat;
  z-index: 4;
  height: unset;
  top: -10vh;
}
diorama-container > figure.mountains {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  transform-origin: 0;
  transform: translateZ(-3px) scale(1.375);
  background-size: auto 100%;
  background-position: top;
  background-repeat: no-repeat;
  z-index: 5;
}
diorama-container > snow-fall.middle {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  transform-origin: 0;
  transform: translateZ(-2px) scale(1.25);
  background-size: auto 100%;
  background-position: top;
  background-repeat: no-repeat;
  z-index: 6;
}
diorama-container > snow-fall.front {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  transform-origin: 0;
  transform: translateZ(0px) scale(1);
  background-size: auto 100%;
  background-position: top;
  background-repeat: no-repeat;
  z-index: 7;
}
diorama-container > .weather {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  transform-origin: 0;
  transform: translateZ(-3px) scale(1.375);
  background-size: auto 100%;
  background-position: top;
  background-repeat: no-repeat;
  z-index: 8;
  pointer-events: none;
}
@media (max-width: 800px) {
  diorama-container > .weather {
    font-size: 0.75em;
  }
  diorama-container > .weather .cloud {
    text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white;
  }
  diorama-container > .weather .cloud.request {
    left: 10%;
    top: 25%;
  }
}
@media (min-width: 801px) {
  diorama-container > .weather .cloud {
    text-shadow: -1.5px -1.5px 0 white, 1.5px -1.5px 0 white, -1.5px 1.5px 0 white, 1.5px 1.5px 0 white;
  }
  diorama-container > .weather .cloud.request {
    left: 25%;
    top: 25%;
  }
}
diorama-container > .weather .cloud {
  pointer-events: auto;
  position: absolute;
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.25));
  background-size: 100%;
  background-repeat: no-repeat;
  font-size: 1.75em;
  font-weight: bold;
  z-index: 16;
}
diorama-container > .weather .cloud a {
  font-size: 1.15em;
}
diorama-container > .weather .cloud.visible {
  visibility: visible;
}
diorama-container > .weather .cloud.request {
  background-image: url("assets/images/diorama/clouds/request.png");
  padding: 2.8em 2em 2em;
  width: 8em;
}
diorama-container > .weather .cloud.booking {
  display: none;
  background-image: url("assets/images/diorama/clouds/book.png");
  padding: 2.7em 2.2em 1.5em 2.6em;
}
diorama-container > figure.village {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  transform-origin: 0;
  transform: translateZ(-1.5px) scale(1.1875);
  background-size: auto 100%;
  background-position: top;
  background-repeat: no-repeat;
  background-image: url("assets/images/diorama/village.png");
  z-index: 10;
}
diorama-container > figure.village::after {
  content: "";
  width: 100%;
  height: 20em;
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
  background: #d1ac7f;
}
diorama-container > .masthead {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  transform-origin: 0;
  transform: translateZ(0px) scale(1);
  background-size: auto 100%;
  background-position: top;
  background-repeat: no-repeat;
}
diorama-container > header.pagetitle {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  transform-origin: 0;
  transform: translateZ(-1px) scale(1.125);
  background-size: auto 100%;
  background-position: top;
  background-repeat: no-repeat;
  z-index: 20;
}
diorama-container main {
  transform-origin: 0;
  transform: translateZ(0px) scale(1);
  position: relative;
  z-index: 100;
}
@media (max-width: 800px) {
  diorama-container > figure.village {
    background-position: 42% 0px;
    top: 40px;
  }
  diorama-container > snow-fall.front, diorama-container > snow-fall.back {
    display: none;
  }
}

body.season-summer diorama-container > figure.sky {
  background-image: url("assets/images/diorama/summer/sky.jpg");
}
body.season-summer diorama-container > figure.glacier {
  background-image: url("assets/images/diorama/summer/glacier.png");
}
body.season-summer diorama-container > figure.mountains {
  background-image: url("assets/images/diorama/summer/mountains.png");
}
body.season-summer diorama-container snow-fall {
  display: none;
}
body.season-winter diorama-container > figure.sky {
  background-image: url("assets/images/diorama/winter/sky.jpg");
}
body.season-winter diorama-container > figure.glacier {
  background-image: url("assets/images/diorama/winter/glacier.png");
}
body.season-winter diorama-container > figure.mountains {
  background-image: url("assets/images/diorama/winter/mountains.png");
}

/* * Eine mit dem tiroler Muster hinterlegte Überschrift, ggfs. dekoriert mit einem Vor- und Zusatz.
 * */
header.title {
  font-size: 1rem;
  margin-bottom: 3em;
  position: relative;
  text-align: center;
}
header.title h1 {
  padding: 0.43em 0.215em 0.42em;
  background-image: url("assets/images/frontpage/tirol.png");
  background-size: 1em;
  background-position: center top;
  font-family: "chelsea-market-pro";
  font-size: 5em;
  text-shadow: -1.5px -1.5px 0 black, 1.5px -1.5px 0 black, -1.5px 1.5px 0 black, 1.5px 1.5px 0 black;
  color: white;
}
header.title p {
  position: absolute;
  z-index: 1;
  width: 100%;
  font-family: "Satisfy";
  font-size: 2em;
  color: #593d32;
  text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white;
}
header.title p:first-child {
  height: 0.8em;
  top: -0.75em;
}
header.title p:last-child {
  bottom: -2em;
}
header.title p:last-child::before, header.title p:last-child::after {
  content: "abcdef";
  border-bottom: 1px solid #696559;
  position: relative;
  bottom: 0.75em;
  margin: 0 0.75em;
  color: transparent;
  text-shadow: none;
}
@media (max-width: 800px) {
  header.title {
    font-size: 2vw;
  }
  header.title p {
    font-size: 2.5em;
  }
}

body.home main {
  background: white;
  margin-top: -8.7rem;
  filter: drop-shadow(0px -4px 10px rgba(0, 0, 0, 0.1));
}
@media (max-width: 550px) {
  body.home main {
    margin-top: calc(-8.7rem - (100vw - 550px) * 0.2);
  }
}

aside.how-to-reach {
  width: 100%;
  z-index: 25;
  position: relative;
  font-family: "montserrat-alternates";
}
aside.how-to-reach summary {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background: #bf1e2e;
  color: white;
  text-align: center;
  padding: 0.5em;
  border-top: 2px solid white;
  font-size: 1.25em;
  cursor: pointer;
}
aside.how-to-reach summary::before {
  content: "";
  display: inline-block;
  background: url("assets/images/footer/phone.png");
  background-size: auto 100%;
  background-repeat: no-repeat;
  height: 2em;
  width: 2em;
  margin-right: 0.75em;
}
aside.how-to-reach summary::after {
  content: "";
  display: inline-block;
  background: url("assets/images/footer/map.png");
  background-size: auto 100%;
  background-repeat: no-repeat;
  height: 2em;
  width: 3em;
  margin-left: 0.75em;
}
aside.how-to-reach address {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  padding: 0.5em 0;
  background: #e65d6b;
  color: white;
}
aside.how-to-reach google-maps {
  display: block;
  height: 50vw;
  background-color: #dec4a5;
  background-image: url("assets/images/footer/GoogleMaps.jpg");
  background-size: 25% auto;
  background-repeat: no-repeat;
  background-position: center;
  border-top: 3px solid #593d32;
  transition: height 1s ease-in-out;
}
@media (max-width: 768px) {
  aside.how-to-reach google-maps {
    height: 60vh;
  }
}

footer.main > .badges {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer.main > .badges .white-border {
  border: 2px solid white;
}
footer.main > .badges .wp-block-social-links {
  margin-left: 1em;
  margin-right: 1em;
}
footer.main > .badges .wp-block-social-links .wp-social-link svg {
  fill: whitesmoke;
  width: 1.5em;
  height: 1.5em;
}
footer.main > .badges .wp-block-social-links .wp-social-link:hover svg {
  fill: #bf1e2e;
}

footer.main > nav ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
footer.main > nav ul li {
  margin: 0 0.5em;
}
footer.main > nav a:hover {
  color: #df3143;
}

footer.main > .copyright {
  color: white;
  display: flex;
  flex-direction: column;
  line-height: 1.5em;
}
@media (max-width: 767px) {
  footer.main > .copyright span.owner {
    margin-top: 0.5em;
  }
}
@media (min-width: 768px) {
  footer.main > .copyright {
    flex-direction: row;
    justify-content: center;
  }
  footer.main > .copyright span.owner {
    margin-left: 0.75em;
  }
  footer.main > .copyright span.owner::before {
    content: "–";
    margin-right: 0.75em;
  }
}

footer.main > .credits {
  margin: auto;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #d1ac7f;
  gap: 1em;
}
footer.main > .credits a:hover {
  color: #df3143;
}
footer.main > .credits strong {
  font-weight: 600;
}
footer.main > .credits img.wordpress-logo {
  height: 1.5em;
  position: relative;
  left: 0.2em;
  margin-right: 0.25em;
}
footer.main > .credits span.design {
  margin-top: 0.4em;
}
@media (min-width: 768px) {
  footer.main > .credits {
    flex-direction: row;
  }
  footer.main > .credits span.design {
    order: 2;
  }
}

footer.main {
  padding: 2em;
  border-top: 3px solid black;
  background: #593d32;
  color: white;
  font-family: "montserrat-alternates";
  color: #d1ac7f;
  text-align: center;
  position: relative;
  z-index: 26;
}
footer.main > * {
  margin-bottom: 1em;
}

.wp-block-media-text.is-style-picture-frame {
  margin-top: 6em;
  margin-bottom: 4em;
  background: url("assets/images/frontpage/wood.jpg");
  background-size: cover;
  padding: 1.5em;
  display: block;
  position: relative;
  --dangle-top: -150px;
  --frame-width: 15em;
}
@media (max-width: 444px) {
  .wp-block-media-text.is-style-picture-frame {
    --frame-width: 65vw;
  }
}
@media (max-width: 849px) {
  .wp-block-media-text.is-style-picture-frame p {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .wp-block-media-text.is-style-picture-frame p {
    font-size: 0.825em !important;
  }
}
.wp-block-media-text.is-style-picture-frame > figure.wp-block-media-text__media {
  border-image-source: url("assets/images/frontpage/frame.jpg");
  border-image-slice: 90 90 90 90 fill;
  border-image-repeat: round round;
  border-style: solid;
  border-width: calc(var(--frame-width) * 0.1);
  filter: drop-shadow(2px 2px 3px #222);
}
.wp-block-media-text.is-style-picture-frame > figure.wp-block-media-text__media img {
  height: 100%;
  border: 4px solid black;
}
.wp-block-media-text.is-style-picture-frame > figure.wp-block-media-text__media .anchor {
  position: absolute;
  top: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.wp-block-media-text.is-style-picture-frame > figure.wp-block-media-text__media .anchor.left {
  left: 0;
}
.wp-block-media-text.is-style-picture-frame > figure.wp-block-media-text__media .anchor.right {
  right: 0;
}
.wp-block-media-text.is-style-picture-frame > div.wp-block-media-text__content {
  width: 100%;
  height: 100%;
  background: rgba(231, 197, 146, 0.125);
  color: black;
  font-family: "Satisfy";
  font-size: 1.5em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  border-radius: 0.5em;
  background-color: rgba(255, 255, 255, 0.5);
  height: 100%;
  padding: 0.75em;
}
.wp-block-media-text.is-style-picture-frame > div.wp-block-media-text__content p {
  margin: 0;
  font-size: 1.125em;
}

.wp-block-madwizard-window {
  --window-frame-width: 42px;
  margin: 2em auto;
}
@media (max-width: 1000px) {
  .wp-block-madwizard-window {
    max-width: 100%;
    --window-frame-width: 30px;
  }
  .wp-block-madwizard-window > .aspect-container {
    width: calc(100% + 4 * var(--window-frame-width)) !important;
    transform: translateX(calc(var(--window-frame-width) * -2));
    padding-top: 75% !important;
  }
  .wp-block-madwizard-window figure.wp-block-image {
    pointer-events: none;
  }
  .wp-block-madwizard-window figure.wp-block-image button.lightbox-trigger {
    display: none;
  }
}
.wp-block-madwizard-window .aspect-container {
  width: 100%;
  position: relative;
  padding-top: 60%;
  display: grid;
}
.wp-block-madwizard-window .grid-container {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: grid;
  grid-template-rows: var(--window-frame-width) calc(100% - var(--window-frame-width) * 2) var(--window-frame-width);
  grid-template-columns: calc(var(--window-frame-width) * 2) calc(100% - var(--window-frame-width) * 4) calc(var(--window-frame-width) * 2);
  align-items: stretch;
}
.wp-block-madwizard-window .grid-container .content {
  grid-area: 2/2/span 1/span 1;
  place-self: stretch;
  width: 100%;
  aspect-ratio: 16/9;
}
.wp-block-madwizard-window .grid-container .content > * {
  width: 100%;
  height: 100%;
}
.wp-block-madwizard-window .grid-container .content .wp-block-cb-carousel {
  margin-bottom: 0;
}
.wp-block-madwizard-window .grid-container .content .wp-block-cb-carousel .slick-slide {
  padding-left: 0;
  padding-right: 0;
}
.wp-block-madwizard-window .grid-container .content .wp-block-cb-carousel .slick-list {
  height: 100%;
  width: 100%;
  display: grid;
  place-content: center;
  overflow: hidden;
}
.wp-block-madwizard-window .grid-container .content .wp-block-cb-carousel .slick-arrow {
  width: 40px;
  height: 40px;
  z-index: 1;
}
.wp-block-madwizard-window .grid-container .content .wp-block-cb-carousel .slick-arrow::before {
  color: white;
  font-size: 40px;
}
.wp-block-madwizard-window .grid-container .content .wp-block-cb-carousel .slick-arrow.slick-prev {
  left: 25px;
}
.wp-block-madwizard-window .grid-container .content .wp-block-cb-carousel .slick-arrow.slick-next {
  right: 25px;
}
.wp-block-madwizard-window .grid-container .content .wp-block-cb-carousel .slick-dots {
  bottom: calc(var(--window-frame-width) * -2);
}
.wp-block-madwizard-window .grid-container .content .wp-block-cb-carousel .slick-dots button::before {
  font-size: 14px;
}
.wp-block-madwizard-window .grid-container .content .wp-block-cb-carousel .slick-dots, .wp-block-madwizard-window .grid-container .content .wp-block-cb-carousel .slick-arrow {
  opacity: 0;
  transition: opacity 0.25s linear;
}
.wp-block-madwizard-window .grid-container .content figure.wp-block-image {
  height: 100%;
}
.wp-block-madwizard-window .grid-container .content figure.wp-block-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wp-block-madwizard-window .grid-container .content figure.wp-block-image button.lightbox-trigger {
  right: 1.5em !important;
  top: 2em !important;
  width: 2em;
  height: 2em;
}
.wp-block-madwizard-window .grid-container .content figure.wp-block-image button.lightbox-trigger svg {
  width: 1em;
  height: 1em;
}
.wp-block-madwizard-window .grid-container .window {
  --window-bar-width: calc(var(--window-frame-width) * 0.714);
  grid-area: 2/2/2/span 1;
  background: rgba(173, 216, 230, 0.25);
  transition: transform 0.5s;
  width: 50%;
  z-index: 2;
  display: grid;
  grid-template-rows: var(--window-bar-width) 1fr calc(var(--window-bar-width) * 0.5) 1fr calc(var(--window-bar-width) * 0.5) 1fr var(--window-bar-width);
  grid-template-columns: var(--window-bar-width) 1fr calc(var(--window-bar-width) * 0.5) 1fr var(--window-bar-width);
}
.wp-block-madwizard-window .grid-container .window.left {
  justify-self: start;
  transform-origin: left;
}
.wp-block-madwizard-window .grid-container .window.right {
  justify-self: end;
  transform-origin: right;
}
.wp-block-madwizard-window .grid-container .window .bar {
  position: relative;
  background: #593d32;
  border: 3px solid black;
}
.wp-block-madwizard-window .grid-container .window .bar.vertical {
  z-index: 1;
}
.wp-block-madwizard-window .grid-container .window .bar.horizontal {
  width: 105%;
  left: -2.5%;
}
.wp-block-madwizard-window .grid-container .window .bar.top {
  grid-area: 1/2/span 1/span 3;
  background-image: url(/wp-content/themes/dorfplatzl/assets/images/components/window/bar_horizontal_top.jpg);
  background-size: 100% 100%;
}
.wp-block-madwizard-window .grid-container .window .bar.left {
  grid-area: 1/1/span 7/span 1;
  background-image: url(/wp-content/themes/dorfplatzl/assets/images/components/window/bar_vertical_left.jpg);
  background-size: 100% 100%;
}
.wp-block-madwizard-window .grid-container .window .bar.right {
  grid-area: 1/5/span 7/span 1;
  background-image: url(/wp-content/themes/dorfplatzl/assets/images/components/window/bar_vertical_right.jpg);
  background-size: 100% 100%;
}
.wp-block-madwizard-window .grid-container .window .bar.bottom {
  grid-area: 7/2/span 1/span 3;
  background-image: url(/wp-content/themes/dorfplatzl/assets/images/components/window/bar_horizontal_bottom.jpg);
  background-size: 100% 100%;
}
.wp-block-madwizard-window .grid-container .window .bar.center-top {
  grid-area: 3/2/span 1/span 3;
  background-image: url(/wp-content/themes/dorfplatzl/assets/images/components/window/minibar_horizontal_top.jpg);
  background-size: 100% 100%;
}
.wp-block-madwizard-window .grid-container .window .bar.center-bottom {
  grid-area: 5/2/span 1/span 3;
  background-image: url(/wp-content/themes/dorfplatzl/assets/images/components/window/minibar_horizontal_bottom.jpg);
  background-size: 100% 100%;
}
.wp-block-madwizard-window .grid-container .window .bar.center {
  grid-area: 2/3/span 5/span 1;
  background-image: url(/wp-content/themes/dorfplatzl/assets/images/components/window/minibar_vertical.jpg);
  background-size: 100% 100%;
  z-index: -1 !important;
  height: 105%;
  top: -2.5%;
}
.wp-block-madwizard-window .grid-container .frame {
  background: #593d32;
  border: 4px solid #593d32;
  position: relative;
}
.wp-block-madwizard-window .grid-container .frame.top {
  grid-area: 1/1/1/span 3;
  z-index: 2;
  background-image: url(/wp-content/themes/dorfplatzl/assets/images/components/window/frame_top.jpg);
  background-size: 100% 100%;
}
.wp-block-madwizard-window .grid-container .frame.right {
  grid-area: 2/3/2/span 1;
  width: var(--window-frame-width);
  justify-self: start;
  z-index: 1;
  background-image: url(/wp-content/themes/dorfplatzl/assets/images/components/window/frame_right.jpg);
  background-size: 100% 100%;
  height: 105%;
  top: -2.5%;
}
.wp-block-madwizard-window .grid-container .frame.left {
  grid-area: 2/1/2/span 1;
  width: var(--window-frame-width);
  justify-self: end;
  z-index: 1;
  background-image: url(/wp-content/themes/dorfplatzl/assets/images/components/window/frame_left.jpg);
  background-size: 100% 100%;
  height: 105%;
  top: -2.5%;
}
.wp-block-madwizard-window .grid-container .frame.bottom {
  grid-area: 3/1/3/span 3;
  z-index: 2;
  background-image: url(/wp-content/themes/dorfplatzl/assets/images/components/window/frame_bottom.jpg);
  background-size: 100% 100%;
}
.wp-block-madwizard-window.open .window.left {
  transform: perspective(2000px) rotateY(-120deg);
}
.wp-block-madwizard-window.open .window.right {
  transform: perspective(2000px) rotateY(120deg);
}
.wp-block-madwizard-window.open .slick-dots, .wp-block-madwizard-window.open .slick-arrow {
  opacity: 1 !important;
}

body.page-template-legal main article {
  background: white;
  border-style: solid;
  border-color: #696559;
  border-width: 0;
  border-top-width: 4px;
  border-bottom-width: 4px;
  min-height: 500px;
  margin-top: 2.5em;
  margin-bottom: 3em;
  padding: 1em;
  padding-top: 3em !important;
  filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.25));
}
body.page-template-legal main article h2 {
  margin-top: 1em;
  text-align: left;
}
body.page-template-legal main article h3, body.page-template-legal main article h4 {
  margin-top: 0.5em;
}
body.page-template-legal main article::before {
  content: "§";
  position: absolute;
  left: 50%;
  top: -0.65em;
  color: #696559;
  font-size: 5em;
  color: black;
  color: #593d32;
  font-weight: 500;
  filter: drop-shadow(0 0 3px #696559);
  transform: translateX(-50%);
  text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white;
}
@media (min-width: 1024px) {
  body.page-template-legal main article {
    border-right-width: 4px;
    border-left-width: 4px;
    padding: 2em;
  }
}

/* * Theme Name: Pension Dorfplatzl
 * * Theme URI: https://lab.madwizard.de/web/dorfplatzl
 * * Author: Kevin Koslowski
 * * Author URI: http://madwizard.de/
 * * Description: Handgeschnitztes Design für die Pension Dorfplatzl im Pitztal.
 * * Version: 2.0
 * */