@keyframes load {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.3;
  }

  100% {
    opacity: 0;
  }
}

.async.image {
  position: relative;
  overflow: hidden;
}

.async.image img {
  visibility: hidden;
  opacity: 0;
  transition: opacity 1s;
}

.async.image img.loaded {
  visibility: visible;
  opacity: 1;
}

.async.image::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: lightgray;
  animation: load 1s ease infinite;
}

.async.image.loaded::before {
  content: none;
}
.comp.image_header1 {
  position: relative;
}

.comp.image_header1 .title {
  position: absolute;
  float: left;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translateX(-50%) translateY(-50%);
  text-transform: uppercase;
  background-color: white;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .comp.image_header1 .title {
    padding: 20px 20px 20px 20px;
    font-size: 15px;
  }
}

.comp.image_header1 .image {
  position: relative;
  width: 50%;
  left: 50%;
  transform: translateX(-50%);
}

.comp .email {
  text-align: center;
}

.comp .tel {
  text-align: center;
}
/*  GRID OF TEN   ============================================================================= */

.span_10_of_10 {
  width: 100%;
}

.span_9_of_10 {
  width: 90%;
}

.span_8_of_10 {
  width: 80%;
}

.span_7_of_10 {
  width: 70%;
}

.span_6_of_10 {
  width: 60%;
}

.span_5_of_10 {
  width: 50%;
}

.span_4_of_10 {
  width: 40%;
}

.span_3_of_10 {
  width: 30%;
}

.span_2_of_10 {
  width: 20%;
}

.span_1_of_10 {
  width: 10%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
  .span_10_of_10 {
    width: 100%;
  }

  .span_9_of_10 {
    width: 100%;
  }

  .span_8_of_10 {
    width: 100%;
  }

  .span_7_of_10 {
    width: 100%;
  }

  .span_6_of_10 {
    width: 100%;
  }

  .span_5_of_10 {
    width: 100%;
  }

  .span_4_of_10 {
    width: 100%;
  }

  .span_3_of_10 {
    width: 100%;
  }

  .span_2_of_10 {
    width: 100%;
  }

  .span_1_of_10 {
    width: 100%;
  }
}
/*  GRID OF ELEVEN   ============================================================================= */

.span_11_of_11 {
  width: 100%;
}

.span_10_of_11 {
  width: 90.9%;
}

.span_9_of_11 {
  width: 81.81%;
}

.span_8_of_11 {
  width: 72.72%;
}

.span_7_of_11 {
  width: 63.63%;
}

.span_6_of_11 {
  width: 54.54%;
}

.span_5_of_11 {
  width: 45.45%;
}

.span_4_of_11 {
  width: 36.36%;
}

.span_3_of_11 {
  width: 27.27%;
}

.span_2_of_11 {
  width: 18.18%;
}

.span_1_of_11 {
  width: 9.09%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
  .span_11_of_11 {
    width: 100%;
  }

  .span_10_of_11 {
    width: 100%;
  }

  .span_9_of_11 {
    width: 100%;
  }

  .span_8_of_11 {
    width: 100%;
  }

  .span_7_of_11 {
    width: 100%;
  }

  .span_6_of_11 {
    width: 100%;
  }

  .span_5_of_11 {
    width: 100%;
  }

  .span_4_of_11 {
    width: 100%;
  }

  .span_3_of_11 {
    width: 100%;
  }

  .span_2_of_11 {
    width: 100%;
  }

  .span_1_of_11 {
    width: 100%;
  }
}
/*  GRID OF TWELVE   ============================================================================= */

.span_12_of_12 {
  width: 100%;
}

.span_11_of_12 {
  width: 91.67%;
}

.span_10_of_12 {
  width: 83.33%;
}

.span_9_of_12 {
  width: 75%;
}

.span_8_of_12 {
  width: 66.66%;
}

.span_7_of_12 {
  width: 58.33%;
}

.span_6_of_12 {
  width: 50%;
}

.span_5_of_12 {
  width: 41.67%;
}

.span_4_of_12 {
  width: 33.33%;
}

.span_3_of_12 {
  width: 25%;
}

.span_2_of_12 {
  width: 16.67%;
}

.span_1_of_12 {
  width: 8.33%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
  .span_12_of_12 {
    width: 100%;
  }

  .span_11_of_12 {
    width: 100%;
  }

  .span_10_of_12 {
    width: 100%;
  }

  .span_9_of_12 {
    width: 100%;
  }

  .span_8_of_12 {
    width: 100%;
  }

  .span_7_of_12 {
    width: 100%;
  }

  .span_6_of_12 {
    width: 100%;
  }

  .span_5_of_12 {
    width: 100%;
  }

  .span_4_of_12 {
    width: 100%;
  }

  .span_3_of_12 {
    width: 100%;
  }

  .span_2_of_12 {
    width: 100%;
  }

  .span_1_of_12 {
    width: 100%;
  }
}
/*  GRID OF ONE   ============================================================================= */

.span_1_of_1 {
  width: 100%;
}
/*  GRID OF TWO   ============================================================================= */

.span_2_of_2 {
  width: 100%;
}

.span_1_of_2 {
  width: 50%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
  .span_2_of_2 {
    width: 100%;
  }

  .span_1_of_2 {
    width: 100%;
  }
}
/*  GRID OF THREE   ============================================================================= */

.span_3_of_3 {
  width: 100%;
}

.span_2_of_3 {
  width: 66.13%;
}

.span_1_of_3 {
  width: 33.33%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
  .span_3_of_3 {
    width: 100%;
  }

  .span_2_of_3 {
    width: 100%;
  }

  .span_1_of_3 {
    width: 100%;
  }
}
/*  GRID OF FOUR   ============================================================================= */

.span_4_of_4 {
  width: 100%;
}

.span_3_of_4 {
  width: 75%;
}

.span_2_of_4 {
  width: 50%;
}

.span_1_of_4 {
  width: 25%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
  .span_4_of_4 {
    width: 100%;
  }

  .span_3_of_4 {
    width: 100%;
  }

  .span_2_of_4 {
    width: 100%;
  }

  .span_1_of_4 {
    width: 100%;
  }
}
/*  GRID OF FIVE   ============================================================================= */

.span_5_of_5 {
  width: 100%;
}

.span_4_of_5 {
  width: 80%;
}

.span_3_of_5 {
  width: 60%;
}

.span_2_of_5 {
  width: 40%;
}

.span_1_of_5 {
  width: 20%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
  .span_5_of_5 {
    width: 100%;
  }

  .span_4_of_5 {
    width: 100%;
  }

  .span_3_of_5 {
    width: 100%;
  }

  .span_2_of_5 {
    width: 100%;
  }

  .span_1_of_5 {
    width: 100%;
  }
}
/*  GRID OF SIX   ============================================================================= */

.span_6_of_6 {
  width: 100%;
}

.span_5_of_6 {
  width: 83.33%;
}

.span_4_of_6 {
  width: 66.67%;
}

.span_3_of_6 {
  width: 50%;
}

.span_2_of_6 {
  width: 33.33%;
}

.span_1_of_6 {
  width: 16.665%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
  .span_6_of_6 {
    width: 100%;
  }

  .span_5_of_6 {
    width: 100%;
  }

  .span_4_of_6 {
    width: 100%;
  }

  .span_3_of_6 {
    width: 100%;
  }

  .span_2_of_6 {
    width: 100%;
  }

  .span_1_of_6 {
    width: 100%;
  }
}
/*  GRID OF SEVEN   ============================================================================= */

.span_7_of_7 {
  width: 100%;
}

.span_6_of_7 {
  width: 85.71%;
}

.span_5_of_7 {
  width: 71.43%;
}

.span_4_of_7 {
  width: 57.14%;
}

.span_3_of_7 {
  width: 42.86%;
}

.span_2_of_7 {
  width: 28.57%;
}

.span_1_of_7 {
  width: 14.285%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
  .span_7_of_7 {
    width: 100%;
  }

  .span_6_of_7 {
    width: 100%;
  }

  .span_5_of_7 {
    width: 100%;
  }

  .span_4_of_7 {
    width: 100%;
  }

  .span_3_of_7 {
    width: 100%;
  }

  .span_2_of_7 {
    width: 100%;
  }

  .span_1_of_7 {
    width: 100%;
  }
}
/*  GRID OF EIGHT   ============================================================================= */

.span_8_of_8 {
  width: 100%;
}

.span_7_of_8 {
  width: 87.5%;
}

.span_6_of_8 {
  width: 75%;
}

.span_5_of_8 {
  width: 62.6%;
}

.span_4_of_8 {
  width: 50%;
}

.span_3_of_8 {
  width: 37.5%;
}

.span_2_of_8 {
  width: 25%;
}

.span_1_of_8 {
  width: 12.5%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
  .span_8_of_8 {
    width: 100%;
  }

  .span_7_of_8 {
    width: 100%;
  }

  .span_6_of_8 {
    width: 100%;
  }

  .span_5_of_8 {
    width: 100%;
  }

  .span_4_of_8 {
    width: 100%;
  }

  .span_3_of_8 {
    width: 100%;
  }

  .span_2_of_8 {
    width: 100%;
  }

  .span_1_of_8 {
    width: 100%;
  }
}
/*  GRID OF NINE   ============================================================================= */

.span_9_of_9 {
  width: 100%;
}

.span_8_of_9 {
  width: 88.88%;
}

.span_7_of_9 {
  width: 77.77%;
}

.span_6_of_9 {
  width: 66.66%;
}

.span_5_of_9 {
  width: 55.55%;
}

.span_4_of_9 {
  width: 44.44%;
}

.span_3_of_9 {
  width: 33.33%;
}

.span_2_of_9 {
  width: 22.22%;
}

.span_1_of_9 {
  width: 11.11%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
  .span_9_of_9 {
    width: 100%;
  }

  .span_8_of_9 {
    width: 100%;
  }

  .span_7_of_9 {
    width: 100%;
  }

  .span_6_of_9 {
    width: 100%;
  }

  .span_5_of_9 {
    width: 100%;
  }

  .span_4_of_9 {
    width: 100%;
  }

  .span_3_of_9 {
    width: 100%;
  }

  .span_2_of_9 {
    width: 100%;
  }

  .span_1_of_9 {
    width: 100%;
  }
}
/*  SECTIONS  ============================================================================= */

.section {
  clear: both;
  padding: 0px;
  margin: 0px;
}

/*  GROUPING  ============================================================================= */

.group:before,
.group:after {
  content: "";
  display: table;
}

.group:after {
  clear: both;
}

/*  GRID COLUMN SETUP   ==================================================================== */

.col {
  display: block;
  float: left;
}

.col:first-child {
  margin-left: 0;
}

/* all browsers except IE6 and lower */

/*  REMOVE MARGINS AS ALL GO FULL WIDTH AT 480 PIXELS */

@media only screen and (max-width: 480px) {
  .col {
    margin: 1% 0 1% 0%;
  }
}
[style*="--aspect-ratio"] > :first-child {
  width: 100%;
}

[style*="--aspect-ratio"] > img {
  height: auto;
}

@supports (--custom:property) {
  [style*="--aspect-ratio"] {
    position: relative;
  }

  [style*="--aspect-ratio"]::before {
    content: "";
    display: block;
    padding-bottom: calc(100% / (var(--aspect-ratio)));
  }

  [style*="--aspect-ratio"] > :first-child {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
}

/* Smartphones (portrait and landscape) ----------- */

.ui.container.text {
  display: block;
  margin: 0 auto;
}

.ui.container.fit {
  position: relative;
  height: 100%;
  width: 100%;
}

.ui.container.verticalsplit {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
}

.ui.container.verticalsplit div.left,
.ui.container.verticalsplit div.right {
  width: 50%;
}

.ui.container.fullscreen {
  position: relative;
  height: 100vh;
  /* Use vh as a fallback for browsers that do not support Custom */
  height: calc(var(--vh, 1vh) * 100);
  width: 100vw;
}
.imagesloaded.container {
  visibility: hidden;
}

.imagesloaded.container.finished {
  visibility: visible;
}
.album_cycler.main {
  position: relative;
  height: 100%;
  width: 100%;
}

.album_cycler.main .container {
  width: 100%;
  height: 100%;
}

.album_cycler.main .container .imagelist {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
}

.album_cycler.main .container .imagelist .image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.album_cycler.main .container .imagelist .image img {
  display: block;
  height: 100%;
  width: auto;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.album_cycler.main .container .imagelist .image img.fit_width {
  height: auto !important;
  width: 100% !important;
}

.album_cycler.main .container .imagelist .image img.opaque {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=1);
}
.textfit.lib.container {
  position: relative;
  height: 100%;
  width: 100%;
}
.scrollmagic.lib.container {
  position: relative;
  height: 100%;
  width: 100%;
}
.embed.google.map {
  position: relative;
  width: 100%;
  height: 100%;
}

.embed.google.map .direction_div .direction_wrapper {
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 3px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  margin: 10px;
  padding: 10px 0px 10px 0px;
  text-align: center;
}

.embed.google.map .direction_div .direction_wrapper a {
  display: block;
}

.embed.google.map .direction_div .direction_wrapper a .icon {
  height: 22px;
  width: 22px;
  overflow: hidden;
  margin: 0 auto;
  background-image: url("../../../../framework/packages/embed/google/less/../resources/img/icons.png");
  background-size: 70px 210px;
}

.embed.google.map .direction_div .direction_wrapper a .text {
  margin-top: 5px;
  text-align: center;
  color: #3a84df;
  font-size: 12px;
  max-width: 55px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pages.page_404 {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.pages.page_404 .container {
  position: relative;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
}

.pages.page_404 .container .logo {
  position: relative;
}

.pages.page_404 .container .logo img {
  max-height: 40vh;
  width: 100%;
}

.pages.page_404 .container .text {
  text-align: center;
}

.pages.page_404 .container .back {
  text-align: center;
  cursor: pointer;
}
.clickable {
  cursor: pointer;
}
/* Smartphones (portrait and landscape) ----------- */

@keyframes slideinBackdrop {
  from {
    margin-left: 100vw;
  }

  to {
    margin-left: 0px;
  }
}

.theme_verticalfit.components.footer {
  position: relative;
  text-align: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media only screen and (max-width : 767px) {
  .theme_verticalfit.components.footer {
    padding-bottom: 70px;
  }
}

.theme_verticalfit.components.sandwichmenu .menu {
  display: none;
  position: fixed;
  width: 40px;
  height: 40px;
  z-index: 501;
  border-radius: 3px;
  right: 0;
  top: 0;
  margin: 20px 15px 0 0;
}

.theme_verticalfit.components.sandwichmenu .menu .sandwich:before {
  content: "";
  position: absolute;
  left: 11px;
  top: 15px;
  width: 18px;
  height: 2px;
  background: black;
  box-shadow: 0 5px 0 0 black, 0 10px 0 0 black;
}

@media only screen and (max-width : 767px) {
  .theme_verticalfit.components.sandwichmenu .menu {
    display: inline;
  }
}

.theme_verticalfit.components.sandwichmenu .backdrop {
  animation: slideinBackdrop 500ms ease-in-out both;
}

.theme_verticalfit.components.sandwichmenu .backdrop .links {
  color: white;
}

.theme_verticalfit.components.index {
  position: fixed;
  width: 100%;
  z-index: 100;
}

.theme_verticalfit.components.index div.target {
  border-bottom: 4px solid transparent;
  transition: all 0.35s ease-in-out;
  z-index: 101;
}

.theme_verticalfit.components.index > .links {
  background-color: white;
  height: 50px;
}

@media only screen and (max-width : 767px) {
  .theme_verticalfit.components.index > .links {
    display: none;
  }
}

.theme_verticalfit.components.index > .links > * {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
/* Smartphones (portrait and landscape) ----------- */

.ui.container.text {
  max-width: 700px !important;
}

.ui.container.grid {
  display: block;
  max-width: 100% !important;
}

@media only screen and (max-width : 767px) {
  .ui.container.grid {
    width: auto !important;
    margin-left: 1em !important;
    margin-right: 1em !important;
  }
}

@media only screen and (min-width : 768px) and (max-width : 991px) {
  .ui.container.grid {
    width: 723px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media only screen  and (min-width: 992px) and (max-width: 1199px) {
  .ui.container.grid {
    width: 933px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media only screen  and (min-width: 1200px) and (max-width: 1823px) {
  .ui.container.grid {
    width: 1127px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media only screen  and (min-width : 1824px) {
  .ui.container.grid {
    width: 1500px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
/* Smartphones (portrait and landscape) ----------- */

.theme_verticalfit.pages {
  width: 100%;
  height: 100%;
}

@media screen and (max-aspect-ratio: 1/1) {
  .theme_verticalfit.pages {
    padding-top: 0px;
  }
}

.theme_verticalfit.pages.intro .ui.container.text {
  position: relative;
  height: 100%;
}

.theme_verticalfit.pages.intro .ui.container.text #block {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  max-width: 90%;
}

@media only screen and (max-width : 767px) and (orientation : landscape) {
  .theme_verticalfit.pages.intro .ui.container.text #block {
    top: 10px;
    transform: translateX(-50%);
  }
}

.theme_verticalfit.pages.intro .ui.container.text #block #logo {
  position: relative;
  display: flex;
  justify-content: center;
  height: 40vh;
}

.theme_verticalfit.pages.intro .ui.container.text #block #logo .image {
  height: 100%;
}

.theme_verticalfit.pages.intro .ui.container.text #block #logo .image .loaded {
  height: 100%;
}

.theme_verticalfit.pages.intro .ui.container.text #block #title,
.theme_verticalfit.pages.intro .ui.container.text #block #text {
  text-align: center;
}

.theme_verticalfit.pages.intro .ui.container.text #block #title {
  width: 90vw;
  height: 20px;
}

.theme_verticalfit.pages.intro .ui.container.text #block #text {
  position: relative;
  margin-top: 1em;
  width: 100%;
  height: 20vh;
}

.theme_verticalfit.pages.intro .ui.container.text #block #text p {
  font-size: clamp(1em, 1.8vw, 1.2em) !important;
}

.theme_verticalfit.pages.intro .ui.container.text #arrow {
  position: absolute;
  width: 2em;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1em;
}

.theme_verticalfit.pages.album_left_text_right .scrollmagic.lib.container .right {
  opacity: 0;
  transform: translateY(20%);
  transition: opacity 0.2s ease, transform 0.5s ease;
}

.theme_verticalfit.pages.album_left_text_right .scrollmagic.lib.container.scrollmagic_visible .right {
  opacity: 1;
  transform: initial;
}

.theme_verticalfit.pages.text_left_album_right .scrollmagic.lib.container .left,
.theme_verticalfit.pages.text_left_map_right .scrollmagic.lib.container .left {
  opacity: 0;
  transform: translateY(20%);
  transition: opacity 0.4s ease, transform 0.5s ease;
}

.theme_verticalfit.pages.text_left_album_right .scrollmagic.lib.container.scrollmagic_visible .left,
.theme_verticalfit.pages.text_left_map_right .scrollmagic.lib.container.scrollmagic_visible .left {
  opacity: 1;
  transform: initial;
}

.theme_verticalfit.pages.album_left_text_right .verticalsplit,
.theme_verticalfit.pages.text_left_album_right .verticalsplit,
.theme_verticalfit.pages.text_left_map_right .verticalsplit {
  overflow: hidden;
}

@media screen and (max-aspect-ratio: 1/1) {
  .theme_verticalfit.pages.album_left_text_right .verticalsplit .container .imagelist .image img,
  .theme_verticalfit.pages.text_left_album_right .verticalsplit .container .imagelist .image img,
  .theme_verticalfit.pages.text_left_map_right .verticalsplit .container .imagelist .image img {
    width: 100% !important;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) !important;
  }
}

.theme_verticalfit.pages.album_left_text_right .left,
.theme_verticalfit.pages.text_left_album_right .left,
.theme_verticalfit.pages.text_left_map_right .left,
.theme_verticalfit.pages.album_left_text_right .right,
.theme_verticalfit.pages.text_left_album_right .right,
.theme_verticalfit.pages.text_left_map_right .right {
  overflow: hidden;
}

.theme_verticalfit.pages.album_left_text_right .left .textfit,
.theme_verticalfit.pages.text_left_album_right .left .textfit,
.theme_verticalfit.pages.text_left_map_right .left .textfit,
.theme_verticalfit.pages.album_left_text_right .right .textfit,
.theme_verticalfit.pages.text_left_album_right .right .textfit,
.theme_verticalfit.pages.text_left_map_right .right .textfit {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  height: calc(100% - 80px);
  margin-left: 40px;
  width: 70%;
}

@media only screen and (max-width : 767px) {
  .theme_verticalfit.pages.album_left_text_right .left .textfit,
  .theme_verticalfit.pages.text_left_album_right .left .textfit,
  .theme_verticalfit.pages.text_left_map_right .left .textfit,
  .theme_verticalfit.pages.album_left_text_right .right .textfit,
  .theme_verticalfit.pages.text_left_album_right .right .textfit,
  .theme_verticalfit.pages.text_left_map_right .right .textfit {
    height: calc(100% - 20px);
    margin-left: 20px;
    width: 90%;
  }
}

.theme_verticalfit.pages.album_left_text_right .left .base.comp.text,
.theme_verticalfit.pages.text_left_album_right .left .base.comp.text,
.theme_verticalfit.pages.text_left_map_right .left .base.comp.text,
.theme_verticalfit.pages.album_left_text_right .right .base.comp.text,
.theme_verticalfit.pages.text_left_album_right .right .base.comp.text,
.theme_verticalfit.pages.text_left_map_right .right .base.comp.text {
  position: relative;
  margin: 20px 0px 20px 20px;
  width: 90%;
}

@media screen and (max-aspect-ratio: 1/1) {
  .theme_verticalfit.pages.text_left_album_right .verticalsplit,
  .theme_verticalfit.pages.text_left_map_right .verticalsplit {
    flex-direction: column-reverse;
  }

  .theme_verticalfit.pages.text_left_album_right .verticalsplit .left,
  .theme_verticalfit.pages.text_left_map_right .verticalsplit .left {
    width: 100%;
    height: 60vh;
  }

  .theme_verticalfit.pages.text_left_album_right .verticalsplit .right,
  .theme_verticalfit.pages.text_left_map_right .verticalsplit .right {
    width: 100%;
    height: 40vh !important;
  }
}

@media screen and (max-aspect-ratio: 1/1) {
  .theme_verticalfit.pages.album_left_text_right .verticalsplit {
    flex-direction: column;
  }

  .theme_verticalfit.pages.album_left_text_right .verticalsplit .left {
    width: 100%;
    height: 40vh !important;
  }

  .theme_verticalfit.pages.album_left_text_right .verticalsplit .right {
    width: 100%;
    height: 60vh;
  }
}

.theme_verticalfit.pages.text_left_album_right .verticalsplit.handheld .left,
.theme_verticalfit.pages.text_left_map_right .verticalsplit.handheld .left {
  height: initial;
  min-height: 60vh;
}

.theme_verticalfit.pages.album_left_text_right .verticalsplit.handheld .right {
  height: initial;
  min-height: 60vh;
}
/* Smartphones (portrait and landscape) ----------- */

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  font-size: 100%;
}

body {
  height: 100%;
  width: 100%;
}

a {
  text-decoration: none;
  /* no underline */
  color: inherit;
}

a:visited {
  color: inherit;
}

.desktop h1 {
  font-size: clamp(1.4em, 1.8vw, 1.6em);
  letter-spacing: 1px;
}

.desktop h2 {
  font-size: clamp(1.2em, 1.8vw, 1.4em);
  letter-spacing: 1px;
}

.desktop h3 {
  font-size: clamp(1em, 1.8vw, 1.2em);
  letter-spacing: 1px;
}

.desktop h4 {
  font-size: clamp(0.8em, 1.8vw, 1em);
  letter-spacing: 1px;
}

.desktop h5 {
  font-size: clamp(0.6em, 1.8vw, 0.8em);
  letter-spacing: 1px;
}

.desktop p {
  font-size: clamp(0.8em, 1.8vw, 1em);
}

.handheld h1 {
  font-size: clamp(1.4em, 1.8vw, 1.6em);
  letter-spacing: 1px;
}

.handheld h2 {
  font-size: clamp(1.4em, 1.8vw, 1.6em);
  letter-spacing: 1px;
}

.handheld h3 {
  font-size: clamp(1.2em, 1.8vw, 1.4em);
  letter-spacing: 1px;
}

.handheld h4 {
  font-size: clamp(1em, 1.8vw, 1.2em);
  letter-spacing: 1px;
}

.handheld h5 {
  font-size: clamp(0.8em, 1.8vw, 1em);
  letter-spacing: 1px;
}

.handheld p {
  font-size: clamp(1em, 1.8vw, 1.2em);
}

li {
  list-style-position: outside;
  margin-left: 1em;
}

section {
  width: 100vw;
  height: 100%;
}

section.handheld {
  height: initial;
}

div.page {
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
}

div.body {
  height: 100vh;
}

div.body .google.map.desktop {
  margin-top: 50px;
  height: calc(100% - 50px);
  z-index: 10;
}

div.body section.desktop {
  height: 100vh;
}
.theme_verticalfit.components.index div.link {
  position: relative;
  text-align: center;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
}

.theme_verticalfit.components.index .target {
  position: absolute;
  z-index: -1;
  transform: translateX(-60px);
}

.theme_verticalfit.components.sandwichmenu .backdrop {
  display: none;
  position: fixed;
  z-index: 500;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.theme_verticalfit.components.sandwichmenu .backdrop .links {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.theme_verticalfit.components.sandwichmenu .backdrop .links .link {
  line-height: 50px;
  font-size: 1.3em;
  text-transform: uppercase;
  text-align: center;
}

.theme_verticalfit.components.sandwichmenu .backdrop.active {
  display: inline;
}
@font-face {
  font-family: 'Georgia';
  src: url("../../../../public/main/less/../../../private/sites/main/resources/fonts/Georgia.eot");
  src: url("../../../../public/main/less/../../../private/sites/main/resources/fonts/Georgia.eot?#iefix") format('embedded-opentype'), url("../../../../public/main/less/../../../private/sites/main/resources/fonts/Georgia.ttf") format('truetype');
}

body {
  color: #FF2E4C;
}

html {
  font-family: "Georgia", Helvetica, sans-serif;
}

.theme_verticalfit.pages.intro {
  background-color: white;
}

.pages.page_404 {
  background-color: white;
}