@charset "UTF-8";
/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/open-sans-v40-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/open-sans-v40-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* playfair-display-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/playfair-display-v37-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/**
 * Värimäärittelyt
 * */
body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #474747;
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", serif;
  color: #474747;
  font-weight: 700;
}

h1 {
  font-size: 3rem;
}
@media (max-width: 999px) {
  h1 {
    font-size: 2.5em;
  }
}

h2 {
  font-size: 3rem;
}
@media (max-width: 999px) {
  h2 {
    font-size: 2rem;
  }
}

p {
  line-height: 1.5em;
}

.layout-container a {
  color: #000000;
  font-weight: 400;
  text-decoration: none;
}
.layout-container a:hover {
  color: #b5700a;
  text-decoration: none;
}
.layout-container a:focus {
  outline: 2px solid #555555;
}

.layout-container main a {
  font-weight: 700;
}

input,
img,
iframe {
  max-width: 100%;
}

img {
  height: auto;
}

.button.primary {
  background: #717e4a;
}

.icon-instagram,
.icon-youtube {
  fill: #999999;
  height: 30px;
}

.icon-youtube {
  height: 28px;
}

a.fill-light path {
  color: #999999;
}

.btn-primary {
  background-color: #ffffff;
  border-color: #93954f;
  border-width: 2px;
  color: #000000;
  font-family: "Playfair Display", serif;
  border-radius: 20px;
  padding: 0.75rem 1.75rem;
  font-size: 1.25rem;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #474747;
  border-color: #000000;
  color: #ffffff !important;
}

.hide-mobile {
  display: none;
}

.user-login-form,
.user-pass {
  padding: 10rem 5rem 5rem 5rem;
}

/* min-height to content block */
#block-hm2024-content {
  min-height: 33vh;
  /*margin-top: 82px;*/
}

#block-hm2024-primary-local-tasks {
  position: absolute;
  width: 100;
  right: 0px;
  z-index: 10;
}
#block-hm2024-primary-local-tasks .tabs {
  display: flex;
  justify-content: flex-end;
}
#block-hm2024-primary-local-tasks .tabs a.is-active {
  background-color: #93954f;
}
#block-hm2024-primary-local-tasks .tabs a:hover,
#block-hm2024-primary-local-tasks .tabs a:focus {
  background-color: #7f8335;
  color: #ffffff;
}

.contextual-links a {
  color: #333333 !important;
}

/**
 * Import all other files
 * */
.region-header {
  background-color: #9e9d5d;
  z-index: 1001;
}

#block-hm2024-moderbookingwidget .moder-embed {
  z-index: 1000;
}
#block-hm2024-moderbookingwidget #moder-embed .moder-datepicker.open {
  height: 580px;
}
#block-hm2024-moderbookingwidget .moder-bg {
  /*display: inline;
  position: static;
  */
}

.user-logged-in .region-header {
  top: 78px;
}

.layout-container header {
  height: 81px;
}

.user-logged-in .layout-container header ~ main {
  margin-top: 34px;
}

.header-height {
  min-height: 120px;
}

#block-hm2024-site-branding img {
  position: absolute;
  background-color: #9e9d5d;
  border-radius: 120px;
  z-index: 40;
}

#block-hm2024-kielivalinta {
  text-align: end;
  font-size: 1.5rem;
}
#block-hm2024-kielivalinta p {
  margin-bottom: 0px;
}
#block-hm2024-kielivalinta p, #block-hm2024-kielivalinta a {
  color: white;
}
#block-hm2024-kielivalinta img {
  height: 30px;
  width: auto;
}
@media (max-width: 991px) {
  #block-hm2024-kielivalinta {
    font-size: 1.25rem;
  }
  #block-hm2024-kielivalinta img {
    height: 25px;
    width: auto;
  }
}

@media (max-width: 991px) {
  .layout-container header ~ main {
    margin-top: 10px;
  }
  #block-hm2024-site-branding img {
    height: 100px;
    margin-top: -9px;
  }
}
@media (max-width: 767px) {
  .layout-container header ~ main {
    /*margin-top: 86px;*/
  }
}
#block-hm2024-main-menu {
  font-size: 1.25rem;
}
#block-hm2024-main-menu a {
  color: #ffffff;
}
#block-hm2024-main-menu a.is-active {
  background-color: #93954f;
}
#block-hm2024-main-menu a:hover,
#block-hm2024-main-menu a:focus {
  background-color: #7f8335;
}
#block-hm2024-main-menu .navbar {
  padding-top: 0px;
}
#block-hm2024-main-menu .navbar-nav {
  width: 100%;
  justify-content: space-around;
  margin-top: 2rem;
  margin-left: 0px;
}
#block-hm2024-main-menu.navbar-light .navbar-toggler {
  color: white;
  border-color: white;
  /*background-color: $matmed;*/
  font-size: 2rem;
  border-width: 0px;
}
#block-hm2024-main-menu.navbar-light .navbar-toggler:focus {
  box-shadow: 0 0px;
}

@media (max-width: 1199px) {
  .w-small-75 {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .navigation-area {
    display: flex;
    justify-content: center;
  }
  #block-hm2024-main-menu {
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
  }
  #block-hm2024-main-menu .navbar-collapse {
    /*background-color: $matdar;*/
    padding: 2rem;
  }
  #block-hm2024-main-menu .navbar-nav {
    margin-top: 0px;
  }
  #block-hm2024-main-menu .menu-item {
    text-align: center;
  }
  #block-hm2024-main-menu .navbar-collapse {
    transition-duration: 0s;
  }
  #block-hm2024-kielivalinta {
    position: absolute;
    right: 1rem;
    width: 5rem;
    z-index: 4;
  }
}
.view-lista-kuvalinkit h3 {
  margin-top: 1rem;
  text-align: center;
  padding: 0.5rem;
  background-color: #93954f;
}
.view-lista-kuvalinkit h3 a {
  color: white;
  font-weight: 400;
}
.view-lista-kuvalinkit h3 a:focus, .view-lista-kuvalinkit h3 a:hover {
  color: black;
}
.view-lista-kuvalinkit .dropbutton-wrapper {
  display: none;
  position: absolute;
}
.view-lista-kuvalinkit .dropbutton-wrapper .dropbutton-widget {
  border: 0px;
  outline: 2px yellow;
}
.view-lista-kuvalinkit .views-row:focus .dropbutton-wrapper,
.view-lista-kuvalinkit .views-row:hover .dropbutton-wrapper {
  display: block;
}

.form-item-zipcode,
.form-item-state {
  display: none;
}

.valkoinen h1,
.valkoinen h2,
.valkoinen h3,
.valkoinen p {
  color: #ffffff;
}

.musta h1,
.musta h2,
.musta h3 {
  color: #000000;
}

.tummanharmaa h1,
.tummanharmaa h2,
.tummanharmaa h3,
.tummanharmaa p {
  color: #474747;
}

.hotel_mathildedal_vihrea_tumma h1,
.hotel_mathildedal_vihrea_tumma h2,
.hotel_mathildedal_vihrea_tumma h3,
.hotel_mathildedal_vihrea_tumma p {
  color: #7f8335;
}

.mathildedal_vihrea_keski h1,
.mathildedal_vihrea_keski h2,
.mathildedal_vihrea_keski h3,
.mathildedal_vihrea_keski p {
  color: #93954f;
}

.hotel_mathildedal_vihrea_vaalea h1,
.hotel_mathildedal_vihrea_vaalea h2,
.hotel_mathildedal_vihrea_vaalea h3,
.hotel_mathildedal_vihrea_vaalea p {
  color: #9e9d5d;
}

.bannerikuva {
  height: 33vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bannerikuva .field--name-field-banneriteksti {
  text-align: center;
}
.bannerikuva h1 {
  font-size: 4rem;
}
@media (max-width: 999px) {
  .bannerikuva h1 {
    font-size: 2.5rem;
  }
}

.path-frontpage .bannerikuva {
  height: 67vh;
}

.field--name-field-youtubesolu BREAKiframe,
.field--name-field-youtubesolu BREAKimg,
.field--name-field-kuvasolu BREAKiframe,
.field--name-field-kuvasolu BREAKimg {
  box-shadow: 0 10px 40px rgba(71, 71, 71, 0.42);
}

.node--type-tuotepaketti .field--name-field-bannerikuva {
  text-align: center;
  padding: 0.5rem 0 2rem 0;
}
.node--type-tuotepaketti .field--name-body {
  max-width: 880px;
  margin: 0 auto;
  padding: 0.5rem 0 2rem 0;
}

.node--type-tuotepaketti {
  margin-top: 3rem;
}

.minheight-175px {
  min-height: 175px;
}

.minheight-265px {
  min-height: 265px;
}

.minheight-285px {
  min-height: 285px;
}

article.profile {
  padding: 5rem 2rem;
}

.region-footer {
  background-color: #9e9d5d;
}
.region-footer .btn-primary {
  background-color: white;
  border-color: white;
  color: #93954f;
}
.region-footer .btn-primary:focus, .region-footer .btn-primary:hover {
  background-color: #93954f;
}

.header-svg-icon {
  width: 30px;
  fill: #555555;
}

/*# sourceMappingURL=style.css.map */
