/*
@import 'abstracts/variables';
@import 'abstracts/functions';
@import 'abstracts/mixins';

@import 'vendors/bootstrap';
@import 'vendors/jquery-ui';

@import 'base/reset';
@import 'base/typography';

@import 'layout/navigation';
@import 'layout/grid';
@import 'layout/header';
@import 'layout/footer';
@import 'layout/sidebar';
@import 'layout/forms';

@import 'components/carousel';
@import 'components/buttons';
@import 'components/slider';:

@import 'pages/home';
@import 'pages/about';
@import 'pages/contact';

@import 'themes/theme';
@import 'themes/admin';
*/
:root {
  --mv-secondary: #2e4757;
  --mv-secondary-450: #435968;
  --mv-secondary-350: #6d7e89;
  --mv-secondary-300: #82919a;
  --mv-secondary-250: #97a3ab;
  --mv-secondary-200: #abb5bc;
  --mv-secondary-150: #c0c8cd;
  --mv-secondary-100: #d5dadd;
  --mv-primary: #987a56;
  --mv-primary-350: #b7a289;
  --mv-primary-250: #ccbdab;
  --mv-primary-200: #d6cabb;
  --mv-primary-150: #e0d7cc;
  --mv-primary-100: #ece4d9;
  --mv-white: #ffffff;
}

.we2p-autolink-link {
  font-weight: 450 !important;
  text-decoration: underline !important;
}

.module-font-bold .we2p-autolink-link {
  font-weight: inherit !important;
}

.we2p-similar-recipe {
  cursor: pointer;
}
.we2p-similar-recipe img {
  transition: filter 0.3s ease-in-out;
}
.we2p-similar-recipe .we2p-similar-recipe__overlay {
  top: 50%;
  opacity: 0;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.we2p-similar-recipe:hover img {
  filter: brightness(0.5);
}
.we2p-similar-recipe:hover .we2p-similar-recipe__overlay {
  opacity: 1;
  transform: translateY(-50%);
}

.we2p-detail-description hr, .we2p-detail-description ul, .we2p-detail-description ol, .we2p-detail-description li {
  clear: both;
}
.we2p-detail-description hr {
  background: none;
}
.we2p-detail-description a {
  font-weight: 800;
  text-decoration: underline !important;
}
.we2p-detail-description .image-style-side {
  float: right;
  margin: 0 !important;
}
.we2p-detail-description .image-style-side img {
  margin: 0 0 10px 10px !important;
}
.we2p-detail-description figure, .we2p-detail-description img {
  width: 33% !important;
  clear: both;
  margin-right: 10px;
  margin-bottom: 10px;
  font-variant: all-small-caps;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: inherit;
}
.we2p-detail-description figure.table {
  width: 100% !important;
}
.we2p-detail-description p img {
  width: 33% !important;
  float: left;
  clear: both;
  margin-right: 10px;
  margin-bottom: 10px;
  font-variant: all-small-caps;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: inherit;
}
.we2p-detail-description h2 {
  -moz-column-span: all;
       column-span: all;
  margin-left: 5%;
  margin-right: 5%;
  text-align: center;
  font-size: var(--ploetz-h3-font-size-noto) !important;
  font-variant-numeric: oldstyle-nums;
  line-height: 1.1 !important;
}

.we2p-pb-subheader {
  letter-spacing: 2px;
  font-weight: 600 !important;
  text-transform: uppercase;
  border-bottom: 2px solid var(--we2p-color-primary);
  padding-bottom: 5px;
}

.we2p-pb-subheader--alternative {
  letter-spacing: 4px;
  font-weight: 600 !important;
  text-transform: uppercase;
  border-bottom: 4px solid rgba(196, 173, 130, 0.2);
  padding-bottom: 5px;
}

.we2p-pb-subheader--comments {
  letter-spacing: 4px;
  font-weight: 600 !important;
  text-transform: uppercase;
  margin-bottom: 2rem !important;
}

.we2p-pb-recipe__thumbnail-container {
  width: 100%;
  height: 50vh;
}

.we2p-pb-recipe__thumbnail-image {
  width: 80%;
  height: auto;
  aspect-ratio: 5/7;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media print {
  .we2p-recipe-headline {
    font-size: 34px !important;
  }
  .we2p-module-container {
    width: 100% !important;
  }
  .we2p-pb-recipe__thumbnail-container {
    width: auto;
    max-height: 300px !important;
  }
  .we2p-pb-recipe__description-container {
    flex: 1 0 0 !important;
  }
  .we2p-pb-recipe__description-container p {
    font-size: 0.9em;
  }
  .we2p-pb-recipe__ingredients-wrapper {
    padding: 0 !important;
    margin: 0;
  }
  .we2p we2p-pb-recipe__switches-container {
    display: none !important;
  }
  h4 {
    font-size: 20px !important;
  }
}
.we2p-map {
  background-color: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.we2p-map .leaflet-pane {
  transition: filter 0.5s ease-in-out;
  filter: blur(0);
}

.we2p-map[data-we2pmap-type=trailpreview],
.we2p-map[data-we2pmap-type=trailpreview] * {
  pointer-events: none !important;
}

.we2p-map-active-area {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 560px) {
  .we2p-map-active-area {
    width: 100% !important;
  }
  .we2p-map--trailpreview {
    display: none !important;
  }
}
.we2p-map__loader {
  height: 100px;
  width: 200px;
  pointer-events: none;
  z-index: 405;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transition: transform 0.5s ease-in-out, opacity 0.4s ease-in-out;
  transform: translate(-50%, -50%) scale(0.4);
}
.we2p-map__loader i {
  position: absolute;
  top: -30px;
  left: 50%;
  font-size: 40px;
  animation-name: we2p-map-loading-spin;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}
.we2p-map__loader p {
  font-size: 20px;
}

.we2p-map--loading .leaflet-pane {
  filter: blur(8px);
}
.we2p-map--loading .we2p-map__loader {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.we2p-map--main {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  height: 100vh;
  width: 100vw;
  background-color: #aaa;
}

.we2p-map--splitmap {
  height: 100%;
  width: 100%;
}

.we2p--typo3-container-map .we2p-map--main {
  position: relative !important;
  width: 100%;
  z-index: 200;
  height: 750px;
}
@media screen and (max-width: 576px) {
  .we2p--typo3-container-map .we2p-map--main {
    height: 450px;
  }
}

.we2p-map-maker {
  width: 30px;
  height: 40px;
  transform: translate(-50%, -85%);
  position: relative;
}
.we2p-map-maker .we2p-map-marker__path {
  fill: var(--we2p-color-primary);
}
.we2p-map-maker.we2p-map-maker--highlight {
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.we2p-map-maker.we2p-map-maker--highlight .we2p-map-marker__path {
  fill: #994b8e;
}

.we2p .leaflet-control-attribution {
  bottom: 10px;
  right: 10px;
  background-color: #fff;
  border-bottom: 1px solid #000;
}

.we2p .leaflet-control-scale {
  margin-left: 10px;
  margin-bottom: 10px;
}
.we2p .leaflet-control-scale .leaflet-control-scale-line {
  border: none;
  border-bottom: 1px solid #000;
  text-align: center;
  background-color: #fff;
}

@keyframes marker-bounce {
  0% {
    transform: scale(1, 1) translate(-50%, -50%);
  }
  10% {
    transform: scale(1.1, 0.9) translate(-50%, -50%);
  }
  30% {
    transform: scale(0.9, 1.1) translate(-50%, calc(-50% - 20px));
  }
  50% {
    transform: scale(1.05, 0.95) translate(-50%, -50%);
  }
  100% {
    transform: scale(1, 1) translate(-50%, -50%);
  }
}
.we2p-sticky-map-container {
  position: fixed;
  height: 33vh;
  min-height: 400px;
  width: calc(33vw - 50px);
  bottom: 40px;
  right: 0;
  z-index: 200;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
  transition: bottom 0.5s ease-in-out, right 0.5s ease-in-out;
  /*
   originally, the listing map was like a minimap in the bottom right corner, later it was decided that it should be on the entire bottom half of the screen.
   if the original design is ever needed again, just change the media to  @media screen and (max-width: 1100px)
   */
}
.we2p-sticky-map-container.we2p-is-retracted {
  right: calc(-33vw + 100px);
}
.we2p-sticky-map-container .we2p-map {
  height: 100%;
  width: 100%;
}
.we2p-sticky-map-container .we2p-map-retractor {
  background-color: #666;
  height: 50px;
  width: 50px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 410;
  border-radius: 100%;
  cursor: pointer;
}
.we2p-sticky-map-container .we2p-map-retractor i {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  transition: transform 0.5s ease-in-out;
}
.we2p-sticky-map-container .we2p-map-retractor.we2p-is-retracted i {
  transform: translate(-50%, -50%) rotate(180deg);
}
@media screen {
  .we2p-sticky-map-container {
    min-height: 0;
    width: 100vw;
    height: 40vh;
    bottom: 0;
  }
  .we2p-sticky-map-container .we2p-map-retractor {
    cursor: grab;
    left: 50%;
    top: 0;
  }
  .we2p-sticky-map-container .we2p-map-retractor i {
    transform: translate(-50%, -50%) rotate(90deg);
    transition: transform 0.5s ease-in-out;
  }
  .we2p-sticky-map-container .we2p-map-retractor:active {
    cursor: grabbing;
  }
  .we2p-sticky-map-container.we2p-is-retracted {
    right: 0;
    bottom: calc(-40vh + 25px);
  }
  .we2p-sticky-map-container.we2p-is-retracted .we2p-map-retractor i {
    transform: translate(-50%, -50%) rotate(270deg) !important;
  }
}

/*#we2pMap--mainPlaceholder {
  background-color: #fff;
  position: relative;
  height: 70vh;
  max-height: 900px;
  //height: 0;
  &.we2p-is-sticky {

  }
}*/
.we2p-leaflet-minimap-bar {
  margin-bottom: 20px !important;
}
.we2p-leaflet-minimap-bar .we2p-leaflet-minimap-container {
  position: relative;
  margin-left: auto;
  margin-right: 0;
  width: 50px;
  height: 50px;
  margin-top: 10px;
  background-color: #fff;
  padding: 4px;
  border-radius: 100%;
  cursor: pointer;
  box-shadow: 0 5px 6px 0 rgba(128, 128, 128, 0.5);
}
.we2p-leaflet-minimap-bar .we2p-leaflet-minimap-container:last-of-type {
  width: 100px;
  height: 100px;
}
.we2p-leaflet-minimap-bar .we2p-leaflet-minimap-container .we2p-leaflet-minimap-name {
  position: absolute;
  right: calc(100% - 23px);
  white-space: nowrap;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 2px 30px 2px 10px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100px;
}
.we2p-leaflet-minimap-bar .we2p-leaflet-minimap-container .we2p-leaflet-minimap {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}

.we2p-map-marker__icon {
  position: absolute;
  left: 50%;
  top: 14px;
  color: #fff;
  font-size: 15px;
  transform: translate(-50%, -50%);
  z-index: 1000;
}

.we2p-leaflet-control-bar {
  margin: 20px;
}

.we2p-leaflet-control-button {
  display: block;
  background-color: #fff !important;
  border-radius: 100%;
  cursor: pointer;
  height: 40px;
  width: 40px;
  margin-bottom: 10px;
  position: relative;
}

.we2p-map-shadow {
  box-shadow: 0px 5px 6px 0px rgba(128, 128, 128, 0.5);
}

.we2p-leaflet-control-button--locate {
  margin-top: 20px;
  background-color: var(--we2p-color-primary) !important;
}

.we2p-leaflet-control-button--loading {
  margin-top: 20px;
  cursor: wait;
}

.we2p-leaflet-control-button i {
  border-radius: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  color: #000 !important;
}

.we2p-leaflet-control-button--locate i {
  color: #fff !important;
}

.we2p-leaflet-control-button--loading i {
  animation-name: we2p-map-loading-spin;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
}

.we2p-marker--current-position {
  width: 100px;
  height: 100px;
  position: relative;
  display: block;
  transform: translate(-50%, -50%);
}

.we2p-pin {
  width: 20px;
  height: 20px;
  position: relative;
  top: 50%;
  left: 50%;
  background-color: var(--we2p-color-primary);
  border: 2px solid #FFF;
  border-radius: 50%;
  z-index: 1000;
  transform: translate(-50%, -50%);
}

.we2p-pin-effect {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  display: block;
  background-color: var(--we2p-color-primary);
  border-radius: 50%;
  opacity: 0;
  animation: we2p-pulsate 3000ms ease-out infinite;
}

@keyframes we2p-pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
.leaflet-popup-content img.we2p {
  max-height: 200px;
}

.we2p-map[data-we2pmap-type=trailpreview] {
  display: block;
  z-index: 1;
}

@keyframes we2p-map-loading-spin {
  0% {
    transform: translate(-50%, -50%);
  }
  100% {
    transform: translate(-50%, -50%) rotate(720deg);
  }
}
.frame-type-we2p_typo3adapter_map {
  padding: 0 !important;
  margin: 0 !important;
}
.frame-type-we2p_typo3adapter_map .venus-map {
  z-index: 1 !important;
}

.we2pMap-venus-logo {
  width: 150px !important;
  height: auto !important;
  display: block;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  background: rgba(255, 255, 255, 0.5);
  padding: 5px 15px;
  border-radius: 0.5rem;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  backface-visibility: hidden;
  outline: none;
}

.glightbox-container.inactive {
  display: none;
}

.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
}

.glightbox-container .gslider {
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex !important;
  justify-content: center;
  align-items: center;
  transform: translate3d(0, 0, 0);
}

.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative;
}

.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999;
}

.glightbox-container .gslide-inner-content {
  width: 100%;
}

.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh;
}

.glightbox-container .ginner-container.gvideo-container {
  width: 100%;
}

.glightbox-container .ginner-container.desc-bottom,
.glightbox-container .ginner-container.desc-top {
  flex-direction: column;
}

.glightbox-container .ginner-container.desc-left,
.glightbox-container .ginner-container.desc-right {
  max-width: 100% !important;
}

.gslide iframe,
.gslide video {
  outline: none !important;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  touch-action: auto;
}

.gslide:not(.current) {
  pointer-events: none;
}

.gslide-image {
  align-items: center;
}

.gslide-image img {
  max-height: 100vh;
  display: block;
  padding: 0;
  float: none;
  outline: none;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  touch-action: none;
  margin: auto;
  min-width: 200px;
}

.desc-top .gslide-image img,
.desc-bottom .gslide-image img {
  width: auto;
}

.desc-left .gslide-image img,
.desc-right .gslide-image img {
  width: auto;
  max-width: 100%;
}

.gslide-image img.zoomable {
  position: relative;
}

.gslide-image img.dragging {
  cursor: grabbing !important;
  transition: none;
}

.gslide-video {
  position: relative;
  max-width: 100vh;
  width: 100% !important;
}

.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster {
  display: none;
}

.gslide-video .gvideo-wrapper {
  width: 100%;
  /* max-width: 160vmin; */
  margin: auto;
}

.gslide-video::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.34);
  display: none;
}

.gslide-video.playing::before {
  display: none;
}

.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%;
  height: 75vh;
}

.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important;
}

.gslide-inline {
  background: #fff;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
  max-width: 100%;
  margin: auto;
}

.gslide-inline .ginlined-content {
  padding: 20px;
  width: 100%;
}

.gslide-inline .dragging {
  cursor: grabbing !important;
  transition: none;
}

.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1;
}

.gslide-external {
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 75vh;
  height: 100%;
}

.gslide-media {
  display: flex;
  width: auto;
}

.zoomed .gslide-media {
  box-shadow: none !important;
}

.desc-top .gslide-media,
.desc-bottom .gslide-media {
  margin: 0 auto;
  flex-direction: column;
}

.gslide-description {
  position: relative;
  flex: 1 0 100%;
}

.gslide-description.description-left,
.gslide-description.description-right {
  max-width: 100%;
}

.gslide-description.description-bottom,
.gslide-description.description-top {
  margin: 0 auto;
  width: 100%;
}

.gslide-description p {
  margin-bottom: 12px;
}

.gslide-description p:last-child {
  margin-bottom: 0;
}

.zoomed .gslide-description {
  display: none;
}

.glightbox-button-hidden {
  display: none;
}

/*
 * Description for mobiles
 * something like facebook does the description
 * for the photos
*/
.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 19px 11px;
  max-width: 100vw !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  transition: opacity 0.3s linear;
  padding-bottom: 50px;
}

.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em;
}

.glightbox-mobile .glightbox-container .gslide-desc {
  color: #2e4757;
}

.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: bold;
}

.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit;
}

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: 0.4;
}

.gdesc-open .gslide-media {
  transition: opacity 0.5s ease;
  opacity: 0.4;
}

.gdesc-open .gdesc-inner {
  padding-bottom: 1rem;
}

.gdesc-closed .gslide-media {
  transition: opacity 0.5s ease;
  opacity: 1;
}

.greset {
  transition: all 0.3s ease;
}

.gabsolute {
  position: absolute;
}

.grelative {
  position: relative;
}

.glightbox-desc {
  display: none !important;
}

.glightbox-open {
  overflow: hidden;
}

.gloader {
  height: 25px;
  width: 25px;
  animation: lightboxLoader 0.8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%;
}

.goverlay {
  width: 100%;
  height: calc(100vh + 1px);
  position: fixed;
  top: -1px;
  left: 0;
  background: #000;
  will-change: opacity;
}

.glightbox-mobile .goverlay {
  background: #000;
}

.gprev,
.gnext,
.gclose {
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.gprev svg,
.gnext svg,
.gclose svg {
  display: block;
  width: 25px;
  height: auto;
  margin: 0;
  padding: 0;
}

.gprev.disabled,
.gnext.disabled,
.gclose.disabled {
  opacity: 0.1;
}

.gprev .garrow,
.gnext .garrow,
.gclose .garrow {
  stroke: #fff;
}

.gbtn.focused {
  outline: 2px solid #0f3d81;
}

iframe.wait-autoplay {
  opacity: 0;
}

.glightbox-closing .gnext,
.glightbox-closing .gprev,
.glightbox-closing .gclose {
  opacity: 0 !important;
}

/*Skin */
.glightbox-clean .gslide-description {
  background: #fff;
}

.glightbox-clean .gdesc-inner {
  padding: 0.5rem 0.5rem;
}

.glightbox-clean .gslide-title {
  font-size: 1em;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 5px;
}

.glightbox-clean .gslide-desc {
  font-size: 0.86em;
  margin-bottom: 0;
  line-height: 1.4em;
}

.glightbox-clean .gslide-video {
  background: #000;
}

.glightbox-clean .gprev,
.glightbox-clean .gnext,
.glightbox-clean .gclose {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px;
}

.glightbox-clean .gprev path,
.glightbox-clean .gnext path,
.glightbox-clean .gclose path {
  fill: #fff;
}

.glightbox-clean .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gclose {
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute;
}

.glightbox-clean .gclose svg {
  width: 18px;
  height: auto;
}

.glightbox-clean .gclose:hover {
  opacity: 1;
}

/*CSS Animations*/
.gfadeIn {
  animation: gfadeIn 0.5s ease;
}

.gfadeOut {
  animation: gfadeOut 0.5s ease;
}

.gslideOutLeft {
  animation: gslideOutLeft 0.3s ease;
}

.gslideInLeft {
  animation: gslideInLeft 0.3s ease;
}

.gslideOutRight {
  animation: gslideOutRight 0.3s ease;
}

.gslideInRight {
  animation: gslideInRight 0.3s ease;
}

.gzoomIn {
  animation: gzoomIn 0.5s ease;
}

.gzoomOut {
  animation: gzoomOut 0.5s ease;
}
@keyframes lightboxLoader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes gslideInLeft {
  from {
    opacity: 0;
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    transform: translate3d(60%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}
@keyframes gzoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    flex-direction: row;
  }
  .glightbox-container .ginner-container.desc-top .gslide-description {
    order: 0;
  }
  .glightbox-container .ginner-container.desc-top .gslide-image,
  .glightbox-container .ginner-container.desc-top .gslide-image img {
    order: 1;
  }
  .glightbox-container .ginner-container.desc-left .gslide-description {
    order: 0;
  }
  .glightbox-container .ginner-container.desc-left .gslide-image {
    order: 1;
  }
  .gslide-image img {
    max-height: 97vh;
    max-width: 100%;
  }
  .gslide-image img.zoomable {
    cursor: zoom-in;
  }
  .zoomed .gslide-image img.zoomable {
    cursor: grab;
  }
  .gslide-inline {
    max-height: 95vh;
  }
  .gslide-external {
    max-height: 100vh;
  }
  .gslide-description.description-left,
  .gslide-description.description-right {
    max-width: 275px;
  }
  .glightbox-open {
    height: auto;
  }
  .goverlay {
    background: rgba(233, 225, 213, 0.92);
  }
  .glightbox-clean .gslide-media {
    box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
  }
  .glightbox-clean .description-left .gdesc-inner,
  .glightbox-clean .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto;
  }
  .glightbox-clean .gprev,
  .glightbox-clean .gnext,
  .glightbox-clean .gclose {
    background-color: rgba(0, 0, 0, 0.32);
  }
  .glightbox-clean .gprev:hover,
  .glightbox-clean .gnext:hover,
  .glightbox-clean .gclose:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .glightbox-clean .gprev {
    top: 45%;
  }
  .glightbox-clean .gnext {
    top: 45%;
  }
}
@media (min-width: 992px) {
  .glightbox-clean .gclose {
    opacity: 0.7;
    right: 20px;
  }
}
@media screen and (max-height: 420px) {
  .goverlay {
    background: #000;
  }
}
.fancybox-active {
  height: 100% !important;
}

/*
! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.module-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.module-fixed {
  position: fixed;
}
.module-absolute {
  position: absolute;
}
.module-relative {
  position: relative;
}
.module-sticky {
  position: sticky;
}
.module-bottom-0 {
  bottom: 0px;
}
.module-bottom-8 {
  bottom: 2rem;
}
.module-left-0 {
  left: 0px;
}
.module-left-1\/2 {
  left: 50%;
}
.module-right-0 {
  right: 0px;
}
.module-right-10 {
  right: 2.5rem;
}
.module-right-4 {
  right: 1rem;
}
.module-right-8 {
  right: 2rem;
}
.module-top-0 {
  top: 0px;
}
.module-top-1\/2 {
  top: 50%;
}
.module-top-4 {
  top: 1rem;
}
.module-top-8 {
  top: 2rem;
}
.module-z-20 {
  z-index: 20;
}
.module-z-\[202\] {
  z-index: 202;
}
.module-order-1 {
  order: 1;
}
.module-order-2 {
  order: 2;
}
.module-col-span-12 {
  grid-column: span 12 / span 12;
}
.module-col-span-6 {
  grid-column: span 6 / span 6;
}
.module-col-span-8 {
  grid-column: span 8 / span 8;
}
.module-float-left {
  float: left;
}
.module-clear-both {
  clear: both;
}
.\!module-m-0 {
  margin: 0px !important;
}
.module-m-0 {
  margin: 0px;
}
.module-m-12 {
  margin: 3rem;
}
.module-m-auto {
  margin: auto;
}
.\!module-mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.module-mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.module-mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.module-mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.module-mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.module-my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.module-my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.module-my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.module-my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.module-my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.module-my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.module-my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.\!module-mb-0 {
  margin-bottom: 0px !important;
}
.\!module-mb-2 {
  margin-bottom: 0.5rem !important;
}
.\!module-mb-6 {
  margin-bottom: 1.5rem !important;
}
.\!module-ml-0 {
  margin-left: 0px !important;
}
.\!module-mr-2 {
  margin-right: 0.5rem !important;
}
.\!module-mt-0 {
  margin-top: 0px !important;
}
.module-mb-0 {
  margin-bottom: 0px;
}
.module-mb-1 {
  margin-bottom: 0.25rem;
}
.module-mb-10 {
  margin-bottom: 2.5rem;
}
.module-mb-12 {
  margin-bottom: 3rem;
}
.module-mb-2 {
  margin-bottom: 0.5rem;
}
.module-mb-3 {
  margin-bottom: 0.75rem;
}
.module-mb-4 {
  margin-bottom: 1rem;
}
.module-mb-5 {
  margin-bottom: 1.25rem;
}
.module-mb-6 {
  margin-bottom: 1.5rem;
}
.module-ml-1 {
  margin-left: 0.25rem;
}
.module-ml-2 {
  margin-left: 0.5rem;
}
.module-ml-3 {
  margin-left: 0.75rem;
}
.module-ml-4 {
  margin-left: 1rem;
}
.module-mr-1 {
  margin-right: 0.25rem;
}
.module-mr-2 {
  margin-right: 0.5rem;
}
.module-mr-4 {
  margin-right: 1rem;
}
.module-mr-7 {
  margin-right: 1.75rem;
}
.module-mr-\[50px\] {
  margin-right: 50px;
}
.module-mt-10 {
  margin-top: 2.5rem;
}
.module-mt-12 {
  margin-top: 3rem;
}
.module-mt-2 {
  margin-top: 0.5rem;
}
.module-mt-3 {
  margin-top: 0.75rem;
}
.module-mt-4 {
  margin-top: 1rem;
}
.module-mt-5 {
  margin-top: 1.25rem;
}
.module-mt-6 {
  margin-top: 1.5rem;
}
.module-mt-\[1px\] {
  margin-top: 1px;
}
.module-mt-\[2px\] {
  margin-top: 2px;
}
.module-mt-\[7px\] {
  margin-top: 7px;
}
.module-mt-auto {
  margin-top: auto;
}
.module-line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.module-line-clamp-5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.module-block {
  display: block;
}
.module-inline-block {
  display: inline-block;
}
.module-inline {
  display: inline;
}
.module-flex {
  display: flex;
}
.module-inline-flex {
  display: inline-flex;
}
.module-grid {
  display: grid;
}
.module-hidden {
  display: none;
}
.module-aspect-square {
  aspect-ratio: 1 / 1;
}
.module-h-10 {
  height: 2.5rem;
}
.module-h-20 {
  height: 5rem;
}
.module-h-3 {
  height: 0.75rem;
}
.module-h-32 {
  height: 8rem;
}
.module-h-5 {
  height: 1.25rem;
}
.module-h-6 {
  height: 1.5rem;
}
.module-h-9 {
  height: 2.25rem;
}
.module-h-\[18px\] {
  height: 18px;
}
.module-h-\[1px\] {
  height: 1px;
}
.module-h-\[23px\] {
  height: 23px;
}
.module-h-auto {
  height: auto;
}
.module-h-full {
  height: 100%;
}
.module-h-screen {
  height: 100vh;
}
.module-max-h-\[250px\] {
  max-height: 250px;
}
.module-max-h-\[350px\] {
  max-height: 350px;
}
.module-max-h-full {
  max-height: 100%;
}
.module-w-16 {
  width: 4rem;
}
.module-w-3 {
  width: 0.75rem;
}
.module-w-32 {
  width: 8rem;
}
.module-w-5 {
  width: 1.25rem;
}
.module-w-6 {
  width: 1.5rem;
}
.module-w-\[18px\] {
  width: 18px;
}
.module-w-\[44px\] {
  width: 44px;
}
.module-w-full {
  width: 100%;
}
.module-min-w-max {
  min-width: -moz-max-content;
  min-width: max-content;
}
.module-max-w-\[700px\] {
  max-width: 700px;
}
.module-flex-shrink-0 {
  flex-shrink: 0;
}
.module-shrink-0 {
  flex-shrink: 0;
}
.module-flex-grow {
  flex-grow: 1;
}
.-module-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-module-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.module-translate-y-0 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.module-translate-y-0\.5 {
  --tw-translate-y: 0.125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.module-cursor-pointer {
  cursor: pointer;
}
.module-select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.module-list-none {
  list-style-type: none;
}
.module-break-inside-avoid {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
.module-grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.module-grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.module-flex-row {
  flex-direction: row;
}
.module-flex-col {
  flex-direction: column;
}
.module-flex-wrap {
  flex-wrap: wrap;
}
.module-items-start {
  align-items: flex-start;
}
.module-items-center {
  align-items: center;
}
.module-justify-start {
  justify-content: flex-start;
}
.module-justify-end {
  justify-content: flex-end;
}
.module-justify-center {
  justify-content: center;
}
.module-justify-between {
  justify-content: space-between;
}
.module-justify-around {
  justify-content: space-around;
}
.module-justify-items-center {
  justify-items: center;
}
.module-gap-2 {
  gap: 0.5rem;
}
.module-gap-4 {
  gap: 1rem;
}
.module-gap-6 {
  gap: 1.5rem;
}
.module-gap-8 {
  gap: 2rem;
}
.module-gap-\[1px\] {
  gap: 1px;
}
.module-gap-\[5px\] {
  gap: 5px;
}
.module-gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.module-gap-y-2 {
  row-gap: 0.5rem;
}
.module-gap-y-4 {
  row-gap: 1rem;
}
.module-overflow-hidden {
  overflow: hidden;
}
.module-overflow-y-scroll {
  overflow-y: scroll;
}
.module-text-ellipsis {
  text-overflow: ellipsis;
}
.module-hyphens-auto {
  -webkit-hyphens: auto;
          hyphens: auto;
}
.module-whitespace-nowrap {
  white-space: nowrap;
}
.module-break-words {
  overflow-wrap: break-word;
}
.module-rounded-full {
  border-radius: 9999px;
}
.module-rounded-md {
  border-radius: 0.375rem;
}
.module-rounded-none {
  border-radius: 0px;
}
.module-rounded-xl {
  border-radius: 0.75rem;
}
.module-border {
  border-width: 1px;
}
.module-border-2 {
  border-width: 2px;
}
.module-border-\[1px\] {
  border-width: 1px;
}
.module-border-x-2 {
  border-left-width: 2px;
  border-right-width: 2px;
}
.module-border-b {
  border-bottom-width: 1px;
}
.module-border-b-2 {
  border-bottom-width: 2px;
}
.module-border-b-\[1px\] {
  border-bottom-width: 1px;
}
.module-border-b-\[2px\] {
  border-bottom-width: 2px;
}
.module-border-l-\[1px\] {
  border-left-width: 1px;
}
.module-border-r-\[1px\] {
  border-right-width: 1px;
}
.module-border-t-\[1px\] {
  border-top-width: 1px;
}
.module-border-solid {
  border-style: solid;
}
.module-border-dotted {
  border-style: dotted;
}
.module-border-primary {
  border-color: var(--mv-primary);
}
.module-border-secondary {
  border-color: var(--mv-secondary);
}
.module-border-secondary-250 {
  border-color: var(--mv-secondary-250);
}
.module-border-secondary-350 {
  border-color: var(--mv-secondary-350);
}
.module-border-x-secondary {
  border-left-color: var(--mv-secondary);
  border-right-color: var(--mv-secondary);
}
.module-border-b-primary {
  border-bottom-color: var(--mv-primary);
}
.module-border-b-secondary {
  border-bottom-color: var(--mv-secondary);
}
.module-border-b-secondary-200 {
  border-bottom-color: var(--mv-secondary-200);
}
.module-border-b-white {
  border-bottom-color: var(--mv-white);
}
.module-bg-blue-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity));
}
.module-bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
.module-bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}
.module-bg-green {
  --tw-bg-opacity: 1;
  background-color: rgb(60 114 89 / var(--tw-bg-opacity));
}
.module-bg-primary {
  background-color: var(--mv-primary);
}
.module-bg-primary-100 {
  background-color: var(--mv-primary-100);
}
.module-bg-primary-150 {
  background-color: var(--mv-primary-150);
}
.module-bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}
.module-bg-secondary {
  background-color: var(--mv-secondary);
}
.module-bg-secondary-100 {
  background-color: var(--mv-secondary-100);
}
.module-bg-secondary-150 {
  background-color: var(--mv-secondary-150);
}
.module-bg-secondary-200 {
  background-color: var(--mv-secondary-200);
}
.module-bg-white {
  background-color: var(--mv-white);
}
.module-object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.module-object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.module-object-center {
  -o-object-position: center;
     object-position: center;
}
.module-p-0 {
  padding: 0px;
}
.module-p-3 {
  padding: 0.75rem;
}
.module-p-5 {
  padding: 1.25rem;
}
.module-p-6 {
  padding: 1.5rem;
}
.module-p-8 {
  padding: 2rem;
}
.module-px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.module-px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.module-px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.module-px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.module-px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.module-px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.module-px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.module-px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.module-px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.module-py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.module-py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.module-py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.module-py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.module-py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.module-py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.module-pb-1 {
  padding-bottom: 0.25rem;
}
.module-pb-12 {
  padding-bottom: 3rem;
}
.module-pb-2 {
  padding-bottom: 0.5rem;
}
.module-pb-20 {
  padding-bottom: 5rem;
}
.module-pb-4 {
  padding-bottom: 1rem;
}
.module-pb-5 {
  padding-bottom: 1.25rem;
}
.module-pl-0 {
  padding-left: 0px;
}
.module-pl-1 {
  padding-left: 0.25rem;
}
.module-pl-2 {
  padding-left: 0.5rem;
}
.module-pl-4 {
  padding-left: 1rem;
}
.module-pl-5 {
  padding-left: 1.25rem;
}
.module-pl-8 {
  padding-left: 2rem;
}
.module-pr-0 {
  padding-right: 0px;
}
.module-pr-1 {
  padding-right: 0.25rem;
}
.module-pr-2 {
  padding-right: 0.5rem;
}
.module-pr-4 {
  padding-right: 1rem;
}
.module-pr-5 {
  padding-right: 1.25rem;
}
.module-pr-6 {
  padding-right: 1.5rem;
}
.module-pt-1 {
  padding-top: 0.25rem;
}
.module-pt-12 {
  padding-top: 3rem;
}
.module-pt-3 {
  padding-top: 0.75rem;
}
.module-pt-4 {
  padding-top: 1rem;
}
.module-pt-5 {
  padding-top: 1.25rem;
}
.\!module-text-left {
  text-align: left !important;
}
.module-text-left {
  text-align: left;
}
.module-text-center {
  text-align: center;
}
.module-text-right {
  text-align: right;
}
.\!module-align-baseline {
  vertical-align: baseline !important;
}
.module-align-baseline {
  vertical-align: baseline;
}
.\!module-text-base {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}
.\!module-text-xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}
.module-text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.module-text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.module-text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.module-text-\[0\.8rem\] {
  font-size: 0.8rem;
}
.module-text-\[2rem\] {
  font-size: 2rem;
}
.module-text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.module-text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.module-text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.\!module-font-\[400\] {
  font-weight: 400 !important;
}
.\!module-font-\[450\] {
  font-weight: 450 !important;
}
.\!module-font-\[500\] {
  font-weight: 500 !important;
}
.\!module-font-bold {
  font-weight: 600 !important;
}
.\!module-font-normal {
  font-weight: 400 !important;
}
.module-font-\[450\] {
  font-weight: 450;
}
.module-font-bold {
  font-weight: 600;
}
.module-font-light {
  font-weight: 300;
}
.module-font-normal {
  font-weight: 400;
}
.module-uppercase {
  text-transform: uppercase;
}
.module-italic {
  font-style: italic;
}
.\!module-leading-7 {
  line-height: 1.75rem !important;
}
.module-leading-6 {
  line-height: 1.5rem;
}
.\!module-tracking-widest {
  letter-spacing: 0.1em !important;
}
.module-tracking-wide {
  letter-spacing: 0.025em;
}
.module-tracking-wider {
  letter-spacing: 0.05em;
}
.module-tracking-widest {
  letter-spacing: 0.1em;
}
.\!module-text-primary {
  color: var(--mv-primary) !important;
}
.\!module-text-secondary {
  color: var(--mv-secondary) !important;
}
.module-text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.module-text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.module-text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.module-text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.module-text-primary {
  color: var(--mv-primary);
}
.module-text-secondary {
  color: var(--mv-secondary);
}
.module-text-secondary-300 {
  color: var(--mv-secondary-300);
}
.module-text-secondary-350 {
  color: var(--mv-secondary-350);
}
.module-text-secondary-450 {
  color: var(--mv-secondary-450);
}
.module-text-white {
  color: var(--mv-white);
}
.module-underline {
  text-decoration-line: underline;
}
.module-no-underline {
  text-decoration-line: none;
}
.module-opacity-0 {
  opacity: 0;
}
.module-transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.module-duration-200 {
  transition-duration: 200ms;
}
input[type=checkbox] {
  background-color: var(--mv-secondary-100);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  height: 1rem;
  width: 1rem;
  border-color: #6B7280;
  border-width: 1px;
  margin-right: 0.5rem;
  margin-top: 0;
  border-radius: 0.25rem;
  margin-bottom: 3px;
}
input[type=checkbox]:checked {
  background-color: var(--mv-secondary);
  background-size: 70% 70%;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(37, 57, 70, 0.25);
  border-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
}
input[type=checkbox] :hover {
  background-color: var(--mv-secondary);
}

.we2p-filter-element--rangeslider {
  max-width: 800px;
}
.we2p-filter-element--rangeslider .we2p-range-slider-label {
  margin-top: 8px;
  text-align: center;
  color: #000;
}
.we2p-filter-element--rangeslider .we2p-range-slider-label.we2p-range-slider-label--classification {
  color: #daa520 !important;
}
.we2p-filter-element--rangeslider .we2p-range-slider {
  height: 4px;
  background-color: #ccc;
  border: none;
  border-radius: 0;
}
.we2p-filter-element--rangeslider .we2p-range-slider .ui-slider-handle {
  cursor: pointer;
  background-color: #aaa;
  margin-top: -3px;
  border-radius: 100%;
  border: none;
  outline: none !important;
}
.we2p-filter-element--rangeslider .we2p-range-slider .ui-slider-handle.ui-state-active {
  background-color: #666;
}
.we2p-filter-element--rangeslider .we2p-range-slider .ui-slider-range {
  background-color: var(--we2p-color-primary);
}

.we2p-filter-element--toggle:hover {
  background-color: rgba(255, 255, 255, 0.8) !important;
}
.we2p-filter-element--toggle.active {
  background-color: #fff !important;
}

.we2pFilterElement span {
  font-family: var(--we2p-font-text) !important;
}

#we2pMenuFilter_others .we2p-filter-element--toggle:hover {
  background-color: rgba(0, 0, 0, 0.5) !important;
}
#we2pMenuFilter_others .we2p-filter-element--toggle.active {
  background-color: var(--we2p-color-primary) !important;
}

.we2p-result__content {
  position: relative;
  padding-bottom: 25px;
}

.we2p-listing-result__classification {
  color: #daa520 !important;
  font-family: "Tinpi", sans-serif !important;
  margin-bottom: 0 !important;
}

.we2p-classification__superior {
  font-size: 14px;
  margin-left: 3px;
  font-family: var(--we2p-font-text), sans-serif;
}

.we2p-classification__stars {
  vertical-align: middle;
  font-family: "Tinpi", sans-serif !important;
}

.we2p-classification__stars--dtvC {
  color: #449654 !important;
}

.we2p-classification__nt {
  font-family: var(--we2p-font-text) !important;
}

.we2p-classification__prefix {
  font-size: 15px;
  margin-right: 3px;
  color: var(--we2p-color-black);
  font-family: var(--we2p-font-text), sans-serif;
}

.we2p-listing-result__classification--separator {
  font-family: var(--we2p-font-text), sans-serif;
  color: var(--we2p-color-black);
  font-size: 18px;
  vertical-align: top;
  margin: 0 5px;
}

.we2p-filter-preview-pill {
  font-size: 0.8rem;
  display: inline-block;
  color: #444;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px 10px;
  background-color: #eee;
  border-radius: 10px;
  cursor: pointer;
}

.we2p-listing-result__button-group--horizontal {
  position: absolute;
  right: 0;
  bottom: -8px;
}
.we2p-listing-result__button-group--itinerary {
  position: absolute;
  left: 0;
  bottom: 8px;
}
.we2p-listing-result__button-group .we2p-listing-result__button {
  cursor: pointer;
}
.we2p-listing-result__button-group .we2p-listing-result__button i {
  font-size: 20px;
  color: #000;
  transition: transform 0.3s ease-in-out;
}
.we2p-listing-result__button-group .we2p-listing-result__button:hover i {
  transform: scale(1.2);
}

.fancybox-slide--iframe .fancybox-content {
  max-width: 100%;
  max-height: 100%;
  margin: 0;
}

.we2p-google-dir__button {
  display: inline-block;
  height: 50px;
  width: 50px;
  margin-right: 25px;
  background-color: var(--we2p-color-primary);
  border-radius: 100%;
  position: relative;
}
.we2p-google-dir__button:nth-of-type(1) {
  background-color: #4285F4;
}
.we2p-google-dir__button:nth-of-type(2) {
  background-color: #0F9D58;
}
.we2p-google-dir__button:nth-of-type(3) {
  background-color: #F4B400;
}
.we2p-google-dir__button:nth-of-type(4) {
  background-color: #DB4437;
}
.we2p-google-dir__button i {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 24px;
  transform: translate(-50%, -50%);
}

.we2p-listing-menu__search-button {
  cursor: pointer;
}

.we2p-search-input-label {
  font-size: 32px;
}
.we2p-search-input-label span {
  font-weight: bold;
}
.we2p-search-input-label i {
  margin-left: 10px;
}

.we2p-search-input {
  margin-top: 15px !important;
  height: 50px !important;
  display: block;
  outline: none;
  max-width: 100% !important;
  width: 700px !important;
  font-size: 18px !important;
  padding: 15px !important;
}

.we2p-search-preview__list {
  cursor: pointer;
  list-style: none;
}
.we2p-search-preview__list .we2p-search-preview__list-item {
  border: 1px solid #ccc;
  border-top: none;
  padding: 15px;
  font-size: 18px;
  height: auto;
}
.we2p-search-preview__list .we2p-search-preview__list-item.active {
  background-color: #eee !important;
}
.we2p-search-preview__list .we2p-search-preview__list-item:hover {
  font-weight: bold;
  color: var(--we2p-color-secondary);
  background-color: #ddd !important;
}

.we2p-horizontal-slider {
  position: relative;
}

.we2p-horizontal-slider__button {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  cursor: pointer;
  z-index: 10;
  background-color: var(--we2p-color-secondary);
  position: absolute;
  bottom: 10px;
  transition: transform 0.3s ease-in-out;
}
.we2p-horizontal-slider__button:hover {
  transform: scale(1.2);
}
.we2p-horizontal-slider__button i {
  color: #fff;
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.we2p-horizontal-slider__button--prev {
  left: 0;
}
.we2p-horizontal-slider__button--next {
  right: 0;
}

.pbm-container-side-padding {
  padding-left: max(5vw, 2rem);
  padding-right: max(5vw, 2rem);
}

.we2p-select-wrapper {
  position: relative;
  width: 200px;
}
.we2p-select-wrapper i {
  color: var(--we2p-color-black);
  font-size: 20px;
  pointer-events: none;
  position: absolute;
  right: 20px;
  top: 10px;
}
.we2p-select-wrapper select {
  /*
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  border-radius: 3px;
  box-shadow: 2px 2px 5px 1px rgba(0,0,0,.3);
  color: var(--we2p-color-black);
  cursor: pointer;
  font-family: var(--we2p-font-text);
  font-size: 16px;
  height: 40px;
  outline: none;
  padding-left: 10px;
  width: 100%;
   */
}
.we2p-select-wrapper select option {
  color: #666;
}
.we2p-select-wrapper select::-ms-expand {
  display: none;
}
.we2p-select-wrapper select:focus::-ms-value {
  background-color: transparent;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 24px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.2s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 17px;
  width: 16px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: 0.2s;
}

input:checked + .slider {
  background-color: var(--we2p-color-primary);
}

input:checked + .slider.slider-devmode {
  background-color: red;
}

input:focus + .slider {
  border: 0 0 1px var(--we2p-color-primary);
}

input:checked + .slider:before {
  transform: translateX(22px);
}

.slider:before {
  border-radius: 50%;
}

.we2p-percentage, .we2p-temperature {
  opacity: 0;
  transform: translateX(5px);
  transition: 0.3s ease-in-out;
}

.we2p-devmode {
  height: 0;
  overflow-x: hidden;
}

.we2p-module-container.we2p-temperature--show .we2p-temperature {
  opacity: 1;
  transform: translateX(0);
}

.we2p-module-container.we2p-percentage--show .we2p-percentage {
  opacity: 1;
  transform: translateX(0);
}

.we2p-module-container.we2p-devmode--show .we2p-devmode {
  height: auto;
}

.we2p-horizontal-slider > .row {
  flex-wrap: nowrap !important;
  overflow: hidden;
}

.we2p-horizontal-slider > .row .col-1, .we2p-horizontal-slider > .row .col-2, .we2p-horizontal-slider > .row .col-3, .we2p-horizontal-slider > .row .col-4, .we2p-horizontal-slider > .row .col-5, .we2p-horizontal-slider > .row .col-6, .we2p-horizontal-slider > .row .col-7, .we2p-horizontal-slider > .row .col-8, .we2p-horizontal-slider > .row .col-9, .we2p-horizontal-slider > .row .col-10, .we2p-horizontal-slider > .row .col-11, .we2p-horizontal-slider > .row .col-12 {
  display: inline-block;
  float: none;
  flex: 0 0 300px !important;
  max-width: none !important;
}

.we2p-detail-calendar-modal {
  padding: 20px 20px !important;
}

.we2p-opening-hours-modal {
  padding: 20px 20px !important;
  width: 800px;
  max-width: 100%;
}

.we2p-detail-calendar-day {
  overflow: hidden;
  width: 90px;
  border-radius: 20px;
  box-shadow: 0px 5px 28px -9px rgba(0, 0, 0, 0.75);
}

.we2p-distance-badge {
  position: absolute;
  color: black;
  bottom: 10px;
  right: 10px;
  padding: 2px 7px;
  background: #fff;
  margin: 0 !important;
  border-radius: 8px;
}

.we2p-horizontal-slider__box-gradient {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(107, 107, 107, 0) 18%, rgba(0, 0, 0, 0.7581407563) 68%, rgba(0, 0, 0, 0.8981967787) 100%);
}

.we2p-accordion-toggle-closed .we2p-accordion-toggle-vertical {
  transition: all 0.5s ease-in-out;
  transform: rotate(-90deg);
}
.we2p-accordion-toggle-closed .we2p-accordion-toggle-horizontal {
  transition: all 0.5s ease-in-out;
  transform: rotate(-90deg);
  opacity: 1;
}

.we2p-accordion-toggle-opened {
  opacity: 1;
}
.we2p-accordion-toggle-opened .we2p-accordion-toggle-vertical {
  transition: all 0.5s ease-in-out;
  transform: rotate(90deg);
}
.we2p-accordion-toggle-opened .we2p-accordion-toggle-horizontal {
  transition: all 0.5s ease-in-out;
  transform: rotate(90deg);
  opacity: 0;
}

.we2p-accordion-toggle-circle-plus {
  font-size: 1em;
  opacity: 1;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

.we2p-accordion-toggle-circle-plus .we2p-accordion-toggle-circle {
  position: relative;
  width: 2.55em;
  height: 2.5em;
  border-radius: 100%;
}

.we2p-accordion-toggle-circle-plus .we2p-accordion-toggle-circle .we2p-accordion-toggle-horizontal {
  position: absolute;
  border-radius: 2px;
  background-color: #fff;
  width: 24px;
  height: 4px;
  left: 50%;
  margin-left: -12px;
  top: 50%;
  margin-top: -2px;
}

.we2p-accordion-toggle-circle-plus .we2p-accordion-toggle-circle .we2p-accordion-toggle-vertical {
  position: absolute;
  border-radius: 2px;
  background-color: #fff;
  width: 4px;
  height: 24px;
  left: 50%;
  margin-left: -2px;
  top: 50%;
  margin-top: -12px;
}

.we2p-seasonal-suitability-circle {
  height: 30px;
  width: 30px;
  border-radius: 100%;
}
.we2p-seasonal-suitability-circle.we2p-seasonal-suitability-circle--suitable {
  background-color: #28a745;
}
.we2p-seasonal-suitability-circle.we2p-seasonal-suitability-circle--unsuitable {
  background-color: #dc3545;
}
.we2p-seasonal-suitability-circle.we2p-seasonal-suitability-circle--dependent {
  background-color: #ffc107;
}
.we2p-seasonal-suitability-circle.we2p-seasonal-suitability-circle--undefined {
  background-color: #666;
}
.we2p-seasonal-suitability-circle.we2p-seasonal-suitability-circle--legend {
  width: 10px;
  height: 10px;
  margin-left: 0;
  margin-bottom: 0;
}

.we2p-bar-range-indicator .we2p-bar-range-indicator__segment {
  height: 10px;
  margin: 0 1px;
  background-color: #ddd;
}

.we2p-qualitylabel-img {
  height: 110px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.we2p-round-button {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  cursor: pointer;
}
.we2p-round-button i {
  font-size: 24px;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.we2p-detail-btn {
  -webkit-appearance: none !important;
  border-radius: 0 !important;
}

.we2p-standard-text-format h1, .we2p-standard-text-format h2, .we2p-standard-text-format h3, .we2p-standard-text-format h4, .we2p-standard-text-format h5, .we2p-standard-text-format h6 {
  margin: 20px 0 !important;
}
.we2p-standard-text-format p {
  line-height: 1.5 !important;
}
.we2p-standard-text-format li {
  font-family: var(--we2p-font-text);
  line-height: 1.5 !important;
  margin-bottom: 10px !important;
}

.we2p-detail-payment-method {
  background-color: #eee;
  padding: 6px 10px;
  display: block;
  margin-right: 10px;
  float: left;
  margin-bottom: 10px;
  border-radius: 10px;
}
.we2p-detail-payment-method i {
  font-size: 20px;
}
.we2p-detail-payment-method span {
  vertical-align: text-top;
}

.we2p-detail-feature__icon {
  flex: 0 0 30px !important;
  height: 30px;
  position: relative;
}
.we2p-detail-feature__icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
}
.we2p-detail-feature__icon .we2p-detail-feature__icon--tinpi {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  font-family: "Tinpi", sans-serif;
}

.we2p-font--tinpi {
  font-family: "Tinpi", sans-serif !important;
}

.we2p-filter-tab-content {
  display: none;
  /*max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
  &.we2p-filter-tab--open {
    max-height: unset;
  }
  */
}

.we2p-difficulty-label--10 {
  border-bottom: 2px solid #28a745;
}

.we2p-difficulty-label--20 {
  border-bottom: 2px solid #28a745;
}

.we2p-difficulty-label--30 {
  border-bottom: 2px solid #ffc107;
}

.we2p-difficulty-label--40 {
  border-bottom: 2px solid #ffc107;
}

.we2p-difficulty-label--50 {
  border-bottom: 2px solid #dc3545;
}

.fancybox-caption__body {
  text-align: left;
}

.we2p-accommodation {
  display: flex;
}
.we2p-accommodation__thumbnail {
  height: 100px;
  flex: 0 0 100px;
}
.we2p-accommodation__thumbnail img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.we2p-accommodation__content:hover .we2p-accommodation__name {
  text-decoration: underline;
}

.we2p-accommodation__booking-link {
  transition: transform 0.3s ease-in-out;
}
.we2p-accommodation__booking-link:hover {
  transform: scale(1.3);
}

.we2p-accommodation-detail .we2p-detail-feature__icon {
  height: 24px;
  flex: 0 0 24px;
}

.we2p-detail-download__image-container {
  margin-top: 10px;
  height: 180px;
  width: 100%;
}
.we2p-detail-download__image-container img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.we2p-detail-download__button {
  position: absolute;
  bottom: 10px;
  right: 10px;
  height: 40px;
  cursor: pointer;
  display: block;
  width: 40px;
  border-radius: 100%;
}
.we2p-detail-download__button i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.we2p-detail-video__container {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
}
.we2p-detail-video__container iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.we2p img.image-style-align-left {
  float: left;
  margin: 5px 5px 5px 0;
}
.we2p img.image-style-align-right {
  float: right;
  margin: 5px 5px 0 5px;
}
.we2p figure {
  margin: 0 0 1rem;
  /*
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 40px;
  margin-inline-end: 40px;
   */
}
.we2p figure.we2p-detail-video__container {
  margin: 0 !important;
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
  margin-inline-start: 0 !important;
  margin-inline-end: 0 !important;
}
.we2p figure.image {
  text-align: center;
  margin: 0.9em auto;
  min-width: 50px;
}
.we2p figure.image img {
  max-width: 100%;
  min-width: 100%;
}
.we2p figure.image.image_resized > figcaption {
  display: block;
}
.we2p figure.image-style-block-align-left {
  margin-left: 0;
  margin-right: auto;
}
.we2p figure.image-style-block-align-right {
  margin-right: 0;
  margin-left: auto;
}
.we2p figure.image-style-align-left {
  float: left;
  margin-right: 10px;
}
.we2p figure.image-style-align-right {
  float: right;
  margin-left: 10px;
}
.we2p figcaption {
  display: table-caption;
  caption-side: bottom;
  word-break: break-word;
  color: #333333;
  background-color: #f7f7f7;
  padding: 0.6rem;
  font-size: 0.75em;
  outline-offset: -1 px;
  text-align: center;
}

.we2p-list-styling ul {
  list-style: disc;
}
.we2p-list-styling ul li {
  line-height: 1.5;
  margin-left: 20px;
}
.we2p-list-styling ul li ul {
  list-style: circle;
}
.we2p-list-styling ol {
  list-style-type: decimal;
}
.we2p-list-styling ol li {
  line-height: 1.5;
}

.we2p-ploetz-text-styles a {
  text-decoration: underline;
  font-weight: 500;
  line-height: 1.5;
}
.we2p-ploetz-text-styles p {
  line-height: 1.5;
  margin-bottom: 1rem;
}
.we2p-ploetz-text-styles h1, .we2p-ploetz-text-styles h2, .we2p-ploetz-text-styles h3, .we2p-ploetz-text-styles h4, .we2p-ploetz-text-styles h5, .we2p-ploetz-text-styles h6 {
  text-align: center;
  margin-top: 2rem;
  -moz-column-span: all;
       column-span: all;
  text-transform: uppercase;
  font-weight: bold;
  font-family: var(--we2p-font-text);
  line-height: 1.5;
}
.we2p-ploetz-text-styles h1 > a, .we2p-ploetz-text-styles h2 > a, .we2p-ploetz-text-styles h3 > a, .we2p-ploetz-text-styles h4 > a, .we2p-ploetz-text-styles h5 > a, .we2p-ploetz-text-styles h6 > a, .we2p-ploetz-text-styles th > a, .we2p-ploetz-text-styles td > a {
  text-decoration: none;
  color: inherit;
  font-weight: inherit;
}
.we2p-ploetz-text-styles h1 > a:hover, .we2p-ploetz-text-styles h2 > a:hover, .we2p-ploetz-text-styles h3 > a:hover, .we2p-ploetz-text-styles h4 > a:hover, .we2p-ploetz-text-styles h5 > a:hover, .we2p-ploetz-text-styles h6 > a:hover, .we2p-ploetz-text-styles th > a:hover, .we2p-ploetz-text-styles td > a:hover {
  text-decoration: underline;
}
.we2p-ploetz-text-styles figure.table {
  margin-top: 2rem;
  width: 100%;
  overflow-x: auto;
  -moz-column-span: all;
       column-span: all;
}
.we2p-ploetz-text-styles figure.table table td, .we2p-ploetz-text-styles figure.table table th {
  padding: 8px;
  text-align: left;
  min-width: 150px !important;
  display: table-cell;
  font-size: 0.9em;
}
.we2p-ploetz-text-styles ul, .we2p-ploetz-text-styles ol {
  -moz-column-span: all;
       column-span: all;
  margin-top: 1rem;
  margin-left: 2rem;
  margin-right: 2rem;
  margin-bottom: 2rem;
}
.we2p-ploetz-text-styles ul li, .we2p-ploetz-text-styles ol li {
  margin-bottom: 0.5rem;
}

.we2p-two-column-text {
  -moz-columns: 2;
       columns: 2;
}
@media only screen and (min-width: 601px) {
  .we2p-two-column-text p {
    display: inline;
    margin-right: 4px;
  }
}
@media only screen and (max-width: 600px) {
  .we2p-two-column-text {
    -moz-columns: 1;
         columns: 1;
  }
}

.we2p-reduced-satzspiegel {
  padding: max(6vh, 3rem) max(4vw, (100% - 38rem) / 2);
}

.module-dark .we2p-ploetz-text-styles a {
  color: white !important;
}

@media print {
  html, body {
    background: #fff !important;
  }
  html td, html p, body td, body p {
    font-size: 9pt !important;
    line-height: 1.5 !important;
  }
  a {
    color: var(--mv-primary) !important;
    text-decoration: none !important;
  }
  :root {
    --mv-primary: #222;
    --mv-secondary: #222;
  }
  @page {
    width: 100% !important;
    margin: 20px;
  }
}
.gslide-desc {
  color: var(--primary);
}

@media only screen and (max-width: 768px) {
  .gslide-desc {
    color: white !important;
  }
  .gslide-description.description-bottom {
    background-color: black !important;
  }
}

.backdrop\:module-bg-gray-800::backdrop {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}

.backdrop\:module-bg-white::backdrop {
  background-color: var(--mv-white);
}

.backdrop\:module-opacity-40::backdrop {
  opacity: 0.4;
}

.backdrop\:module-opacity-80::backdrop {
  opacity: 0.8;
}

.checked\:module-bg-white:checked {
  background-color: var(--mv-white);
}

.checked\:module-text-secondary:checked {
  color: var(--mv-secondary);
}

.hover\:module-translate-x-1:hover {
  --tw-translate-x: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:module-translate-x-1\.5:hover {
  --tw-translate-x: 0.375rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:module-scale-110:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:module-bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.hover\:module-bg-primary:hover {
  background-color: var(--mv-primary);
}

.hover\:module-bg-secondary-350:hover {
  background-color: var(--mv-secondary-350);
}

.hover\:module-bg-white:hover {
  background-color: var(--mv-white);
}

.hover\:module-text-primary:hover {
  color: var(--mv-primary);
}

.hover\:module-text-white:hover {
  color: var(--mv-white);
}

.focus\:module-bg-gray-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}

:is(.module-dark .dark\:module-border-secondary-300) {
  border-color: var(--mv-secondary-300);
}

:is(.module-dark .dark\:module-border-white) {
  border-color: var(--mv-white);
}

:is(.module-dark .dark\:module-border-x-secondary-300) {
  border-left-color: var(--mv-secondary-300);
  border-right-color: var(--mv-secondary-300);
}

:is(.module-dark .dark\:module-border-b-white) {
  border-bottom-color: var(--mv-white);
}

:is(.module-dark .dark\:module-bg-red-500) {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}

:is(.module-dark .dark\:module-bg-secondary) {
  background-color: var(--mv-secondary);
}

:is(.module-dark .dark\:module-bg-secondary-300) {
  background-color: var(--mv-secondary-300);
}

:is(.module-dark .dark\:module-bg-secondary-450) {
  background-color: var(--mv-secondary-450);
}

:is(.module-dark .dark\:module-bg-white) {
  background-color: var(--mv-white);
}

:is(.module-dark .dark\:\!module-text-white) {
  color: var(--mv-white) !important;
}

:is(.module-dark .dark\:module-text-black) {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

:is(.module-dark .dark\:module-text-gray-300) {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

:is(.module-dark .dark\:module-text-primary-200) {
  color: var(--mv-primary-200);
}

:is(.module-dark .dark\:module-text-primary-250) {
  color: var(--mv-primary-250);
}

:is(.module-dark .dark\:module-text-secondary-100) {
  color: var(--mv-secondary-100);
}

:is(.module-dark .dark\:module-text-secondary-200) {
  color: var(--mv-secondary-200);
}

:is(.module-dark .dark\:module-text-white) {
  color: var(--mv-white);
}

:is(.module-dark .dark\:module-text-white-90) {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}

:is(.module-dark .dark\:module-brightness-\[1000\]) {
  --tw-brightness: brightness(1000);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

:is(.module-dark .dark\:module-grayscale) {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

:is(.module-dark .dark\:checked\:module-bg-secondary:checked) {
  background-color: var(--mv-secondary);
}

:is(.module-dark .dark\:hover\:module-text-secondary:hover) {
  color: var(--mv-secondary);
}

:is(.module-dark .dark\:focus\:module-text-secondary:focus) {
  color: var(--mv-secondary);
}

@media print {
  .print\:\!module-col-span-5 {
    grid-column: span 5 / span 5 !important;
  }
  .print\:module-col-span-4 {
    grid-column: span 4 / span 4;
  }
  .print\:module-col-span-6 {
    grid-column: span 6 / span 6;
  }
  .print\:module-col-span-7 {
    grid-column: span 7 / span 7;
  }
  .print\:module-col-span-8 {
    grid-column: span 8 / span 8;
  }
  .print\:module-mt-0 {
    margin-top: 0px;
  }
  .print\:module-mt-48 {
    margin-top: 12rem;
  }
  .print\:module-block {
    display: block;
  }
  .print\:module-hidden {
    display: none;
  }
  .print\:module-gap-2 {
    gap: 0.5rem;
  }
  .print\:module-border-0 {
    border-width: 0px;
  }
  .print\:module-pb-0 {
    padding-bottom: 0px;
  }
}

@media (min-width: 400px) {
  .xs\:module-col-span-3 {
    grid-column: span 3 / span 3;
  }
  .xs\:module-col-span-9 {
    grid-column: span 9 / span 9;
  }
  .xs\:module-flex-nowrap {
    flex-wrap: nowrap;
  }
  .xs\:module-gap-y-0 {
    row-gap: 0px;
  }
  .xs\:module-px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 640px) {
  .sm\:module-col-span-4 {
    grid-column: span 4 / span 4;
  }
  .sm\:module-col-span-6 {
    grid-column: span 6 / span 6;
  }
  .sm\:module-block {
    display: block;
  }
  .sm\:module-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .sm\:module-flex-row {
    flex-direction: row;
  }
  .sm\:module-justify-between {
    justify-content: space-between;
  }
  .sm\:module-px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (min-width: 768px) {
  .md\:module-col-span-10 {
    grid-column: span 10 / span 10;
  }
  .md\:module-col-span-2 {
    grid-column: span 2 / span 2;
  }
  .md\:module-col-span-3 {
    grid-column: span 3 / span 3;
  }
  .md\:module-col-span-4 {
    grid-column: span 4 / span 4;
  }
  .md\:module-col-span-5 {
    grid-column: span 5 / span 5;
  }
  .md\:module-col-span-6 {
    grid-column: span 6 / span 6;
  }
  .md\:module-col-span-7 {
    grid-column: span 7 / span 7;
  }
  .md\:module-mb-0 {
    margin-bottom: 0px;
  }
  .md\:module-line-clamp-5 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }
  .md\:module-inline {
    display: inline;
  }
  .md\:module-flex {
    display: flex;
  }
  .md\:module-h-48 {
    height: 12rem;
  }
  .md\:module-h-full {
    height: 100%;
  }
  .md\:module-flex-nowrap {
    flex-wrap: nowrap;
  }
  .md\:module-px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .lg\:module-col-span-3 {
    grid-column: span 3 / span 3;
  }
  .lg\:module-w-7\/12 {
    width: 58.333333%;
  }
}

@media (min-width: 1280px) {
  .xl\:module-w-6\/12 {
    width: 50%;
  }
  .xl\:module-text-\[3rem\] {
    font-size: 3rem;
  }
}