@charset "UTF-8";
.btn, .btn-outline, .btn-white, .btn-secondary, .btn-primary-2, .btn-primary, .btn-highlight {
  display: inline-block;
  padding: 10px 20px;
  text-decoration: none;
  margin: 10px 10px 10px 0;
  border-radius: 0;
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
  min-width: 150px;
  text-align: center;
  border: 1px solid #3C2C1C;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.1em;
  cursor: pointer;
  font-size: 15px;
  line-height: 1;
}

.btn-sm {
  padding: 10px 35px;
}

.btn-md {
  padding: 15px 70px;
}

.btn-lg {
  padding: 20px 100px;
  font-size: 16px;
}

.btn-icon {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 15px;
}
.btn-icon > span {
  display: inline-block;
  line-height: 1;
}
.btn-icon > span:first-child {
  margin-right: 8px;
}

.wp-block-buttons .wp-block-button__link {
  border-radius: 0 !important;
}

.btn-highlight {
  background-color: #3C2C1C;
  border-color: #3C2C1C;
  color: #fff;
}
.btn-highlight:hover {
  text-decoration: none;
  color: #fff;
  opacity: 0.8;
}

.btn-primary {
  background-color: #3C2C1C;
  border-color: #3C2C1C;
  color: #fff;
}
.btn-primary:hover {
  text-decoration: none;
  color: #fff;
  opacity: 0.8;
}

.btn-primary-2 {
  background-color: #2D7AAF;
  border-color: #2D7AAF;
  color: #fff;
}
.btn-primary-2:hover {
  text-decoration: none;
  color: #fff;
  opacity: 0.8;
}

.btn-secondary {
  background-color: #E7E3DC;
  border-color: #E7E3DC;
  color: #3C2C1C;
}
.btn-secondary:hover {
  text-decoration: none;
  background: #3C2C1C;
  border-color: #3C2C1C;
  color: #fff;
}

.btn-white {
  background-color: #fff;
  border-color: #fff;
  color: #3C2C1C;
}
.btn-white:not(.no-hover):hover {
  text-decoration: none;
  color: #fff;
  background-color: #3C2C1C;
  border-color: #3C2C1C;
}
.has-white-color .btn-white {
  color: #3C2C1C;
}
.has-white-color .btn-white:hover {
  background-color: #3C2C1C;
  border-color: #fff;
  color: #fff;
}
.color-blue .btn-white, .has-light-blue-background-color .btn-white {
  color: #2D7AAF;
}
.color-blue .btn-white:hover, .has-light-blue-background-color .btn-white:hover {
  background-color: #2D7AAF;
  border-color: #2D7AAF;
  color: #fff;
}

.btn-block {
  display: block;
  margin-right: 0;
}

.btn-outline {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.btn-outline:hover {
  text-decoration: none;
  background-color: #3C2C1C;
  color: #fff;
}
.color-blue .btn-outline:hover {
  background-color: #2D7AAF;
  border-color: #2D7AAF;
  color: #fff;
}

.circle-arrow {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
  background-color: transparent;
  text-indent: -9999px;
  background: url("/wp-content/themes/himmerland/img/icons/arrow-right-w.svg?v=1.1") no-repeat center center/28px 14px;
}
.circle-arrow.white {
  border-color: rgba(255, 255, 255, 0.2);
}
a:hover .circle-arrow.white, .circle-arrow.white:hover {
  background-color: #fff;
  background-image: url("/wp-content/themes/himmerland/img/icons/arrow-right-highlight-new.svg?v=1.1");
  border-color: #fff;
}
.circle-arrow.black {
  border-color: rgba(0, 0, 0, 0.2);
  background-image: url("/wp-content/themes/himmerland/img/icons/arrow-right-b.svg?v=1.1");
}
a:hover .circle-arrow.black, .circle-arrow.black:hover {
  background-color: #3C2C1C;
  background-image: url("/wp-content/themes/himmerland/img/icons/arrow-right-w.svg?v=1.1");
  border-color: #3C2C1C;
}
.circle-arrow.primary {
  background: url("/wp-content/themes/himmerland/img/icons/arrow-right-primary.svg?v=1.1") no-repeat center center/28px 14px;
  border-color: rgba(163, 69, 26, 0.2);
}
a:hover .circle-arrow.primary, .circle-arrow.primary:hover {
  background-color: #3C2C1C;
  background-image: url("/wp-content/themes/himmerland/img/icons/arrow-right-w.svg?v=1.1");
  border-color: #3C2C1C;
}
.circle-arrow.primary-inverted {
  background-color: #3C2C1C;
  background-image: url("/wp-content/themes/himmerland/img/icons/arrow-right-w.svg?v=1.1");
  border-color: #3C2C1C;
}
a:hover .circle-arrow.primary-inverted, .circle-arrow.primary-inverted:hover {
  background: url("/wp-content/themes/himmerland/img/icons/arrow-right-primary.svg?v=1.1") no-repeat center center/28px 14px;
  border-color: rgba(163, 69, 26, 0.2);
}
.circle-arrow.primary-2 {
  background: url("/wp-content/themes/himmerland/img/icons/arrow-right-primary-2.svg?v=1.1") no-repeat center center/28px 14px;
  border-color: rgba(0, 7, 98, 0.2);
}
a:hover .circle-arrow.primary-2, .circle-arrow.primary-2:hover {
  background-color: #2D7AAF;
  background-image: url("/wp-content/themes/himmerland/img/icons/arrow-right-w.svg?v=1.1");
  border-color: #2D7AAF;
}
.circle-arrow.highlight {
  background: url("/wp-content/themes/himmerland/img/icons/arrow-right-highlight-new.svg?v=1.1") no-repeat center center/28px 14px;
  border-color: rgba(164, 68, 26, 0.2);
}
a:hover .circle-arrow.highlight, .circle-arrow.highlight:hover {
  background-color: #3C2C1C;
  background-image: url("/wp-content/themes/himmerland/img/icons/arrow-right-w.svg?v=1.1");
  border-color: #3C2C1C;
}
.circle-arrow.highlight-2 {
  background: url("/wp-content/themes/himmerland/img/icons/arrow-right-highlight-new.svg?v=1.1") no-repeat center center/28px 14px;
  border-color: rgba(163, 69, 26, 0.2);
}
a:hover .circle-arrow.highlight-2, .circle-arrow.highlight-2:hover {
  background-color: #3C2C1C;
  background-image: url("/wp-content/themes/himmerland/img/icons/arrow-right-w.svg?v=1.1");
  border-color: #3C2C1C;
}

.arrow-right {
  position: relative;
}
.arrow-right:after {
  content: "";
  width: 7px;
  height: 12px;
  background: url("/wp-content/themes/himmerland/img/icons/chevron-right-w.svg?v=1.1") no-repeat center center/contain;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.arrow-right.btn-white:after {
  background: url("/wp-content/themes/himmerland/img/icons/chevron-right-primary.svg?v=1.1") no-repeat center center/contain;
}

/* set your custom webfont */
/*@font-face {
  font-family: 'Exo';
  src: url('scss/fonts/Exo_2/Exo2-VariableFont_wght.ttf') format('truetype');
  font-display: swap;
}*/
/* adjust fallback font overrides */
@font-face {
  font-family: fallback-font;
  ascent-override: 100%;
  descent-override: 15%;
  line-gap-override: normal;
  advance-override: 10;
  src: local(Arial);
}
html, body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Exo", fallback-font, sans-serif;
  font-weight: 300;
  color: #1D1D1B;
  line-height: 1.6875;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 500;
  letter-spacing: 0.02em;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, .h1:first-child, .h2:first-child, .h3:first-child, .h4:first-child, .h5:first-child, .h6:first-child {
  margin-top: 0;
}

h1, .h1 {
  font-size: 4.3675rem;
  line-height: 1.24em;
  margin-bottom: 20px;
}

h2, .h2 {
  font-size: 3.125rem;
  margin-bottom: 20px;
  line-height: 1.24em;
}

h3, .h3 {
  font-size: 1.875rem;
  margin-bottom: 15px;
  line-height: 1.24em;
}

h5, .h5 {
  font-size: 0.8125rem;
  color: #3C2C1C;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.has-primary-2-background-color h5, .has-primary-2-background-color .h5 {
  color: #fff;
}
.has-light-blue-background-color h5, h5.color-blue, .has-light-blue-background-color .h5, .h5.color-blue {
  color: #316A83;
}
h5 p, .h5 p {
  margin: 0;
  font-size: inherit;
  color: inherit;
  text-transform: inherit;
  line-height: inherit;
  font-family: inherit;
}

h5 + h2, .h5 + h2, .h5 + h3, h5 + h3 {
  margin-top: 5px;
}

h5 + h1, .h5 + h1 {
  margin-top: 22px;
}

a {
  color: #3C2C1C;
  text-decoration: none;
}

@media (max-width: 1599px) {
  h1, .h1 {
    font-size: 2.6875rem;
  }
  h2, .h2 {
    font-size: 2.3875rem;
  }
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 2.6875rem;
  }
  h2, .h2 {
    font-size: 2.1875rem;
  }
}
@media (max-width: 575px) {
  h1, .h1 {
    font-size: 1.6rem;
  }
  h2, .h2 {
    font-size: 1.5rem;
  }
}
.pb-icon, .pb-icon-close, .pb-icon-envelope, .pb-icon-phone-o, .pb-icon-golf-hole-b, .pb-icon-golf-hole, .pb-icon-user, .pb-icon-cart, .pb-icon-arrow-left-white, .pb-icon-arrow-left-highlight-2, .pb-icon-arrow-right-white, .pb-icon-arrow-right-highlight-2, .pb-icon-search {
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  text-align: center;
  margin: 0 auto;
}
.pb-icon img, .pb-icon-close img, .pb-icon-envelope img, .pb-icon-phone-o img, .pb-icon-golf-hole-b img, .pb-icon-golf-hole img, .pb-icon-user img, .pb-icon-cart img, .pb-icon-arrow-left-white img, .pb-icon-arrow-left-highlight-2 img, .pb-icon-arrow-right-white img, .pb-icon-arrow-right-highlight-2 img, .pb-icon-search img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.pb-icon-search {
  background-image: url("/wp-content/themes/himmerland/img/icons/search.svg?v=1.1");
}

.pb-icon-arrow-right-highlight-2 {
  background-image: url("/wp-content/themes/himmerland/img/icons/arrow-right-highlight-new.svg?v=1.1");
}

.pb-icon-arrow-right-white {
  background-image: url("/wp-content/themes/himmerland/img/icons/arrow-right.svg?v=1.1");
}

.pb-icon-arrow-left-highlight-2 {
  background-image: url("/wp-content/themes/himmerland/img/icons/arrow-left-highlight-2.svg?v=1.1");
}

.pb-icon-arrow-left-white {
  background-image: url("/wp-content/themes/himmerland/img/icons/arrow-left.svg?v=1.1");
}

.pb-icon-cart {
  background-image: url("/wp-content/themes/himmerland/img/icons/cart.svg?v=1.1");
}

.pb-icon-user {
  background-image: url("/wp-content/themes/himmerland/img/icons/user.svg?v=1.1");
}

.pb-icon-golf-hole {
  background-image: url("/wp-content/themes/himmerland/img/icons/golf-hole.svg?v=1.1");
}

.pb-icon-golf-hole-b {
  background-image: url("/wp-content/themes/himmerland/img/icons/golf-hole-b.svg?v=1.1");
}

.pb-icon-phone-o {
  background-image: url("/wp-content/themes/himmerland/img/icons/phone-o.svg?v=1.1");
}

.pb-icon-envelope {
  background-image: url("/wp-content/themes/himmerland/img/icons/envelope-new.svg?v=1.1");
}

.icon-xxs {
  width: 16px;
  height: 16px;
}

.icon-xs {
  width: 24px;
  height: 24px;
}

.icon-sm {
  width: 36px;
  height: 36px;
}

.icon-md {
  width: 48px;
  height: 48px;
}

.icon-lg {
  width: 72px;
  height: 72px;
}

.pb-icon-close {
  position: relative;
}
.pb-icon-close:after, .pb-icon-close:before {
  content: "";
  width: 100%;
  position: absolute;
  background: #3C2C1C;
  transform-origin: center;
  height: 2px;
  transform: translate(-50%, -50%) rotate(-45deg);
  top: 50%;
  left: 50%;
}
.pb-icon-close:after {
  transform: translate(-50%, -50%) rotate(45deg);
}

#footer {
  position: relative;
}

.main-footer {
  padding: 4rem 0;
  background: #3C2C1C;
  color: #fff;
}
.main-footer h1, .main-footer h2, .main-footer h3, .main-footer h4, .main-footer h5 {
  color: #ffffff;
}
.main-footer a:not(.wp-block-social-link-anchor) {
  color: inherit;
  text-decoration: none;
  display: inline-block;
}
.main-footer .wp-block-columns ul:not(.wp-block-social-links) {
  padding: 0;
  margin: 0;
}
.main-footer .wp-block-columns ul:not(.wp-block-social-links) li {
  display: block;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 30px;
  color: #fff;
}
.main-footer .wp-block-columns ul:not(.wp-block-social-links) li a {
  vertical-align: top;
  line-height: 1;
}
.main-footer .wp-block-columns ul:not(.wp-block-social-links) li:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 18px;
  height: 11px;
  background-image: url("/wp-content/themes/himmerland/img/icons/arrow-2-right-light-white.svg?v=1.1");
  background-repeat: no-repeat;
  background-size: contain;
}
.main-footer .wp-block-gallery {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 36px 0;
}
.main-footer .wp-block-gallery > figure {
  flex: none !important;
  width: auto !important;
  display: block !important;
  text-align: center;
  margin: 0px 12px !important;
}
.main-footer .wp-block-gallery > figure img {
  max-width: 100%;
  object-fit: none;
  margin-bottom: 0 !important;
}
.main-footer .inline-list {
  padding: 0;
  margin: 0;
  text-align: center;
}
.main-footer .inline-list li {
  display: inline-block;
  border-right: 2px solid #fff;
  padding: 0 1rem;
  line-height: 1;
}
.main-footer .inline-list li:last-child {
  border-right: 0;
}
@media (max-width: 1599px) {
  .main-footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#scroll-to-top {
  cursor: pointer;
  background: #3C2C1C url("/wp-content/themes/himmerland/img/icons/chevron-up-w.svg?v=1.1") no-repeat center center/16px auto;
  text-indent: -9999px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  position: fixed;
  bottom: 27px;
  right: 85px;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
}

body.scrolled #scroll-to-top {
  opacity: 1 !important;
  pointer-events: all;
}

#primary-nav ul.menu li {
  position: relative;
}
#primary-nav ul.menu li .dropdown-trigger {
  border: 0;
  width: 15px;
  height: 15px;
  position: absolute;
  right: -8px;
  transform: translateY(-50%);
  top: 50%;
  background-color: transparent;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  width: 1px;
  height: 1px;
}
#primary-nav ul.menu li .dropdown-trigger:focus {
  width: 15px;
  height: 15px;
  background-image: url("img/icons/chevron-down-primary.svg?v=1.1");
}
@media screen and (max-width: 1299px) {
  #primary-nav .mega-menu-newsubmenu {
    display: none !important;
  }
}
#primary-nav .mega-menu-newsubmenu {
  min-height: 0 !important;
  overflow: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 50;
  transition: opacity 0.2s ease-in-out;
  pointer-events: none;
  background: #fff;
  width: 100%;
  position: fixed;
  top: 120px;
  z-index: 55;
}
#primary-nav .mega-menu-newsubmenu .submenu-title {
  font-size: 23px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #3C2C1C;
  margin-bottom: 25px;
  display: block;
}
#primary-nav .mega-menu-newsubmenu:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 10px;
  width: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.3+0,0+100;Neutral+Density */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
  opacity: 0.3;
}
#primary-nav .mega-menu-newsubmenu.mega-menu-item-active {
  opacity: 1 !important;
  height: auto;
  pointer-events: all;
}
#primary-nav .mega-menu-newsubmenu > .wp-block-columns {
  margin: 0;
  justify-content: flex-end;
}
#primary-nav .mega-menu-newsubmenu .mega-menu-featured-pages > .wp-block-columns {
  justify-content: flex-end;
}
#primary-nav .mega-menu-newsubmenu .mega-menu-featured-pages .wp-block-column {
  max-width: 345px;
  flex: auto;
  width: 100%;
}
#primary-nav .mega-menu-newsubmenu .mega-menu-right {
  max-width: 445px;
}
#primary-nav .mega-menu-newsubmenu > .wp-block-columns > .wp-block-column {
  padding: 40px 40px;
}
#primary-nav .mega-menu-newsubmenu h4, #primary-nav .mega-menu-newsubmenu h5 {
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #3C2C1C;
}
#primary-nav .mega-menu-newsubmenu .icon-list a {
  color: #3C2C1C;
  font-weight: 500;
}
#primary-nav .mega-menu-newsubmenu .megamenu-submenu ul.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: block;
}
#primary-nav .mega-menu-newsubmenu .megamenu-submenu ul.menu li {
  display: block;
}
#primary-nav .mega-menu-newsubmenu .megamenu-submenu ul.menu li ul {
  display: none;
}
#primary-nav .mega-menu-newsubmenu .megamenu-submenu ul.menu > li {
  border-top: 1px solid #E3DDD1;
  padding-left: 40px;
  position: relative;
}
#primary-nav .mega-menu-newsubmenu .megamenu-submenu ul.menu > li > a {
  display: block;
  padding: 15px 0px 15px 0px;
  color: #1D1D1B;
  letter-spacing: 0.02em;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  text-align: left;
  font-size: 14px;
}
#primary-nav .mega-menu-newsubmenu .megamenu-submenu ul.menu > li > a:hover {
  padding-left: 20px;
  color: #3C2C1C;
}
#primary-nav .mega-menu-newsubmenu .megamenu-submenu ul.menu > li:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url("/wp-content/themes/himmerland/img/icons/arrow-right-highlight-new.svg?v=1.1");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 28px;
  height: 14px;
}
#primary-nav .mega-menu-newsubmenu .megamenu-submenu ul.menu > li:last-child {
  border-bottom: 1px solid #E3DDD1;
}
#primary-nav .mega-menu-newsubmenu .megamenu-submenu ul.menu > li.current-menu-item > a {
  color: #3C2C1C;
}

@media (max-width: 1599px) {
  .mega-menu-newsubmenu .megamenu-submenu ul.menu li > a {
    padding: 10px 0 10px 0;
    font-size: 14px;
  }
  .mega-menu-newsubmenu .megamenu-submenu ul.menu li > a:hover {
    padding-left: 15px;
  }
  .mega-menu-newsubmenu .megamenu-submenu ul.menu li:after {
    width: 24px;
    height: 12px;
  }
  .mega-menu-newsubmenu .mega-menu-featured-pages .featured-page {
    height: 340px;
  }
}
#mega-menu-container .mega-menu-item {
  min-height: 0 !important;
  overflow: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 50;
  transition: opacity 0.2s ease-in-out;
  pointer-events: none;
  background: #fff;
  width: 100%;
}
#mega-menu-container .mega-menu-item .submenu-title {
  font-size: 23px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #3C2C1C;
  margin-bottom: 25px;
  display: block;
}
#mega-menu-container .mega-menu-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 10px;
  width: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.3+0,0+100;Neutral+Density */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
  opacity: 0.3;
}
#mega-menu-container .mega-menu-item.mega-menu-item-active {
  opacity: 1 !important;
  height: auto;
  pointer-events: all;
}
#mega-menu-container .mega-menu-item > .wp-block-columns {
  margin: 0;
  justify-content: flex-end;
}
#mega-menu-container .mega-menu-item .mega-menu-featured-pages > .wp-block-columns {
  justify-content: flex-end;
}
#mega-menu-container .mega-menu-item .mega-menu-featured-pages .wp-block-column {
  max-width: 345px;
  flex: auto;
  width: 100%;
}
#mega-menu-container .mega-menu-item .mega-menu-right {
  max-width: 445px;
}
#mega-menu-container .mega-menu-item > .wp-block-columns > .wp-block-column {
  padding: 40px 40px;
}
#mega-menu-container .mega-menu-item h4, #mega-menu-container .mega-menu-item h5 {
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #3C2C1C;
}
#mega-menu-container .mega-menu-item .icon-list a {
  color: #3C2C1C;
  font-weight: 500;
}
@media screen and (max-width: 1299px) {
  #mega-menu-container {
    display: none !important;
  }
}
#mega-menu-container .megamenu-submenu ul.menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
#mega-menu-container .megamenu-submenu ul.menu li {
  display: block;
}
#mega-menu-container .megamenu-submenu ul.menu li ul {
  display: none;
}
#mega-menu-container .megamenu-submenu ul.menu > li {
  border-top: 1px solid #E3DDD1;
  padding-left: 40px;
  position: relative;
}
#mega-menu-container .megamenu-submenu ul.menu > li > a {
  display: block;
  padding: 15px 0px 15px 0px;
  color: #1D1D1B;
  letter-spacing: 0.02em;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
#mega-menu-container .megamenu-submenu ul.menu > li > a:hover {
  padding-left: 20px;
  color: #3C2C1C;
}
#mega-menu-container .megamenu-submenu ul.menu > li:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url("/wp-content/themes/himmerland/img/icons/arrow-right-highlight-new.svg?v=1.1");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 28px;
  height: 14px;
}
#mega-menu-container .megamenu-submenu ul.menu > li:last-child {
  border-bottom: 1px solid #E3DDD1;
}
#mega-menu-container .megamenu-submenu ul.menu > li.current-menu-item > a {
  color: #3C2C1C;
}

#menu-overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  pointer-events: none;
  display: none;
  background: rgba(62, 21, 11, 0.6);
  z-index: 10;
}

@media (max-width: 1599px) {
  #mega-menu-container .mega-menu-item .megamenu-submenu ul.menu li > a {
    padding: 10px 0 10px 0;
    font-size: 14px;
  }
  #mega-menu-container .mega-menu-item .megamenu-submenu ul.menu li > a:hover {
    padding-left: 15px;
  }
  #mega-menu-container .mega-menu-item .megamenu-submenu ul.menu li:after {
    width: 24px;
    height: 12px;
  }
  #mega-menu-container .mega-menu-item .mega-menu-featured-pages .featured-page {
    height: 340px;
  }
}
#hl-overlay {
  width: 0;
  height: 0;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

#booking-menu {
  position: fixed;
  top: 0;
  left: 100%;
  width: 100%;
  max-width: 580px;
  height: 100%;
  z-index: 110;
  background: #fff;
  padding: 80px 40px 40px;
  transition: transform 0.3s ease-in-out;
  overflow-y: auto;
  overscroll-behavior: contain;
}
.booking-menu-shown #booking-menu {
  transform: translateX(-100%);
}
#booking-menu .close {
  position: absolute;
  top: 60px;
  right: 40px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
#booking-menu h1, #booking-menu h2, #booking-menu h3, #booking-menu h4, #booking-menu h5 {
  margin: 1rem 0 3rem;
}
#booking-menu nav {
  align-items: stretch;
  margin-bottom: 2rem;
}
#booking-menu nav > ul {
  margin: 0;
  padding: 0;
  text-align: left;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0;
}
#booking-menu nav > ul > li {
  width: 100%;
  display: block;
  border-top: 1px solid #ccc;
  position: relative;
}
#booking-menu nav > ul > li:last-child {
  border-bottom: 1px solid #ccc;
}
#booking-menu nav > ul > li a {
  display: block;
  color: #3C2C1C;
  padding: 30px 0;
  font-weight: 500;
  font-size: 1.4rem;
  transition: all 0.2s ease-in-out;
}
#booking-menu nav > ul > li a:hover {
  padding-left: 20px;
  color: #3C2C1C;
}
#booking-menu nav > ul > li a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 32px;
  height: 12px;
  background: url("/wp-content/themes/himmerland/img/icons/arrow-right-highlight-new.svg?v=1.1") no-repeat center right/contain;
}
#booking-menu nav > ul > li ul {
  padding-left: 20px;
}
@media (max-width: 1599px) {
  #booking-menu h5 {
    font-size: 2rem !important;
    margin: 0.5rem 0 1rem;
  }
  #booking-menu nav > ul li a {
    padding: 10px 0;
    font-size: 1rem;
  }
}

.booking-menu-shown #new-booking-menu {
  transform: translateX(-100%);
}

#new-booking-menu {
  position: fixed;
  top: 0;
  left: 100%;
  width: 100%;
  min-width: 50vw;
  max-width: 600px;
  height: 100%;
  z-index: 110;
  background: #fff;
  transition: transform 0.3s ease-in-out;
  overflow-y: auto;
  overscroll-behavior: contain;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1199px) {
  #new-booking-menu {
    min-width: 65vw;
  }
}
#new-booking-menu #bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
}
#new-booking-menu #bg-overlay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  opacity: 0;
  transition: all 0.3s ease-in;
}
#new-booking-menu header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 9;
  padding: 60px 40px 0px 40px;
  margin-bottom: 45px;
}
@media screen and (max-width: 1199px) {
  #new-booking-menu header {
    margin-bottom: 25px;
  }
}
#new-booking-menu header .title {
  display: flex;
  align-items: center;
  gap: 30px;
}
#new-booking-menu header h2 {
  margin: 0;
  font-weight: 500;
  transition: color 0.3s ease-in;
}
#new-booking-menu header svg path {
  transition: fill 0.3s ease-in;
}
#new-booking-menu header .close {
  margin: 0 0 0 auto;
  cursor: pointer;
}
#new-booking-menu header .close:before, #new-booking-menu header .close:after {
  background: #000;
  transition: background 0.3s ease-in;
}
#new-booking-menu footer {
  background: #3C2C1C;
  padding: 40px;
  position: relative;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}
#new-booking-menu footer .submenu a {
  color: #ffffff;
  display: block;
  font-size: 14px;
}
#new-booking-menu footer .contact-area {
  text-align: right;
}
#new-booking-menu footer .contact-area h3 {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 0;
}
#new-booking-menu footer .contact-area .contact-email {
  color: #ffffff;
  font-size: 14px;
}
#new-booking-menu .menu {
  padding: 0px 40px 0px;
}
#new-booking-menu .menu .menu-item {
  padding: 15px 0;
  display: flex;
  align-items: center;
  position: relative;
  color: #000;
  transition: color 0.1s ease-in, padding-left 0.3s ease-in;
}
#new-booking-menu .menu .menu-item .icon {
  display: none;
}
#new-booking-menu .menu .menu-item svg {
  position: absolute;
  left: 0;
  opacity: 0;
  transform: translateX(-100%);
  transition: all 0.3s ease-in;
}
#new-booking-menu .menu .menu-item .menu-item-text {
  display: flex;
  align-items: flex-end;
}
#new-booking-menu .menu .menu-item .menu-item-text .menu-item-title, #new-booking-menu .menu .menu-item .menu-item-text h3 {
  margin: 0;
  font-size: 42px;
  font-weight: 400;
}
@media screen and (max-width: 1199px) {
  #new-booking-menu .menu .menu-item .menu-item-text .menu-item-title, #new-booking-menu .menu .menu-item .menu-item-text h3 {
    font-size: 32px;
  }
}
#new-booking-menu .menu .menu-item .menu-item-text span.menu-item-subtitel {
  font-size: 14px;
  display: inline-block;
  color: #ffffff;
  opacity: 0;
  transition: all 0.3s ease-in;
}
#new-booking-menu .menu .menu-item .menu-item-text span.menu-item-subtitel:before {
  content: "-";
  display: inline-block;
  margin-right: 5px;
}
@media screen and (min-width: 767px) {
  #new-booking-menu .menu .menu-item.active {
    color: white;
    padding-left: 30px;
    opacity: 1 !important;
  }
  #new-booking-menu .menu .menu-item.active svg {
    opacity: 1;
    transform: translateX(0);
  }
  #new-booking-menu .menu .menu-item.active .menu-item-text span {
    opacity: 1;
    margin-left: 15px;
  }
}
@media screen and (min-width: 767px) {
  #new-booking-menu.hovering header h2 {
    color: white;
  }
  #new-booking-menu.hovering header svg path {
    fill: white;
  }
  #new-booking-menu.hovering header .close:before, #new-booking-menu.hovering header .close:after {
    background: white;
  }
  #new-booking-menu.hovering .menu .menu-item {
    opacity: 0.7;
    color: white;
  }
}
@media screen and (max-width: 767px) {
  #new-booking-menu {
    max-width: 100%;
  }
  #new-booking-menu #bg-overlay {
    display: none;
  }
  #new-booking-menu header {
    padding: 20px;
    margin-bottom: 0;
    display: block;
    text-align: center;
  }
  #new-booking-menu header .close {
    position: absolute;
    right: 20px;
    top: 20px;
  }
  #new-booking-menu header .title {
    display: block;
    text-align: center;
  }
  #new-booking-menu footer {
    background: none;
    display: block;
    text-align: center;
    padding: 20px;
  }
  #new-booking-menu footer .submenu {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
    color: #3C2C1C;
  }
  #new-booking-menu footer .submenu a {
    color: #3C2C1C;
    font-weight: 500;
  }
  #new-booking-menu footer .contact-area {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }
  #new-booking-menu footer .contact-area h3, #new-booking-menu footer .contact-area .contact-email {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    color: #3C2C1C;
  }
  #new-booking-menu footer .contact-area .contact-email {
    text-decoration: underline;
  }
  #new-booking-menu .menu {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
  }
  #new-booking-menu .menu .menu-item {
    width: calc(50% - 10px);
    height: 133px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #3C2C1C;
  }
  #new-booking-menu .menu .menu-item .icon-arrow {
    display: none;
  }
  #new-booking-menu .menu .menu-item .icon {
    display: block;
    margin-bottom: 10px;
  }
  #new-booking-menu .menu .menu-item .menu-item-text {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  #new-booking-menu .menu .menu-item .menu-item-text .menu-item-title {
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
  }
  #new-booking-menu .menu .menu-item .menu-item-text span.menu-item-subtitel {
    display: none;
  }
}

#search-form-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;
  display: block;
  z-index: 10000000;
  overflow-y: scroll;
  overscroll-behavior: contain;
}
#search-form-menu:before {
  content: "";
  height: 64px;
  display: block;
  background: transparent;
}
#search-form-menu .inner {
  padding: 33px;
}
@media (max-width: 1299px) {
  #search-form-menu:before {
    background: #FFF;
  }
}
@media (max-width: 767px) {
  #search-form-menu .inner {
    padding: 10px;
  }
}

#search-form {
  position: relative;
}
#search-form input[type=search] {
  background: #fff;
  height: 48px;
  line-height: 48px;
  display: block;
  width: 100%;
  padding: 0 48px 0 13px;
  border: none;
  font-family: inherit;
  outline: none;
  border: 1px solid #8C8C8C;
}
#search-form input[type=search], #search-form input[type=search]::placeholder {
  color: #3C2C1C;
  font-weight: 600;
  font-size: 13px;
  line-height: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
#search-form input[type=search]::placeholder {
  opacity: 0.7;
}
#search-form button {
  position: absolute;
  top: 50%;
  right: 0;
  border: none;
  background: transparent;
  padding: 10px;
  transform: translateY(-50%);
  height: 48px;
  width: 48px;
}

.search-menu-shown #search-form-menu {
  transform: translateX(-100%);
  box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.4);
  opacity: 1;
}

#search-results {
  margin: 25px 0;
  min-height: 150px;
}
#search-results.loading:after {
  background-position: center 20px;
}
#search-results .search-title {
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.02em;
  color: #1D1D1B;
  margin-bottom: 25px;
}
#search-results .search-result {
  margin-bottom: 10px;
  position: relative;
}
#search-results .search-result a {
  display: flex;
  color: inherit;
  text-decoration: none;
}
#search-results .search-result .image {
  width: 30%;
  max-width: 150px;
  position: relative;
}
#search-results .search-result .image:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
#search-results .search-result .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#search-results .search-result .content {
  flex: 1;
  padding: 15px;
  background: #fff;
}
#search-results .search-result .content h4 {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  color: #3C2C1C;
}
#search-results .search-result .content p {
  font-weight: 500;
  color: #1D1D1B;
}
#search-results .search-result .content *:last-child {
  margin-bottom: 0;
}

.has-white-beige-background-color .wpcf7 .form-group input, .has-white-beige-background-color .wpcf7 .form-group textarea, .has-beige-background-color .wpcf7 .form-group input, .has-beige-background-color .wpcf7 .form-group textarea {
  border: 1px solid #8c8c8c;
}

.wpcf7 .form-group, #loginform .form-group {
  margin-bottom: 7px;
  position: relative;
}
.wpcf7 .login-username, .wpcf7 .login-password, #loginform .login-username, #loginform .login-password {
  margin-bottom: 7px;
  position: relative;
}
.wpcf7 .login-username:before, .wpcf7 .login-password:before, #loginform .login-username:before, #loginform .login-password:before {
  content: "";
  position: absolute;
  top: 16px;
  left: 15px;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;
}
.wpcf7 .login-username.login-username:before, .wpcf7 .login-password.login-username:before, #loginform .login-username.login-username:before, #loginform .login-password.login-username:before {
  background-image: url("/wp-content/themes/himmerland/img/icons/user-small-highlight-2.svg?v=1.1");
}
.wpcf7 .login-username.login-password:before, .wpcf7 .login-password.login-password:before, #loginform .login-username.login-password:before, #loginform .login-password.login-password:before {
  background-image: url("/wp-content/themes/himmerland/img/icons/lock-small-highlight-2.svg?v=1.1");
}
.wpcf7 input[type=text], .wpcf7 input[type=password], .wpcf7 input[type=tel], .wpcf7 input[type=date], .wpcf7 input[type=number], .wpcf7 input[type=email], .wpcf7 textarea, #loginform input[type=text], #loginform input[type=password], #loginform input[type=tel], #loginform input[type=date], #loginform input[type=number], #loginform input[type=email], #loginform textarea {
  background: #fff;
  border: 0;
  font-size: 14px;
  color: #1D1D1B;
  width: 100%;
  padding: 15px 15px 15px 40px;
  line-height: 1.3em;
  font-family: "Exo", sans-serif;
  max-width: 464px;
}
.wpcf7 select, #loginform select {
  width: 100%;
  max-width: 464px;
  border: 0;
  padding: 15px 15px 15px 40px;
  appearance: none;
  background: #fff url("/wp-content/themes/himmerland/img/icons/chevron-down-primary.svg?v=1.1") no-repeat right 15px center/16px 8px;
  cursor: pointer;
  font-family: "Exo", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3em;
  letter-spacing: 0.1em;
  color: #1D1D1B;
  outline: none;
}
.wpcf7 .wpcf7-list-item, .wpcf7 .check-group, #loginform .wpcf7-list-item, #loginform .check-group {
  margin-left: 0;
}
.wpcf7 .wpcf7-list-item label, .wpcf7 .check-group label, #loginform .wpcf7-list-item label, #loginform .check-group label {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.wpcf7 .wpcf7-list-item input, .wpcf7 .check-group input, #loginform .wpcf7-list-item input, #loginform .check-group input {
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.wpcf7 .wpcf7-list-item input:checked + .wpcf7-list-item-label:after, .wpcf7 .wpcf7-list-item input:checked > span, .wpcf7 .check-group input:checked + .wpcf7-list-item-label:after, .wpcf7 .check-group input:checked > span, #loginform .wpcf7-list-item input:checked + .wpcf7-list-item-label:after, #loginform .wpcf7-list-item input:checked > span, #loginform .check-group input:checked + .wpcf7-list-item-label:after, #loginform .check-group input:checked > span {
  position: absolute;
  left: 8px;
  top: 9px;
  width: 5px;
  height: 10px;
  border: solid #1D1D1B;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.wpcf7 .wpcf7-list-item-label, .wpcf7 .check-group > label > span, #loginform .wpcf7-list-item-label, #loginform .check-group > label > span {
  padding-left: 35px;
  flex: 1;
  font-size: 1rem;
  color: #1D1D1B;
  position: relative;
  cursor: pointer;
}
.wpcf7 .wpcf7-list-item-label:before, .wpcf7 .check-group > label > span:before, #loginform .wpcf7-list-item-label:before, #loginform .check-group > label > span:before {
  content: "";
  width: 20px;
  height: 20px;
  background: #D2D6B8;
  position: absolute;
  left: 0;
  top: 5px;
}
.wpcf7 .full-width input, .wpcf7 .full-width select, .wpcf7 .full-width textarea, #loginform .full-width input, #loginform .full-width select, #loginform .full-width textarea {
  max-width: none !important;
}
.wpcf7 .wpcf7-form-control-wrap, #loginform .wpcf7-form-control-wrap {
  position: static;
}
.wpcf7 .wpcf7-form-control-wrap:before, #loginform .wpcf7-form-control-wrap:before {
  content: "";
  position: absolute;
  top: 16px;
  left: 15px;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;
}
.wpcf7 .wpcf7-form-control-wrap.entry-name:before, .wpcf7 .wpcf7-form-control-wrap[data-name=entry-name]:before, .wpcf7 .wpcf7-form-control-wrap[data-name=entry-lastname]:before, .wpcf7 .wpcf7-form-control-wrap[data-name=entry-count]:before, #loginform .wpcf7-form-control-wrap.entry-name:before, #loginform .wpcf7-form-control-wrap[data-name=entry-name]:before, #loginform .wpcf7-form-control-wrap[data-name=entry-lastname]:before, #loginform .wpcf7-form-control-wrap[data-name=entry-count]:before {
  background-image: url("/wp-content/themes/himmerland/img/icons/user-small-highlight-2.svg?v=1.1");
}
.wpcf7 .wpcf7-form-control-wrap.entry-phone:before, .wpcf7 .wpcf7-form-control-wrap[data-name=entry-phone]:before, #loginform .wpcf7-form-control-wrap.entry-phone:before, #loginform .wpcf7-form-control-wrap[data-name=entry-phone]:before {
  background-image: url("/wp-content/themes/himmerland/img/icons/phone-o-small-highlight-2.svg?v=1.1");
}
.wpcf7 .wpcf7-form-control-wrap.entry-email:before, .wpcf7 .wpcf7-form-control-wrap[data-name=entry-email]:before, #loginform .wpcf7-form-control-wrap.entry-email:before, #loginform .wpcf7-form-control-wrap[data-name=entry-email]:before {
  background-image: url("/wp-content/themes/himmerland/img/icons/envelope-small-highlight-2.svg?v=1.1");
}
.wpcf7 .wpcf7-form-control-wrap.entry-message:before, .wpcf7 .wpcf7-form-control-wrap[data-name=entry-message]:before, .wpcf7 .wpcf7-form-control-wrap[data-name=entry-comments]:before, #loginform .wpcf7-form-control-wrap.entry-message:before, #loginform .wpcf7-form-control-wrap[data-name=entry-message]:before, #loginform .wpcf7-form-control-wrap[data-name=entry-comments]:before {
  background-image: url("/wp-content/themes/himmerland/img/icons/message-highlight-2.svg?v=1.1");
}
.wpcf7 .wpcf7-form-control-wrap[data-name=entry-address]:before, .wpcf7 .wpcf7-form-control-wrap[data-name=entry-address-2]:before, .wpcf7 .wpcf7-form-control-wrap[data-name=entry-zipcode]:before, .wpcf7 .wpcf7-form-control-wrap[data-name=entry-city]:before, #loginform .wpcf7-form-control-wrap[data-name=entry-address]:before, #loginform .wpcf7-form-control-wrap[data-name=entry-address-2]:before, #loginform .wpcf7-form-control-wrap[data-name=entry-zipcode]:before, #loginform .wpcf7-form-control-wrap[data-name=entry-city]:before {
  background-image: url("/wp-content/themes/himmerland/img/icons/marker-o-highlight-2.svg?v=1.1");
}
.wpcf7 .wpcf7-form-control-wrap[data-name=entry-country]:before, #loginform .wpcf7-form-control-wrap[data-name=entry-country]:before {
  background-image: url("/wp-content/themes/himmerland/img/icons/globe-highlight-2.svg?v=1.1");
}
.wpcf7 .wpcf7-form-control-wrap[data-name=entry-company-name]:before, #loginform .wpcf7-form-control-wrap[data-name=entry-company-name]:before {
  background-image: url("/wp-content/themes/himmerland/img/icons/info-highlight-2.svg?v=1.1");
}
.wpcf7 .wpcf7-form-control-wrap.entry-date:before, .wpcf7 .wpcf7-form-control-wrap[data-name=entry-date]:before, .wpcf7 .wpcf7-form-control-wrap[data-name=entry-startdate]:before, .wpcf7 .wpcf7-form-control-wrap[data-name=entry-enddate]:before, #loginform .wpcf7-form-control-wrap.entry-date:before, #loginform .wpcf7-form-control-wrap[data-name=entry-date]:before, #loginform .wpcf7-form-control-wrap[data-name=entry-startdate]:before, #loginform .wpcf7-form-control-wrap[data-name=entry-enddate]:before {
  background-image: url("/wp-content/themes/himmerland/img/icons/calendar-highlight-2.svg?v=1.1");
}
.wpcf7 .wpcf7-form-control-wrap.entry-time:before, .wpcf7 .wpcf7-form-control-wrap[data-name=entry-time]:before, .wpcf7 .wpcf7-form-control-wrap[data-name=entry-starttime]:before, .wpcf7 .wpcf7-form-control-wrap[data-name=entry-endtime]:before, #loginform .wpcf7-form-control-wrap.entry-time:before, #loginform .wpcf7-form-control-wrap[data-name=entry-time]:before, #loginform .wpcf7-form-control-wrap[data-name=entry-starttime]:before, #loginform .wpcf7-form-control-wrap[data-name=entry-endtime]:before {
  background-image: url("/wp-content/themes/himmerland/img/icons/clock-highlight-2.svg?v=1.1");
}
.wpcf7 .wpcf7-form-control-wrap.entry-product:before, .wpcf7 .wpcf7-form-control-wrap[data-name=entry-product]:before, .wpcf7 .wpcf7-form-control-wrap[data-name=entry-rooms]:before, #loginform .wpcf7-form-control-wrap.entry-product:before, #loginform .wpcf7-form-control-wrap[data-name=entry-product]:before, #loginform .wpcf7-form-control-wrap[data-name=entry-rooms]:before {
  background-image: url("/wp-content/themes/himmerland/img/icons/hotel-bed.svg?v=1.1");
}
.wpcf7 .wpcf7-form-control-wrap.entry-order-number:before, .wpcf7 .wpcf7-form-control-wrap[data-name=entry-order-number]:before, #loginform .wpcf7-form-control-wrap.entry-order-number:before, #loginform .wpcf7-form-control-wrap[data-name=entry-order-number]:before {
  background-image: url("/wp-content/themes/himmerland/img/icons/star-o-highlight-2.svg?v=1.1");
}
.wpcf7 p, #loginform p {
  margin: 0;
}
.wpcf7 .wpcf7-submit, .wpcf7 #wp-submit, #loginform .wpcf7-submit, #loginform #wp-submit {
  color: #fff;
  background: #000;
  padding: 20px 50px;
  border: 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: "Exo";
  cursor: pointer;
}
.wpcf7 #wp-submit, #loginform #wp-submit {
  display: block;
  width: 100%;
}
.wpcf7 form.submitting .wpcf7-submit, #loginform form.submitting .wpcf7-submit {
  display: none;
}
.wpcf7 form.sent .wpcf7-response-output, #loginform form.sent .wpcf7-response-output {
  border-color: #3C2C1C;
  background: #3C2C1C;
  color: #fff;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 15px;
}
.wpcf7 .consent-text, #loginform .consent-text {
  font-size: 12px;
  margin-top: 10px;
}

.single-nyheder #main-content {
  padding: 80px 15px;
  max-width: 810px;
  margin: 0 auto;
}
.single-nyheder h1 {
  text-align: center;
  font-size: 35px;
}
.single-nyheder .date {
  text-align: center;
  margin-bottom: 30px;
}
.single-nyheder .wp-caption-text {
  margin-top: 0;
  font-style: italic;
}
.single-nyheder .aligncenter {
  text-align: center;
  margin: 0 auto;
  display: block;
}
.single-nyheder p, .single-nyheder ol, .single-nyheder ul, .single-nyheder .wp-caption {
  margin-bottom: 30px;
  margin-top: 0;
  line-height: 1.625em;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block !important;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./inc/slick/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./inc/slick/fonts/slick.eot");
  src: url("./inc/slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("./inc/slick/fonts/slick.woff") format("woff"), url("./inc/slick/fonts/slick.ttf") format("truetype"), url("./inc/slick/fonts/slick.svg?v=1.1#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: 25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  /*outline: none;*/
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  /*outline: none;*/
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.section-media-text {
  padding: 80px 0;
}
.section-media-text .text {
  padding: 80px;
}
.section-media-text .text .inner > p {
  font-size: 1.125rem;
  line-height: 27px;
}
.section-media-text .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.section-media-text .video, .section-media-text .embed {
  position: relative;
  background: #000;
}
.section-media-text .video video, .section-media-text .video iframe, .section-media-text .embed video, .section-media-text .embed iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border: 0;
}
.section-media-text .video video.has-started, .section-media-text .video iframe.has-started, .section-media-text .embed video.has-started, .section-media-text .embed iframe.has-started {
  object-fit: contain;
}
.section-media-text:not(.fullwidth) .embed iframe {
  aspect-ratio: 16/9;
}
.section-media-text .media-gallery .images {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  align-items: flex-start;
}
.section-media-text .media-gallery .images .gallery-item {
  width: 50%;
  padding: 7px;
}
.section-media-text .media-gallery .images .gallery-item .inner {
  padding-bottom: 100%;
  position: relative;
}
.section-media-text .media-gallery .images .gallery-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .section-media-text .media-gallery .images .gallery-item:nth-child(2), .section-media-text .media-gallery .images .gallery-item:nth-child(4) {
    transform: translateY(33%);
  }
}
@media (max-width: 575px) {
  .section-media-text .media-gallery .images .gallery-item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .section-media-text .media-gallery .images {
    transform: translateY(-60px);
  }
}
.section-media-text .buttons {
  margin-top: 30px;
}
.section-media-text .buttons a:not(.circle-arrow) {
  padding: 20px 50px;
}
.section-media-text.fullwidth {
  padding: 0 !important;
}
.section-media-text.fullwidth > .row {
  align-items: stretch;
}
.section-media-text.fullwidth .text {
  align-self: center;
}
@media (min-width: 1200px) {
  .section-media-text.fullwidth .text.order-2 .inner {
    max-width: 600px;
  }
}
@media (min-width: 768px) {
  .section-media-text .image, .section-media-text .video {
    min-height: 400px;
  }
}
@media (max-width: 991px) {
  .section-media-text {
    padding: 80px 0;
  }
  .section-media-text .image, .section-media-text .media-gallery {
    min-height: 0 !important;
  }
  .section-media-text .embed, .section-media-text .video {
    min-height: 0 !important;
    padding-bottom: 56.25%;
  }
  .section-media-text .embed iframe, .section-media-text .embed video, .section-media-text .video iframe, .section-media-text .video video {
    position: absolute;
    top: 0;
    left: 0;
  }
  .section-media-text .text {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .section-media-text {
    padding: 40px 0;
  }
  .section-media-text .text {
    padding-left: 0px;
    padding-right: 0;
  }
  .section-media-text .image {
    position: relative;
    padding-bottom: 75%;
  }
  .section-media-text .image img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .section-media-text.fullwidth .text {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.section-media-text.background-default + .section-media-text.background-default {
  padding-top: 0;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/wp-content/themes/himmerland/img/icons/play.svg?v=1.1") no-repeat center center/140px 140px;
  background-color: rgba(0, 73, 99, 0.7);
  cursor: pointer;
}

.icon-list {
  display: block;
  padding: 0;
  margin: 0;
}
.icon-list .icon {
  margin-right: 0.4rem;
}
.icon-list.size-icon-sm .icon {
  margin-right: 15px;
}
.icon-list li {
  display: block;
  margin-bottom: 0.6rem;
}
.icon-list li span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.icon-list li span a {
  display: block;
  line-height: 1;
}
.icon-list.inline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.icon-list.inline.size-icon-sm li {
  margin-right: 45px;
}
.icon-list.inline li {
  display: flex;
  align-items: center;
  margin: 15px;
  margin-right: 0.6rem;
}
.icon-list.inline li > span {
  flex: auto;
}

.section-icon-boxes {
  padding: 80px 0;
}
@media (max-width: 991px) {
  .section-icon-boxes {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .section-icon-boxes {
    padding: 40px 0;
  }
}
.section-icon-boxes .icon-boxes {
  align-items: stretch;
}
.section-icon-boxes .icon-box {
  display: flex;
  margin: 10px 0;
}
.section-icon-boxes .icon-box .inner {
  padding: 60px 50px;
  background: #fff;
}
.section-icon-boxes .icon-box .icon {
  margin-bottom: 30px;
}
.section-icon-boxes .icon-box h1, .section-icon-boxes .icon-box h2, .section-icon-boxes .icon-box h3, .section-icon-boxes .icon-box h4 {
  font-size: 1.875rem;
  margin-bottom: 15px;
}
.section-icon-boxes .icon-box p {
  line-height: 27px;
}
.section-icon-boxes .icon-box a {
  margin-top: 40px;
}
.section-icon-boxes .icon-box.primary-2 a {
  color: #2D7AAF;
}
.section-icon-boxes .icon-box.col-xl-3 .inner {
  padding: 40px;
}
@media (max-width: 1599px) {
  .section-icon-boxes {
    padding: 100px 0;
  }
}
@media (max-width: 1199px) {
  .section-icon-boxes .icon-box .inner {
    padding: 40px;
  }
  .section-icon-boxes .icon-box.col-xl-3 .inner {
    padding: 30px;
  }
  .section-icon-boxes .icon-box h1, .section-icon-boxes .icon-box h2, .section-icon-boxes .icon-box h3, .section-icon-boxes .icon-box h4 {
    font-size: 1.5rem;
  }
}
@media (max-width: 991px) {
  .section-icon-boxes .icon-box .inner {
    padding: 30px;
  }
  .section-icon-boxes .icon-box.col-xl-3 .inner {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .section-icon-boxes .icon-box h1, .section-icon-boxes .icon-box h2, .section-icon-boxes .icon-box h3, .section-icon-boxes .icon-box h4 {
    font-size: 1.3rem;
  }
}
@media (min-width: 768px) {
  .section-icon-boxes > .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .section-icon-boxes .icon-boxes {
    margin: 0 -10px;
  }
  .section-icon-boxes .icon-box {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1700px) {
  .section-icon-boxes.offset-top {
    padding-top: 0;
  }
  .section-icon-boxes.offset-top .icon-boxes {
    position: relative;
    margin-top: -150px;
    z-index: 1;
  }
}

.section-page-boxes {
  padding: 80px 0;
}
.section-page-boxes .text {
  margin-bottom: 20px;
}
.section-page-boxes .text h2, .section-page-boxes .text h3 {
  font-size: 1.875rem;
}
.section-page-boxes .page-box {
  display: flex;
  margin: 10px 0;
}
.section-page-boxes .page-box > a, .section-page-boxes .page-box.no-link {
  width: 100%;
  color: inherit;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.section-page-boxes .page-box .image {
  position: relative;
  padding-bottom: 56.5%;
  width: 100%;
}
.section-page-boxes .page-box .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-page-boxes .page-box .content {
  padding: 40px;
  background: #fff;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-content: flex-start;
}
.section-page-boxes .page-box .content > *:not(.circle-arrow) {
  width: 100%;
}
.section-page-boxes .page-box .content .btn-icon {
  align-self: flex-end;
}
.section-page-boxes .page-box .btn-icon {
  margin-top: 50px;
}
.section-page-boxes .page-box p {
  line-height: 27px;
}
@media (min-width: 768px) {
  .section-page-boxes .page-boxes {
    margin: 0 -10px;
  }
  .section-page-boxes .page-box {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 991px) {
  .section-page-boxes {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .section-page-boxes {
    padding: 40px 0;
  }
}
.section-page-boxes.has-white-background-color + .section-page-boxes.background-default, .section-page-boxes.background-default + .section-page-boxes.has-white-background-color {
  padding-top: 0;
}

.section-icons-with-text {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}
.section-icons-with-text .icon {
  margin: 1rem 0;
  flex: none;
}
.section-icons-with-text .icon.side {
  margin-top: 0;
}
.section-icons-with-text .icon.side, .section-icons-with-text .icon.side a {
  display: flex;
  text-align: left;
  align-items: center;
}
.section-icons-with-text .icon.side .text h1, .section-icons-with-text .icon.side .text h2, .section-icons-with-text .icon.side .text h3, .section-icons-with-text .icon.side .text h4, .section-icons-with-text .icon.side a .text h1, .section-icons-with-text .icon.side a .text h2, .section-icons-with-text .icon.side a .text h3, .section-icons-with-text .icon.side a .text h4 {
  margin-bottom: 0;
}
.section-icons-with-text .icon.side .text, .section-icons-with-text .icon.side a .text {
  margin-left: 20px;
}
.section-icons-with-text h1, .section-icons-with-text h2, .section-icons-with-text h3, .section-icons-with-text h4 {
  font-size: 1rem;
  margin-bottom: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: inherit;
}
.section-icons-with-text h1 + p, .section-icons-with-text h2 + p, .section-icons-with-text h3 + p, .section-icons-with-text h4 + p {
  margin: 0;
}
.section-icons-with-text.color-default h1, .section-icons-with-text.color-default h2, .section-icons-with-text.color-default h3, .section-icons-with-text.color-default h4 {
  color: #3C2C1C;
}
.section-icons-with-text a {
  color: inherit;
  text-decoration: none;
  display: block;
}

.section-image-links {
  padding: 80px 0;
  color: #3C2C1C;
}
.section-image-links a {
  color: inherit;
}
.section-image-links .image-link {
  margin: 1.5rem 0;
}
.section-image-links .image img {
  width: 100%;
  height: auto;
}
.section-image-links .title {
  margin-top: 0.8rem;
  color: inherit;
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
}
.section-image-links .title .icon {
  margin-right: 19px;
}
.section-image-links .title span {
  line-height: 1;
}
@media (max-width: 991px) {
  .section-image-links {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .section-image-links {
    padding: 40px 0;
  }
  .section-image-links .image {
    position: relative;
    padding-bottom: 120%;
  }
  .section-image-links .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .section-image-links .title {
    font-size: 19px;
  }
}

.featured-page {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 33px;
  height: 527px;
  max-width: 345px;
}
.featured-page:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #3C2C1C;
  opacity: 0.8;
  z-index: 0;
}
.featured-page a {
  display: flex;
  height: 100%;
}
.featured-page .content {
  align-self: flex-end;
  position: relative;
  z-index: 1;
  color: #fff;
}
.featured-page .content .title {
  font-weight: 500;
  font-size: 23px;
  letter-spacing: 0.02em;
  margin-bottom: 1rem;
}
.featured-page .content .excerpt {
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
  opacity: 0.8;
  max-width: 200px;
  margin-bottom: 1rem;
}

.section-featured-page-slider {
  padding: 80px 0;
}
.section-featured-page-slider .container {
  padding-right: 0;
}
.section-featured-page-slider .circle-arrow {
  margin-top: 1rem;
}
.section-featured-page-slider .text {
  padding-right: 30px;
}
@media (max-width: 991px) {
  .section-featured-page-slider {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .section-featured-page-slider {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .section-featured-page-slider > .container {
    position: relative;
  }
  .section-featured-page-slider .dots {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
  }
  .section-featured-page-slider .dots .slick-dots {
    text-align: center;
  }
}

@media (min-width: 992px) {
  .wp-block-column .section-featured-page-slider .container {
    padding: 0;
  }
}
.featured-page-slider .slide {
  width: 299px !important;
}
.featured-page-slider .slide .inner {
  padding-right: 22px;
}
.featured-page-slider .slide:last-child {
  width: 277px !important;
}
.featured-page-slider .slide:last-child .inner {
  padding-right: 0;
}
.featured-page-slider .slide .image {
  width: 100%;
  height: 383px;
  margin-bottom: 10px;
}
.featured-page-slider .slide .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.featured-page-slider .slide .title {
  color: inherit;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
}
.featured-page-slider .slide .title .icon {
  margin-right: 11px;
}
.featured-page-slider .slide .title span {
  line-height: 1;
}
@media (max-width: 767px) {
  .featured-page-slider {
    margin-top: 40px;
  }
  .featured-page-slider .slide {
    width: 176px !important;
  }
  .featured-page-slider .slide .inner {
    padding-right: 13px;
  }
  .featured-page-slider .slide:last-child {
    width: 163px !important;
  }
  .featured-page-slider .slide:last-child .inner {
    padding-right: 0;
  }
  .featured-page-slider .slide .image {
    height: 225px;
  }
}

.dots {
  padding: 15px 60px;
}
.dots .slick-dots {
  position: static;
  text-align: right;
}
.dots .slick-dots li {
  width: 22px;
  margin-left: 3px;
  margin-right: 0;
}
.dots .slick-dots li button {
  position: relative;
  width: 22px;
}
.dots .slick-dots li button:before {
  content: "";
  display: block;
  height: 2px;
  width: 22px;
  background-color: #E3DDD1;
  transition: background-color 0.3s ease-in-out;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.dots .slick-dots li.slick-active button:before {
  background: #3C2C1C;
}
@media (max-width: 991px) {
  .dots {
    padding: 15px;
  }
}

.section-offset-image-with-text .offset-image {
  position: relative;
  top: -60px;
}
.section-offset-image-with-text .offset-image .h-text {
  position: absolute;
  right: 15px;
  transform: rotate(90deg) translateX(100%);
  transform-origin: top right;
  margin-top: 60px;
}
.section-offset-image-with-text .image img {
  width: auto;
  height: auto;
}
.section-offset-image-with-text .text {
  padding-top: 150px;
  padding-bottom: 150px;
}
.section-offset-image-with-text .text .image {
  margin-top: 80px;
}
.section-offset-image-with-text .text .circle-arrow {
  margin-top: 20px;
}
@media (max-width: 991px) {
  .section-offset-image-with-text .offset-image {
    top: 0;
    margin-top: -60px;
    padding-right: 100px;
  }
  .section-offset-image-with-text .offset-image .h-text {
    top: 0;
    margin-top: 0;
    right: 65px;
  }
  .section-offset-image-with-text .text {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .section-offset-image-with-text .text .image {
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .section-offset-image-with-text .offset-image {
    margin-top: -40px;
    padding-right: 50px;
  }
  .section-offset-image-with-text .offset-image .h-text {
    right: 15px;
  }
}

.section-subject-slider {
  padding: 80px 0;
}
.section-subject-slider .text {
  width: 33.33%;
  position: relative;
  z-index: 2;
  padding-right: 70px;
  margin-top: 60px;
}
.section-subject-slider .text h2 {
  margin-right: -200px;
}
.section-subject-slider .subject-slider {
  width: 66.66%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.section-subject-slider .subject-slider .slides-wrapper {
  width: 40%;
  position: relative;
  overflow: hidden;
  flex: none;
}
.section-subject-slider .subject-slider .slides-wrapper .slides {
  margin-bottom: 0;
  height: 80vh;
  max-height: 828px;
}
.section-subject-slider .subject-slider .slides-wrapper .slides .slick-list, .section-subject-slider .subject-slider .slides-wrapper .slides .slick-track .slick-slide {
  height: inherit;
  max-height: inherit;
}
.section-subject-slider .subject-slider .slides-wrapper .slides img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.section-subject-slider .subject-slider .slides-wrapper .slides .content {
  display: none;
}
.section-subject-slider .subject-slider .slides-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-subject-slider .subject-slider .slide .content .title, .section-subject-slider .subject-slider .subjects .subject .title {
  color: #3C2C1C;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.section-subject-slider .subject-slider .slide .content .excerpt, .section-subject-slider .subject-slider .subjects .subject .excerpt {
  color: #1D1D1B;
}
.section-subject-slider .subject-slider .subjects {
  padding-left: 5vw;
  flex-grow: 1;
}
.section-subject-slider .subject-slider .subjects .subject {
  margin-bottom: 30px;
  border-left: 1px solid transparent;
  transition: border-color 0.3s ease-in-out;
  padding-left: 20px;
}
.section-subject-slider .subject-slider .subjects .subject.active {
  border-color: #3C2C1C;
}
.section-subject-slider .subject-slider .subjects .subject:last-child {
  margin-bottom: 0;
}
.section-subject-slider .subject-slider .dots .slick-dots {
  text-align: center;
}
@media (max-width: 991px) {
  .section-subject-slider {
    padding: 80px 0;
  }
  .section-subject-slider .text {
    width: 100%;
    margin-bottom: 30px;
    margin-top: 0;
    padding-right: 20px;
  }
  .section-subject-slider .text h2 {
    margin-right: 0;
  }
  .section-subject-slider .subject-slider {
    width: 100%;
    display: block;
  }
  .section-subject-slider .subject-slider .slides-wrapper {
    width: 100%;
    max-width: 464px;
    margin: 0 auto;
  }
  .section-subject-slider .subject-slider .slides-wrapper:after {
    display: none;
  }
  .section-subject-slider .subject-slider .slides-wrapper .slides {
    height: auto;
    max-height: none;
  }
  .section-subject-slider .subject-slider .slides-wrapper .slides img {
    width: 100%;
    height: auto !important;
    object-fit: none;
  }
  .section-subject-slider .subject-slider .slides-wrapper .slides .content {
    display: block;
    padding: 20px 5px;
  }
  .section-subject-slider .subject-slider .subjects {
    display: none;
  }
}
@media (max-width: 767px) {
  .section-subject-slider {
    padding: 40px 0;
  }
  .section-subject-slider .subject-slider .slides-wrapper {
    max-width: none;
  }
  .section-subject-slider .subject-slider .slides-wrapper .slides img {
    max-width: none;
    max-height: none;
  }
}

.section-restaurant-slider {
  padding: 80px 0;
  background: #3C2C1C;
  color: #fff;
}
.section-restaurant-slider .restaurant-slider-container {
  padding-right: 0;
}
.section-restaurant-slider .text {
  margin-bottom: 50px;
}
.section-restaurant-slider .text p {
  opacity: 0.8;
}
.section-restaurant-slider .restaurant-slider .slick-list {
  overflow: visible;
}
.section-restaurant-slider .restaurant-slider .slide {
  width: 700px;
  padding-right: 25px;
  opacity: 0.6;
  transition: opacity 0.3s ease-in-out;
}
.section-restaurant-slider .restaurant-slider .slide.slick-active {
  opacity: 1;
}
.section-restaurant-slider .restaurant-slider .slide a {
  color: inherit;
}
.section-restaurant-slider .restaurant-slider .slide img {
  width: 100%;
  height: auto;
}
.section-restaurant-slider .restaurant-slider .slide .inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
}
.section-restaurant-slider .restaurant-slider .slide .image {
  width: 464px;
}
.section-restaurant-slider .restaurant-slider .slide .content {
  flex: 1;
  padding-left: 20px;
}
.section-restaurant-slider .restaurant-slider .slide .content .title {
  font-size: 23px;
  margin-bottom: 10px;
  letter-spacing: 0.02em;
}
.section-restaurant-slider .restaurant-slider .slide .content .excerpt {
  font-size: 15px;
  opacity: 0.8;
  line-height: 24px;
}
.section-restaurant-slider .restaurant-slider .slide .content .circle-arrow {
  margin-top: 40px;
}
.section-restaurant-slider .arrows {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 30px;
}
.section-restaurant-slider .arrows .slick-arrow {
  position: static;
  padding: 10px;
  display: inline-block;
  width: auto;
  height: auto;
  transform: none;
  transition: opacity 0.3s ease-in-out;
}
.section-restaurant-slider .arrows .slick-arrow:before {
  display: none;
}
.section-restaurant-slider .arrows .slick-arrow.slick-disabled {
  opacity: 0.2;
}
.section-restaurant-slider .arrows .slick-prev {
  padding-left: 0;
}
.section-restaurant-slider .arrows .slick-next {
  padding-right: 0;
  margin-left: 5px;
}
.section-restaurant-slider .dots .slick-dots {
  text-align: center;
}
.section-restaurant-slider .dots .slick-dots li button:before {
  background: #fff;
  opacity: 0.1;
  transition: all 0.3s ease-in-out;
}
.section-restaurant-slider .dots .slick-dots li.slick-active button:before {
  background: #C78F76;
  opacity: 1;
}
@media (max-width: 1399px) {
  .section-restaurant-slider .restaurant-slider .slide {
    width: 600px;
  }
  .section-restaurant-slider .restaurant-slider .slide .image {
    width: 380px;
  }
}
@media (max-width: 1199px) {
  .section-restaurant-slider .restaurant-slider .slide {
    width: 45vw;
  }
  .section-restaurant-slider .restaurant-slider .slide .image {
    width: 100%;
  }
  .section-restaurant-slider .restaurant-slider .slide .inner {
    flex-direction: column;
    align-items: stretch;
  }
  .section-restaurant-slider .restaurant-slider .slide .content {
    padding-left: 0;
    margin-top: 10px;
  }
  .section-restaurant-slider .restaurant-slider .slide .content .circle-arrow {
    margin-top: 10px;
  }
}
@media (max-width: 500px) {
  .section-restaurant-slider .restaurant-slider .slide {
    width: 80vw;
  }
}
@media (max-width: 991px) {
  .section-restaurant-slider {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .section-restaurant-slider {
    padding: 40px 0;
  }
}

.cards {
  padding: 80px 0;
}
.cards .card {
  color: #fff;
  margin: 15px 0;
}
.cards .card .inner {
  position: relative;
  padding-bottom: 75%;
}
.cards .card .inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  mix-blend-mode: multiply;
  z-index: 2;
}
.cards .card .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.cards .card .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cards .card .content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translate(-50%, -50%);
  padding: 15px;
  z-index: 3;
}
.cards .card .content h5 {
  color: #C78F76;
}
.cards .card .content h1, .cards .card .content h2, .cards .card .content h3, .cards .card .content h4 {
  font-size: 40px;
  margin-bottom: 0px;
  margin-top: 8px;
}
.cards .card .content a {
  margin-top: 30px;
}
.cards .card.primary .inner:before {
  background: #3C2C1C;
}
.cards .card.primary .content h5 {
  color: #C78F76;
}
.cards .card.primary .content a {
  color: #3C2C1C;
}
.cards .card.primary .content a:hover {
  color: #fff;
}
.cards .card.primary-2 .inner:before {
  background: #2D7AAF;
}
.cards .card.primary-2 .content h5 {
  color: #fff;
}
.cards .card.primary-2 .content a {
  color: #2D7AAF;
}
.cards .card.primary-2 .content a:hover {
  background-color: #2D7AAF;
  border-color: #2D7AAF;
  color: #fff;
}
.cards .card.col-xl-3 .content h1, .cards .card.col-xl-3 .content h2, .cards .card.col-xl-3 .content h3, .cards .card.col-xl-3 .content h4, .cards .card.col-xl-4 .content h1, .cards .card.col-xl-4 .content h2, .cards .card.col-xl-4 .content h3, .cards .card.col-xl-4 .content h4, .cards .card.col-xl-fifth .content h1, .cards .card.col-xl-fifth .content h2, .cards .card.col-xl-fifth .content h3, .cards .card.col-xl-fifth .content h4 {
  font-size: 25px;
}
@media (max-width: 1399px) {
  .cards .card .content h1, .cards .card .content h2, .cards .card .content h3, .cards .card .content h4 {
    font-size: 30px;
  }
  .cards .card.col-xl-3 .content h1, .cards .card.col-xl-3 .content h2, .cards .card.col-xl-3 .content h3, .cards .card.col-xl-3 .content h4, .cards .card.col-xl-4 .content h1, .cards .card.col-xl-4 .content h2, .cards .card.col-xl-4 .content h3, .cards .card.col-xl-4 .content h4, .cards .card.col-xl-fifth .content h1, .cards .card.col-xl-fifth .content h2, .cards .card.col-xl-fifth .content h3, .cards .card.col-xl-fifth .content h4 {
    font-size: 20px;
  }
  .cards .card.col-xl-3 .content a, .cards .card.col-xl-4 .content a, .cards .card.col-xl-fifth .content a {
    margin-top: 20px;
  }
}
@media (max-width: 1199px) {
  .cards .card .content h1, .cards .card .content h2, .cards .card .content h3, .cards .card .content h4 {
    font-size: 25px;
  }
}
@media (max-width: 991px) {
  .cards {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .cards {
    padding: 40px 0;
  }
}
@media (max-width: 575px) {
  .cards .card .content h1, .cards .card .content h2, .cards .card .content h3, .cards .card .content h4 {
    font-size: 20px;
  }
}

.section-quote {
  padding: 80px 0;
  text-align: center;
  background-color: #3C2C1C;
  color: #fff;
  position: relative;
}
.section-quote .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.section-quote .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-quote .image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #351808;
  opacity: 0.8;
  mix-blend-mode: multiply;
}
.section-quote figure {
  max-width: 720px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding: 0 20px;
}
.section-quote figure blockquote {
  font-size: 21px;
  line-height: 27px;
  margin: 0;
}
.section-quote figure figcaption {
  /*color:$color-highlight-3;*/
  font-size: 13px;
  text-transform: uppercase;
  margin-top: 30px;
}
@media (max-width: 991px) {
  .section-quote {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .section-quote {
    padding: 40px 0;
  }
  .section-quote figure blockquote {
    font-size: 16px;
  }
}

.section-text {
  padding: 80px 0;
}
@media (max-width: 991px) {
  .section-text {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .section-text {
    padding: 40px 0;
  }
}
.section-text + .has-white-background-color, .section-text + .section-media-text.background-default {
  padding-top: 0;
}
.section-text iframe {
  width: 100%;
  min-height: 300px;
  aspect-ratio: 16/9;
}
.section-text img.aligncenter {
  margin: 0 auto;
  display: block;
}
.section-text h2 {
  font-weight: 400;
  font-size: 42px;
}
.section-text .icon-wrapper {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

.section-package-list {
  padding: 80px 0;
}
.section-package-list.offset-top {
  padding-top: 0;
  position: relative;
}
.section-package-list.offset-top:before {
  content: "";
  height: 150px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}
.section-package-list .package {
  margin: 10px 0;
}
.section-package-list .package a {
  color: inherit;
  text-decoration: none;
}
.section-package-list .package .image {
  position: relative;
  padding-bottom: 75%;
}
.section-package-list .package .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  z-index: 1;
}
.section-package-list .package .image:before {
  content: "";
  position: absolute;
  z-index: 2;
  height: 50%;
  bottom: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  background: linear-gradient(180deg, rgb(60, 44, 28) 0%, rgba(60, 44, 28, 0) 100%);
  transform: rotate(-180deg);
}
.section-package-list .package .booking-price-container {
  position: absolute;
  right: 30px;
  bottom: 0;
  transform: translateY(50%);
  background: #3C2C1C;
  padding: 25px 45px 25px 30px;
  color: #fff;
  z-index: 3;
  text-align: right;
}
.section-package-list .package .booking-price-container .price {
  font-size: 2.25rem;
  letter-spacing: 0.02em;
  font-weight: 500;
  line-height: 1;
}
.section-package-list .package .booking-price-container .price-text {
  margin-top: 8px;
  font-size: 13px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.section-package-list .package .content {
  background: #fff;
  padding: 50px 25px 25px;
  display: flex;
  align-items: center;
}
.section-package-list .package .content .circle-arrow {
  flex: none;
}
.section-package-list .package .content .title-wrapper {
  margin-left: 17px;
}
.section-package-list .package .content .title {
  color: #1D1D1B;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}
@media (min-width: 1200px) {
  .section-package-list .package.col-xl-3 .booking-price-container {
    right: 10px;
    padding: 15px 25px 15px 15px;
  }
  .section-package-list .package.col-xl-3 .booking-price-container .price {
    font-size: 1.5rem;
  }
  .section-package-list .package.col-xl-3 .booking-price-container {
    transform: translateY(33%);
  }
  .section-package-list .package.col-xl-4 .booking-price-container {
    padding: 20px 35px 20px 20px;
  }
  .section-package-list .package.col-xl-4 .booking-price-container .price {
    font-size: 1.875rem;
  }
}
@media (max-width: 1199px) {
  .section-package-list .package .booking-price-container {
    padding: 20px 35px 20px 20px;
  }
  .section-package-list .package .booking-price-container .price {
    font-size: 1.875rem;
  }
  .section-package-list .package .content .title {
    font-size: 1.25rem;
  }
}
@media (max-width: 991px) {
  .section-package-list {
    padding: 80px 0;
  }
  .section-package-list .package .booking-price-container {
    transform: none;
    right: 0;
    padding: 15px 25px 15px 15px;
  }
  .section-package-list .package .booking-price-container .price {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .section-package-list {
    padding: 40px 0;
  }
}
@media (max-width: 575px) {
  .section-package-list .package .content {
    padding: 20px;
  }
  .section-package-list .package .content .circle-arrow {
    width: 50px;
    height: 50px;
    background-size: 19px 10px;
    display: none !important;
  }
  .section-package-list .package .content .title-wrapper {
    margin-left: 0px;
  }
  .section-package-list .package .content .title {
    font-size: 1rem;
  }
  .section-package-list .package .booking-price-container {
    padding: 10px;
  }
  .section-package-list .package .booking-price-container .price {
    font-size: 1.2rem;
  }
  .section-package-list .package .booking-price-container .price-text {
    font-size: 12px;
  }
}

.section-gallery {
  padding: 80px 0;
}
.section-gallery.randomize .pb-gallery {
  align-items: flex-start;
}
@media (min-width: 1200px) {
  .section-gallery.randomize .pb-gallery .image.col-xl-3:nth-child(4n+1) {
    margin-top: -60px;
  }
  .section-gallery.randomize .pb-gallery .image.col-xl-3:nth-child(4n+2) {
    margin-top: -80px;
  }
  .section-gallery.randomize .pb-gallery .image.col-xl-3:nth-child(4n+4) {
    margin-top: -120px;
  }
}
@media (max-width: 991px) {
  .section-gallery {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .section-gallery {
    padding: 40px 0;
  }
}

.pb-gallery {
  align-items: stretch;
}
.pb-gallery .image {
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
}
.pb-gallery .image .inner {
  position: relative;
  padding-bottom: 100%;
}
.pb-gallery .image a {
  width: 100%;
  height: 100%;
  position: absolute;
}
.pb-gallery .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.menu-section .menu-row {
  align-items: stretch;
}
.menu-section .menu-row .menu-col {
  align-self: stretch;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.menu-section .menu-row .menu-col > * {
  width: 100%;
  flex-basis: 100%;
}
.menu-section .menu-row .menu-col .menu-price {
  align-self: flex-end;
}

.section-employee-list {
  padding: 80px 0;
}
.section-employee-list .employee-list-title {
  font-size: 30px;
  border-bottom: 1px solid rgb(240, 237, 231);
  padding-bottom: 15px;
}
.section-employee-list .employee-list {
  list-style: none;
  padding: 0;
}
.section-employee-list .employee {
  display: block;
  margin: 10px 0;
}
.section-employee-list .employee .image {
  position: relative;
  padding-bottom: 55%;
  overflow: hidden;
}
.section-employee-list .employee .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-employee-list .employee .content {
  background: #F8F6F3;
  padding: 25px 33px;
}
.section-employee-list .employee .content .name {
  font-size: 27px;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.section-employee-list .employee .content .title {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #3C2C1C;
  text-transform: uppercase;
}
.section-employee-list .employee .content ul {
  margin-top: 12px;
}
.section-employee-list .employee .content ul li {
  margin-bottom: 10px;
  font-size: 15px;
  color: #1D1D1B;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.section-employee-list .employee .content ul li .icon {
  margin-right: 10px;
  width: 15px;
}
.section-employee-list .employee .content ul li a {
  color: inherit;
}
@media (max-width: 991px) {
  .section-employee-list {
    padding: 80px 0;
  }
  .section-employee-list .employee .content .name {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .section-employee-list {
    padding: 40px 0;
  }
  .section-employee-list .employee-list-title {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  .section-employee-list .employee-list-title {
    font-size: 22px;
  }
  .section-employee-list .employee .content {
    padding: 15px 20px;
  }
}
.section-employee-list + .section-employee-list, .section-employee-list + .section-department-list {
  padding-top: 0;
}

.section-department-list {
  padding: 80px 0;
}
.section-department-list .department-list-title {
  font-size: 30px;
  border-bottom: 1px solid rgb(240, 237, 231);
  padding-bottom: 15px;
}
.section-department-list .department-list {
  list-style: none;
  padding: 0;
  align-items: stretch;
}
.section-department-list .department {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0;
}
.section-department-list .department > * {
  flex-basis: 100%;
}
.section-department-list .department .content {
  background: #F8F6F3;
  padding: 25px 33px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.section-department-list .department .content .title {
  font-size: 27px;
  font-weight: 500;
  letter-spacing: 0.02em;
  padding-bottom: 20px;
  border-bottom: 1px solid rgb(227, 221, 209);
  margin: 0;
}
.section-department-list .department .content > a {
  margin-top: auto;
  margin-right: 0;
  align-self: flex-start;
  padding: 20px 50px;
  line-height: 1;
}
.section-department-list .department .sub-content {
  position: relative;
  padding: 10px 0 10px 25px;
  border-bottom: 1px solid rgb(227, 221, 209);
}
.section-department-list .department .sub-content .icon {
  position: absolute;
  top: 12px;
  left: 0;
}
.section-department-list .department .sub-content .icon img {
  width: 16px;
  height: 16px;
}
.section-department-list .department .sub-content:last-of-type {
  margin-bottom: 25px;
}
.section-department-list .department .sub-content .sub-content-title {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #3C2C1C;
  text-transform: uppercase;
}
.section-department-list .department .sub-content .sub-content-text-text {
  font-size: 15px;
  line-height: 22px;
}
@media (max-width: 991px) {
  .section-department-list {
    padding: 80px 0;
  }
  .section-department-list .department .content .title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .section-department-list {
    padding: 40px 0;
  }
  .section-department-list .department-list-title {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  .section-department-list .department-list-title {
    font-size: 22px;
  }
  .section-department-list .department .content {
    padding: 15px 20px;
  }
}
.section-department-list + .section-employee-list, .section-department-list + .section-department-list {
  padding-top: 0;
}

.section-news-list {
  padding: 80px 0;
  background: #F8F6F3;
}
.section-news-list .news {
  margin: 10px 0;
}
.section-news-list .news a {
  color: inherit;
  text-decoration: none;
}
.section-news-list .news .image {
  position: relative;
  padding-bottom: 75%;
}
.section-news-list .news .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  z-index: 1;
}
.section-news-list .news .image:before {
  content: "";
  position: absolute;
  z-index: 2;
  height: 50%;
  bottom: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  background: linear-gradient(180deg, rgb(60, 44, 28) 0%, rgba(60, 44, 28, 0) 100%);
  transform: rotate(-180deg);
}
.section-news-list .news .content {
  background: #fff;
  padding: 25px;
}
.section-news-list .news .content .circle-arrow {
  flex: none;
}
.section-news-list .news .content .title {
  color: #1D1D1B;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}
@media (max-width: 1199px) {
  .section-news-list .news .content .title {
    font-size: 1.25rem;
  }
}
@media (max-width: 991px) {
  .section-news-list {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .section-news-list {
    padding: 40px 0;
  }
}
@media (max-width: 575px) {
  .section-news-list .news .content {
    padding: 20px;
  }
  .section-news-list .news .content .circle-arrow {
    width: 50px;
    height: 50px;
    background-size: 19px 10px;
  }
  .section-news-list .news .content .title {
    font-size: 1rem;
  }
}

.section-box-links {
  padding: 80px 0;
}
.section-box-links .text {
  margin-bottom: 70px;
}
.section-box-links .box-links {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
}
.section-box-links .box-link {
  display: block;
  text-align: center;
  margin: 10px 0;
}
.section-box-links .box-link .content {
  background: #fff;
  padding: 60px 35px 45px;
  height: 100%;
}
.section-box-links .box-link h3 {
  margin-top: 45px;
  margin-bottom: 0;
  color: #1D1D1B;
}
.section-box-links .box-link a {
  color: inherit;
}
.section-box-links .box-link .box-icon img {
  width: 48px;
  height: 48px;
}
.section-box-links .box-link .button {
  margin-top: 60px;
  color: #3C2C1C;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.section-box-links .box-link .button .icon {
  margin-right: 15px;
}
.section-box-links .color-primary-2 .box-link .button {
  color: #2D7AAF;
}
.section-box-links .background-color-primary .box-link .content {
  background: #3C2C1C;
}
.section-box-links .background-color-primary-2 .box-link .content {
  background: #2D7AAF;
}
.section-box-links .has-white-color .box-link .button, .section-box-links .has-white-color .box-link h3, .section-box-links .has-white-color .box-link a {
  color: inherit;
}
@media (max-width: 991px) {
  .section-box-links {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .section-box-links {
    padding: 40px 0;
  }
}

.section-text-page-links {
  position: relative;
  background: #F0EDE7;
}
.section-text-page-links .image-bg {
  position: absolute;
  width: 50%;
  height: 100%;
}
.section-text-page-links .image-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-text-page-links .image-bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #3C2C1C;
  opacity: 0.8;
}
.section-text-page-links .text {
  color: #fff;
  padding: 80px 150px 80px 20px;
}
.section-text-page-links .text .h5 {
  color: inherit;
}
.section-text-page-links .text p {
  color: rgba(255, 255, 255, 0.8);
}
.section-text-page-links .page-links {
  padding-top: 120px;
  padding-bottom: 120px;
}
.section-text-page-links .page-link {
  color: #1D1D1B;
  margin: 10px 0;
}
.section-text-page-links .page-link a {
  display: flex;
  flex-flow: column nowrap;
  color: inherit;
  height: 100%;
}
.section-text-page-links .page-link .image {
  padding-bottom: 141%;
  width: 100%;
  position: relative;
}
.section-text-page-links .page-link .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.section-text-page-links .page-link .image:after {
  content: "";
  position: absolute;
  height: 50%;
  width: 100%;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(60, 44, 28, 0) 0%, rgb(60, 44, 28) 100%);
}
.section-text-page-links .page-link .content {
  background: #fff;
  padding: 40px 20px;
  display: flex;
  align-items: center;
  flex-grow: 1;
}
.section-text-page-links .page-link .circle-arrow {
  width: 52px;
  height: 52px;
  flex: none;
}
.section-text-page-links .page-link .title {
  margin-left: 15px;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.02em;
}
.section-text-page-links.color-blue .image-bg:after {
  background: #2D7AAF;
}
.section-text-page-links.color-blue .page-link .image:after {
  background: linear-gradient(180deg, rgba(60, 44, 28, 0) 0%, rgb(60, 44, 28) 100%);
}
@media (max-width: 1199px) {
  .section-text-page-links .text {
    padding-right: 20px;
  }
  .section-text-page-links .page-link .circle-arrow {
    width: 42px;
    height: 42px;
  }
  .section-text-page-links .page-link .title {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .section-text-page-links .image-bg {
    width: 100%;
    height: 50%;
  }
  .section-text-page-links .text {
    padding-top: 130px;
    text-align: center;
  }
  .section-text-page-links .page-links {
    padding-top: 0;
  }
  .section-text-page-links .page-link .image {
    padding-bottom: 100%;
  }
}
@media (max-width: 767px) {
  .section-text-page-links .page-link .image {
    padding-bottom: 75%;
  }
}
@media (max-width: 575px) {
  .section-text-page-links .text {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .section-text-page-links .page-links {
    padding-bottom: 80px;
  }
}

.section-fremhaevet-karrusel {
  position: relative;
  background: #F0EDE7;
}
.section-fremhaevet-karrusel .image-bg {
  position: absolute;
  width: 50%;
  height: 100%;
}
.section-fremhaevet-karrusel .image-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-fremhaevet-karrusel .image-bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #3C2C1C;
  opacity: 0.8;
}
.section-fremhaevet-karrusel .text {
  color: #ffffff;
}
.section-fremhaevet-karrusel .text .h5 {
  color: inherit;
}
.section-fremhaevet-karrusel .text p {
  color: inherit;
}
.section-fremhaevet-karrusel .text .button {
  margin-top: 20px;
}
.section-fremhaevet-karrusel .text .button a {
  padding: 15px 15px;
}
.section-fremhaevet-karrusel .karrusel {
  padding-top: 120px;
  padding-bottom: 120px;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section-fremhaevet-karrusel .fremhaevet-karrusel-slider .slick-list {
  margin: 0 -10px;
}
.section-fremhaevet-karrusel .fremhaevet-karrusel-slider .slick-track {
  display: flex;
  align-items: stretch;
}
.section-fremhaevet-karrusel .fremhaevet-karrusel-slider .slide {
  color: #1D1D1B;
  padding: 0 10px;
  height: auto;
  display: flex !important;
  flex-direction: column;
  cursor: grab;
}
.section-fremhaevet-karrusel .fremhaevet-karrusel-slider .slide:active {
  cursor: grabbing;
}
.section-fremhaevet-karrusel .fremhaevet-karrusel-slider .image {
  padding-bottom: 125%;
  width: 100%;
  position: relative;
  flex: none;
}
.section-fremhaevet-karrusel .fremhaevet-karrusel-slider .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.section-fremhaevet-karrusel .fremhaevet-karrusel-slider .image .title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
  position: absolute;
  display: inline-block;
  background: #3C2C1C;
  color: #fff;
  padding: 10px;
  z-index: 2;
  bottom: 10px;
  left: 20px;
  max-width: 80%;
}
.section-fremhaevet-karrusel .fremhaevet-karrusel-slider .content {
  background: #fff;
  padding: 25px;
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section-fremhaevet-karrusel .fremhaevet-karrusel-slider .content .text {
  color: #000000;
}
.section-fremhaevet-karrusel .fremhaevet-karrusel-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 30px;
  height: 30px;
  flex: none;
  border: none;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  cursor: pointer;
  transition: opacity 0.3s ease-in-out;
}
.section-fremhaevet-karrusel .fremhaevet-karrusel-slider .slick-arrow svg {
  display: block;
  width: 80%;
}
.section-fremhaevet-karrusel .fremhaevet-karrusel-slider .slick-arrow svg path {
  stroke: #1D1D1B;
}
.section-fremhaevet-karrusel .fremhaevet-karrusel-slider .slick-arrow.slick-disabled {
  opacity: 0.3;
  pointer-events: none;
}
.section-fremhaevet-karrusel .fremhaevet-karrusel-slider .slick-prev {
  left: -45px;
}
.section-fremhaevet-karrusel .fremhaevet-karrusel-slider .slick-prev:before {
  content: none;
}
.section-fremhaevet-karrusel .fremhaevet-karrusel-slider .slick-next {
  right: -45px;
}
.section-fremhaevet-karrusel .fremhaevet-karrusel-slider .slick-next:before {
  content: none;
}
.section-fremhaevet-karrusel .dots {
  position: absolute;
  width: calc(100% - 60px);
  bottom: 20px;
}
.section-fremhaevet-karrusel .dots .slick-dots {
  text-align: center;
  margin-top: 20px;
}
.section-fremhaevet-karrusel.color-blue .image-bg:after {
  background: #2D7AAF;
}
@media (max-width: 1199px) {
  .section-fremhaevet-karrusel .text {
    padding-right: 20px;
    padding-top: 20px;
  }
  .section-fremhaevet-karrusel .karrusel {
    padding-left: 40px;
    padding-right: 40px;
  }
  .section-fremhaevet-karrusel .fremhaevet-karrusel-slider .title {
    font-size: 20px;
  }
  .section-fremhaevet-karrusel .fremhaevet-karrusel-slider .slick-arrow {
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 991px) {
  .section-fremhaevet-karrusel .image-bg {
    width: 100%;
    height: 50%;
  }
  .section-fremhaevet-karrusel .karrusel {
    margin-top: 30px;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  .section-fremhaevet-karrusel .fremhaevet-karrusel-slider .slick-next {
    right: 15px;
  }
  .section-fremhaevet-karrusel .fremhaevet-karrusel-slider .slick-prev {
    left: 15px;
  }
}
@media (max-width: 575px) {
  .section-fremhaevet-karrusel .karrusel {
    padding-bottom: 80px;
  }
}

.section-fremhaevet-bred-karrusel {
  position: relative;
  background: #F0EDE7;
  padding-top: 120px;
  padding-bottom: 120px;
  overflow: hidden;
}
.section-fremhaevet-bred-karrusel .text {
  max-width: 770px;
  margin: 0 auto 60px;
  text-align: center;
  color: #1D1D1B;
}
.section-fremhaevet-bred-karrusel .text .h5 {
  color: inherit;
}
.section-fremhaevet-bred-karrusel .text p {
  color: inherit;
}
.section-fremhaevet-bred-karrusel .text .button {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.section-fremhaevet-bred-karrusel .karrusel {
  position: relative;
}
.section-fremhaevet-bred-karrusel .karrusel .slick-prev,
.section-fremhaevet-bred-karrusel .karrusel .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 30px;
  height: 30px;
  flex: none;
  border: none;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  cursor: pointer;
  transition: opacity 0.3s ease-in-out;
}
.section-fremhaevet-bred-karrusel .karrusel .slick-prev:before,
.section-fremhaevet-bred-karrusel .karrusel .slick-next:before {
  display: none;
}
.section-fremhaevet-bred-karrusel .karrusel .slick-prev svg,
.section-fremhaevet-bred-karrusel .karrusel .slick-next svg {
  display: block;
  width: 16px;
  height: auto;
  flex-shrink: 0;
}
.section-fremhaevet-bred-karrusel .karrusel .slick-prev svg path,
.section-fremhaevet-bred-karrusel .karrusel .slick-next svg path {
  stroke: #1D1D1B;
}
.section-fremhaevet-bred-karrusel .karrusel .slick-prev {
  left: 20px;
}
.section-fremhaevet-bred-karrusel .karrusel .slick-next {
  right: 20px;
}
.section-fremhaevet-bred-karrusel .fremhaevet-bred-karrusel-slider {
  position: relative;
  perspective: 1800px;
  touch-action: none;
  user-select: none;
  cursor: grab;
}
.section-fremhaevet-bred-karrusel .fremhaevet-bred-karrusel-slider.dragging {
  cursor: grabbing;
}
.section-fremhaevet-bred-karrusel .fremhaevet-bred-karrusel-slider .track {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
}
.section-fremhaevet-bred-karrusel .fremhaevet-bred-karrusel-slider .slide {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(30vw, 460px);
  color: #1D1D1B;
  cursor: pointer;
  will-change: transform;
  backface-visibility: hidden;
}
.section-fremhaevet-bred-karrusel .fremhaevet-bred-karrusel-slider .slide.is-active {
  cursor: default;
}
.section-fremhaevet-bred-karrusel .fremhaevet-bred-karrusel-slider .image {
  padding-bottom: 62.5%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.section-fremhaevet-bred-karrusel .fremhaevet-bred-karrusel-slider .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  pointer-events: none;
  -webkit-user-drag: none;
}
.section-fremhaevet-bred-karrusel .fremhaevet-bred-karrusel-slider .image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 45%);
}
.section-fremhaevet-bred-karrusel .fremhaevet-bred-karrusel-slider .image .title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.02em;
  position: absolute;
  display: inline-block;
  background: #3C2C1C;
  color: #fff;
  padding: 10px;
  z-index: 2;
  bottom: 20px;
  left: 20px;
  max-width: 80%;
}
.section-fremhaevet-bred-karrusel .fremhaevet-bred-karrusel-slider .content {
  background: #fff;
  padding: 25px;
}
.section-fremhaevet-bred-karrusel .fremhaevet-bred-karrusel-slider .content .text {
  color: #000000;
  text-align: left;
  max-width: none;
  margin: 0;
}
.section-fremhaevet-bred-karrusel .dots {
  margin-top: 30px;
}
.section-fremhaevet-bred-karrusel .dots .slick-dots {
  text-align: center;
}
.section-fremhaevet-bred-karrusel.color-blue .fremhaevet-bred-karrusel-slider .image .title {
  background: #2D7AAF;
}
@media (max-width: 1199px) {
  .section-fremhaevet-bred-karrusel {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .section-fremhaevet-bred-karrusel .fremhaevet-bred-karrusel-slider {
    perspective: 1200px;
  }
  .section-fremhaevet-bred-karrusel .fremhaevet-bred-karrusel-slider .slide {
    width: min(42vw, 380px);
  }
  .section-fremhaevet-bred-karrusel .karrusel .slick-prev,
  .section-fremhaevet-bred-karrusel .karrusel .slick-next {
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 991px) {
  .section-fremhaevet-bred-karrusel {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section-fremhaevet-bred-karrusel .text {
    margin-bottom: 40px;
  }
  .section-fremhaevet-bred-karrusel .fremhaevet-bred-karrusel-slider .slide {
    width: min(60vw, 340px);
  }
}
@media (max-width: 767px) {
  .section-fremhaevet-bred-karrusel .fremhaevet-bred-karrusel-slider {
    perspective: 800px;
  }
  .section-fremhaevet-bred-karrusel .fremhaevet-bred-karrusel-slider .slide {
    width: min(72vw, 300px);
  }
}

.section-newsletter-signup {
  padding: 80px 0;
  background: #F4F2EE;
}
.section-newsletter-signup .text {
  margin-bottom: 40px;
}
.section-newsletter-signup .text h2, .section-newsletter-signup .text h3, .section-newsletter-signup .text h4, .section-newsletter-signup .text .h2, .section-newsletter-signup .text .h3, .section-newsletter-signup .text .h4 {
  font-size: 30px;
}
.section-newsletter-signup .text p {
  color: rgba(29, 29, 27, 0.8);
}
.section-newsletter-signup .text a {
  text-decoration: underline;
}
.section-newsletter-signup .status-message {
  margin-top: 20px;
  border: 4px solid transparent;
  width: 100%;
  padding: 15px;
  max-width: 900px;
  margin: 0 auto;
}
.section-newsletter-signup .status-message.success {
  border-color: #3C2C1C;
}
.section-newsletter-signup .status-message.error {
  border-color: tomato;
}
.section-newsletter-signup.submitting input[type=submit] {
  display: none;
}
.section-newsletter-signup.submitting .loading-spinner {
  display: block !important;
}
.section-newsletter-signup .consent-text {
  font-size: 12px;
  margin-top: 10px;
}
.section-newsletter-signup .consent-text a {
  text-decoration: underline;
}
@media (max-width: 991px) {
  .section-newsletter-signup {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .section-newsletter-signup {
    padding: 40px 0;
  }
}

.newsletter-signup-form {
  width: 100%;
  max-width: 940px;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 7px;
}
.newsletter-signup-form fieldset {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
  border: 0;
  padding: 0;
  margin: 0;
  flex-grow: 1;
}
.newsletter-signup-form .input-fields {
  display: flex;
  gap: 7px;
  width: 100%;
}
@media (max-width: 991px) {
  .newsletter-signup-form .input-fields {
    display: block;
  }
  .newsletter-signup-form .input-fields input[type=text], .newsletter-signup-form .input-fields input[type=email], .newsletter-signup-form .input-fields input[type=tel] {
    margin-bottom: 7px;
  }
}
.newsletter-signup-form .form-group {
  position: relative;
  flex-grow: 1;
}
.newsletter-signup-form .form-group:not(.entry-interests):before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  width: 13px;
  height: 13px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;
}
.newsletter-signup-form .form-group.entry-name:before {
  background-image: url("/wp-content/themes/himmerland/img/icons/user-small-highlight-2.svg?v=1.1");
}
.newsletter-signup-form .form-group.entry-email:before {
  background-image: url("/wp-content/themes/himmerland/img/icons/envelope-small-highlight-2.svg?v=1.1");
}
.newsletter-signup-form .form-group.entry-zipcode:before {
  background-image: url("/wp-content/themes/himmerland/img/icons/zipcode.svg?v=1.1");
}
.newsletter-signup-form .wpcf7-list-item, .newsletter-signup-form .check-group {
  margin-left: 0;
}
.newsletter-signup-form .wpcf7-list-item label, .newsletter-signup-form .check-group label {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.newsletter-signup-form .wpcf7-list-item input, .newsletter-signup-form .check-group input {
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.newsletter-signup-form .wpcf7-list-item input:checked + .wpcf7-list-item-label:after, .newsletter-signup-form .wpcf7-list-item input:checked + span:after, .newsletter-signup-form .check-group input:checked + .wpcf7-list-item-label:after, .newsletter-signup-form .check-group input:checked + span:after {
  content: "";
  position: absolute;
  left: 7px;
  top: 7px;
  width: 5px;
  height: 10px;
  border-style: solid;
  border-color: #3C2C1C;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.newsletter-signup-form .wpcf7-list-item .entry-interests, .newsletter-signup-form .check-group .entry-interests {
  width: 100%;
}
.newsletter-signup-form .wpcf7-list-item.check-inline, .newsletter-signup-form .check-group.check-inline {
  display: flex;
  gap: 20px;
}
.newsletter-signup-form .wpcf7-list-item-label, .newsletter-signup-form .check-group label > span {
  padding-left: 27px;
  flex: 1;
  font-size: 1rem;
  color: #1D1D1B;
  position: relative;
  cursor: pointer;
}
.newsletter-signup-form .wpcf7-list-item-label:before, .newsletter-signup-form .check-group label > span:before {
  content: "";
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #8C8C8C;
  position: absolute;
  left: 0;
  top: 5px;
}
.newsletter-signup-form .submit {
  min-width: 300px;
}
.newsletter-signup-form .loading-spinner:after {
  width: 47px;
  height: 47px;
}
.newsletter-signup-form input[type=text], .newsletter-signup-form input[type=password], .newsletter-signup-form input[type=tel], .newsletter-signup-form input[type=number], .newsletter-signup-form input[type=email], .newsletter-signup-form textarea {
  background: #fff;
  border: 0;
  font-size: 14px;
  color: #1D1D1B;
  width: 100%;
  padding: 10px 10px 10px 30px;
  line-height: 27px;
  font-family: "Exo", sans-serif;
  border: 1px solid #8C8C8C;
}
.newsletter-signup-form input[type=submit] {
  font-family: "Exo", sans-serif;
  padding: 15px 50px;
  margin: 0;
}
@media (max-width: 991px) {
  .newsletter-signup-form {
    flex-flow: column nowrap;
    align-items: center;
    gap: 10px;
  }
  .newsletter-signup-form fieldset {
    flex-flow: column nowrap;
    align-items: center;
    gap: 10px;
    width: 100%;
    max-width: 400px;
  }
  .newsletter-signup-form fieldset > * {
    width: 100%;
  }
  .newsletter-signup-form .check-group.check-inline {
    flex-flow: column;
    gap: 10px;
  }
  .newsletter-signup-form input {
    margin: 0 auto;
  }
  .newsletter-signup-form .submit {
    margin: 15px auto 0;
    width: 100%;
    max-width: 400px;
  }
  .newsletter-signup-form .submit input {
    width: 100%;
  }
}

.section-video {
  position: relative;
  padding-bottom: 56%;
}
.section-video video, .section-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1700px) {
  .section-video {
    padding-bottom: 45%;
  }
}
.section-video-new {
  padding: 40px 0;
}
.section-video-new.bg-full {
  background: #E7E3DC;
}
.section-video-new.bg-half {
  position: relative;
}
.section-video-new.bg-half:before {
  content: "";
  height: 60%;
  width: 100%;
  background: #E7E3DC;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 576px) {
  .section-video-new {
    padding: 80px 0;
  }
}
.section-video-new .video-title {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 26px;
}
@media (min-width: 768px) {
  .section-video-new .video-title {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  .section-video-new .video-title {
    font-size: 42px;
  }
}
.section-video-new .video-wrap {
  position: relative;
  width: 100%;
}
.section-video-new .video-wrap video {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.section-video-new .video-wrap .video-play-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .section-video-new .video-wrap .video-play-wrap {
    width: 133px;
    height: 133px;
  }
}
.section-video-new .video-wrap .video-play-wrap.playing-on {
  opacity: 0;
}
.section-video-new .video-wrap .video-play {
  display: none;
}
.section-video-new .video-wrap .video-play.playing-on {
  display: block;
}
.section-video-new .video-wrap .video-mute {
  display: none;
}
.section-video-new .video-wrap .video-mute.sound-on {
  display: block;
}

.section-rooms {
  padding: 80px 0;
}
.section-rooms .text {
  margin-bottom: 20px;
}
.section-rooms .text h2, .section-rooms .text h3 {
  font-size: 1.875rem;
}
.section-rooms .room {
  display: flex;
  flex-direction: column;
  margin: 10px 0;
  cursor: pointer;
}
.section-rooms .room > a {
  width: 100%;
  color: inherit;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.section-rooms .room .image {
  position: relative;
  padding-bottom: 56.5%;
  width: 100%;
}
.section-rooms .room .image > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-rooms .room .image .count-max {
  position: absolute;
  bottom: 0;
  right: 20px;
  padding: 8px;
  background: #3C2C1C;
  color: #fff;
  display: flex;
  align-items: center;
}
.section-rooms .room .image .count-max .icon {
  margin-right: 5px;
}
.section-rooms .room .image .count-max span {
  line-height: 1;
}
.section-rooms .room .content {
  padding: 40px;
  background: #fff;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-content: flex-start;
}
.section-rooms .room .content > *:not(.circle-arrow) {
  width: 100%;
}
.section-rooms .room .content .btn-icon {
  align-self: flex-end;
}
.section-rooms .room .btn-icon {
  margin-top: 50px;
}
.section-rooms .room h3 + p {
  margin-top: 0;
}
.section-rooms .room p {
  line-height: 27px;
}
.section-rooms .room-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 110;
  width: 100%;
  max-width: 1600px;
  padding: 15px;
}
.section-rooms .room-popup .close-popup {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 15px;
  right: 15px;
  background: url("/wp-content/themes/himmerland/img/icons/close-primary.svg?v=1.1") no-repeat center center/contain;
  cursor: pointer;
  z-index: 10;
}
.section-rooms .room-popup .popup-inner {
  background: #fff;
  position: relative;
}
.section-rooms .room-popup .popup-inner .content-left {
  width: 50%;
  display: flex;
  flex-direction: column;
}
.section-rooms .room-popup .popup-inner .content-right {
  width: 50%;
  display: flex;
  flex-direction: column;
}
.section-rooms .room-popup .placement {
  padding: 40px;
}
.section-rooms .room-popup .placement a {
  display: block;
}
.section-rooms .room-popup .placement img {
  width: 100%;
  height: auto;
}
.section-rooms .room-popup .content-inner {
  display: flex;
}
.section-rooms .room-popup .images-container {
  padding-bottom: 56%;
  position: relative;
}
.section-rooms .room-popup .images-container .images {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.section-rooms .room-popup .images-container .slick-list, .section-rooms .room-popup .images-container .slick-track, .section-rooms .room-popup .images-container .slick-slide {
  position: relative;
  height: 100%;
}
.section-rooms .room-popup .images-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-rooms .room-popup .images-container .slick-prev {
  right: 40px;
  background: url("/wp-content/themes/himmerland/img/icons/chevron-right-w.svg?v=1.1") no-repeat center center/contain;
  transform: translate(-50%, -50%) rotate(180deg);
}
.section-rooms .room-popup .images-container .slick-prev:before {
  display: none;
}
.section-rooms .room-popup .images-container .slick-next {
  right: 20px;
  background: url("/wp-content/themes/himmerland/img/icons/chevron-right-w.svg?v=1.1") no-repeat center center/contain;
}
.section-rooms .room-popup .images-container .slick-next:before {
  display: none;
}
.section-rooms .room-popup .images-container .slick-next, .section-rooms .room-popup .images-container .slick-prev {
  top: auto;
  left: auto;
  bottom: 20px;
  z-index: 10;
}
.section-rooms .room-popup h2, .section-rooms .room-popup h3, .section-rooms .room-popup h4 {
  font-size: 1.875em;
}
.section-rooms .room-popup p, .section-rooms .room-popup ul {
  font-size: 1rem;
}
.section-rooms .room-popup .content-text {
  padding: 40px;
}
.section-rooms .room-popup .antal {
  padding: 40px;
  color: #3C2C1C;
  background: #E7E3DC;
}
.section-rooms .room-popup .antal .antal-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}
.section-rooms .room-popup .antal .antal-row .count {
  display: flex;
  align-items: center;
  width: 80px;
  justify-content: center;
  flex-direction: column;
  font-size: 0.8rem;
  text-align: center;
  gap: 5px;
}
.section-rooms .room-popup .antal .antal-row .count .icon {
  margin-right: 5px;
}
.section-rooms .room-popup .antal .antal-row .count .icon img {
  width: 60px;
  height: 60px;
}
.section-rooms .room-popup .antal .antal-row .count > span:nth-child(2) {
  font-weight: bold;
}
.section-rooms .room-popup .antal .antal-row .count > span > span:nth-child(2) {
  display: none;
}
.section-rooms .room-popup .antal .antal-row .count span {
  line-height: 1;
}
.section-rooms .room-popup .features {
  background: #E7E3DC;
  color: #3C2C1C;
  padding: 40px 10px 40px 40px;
  flex-grow: 1;
}
.section-rooms .room-popup .features ul {
  margin-bottom: 0;
  padding-left: 20px;
  display: flex;
  flex-flow: column wrap;
  max-height: 500px;
}
.section-rooms .room-popup .features ul li {
  max-width: 50%;
  padding-right: 30px;
}
.section-rooms .room-popup .antal + .features {
  padding-top: 0;
}
.section-rooms .room-popup .content-right > a {
  margin: 0;
  font-size: 20px;
  padding: 20px;
  margin-top: auto;
}
@media (min-width: 768px) {
  .section-rooms .rooms {
    margin: 0 -10px;
  }
  .section-rooms .room {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 1599px) {
  .section-rooms .room-popup {
    max-width: 1400px;
    padding: 60px;
  }
  .section-rooms .room-popup .features ul {
    max-height: 700px;
  }
}
@media (max-width: 991px) {
  .section-rooms {
    padding: 80px 0;
  }
  .section-rooms .room-popup {
    max-height: 100%;
    overflow: auto;
    padding: 50px;
    font-size: 80%;
  }
  .section-rooms .room-popup .popup-inner {
    width: 75vw;
    margin: 0 auto;
  }
  .section-rooms .room-popup .popup-inner .content-left {
    width: 100%;
    position: relative;
  }
  .section-rooms .room-popup .popup-inner .content-right {
    width: 100%;
    position: relative;
  }
  .section-rooms .room-popup .content-inner {
    display: block;
  }
}
@media (max-width: 767px) {
  .section-rooms {
    padding: 40px 0;
  }
  .section-rooms .room-popup {
    padding: 20px;
  }
  .section-rooms .room-popup .popup-inner {
    width: 100%;
  }
  .section-rooms .room-popup .content-text, .section-rooms .room-popup .features {
    padding: 30px;
  }
  .section-rooms .room-popup .placement {
    padding: 0px 30px 30px 30px;
  }
  .section-rooms .room-popup .features ul {
    display: block;
    max-height: none;
  }
  .section-rooms .room-popup .features ul li {
    max-width: 100%;
  }
}

.section-flowbox {
  padding: 60px 0 90px;
}
.section-flowbox.bg-primary {
  background-color: #3C2C1C;
}
.section-flowbox.bg-primary .bzfy-feed-banner,
.section-flowbox.bg-primary .bzfy-o-container,
.section-flowbox.bg-primary .bzfy-c-tilegrid-post-container {
  background-color: #3C2C1C !important;
}
.section-flowbox.bg-primary .bzfy-feed-banner__tagline,
.section-flowbox.bg-primary h2 {
  color: white;
}
.section-flowbox.bg-primary .bzfy-feed-banner__tagline a,
.section-flowbox.bg-primary h2 a {
  color: #ffffff;
}
.section-flowbox.bg-primary .bzfy-feed-banner__tagline a:hover,
.section-flowbox.bg-primary h2 a:hover {
  text-decoration: underline;
  cursor: pointer;
}
.section-flowbox.bg-primary .terms-link a {
  color: #ffffff;
  text-decoration: underline;
}
.section-flowbox.bg-sand {
  background-color: #E7E3DC;
}
.section-flowbox.bg-sand .bzfy-feed-banner,
.section-flowbox.bg-sand .bzfy-o-container,
.section-flowbox.bg-sand .bzfy-c-tilegrid-post-container {
  background-color: #E7E3DC !important;
}
.section-flowbox.bg-sand .bzfy-feed-banner__tagline,
.section-flowbox.bg-sand h2 {
  color: #000000;
}
.section-flowbox.bg-sand .bzfy-feed-banner__tagline a,
.section-flowbox.bg-sand h2 a {
  color: #000000;
}
.section-flowbox.bg-sand .bzfy-feed-banner__tagline a:hover,
.section-flowbox.bg-sand h2 a:hover {
  text-decoration: underline;
  cursor: pointer;
}
.section-flowbox.bg-sand .terms-link a {
  color: #000000;
}
.section-flowbox .bzfy-feed-banner {
  padding: 30px 20px 40px !important;
}
.section-flowbox .bzfy-feed-banner__tagline {
  margin: 0;
  text-align: center;
}
.section-flowbox .terms-link {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 14px;
}
.section-flowbox h2 {
  text-align: center;
  font-weight: 600;
  font-size: 26px;
}
@media (min-width: 768px) {
  .section-flowbox h2 {
    font-size: 32px;
    line-height: 32px;
  }
}
@media (min-width: 992px) {
  .section-flowbox h2 {
    font-size: 36px;
    line-height: 42px;
  }
}
.section-flowbox h3 {
  font-weight: 400;
  font-size: 14px;
  text-align: center;
}
@media (min-width: 768px) {
  .section-flowbox h3 {
    font-size: 16px;
  }
}
.section-flowbox .bzfy-t-feed-carousel .bzfy-c-mobile-carousel-control .bzfy-c-mobile-circle {
  background: rgba(255, 255, 255, 0.2) !important;
}

.section-hero-ophold-new .hero-image {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 250px;
  height: 55vh;
}
@media (min-width: 768px) {
  .section-hero-ophold-new .hero-image {
    min-height: 400px;
    height: 60vh;
  }
}
.section-hero-ophold-new .hero-image img.nolazy {
  object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
}
.section-hero-ophold-new .hero-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.section-hero-ophold-new .hero-image .container-narrow {
  position: absolute;
  color: #ffffff;
  z-index: 3;
}
.section-hero-ophold-new .hero-image .opholdsname {
  text-align: center;
}
.section-hero-ophold-new .hero-image .opholdsname h1 {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .section-hero-ophold-new .hero-image .opholdsname h1 {
    font-size: 2.6875rem;
  }
}
.section-hero-ophold-new .product-description {
  text-align: center;
  padding: 60px 0;
}
.section-hero-ophold-new .product-description h3 {
  margin-bottom: 20px;
}
.section-hero-ophold-new .hero-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.section-hero-ophold-new .hero-popup .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  cursor: pointer;
}
.section-hero-ophold-new .hero-popup.active {
  display: flex;
}
.section-hero-ophold-new .hero-popup .popup-content {
  width: 95%;
  max-width: 960px;
  min-height: 600px;
  background-color: #ffffff;
  padding: 20px;
  position: relative;
  z-index: 2;
}
.section-hero-ophold-new .hero-popup .popup-content > [data-paperturn=embed-v1] {
  height: 600px !important;
  width: 100%;
}
.section-hero-ophold-new .hero-popup .close-btn {
  position: absolute;
  top: -50px;
  right: 0px;
  background: #ffffff;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  cursor: pointer;
}
.section-hero-ophold-new .hero-popup .close-btn span {
  display: flex;
}
.section-hero-ophold-new .hero-popup .close-btn img {
  width: 30px;
  height: 30px;
  transform: rotate(45deg);
}
.section-hero-ophold-new .booking-price-container {
  text-align: center;
}
.section-hero-ophold-new .booking-price-container .price {
  color: #000000;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  font-style: italic;
  margin-bottom: 5px;
}
.section-hero-ophold-new .booking-price-container .price-text {
  color: #000000;
  font-size: 16px;
  text-transform: uppercase;
}
.section-hero-ophold-new .booking-price-container .variant-name {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 5px;
}
.section-hero-ophold-new .booking-prices-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.section-hero-ophold-new .booking-prices-container.two-prices .price-container {
  width: 100%;
}
@media (min-width: 768px) {
  .section-hero-ophold-new .booking-prices-container.two-prices .price-container {
    width: 50%;
  }
}
.section-hero-ophold-new .booking-prices-container.two-prices .price-text {
  font-size: 12px;
}
.section-hero-ophold-new .text-center {
  text-align: center;
}
.section-hero-ophold-new .buttons {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .section-hero-ophold-new .buttons {
    margin-bottom: 60px;
  }
}
.section-hero-ophold-new .buttons .btn.primary, .section-hero-ophold-new .buttons .primary.btn-highlight, .section-hero-ophold-new .buttons .primary.btn-primary, .section-hero-ophold-new .buttons .primary.btn-primary-2, .section-hero-ophold-new .buttons .primary.btn-secondary, .section-hero-ophold-new .buttons .primary.btn-white, .section-hero-ophold-new .buttons .primary.btn-outline {
  background: #3C2C1C;
  color: #ffffff;
  line-height: 34px;
}

.section-faq-module {
  background: #3C2C1C;
  padding: 90px 0;
  color: #ffffff;
}
.section-faq-module .title {
  font-size: 32px;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 45px;
}
@media (min-width: 992px) {
  .section-faq-module .title {
    font-size: 42px;
    line-height: 42px;
  }
}
.section-faq-module .faq-items {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1200px) {
  .section-faq-module .faq-items {
    gap: 20px;
  }
}
.section-faq-module .faq-items .column {
  width: 100%;
}
@media (min-width: 1200px) {
  .section-faq-module .faq-items .column {
    width: calc(50% - 10px);
  }
}
.section-faq-module .faq-items .faq-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
.section-faq-module .faq-items .faq-item .faq-content {
  margin-left: 20px;
}
.section-faq-module .faq-items .faq-item h3, .section-faq-module .faq-items .faq-item button {
  background: none;
  border: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
  cursor: pointer;
  color: #fff;
  font-family: inherit;
  text-align: left;
}
@media (min-width: 992px) {
  .section-faq-module .faq-items .faq-item h3, .section-faq-module .faq-items .faq-item button {
    line-height: 42px;
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .section-faq-module .faq-items .faq-item h3, .section-faq-module .faq-items .faq-item button {
    line-height: 42px;
    font-size: 20px;
  }
}
.section-faq-module .faq-items .faq-item .faq-item-content {
  font-size: 14px;
  display: none;
}
@media (min-width: 768px) {
  .section-faq-module .faq-items .faq-item .faq-item-content {
    font-size: 16px;
  }
}
.section-faq-module .faq-items .faq-item .faq-item-content a {
  color: currentColor;
  text-decoration: underline;
}
.section-faq-module .faq-items .faq-item .faq-item-icon {
  cursor: pointer;
}
.section-faq-module .faq-items .faq-item .faq-item-icon svg {
  transform: rotate(90deg);
  transition: transform 0.3s ease-in-out;
  width: 26px;
  height: 26px;
}
@media (min-width: 768px) {
  .section-faq-module .faq-items .faq-item .faq-item-icon svg {
    width: 42px;
    height: 42px;
  }
}
.section-faq-module .faq-items .faq-item.open .faq-item-icon svg {
  transform: rotate(180deg);
}

.section-quote-new {
  padding: 80px 0;
  text-align: center;
  position: relative;
}
.section-quote-new figure {
  max-width: 720px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding: 0 20px;
}
.section-quote-new figure .quote-icon path {
  fill: rgba(60, 44, 28, 0.2);
}
.section-quote-new figure .quote-icon {
  margin-bottom: 20px;
}
.section-quote-new figure blockquote {
  font-size: 21px;
  line-height: 27px;
  margin: 0;
  font-style: italic;
}
.section-quote-new figure figcaption {
  color: #3C2C1C;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 30px;
  font-weight: 500;
}
.section-quote-new figure .himmerland-tree {
  margin-top: 20px;
}
.section-quote-new .btn, .section-quote-new .btn-highlight, .section-quote-new .btn-primary, .section-quote-new .btn-primary-2, .section-quote-new .btn-secondary, .section-quote-new .btn-white, .section-quote-new .btn-outline {
  background: #3C2C1C;
  color: #ffffff;
  line-height: 34px;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .section-quote-new {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .section-quote-new {
    padding: 40px 0;
  }
  .section-quote-new figure blockquote {
    font-size: 16px;
  }
}

.section-factboxes {
  padding: 90px 0;
}
.section-factboxes .factboxes-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
}
.section-factboxes .factbox {
  flex: 1;
  min-width: 250px;
  display: flex;
  flex-direction: column;
  background: #fff;
  position: relative;
  margin-bottom: 30px;
}
.section-factboxes .factbox img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.section-factboxes .factbox .text-wrap {
  width: 90%;
  margin: 0 auto;
  margin-top: -60px;
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  box-shadow: 0 14px 44px rgba(0, 0, 0, 0.05);
  background: #ffffff;
}
@media (min-width: 992px) {
  .section-factboxes .factbox .text-wrap {
    padding: 30px;
    width: 85%;
  }
}
.section-factboxes .factbox .text-wrap h3 {
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 400;
}
.section-factboxes .factbox .text-wrap .text {
  flex: 1;
}
.section-factboxes .factbox .text-wrap .btn-icon {
  margin-top: 15px;
}

.paperturn-block {
  padding: 60px 0;
}

.paperturn-block__embed-container {
  width: 100%;
  max-width: 100%;
  height: 400px;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .paperturn-block__embed-container {
    height: 500px;
  }
}
@media (min-width: 992px) {
  .paperturn-block__embed-container {
    margin-top: 0px;
    height: 700px;
  }
}

.paperturn-block .d-flex {
  display: flex;
  align-items: center;
}

.bg-beige {
  background-color: #E7E3DC; /*$color-secondary;*/
}

.bg-primary {
  background-color: #3C2C1C; /*$color-primary;*/
  color: #ffffff;
}

.paperturn-block__title {
  font-size: 28px;
}
@media (min-width: 768px) {
  .paperturn-block__title {
    font-size: 36px;
  }
}

.paperturn-block__text {
  font-size: 16px;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .paperturn-block__text {
    font-size: 17px;
  }
}

.section-event-list {
  padding: 60px 0;
  background: #F7F6F2;
}

#search-events,
#halbooking-event-list-search {
  margin-bottom: 1rem;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 10px;
}

#halbooking-event-list-search .results-count {
  margin-left: auto;
  font-family: "Exo", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #3C2C1C;
}

.filter-group {
  background: #fff;
  max-width: max-content;
  width: auto;
  padding: 0 0 0 22px;
}
.filter-group input[type=text] {
  display: block;
  width: 100%;
  border: 0;
  padding: 11px 16px 11px 28px;
  font-family: "Exo", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #3C2C1C;
  outline: none;
  background: transparent;
  cursor: pointer;
}
.filter-group select {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 11px 0px;
  appearance: none;
  cursor: pointer;
  font-family: "Exo", sans-serif;
  padding: 11px 0px 11px 28px;
  font-size: 13px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #3C2C1C;
  outline: none;
}
#event-list,
#halbooking-event-list-results {
  min-height: 150px;
  display: grid;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr;
}
.cols-1 #event-list,
.cols-1 #halbooking-event-list-results {
  grid-template-columns: 1fr;
}
.cols-2 #event-list,
.cols-2 #halbooking-event-list-results {
  grid-template-columns: 1fr 1fr;
}
.cols-3 #event-list,
.cols-3 #halbooking-event-list-results {
  grid-template-columns: 1fr 1fr 1fr;
}
.cols-4 #event-list,
.cols-4 #halbooking-event-list-results {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.cols-5 #event-list,
.cols-5 #halbooking-event-list-results {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
@media (min-width: 768px) {
  .cols-md-1 #event-list,
  .cols-md-1 #halbooking-event-list-results {
    grid-template-columns: 1fr;
  }
  .cols-md-2 #event-list,
  .cols-md-2 #halbooking-event-list-results {
    grid-template-columns: 1fr 1fr;
  }
  .cols-md-3 #event-list,
  .cols-md-3 #halbooking-event-list-results {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .cols-md-4 #event-list,
  .cols-md-4 #halbooking-event-list-results {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .cols-md-5 #event-list,
  .cols-md-5 #halbooking-event-list-results {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .cols-xl-1 #event-list,
  .cols-xl-1 #halbooking-event-list-results {
    grid-template-columns: 1fr;
  }
  .cols-xl-2 #event-list,
  .cols-xl-2 #halbooking-event-list-results {
    grid-template-columns: 1fr 1fr;
  }
  .cols-xl-3 #event-list,
  .cols-xl-3 #halbooking-event-list-results {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .cols-xl-4 #event-list,
  .cols-xl-4 #halbooking-event-list-results {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .cols-xl-5 #event-list,
  .cols-xl-5 #halbooking-event-list-results {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 1700px) {
  #event-list,
  #halbooking-event-list-results {
    grid-template-columns: 1fr 1fr 1fr 1fr !important;
  }
}
#event-list .pagination,
#halbooking-event-list-results .pagination {
  grid-column: 1/-1;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 1rem;
}
#event-list .pagination a,
#halbooking-event-list-results .pagination a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 6px;
  background: #fff;
  color: #3C2C1C;
  text-decoration: none;
  font-family: "Exo", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
#event-list .pagination a:hover,
#halbooking-event-list-results .pagination a:hover {
  background: #3C2C1C;
  color: #fff;
}
#event-list .pagination a.active,
#halbooking-event-list-results .pagination a.active {
  background: #3C2C1C;
  color: #fff;
  pointer-events: none;
}
#event-list .pagination a.pagination-arrow,
#halbooking-event-list-results .pagination a.pagination-arrow {
  font-size: 16px;
}
#event-list .pagination .pagination-gap,
#halbooking-event-list-results .pagination .pagination-gap {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  color: #3C2C1C;
}
#event-list .event,
#halbooking-event-list-results .event {
  display: flex;
  flex-direction: column;
}
#event-list .event a,
#halbooking-event-list-results .event a {
  display: flex;
  flex-direction: column;
  flex: 1;
  text-decoration: none;
  color: inherit;
}
#event-list .event .image,
#halbooking-event-list-results .event .image {
  position: relative;
  padding-bottom: 56%;
  flex-shrink: 0;
}
#event-list .event .image img,
#halbooking-event-list-results .event .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#event-list .event .content,
#halbooking-event-list-results .event .content {
  background: #fff;
  padding: 40px;
  padding-right: 120px;
  position: relative;
  flex: 1;
}
#event-list .event .content .circle-arrow,
#halbooking-event-list-results .event .content .circle-arrow {
  position: absolute;
  bottom: 40px;
  right: 30px;
  width: 5vw;
  height: 5vw;
  max-width: 72px;
  max-height: 72px;
}
#event-list .event .categories,
#event-list .event .soldout,
#halbooking-event-list-results .event .categories,
#halbooking-event-list-results .event .soldout {
  position: absolute;
  pointer-events: none;
  top: 15px;
  left: 15px;
  z-index: 2;
  width: calc(100% - 30px);
}
#event-list .event .categories .category,
#event-list .event .soldout .category,
#halbooking-event-list-results .event .categories .category,
#halbooking-event-list-results .event .soldout .category {
  color: #fff;
  padding: 10px 10px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  line-height: 1;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: #3C2C1C;
  border: none;
}
#event-list .event .categories .category:last-child,
#event-list .event .soldout .category:last-child,
#halbooking-event-list-results .event .categories .category:last-child,
#halbooking-event-list-results .event .soldout .category:last-child {
  margin-right: 0;
}
#event-list .event .soldout .category,
#halbooking-event-list-results .event .soldout .category {
  background: #3C2C1C;
}
#event-list .event .name,
#halbooking-event-list-results .event .name {
  color: #1D1D1B;
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-size: 25px;
}
#event-list .event .date,
#halbooking-event-list-results .event .date {
  line-height: 1.3em;
}
#event-list .event .btn-icon,
#halbooking-event-list-results .event .btn-icon {
  margin-top: 2.5rem;
}
@media (max-width: 991px) {
  #event-list .event .name,
  #halbooking-event-list-results .event .name {
    font-size: 20px;
  }
  #event-list .event .content,
  #halbooking-event-list-results .event .content {
    padding: 30px;
    padding-right: 90px;
  }
  #event-list .event .content .circle-arrow,
  #halbooking-event-list-results .event .content .circle-arrow {
    width: 7vw;
    height: 7vw;
    bottom: 30px;
    right: 20px;
  }
}
@media (max-width: 767px) {
  #event-list .event .content .circle-arrow,
  #halbooking-event-list-results .event .content .circle-arrow {
    width: 10vw;
    height: 10vw;
  }
}
@media (max-width: 575px) {
  #event-list .event .name,
  #halbooking-event-list-results .event .name {
    font-size: 18px;
  }
  #event-list .event .content,
  #halbooking-event-list-results .event .content {
    padding: 20px;
    padding-right: 20px;
  }
  #event-list .event .content .circle-arrow,
  #halbooking-event-list-results .event .content .circle-arrow {
    display: none;
  }
}

.loading {
  position: relative;
}
.loading:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
  background-image: url("/wp-content/themes/himmerland/img/loading.gif");
  background-repeat: no-repeat;
  background-position: center 50px;
  background-size: 100px auto;
}

.loading-spinner {
  position: relative;
}
.loading-spinner:after {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  background-image: url("/wp-content/themes/himmerland/img/loading.gif");
  background-repeat: no-repeat;
  background-size: contain;
}

.has-white-color, .has-white-color a {
  color: #fff;
}

.has-white-faded-color, .has-white-faded-color a {
  color: rgba(255, 255, 255, 0.6);
}

.has-black-color, .has-black-color a {
  color: #000;
}

.has-highlight-color, .has-highlight-color a {
  color: #3C2C1C;
}

.has-highlight-2-color, .has-highlight-2-color a {
  color: #3C2C1C;
}

.has-primary-color, .has-primary-color a {
  color: #3C2C1C;
}

.has-primary-2-color, .has-primary-2-color a {
  color: #2D7AAF;
}

.has-light-orange-color, .has-light-orange-color a {
  color: #C78F76;
}

.has-light-blue-color, .has-light-blue-color a {
  color: rgba(119, 148, 168, 0.3);
}

.has-white-background-color, .has-white-background-color:before {
  background-color: #fff;
}
.has-white-background-color + *.offset-top:before {
  background-color: #fff;
}
.has-white-background-color + .has-white-background-color {
  padding-top: 0;
}

.has-light-orange-background-color, .has-light-orange-background-color:before {
  background-color: #C78F76;
}
.has-light-orange-background-color + *.offset-top:before {
  background-color: #C78F76;
}
.has-light-orange-background-color + .has-light-orange-background-color {
  padding-top: 0;
}

.has-black-background-color, .has-black-background-color:before {
  background-color: #000;
}
.has-black-background-color + *.offset-top:before {
  background-color: #000;
}
.has-black-background-color + .has-black-background-color {
  padding-top: 0;
}

.has-highlight-background-color, .has-highlight-background-color:before {
  background-color: #3C2C1C;
}
.has-highlight-background-color + *.offset-top:before {
  background-color: #3C2C1C;
}
.has-highlight-background-color + .has-highlight-background-color {
  padding-top: 0;
}

.has-highlight-2-background-color, .has-highlight-2-background-color:before {
  background-color: #3C2C1C;
}
.has-highlight-2-background-color + *.offset-top:before {
  background-color: #3C2C1C;
}
.has-highlight-2-background-color + .has-highlight-2-background-color {
  padding-top: 0;
}

.has-primary-background-color, .has-primary-background-color:before {
  background-color: #3C2C1C;
}
.has-primary-background-color + *.offset-top:before {
  background-color: #3C2C1C;
}
.has-primary-background-color + .has-primary-2-background-color {
  padding-top: 0;
}

.has-primary-faded-background-color, .has-primary-faded-background-color:before {
  background-color: rgba(220, 185, 170, 0.53);
}
.has-primary-faded-background-color + *.offset-top:before {
  background-color: rgba(220, 185, 170, 0.53);
}
.has-primary-faded-background-color + .has-primary-faded-background-color {
  padding-top: 0;
}

.has-primary-2-background-color, .has-primary-2-background-color:before {
  background-color: #2D7AAF;
}
.has-primary-2-background-color + *.offset-top:before {
  background-color: #2D7AAF;
}
.has-primary-2-background-color + .has-primary-2-background-color {
  padding-top: 0;
}

.has-white-beige-background-color, .has-white-beige-background-color:before, .has-beige-background-color, .has-beige-background-color:before {
  background-color: #f0ede8;
}
.has-white-beige-background-color + *.offset-top:before, .has-beige-background-color + *.offset-top:before {
  background-color: #f0ede8;
}
.has-white-beige-background-color + .has-white-beige-background-color, .has-white-beige-background-color + .has-beige-background-color, .has-beige-background-color + .has-white-beige-background-color, .has-beige-background-color + .has-beige-background-color {
  padding-top: 0;
}

.has-light-blue-background-color, .has-light-blue-background-color:before {
  background-color: rgba(119, 148, 168, 0.3);
}
.has-light-blue-background-color + *.offset-top:before {
  background-color: rgba(119, 148, 168, 0.3);
}
.has-light-blue-background-color + .has-light-blue-background-color {
  padding-top: 0;
}

.bg-fill-half {
  position: relative;
  background-color: transparent;
}
.bg-fill-half:before {
  content: "";
  position: absolute;
  height: 50%;
  width: 100%;
  bottom: 0;
  left: 0;
}

.mt-0 {
  margin-top: 0px;
}

.mb-0 {
  margin-bottom: 0px;
}

.pt-0 {
  padding-top: 0px;
}

.pe-0 {
  padding-right: 0px;
}

.pl-0 {
  padding-left: 0px;
}

.pb-0 {
  padding-bottom: 0px;
}

.g-0 {
  gap: 0px;
}

.mt-1 {
  margin-top: 20px;
}

.mb-1 {
  margin-bottom: 20px;
}

.pt-1 {
  padding-top: 20px;
}

.pe-1 {
  padding-right: 20px;
}

.pl-1 {
  padding-left: 20px;
}

.pb-1 {
  padding-bottom: 20px;
}

.g-1 {
  gap: 20px;
}

.mt-2 {
  margin-top: 40px;
}

.mb-2 {
  margin-bottom: 40px;
}

.pt-2 {
  padding-top: 40px;
}

.pe-2 {
  padding-right: 40px;
}

.pl-2 {
  padding-left: 40px;
}

.pb-2 {
  padding-bottom: 40px;
}

.g-2 {
  gap: 40px;
}

.mt-3 {
  margin-top: 60px;
}

.mb-3 {
  margin-bottom: 60px;
}

.pt-3 {
  padding-top: 60px;
}

.pe-3 {
  padding-right: 60px;
}

.pl-3 {
  padding-left: 60px;
}

.pb-3 {
  padding-bottom: 60px;
}

.g-3 {
  gap: 60px;
}

.mt-4 {
  margin-top: 80px;
}

.mb-4 {
  margin-bottom: 80px;
}

.pt-4 {
  padding-top: 80px;
}

.pe-4 {
  padding-right: 80px;
}

.pl-4 {
  padding-left: 80px;
}

.pb-4 {
  padding-bottom: 80px;
}

.g-4 {
  gap: 80px;
}

.mt-5 {
  margin-top: 100px;
}

.mb-5 {
  margin-bottom: 100px;
}

.pt-5 {
  padding-top: 100px;
}

.pe-5 {
  padding-right: 100px;
}

.pl-5 {
  padding-left: 100px;
}

.pb-5 {
  padding-bottom: 100px;
}

.g-5 {
  gap: 100px;
}

.no-wrap {
  flex-wrap: nowrap !important;
}

@media (min-width: 768px) {
  .mt-md-0 {
    margin-top: 0px;
  }
  .mb-md-0 {
    margin-bottom: 0px;
  }
  .pt-md-0 {
    padding-top: 0px;
  }
  .pb-md-0 {
    padding-bottom: 0px;
  }
  .pe-md-0 {
    padding-right: 0px;
  }
  .pl-md-0 {
    padding-left: 0px;
  }
  .g-md-0 {
    gap: 0px;
  }
  .mt-md-1 {
    margin-top: 20px;
  }
  .mb-md-1 {
    margin-bottom: 20px;
  }
  .pt-md-1 {
    padding-top: 20px;
  }
  .pb-md-1 {
    padding-bottom: 20px;
  }
  .pe-md-1 {
    padding-right: 20px;
  }
  .pl-md-1 {
    padding-left: 20px;
  }
  .g-md-1 {
    gap: 20px;
  }
  .mt-md-2 {
    margin-top: 40px;
  }
  .mb-md-2 {
    margin-bottom: 40px;
  }
  .pt-md-2 {
    padding-top: 40px;
  }
  .pb-md-2 {
    padding-bottom: 40px;
  }
  .pe-md-2 {
    padding-right: 40px;
  }
  .pl-md-2 {
    padding-left: 40px;
  }
  .g-md-2 {
    gap: 40px;
  }
  .mt-md-3 {
    margin-top: 60px;
  }
  .mb-md-3 {
    margin-bottom: 60px;
  }
  .pt-md-3 {
    padding-top: 60px;
  }
  .pb-md-3 {
    padding-bottom: 60px;
  }
  .pe-md-3 {
    padding-right: 60px;
  }
  .pl-md-3 {
    padding-left: 60px;
  }
  .g-md-3 {
    gap: 60px;
  }
  .mt-md-4 {
    margin-top: 80px;
  }
  .mb-md-4 {
    margin-bottom: 80px;
  }
  .pt-md-4 {
    padding-top: 80px;
  }
  .pb-md-4 {
    padding-bottom: 80px;
  }
  .pe-md-4 {
    padding-right: 80px;
  }
  .pl-md-4 {
    padding-left: 80px;
  }
  .g-md-4 {
    gap: 80px;
  }
  .mt-md-5 {
    margin-top: 100px;
  }
  .mb-md-5 {
    margin-bottom: 100px;
  }
  .pt-md-5 {
    padding-top: 100px;
  }
  .pb-md-5 {
    padding-bottom: 100px;
  }
  .pe-md-5 {
    padding-right: 100px;
  }
  .pl-md-5 {
    padding-left: 100px;
  }
  .g-md-5 {
    gap: 100px;
  }
  .no-wrap-md {
    flex-wrap: nowrap !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-0 {
    margin-top: 0px;
  }
  .mb-lg-0 {
    margin-bottom: 0px;
  }
  .pt-lg-0 {
    padding-top: 0px;
  }
  .pb-lg-0 {
    padding-bottom: 0px;
  }
  .pe-lg-0 {
    padding-right: 0px;
  }
  .pl-lg-0 {
    padding-left: 0px;
  }
  .g-lg-0 {
    gap: 0px;
  }
  .mt-lg-1 {
    margin-top: 20px;
  }
  .mb-lg-1 {
    margin-bottom: 20px;
  }
  .pt-lg-1 {
    padding-top: 20px;
  }
  .pb-lg-1 {
    padding-bottom: 20px;
  }
  .pe-lg-1 {
    padding-right: 20px;
  }
  .pl-lg-1 {
    padding-left: 20px;
  }
  .g-lg-1 {
    gap: 20px;
  }
  .mt-lg-2 {
    margin-top: 40px;
  }
  .mb-lg-2 {
    margin-bottom: 40px;
  }
  .pt-lg-2 {
    padding-top: 40px;
  }
  .pb-lg-2 {
    padding-bottom: 40px;
  }
  .pe-lg-2 {
    padding-right: 40px;
  }
  .pl-lg-2 {
    padding-left: 40px;
  }
  .g-lg-2 {
    gap: 40px;
  }
  .mt-lg-3 {
    margin-top: 60px;
  }
  .mb-lg-3 {
    margin-bottom: 60px;
  }
  .pt-lg-3 {
    padding-top: 60px;
  }
  .pb-lg-3 {
    padding-bottom: 60px;
  }
  .pe-lg-3 {
    padding-right: 60px;
  }
  .pl-lg-3 {
    padding-left: 60px;
  }
  .g-lg-3 {
    gap: 60px;
  }
  .mt-lg-4 {
    margin-top: 80px;
  }
  .mb-lg-4 {
    margin-bottom: 80px;
  }
  .pt-lg-4 {
    padding-top: 80px;
  }
  .pb-lg-4 {
    padding-bottom: 80px;
  }
  .pe-lg-4 {
    padding-right: 80px;
  }
  .pl-lg-4 {
    padding-left: 80px;
  }
  .g-lg-4 {
    gap: 80px;
  }
  .mt-lg-5 {
    margin-top: 100px;
  }
  .mb-lg-5 {
    margin-bottom: 100px;
  }
  .pt-lg-5 {
    padding-top: 100px;
  }
  .pb-lg-5 {
    padding-bottom: 100px;
  }
  .pe-lg-5 {
    padding-right: 100px;
  }
  .pl-lg-5 {
    padding-left: 100px;
  }
  .g-lg-5 {
    gap: 100px;
  }
  .no-wrap-lg {
    flex-wrap: nowrap !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-0 {
    margin-top: 0px;
  }
  .mb-xl-0 {
    margin-bottom: 0px;
  }
  .pt-xl-0 {
    padding-top: 0px;
  }
  .pe-xl-0 {
    padding-right: 0px;
  }
  .pl-xl-0 {
    padding-left: 0px;
  }
  .pb-xl-0 {
    padding-bottom: 0px;
  }
  .g-xl-0 {
    gap: 0px;
  }
  .mt-xl-1 {
    margin-top: 20px;
  }
  .mb-xl-1 {
    margin-bottom: 20px;
  }
  .pt-xl-1 {
    padding-top: 20px;
  }
  .pe-xl-1 {
    padding-right: 20px;
  }
  .pl-xl-1 {
    padding-left: 20px;
  }
  .pb-xl-1 {
    padding-bottom: 20px;
  }
  .g-xl-1 {
    gap: 20px;
  }
  .mt-xl-2 {
    margin-top: 40px;
  }
  .mb-xl-2 {
    margin-bottom: 40px;
  }
  .pt-xl-2 {
    padding-top: 40px;
  }
  .pe-xl-2 {
    padding-right: 40px;
  }
  .pl-xl-2 {
    padding-left: 40px;
  }
  .pb-xl-2 {
    padding-bottom: 40px;
  }
  .g-xl-2 {
    gap: 40px;
  }
  .mt-xl-3 {
    margin-top: 60px;
  }
  .mb-xl-3 {
    margin-bottom: 60px;
  }
  .pt-xl-3 {
    padding-top: 60px;
  }
  .pe-xl-3 {
    padding-right: 60px;
  }
  .pl-xl-3 {
    padding-left: 60px;
  }
  .pb-xl-3 {
    padding-bottom: 60px;
  }
  .g-xl-3 {
    gap: 60px;
  }
  .mt-xl-4 {
    margin-top: 80px;
  }
  .mb-xl-4 {
    margin-bottom: 80px;
  }
  .pt-xl-4 {
    padding-top: 80px;
  }
  .pe-xl-4 {
    padding-right: 80px;
  }
  .pl-xl-4 {
    padding-left: 80px;
  }
  .pb-xl-4 {
    padding-bottom: 80px;
  }
  .g-xl-4 {
    gap: 80px;
  }
  .mt-xl-5 {
    margin-top: 100px;
  }
  .mb-xl-5 {
    margin-bottom: 100px;
  }
  .pt-xl-5 {
    padding-top: 100px;
  }
  .pe-xl-5 {
    padding-right: 100px;
  }
  .pl-xl-5 {
    padding-left: 100px;
  }
  .pb-xl-5 {
    padding-bottom: 100px;
  }
  .g-xl-5 {
    gap: 100px;
  }
  .no-wrap-xl {
    flex-wrap: nowrap !important;
  }
}
@media (min-width: 1400px) {
  .mt-xxl-0 {
    margin-top: 0px;
  }
  .mb-xxl-0 {
    margin-bottom: 0px;
  }
  .pt-xxl-0 {
    padding-top: 0px;
  }
  .pe-xxl-0 {
    padding-right: 0px;
  }
  .pl-xxl-0 {
    padding-left: 0px;
  }
  .pb-xxl-0 {
    padding-bottom: 0px;
  }
  .g-xxl-0 {
    gap: 0px;
  }
  .mt-xxl-1 {
    margin-top: 20px;
  }
  .mb-xxl-1 {
    margin-bottom: 20px;
  }
  .pt-xxl-1 {
    padding-top: 20px;
  }
  .pe-xxl-1 {
    padding-right: 20px;
  }
  .pl-xxl-1 {
    padding-left: 20px;
  }
  .pb-xxl-1 {
    padding-bottom: 20px;
  }
  .g-xxl-1 {
    gap: 20px;
  }
  .mt-xxl-2 {
    margin-top: 40px;
  }
  .mb-xxl-2 {
    margin-bottom: 40px;
  }
  .pt-xxl-2 {
    padding-top: 40px;
  }
  .pe-xxl-2 {
    padding-right: 40px;
  }
  .pl-xxl-2 {
    padding-left: 40px;
  }
  .pb-xxl-2 {
    padding-bottom: 40px;
  }
  .g-xxl-2 {
    gap: 40px;
  }
  .mt-xxl-3 {
    margin-top: 60px;
  }
  .mb-xxl-3 {
    margin-bottom: 60px;
  }
  .pt-xxl-3 {
    padding-top: 60px;
  }
  .pe-xxl-3 {
    padding-right: 60px;
  }
  .pl-xxl-3 {
    padding-left: 60px;
  }
  .pb-xxl-3 {
    padding-bottom: 60px;
  }
  .g-xxl-3 {
    gap: 60px;
  }
  .mt-xxl-4 {
    margin-top: 80px;
  }
  .mb-xxl-4 {
    margin-bottom: 80px;
  }
  .pt-xxl-4 {
    padding-top: 80px;
  }
  .pe-xxl-4 {
    padding-right: 80px;
  }
  .pl-xxl-4 {
    padding-left: 80px;
  }
  .pb-xxl-4 {
    padding-bottom: 80px;
  }
  .g-xxl-4 {
    gap: 80px;
  }
  .mt-xxl-5 {
    margin-top: 100px;
  }
  .mb-xxl-5 {
    margin-bottom: 100px;
  }
  .pt-xxl-5 {
    padding-top: 100px;
  }
  .pe-xxl-5 {
    padding-right: 100px;
  }
  .pl-xxl-5 {
    padding-left: 100px;
  }
  .pb-xxl-5 {
    padding-bottom: 100px;
  }
  .g-xxl-5 {
    gap: 100px;
  }
  .no-wrap-xxl {
    flex-wrap: nowrap !important;
  }
}
hr.wp-block-separator, hr {
  border-top: 1px solid rgba(199, 143, 118, 0.2);
  border-right: none;
  border-left: none;
  border-bottom: none;
  margin: 20px 0;
}

.video-mute {
  display: none;
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 12;
  color: #111;
  background-color: white;
  background-image: url("/wp-content/themes/himmerland/img/icons/volume-mute-sm.svg?v=1.1");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 16px;
  width: 40px;
  height: 40px;
  line-height: 1;
  margin-left: 50px;
  border-radius: 100%;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0.8);
  -webkit-animation: pulse 1.35s infinite;
  animation: pulse 1.35s infinite;
  transition: all 0.3s ease;
  z-index: 3;
  border: none;
}
.video-mute.sound-on {
  background-image: url("/wp-content/themes/himmerland/img/icons/volume-up-sm.svg?v=1.1");
  box-shadow: none;
  -webkit-animation: none;
  animation: none;
  color: white;
}
.autoplay .video-mute {
  display: block;
}

.video-play {
  display: none;
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 12;
  color: #111;
  background-color: white;
  background-image: url("/wp-content/themes/himmerland/img/icons/play-sm.svg?v=1.1");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 12px;
  width: 40px;
  height: 40px;
  line-height: 1;
  border-radius: 100%;
  cursor: pointer;
  border: none;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0.8);
  -webkit-animation: pulse 1.35s infinite;
  animation: pulse 1.35s infinite;
  transition: all 0.3s ease;
  z-index: 3;
}
.video-play.playing-on {
  background-image: url("/wp-content/themes/himmerland/img/icons/pause-sm.svg?v=1.1");
  box-shadow: none;
  -webkit-animation: none;
  animation: none;
  color: white;
}
.autoplay .video-play {
  display: block;
}

@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.alignleft {
  float: left;
}

.alignright {
  float: right;
}

@media (min-width: 1300px) {
  .hidden-burger-off {
    display: none !important;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.faq-page {
  margin-top: 60px;
  margin-bottom: 30px;
}
.faq-page .faq-container {
  max-width: 1400px;
  position: relative;
}
.faq-page h5.label {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}
.faq-page h1 {
  font-size: 50px;
  font-weight: 300;
  line-height: 1;
  margin-top: 0;
}
@media (max-width: 1599px) {
  .faq-page .hide-on-smaller {
    display: none;
  }
}
@media (min-width: 768px) {
  .faq-page .sticky {
    position: sticky;
    top: 140px;
  }
}
.faq-page .anchor-menu {
  background: #3C2C1C;
  color: white;
  padding: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.faq-page .anchor-menu a {
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.faq-page .anchor-menu a svg {
  width: 20px;
  margin-right: 10px;
}
.faq-page .search-wrap {
  background: #F4F2EE;
  padding: 20px;
  margin-bottom: 20px;
}
.faq-page .search-wrap input {
  width: 100%;
  line-height: 42px;
  padding: 0 10px;
  border: none;
  font-family: "Exo", sans-serif;
  font-weight: 300;
  font-size: 14px;
  padding-left: 40px;
  border: 1px solid #8c8c8c;
}
.faq-page .search-wrap .input-wrap {
  position: relative;
  display: flex;
  align-items: center;
}
.faq-page .search-wrap .input-wrap svg {
  position: absolute;
  left: 10px;
  width: 20px;
}
.faq-page h2.faq-category-title {
  font-size: 24px;
  font-weight: bold;
}
.faq-page .faq-group {
  margin-bottom: 45px;
}
.faq-page .faq-item {
  border-bottom: 1px solid rgba(29, 29, 27, 0.13);
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.faq-page .faq-item h3 {
  font-size: 16px;
  font-weight: 300;
  margin: 0;
  padding: 10px 0;
}
.faq-page .faq-item .faq-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.faq-page .faq-item .faq-title svg {
  width: 20px;
}
.faq-page .faq-item .faq-title svg path {
  fill: #3C2C1C;
}
.faq-page .faq-item button.faq-title {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 0;
  text-align: left;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
}
.faq-page .faq-item button.faq-title span {
  display: block;
  padding: 10px 0px;
  font-family: "Exo", fallback-font, sans-serif;
}
.faq-page .faq-item.active .faq-title svg {
  transform: rotate(180deg);
}
.faq-page .slide-enter-active[data-v-d095e860], .faq-page .slide-leave-active[data-v-d095e860] {
  transition: max-height 0.3s ease, opacity 0.3s ease;
}
.faq-page .slide-enter-from[data-v-d095e860], .faq-page .slide-leave-to[data-v-d095e860] {
  max-height: 0;
  opacity: 0;
}
.faq-page .slide-enter-to[data-v-d095e860], .faq-page .slide-leave-from[data-v-d095e860] {
  max-height: 500px;
  opacity: 1;
}

.page-id-84993 .wp-block-separator {
  border: none;
  margin: 30px 0 60px;
}

@media (max-width: 767px) {
  .page-id-84993 .wp-block-separator {
    margin: 30px 0 30px;
  }
}
.section-featured-page-slider {
  overflow: hidden;
}

html, #header-spacer {
  margin-top: 0 !important;
}

body.admin-bar header {
  margin-top: 32px;
}

.logged-in #header {
  top: 0;
}

.wp-block-social-link-anchor svg path {
  fill: #3C2C1C;
}
