@charset "UTF-8";
/*@import url('https://use.typekit.net/sbi7pqz.css');*/ /* Century Gothic */
/* Context colors */
/*Same as $beige-light on editor */
/* Editor ( defined in Theme.json) colors */
/* Fonts */
/* Footers vars */
/* Other elements */
/* 
⚠️ NOTE ON BUILD ORDER

This file (aaa_variables.scss) is intentionally named with "aaa_" 
so that Gulp’s globbing (alphabetical order) processes it first.

The @use 'variables' line here resolves to _variables.scss 
(Sass auto-matches underscored partials).

Result:
- The variables namespace is available for all subsequent SCSS files
  without them needing their own @use/import.
- Changing the filename order or build setup may break this!
*/
/*@import 'variables';*/
.block-accordion-title {
  background-color: #1e1e1e;
  position: relative;
  padding: 10px;
  padding-left: 1.4em;
  padding-right: 1.4em;
  color: white;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.block-accordion-title:hover {
  cursor: pointer;
}

.block-accordion-title h3 {
  color: white;
  margin: 0px;
  margin-top: 3px !important;
  margin-bottom: 1px !important;
  padding: 0px;
  font-size: 20px !important;
}

.block-accordion-toggle {
  background: white;
  position: absolute;
  top: 8px;
  right: 1.4em;
  width: 30px;
  height: 30px;
  border-radius: 50px;
}

.block-accordion-toggle:hover {
  background: #f5efe1;
}

.block-accordion-toggle img {
  width: 30px;
}

.block-accordion-content {
  background-color: #f5efe1;
  padding: 1.4em;
}

@media (min-width: 1600px) {
  /* xl */
}
@media (min-width: 1200px) and (max-width: 1599px) {
  /*l*/
}
@media (min-width: 782px) and (max-width: 1199px) {
  /*m*/
}
@media (max-width: 781px) {
  /*s*/
  .block-accordion-toggle {
    top: 8px;
  }
}
/*@import 'variables';*/
.apartments-main {
  margin-bottom: 20px;
}

.apartments-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.apartments-tabs div {
  padding: 4px;
  padding-left: 35px;
  padding-right: 35px;
  font-weight: 600;
}

.apartments-tabs div:hover {
  cursor: pointer;
  color: #2d6799;
}

.apartments-tab.active {
  background: white;
  color: #2d6799;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-decoration-color: #d9b776;
  text-underline-offset: 7px;
}

.apartments-content {
  background: white;
  padding: 20px;
}

.apartments-images-container {
  position: relative;
  overflow: hidden;
  min-height: 500px;
  -webkit-box-flex: 65%;
      -ms-flex: 65%;
          flex: 65%;
  padding: 15px;
}

.apartments-image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.apartments-image img {
  width: 100%;
}

.apartments-text {
  -webkit-box-flex: 35%;
      -ms-flex: 35%;
          flex: 35%;
  padding: 35px;
  min-height: 360px;
}

.apartments-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.apartments-person {
  width: 32px;
  margin-left: -3px;
  margin-right: -8px;
}

.apartments-plus {
  width: 32px;
  margin-left: -1px;
  margin-right: -5px;
}

.apartments-size {
  padding-left: 25px;
}

.apartments-slider-buttons {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 20px;
  padding: 5px;
}

.apartments-slider-button {
  border: 1px solid white;
  border-radius: 100%;
  width: 12px;
  height: 12px;
  margin: 5px;
}

.apartments-slider-button:hover {
  cursor: pointer;
}

@media (min-width: 1600px) {
  /* xl */
}
@media (min-width: 1200px) and (max-width: 1599px) {
  /*l*/
}
@media (min-width: 782px) and (max-width: 1199px) {
  /*m*/
  .apartments-images-container {
    min-height: 400px;
  }
}
@media (max-width: 781px) {
  /*s*/
  .apartments-tabs {
    background: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    padding: 20px;
    padding-bottom: 0px;
  }
  .apartments-tabs div {
    padding: 4px;
    padding-left: 35px;
    padding-right: 35px;
    font-weight: 600;
  }
  .apartments-tabs div:hover {
    cursor: pointer;
    color: #2d6799;
  }
  .apartments-tab {
    border: 2px solid #1e1e1e;
    border-radius: 20px;
    margin: 5px;
  }
  .apartments-tab.active {
    background: #1e1e1e;
    color: white;
    border-radius: 20px;
    text-decoration: none;
  }
  .apartments-tab.active:hover {
    color: black;
  }
  .apartments-images-container {
    min-height: 300px;
  }
  .apartments-text {
    padding: 0px;
  }
}
/*@import 'variables';*/
#appForm {
  margin-top: -10px !important;
}

/*@import 'variables';*/
.breadcrumb-container {
  padding-left: 1rem;
  padding-right: 1rem;
}
.breadcrumb-container #breadcrumbs {
  list-style: none;
  margin: 10px 0;
  overflow: hidden;
  padding-left: 0px;
}
.breadcrumb-container #breadcrumbs .item-home a {
  color: #999 !important;
  font-size: 16px !important;
  font-weight: 300 !important;
  -webkit-font-variant-ligatures: none !important;
          font-variant-ligatures: none !important;
  font-family: Montserrat, serif !important;
  text-decoration: none;
}
.breadcrumb-container #breadcrumbs .item-parent a {
  color: #999 !important;
  font-size: 16px !important;
  font-weight: 300 !important;
  -webkit-font-variant-ligatures: none !important;
          font-variant-ligatures: none !important;
  font-family: Montserrat, serif !important;
  text-decoration: none;
}
.breadcrumb-container #breadcrumbs .item-current span {
  color: #999 !important;
  font-size: 16px !important;
  font-weight: 300 !important;
  -webkit-font-variant-ligatures: none !important;
          font-variant-ligatures: none !important;
  font-family: Montserrat, serif !important;
  text-decoration: none;
}
.breadcrumb-container #breadcrumbs .separator {
  color: #999 !important;
  font-size: 15px !important;
  font-weight: 300 !important;
  -webkit-font-variant-ligatures: none !important;
          font-variant-ligatures: none !important;
  font-family: Montserrat, serif !important;
  text-decoration: none;
}
.breadcrumb-container #breadcrumbs li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
}

.wpcf7-form h2 {
  color: black;
  font-size: 23px;
}

.wpcf7-form hr {
  border: none;
  border-top: 1px solid #bbbbbb;
  margin-top: 40px;
}

.wpcf7-form label {
  font-size: 16px;
}

.wpcf7-form .wpcf7-form-control.wpcf7-text {
  width: 100%;
  min-height: 30px;
  border-radius: 5px;
  /*border: 1px solid #dab674;*/
  border: 1px solid #bbbbbb;
}

.wpcf7-form .wpcf7-form-control.wpcf7-textarea {
  width: 100%;
  min-height: 30px;
  border-radius: 5px;
  border: 1px solid #bbbbbb;
}

.wpcf7-form .wpcf7-form-control.wpcf7-submit {
  background: #dab674;
  color: #2b1b07;
  width: auto;
  border: none;
  border-radius: 50px;
  padding: 6px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 18px;
  font-weight: 800;
}

.wpcf7-form .wpcf7-form-control.wpcf7-submit:hover {
  background: #b48242;
  cursor: pointer;
}

.wpcf7-form span.wpcf7-list-item {
  display: block;
  font-size: 15px;
}

/*@import 'variables';*/
.ingress {
  padding-left: 10em !important;
  padding-right: 10em !important;
}

@media (min-width: 1600px) {
  /*xl*/
}
@media (min-width: 1200px) and (max-width: 1599px) {
  /*l*/
}
@media (min-width: 782px) and (max-width: 1199px) {
  /*m*/
  .ingress {
    padding-left: 1em !important;
    padding-right: 1em !important;
  }
}
@media (max-width: 781px) {
  /*s*/
  .ingress {
    padding-left: 0em !important;
    padding-right: 0em !important;
  }
}
/*@import 'variables';*/
.wp-block-list.styled {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
}
.wp-block-list.styled li {
  background-image: url("https://www.kassiopeia.fi/ravintola-freja/wp-content/uploads/sites/6/2025/07/check_gold.svg");
  background-size: 27px 27px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  padding-left: 40px;
  padding-bottom: 15px;
  font-family: Montserrat, serif;
  font-size: 18px;
  color: #1e1e1e;
  font-weight: 400;
  letter-spacing: -0.5px;
}
.wp-block-list.styled li a {
  text-decoration: underline;
}

.wp-block-list.styled2 {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
}
.wp-block-list.styled2 li {
  background-image: url("https://www.kassiopeia.fi/ravintola-freja/wp-content/uploads/sites/6/2025/07/check_black.svg");
  background-size: 27px 27px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  padding-left: 40px;
  padding-bottom: 15px;
  font-family: Montserrat, serif;
  font-size: 18px;
  color: #1e1e1e;
  font-weight: 400;
  letter-spacing: -0.5px;
}
.wp-block-list.styled2 li a {
  text-decoration: underline;
  text-decoration-color: #dab674;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

/*@import 'variables';*/
.wp-block-media-text:not(.auto-height) {
  min-height: 400px;
}

.wp-block-media-text .wp-block-media-text__content {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.wp-block-media-text.has-media-on-the-right:not(.has-background) .wp-block-media-text__content {
  padding-left: 0px;
}

.wp-block-media-text:not(.has-media-on-the-right):not(.has-background) .wp-block-media-text__content {
  padding-right: 0px;
}

@media (min-width: 1600px) {
  /*xl*/
}
@media (min-width: 1200px) and (max-width: 1599px) {
  /*l*/
}
@media (min-width: 782px) and (max-width: 1199px) {
  /*m*/
}
@media (max-width: 781px) {
  /*s*/
  .wp-block-media-text .wp-block-media-text__content {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .wp-block-media-text:not(.has-background) .wp-block-media-text__content {
    padding-left: 8px;
    padding-right: 8px;
  }
}
/* This aligns Freja hero with logo
 as demo for Jooa, should be moved to
 block css if accepted */
/* 
cqi is new 2022 CSS feature  that gets closes ancestor defined 
container-type: inline-size and uses that as base width -> 
100cqi means 100% of that elements width 

Here bodys width is 100vw - scrollbar = 100% 
So it matches the size of the header and footer
*/
body {
  container-type: inline-size; /* declare body as a container */
}

.wp-block-create-block-hero-freja {
  margin-top: 125px !important; /* Take account for header height */
}
.wp-block-create-block-hero-freja .layer1 {
  height: auto;
  min-height: 70vh;
}
.wp-block-create-block-hero-freja .layer1 .layer2 .column1 {
  padding-right: 0;
  padding-left: 0;
}
.wp-block-create-block-hero-freja .layer1 .layer2 .column1 .inner-block {
  padding-left: 60px;
  padding-right: 60px;
  max-width: none;
}
@media screen and (min-width: 1420px) {
  .wp-block-create-block-hero-freja .layer1 .layer2 .column1 .inner-block {
    padding-left: calc((100cqi - 1400px) / 2);
  }
}
.wp-block-create-block-hero-freja .layer1 .layer2 .column1 .inner-block h2 {
  margin-top: 0px;
}

/* Just convenience for admins that admin bar doesnt leave a gap */
body.admin-bar .wp-block-create-block-hero-freja {
  margin-top: 95px !important; /* Take account for header height */
}

/*.gform_wrapper
  .gform_body
  .gform_fields
  .gfield
  .gfield_label
  .gfield_required {
  display: none;
}*/
.gform_wrapper .gform_heading .gform_required_legend {
  display: none;
}

/*.gform_wrapper .gform_footer input[type='submit'] {
  background: #dab674;
  color: #2b1b07;
  border: none;
  border-radius: 50px;
  padding: 6px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 18px;
  font-weight: 800;
}
.gform_wrapper .gform_footer input:hover[type='submit'] {
  background: #b48242;
  cursor: pointer;
}*/
.gform_wrapper input {
  background: #efefef !important;
  border: none !important;
}
.gform_wrapper textarea {
  background: #efefef !important;
  border: none !important;
}
.gform_wrapper .gform-field-label {
  font-weight: 700 !important;
}
.gform_wrapper .gform_button {
  background: #1e1e1e !important;
  font-weight: 800 !important;
  border: none !important;
  border-radius: 0px !important;
}

/*@import 'variables';*/
.header-mobile {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1140;
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}
.header-mobile .header-mobile-container {
  background: #1e1e1e;
  color: #1e1e1e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 65px;
  width: 100vw;
  padding: 0px;
}
.header-mobile .header-mobile-container .phone {
  display: none;
  cursor: pointer;
}
.header-mobile .header-mobile-container .phone .icon-phone-submenu {
  width: 33px;
  margin-top: 7px;
  margin-left: 10px;
}
.header-mobile .header-mobile-container .phone .arrow-phone-submenu {
  width: 33px;
  margin-left: -10px;
}
.header-mobile .header-mobile-container .header-logo-mobile {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 18px 15px 17px 25px;
}
.header-mobile .header-mobile-container .header-logo-mobile img {
  width: auto;
  height: 30px;
}
.header-mobile .header-mobile-container .hamburger-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #f5efe1;
  width: 68px;
  height: 100%;
  padding: 14px;
}
.header-mobile .header-mobile-container .hamburger-container .hamburger {
  /* width: 35px; */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 7px;
  height: 100%;
}
.header-mobile .header-mobile-container .hamburger-container .hamburger .bar {
  background: #1e1e1e;
  height: 5px;
  width: 100%;
  min-width: 20px;
  border-radius: 5px;
}
.header-mobile .header-mobile-container .hamburger-container:hover {
  cursor: pointer;
  /*background: rgba(255,255,255,0.2);*/
}
.header-mobile .header-mobile-phone2-container {
  display: none;
  background: #1e1e1e;
  height: 48px;
  padding: 0px !important;
}
.header-mobile .header-mobile-phone2-container .phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
}
.header-mobile .header-mobile-phone2-container .phone a {
  text-decoration: none;
}
.header-mobile .header-mobile-phone2-container .phone a img {
  width: 33px;
  margin-top: 8px;
  margin-left: 10px;
}
.header-mobile .header-mobile-phone2-container .phone .header-phone-text {
  margin-top: 12px;
  margin-left: 7px;
}
.header-mobile .header-mobile-phone2-container .phone .header-phone-text a {
  color: black;
  font-size: 16px;
  text-decoration: none;
}
.header-mobile .header-mobile-menu-container {
  display: none;
  height: 1000px;
  overflow-y: scroll;
}
.header-mobile .header-mobile-menu-container .header-mobile-menu {
  position: relative;
  background: #f2ebd9;
  /*background-size: cover;*/
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-size: auto 1500px;
  border-bottom: 5px solid #1e1e1e;
}
.header-mobile .header-mobile-menu-container .header-mobile-menu nav {
  margin-left: -20px;
}
.header-mobile .header-mobile-menu-container .header-mobile-menu nav ul {
  list-style-type: none;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 35px;
  padding-top: 45px;
  padding-bottom: 35px;
}
.header-mobile .header-mobile-menu-container .header-mobile-menu nav ul li {
  white-space: nowrap;
  padding-bottom: 10px;
}
.header-mobile .header-mobile-menu-container .header-mobile-menu nav ul li a {
  color: #1e1e1e;
  font-size: 18px;
  font-weight: 600 !important;
  text-decoration: none;
}
.header-mobile .header-mobile-menu-container .header-mobile-menu nav ul .sub-menu {
  padding-top: 10px;
  padding-bottom: 0px;
}
.header-mobile .header-mobile-menu-container .header-mobile-menu nav ul .sub-menu li a {
  font-weight: 300;
  text-decoration: none;
}
.header-mobile .header-mobile-menu-container .header-mobile-menu nav ul > li.current_page_item > a {
  text-decoration: underline !important;
  text-decoration-color: #1e1e1e !important;
  text-decoration-thickness: 2px !important;
  text-underline-offset: 5px !important;
}
.header-mobile .header-mobile-menu-container .header-mobile-menu nav ul .menu-item-has-children ul {
  display: none;
  margin-left: 0px;
  padding-left: 15px;
}
.header-mobile .header-mobile-menu-container .header-mobile-menu nav ul .menu-item-has-children ul li a {
  font-weight: 300 !important;
}
.header-mobile .header-mobile-menu-container .header-mobile-menu .lang-switcher {
  background: white;
  position: absolute;
  top: 20px;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  padding: 1px;
  padding-left: 12px;
  padding-right: 5px;
  border-radius: 15px;
  z-index: 1120;
}
.header-mobile .header-mobile-menu-container .header-mobile-menu .lang-switcher:hover {
  cursor: pointer;
}
.header-mobile .header-mobile-menu-container .header-mobile-menu .lang-switcher-text {
  font-size: 16px;
  font-weight: 600;
}
.header-mobile .header-mobile-menu-container .header-mobile-menu .lang-switcher svg {
  margin-top: 8px;
  margin-left: 5px;
}
.header-mobile .header-mobile-menu-container .header-mobile-menu .lang-switcher .lang-switcher-dropdown {
  display: none;
  background: white;
  color: #1e1e1e;
  position: absolute;
  top: 25px;
  right: 0px;
  padding: 20px 22px 20px 20px;
  border-radius: 10px;
  border: 5px solid #f5efe1;
}
.header-mobile .header-mobile-menu-container .header-mobile-menu .lang-switcher .lang-switcher-dropdown li {
  list-style-type: none;
  margin-bottom: 8px;
}
.header-mobile .header-mobile-menu-container .header-mobile-menu .lang-switcher .lang-switcher-dropdown li:last-of-type {
  margin-bottom: 0px;
}
.header-mobile .header-mobile-menu-container .header-mobile-menu .lang-switcher .lang-switcher-dropdown a {
  color: #1e1e1e;
  text-decoration: none;
  font-weight: 600;
}
.header-mobile .header-mobile-menu-container .header-mobile-menu .lang-switcher .lang-switcher-dropdown a:hover {
  text-decoration: underline;
}
.header-mobile .header-mobile-menu-container .header-mobile-menu-kassiopeia {
  background: #1e1e1e;
  margin-top: 0px;
  height: 800px;
}
.header-mobile .header-mobile-menu-container .header-mobile-menu-kassiopeia img {
  width: 130px;
  margin-top: 20px;
  margin-left: 55px;
}
.header-mobile .header-mobile-menu-container .header-mobile-menu-kassiopeia nav {
  margin-top: 0px;
  margin-left: -20px;
}
.header-mobile .header-mobile-menu-container .header-mobile-menu-kassiopeia nav ul {
  list-style-type: none;
  margin-top: 0px;
  margin-left: 35px;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 40px;
}
.header-mobile .header-mobile-menu-container .header-mobile-menu-kassiopeia nav ul li {
  white-space: nowrap;
}
.header-mobile .header-mobile-menu-container .header-mobile-menu-kassiopeia nav ul li:before {
  content: "⌵";
  color: #b48242;
  display: inline-block;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin-right: 7px;
}
.header-mobile .header-mobile-menu-container .header-mobile-menu-kassiopeia nav ul li a {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}
.header-mobile .header-mobile-menu-container .header-mobile-menu-kassiopeia nav ul .sub-menu {
  padding-top: 0px;
  padding-bottom: 0px;
}
.header-mobile .header-mobile-menu-container .header-mobile-menu-kassiopeia nav ul .sub-menu li a {
  font-size: 16px;
}
.header-mobile .header-mobile-menu-container .header-mobile-menu-kassiopeia nav ul .menu-item-has-children ul {
  margin-left: 0px;
  padding-left: 15px;
}
.header-mobile .header-mobile-menu-container .header-mobile-menu-kassiopeia nav ul .menu-item-has-children ul li a {
  font-weight: 300;
  text-decoration: none;
}
.header-mobile .side-button {
  display: none;
  background: #00bda8;
  top: 90px;
  left: 0px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: scaleX(-1) scaleY(-1);
          transform: scaleX(-1) scaleY(-1);
  position: absolute;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 0px;
  padding-left: 4px;
  z-index: 1150;
}
.header-mobile .side-button a {
  color: white;
  font-size: 16px;
  padding: 15px;
  margin: 0px;
  text-decoration: none;
}

.side-button2 {
  position: relative;
  display: none; /* Flex when shown */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  background: transparent;
  padding-right: 20px;
}
.side-button2 a {
  color: white;
  font-size: 13px;
  font-weight: 500 !important;
  padding: 6px 13px;
  margin: 0px;
  text-decoration: none;
  border: 2px solid white;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: 600 !important;
  word-break: keep-all;
}
.side-button2 a:hover {
  color: white;
}

@media (min-width: 1600px) {
  /* xl */
}
@media (min-width: 1200px) and (max-width: 1599px) {
  /*l*/
}
@media (min-width: 782px) and (max-width: 1199px) {
  /*m*/
  .header-mobile {
    display: block;
  }
  .side-button2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .side-button2 .side-button2-text a {
    white-space: nowrap;
  }
}
@media (max-width: 781px) {
  /*s*/
  .header-mobile {
    display: block;
  }
  .side-button2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .side-button2 .side-button2-text a {
    white-space: nowrap;
  }
}
/*@import 'variables';*/
.header-desktop-scrollable {
  color: #fff;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 100;
}
.header-desktop-scrollable .header-top-container {
  background: white;
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
  padding-left: 15px;
  padding-right: 15px;
}
.header-desktop-scrollable .header-top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: white;
  margin: auto;
  padding-top: 15px;
  width: 1400px;
  max-width: 100%;
  height: 45px;
}
.header-desktop-scrollable .header-logo {
  margin-top: 0px;
  margin-left: 0px;
}
.header-desktop-scrollable .header-logo img {
  width: 220px;
}
.header-desktop-scrollable .header-button {
  margin-left: 60px;
}
.header-desktop-scrollable .header-button a {
  background: #1e1e1e;
  border-radius: 20px;
}
.header-desktop-scrollable .header-email {
  margin-top: 2px;
  margin-left: 60px;
}
.header-desktop-scrollable .header-email img {
  width: 26px;
}
.header-desktop-scrollable .header-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 40px;
}
.header-desktop-scrollable .header-phone img {
  width: 28px;
  margin-top: 2px;
}
.header-desktop-scrollable .header-phone-text {
  margin-left: 7px;
}
.header-desktop-scrollable .header-phone-text a {
  color: #1e1e1e;
  font-size: 14px;
  text-decoration: none;
}
.header-desktop-scrollable .header-kassiopeia {
  position: absolute;
  top: 0px;
  right: 30px;
}
.header-desktop-scrollable .header-kassiopeia:hover {
  cursor: pointer;
}
.header-desktop-scrollable .header-kassiopeia img {
  width: 120px;
}
.header-desktop-scrollable .header-kassiopeia-arrow {
  position: absolute;
  top: 0px;
  right: -15px;
  font-weight: bold;
}
.header-desktop-scrollable .hamburger {
  background: #2d6799;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 38px;
  height: 28px;
  padding-left: 11px;
  padding-right: 11px;
  padding-top: 18px;
  padding-bottom: 14px;
}
.header-desktop-scrollable .hamburger:hover {
  cursor: pointer;
}
.header-desktop-scrollable .hamburger .hamburger-bar {
  background: white;
  width: 100%;
  height: 4px;
  margin-bottom: 7px;
  border-radius: 5px;
}
.header-desktop-scrollable .hamburger-menu-container {
  display: none;
  position: absolute;
  top: 60px;
  right: 0px;
  width: 1400px;
  max-width: calc(100vw - 30px);
}
.header-desktop-scrollable .hamburger-menu-container .hamburger-menu {
  background-color: #1e1e1e;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  padding-top: 60px;
  padding-left: 20px;
  padding-right: 30px;
}
.header-desktop-scrollable .hamburger-menu-container .hamburger-menu .hamburger-menu-shadow {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.06)), color-stop(rgba(0, 0, 0, 0.02)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0));
  position: absolute;
  top: 0px;
  left: 0px;
  height: 40px;
  width: 100%;
}
.header-desktop-scrollable .hamburger-menu-container .hamburger-menu ul {
  height: 180px;
  gap: 12px 50px;
  padding-left: 20px;
  margin-left: 0px;
}
.header-desktop-scrollable .hamburger-menu-container .hamburger-menu ul li a {
  color: #1e1e1e;
  font-size: 17px;
  font-weight: 500 !important;
  text-decoration: none;
}
.header-desktop-scrollable .hamburger-menu-container .hamburger-menu ul li .sub-menu li a {
  font-size: 15px;
  text-decoration: none;
}
.header-desktop-scrollable .hamburger-menu-container .hamburger-menu .hamburger-menu-logo {
  width: 100px;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 70px;
}
.header-desktop-scrollable .hamburger-menu-container .hamburger-menu .hamburger-menu-logo img {
  width: 150px;
}
.header-desktop-scrollable .hamburger-menu-container .hamburger-menu-kassiopeia {
  background: #1e1e1e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 30px;
}
.header-desktop-scrollable .hamburger-menu-container .hamburger-menu-kassiopeia ul {
  height: 100px;
  gap: 12px 30px;
}
.header-desktop-scrollable .hamburger-menu-container .hamburger-menu-kassiopeia ul li a {
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}
.header-desktop-scrollable .hamburger-menu-container .hamburger-menu-kassiopeia .hamburger-menu-logo {
  width: 100px;
  margin-top: 10px;
  margin-left: 20px;
  margin-right: 40px;
}
.header-desktop-scrollable .hamburger-menu-container .hamburger-menu-kassiopeia .hamburger-menu-logo img {
  width: 150px;
}
.header-desktop-scrollable .header-bottom-close {
  background: white;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 60px;
  height: 60px;
}
.header-desktop-scrollable .header-bottom-close:hover {
  cursor: pointer;
}
.header-desktop-scrollable .header-bottom-close img {
  width: 100%;
}
.header-desktop-scrollable nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  list-style-type: none;
}
.header-desktop-scrollable nav ul li a {
  color: #1e1e1e;
  text-decoration: none;
}
.header-desktop-scrollable nav ul li:before {
  content: "⌵";
  color: #b48242;
  display: inline-block;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin-right: 7px;
}
.header-desktop-scrollable nav ul .current_page_item {
  text-decoration: underline;
  text-decoration-color: #1e1e1e;
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
}
.header-desktop-scrollable nav ul .menu-item-has-children ul li a {
  font-weight: 300;
}
.header-desktop-scrollable .lang-switcher {
  background: white;
  position: absolute;
  top: 15px;
  right: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  border-radius: 20px;
  padding-bottom: 2px;
  z-index: 120;
}
.header-desktop-scrollable .lang-switcher:hover {
  cursor: pointer;
}
.header-desktop-scrollable .lang-switcher-icon {
  width: 22px;
  height: 22px;
  margin-top: 4px;
  margin-left: 4px;
  margin-right: 4px;
}
.header-desktop-scrollable .lang-switcher-text {
  color: #1e1e1e;
  margin-top: 2px;
  font-size: 16px;
  font-weight: 600;
}
.header-desktop-scrollable .lang-switcher-svg {
  position: relative;
  margin-top: 2px;
  padding-right: 30px;
}
.header-desktop-scrollable .lang-switcher-svg img {
  width: 28px;
  height: 28px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.header-desktop-scrollable .lang-switcher .lang-switcher-dropdown {
  display: none;
  background: white;
  position: absolute;
  top: 30px;
  right: 0px;
  padding: 10px;
  padding-right: 15px;
  border-radius: 10px;
}
.header-desktop-scrollable .lang-switcher .lang-switcher-dropdown li {
  list-style-type: none;
}
.header-desktop-scrollable .lang-switcher .lang-switcher-dropdown a {
  color: #1e1e1e;
  text-decoration: none;
  font-weight: 600;
}
.header-desktop-scrollable .lang-switcher .lang-switcher-dropdown a:hover {
  text-decoration: underline;
}

@media (min-width: 1600px) {
  /* xl */
}
@media (min-width: 1200px) and (max-width: 1599px) {
  /*l*/
}
@media (min-width: 782px) and (max-width: 1199px) {
  /*m*/
  .header-desktop-scrollable {
    display: none !important;
  }
}
@media (max-width: 781px) {
  /*s*/
  .header-desktop-scrollable {
    display: none !important;
  }
}
/*@import 'variables';*/
.header-desktop {
  color: #fff;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 1101;
  -webkit-transition: margin-top 0.4s ease;
  transition: margin-top 0.4s ease;
  /*.lang-switcher:hover > .lang-switcher-icon {
    color: variables.$text-special;
    filter: invert(0.7) hue-rotate(150deg);
  }*/
  /*.lang-switcher:hover > svg line {
    stroke: variables.$text-special;
  }*/
  /*------------------------------
  Navigation UL, LI, A
  --------------------------------*/
}
.header-desktop.header-hidden {
  margin-top: -150px;
}
.header-desktop .header-top-container {
  background: #1e1e1e;
}
.header-desktop .header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #1e1e1e;
  position: relative;
  display: flex;
  color: white;
  margin: auto;
  padding-top: 20px;
  padding-left: 0px;
  padding-right: 20px;
  max-width: 1400px;
  /*height: 45px;*/
  padding-right: 160px; /* Makes space for Kassiopea dropdown */
}
@media screen and (max-width: 1420px) {
  .header-desktop .header-top {
    padding-left: 20px;
  }
}
@media screen and (max-width: 1680px) {
  .header-desktop .header-top {
    padding-right: calc(320px - (100% - 1400px) / 2);
  }
}
@media screen and (max-width: 1400px) {
  .header-desktop .header-top {
    padding-right: 320px;
  }
}
.header-desktop .header-logo {
  margin-top: 0px;
  margin-left: 0px;
}
.header-desktop .header-logo img {
  width: 195px;
}
.header-desktop .header-button {
  /*margin-left: 60px;*/
}
.header-desktop .header-button a {
  background: #1e1e1e !important;
  display: block;
  line-height: 1;
  padding-top: 11px;
  padding-bottom: 10px;
}
.header-desktop .header-button a:hover {
  background: #454545 !important;
}
.header-desktop .header-email {
  margin-top: 2px;
  margin-left: 60px;
}
.header-desktop .header-email a img {
  width: 26px;
}
.header-desktop .header-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 30px;
}
.header-desktop .header-phone img {
  width: 28px;
  margin-top: 2px;
}
.header-desktop .header-phone-text {
  margin-left: 7px;
}
.header-desktop .header-phone-text a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}
.header-desktop .header-phone2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 30px;
}
.header-desktop .header-phone2 img {
  width: 28px;
  margin-top: 2px;
}
.header-desktop .header-kassiopeia-container {
  position: absolute;
  top: 0px;
  right: calc((100% - 1400px) / 2);
}
@media screen and (max-width: 1620px) {
  .header-desktop .header-kassiopeia-container {
    right: 135px; /* 2. Make more room for lang switcher */
  }
}
.header-desktop .header-kassiopeia-container .header-kassiopeia {
  background: none;
  width: auto;
  height: 50px;
  margin-top: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: -29px; /* Aligns logo with navigation edge with arrow hanging out */
}
@media screen and (max-width: 1680px) {
  .header-desktop .header-kassiopeia-container .header-kassiopeia {
    margin-right: 0px; /* 1. Make room for lang switcher */
  }
}
.header-desktop .header-kassiopeia-container .header-kassiopeia img {
  /*position: absolute;
  top: 12px;
  right: 30px;*/
}
.header-desktop .header-kassiopeia-container .header-kassiopeia-arrow {
  /*position: absolute;
  top: 6px;
  right: -22px;*/
}
.header-desktop .header-kassiopeia-container .header-kassiopeia-arrow img {
  width: 28px;
  height: 28px;
}
.header-desktop .header-kassiopeia-container .header-kassiopeia-menu {
  background: #faf7f0;
  display: none;
  position: absolute;
  top: 100%;
  right: -29px;
  width: auto;
  z-index: 1120;
}
@media screen and (max-width: 1680px) {
  .header-desktop .header-kassiopeia-container .header-kassiopeia-menu {
    right: 0px; /* Aligns with menu arrow */
  }
}
.header-desktop .header-kassiopeia-container .header-kassiopeia-menu img {
  display: none;
  position: absolute;
  top: 2px;
  right: 30px;
}
.header-desktop .header-kassiopeia-container .header-kassiopeia-menu nav {
  padding: 15px 30px 15px 30px;
}
.header-desktop .header-kassiopeia-container .header-kassiopeia-menu nav ul {
  list-style-type: none;
  padding-left: 0px;
}
.header-desktop .header-kassiopeia-container .header-kassiopeia-menu nav ul li {
  white-space: nowrap;
  margin-bottom: 8px;
}
.header-desktop .header-kassiopeia-container .header-kassiopeia-menu nav ul li:before {
  /*content: "\2335";
  color: #b48242;
  display: inline-block;
  transform: rotate(-90deg);
  margin-right: 7px;*/
}
.header-desktop .header-kassiopeia-container .header-kassiopeia-menu nav ul li a {
  color: #1e1e1e;
  font-size: 17px;
  text-decoration: none;
}
.header-desktop .header-kassiopeia-container .header-kassiopeia-menu nav ul li a:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
}
.header-desktop .header-kassiopeia-container:hover {
  cursor: pointer;
}
.header-desktop .header-kassiopeia-container img {
  width: 120px;
}
.header-desktop .lang-switcher {
  position: absolute;
  top: 24px;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  z-index: 1120;
}
.header-desktop .lang-switcher:hover {
  cursor: pointer;
}
.header-desktop .lang-switcher-icon {
  width: 22px;
  margin-top: 3px;
  margin-right: 4px;
}
.header-desktop .lang-switcher-text {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.header-desktop .lang-switcher-svg {
  position: relative;
  padding-right: 30px;
}
.header-desktop .lang-switcher-svg img {
  width: 28px;
  height: 28px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.header-desktop .lang-switcher .lang-switcher-dropdown {
  display: none;
  background: white;
  color: #1e1e1e;
  position: absolute;
  top: 100%;
  right: 0px;
  padding: 10px;
  padding-right: 15px;
  border-radius: 10px;
}
.header-desktop .lang-switcher .lang-switcher-dropdown li {
  list-style-type: none;
}
.header-desktop .lang-switcher .lang-switcher-dropdown a {
  color: #1e1e1e;
  text-decoration: none;
  font-weight: 600;
}
.header-desktop .lang-switcher .lang-switcher-dropdown a:hover {
  text-decoration: underline;
}
.header-desktop .header-bottom-container {
  background: #1e1e1e;
  -webkit-box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.1);
}
.header-desktop .header-bottom {
  color: #fff;
  margin: auto;
  padding-left: 40px;
  padding-right: 40px;
  max-width: 1400px;
  height: 50px;
}
.header-desktop .nav-hotelmatts {
  height: 100%;
}
.header-desktop .nav-hotelmatts ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10px;
  padding: 0px;
  margin: 0px;
}
.header-desktop .nav-hotelmatts ul > li {
  color: #fff;
  padding-left: 20px;
  padding-bottom: 10px;
  position: relative;
  width: auto;
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*subnav*/
}
@media screen and (max-width: 1700px) {
  .header-desktop .nav-hotelmatts ul > li.menu-item-has-children:last-of-type > ul {
    right: 0px !important;
    left: auto !important;
  }
}
.header-desktop .nav-hotelmatts ul > li a, .header-desktop .nav-hotelmatts ul > li a:visited, .header-desktop .nav-hotelmatts ul > li a:active, .header-desktop .nav-hotelmatts ul > li a:hover {
  color: #fff;
  font-family: Montserrat, serif;
  font-size: 16px;
  font-weight: 500 !important;
  text-decoration: none;
  text-transform: uppercase;
}
.header-desktop .nav-hotelmatts ul > li:hover, .header-desktop .nav-hotelmatts ul > li.current_page_item {
  text-decoration: underline;
  text-decoration-color: #1e1e1e;
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
}
.header-desktop .nav-hotelmatts ul > li ul {
  display: none;
}
.header-desktop .nav-hotelmatts ul > li:hover > ul { /*sub-menu*/
  height: auto;
  position: absolute;
  background: #f5efe1;
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);
  z-index: 1200;
  top: 100%;
  left: 0px;
  display: block;
  min-width: 200px;
}
.header-desktop .nav-hotelmatts ul > li:hover > ul li {
  padding: 0px;
  margin: 0px;
  text-align: left;
  border-bottom: #e6d7b3 1px solid;
  width: 100%;
}
.header-desktop .nav-hotelmatts ul > li:hover > ul li a {
  color: #1e1e1e;
  font-weight: 600 !important;
  font-size: 17px !important;
  text-decoration: none;
  width: 100%;
  padding: 12px 15px 12px 20px;
  display: block;
  line-height: 1;
  text-transform: capitalize;
}
.header-desktop .nav-hotelmatts ul > li:hover > ul li a:hover {
  background-color: #1e1e1e;
  text-decoration: none;
  color: #e6d7b3;
  border-bottom: 0px;
  font-weight: 600 !important;
}

@media (min-width: 1600px) {
  /* xl */
}
@media (min-width: 1200px) and (max-width: 1599px) {
  /*l*/
}
@media (min-width: 782px) and (max-width: 1199px) {
  /*m*/
  .header-desktop {
    display: none !important;
  }
}
@media (max-width: 781px) {
  /*s*/
  .header-desktop {
    display: none !important;
  }
}
/*@import 'variables';*/
.hotel-rooms2-main {
  margin-bottom: 20px;
}

.hotel-rooms2-tabs-mobile {
  display: none;
}

.hotel-rooms2-content {
  padding: 0px;
}

.hotel-rooms2-images {
  position: relative;
  overflow: hidden;
  min-height: 600px;
  -webkit-box-flex: 55%;
      -ms-flex: 55%;
          flex: 55%;
  padding: 15px;
}

.hotel-rooms2-text {
  -webkit-box-flex: 45%;
      -ms-flex: 45%;
          flex: 45%;
  min-height: 360px;
}
.hotel-rooms2-text h3 {
  font-weight: 300;
}
.hotel-rooms2-text .hotel-rooms2-tabs-desktop {
  padding: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  padding-bottom: 20px;
}
.hotel-rooms2-text .hotel-rooms2-tabs-desktop .hotel-rooms2-tab {
  padding-top: 2px;
  padding-bottom: 0px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  font-weight: 300;
  border: 1px solid #1e1e1e;
  border-radius: 20px;
  margin: 3px;
}
.hotel-rooms2-text .hotel-rooms2-tabs-desktop .hotel-rooms2-tab:hover {
  cursor: pointer;
  /*color: variables.$link-dark;*/
}
.hotel-rooms2-text .hotel-rooms2-tabs-desktop .hotel-rooms2-tab.active {
  background: #1e1e1e;
  color: white;
  border-radius: 20px;
  text-decoration: none;
}
.hotel-rooms2-text .hotel-rooms2-text-content {
  padding: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}
.hotel-rooms2-text .hotel-rooms2-text-content .hotel-rooms2-text-content-inner h3 {
  font-size: 42px !important;
}
.hotel-rooms2-text .hotel-rooms2-text-content .hotel-rooms2-text-content-inner .hotel-rooms2-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hotel-rooms2-text .hotel-rooms2-text-content .hotel-rooms2-text-content-inner .hotel-rooms2-details .hotel-rooms2-person {
  width: 32px;
  margin-top: -3px;
  margin-left: -3px;
  margin-right: -8px;
}
.hotel-rooms2-text .hotel-rooms2-text-content .hotel-rooms2-text-content-inner .hotel-rooms2-details .person-number {
  font-size: 18px;
  font-weight: bold;
  margin-left: 10px;
}
.hotel-rooms2-text .hotel-rooms2-text-content .hotel-rooms2-text-content-inner .hotel-rooms2-details .hotel-rooms2-plus {
  width: 32px;
  margin-left: -1px;
  margin-right: -5px;
}
.hotel-rooms2-text .hotel-rooms2-text-content .hotel-rooms2-text-content-inner .hotel-rooms2-details .hotel-rooms2-size {
  padding-left: 25px;
}

.hotel-rooms2-image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.hotel-rooms2-image img {
  width: 100%;
}

.hotel-rooms2-small-images-container {
  padding: 0px;
}
.hotel-rooms2-small-images-container .hotel-rooms2-small-images-left {
  position: relative;
  height: 0px;
  -webkit-box-flex: 55%;
      -ms-flex: 55%;
          flex: 55%;
  padding-left: 15px;
  padding-right: 15px;
}
.hotel-rooms2-small-images-container .hotel-rooms2-small-images-left .hotel-rooms2-small-image {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  width: 150px;
  height: 150px;
  bottom: -75px;
}
.hotel-rooms2-small-images-container .hotel-rooms2-small-images-left .hotel-rooms2-small-image:hover {
  cursor: pointer;
}
.hotel-rooms2-small-images-container .hotel-rooms2-small-images-left .image1 {
  right: 550px;
}
.hotel-rooms2-small-images-container .hotel-rooms2-small-images-left .image2 {
  right: 380px;
}
.hotel-rooms2-small-images-container .hotel-rooms2-small-images-left .image3 {
  right: 210px;
}
.hotel-rooms2-small-images-container .hotel-rooms2-small-images-left .image4 {
  right: 40px;
}
.hotel-rooms2-small-images-container .hotel-rooms2-small-images-right {
  height: 0px;
  -webkit-box-flex: 45%;
      -ms-flex: 45%;
          flex: 45%;
}

.cta-button {
  padding-top: 13px !important;
  padding-bottom: 13px !important;
}

.hotel-rooms2-slider-buttons-mobile {
  display: none;
}

@media (min-width: 2400px) {
  /* xxl */
  .hotel-rooms2-images {
    min-height: 850px;
  }
  .hotel-rooms2-text .hotel-rooms2-text-content {
    padding-right: 270px;
  }
}
@media (min-width: 1600px) and (max-width: 2399px) {
  /* xl */
  .hotel-rooms2-text .hotel-rooms2-text-content {
    padding-right: 230px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  /*l*/
  .hotel-rooms2-small-images-container .hotel-rooms2-small-images-left .hotel-rooms2-small-image {
    width: 140px;
    height: 140px;
    bottom: -70px;
  }
  .hotel-rooms2-small-images-container .hotel-rooms2-small-images-left .image1 {
    right: 520px;
  }
  .hotel-rooms2-small-images-container .hotel-rooms2-small-images-left .image2 {
    right: 360px;
  }
  .hotel-rooms2-small-images-container .hotel-rooms2-small-images-left .image3 {
    right: 200px;
  }
  .hotel-rooms2-small-images-container .hotel-rooms2-small-images-left .image4 {
    right: 40px;
  }
  .hotel-rooms2-small-images-container .hotel-rooms2-small-images-right {
    -webkit-box-flex: 45%;
        -ms-flex: 45%;
            flex: 45%;
  }
}
@media (min-width: 782px) and (max-width: 1199px) {
  /*m*/
  .hotel-rooms2-images {
    min-height: 350px;
    -webkit-box-flex: 55%;
        -ms-flex: 55%;
            flex: 55%;
  }
  .hotel-rooms2-text {
    -webkit-box-flex: 45%;
        -ms-flex: 45%;
            flex: 45%;
  }
  .hotel-rooms2-text .hotel-rooms2-tabs-desktop {
    padding: 20px;
  }
  .hotel-rooms2-text .hotel-rooms2-text-content {
    padding: 20px;
  }
  .hotel-rooms2-text .hotel-rooms2-text-content .hotel-rooms2-text-content-inner h3 {
    font-size: 38px !important;
  }
  .hotel-rooms2-small-images-container .hotel-rooms2-small-images-left {
    -webkit-box-flex: 55%;
        -ms-flex: 55%;
            flex: 55%;
  }
  .hotel-rooms2-small-images-container .hotel-rooms2-small-images-left .hotel-rooms2-small-image {
    width: calc(40px + 7vw);
    height: calc(40px + 7vw);
    bottom: calc(-30px - 2vw);
  }
  .hotel-rooms2-small-images-container .hotel-rooms2-small-images-left .image1 {
    right: calc(90px + 7vw + 40px + 7vw + 40px + 7vw);
  }
  .hotel-rooms2-small-images-container .hotel-rooms2-small-images-left .image2 {
    right: calc(80px + 7vw + 40px + 7vw);
  }
  .hotel-rooms2-small-images-container .hotel-rooms2-small-images-left .image3 {
    right: calc(70px + 7vw);
  }
  .hotel-rooms2-small-images-container .hotel-rooms2-small-images-left .image4 {
    right: 20px;
  }
  .hotel-rooms2-small-images-container .hotel-rooms2-small-images-right {
    -webkit-box-flex: 45%;
        -ms-flex: 45%;
            flex: 45%;
  }
}
@media (max-width: 781px) {
  /*s*/
  .hotel-rooms2-text .hotel-rooms2-tabs-desktop {
    display: none;
  }
  .hotel-rooms2-text .hotel-rooms2-text-content {
    padding: 0px;
    padding-bottom: 10px;
  }
  .hotel-rooms2-text .hotel-rooms2-text-content .hotel-rooms2-text-content-inner h3 {
    font-size: 32px !important;
  }
  .hotel-rooms2-tabs-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    padding: 20px;
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .hotel-rooms2-tabs-mobile .hotel-rooms2-tab {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    font-weight: 300;
    border: 1px solid #1e1e1e;
    border-radius: 20px;
    margin: 3px;
  }
  .hotel-rooms2-tabs-mobile .hotel-rooms2-tab:hover {
    cursor: pointer;
  }
  .hotel-rooms2-tabs-mobile .hotel-rooms2-tab.active {
    background: #1e1e1e;
    color: white;
    border-radius: 20px;
    text-decoration: none;
  }
  .hotel-rooms2-content {
    padding: 15px;
  }
  .hotel-rooms2-images {
    min-height: calc(50px + 40vw);
  }
  .hotel-rooms2-text {
    padding: 0px;
  }
  .hotel-rooms2-small-images-container {
    display: none !important;
  }
  .hotel-rooms2-slider-buttons-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
    border-radius: 30px;
    position: absolute;
    bottom: 20px;
    padding: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .hotel-rooms2-slider-buttons-mobile .hotel-rooms2-slider-button {
    border: 1px solid white;
    border-radius: 100%;
    width: 12px;
    height: 12px;
    margin: 5px;
  }
  .hotel-rooms2-slider-buttons-mobile .hotel-rooms2-slider-button:hover {
    cursor: pointer;
  }
}
/*@import 'variables';*/
.hotel-rooms-main {
  margin-bottom: 20px;
}

.hotel-rooms-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hotel-rooms-tabs div {
  padding: 4px;
  padding-left: 35px;
  padding-right: 35px;
  font-weight: 600;
}

.hotel-rooms-tabs div:hover {
  cursor: pointer;
  color: #2d6799;
}

.hotel-rooms-tab.active {
  background: white;
  color: #2d6799;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-decoration-color: #d9b776;
  text-underline-offset: 7px;
}

.hotel-rooms-content {
  background: white;
  padding: 20px;
}

.hotel-rooms-images-container {
  position: relative;
  overflow: hidden;
  min-height: 500px;
  -webkit-box-flex: 65%;
      -ms-flex: 65%;
          flex: 65%;
  padding: 15px;
}

.hotel-rooms-image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.hotel-rooms-image img {
  width: 100%;
}

.hotel-rooms-text {
  -webkit-box-flex: 35%;
      -ms-flex: 35%;
          flex: 35%;
  padding: 35px;
  min-height: 360px;
}

.hotel-rooms-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hotel-rooms-person {
  width: 32px;
  margin-left: -3px;
  margin-right: -8px;
}

.person-number {
  font-size: 18px;
  font-weight: bold;
  margin-left: 10px;
}

.hotel-rooms-plus {
  width: 32px;
  margin-left: -1px;
  margin-right: -5px;
}

.hotel-rooms-size {
  padding-left: 25px;
}

.hotel-rooms-slider-buttons {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 20px;
  padding: 5px;
}

.hotel-rooms-slider-button {
  border: 1px solid white;
  border-radius: 100%;
  width: 12px;
  height: 12px;
  margin: 5px;
}

.hotel-rooms-slider-button:hover {
  cursor: pointer;
}

@media (min-width: 1600px) {
  /* xl */
}
@media (min-width: 1200px) and (max-width: 1599px) {
  /*l*/
}
@media (min-width: 782px) and (max-width: 1199px) {
  /*m*/
  .hotel-rooms-images-container {
    min-height: 400px;
  }
}
@media (max-width: 781px) {
  /*s*/
  .hotel-rooms-tabs {
    background: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    padding: 20px;
    padding-bottom: 0px;
  }
  .hotel-rooms-tabs div {
    padding: 4px;
    padding-left: 35px;
    padding-right: 35px;
    font-weight: 600;
  }
  .hotel-rooms-tabs div:hover {
    cursor: pointer;
    color: #2d6799;
  }
  .hotel-rooms-tab {
    border: 2px solid #1e1e1e;
    border-radius: 20px;
    margin: 5px;
  }
  .hotel-rooms-tab.active {
    background: #1e1e1e;
    color: white;
    border-radius: 20px;
    text-decoration: none;
  }
  .hotel-rooms-tab.active:hover {
    color: black;
  }
  .hotel-rooms-images-container {
    min-height: 200px;
  }
  .hotel-rooms-text {
    padding: 0px;
  }
}
/*@import 'variables';*/
.infobar-mainx {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  padding: 16px;
}
.infobar-mainx .infobar-item {
  text-align: center;
  margin: auto;
}
.infobar-mainx .infobar-item img {
  width: 50px;
  height: 50px;
  margin: auto;
}
.infobar-mainx .infobar-item div {
  margin-top: -8px;
  line-height: 1;
  font-size: 16px;
  word-break: break-word;
  -ms-hyphens: auto;
      hyphens: auto;
}
.infobar-mainx .infobar-item div a {
  font-size: 16px;
  text-decoration: none;
  color: #1e1e1e;
}
.infobar-mainx .infobar-item div a:hover {
  color: inherit;
}

@media (min-width: 1600px) {
  /* xl */
}
@media (min-width: 1200px) and (max-width: 1599px) {
  /*l*/
}
@media (min-width: 782px) and (max-width: 1199px) {
  /*m*/
}
@media (max-width: 781px) {
  /*s*/
}
/*@import 'variables';*/
.infobar-main {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  padding: 16px;
}
.infobar-main .infobar-item {
  text-align: center;
  margin: auto;
}
.infobar-main .infobar-item img {
  width: 50px;
  height: 50px;
  margin: auto;
}
.infobar-main .infobar-item div {
  margin-top: -8px;
  line-height: 1;
  font-size: 16px;
  word-break: break-word;
  -ms-hyphens: auto;
      hyphens: auto;
}
.infobar-main .infobar-item div a {
  font-size: 16px;
  text-decoration: none;
  color: #1e1e1e;
}
.infobar-main .infobar-item div a:hover {
  color: inherit;
}

@media (min-width: 1600px) {
  /* xl */
}
@media (min-width: 1200px) and (max-width: 1599px) {
  /*l*/
}
@media (min-width: 782px) and (max-width: 1199px) {
  /*m*/
}
@media (max-width: 781px) {
  /*s*/
  .infobar-main {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
    padding: 0px;
  }
  .infobar-main .infobar-item {
    text-align: center;
    margin: auto;
    max-width: 90px;
  }
  .infobar-main .infobar-item img {
    width: 50px;
    height: 50px;
    margin: auto;
  }
  .infobar-main .infobar-item div {
    margin-top: -8px;
    line-height: 1;
    font-size: 15px;
    word-break: break-word;
    -ms-hyphens: auto;
        hyphens: auto;
  }
  .infobar-main .infobar-item div a {
    font-size: 15px;
    text-decoration: none;
    color: #1e1e1e;
  }
  .infobar-main .infobar-item div a:hover {
    color: inherit;
  }
}
/*@import 'variables';*/
#infobox-hotelmatts-main {
  border: 1px solid #1e1e1e;
  border-radius: 7px;
  padding: 20px;
  text-align: center;
  font-size: 15px;
  position: relative;
  margin: 0px;
  z-index: 40;
}

#infobox-hotelmatts-main b {
  /*color: #c39a73;*/
}

#infobox-hotelmatts-main a {
  color: #1e1e1e !important;
  font-size: 15px;
  text-decoration: underline;
}

#infobox-hotelmatts-button {
  background: white;
  /*color: variables.$brand-primary;*/
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: -10px;
  width: 85%;
  max-width: 270px;
  font-weight: 800;
  z-index: 50;
}

#infobox-hotelmatts-button:hover {
  cursor: pointer;
}

.infobox-hotelmatts-extensible-container {
  position: relative;
  margin: 0px;
  margin-left: -20px;
  width: 100%;
  z-index: 45;
}

.infobox-hotelmatts-extensible {
  /*background: rgba(255,255,255,1.0);
  border: 4px solid variables.$bg-light;
  width: calc(100% + 32px);
  background: variables.$bg-light;*/
  background: white;
  border: 1px solid #1e1e1e;
  border-radius: 7px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  width: calc(100% + 40px);
  display: none;
  padding: 0px;
  padding-top: 25px;
  padding-bottom: 15px;
  text-align: center;
  font-size: 15px;
  position: absolute;
  top: 20px;
  left: -1px;
  margin: 0px;
  margin-top: -5px;
  z-index: 45;
}

.infobox-hotelmatts-extensible strong {
  /*color: #c39a73;*/
  font-family: Montserrat, serif;
}

.infobox-hotelmatts-extensible p {
  font-family: Montserrat, serif;
}

.rich-text-area {
  /*line-height: 1.2;*/
}

.rich-text-area p {
  font-size: 16px;
  font-family: Montserrat, serif;
}

/*@import 'variables';*/
.kassiopeia-rentable-items .item {
  border-radius: 0px !important;
  border: none;
}
.kassiopeia-rentable-items .item .image-column .image {
  border-radius: 0px !important;
}

/*.kassiopeia-rentable-items div .item {
  border-radius: 0px !important;
}

.kassiopeia-rentable-items div .item div div div div .image {
  border-radius: 0px !important;
}*/
@media (min-width: 1600px) {
  /* xl */
}
@media (min-width: 1200px) and (max-width: 1599px) {
  /*l*/
}
@media (min-width: 782px) and (max-width: 1199px) {
  /*m*/
}
@media (max-width: 781px) {
  /*s*/
}
.kokemukset-hotelmatts-main {
  background: white;
  /*.vertical-center {
      margin: auto;
      position: absolute;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  }*/
}
.kokemukset-hotelmatts-main .kokemukset-hotelmatts-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.kokemukset-hotelmatts-main .kokemukset-hotelmatts-image {
  background: #1e1e1e;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  text-align: center;
  height: 70vh;
}
.kokemukset-hotelmatts-main .kokemukset-hotelmatts-image h3 {
  color: white;
  padding-top: calc(35vh - 30px);
  font-size: 27px;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.99);
}
.kokemukset-hotelmatts-main .kokemukset-linkit-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}
.kokemukset-hotelmatts-main .kokemukset-linkit-flex div {
  padding-bottom: 15px;
}
.kokemukset-hotelmatts-main .kokemukset-hotelmatts-button {
  display: none;
  background: white;
  color: black;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 3px;
  text-decoration: none;
  font-family: Montserrat, serif;
  font-size: 16px;
  font-weight: 700 !important;
  white-space: nowrap;
  margin-left: 10px;
  margin-right: 10px;
  line-height: 2.5;
}

.kokemukset-hotelmatts-mobile {
  margin-top: 0px;
  background: white;
}
.kokemukset-hotelmatts-mobile .kokemukset-hotelmatts-mobile-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  padding-top: 46px;
  height: 87px;
}
.kokemukset-hotelmatts-mobile .kokemukset-hotelmatts-mobile-image h3 {
  color: white;
  margin: 0px;
  padding: 0px;
  /*font-size: calc(20px + 1.0vw);*/
  font-size: 28px;
  text-shadow: 0px 0px 40px rgba(0, 0, 0, 0.7);
  text-align: center;
}
.kokemukset-hotelmatts-mobile .kokemukset-hotelmatts-svg {
  scale: 1.5;
}
.kokemukset-hotelmatts-mobile .kokemukset-linkit-mobile-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  margin-top: 10px;
}
.kokemukset-hotelmatts-mobile .kokemukset-hotelmatts-mobile-button-container {
  padding-bottom: 10px;
}
.kokemukset-hotelmatts-mobile .kokemukset-hotelmatts-mobile-button {
  display: none;
  background: white;
  color: black;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 3px;
  text-decoration: none;
  font-family: Montserrat, serif;
  font-size: 16px;
  font-weight: 700 !important;
  text-align: center;
  white-space: nowrap;
  margin-left: 10px;
  margin-right: 10px;
  line-height: 2.5;
}

@media (min-width: 1600px) {
  /* xl */
  .kokemukset-hotelmatts-mobile {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  /*l*/
  .kokemukset-hotelmatts-mobile {
    display: none;
  }
}
@media (min-width: 782px) and (max-width: 1199px) {
  /*m*/
  .kokemukset-hotelmatts-main {
    display: none;
  }
}
@media (max-width: 781px) {
  /*s*/
  .kokemukset-hotelmatts-main {
    display: none;
  }
}
/*@import 'variables';*/
/*@import 'mixins';*/
/*
 * Font smoothing.
 * This is a niche setting that will not be available via Global Styles.
 * https://github.com/WordPress/gutenberg/issues/35934
 */
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background: white !important;
}

.wp-site-blocks {
  container-type: inline-size;
}

.page-template {
  margin-top: 0px !important;
  padding-top: 0px !important;
}

.hidden {
  display: none;
}

/* Buttons */
/*.wp-block-button .wp-block-button__link,
.btn-default {
  @include btn-primary;
}

.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background),
.wp-block-button.is-style-outline
  > .wp-block-button__link:not(.has-background) {
  @include btn-secondary;
  .btn-default {
    background: variables.$text-special;
    color: white;
    border: none;
    padding: 6px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 18px;
    font-weight: 800;
  }
  .btn-default:hover {
    background: #236683;
    cursor: pointer;
  }
}*/
.wp-element-button {
  background: #1e1e1e;
  color: white;
  border: none;
  border-radius: 3px !important;
  padding-top: 13px;
  padding-bottom: 12px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 18px;
  line-height: 1;
  font-weight: 600 !important;
  text-decoration: none;
  /*white-space: nowrap;*/
}

.wp-element-button:hover {
  background: #ba8242 !important;
  color: white !important;
  cursor: pointer;
}

.btn-primary {
  background: #1e1e1e;
  color: white;
  border: none;
  border-radius: 30px;
  padding-top: 11px;
  padding-bottom: 9px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 18px;
  font-weight: 800 !important;
  text-decoration: none;
  white-space: nowrap;
}

.btn-primary:hover {
  background: #1e1e1e;
  cursor: pointer;
}

.btn-secondary {
  background: none !important;
  color: white;
  border: 2px solid white;
  border-radius: 5px !important;
  padding-top: 9px;
  padding-bottom: 8px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 17px;
  font-weight: 600 !important;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.btn-secondary:hover {
  cursor: pointer;
}

/* Tables */
.wp-block-table table {
  border-collapse: collapse;
}
.wp-block-table td,
.wp-block-table th {
  border: 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 3px;
}

.wp-block-table {
  overflow-x: auto;
}

.wp-block-table .has-fixed-layout {
  table-layout: fixed;
  width: 100%;
}

/*.wp-site-blocksx {
  padding-left: 1rem;
  padding-right: 1rem;
}
.wp-block-groupx {
  padding-left: 1rem;
  padding-right: 1rem;
}
.alignfullx {
  padding-left: 0;
  padding-right: 0;
}*/
.wp-block-group.alignfull {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1600px) {
  /* xl */
}
@media (min-width: 1200px) and (max-width: 1599px) {
  /*l*/
}
@media (min-width: 782px) and (max-width: 1199px) {
  /*m*/
  nav li {
    padding-right: 3vw;
  }
  nav a {
    font-size: calc(10px + 0.7vw);
  }
}
@media (max-width: 781px) {
  /*s*/
  .hidden-mobile-sm {
    display: none;
  }
  .mobile-left {
    text-align: left;
  }
  .mobile-left h2, .mobile-left h3, .mobile-left h4, .mobile-left h5, .mobile-left h6, .mobile-left p, .mobile-left ul, .mobile-left ol, .mobile-left blockquote {
    text-align: left;
  }
  .mobile-center {
    text-align: center;
  }
  .mobile-center h2, .mobile-center h3, .mobile-center h4, .mobile-center h5, .mobile-center h6, .mobile-center p, .mobile-center ul, .mobile-center ol, .mobile-center blockquote {
    text-align: center;
  }
}
/* From Child */
/*@import 'variables';
@import 'mixins';*/
body {
  background: white;
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.hidden {
  display: none !important;
}

.flex-start ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

.flex-start ul li {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

.flex-center ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

.flex-center ul li {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}

.row-cap-small {
  row-gap: 1rem !important;
}

.arrow {
  content: "";
  border: solid #1e1e1e;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  margin-left: 5px;
  -webkit-transform: translateY(-3px) rotate(45deg);
          transform: translateY(-3px) rotate(45deg);
}

.columns-m {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.columns-s {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

hr {
  color: #aaa;
}

.link-blank a {
  text-decoration: none;
}

.link-blank a:hover {
  color: inherit;
}

.link-blank {
  text-decoration: none;
}

.link-blank:hover {
  color: inherit;
}

.openable-image:hover {
  cursor: pointer;
}

/*.parallax {
  background-attachment: fixed;
}*/
/*==================================================================================================================================================================*/
@media (min-width: 2800px) {
  /* xxl */
  .hidden-desktop {
    display: none !important;
  }
  .cover-hero {
    min-height: calc(300px + 25vw) !important;
  }
}
@media (min-width: 1600px) and (max-width: 2799px) {
  /* xl */
  .hidden-desktop {
    display: none !important;
  }
  .cover-hero {
    min-height: calc(300px + 25vw) !important;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  /*l*/
  .hidden-desktop {
    display: none !important;
  }
  .cover-hero {
    min-height: 600px !important;
  }
}
@media (min-width: 782px) and (max-width: 1199px) {
  /*m*/
  .hidden-mobile {
    display: none !important;
  }
  .columns-m {
    display: block;
  }
  .cover-hero {
    min-height: 500px !important;
  }
  nav li {
    padding-right: 3vw;
  }
  nav a {
    font-size: calc(10px + 0.7vw);
  }
}
@media (max-width: 781px) {
  /*s*/
  .hidden-mobile {
    display: none !important;
  }
  .hidden-mobile-sm {
    display: none;
  }
  .columns-m {
    display: block;
  }
  .columns-s {
    display: block;
  }
  .cover-hero {
    min-height: 450px !important;
  }
  .custom-mobile-order > .wp-block-column:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .custom-mobile-order > .wp-block-column:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .center-mobile {
    text-align: center;
  }
  .wp-element-button {
    font-size: 17px;
  }
  .btn-primary {
    font-size: 17px;
  }
  .btn-secondary {
    font-size: 17px;
  }
}
/*@media (min-width: 1600px) {
  .hidden-desktop {
    display: none !important;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .hidden-desktop {
    display: none !important;
  }
}
@media (min-width: 782px) and (max-width: 1199px) {
  .hidden-mobile {
    display: none !important;
  }
}
@media (max-width: 781px) {
  .hidden-mobile {
    display: none !important;
  }
}*/
.menu-sheet {
  /* CSS Variables for easy tweaking */
  --side-width: 140px;
  --side-mobile-width: 60px;
  --vertical-padding: 70px;
  --vertical-padding-mobile: 45px;
  position: relative;
  overflow: auto;
  padding: 0px !important;
  /*------------------------------------
      Content area - Could be marked
      with class on editor but lets 
      avoid too many Advanced settings 
      on editor side.
  ------------------------------------*/
}
.menu-sheet .aside {
  width: var(--side-width);
  position: absolute;
  inset: 0 auto 0 0;
  height: 100%;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: var(--vertical-padding);
}
@media screen and (max-width: 1023px) {
  .menu-sheet .aside {
    width: var(--side-mobile-width);
    padding-top: var(--vertical-padding-mobile);
  }
}
.menu-sheet .aside::before, .menu-sheet .aside::after {
  content: "";
  position: absolute;
  right: 0;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}
.menu-sheet .aside::before {
  top: 0;
  border-bottom: 0;
  border-top: 20px solid white;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
.menu-sheet .aside::after {
  bottom: 0;
  border-bottom: 20px solid white;
  border-top: 0;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
.menu-sheet .aside h2 {
  white-space: nowrap;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  color: #1e1e1e;
  text-transform: uppercase;
  font-size: 60px !important;
  line-height: 1;
  margin: 0px !important;
  padding: 0px !important;
  padding-bottom: var(--vertical-padding) !important; /* Because Rotation this is actually be padding top */
}
@media screen and (max-width: 1023px) {
  .menu-sheet .aside h2 {
    font-size: 30px !important;
    padding-bottom: var(--vertical-padding-mobile) !important; /* Because Rotation this is actually be padding top */
  }
}
.menu-sheet .aside h2.scrolling {
  position: fixed;
  top: var(--vertical-padding);
  /* Fixed with left auto happens to keep the element in the same place horizontally 
       as it was before scrolling started. 
       Do not define left of right or it will break. 
   */
}
.menu-sheet .aside h2.scrolling-stopped {
  position: absolute;
  bottom: 70px;
}
@media screen and (max-width: 1023px) {
  .menu-sheet .aside h2.scrolling-stopped {
    bottom: var(--vertical-padding);
  }
}
.menu-sheet > div.wp-block-group:nth-child(2) {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: var(--vertical-padding) !important;
  margin-bottom: var(--vertical-padding) !important;
  margin-left: var(--side-width) !important;
  border-left: 1px solid #1e1e1e;
  padding: 0px !important;
  padding-left: 60px !important;
  padding-right: 60px !important;
}
.menu-sheet > div.wp-block-group:nth-child(2) h3 {
  font-size: 19px !important;
  margin-bottom: 13px !important;
  margin-top: 0px;
  padding: 0px;
  line-height: 1;
}
.menu-sheet > div.wp-block-group:nth-child(2) h3 + p { /* p following h3 should not define margin */
  margin-top: 0px !important;
}
.menu-sheet > div.wp-block-group:nth-child(2) p + h3 { /* h3 middle of p tags should have top margin */
  margin-top: 40px !important;
}
@media screen and (max-width: 1023px) {
  .menu-sheet > div.wp-block-group:nth-child(2) {
    margin-left: var(--side-mobile-width) !important;
    margin-top: var(--vertical-padding-mobile) !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .menu-sheet > div.wp-block-group:nth-child(2) h3 {
    font-size: 18px !important;
  }
  .menu-sheet > div.wp-block-group:nth-child(2) p {
    font-size: 17px !important;
  }
}

.kassiopeia-offer-items .kassiopeia-offer-item-content .kassiopeia-offer-cover .kassiopeia-offer-tag {
  background-color: #1e1e1e;
  padding: 13px 20px 13px 20px;
}
.kassiopeia-offer-items .kassiopeia-offer-item-content .kassiopeia-offer-cover .kassiopeia-offer-tag p, .kassiopeia-offer-items .kassiopeia-offer-item-content .kassiopeia-offer-cover .kassiopeia-offer-tag h2 {
  color: #ffffff; /* Actually white */
}
.kassiopeia-offer-items .kassiopeia-offer-item-content .kassiopeia-offer-cover .kassiopeia-offer-tag h2 {
  font-size: 32px;
}
.kassiopeia-offer-items .kassiopeia-offer-item-content .kassiopeia-offer-cover .kassiopeia-offer-tag p {
  font-size: 16px;
}
.kassiopeia-offer-items .kassiopeia-offer-item-content .kassiopeia-offer-cover .kassiopeia-offer-tag .kassiopeia-offer-title {
  margin-bottom: 7px;
}
.kassiopeia-offer-items .kassiopeia-offer-item-content .kassiopeia-offer-cover .kassiopeia-offer-tag .kassiopeia-offer-description {
  margin-top: 2px;
}
.kassiopeia-offer-items .kassiopeia-offer-item-content .kassiopeia-offer-textcontent h3 {
  font-size: 24px;
}

.kassiopeia-offer-items .slider-arrow {
  background: white;
  border-radius: 50%;
  z-index: 1000;
  height: 57px;
}
.kassiopeia-offer-items .slider-arrow.slider-arrow-right {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-right: -50px;
}
.kassiopeia-offer-items .slider-arrow.slider-arrow-left {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: right;
          transform-origin: right;
  margin-left: -50px;
}
@media screen and (max-width: 1650px) {
  .kassiopeia-offer-items .slider-arrow {
    display: none;
  }
  .kassiopeia-offer-items .slider-arrow.slider-arrow-right {
    margin-right: 35px;
  }
  .kassiopeia-offer-items .slider-arrow.slider-arrow-left {
    margin-left: 35px;
  }
}

/*@import 'variables';*/
.block-openable-box {
  background: white;
  border: 1px solid #1e1e1e;
  border-radius: 7px;
  padding: 20px;
  position: relative;
  margin: 0px;
  line-height: 1.3;
  z-index: 40;
}
.block-openable-box p {
  font-size: 16px;
  /*margin: 0px !important;
  padding: 0px !important;*/
}
.block-openable-box strong {
  color: #1e1e1e;
}
.block-openable-box strong a {
  font-weight: 600 !important;
}
.block-openable-box a {
  color: #1e1e1e;
}
.block-openable-box .button {
  background: white;
  color: #1e1e1e;
  font-family: Montserrat, serif;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: -10px;
  width: 85%;
  max-width: 270px;
  z-index: 50;
}
.block-openable-box .button:hover {
  cursor: pointer;
}
.block-openable-box .extensible-container {
  position: relative;
  margin: 0px;
  margin-left: -20px;
  width: 100%;
  z-index: 45;
}
.block-openable-box .extensible {
  background: white;
  border: 1px solid #1e1e1e;
  border-radius: 7px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  width: calc(100% + 42px);
  display: none;
  padding: 0px;
  padding-top: 25px;
  padding-bottom: 15px;
  position: absolute;
  top: 17px;
  left: -1px;
  z-index: 45;
}

/*@import 'variables';*/
.openable-image:hover {
  cursor: pointer;
}

.openable-image-containerx {
  position: absolute;
  left: 20px;
  top: 20px;
}

.fullscreen-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1000;
}

.fullscreen-container img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1000;
}

.close-btn {
  position: absolute;
  top: 40px;
  right: 30px;
  background-color: #1e1e1e;
  color: white;
  padding-top: 3px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 3px;
  font-size: 26px;
  font-weight: 700;
  cursor: pointer;
  z-index: 1001;
}

/*@import 'variables';*/
.profitroom-box {
  position: relative;
  text-align: center;
  padding: 30px;
  background: #ddd;
  margin-top: -80px;
}

/*@import 'variables';*/
.profitroom-hero {
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background: #f5efe1;
  border-radius: 100px;
  min-height: 80px;
  /*max-width: 1050px;*/ /*Ilman alennuskoodia*/
  max-width: 1280px; /*Alennuskoodin kanssa leveämpi*/
  margin: 0px;
  margin-top: -85px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-top: 50px;
  padding-bottom: 20px;
  text-align: center;
  z-index: 50;
}
.profitroom-hero .be-panel {
  width: 88%;
  min-height: 60px;
  background-color: #fff;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: auto;
  border-radius: 100px;
}
.profitroom-hero .be-panel .wis2-panel {
  background: rgba(255, 255, 255, 0) !important;
  background-color: rgba(255, 255, 255, 0) !important;
}
.profitroom-hero .be-panel .wis2-panel.fixed {
  position: relative !important;
}
.profitroom-hero .be-panel .wis2-panel.fixed .wis2-el.wis2-button-hld {
  height: auto;
}
.profitroom-hero .be-panel .wis2-panel.fixed .wis2-el.wis2-button-hld .wis2-button.wis2-button--primary {
  background: #1e1e1e !important;
  color: #fff !important;
  padding-top: 15px !important;
  padding-left: 25px !important;
  padding-right: 25px !important;
  padding-bottom: 15px !important;
  text-transform: capitalize !important;
  font-size: 16px !important;
  font-weight: bold !important;
  border: none !important;
  margin-top: -10px !important;
  border-radius: 50px;
}
.profitroom-hero .be-panel .wis2-panel.fixed .wis2-el.wis2-button-hld .wis2-button.wis2-button--primary:hover {
  background: #1e1e1e !important;
}
.profitroom-hero .be-panel .wis2-panel.fixed .wis2-title {
  display: none !important;
}
.profitroom-hero .be-panel .wis2-panel.fixed .wis2-input-group .wis2-label {
  background-image: url("https://www.kassiopeia.fi/hotel-matts/wp-content/uploads/sites/2/2024/09/calendar_matts.svg");
  background-size: 25px 25px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  padding-left: 30px !important;
  font-size: 14px !important;
}
.profitroom-hero .be-panel .wis2-panel.fixed .wis2-input-group .wis2-input {
  font-size: 14px !important;
  width: 160px !important;
  margin-right: 20px;
}
.profitroom-hero .be-panel .wis2-panel.fixed .wis2-promocode-hld .wis2-promocode__text a {
  font-size: 14px !important;
}
.profitroom-hero .be-panel .wis2-panel.fixed .wis2-promocode-hld .wis2-promocode__input {
  left: 20px !important;
}
.profitroom-hero .be-panel .wis2-promocode__input {
  margin-left: -20px !important;
}
.profitroom-hero .be-panel .wis2-promocode.active::after {
  display: none !important;
}

.mixpicker__btn {
  font-family: "mixpicker-icons" !important;
}

.mixpicker__close {
  font-family: "mixpicker-icons" !important;
}

@media (min-width: 1600px) {
  /* xl */
}
@media (min-width: 1200px) and (max-width: 1599px) {
  /*l*/
  .profitroom-hero {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .be-panel {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media (min-width: 601px) and (max-width: 1199px) {
  /*m*/
  .profitroom-hero {
    border-radius: 50px;
    max-width: 800px;
    margin-top: -100px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .be-panel {
    padding-left: 20px !important;
    padding-right: 20px !important;
    border-radius: 30px !important;
  }
  .be-panel .wis2-panel.fixed {
    padding: 5px !important;
    padding-bottom: 0px !important;
  }
  .be-panel .wis2-panel.fixed .wis2-el.wis2-button-hld .wis2-button.wis2-button--primary {
    margin-top: 0px !important;
    margin-bottom: -15px !important;
  }
  .be-panel .wis2-panel.fixed .wis2-input-group {
    padding: 0px !important;
    padding-right: 10px !important;
    height: 40px !important;
  }
  .be-panel .wis2-panel.fixed .wis2-input-group .wis2-label {
    width: 130px;
    font-size: 14px !important;
    background-size: 20px 20px;
    background-position: 0px 5px;
    background-repeat: no-repeat;
    padding-left: 25px !important;
  }
  .be-panel .wis2-panel.fixed .wis2-input-group .wis2-input {
    font-size: 13px !important;
    width: 140px !important;
    margin-right: 0px;
    margin-bottom: 7px !important;
  }
  .be-panel .wis2-panel.fixed .wis2-promocode-hld {
    width: 100% !important;
    height: 45px !important;
    padding: 0px !important;
    padding-bottom: 0px !important;
  }
  .be-panel .wis2-panel.fixed .wis2-promocode-hld .wis2-promocode__text {
    text-align: center !important;
  }
  .be-panel .wis2-panel.fixed .wis2-promocode-hld .wis2-promocode__text .wis2-link {
    text-align: center !important;
  }
  .be-panel .wis2-panel.fixed .wis2-promocode-hld .wis2-promocode__input {
    left: 20px !important;
  }
  .wis2-button-hld {
    width: 100% !important;
  }
  .wis2-button-hld a {
    max-width: 300px !important;
    margin: auto !important;
  }
}
@media (max-width: 600px) {
  /*s*/
  .profitroom-hero {
    border-radius: 0px;
    margin-top: -110px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-top: 40px;
    padding-bottom: 10px;
  }
  .profitroom-hero .be-panel {
    min-height: 120px !important;
    padding-top: 15px !important;
    padding-bottom: 1vw !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    border-radius: 20px !important;
  }
  .profitroom-hero .be-panel .wis2-panel.fixed {
    padding: 5px !important;
    padding-bottom: 15px !important;
  }
  .profitroom-hero .be-panel .wis2-panel.fixed .wis2-el.wis2-button-hld .wis2-button.wis2-button--primary {
    margin-top: 0px !important;
    margin-bottom: -15px !important;
  }
  .profitroom-hero .be-panel .wis2-panel.fixed .wis2-input-group {
    padding: 0px !important;
  }
  .profitroom-hero .be-panel .wis2-panel.fixed .wis2-input-group .wis2-label {
    width: 130px;
    font-size: 14px !important;
    background-size: 20px 20px;
    background-position: 0px 5px;
    background-repeat: no-repeat;
    padding-left: 25px !important;
  }
  .profitroom-hero .be-panel .wis2-panel.fixed .wis2-input-group .wis2-input {
    font-size: 13px !important;
    width: 140px !important;
    margin-right: 0px;
    margin-bottom: 7px !important;
  }
  .profitroom-hero .be-panel .wis2-panel.fixed .wis2-promocode-hld {
    padding: 0px !important;
  }
  .profitroom-hero .be-panel .wis2-panel.fixed .wis2-promocode-hld .wis2-promocode__input {
    left: 20px !important;
  }
  .wis2-button-hld {
    width: 100% !important;
  }
  .wis2-button-hld a {
    max-width: 300px !important;
    margin: auto !important;
  }
}
/*@import 'variables';*/
.wp-block-create-block-quotation {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 50px;
  padding-right: 50px;
}
.wp-block-create-block-quotation .quotation-arrow-left {
  position: absolute;
  top: 100px;
  left: 10px;
  cursor: pointer;
}
.wp-block-create-block-quotation .quotation-arrow-left line {
  stroke: #1e1e1e;
}
.wp-block-create-block-quotation .quotation-arrow-right {
  position: absolute;
  top: 100px;
  right: 10px;
  cursor: pointer;
}
.wp-block-create-block-quotation .quotation-arrow-right line {
  stroke: #1e1e1e;
}
.wp-block-create-block-quotation .quotation-arrow-left-mobile {
  display: none;
}
.wp-block-create-block-quotation .quotation-arrow-left-mobile line {
  stroke: #1e1e1e;
}
.wp-block-create-block-quotation .quotation-arrow-right-mobile {
  display: none;
}
.wp-block-create-block-quotation .quotation-arrow-right-mobile line {
  stroke: #1e1e1e;
}
.wp-block-create-block-quotation .quotation-container-div {
  position: relative;
}
.wp-block-create-block-quotation .quotation-container-div .quotation-container {
  max-width: 1240px;
  overflow-y: hidden;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  margin: auto;
  margin-bottom: 20px;
}
.wp-block-create-block-quotation .quotation-container-div .quotation-scrollable {
  min-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px;
}
.wp-block-create-block-quotation .quotation-container-div .quotation-item {
  background: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #1e1e1e;
  border-radius: 5px;
  padding: 20px;
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 35px;
  width: calc(100% - 60px);
}
.wp-block-create-block-quotation .quotation-container-div .quotation-item .quotation-icon {
  padding-right: 25px;
  margin-top: -20px;
  width: 80px;
}
.wp-block-create-block-quotation .quotation-container-div .quotation-item .quotation-icon img {
  width: 80px;
}
.wp-block-create-block-quotation .quotation-container-div .quotation-item .quotation-icon svg {
  width: 80px;
  fill: #1e1e1e;
}
.wp-block-create-block-quotation .quotation-container-div .quotation-item .quotation-content .quotation-name {
  padding-top: 10px;
}
.wp-block-create-block-quotation .quotation-container-div .quotation-item .quotation-bubble-arrow {
  position: absolute;
  bottom: -50px;
  right: 100px;
}
.wp-block-create-block-quotation .quotation-container-div .quotation-item .quotation-bubble-arrow line {
  stroke: #1e1e1e;
}
.wp-block-create-block-quotation .quotation-container-div .quotation-container::-webkit-scrollbar {
  display: none;
}
.wp-block-create-block-quotation .quotation-container-div .quotation-prevent-mouse-scroll {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: calc(100% - 30px);
}
.wp-block-create-block-quotation .quotation-container-div .quotation-bullets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  /*.quotation-bullet {
  	width: 15px;
  	height: 15px;
  	border: 1px solid black;
  	border-radius: 10px;
  	margin: 3px;
  	&.active {
  		background: black;
  	}
  }
  .quotation-bullet:hover {
  	background: #ddd;
  	cursor: pointer;
  }*/
}
.wp-block-create-block-quotation .quotation-container-div .quotation-bullets svg {
  height: 24px;
  width: 24px;
}
.wp-block-create-block-quotation .quotation-container-div .quotation-bullets svg .quotation-circle {
  fill: white;
  stroke: #1e1e1e;
}
.wp-block-create-block-quotation .quotation-container-div .quotation-bullets svg .quotation-circle.active {
  fill: #1e1e1e;
}
.wp-block-create-block-quotation .quotation-container-div .quotation-bullets svg .quotation-circle:hover {
  fill: #1e1e1e;
  cursor: pointer;
}

@media (min-width: 1600px) {
  /*xl*/
}
@media (min-width: 1200px) and (max-width: 1599px) {
  /*l*/
}
@media (min-width: 782px) and (max-width: 1199px) {
  /*m*/
}
@media (max-width: 781px) {
  /*s*/
  .wp-block-create-block-quotation {
    padding-left: 15px;
    padding-right: 15px;
  }
  .wp-block-create-block-quotation .quotation-arrow-left {
    display: none;
  }
  .wp-block-create-block-quotation .quotation-arrow-right {
    display: none;
  }
  .wp-block-create-block-quotation .quotation-arrow-left-mobile {
    display: block;
    position: absolute;
    bottom: 20px;
    left: 21vw;
    cursor: pointer;
  }
  .wp-block-create-block-quotation .quotation-arrow-right-mobile {
    display: block;
    position: absolute;
    bottom: 20px;
    right: 21vw;
    cursor: pointer;
  }
  .wp-block-create-block-quotation .quotation-container-div .quotation-item {
    display: block;
    padding: 17px;
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-left: 5px;
    margin-right: 5px;
    width: calc(100% - 54px);
  }
  .wp-block-create-block-quotation .quotation-container-div .quotation-item .quotation-icon {
    margin-top: 0px;
  }
  .wp-block-create-block-quotation .quotation-container-div .quotation-item .quotation-icon img {
    width: 60px;
  }
  .wp-block-create-block-quotation .quotation-container-div .quotation-bullets {
    margin-top: 0px;
  }
}
/*@import 'variables';*/
.rooms-hotelmatts-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.rooms-hotelmatts-tabs div {
  padding: 4px;
  padding-left: 35px;
  padding-right: 35px;
  font-weight: 600;
}

.rooms-hotelmatts-tabs div:hover {
  cursor: pointer;
  color: #2d6799;
}

.rooms-hotelmatts-tab.active {
  background: white;
  color: #2d6799;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-decoration-color: #d9b776;
  text-underline-offset: 7px;
}

.rooms-hotelmatts-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: white;
  padding: 15px;
}

.rooms-hotelmatts-content div {
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
  padding: 15px;
}

.rooms-hotelmatts-image img {
  width: 100%;
}

/*@import 'variables';*/
.wp-block-acf-yhteystiedot {
  /*white-space: nowrap;*/
}

.wp-block-acf-yhteystiedot.alignleft {
  float: none !important;
  text-align: left !important;
}

.wp-block-acf-yhteystiedot.aligncenter {
  float: none !important;
  text-align: center !important;
}

.wp-block-acf-yhteystiedot.alignright {
  float: none !important;
  text-align: right !important;
}

.wp-block-acf-yhteystiedot-text {
  font-family: Montserrat, serif !important;
  color: #1e1e1e;
  font-weight: 300;
  font-size: 17px;
  letter-spacing: -0.5px;
}

.wp-block-acf-yhteystiedot-tel a {
  text-decoration: none !important;
}

/*@import 'variables';*/
/*@mixin btn-primary {
  background: #034663;
  color: white;
  font-weight: 700;
  padding: 5px 25px;
  font-size: 17px;

  &:hover {
    background: #002643;
  }
}

@mixin btn-secondary {
  @include btn-primary;
  &:hover {
    background: #002643;
  }
}*/
/*@import 'variables';*/
p {
  font-size: 18px; /* default */
}
p.has-small-font-size {
  font-size: 16px !important;
}
p.has-medium-font-size {
  font-size: 18px !important;
}
p.has-large-font-size {
  font-size: 22px !important;
}
p.has-x-large-font-size {
  font-size: 24px !important;
}
p.has-small-font-size a {
  font-size: 16px !important;
}
p.has-medium-font-size a {
  font-size: 18px !important;
}
p.has-large-font-size a {
  font-size: 20px !important;
}
p.has-x-large-font-size a {
  font-size: 24px !important;
}

h1 {
  font-size: 60px !important; /* default */
  font-weight: 700;
}
h1.has-small-font-size {
  font-size: 50px !important;
}
h1.has-medium-font-size {
  font-size: 60px !important;
}
h1.has-large-font-size {
  font-size: 70px !important;
}
h1.has-x-large-font-size {
  font-size: 80px !important;
}

h2 {
  font-size: 50px; /* default */
  font-weight: 700;
}
h2.has-small-font-size {
  font-size: 40px !important;
}
h2.has-medium-font-size {
  font-size: 50px !important;
}
h2.has-large-font-size {
  font-size: 60px !important;
}
h2.has-x-large-font-size {
  font-size: 70px !important;
}

h3 {
  font-size: 32px; /* default */
  font-weight: 700;
}
h3.has-small-font-size {
  font-size: 28px !important;
}
h3.has-medium-font-size {
  font-size: 32px !important;
}
h3.has-large-font-size {
  font-size: 34px !important;
}
h3.has-x-large-font-size {
  font-size: 36px !important;
}

h4 {
  font-size: 22px; /* default */
  font-weight: 700;
}
h4.has-small-font-size {
  font-size: 20px !important;
}
h4.has-medium-font-size {
  font-size: 22px !important;
}
h4.has-large-font-size {
  font-size: 24px !important;
}
h4.has-x-large-font-size {
  font-size: 26px !important;
}

h5 {
  font-size: 20px !important; /* default */
  font-weight: 700;
}
h5.has-small-font-size {
  font-size: 18px !important;
}
h5.has-medium-font-size {
  font-size: 20px !important;
}
h5.has-large-font-size {
  font-size: 23px !important;
}
h5.has-x-large-font-size {
  font-size: 26px !important;
}

h6 {
  font-size: 18px !important; /* default */
  font-weight: 700;
}
h6.has-small-font-size {
  font-size: 16px !important;
}
h6.has-medium-font-size {
  font-size: 18px !important;
}
h6.has-large-font-size {
  font-size: 20px !important;
}
h6.has-x-large-font-size {
  font-size: 24px !important;
}

@media (min-width: 1600px) {
  /* xl */
}
@media (min-width: 1200px) and (max-width: 1599px) {
  /*l*/
}
@media (min-width: 782px) and (max-width: 1199px) {
  /*m*/
  h1 {
    font-size: 50px !important; /* default */
    font-weight: 700;
  }
  h1.has-small-font-size {
    font-size: 40px !important;
  }
  h1.has-medium-font-size {
    font-size: 50px !important;
  }
  h1.has-large-font-size {
    font-size: 60px !important;
  }
  h1.has-x-large-font-size {
    font-size: 70px !important;
  }
  h2 {
    font-size: 40px; /* default */
    font-weight: 700;
  }
  h2.has-small-font-size {
    font-size: 30px !important;
  }
  h2.has-medium-font-size {
    font-size: 40px !important;
  }
  h2.has-large-font-size {
    font-size: 50px !important;
  }
  h2.has-x-large-font-size {
    font-size: 60px !important;
  }
  h3 {
    font-size: 28px; /* default */
    font-weight: 700;
  }
  h3.has-small-font-size {
    font-size: 25px !important;
  }
  h3.has-medium-font-size {
    font-size: 28px !important;
  }
  h3.has-large-font-size {
    font-size: 31px !important;
  }
  h3.has-x-large-font-size {
    font-size: 35px !important;
  }
}
@media (max-width: 781px) {
  /*s*/
  h1 {
    font-size: 35px !important; /* default */
    font-weight: 700;
  }
  h1.has-small-font-size {
    font-size: 30px !important;
  }
  h1.has-medium-font-size {
    font-size: 35px !important;
  }
  h1.has-large-font-size {
    font-size: 40px !important;
  }
  h1.has-x-large-font-size {
    font-size: 50px !important;
  }
  h2 {
    font-size: 30px; /* default */
    font-weight: 700;
  }
  h2.has-small-font-size {
    font-size: 25px !important;
  }
  h2.has-medium-font-size {
    font-size: 30px !important;
  }
  h2.has-large-font-size {
    font-size: 40px !important;
  }
  h2.has-x-large-font-size {
    font-size: 50px !important;
  }
  h3 {
    font-size: 25px; /* default */
    font-weight: 700;
  }
  h3.has-small-font-size {
    font-size: 20px !important;
  }
  h3.has-medium-font-size {
    font-size: 25px !important;
  }
  h3.has-large-font-size {
    font-size: 28px !important;
  }
  h3.has-x-large-font-size {
    font-size: 32px !important;
  }
  h4 {
    font-size: 20px; /* default */
    font-weight: 700;
  }
  h4.has-small-font-size {
    font-size: 18px !important;
  }
  h4.has-medium-font-size {
    font-size: 20px !important;
  }
  h4.has-large-font-size {
    font-size: 22px !important;
  }
  h4.has-x-large-font-size {
    font-size: 25px !important;
  }
  h5 {
    font-size: 18px !important; /* default */
    font-weight: 700;
  }
  h5.has-small-font-size {
    font-size: 17px !important;
  }
  h5.has-medium-font-size {
    font-size: 18px !important;
  }
  h5.has-large-font-size {
    font-size: 20px !important;
  }
  h5.has-x-large-font-size {
    font-size: 22px !important;
  }
}
/*@import 'variables';*/
/*
p: Montserrat regular, #1e1e1e
h1-h2: Bebas Neue pro, Expanded bold, uppercase, #1e1e1e
h3-h6: Montserrat semi bold, #1e1e1e
a: Montserrat regular, underline, #1e1e1e
*/
body {
  font-family: Montserrat, serif !important;
  color: #1e1e1e;
  font-weight: 400;
  font-size: 18px;
}

p {
  font-family: Montserrat, serif !important;
  color: #1e1e1e;
  font-weight: 400;
  font-size: 18px;
  margin-top: 20px;
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
}

strong {
  font-weight: 600;
}

a {
  font-family: Montserrat, serif !important;
  color: #1e1e1e;
  /*font-weight: 300 !important;*/
  font-size: 17px;
  text-decoration: underline;
  text-decoration-color: #dab674;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

/* textLinks on paragraphs */
p a {
  text-decoration: underline;
  text-decoration-color: #dab674;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/*Mark elements that should not have underlined links*/
.no-underline p a {
  text-decoration: none;
}

.has-small-font-size a {
  /*font-size: 15px;*/
}

h1 {
  font-family: Montserrat, serif;
  color: #1e1e1e;
  text-transform: uppercase;
  font-style: normal;
  /*word-break: break-word;*/
  -ms-hyphens: auto;
      hyphens: auto;
}

h2 {
  font-family: Montserrat, serif;
  color: #1e1e1e;
  /*word-break: break-word;*/
  -ms-hyphens: auto;
      hyphens: auto;
}

h3 {
  font-family: Montserrat, serif;
  color: #1e1e1e;
  /*word-break: break-word;*/
  -ms-hyphens: auto;
      hyphens: auto;
  letter-spacing: -0.1px;
}

h4 {
  font-family: Montserrat, serif;
  color: #1e1e1e;
  /*word-break: break-word;*/
  -ms-hyphens: auto;
      hyphens: auto;
}

h5 {
  font-family: Montserrat, serif;
  color: #1e1e1e;
  /*word-break: break-word;*/
  -ms-hyphens: auto;
      hyphens: auto;
}

h6 {
  font-family: Montserrat, serif;
  color: #1e1e1e;
  text-transform: uppercase;
  /*word-break: break-word;*/
  -ms-hyphens: auto;
      hyphens: auto;
}

.word-break {
  word-break: break-word;
  -ms-hyphens: auto;
      hyphens: auto;
}

@media (min-width: 1600px) {
  /* xl */
}
@media (min-width: 1200px) and (max-width: 1599px) {
  /*l*/
}
@media (min-width: 782px) and (max-width: 1199px) {
  /*m*/
}
@media (max-width: 781px) {
  /*s*/
  h1 {
    text-align: center;
  }
  h2 {
    text-align: center;
  }
}
/*@import url('https://use.typekit.net/sbi7pqz.css');*/ /* Century Gothic */
/* Context colors */
/*Same as $beige-light on editor */
/* Editor ( defined in Theme.json) colors */
/* Fonts */
/* Footers vars */
/* Other elements */
/*# sourceMappingURL=main.min.css.map */
