/*
 Theme Name:     Himmerland
 Author:         PB Web
 Author URI:     https://pbweb.dk
 Version:        1.0.0
*/
/* =Theme customization starts here
------------------------------------------------------- */
/** CRITICAL **/
html, body {
  margin: 0;
  font-display: optional;
}

img {
  max-width: 100%;
  max-height: 100%;
}

* {
  box-sizing: border-box;
}

p:first-child {
  margin-top: 0;
}

p:last-child {
  margin-bottom: 0;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child {
  margin-top: 0;
}

#main-content .wp-block-image, #main-content .wp-block-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lightbox .lb-image {
  border: 0;
}

.grecaptcha-badge {
  display: none !important;
}

@media (max-width: 991px) {
  #main-content .wp-block-image {
    position: relative;
    padding-bottom: 75%;
  }
  #main-content .wp-block-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
#header {
  background: #fff;
  padding-top: 27px;
  padding-bottom: 27px;
  position: relative;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.4);
  z-index: 60;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  transition: padding-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out;
}
.logged-in #header {
  top: 32px;
}
@media (max-width: 782px) {
  .logged-in #header {
    top: 46px;
  }
}
#header > .container, #header > .container-wide, #header > .container-very-narrow, #header > .container-narrow {
  display: grid;
  grid-template-areas: "logo nav actions";
  grid-template-columns: auto 1fr auto;
  align-items: center;
}
#header .header-logo {
  grid-area: logo;
}
#header .header-navigation {
  grid-area: nav;
  align-items: stretch;
}
#header .header-actions {
  grid-area: actions;
}
#header .header-actions .header-action {
  padding: 4px 23px;
  border-left: 1px solid #ccc;
  cursor: pointer;
  line-height: 1;
  text-align: center;
  color: #3C2C1C;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.8rem;
}
#header .header-actions .header-action.lang-switcher .icon, #header .header-actions .header-action.search-form .icon, #header .header-actions .header-action.mobile-book .icon {
  width: 19px;
  height: 19px;
  display: inline-block;
  vertical-align: middle;
}
#header .header-actions .header-action.lang-switcher .icon img, #header .header-actions .header-action.lang-switcher .icon svg, #header .header-actions .header-action.search-form .icon img, #header .header-actions .header-action.search-form .icon svg, #header .header-actions .header-action.mobile-book .icon img, #header .header-actions .header-action.mobile-book .icon svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
#header .header-actions .header-action.lang-switcher .icon img path, #header .header-actions .header-action.lang-switcher .icon svg path, #header .header-actions .header-action.search-form .icon img path, #header .header-actions .header-action.search-form .icon svg path, #header .header-actions .header-action.mobile-book .icon img path, #header .header-actions .header-action.mobile-book .icon svg path {
  stroke: #3C2C1C;
}
#header .header-actions .header-action .action-name {
  color: #3C2C1C;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.1em;
  margin-top: 5px;
}
#header .header-actions .header-action .action-button {
  margin: 0;
  color: #fff;
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
}
#header .header-actions .header-action .action-button .icon {
  margin-right: 10px;
}
#header .header-actions .header-action .action-button span {
  vertical-align: middle;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
#header .header-actions .header-action:last-child {
  border-right: none;
  border-left: none;
  padding: 0;
}
#header .header-actions .header-action.header-book {
  align-self: stretch;
}
@media (max-width: 1299px) {
  #header .header-actions .header-action.header-book {
    display: none;
  }
}
#header .header-actions .mobile-book, #header .header-actions .mobile-menu-toggle {
  display: none;
}
#header #logo a {
  display: block;
}
#header #logo img {
  height: 76px;
  width: 76px;
  transition: all 0.3s ease-in-out;
  display: block;
}
@media (max-width: 1599px) {
  #header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 1299px) {
  #header {
    padding-top: 0;
    padding-bottom: 0;
  }
  #header #logo {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
  }
  #header #logo img {
    height: 54px;
    width: 54px;
  }
  #header > .container, #header > .container-wide, #header > .container-very-narrow, #header > .container-narrow {
    align-items: stretch;
    padding: 0;
    grid-template-areas: "logo actions";
    grid-template-columns: auto 1fr;
    justify-content: space-between;
  }
  #header .header-actions > .container, #header .header-actions > .container-wide, #header .header-actions > .container-very-narrow, #header .header-actions > .container-narrow, #header .header-actions > .container > .row, #header .header-actions > .container-wide > .row, #header .header-actions > .container-very-narrow > .row, #header .header-actions > .container-narrow > .row {
    height: 100%;
    align-items: stretch;
    justify-content: flex-end;
  }
  #header .header-actions .lang-switcher, #header .header-actions .search-form, #header .header-actions .mobile-book {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 7px 0;
  }
  #header .header-actions .mobile-book, #header .header-actions .mobile-menu-toggle {
    display: flex;
  }
  #header .header-actions .mobile-menu-toggle {
    background: #3C2C1C;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #header .header-actions .mobile-menu-toggle .action-name {
    color: #fff;
    margin-top: 0;
  }
}
@media (min-width: 1300px) {
  .scrolled #header {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .scrolled #header #logo img {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 575px) {
  #header .header-actions .lang-switcher, #header .header-actions .search-form {
    display: none !important;
  }
  #header .header-actions .mobile-book {
    border-left: 0 !important;
  }
}

.lang-switcher-container {
  position: absolute;
  top: 100%;
  left: 0;
  width: 150px;
  background: #fff;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.5);
}
.lang-switcher-container.shown {
  display: block !important;
}
.lang-switcher-container > div {
  padding: 0 !important;
}
.lang-switcher-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.lang-switcher-container ul li {
  display: block !important;
  text-align: left;
}
.lang-switcher-container ul li a {
  padding: 15px 15px;
  color: #3C2C1C;
}
.lang-switcher-container ul li.wpml-ls-current-language {
  display: none !important;
}

@media screen and (min-width: 1300px) {
  #primary-nav {
    height: 100%;
    display: flex;
    justify-content: center;
  }
  #primary-nav .close {
    display: none;
  }
  #primary-nav > div {
    height: 100%;
  }
  #primary-nav ul.menu {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 100%;
    align-items: stretch;
  }
  #primary-nav ul.menu a {
    transition: color 0.2s ease-in-out;
    font-weight: 500;
    font-size: 17px;
    text-decoration: none;
  }
  #primary-nav ul.menu a:hover {
    color: #3C2C1C;
  }
  #primary-nav ul.menu li.current-menu-item a {
    color: #3C2C1C;
  }
  #primary-nav ul.menu > li {
    position: relative;
    margin: 0 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 1300px) and (min-width: 1300px) {
  #primary-nav ul.menu > li:after {
    content: "";
    position: absolute;
    top: 100%;
    height: 30px;
    width: 100%;
  }
}
@media screen and (min-width: 1300px) {
  #primary-nav ul.menu > li > a {
    display: block;
    color: #3C2C1C;
    line-height: 1;
    text-align: center;
    padding: 30px 10px;
  }
  #primary-nav ul.menu > li > a .dropdown-trigger {
    margin-left: 10px;
    vertical-align: middle;
    display: inline-block;
  }
  #primary-nav ul.menu > li.cta {
    max-width: 100px;
    height: 100%;
  }
  #primary-nav ul.menu > li.cta > a {
    position: relative;
    background: #3C2C1C;
    height: 100%;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 500;
  }
  #primary-nav ul.menu > li.cta > a:hover {
    color: #fff;
  }
  #primary-nav ul.menu > li:last-child {
    margin-right: 0;
  }
  #primary-nav ul.menu > li ul.sub-menu {
    display: none;
    background: #fff;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 200px;
    z-index: 10;
  }
  #primary-nav ul.menu > li ul.sub-menu li {
    display: block;
    border-bottom: 1px solid #E7E3DC;
    position: relative;
  }
  #primary-nav ul.menu > li ul.sub-menu li:last-child {
    border: none;
  }
  #primary-nav ul.menu > li ul.sub-menu li a {
    display: block;
    padding: 10px;
    color: #3C2C1C;
    font-size: 0.85rem;
  }
  #primary-nav ul.menu > li > ul {
    position: absolute;
    top: 100%;
  }
  #primary-nav ul.menu > li > ul > li .dropdown-trigger {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    font-size: 1.2rem;
  }
  #primary-nav ul.menu > li > ul > li > ul {
    position: absolute;
    left: 100%;
    top: 0;
    border-left: 2px solid #3C2C1C;
  }
  #primary-nav ul.menu li:hover > ul, #primary-nav ul.menu li:focus-within > ul {
    display: block;
  }
}
@media screen and (min-width: 1300px) {
  #primary-nav {
    display: flex !important;
  }
  #primary-nav ul.menu > li > ul.sub-menu {
    display: none !important;
  }
}
@media screen and (max-width: 1299px) {
  #primary-nav {
    display: none !important;
  }
}
@media screen and (min-width: 1300px) {
  #mobile-menu {
    display: none !important;
  }
}
@media screen and (max-width: 1299px) {
  #mobile-menu {
    position: fixed;
    left: 100%;
    top: 0;
    height: 100%;
    width: 100%;
    max-width: 580px;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out, opacity 0.3s ease-in-out;
    background: #F8F6F3;
    opacity: 0;
    z-index: 10000000;
    overflow-y: auto;
    overscroll-behavior: contain;
  }
  .admin-bar #mobile-menu {
    top: 32px;
  }
  #mobile-menu ul.menu {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  #mobile-menu ul.menu li {
    display: block;
    margin-bottom: 15px;
    position: relative;
  }
  #mobile-menu ul.menu li a {
    color: #3C2C1C;
    font-weight: 500;
    font-size: 17px;
    line-height: 23px;
    padding: 10px 0 10px 15px;
    display: block;
    text-decoration: none;
    position: relative;
    margin-right: 40px;
  }
  #mobile-menu ul.menu li .dropdown-trigger {
    display: inline-block;
    margin-left: 10px;
    width: 40px;
    height: 40px;
    transition: transform 0.2s ease-in-out;
    position: absolute;
    top: 0px;
    right: 0;
    /*transform: translateY(-50%);*/
    cursor: pointer;
    background: url("/wp-content/themes/himmerland/img/icons/plus.svg?v=1.1") no-repeat center center/20px auto;
  }
  #mobile-menu ul.menu li.active > .dropdown-trigger {
    background-image: url("/wp-content/themes/himmerland/img/icons/minus.svg?v=1.1");
  }
  #mobile-menu ul.menu li ul {
    display: none;
  }
  #mobile-menu ul.menu li.current-menu-item > a, #mobile-menu ul.menu li.current-menu-ancestor > a {
    color: #C78F76;
  }
  #mobile-menu ul.menu li.current-menu-item > ul, #mobile-menu ul.menu li.current-menu-ancestor > ul {
    display: block;
  }
  #mobile-menu ul.menu li:last-child {
    margin-bottom: 0;
  }
  #mobile-menu ul.menu > li > a {
    font-weight: 500;
  }
  #mobile-menu ul.menu > li {
    padding-left: 28px;
  }
  #mobile-menu ul.menu > li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 15px;
    width: 28px;
    height: 14px;
    background: url("/wp-content/themes/himmerland/img/icons/arrow-right-highlight-new.svg?v=1.1") no-repeat center center/contain;
  }
  #mobile-menu .buttons > div {
    margin-right: 0 !important;
    text-align: left;
    display: block;
    padding: 15px 20px;
  }
  #mobile-menu .lang-switcher {
    position: relative;
  }
  #mobile-menu .lang-switcher .btn-white {
    margin-right: 0;
  }
  #mobile-menu .lang-switcher .lang-switcher-container {
    width: 100%;
  }
  .menu-shown #mobile-menu {
    transform: translateX(-100%);
    box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.4);
    opacity: 1;
  }
  .menu-content {
    background: #fff;
    padding: 35px 15px 35px 33px;
  }
  .contact {
    background: #F8F6F3;
    padding: 35px 33px;
  }
  .contact .booking-menu-toggle {
    margin-top: 0;
  }
}
.menu-title {
  font-family: "Exo", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 31px;
  line-height: 42px;
  letter-spacing: 0.02em;
  color: #5E2B1E;
  margin-bottom: 50px;
}

.sub-menu-title {
  color: #3C2C1C;
  margin-bottom: 10px;
  margin-top: 24px;
  font-weight: 500;
  font-size: 13px;
  line-height: 27px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.close-menu {
  position: absolute;
  top: 0;
  right: 0;
  width: 64px;
  height: 64px;
  background: #3C2C1C;
  color: #fff;
  text-align: center;
  padding: 10px;
  cursor: pointer;
  font-size: 11px;
  line-height: 13px;
  font-weight: 500;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-transform: uppercase;
}

.menu-shown, .search-menu-shown, .booking-menu-shown, .room-popup-shown {
  overflow: hidden;
}
.menu-shown #hl-overlay, .search-menu-shown #hl-overlay, .booking-menu-shown #hl-overlay, .room-popup-shown #hl-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(95, 43, 30, 0.5);
  opacity: 1;
  z-index: 100;
  backdrop-filter: blur(2px);
}

#main-content {
  margin: 0 auto;
}

.container, .container-wide, .container-very-narrow, .container-narrow {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}

.container-narrow {
  max-width: 1000px;
}

.container-very-narrow {
  max-width: 770px;
}

.container-wide {
  max-width: 1800px;
}

.container-fluid {
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  margin-left: -20px;
  margin-right: -20px;
}
.row.wp-block-columns {
  margin-bottom: 0;
}
.row > .wp-block-column {
  margin-left: 0 !important;
}
.row > * {
  flex: 0 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  position: relative;
  min-height: 1px;
  box-sizing: border-box;
}
.row.align-center {
  align-items: center;
}
.row.align-end {
  align-items: flex-end;
}
.row.justify-content-start {
  justify-content: flex-start;
}
.row.justify-content-end {
  justify-content: flex-end;
}
.row.justify-content-center {
  justify-content: center;
}
.row.justify-content-between {
  justify-content: space-between;
}
.row.justify-content-around {
  justify-content: space-around;
}
.row .order-0 {
  order: 0;
}
.row .order-1 {
  order: 1;
}
.row .order-2 {
  order: 2;
}
.row .order-3 {
  order: 3;
}
.row .order-4 {
  order: 4;
}
.row .order-5 {
  order: 5;
}
.row .order-6 {
  order: 6;
}
.row .order-7 {
  order: 7;
}
.row .order-8 {
  order: 8;
}
.row .order-9 {
  order: 9;
}
.row .order-10 {
  order: 10;
}
.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}
.row.no-gutter > * {
  padding-left: 0;
  padding-right: 0;
}
.row.gutter-10 {
  margin-left: -10px;
  margin-right: -10px;
}
.row.gutter-10 > * {
  padding-left: 10px;
  padding-right: 10px;
}
.row.gutter-5 {
  margin-left: -5px;
  margin-right: -5px;
}
.row.gutter-5 > * {
  padding-left: 5px;
  padding-right: 5px;
}

.col-1 {
  flex: 0 0 auto;
  max-width: 8.3333333333%;
  flex-basis: 8.3333333333% !important;
}

.col-2 {
  flex: 0 0 auto;
  max-width: 16.6666666667%;
  flex-basis: 16.6666666667% !important;
}

.col-3 {
  flex: 0 0 auto;
  max-width: 25%;
  flex-basis: 25% !important;
}

.col-4 {
  flex: 0 0 auto;
  max-width: 33.3333333333%;
  flex-basis: 33.3333333333% !important;
}

.col-5 {
  flex: 0 0 auto;
  max-width: 41.6666666667%;
  flex-basis: 41.6666666667% !important;
}

.col-6 {
  flex: 0 0 auto;
  max-width: 50%;
  flex-basis: 50% !important;
}

.col-7 {
  flex: 0 0 auto;
  max-width: 58.3333333333%;
  flex-basis: 58.3333333333% !important;
}

.col-8 {
  flex: 0 0 auto;
  max-width: 66.6666666667%;
  flex-basis: 66.6666666667% !important;
}

.col-9 {
  flex: 0 0 auto;
  max-width: 75%;
  flex-basis: 75% !important;
}

.col-10 {
  flex: 0 0 auto;
  max-width: 83.3333333333%;
  flex-basis: 83.3333333333% !important;
}

.col-11 {
  flex: 0 0 auto;
  max-width: 91.6666666667%;
  flex-basis: 91.6666666667% !important;
}

.col-12 {
  flex: 0 0 auto;
  max-width: 100%;
  flex-basis: 100% !important;
}

.col-fifth {
  flex: 0 0 auto;
  max-width: 20%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

@media (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 auto;
    max-width: 8.3333333333%;
    flex-basis: 8.3333333333% !important;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    max-width: 16.6666666667%;
    flex-basis: 16.6666666667% !important;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    max-width: 25%;
    flex-basis: 25% !important;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    max-width: 33.3333333333%;
    flex-basis: 33.3333333333% !important;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    max-width: 41.6666666667%;
    flex-basis: 41.6666666667% !important;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    max-width: 50%;
    flex-basis: 50% !important;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    max-width: 58.3333333333%;
    flex-basis: 58.3333333333% !important;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    max-width: 66.6666666667%;
    flex-basis: 66.6666666667% !important;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    max-width: 75%;
    flex-basis: 75% !important;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    max-width: 83.3333333333%;
    flex-basis: 83.3333333333% !important;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    max-width: 91.6666666667%;
    flex-basis: 91.6666666667% !important;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    max-width: 100%;
    flex-basis: 100% !important;
  }
  .col-sm-fifth {
    flex: 0 0 auto;
    max-width: 20%;
    flex-basis: 20%;
  }
}
@media (max-width: 767px) {
  .hide-on-mobile {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column, .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:only-child) {
    flex-basis: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .wp-block-columns.is-not-stacked-on-mobile {
    flex-wrap: wrap !important;
  }
}
@media (min-width: 768px) and (max-width: 1399px) {
  .hide-on-tablet {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 auto;
    max-width: 8.3333333333%;
    flex-basis: 8.3333333333% !important;
  }
  .col-md-2 {
    flex: 0 0 auto;
    max-width: 16.6666666667%;
    flex-basis: 16.6666666667% !important;
  }
  .col-md-3 {
    flex: 0 0 auto;
    max-width: 25%;
    flex-basis: 25% !important;
  }
  .col-md-4 {
    flex: 0 0 auto;
    max-width: 33.3333333333%;
    flex-basis: 33.3333333333% !important;
  }
  .col-md-5 {
    flex: 0 0 auto;
    max-width: 41.6666666667%;
    flex-basis: 41.6666666667% !important;
  }
  .col-md-6 {
    flex: 0 0 auto;
    max-width: 50%;
    flex-basis: 50% !important;
  }
  .col-md-7 {
    flex: 0 0 auto;
    max-width: 58.3333333333%;
    flex-basis: 58.3333333333% !important;
  }
  .col-md-8 {
    flex: 0 0 auto;
    max-width: 66.6666666667%;
    flex-basis: 66.6666666667% !important;
  }
  .col-md-9 {
    flex: 0 0 auto;
    max-width: 75%;
    flex-basis: 75% !important;
  }
  .col-md-10 {
    flex: 0 0 auto;
    max-width: 83.3333333333%;
    flex-basis: 83.3333333333% !important;
  }
  .col-md-11 {
    flex: 0 0 auto;
    max-width: 91.6666666667%;
    flex-basis: 91.6666666667% !important;
  }
  .col-md-12 {
    flex: 0 0 auto;
    max-width: 100%;
    flex-basis: 100% !important;
  }
  .col-md-fifth {
    flex: 0 0 auto;
    max-width: 20%;
    flex-basis: 20% !important;
  }
}
@media (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 auto;
    max-width: 8.3333333333%;
    flex-basis: 8.3333333333% !important;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    max-width: 16.6666666667%;
    flex-basis: 16.6666666667% !important;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    max-width: 25%;
    flex-basis: 25% !important;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    max-width: 33.3333333333%;
    flex-basis: 33.3333333333% !important;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    max-width: 41.6666666667%;
    flex-basis: 41.6666666667% !important;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    max-width: 50%;
    flex-basis: 50% !important;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    max-width: 58.3333333333%;
    flex-basis: 58.3333333333% !important;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    max-width: 66.6666666667%;
    flex-basis: 66.6666666667% !important;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    max-width: 75%;
    flex-basis: 75% !important;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    max-width: 83.3333333333%;
    flex-basis: 83.3333333333% !important;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    max-width: 91.6666666667%;
    flex-basis: 91.6666666667% !important;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    max-width: 100%;
    flex-basis: 100% !important;
  }
  .col-lg-fifth {
    flex: 0 0 auto;
    max-width: 20%;
    flex-basis: 20% !important;
  }
}
@media (min-width: 1200px) {
  .hide-on-desktop {
    display: none !important;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    max-width: 8.3333333333%;
    flex-basis: 8.3333333333% !important;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    max-width: 16.6666666667%;
    flex-basis: 16.6666666667% !important;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    max-width: 25%;
    flex-basis: 25% !important;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    max-width: 33.3333333333%;
    flex-basis: 33.3333333333% !important;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    max-width: 41.6666666667%;
    flex-basis: 41.6666666667% !important;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    max-width: 50%;
    flex-basis: 50% !important;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    max-width: 58.3333333333%;
    flex-basis: 58.3333333333% !important;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    max-width: 66.6666666667%;
    flex-basis: 66.6666666667% !important;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    max-width: 75%;
    flex-basis: 75% !important;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    max-width: 83.3333333333%;
    flex-basis: 83.3333333333% !important;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    max-width: 91.6666666667%;
    flex-basis: 91.6666666667% !important;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    max-width: 100%;
    flex-basis: 100% !important;
  }
  .col-xl-fifth {
    flex: 0 0 auto;
    max-width: 20%;
    flex-basis: 20% !important;
  }
}
@media (min-width: 1400px) {
  .col-xxl-1 {
    flex: 0 0 auto;
    max-width: 8.3333333333%;
    flex-basis: 8.3333333333% !important;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    max-width: 16.6666666667%;
    flex-basis: 16.6666666667% !important;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    max-width: 25%;
    flex-basis: 25% !important;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    max-width: 33.3333333333%;
    flex-basis: 33.3333333333% !important;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    max-width: 41.6666666667%;
    flex-basis: 41.6666666667% !important;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    max-width: 50%;
    flex-basis: 50% !important;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    max-width: 58.3333333333%;
    flex-basis: 58.3333333333% !important;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    max-width: 66.6666666667%;
    flex-basis: 66.6666666667% !important;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    max-width: 75%;
    flex-basis: 75% !important;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    max-width: 83.3333333333%;
    flex-basis: 83.3333333333% !important;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    max-width: 91.6666666667%;
    flex-basis: 91.6666666667% !important;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    max-width: 100%;
    flex-basis: 100% !important;
  }
  .col-xxl-fifth {
    flex: 0 0 auto;
    max-width: 20%;
    flex-basis: 20% !important;
  }
}
.section-hero {
  position: relative;
}
.section-hero .background-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.section-hero .background-container img, .section-hero .background-container video, .section-hero .background-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-hero .background-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  width: 100%;
  height: 100%;
}
.section-hero .hero-content {
  position: relative;
  z-index: 1;
  padding: 0 5vw;
}
.section-hero .hero-content > .row {
  min-height: 80vh;
  padding: 80px 0;
}
.section-hero .hero-content > .row.justify-content-center {
  text-align: center;
}
.section-hero .hero-content > .row.justify-content-center p, .section-hero .hero-content > .row.justify-content-center h1, .section-hero .hero-content > .row.justify-content-center h2, .section-hero .hero-content > .row.justify-content-center h3 {
  margin-left: auto;
  margin-right: auto;
}
.section-hero .hero-content > .row.justify-content-end {
  text-align: right;
}
.section-hero .hero-content > .row.justify-content-end h1, .section-hero .hero-content > .row.justify-content-end h2, .section-hero .hero-content > .row.justify-content-end h3 {
  max-width: 725px;
}
.section-hero .hero-content > .row.justify-content-start {
  text-align: left;
}
.section-hero .hero-content > .row.justify-content-start h1, .section-hero .hero-content > .row.justify-content-start h2, .section-hero .hero-content > .row.justify-content-start h3 {
  max-width: 725px;
}
.section-hero .hero-content p {
  max-width: 600px;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 27px;
}
.section-hero .hero-content .hero-btn {
  padding: 20px 50px;
}
.section-hero .hero-content-inner.textoverlay-half.color-brown {
  background: rgba(60, 44, 28, 0.5);
  padding: 30px;
}
.section-hero .hero-content-inner.textoverlay-half.color-blue {
  background: rgba(45, 122, 175, 0.5);
  padding: 30px;
}
.section-hero .hero-content-inner.textoverlay-medium.color-brown {
  background: rgba(60, 44, 28, 0.7);
  padding: 30px;
}
.section-hero .hero-content-inner.textoverlay-medium.color-blue {
  background: rgba(45, 122, 175, 0.7);
  padding: 30px;
}
.section-hero .hero-content-inner.textoverlay-strong.color-brown {
  background: rgba(60, 44, 28, 0.9);
  padding: 30px;
}
.section-hero .hero-content-inner.textoverlay-strong.color-blue {
  background: rgba(45, 122, 175, 0.9);
  padding: 30px;
}
.section-hero .h5 {
  color: #fff;
  text-transform: none;
}
.section-hero.color-blue {
  color: #fff;
}
.section-hero.color-blue .background-container::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #2D7AAF;
  opacity: 0.7;
}
.section-hero.color-blue .h5 {
  color: #fff;
}
.section-hero.color-brown {
  color: #fff;
}
.section-hero.color-brown .background-container::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #3C2C1C;
  opacity: 0.1;
}
.section-hero.color-brown h5, .section-hero.color-brown .h5 {
  color: #ffffff;
}
.section-hero.overlay-strong .background-container::after {
  opacity: 0.9;
}
.section-hero.overlay-medium .background-container::after {
  opacity: 0.7;
}
.section-hero.overlay-half .background-container::after {
  opacity: 0.5;
}
.section-hero.overlay-off .background-container::after {
  display: none;
}

.popup-wrap {
  display: none;
  position: fixed;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
}
.popup-wrap.active {
  display: flex;
}
.popup-wrap .close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  width: auto !important;
}
.popup-wrap .popupform {
  background: #2D7AAF;
  padding: 40px;
  display: flex;
  align-items: flex-start;
  color: #ffffff;
  gap: 20px;
  position: relative;
}
@media (min-width: 992px) {
  .popup-wrap .popupform {
    padding: 80px;
  }
}
.popup-wrap .popupform > div {
  width: calc(50% - 10px);
}
.popup-wrap .text h2 {
  font-size: 42px;
}
.popup-wrap .text .wpcf7-not-valid-tip {
  color: #ffffff;
  font-size: 0.8rem;
}
.popup-wrap .wpcf7 input[type=text], .popup-wrap .wpcf7 input[type=password], .popup-wrap .wpcf7 input[type=tel], .popup-wrap .wpcf7 input[type=date], .popup-wrap .wpcf7 input[type=number], .popup-wrap .wpcf7 input[type=email], .popup-wrap .wpcf7 textarea, .popup-wrap #loginform input[type=text], .popup-wrap #loginform input[type=password], .popup-wrap #loginform input[type=tel], .popup-wrap #loginform input[type=date], .popup-wrap #loginform input[type=number], .popup-wrap #loginform input[type=email], .popup-wrap #loginform textarea {
  max-width: 100%;
}
.popup-wrap .wpcf7 .wpcf7-submit {
  background: #000000;
}

.section-hero-ophold {
  position: relative;
  min-height: 90vh;
  padding: 80px 0;
  padding-top: 40px;
}
.section-hero-ophold + .has-white-background-color, .section-hero-ophold + .section-media-text.background-default, .section-hero-ophold + .section-media-text.has-white-background-color {
  padding-top: 0;
}
.section-hero-ophold > .container, .section-hero-ophold > .container-narrow, .section-hero-ophold > .container-very-narrow, .section-hero-ophold > .container-wide {
  position: relative;
}
.section-hero-ophold .text {
  padding-top: 80px;
  padding-bottom: 0px;
}
.section-hero-ophold .text h1 {
  width: 50%;
  position: relative;
  z-index: 3;
}
.section-hero-ophold .text h2, .section-hero-ophold .text h3, .section-hero-ophold .text h4 {
  width: 40%;
  padding-right: 50px;
}
.section-hero-ophold .text p {
  width: 40%;
  opacity: 0.8;
  font-size: 18px;
  line-height: 27px;
  font-weight: 300;
  padding-right: 50px;
}
.section-hero-ophold .text .buttons {
  margin-top: 40px;
}
.section-hero-ophold .text a {
  width: 40%;
  color: #3C2C1C;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 25px;
}
.section-hero-ophold .text a:last-child {
  margin-bottom: 0;
}
.section-hero-ophold .text a .circle-arrow {
  margin-right: 15px;
}
.section-hero-ophold .text a span:nth-child(2) {
  transition: padding-left 0.3s ease-in-out;
}
.section-hero-ophold .text a:hover span:nth-child(2) {
  padding-left: 20px;
}
.section-hero-ophold .hero-ophold-slider-wrapper {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  width: 60%;
  height: calc(90vh - 80px);
  padding-right: 70px;
  overflow: hidden;
}
.section-hero-ophold .hero-ophold-slider-wrapper:after {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  left: 0px;
  top: 0px;
  background: #F4F2EE;
  opacity: 0.8;
  filter: blur(154px);
  border-radius: 50%;
  transform: translate(-35%, -10%);
  z-index: 1;
  pointer-events: none;
}
.section-hero-ophold .booking-price-container {
  position: absolute;
  background: #3C2C1C;
  bottom: 40px;
  right: 0px;
  padding: 35px 75px 35px 45px;
  color: #fff;
}
.section-hero-ophold .booking-price-container .price {
  font-size: 3.3125rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.section-hero-ophold .booking-price-container .price-text {
  margin-top: 10px;
  font-size: 1.1875rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-transform: uppercase;
}
.section-hero-ophold .hero-ophold-slider {
  width: 100%;
  height: 100%;
}
.section-hero-ophold .hero-ophold-slider .slick-list, .section-hero-ophold .hero-ophold-slider .slick-track, .section-hero-ophold .hero-ophold-slider .slick-slide {
  height: inherit;
}
.section-hero-ophold .hero-ophold-slider .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
}
.section-hero-ophold .hero-ophold-slider .slide:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgb(60, 44, 28) 0%, rgba(60, 44, 28, 0) 100%);
  opacity: 0.6;
  transform: rotate(-180deg);
}
.section-hero-ophold .dots-container {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0px 20px 0 0;
  align-items: center;
  font-size: 13px;
}
.section-hero-ophold .dots-container .dots {
  padding: 10px 0px;
}
.section-hero-ophold .dots-container .dots li {
  margin: 0;
  display: block;
}
.section-hero-ophold .dots-container .dots li button:before {
  content: "";
  width: 2px;
  height: 22px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.section-hero-ophold .dots-container .dots li:not(.section-hero-ophold .dots-container .dots li.slick-active ~ li) button:before {
  background-color: #3C2C1C;
}
.section-hero-ophold .dots-container > div {
  flex: auto;
}
@media (max-width: 1299px) {
  .section-hero-ophold .hero-ophold-slider-wrapper {
    padding-right: 0;
  }
}
@media (min-width: 1400px) {
  .section-hero-ophold {
    min-height: 80vh;
  }
  .section-hero-ophold .hero-ophold-slider-wrapper {
    height: calc(80vh - 80px);
  }
}
@media (max-width: 1599px) {
  .section-hero-ophold .text {
    padding-top: 80px;
  }
  .section-hero-ophold .text h1 {
    font-size: 2.5rem;
  }
  .section-hero-ophold .booking-price-container .price {
    font-size: 2.5rem;
  }
}
@media (max-width: 1399px) {
  .section-hero-ophold .text {
    padding-top: 80px;
  }
}
@media (max-width: 1199px) {
  .section-hero-ophold {
    min-height: 0;
    padding: 0;
  }
  .section-hero-ophold:before {
    width: 100%;
  }
  .section-hero-ophold > .container, .section-hero-ophold > .container-narrow, .section-hero-ophold > .container-very-narrow, .section-hero-ophold > .container-wide {
    padding: 0;
    max-width: none;
  }
  .section-hero-ophold .hero-ophold-slider-wrapper {
    position: relative;
    top: 0;
    left: 0;
    height: 60vw;
    width: 100%;
    padding-right: 50px;
    background: #F8F6F3;
  }
  .section-hero-ophold .hero-ophold-slider-wrapper:after {
    display: none;
  }
  .section-hero-ophold .text {
    position: relative;
    z-index: 3;
    padding: 40px 50px 40px 15px;
  }
  .section-hero-ophold .text h1, .section-hero-ophold .text h2, .section-hero-ophold .text h3, .section-hero-ophold .text h4, .section-hero-ophold .text h5, .section-hero-ophold .text a, .section-hero-ophold .text p {
    width: auto;
  }
  .section-hero-ophold .text h5 {
    display: none;
  }
  .section-hero-ophold .dots-container {
    padding: 15px 14px 15px 0;
  }
  .section-hero-ophold .dots-container .dots {
    padding: 5px 0;
  }
}
@media (max-width: 991px) {
  .section-hero-ophold .text p {
    padding-right: 15px;
  }
  .section-hero-ophold .booking-price-container {
    padding: 30px 45px 30px 30px;
  }
  .section-hero-ophold .booking-price-container .price {
    font-size: 2rem;
  }
  .section-hero-ophold .booking-price-container .price-text {
    font-size: 1rem;
  }
}
@media (max-width: 575px) {
  .section-hero-ophold .dots-container {
    display: none;
  }
  .section-hero-ophold .hero-ophold-slider-wrapper {
    padding-right: 0;
  }
  .section-hero-ophold .booking-price-container {
    bottom: 0px;
    padding: 25px;
  }
  .section-hero-ophold .text h1 {
    font-size: 1.6825rem;
  }
  .section-hero-ophold .text p {
    font-size: 16px;
    line-height: 22px;
  }
}

.section-hero-contact {
  position: relative;
  min-height: 90vh;
  padding: 150px 0;
  padding-top: 40px;
  background: rgba(240, 237, 231, 0.5);
}
.section-hero-contact:before {
  content: "";
  width: 63%;
  background: #3C2C1C;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 0;
}
.section-hero-contact > .container, .section-hero-contact > .container-narrow, .section-hero-contact > .container-very-narrow, .section-hero-contact > .container-wide {
  position: relative;
}
.section-hero-contact .text {
  padding-top: 150px;
  padding-bottom: 150px;
  color: #fff;
}
.section-hero-contact .text h1, .section-hero-contact .text h2, .section-hero-contact .text h3, .section-hero-contact .text h4, .section-hero-contact .text h5 {
  position: relative;
  z-index: 3;
}
.section-hero-contact .text p {
  opacity: 0.8;
  font-size: 18px;
  line-height: 27px;
  font-weight: 300;
  padding-right: 15px;
}
.section-hero-contact .text .buttons {
  margin-top: 40px;
}
.section-hero-contact .hero-contact-links-wrapper {
  color: #1D1D1B;
}
.section-hero-contact .hero-contact-links-wrapper .inner {
  background: #fff;
  padding: 70px 100px;
}
.section-hero-contact .hero-contact-links {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
}
.section-hero-contact .hero-contact-links li {
  display: flex;
  align-items: center;
  margin: 5px 0;
  flex-basis: 50%;
  max-width: 50%;
}
.section-hero-contact .hero-contact-links li:before {
  content: "";
  top: 0;
  left: 0;
  width: 27px;
  height: 13px;
  flex-basis: 27px;
  background-image: url(img/icons/arrow-right-highlight-new.svg?v=1.1);
  background-repeat: no-repeat;
  background-size: contain;
}
.section-hero-contact .hero-contact-links li a {
  padding-left: 20px;
  color: #1D1D1B;
  transition: color 0.3s ease-in-out;
  font-size: 18px;
  font-weight: 500;
}
.section-hero-contact .hero-contact-links li a:hover {
  color: #C78F76;
}
@media (min-width: 1400px) {
  .section-hero-contact {
    min-height: 80vh;
  }
}
@media (max-width: 1399px) {
  .section-hero-contact .text {
    padding-top: 80px;
  }
}
@media (max-width: 1199px) {
  .section-hero-contact {
    min-height: 0;
    padding: 0;
  }
  .section-hero-contact:before {
    width: 100%;
  }
  .section-hero-contact > .container, .section-hero-contact > .container-narrow, .section-hero-contact > .container-very-narrow, .section-hero-contact > .container-wide {
    max-width: none;
  }
  .section-hero-contact .text {
    position: relative;
    z-index: 3;
    padding: 40px 50px 40px 15px;
  }
  .section-hero-contact .text h1, .section-hero-contact .text h2, .section-hero-contact .text h3, .section-hero-contact .text h4, .section-hero-contact .text h5, .section-hero-contact .text a, .section-hero-contact .text p {
    width: auto;
  }
}
@media (max-width: 991px) {
  .section-hero-contact .hero-contact-links-wrapper {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .section-hero-contact .hero-contact-links-wrapper .inner {
    padding: 40px 40px;
  }
}
@media (max-width: 575px) {
  .section-hero-contact .hero-contact-links-wrapper .inner {
    padding: 30px 30px;
  }
  .section-hero-contact .hero-contact-links li {
    flex-basis: 100%;
    max-width: 100%;
  }
  .section-hero-contact .text h1 {
    font-size: 1.6825rem;
  }
  .section-hero-contact .text p {
    font-size: 16px;
    line-height: 22px;
  }
}

.section-frontpage-slider {
  background: rgba(240, 237, 231, 0.5);
  position: relative;
  min-height: 100vh;
}
.section-frontpage-slider:before {
  content: "";
  width: 63%;
  background: #3C2C1C;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 0;
}
.section-frontpage-slider > .container, .section-frontpage-slider > .container-narrow, .section-frontpage-slider > .container-very-narrow, .section-frontpage-slider > .container-wide {
  position: relative;
}
.section-frontpage-slider .text {
  color: #fff;
  padding: 150px 0;
}
.section-frontpage-slider .text h1, .section-frontpage-slider .text h2, .section-frontpage-slider .text h3, .section-frontpage-slider .text h4, .section-frontpage-slider .text h5 {
  width: 60%;
  position: relative;
  z-index: 3;
}
.section-frontpage-slider .text h5 {
  color: #ffffff;
}
.section-frontpage-slider .text p {
  width: 40%;
  opacity: 0.8;
  font-size: 18px;
  line-height: 27px;
  font-weight: 300;
  padding-right: 15px;
}
.section-frontpage-slider .text .buttons {
  margin-top: 40px;
}
.section-frontpage-slider .text a {
  width: 40%;
  color: inherit;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 25px;
}
.section-frontpage-slider .text a:last-child {
  margin-bottom: 0;
}
.section-frontpage-slider .text a span:nth-child(1) {
  margin-right: 15px;
}
.section-frontpage-slider .text a span:nth-child(2) {
  transition: padding-left 0.3s ease-in-out;
}
.section-frontpage-slider .text a:hover span:nth-child(2) {
  padding-left: 20px;
}
.section-frontpage-slider .frontpage-slider-wrapper {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  width: 60%;
  height: calc(100vh - 80px);
  padding-right: 20px;
}
.section-frontpage-slider .frontpage-slider {
  width: 100%;
  height: 100%;
}
.section-frontpage-slider .frontpage-slider .slick-list, .section-frontpage-slider .frontpage-slider .slick-track, .section-frontpage-slider .frontpage-slider .slick-slide {
  height: inherit;
}
.section-frontpage-slider .frontpage-slider .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
}
.section-frontpage-slider .frontpage-slider .slide:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgb(60, 44, 28) 0%, rgba(60, 44, 28, 0) 100%);
  opacity: 0.6;
  transform: rotate(-180deg);
}
.section-frontpage-slider .dots-container {
  position: absolute;
  top: 100%;
  right: 0;
  padding: 30px 20px 0 0;
  display: flex;
  align-items: center;
  font-size: 13px;
}
.section-frontpage-slider .dots-container .dots {
  padding: 0 10px;
}
.section-frontpage-slider .dots-container .dots li {
  margin: 0;
}
.section-frontpage-slider .dots-container .dots li:not(.section-frontpage-slider .dots-container .dots li.slick-active ~ li) button:before {
  background-color: #3C2C1C;
}
.section-frontpage-slider .dots-container > div {
  flex: auto;
}
@media (max-width: 1599px) {
  .section-frontpage-slider .text {
    padding: 100px 0;
  }
  .section-frontpage-slider .text h1 {
    font-size: 2.5rem;
  }
  .section-frontpage-slider .text p {
    font-size: 16px;
  }
}
@media (max-width: 1299px) {
  .section-frontpage-slider .frontpage-slider-wrapper {
    padding-right: 0;
  }
}
@media (max-width: 1199px) {
  .section-frontpage-slider {
    min-height: 0;
    background: #3C2C1C;
  }
  .section-frontpage-slider:before {
    width: 100%;
  }
  .section-frontpage-slider > .container, .section-frontpage-slider > .container-narrow, .section-frontpage-slider > .container-very-narrow, .section-frontpage-slider > .container-wide {
    padding: 0;
    max-width: none;
  }
  .section-frontpage-slider .frontpage-slider-wrapper {
    position: relative;
    top: 0;
    left: 0;
    height: 60vw;
    width: 100%;
    padding-right: 50px;
    background: #F8F6F3;
  }
  .section-frontpage-slider .text {
    position: relative;
    z-index: 3;
    margin-top: -10vw;
    padding: 0 50px 40px 15px;
  }
  .section-frontpage-slider .text h1, .section-frontpage-slider .text h2, .section-frontpage-slider .text h3, .section-frontpage-slider .text h4, .section-frontpage-slider .text h5, .section-frontpage-slider .text a, .section-frontpage-slider .text p {
    width: auto;
  }
  .section-frontpage-slider .text h5 {
    display: none;
  }
  .section-frontpage-slider .dots-container {
    top: auto;
    bottom: 0;
    right: 0;
    flex-direction: column;
    justify-content: center;
    padding: 0 14px 15px 0;
  }
  .section-frontpage-slider .dots-container .dots {
    padding: 5px 0;
  }
  .section-frontpage-slider .dots-container .dots li {
    display: block;
  }
  .section-frontpage-slider .dots-container .dots li button:before {
    width: 2px;
    height: 22px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 991px) {
  .section-frontpage-slider .text {
    margin-top: -15vw;
  }
}
@media (max-width: 575px) {
  .section-frontpage-slider .text {
    margin-top: -30vw;
  }
  .section-frontpage-slider .text h1 {
    font-size: 1.6825rem;
  }
  .section-frontpage-slider .text p {
    font-size: 16px;
    line-height: 22px;
  }
}

/** CRITICAL END **/
