@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap');
/* imports */
/* includes */
/* grid	 */
.container {
  width: 100%;
  margin: 0 auto;
  max-width: 1500px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 810px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/* psuedo columns */
/* fast flex */
/* to the right! */
/* responsive embedded video */
.video-responsive-wrapper {
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
}
.video-responsive-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}
/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}
/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}
/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}
/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}
/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}
/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}
/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}
/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}
/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}
/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}
/* 'thumb' lists */
/* video wrapper */
.video-wrapper {
  padding-bottom: 56.25%;
  position: relative;
}
.video-wrapper iframe {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}
/* clearfix */
/* font-awesome */
/* before and after */
/* wp core */
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* super gen */
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
img {
  max-width: 100%;
  object-fit: cover;
  vertical-align: middle;
}
html {
  scroll-behavior: smooth;
}
/* slick 1.8.1 */
.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;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.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: #ffffff url('ajax-loader.gif') center center no-repeat;
}
/* 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;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus: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: #ffffff;
  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: #000000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 0.75;
}
.social-pages img {
  width: 40px;
  height: auto;
}
.layout-header {
  z-index: 99;
  width: 100%;
  position: fixed;
  top: 0;
}
.layout-header .header > .container {
  position: relative;
}
.layout-header .header > .container > * {
  position: absolute;
}
.layout-header .full-menu-toggle,
.layout-header .full-search-toggle {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 15px;
  top: 40px;
  text-align: center;
  z-index: 3;
}
.scrolled .layout-header .full-menu-toggle,
.scrolled .layout-header .full-search-toggle {
  top: 35px;
}
.layout-header .full-menu-toggle *:first-child,
.layout-header .full-search-toggle *:first-child,
.layout-header .full-menu-toggle *:last-child,
.layout-header .full-search-toggle *:last-child {
  position: absolute;
  right: 0;
  opacity: 0;
  transition: opacity 0.25s ease;
  width: 100%;
  height: auto;
  color: #ffffff;
  font-size: 2rem;
}
.layout-header .full-menu-toggle *:first-child img,
.layout-header .full-search-toggle *:first-child img,
.layout-header .full-menu-toggle *:last-child img,
.layout-header .full-search-toggle *:last-child img {
  width: 40px;
  height: 40px;
}
.layout-header .full-menu-toggle *:first-child,
.layout-header .full-search-toggle *:first-child {
  opacity: 1;
  color: #ffffff;
}
@media screen and (min-width: 1280px) {
  .layout-header .full-menu-toggle {
    display: none;
  }
}
.layout-header .full-search-toggle {
  display: none;
}
@media (min-width: 810px) {
  .layout-header .full-search-toggle {
    display: block;
  }
}
.full-menu-open .layout-header .full-menu-toggle *:first-child {
  opacity: 0;
}
.full-menu-open .layout-header .full-menu-toggle *:last-child {
  opacity: 1;
}
.full-search-open .layout-header .full-search-toggle *:first-child {
  opacity: 0;
}
.full-search-open .layout-header .full-search-toggle *:last-child {
  opacity: 1;
}
.layout-header {
  height: 0;
}
.layout-header .header .menu {
  opacity: 1;
  transition: opacity 0.25s ease;
  display: none;
}
@media (min-width: 1280px) {
  .layout-header .header .menu {
    display: block;
  }
}
.layout-header .full-menu,
.layout-header .full-search {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: -100vh;
  z-index: -1;
  transition: all 0.25s ease;
}
.layout-header .full-search {
  height: 300px;
  top: -300px;
}
.full-menu-open .layout-header .header .menu {
  opacity: 0;
}
.full-menu-open .layout-header .full-menu {
  top: 0vh;
}
.full-search-open .layout-header .header .menu {
  opacity: 0;
}
.full-search-open .layout-header .full-search {
  top: 0px;
}
.layout-hero .container {
  max-width: 1125px;
  position: relative;
}
.layout-hero .container .text-and-button {
  position: absolute;
  bottom: 0;
}
@media (min-width: 810px) {
  .layout-hero .container .text-and-button {
    display: flex;
  }
  .layout-hero .container .text-and-button > *:nth-child(1) {
    flex: 0 0 50%;
  }
  .layout-hero .container .text-and-button > *:nth-child(2) {
    flex: 0 0 50%;
  }
}
@media (min-width: 810px) {
  .layout-hero .container .text-and-button {
    width: calc(100% - 60px / 4 * 4);
  }
}
.layout-contents .left-and-right {
  margin-left: -15px;
  margin-right: -15px;
}
.layout-contents .left-and-right:before,
.layout-contents .left-and-right:after {
  content: " ";
  display: table;
}
.layout-contents .left-and-right:after {
  clear: both;
}
@media (min-width: 810px) {
  .layout-contents .left-and-right {
    margin-left: -30px;
    margin-right: -30px;
  }
}
.layout-contents .left-and-right > * {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
  float: left;
  width: 100%;
}
@media (min-width: 640px) {
  .layout-contents .left-and-right > * {
    width: 100%;
  }
}
@media (min-width: 810px) {
  .layout-contents .left-and-right > * {
    width: 50%;
  }
}
@media (min-width: 1280px) {
  .layout-contents .left-and-right > * {
    width: 50%;
  }
}
.layout-contents.two_columns .text {
  columns: 2;
}
.layout-contents.two_columns .text > *:first-child {
  margin-top: 0;
}
.layout-textandvisual .container {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 4rem;
}
@media (min-width: 810px) {
  .layout-textandvisual .container {
    flex-direction: row;
    align-items: flex-start;
  }
  .layout-textandvisual .container > * {
    width: 50%;
  }
}
.layout-textandvisual .container .visual {
  position: relative;
}
.layout-textandvisual .container .visual a {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  left: 50%;
}
@media (min-width: 810px) {
  .layout-textandvisual.visual-left .container .visual a {
    left: 100%;
  }
  .layout-textandvisual.visual-right .container .visual a {
    left: 0%;
  }
}
.layout-images ul {
  margin-left: -15px;
  margin-right: -15px;
}
.layout-images ul:before,
.layout-images ul:after {
  content: " ";
  display: table;
}
.layout-images ul:after {
  clear: both;
}
@media (min-width: 810px) {
  .layout-images ul {
    margin-left: -30px;
    margin-right: -30px;
  }
}
.layout-images ul > * {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
  float: left;
  width: 100%;
}
@media (min-width: 640px) {
  .layout-images ul > * {
    width: 100%;
  }
}
@media (min-width: 810px) {
  .layout-images ul > * {
    width: 50%;
  }
}
@media (min-width: 1280px) {
  .layout-images ul > * {
    width: 50%;
  }
}
.faq-item .question,
.faq .question {
  position: relative;
  cursor: pointer;
}
.faq-item .answer,
.faq .answer {
  max-height: 0;
  transform: max-height 0.25s ease;
  overflow: hidden;
}
.faq-item.unfolded .answer,
.faq.unfolded .answer {
  max-height: none;
}
.faq-item .open,
.faq .open,
.faq-item .close,
.faq .close {
  position: absolute;
  right: 0;
  transform: opacity 0.25s ease;
}
.faq-item.folded .open,
.faq.folded .open {
  opacity: 1;
}
.faq-item.folded .close,
.faq.folded .close {
  opacity: 0;
}
.faq-item.unfolded .open,
.faq.unfolded .open {
  opacity: 0;
}
.faq-item.unfolded .close,
.faq.unfolded .close {
  opacity: 1;
}
.layout-footer .blocks-and-up .up {
  cursor: pointer;
}
.layout-copyright {
  text-align: center;
}
.layout-copyright .copyright {
  display: inline-block;
}
.layout-copyright ul {
  display: inline-block;
}
.layout-copyright ul li {
  display: inline-block;
}
.layout-internetmensen {
  text-align: center;
  padding: 15px;
  margin-top: 30px;
}
.layout-internetmensen a {
  width: 150px;
  display: inline-block;
}
.layout-internetmensen a svg {
  width: 100%;
  height: auto;
}
.layout-internetmensen a #wijzer path {
  transition: all .25s ease;
}
.layout-internetmensen a:hover #wijzer path {
  transform: scaleX(-1);
}
/* fonts, links and headers */
/* vars */
/* styling */
body {
  padding: 100px 0 0;
  padding: 0;
  font-family: 'Public Sans', sans-serif;
  color: #fefae0;
  background-color: #2c4743;
}
@media screen and (min-width: 1600px) {
  body {
    padding: 180px 0 0;
    padding: 0;
  }
}
body.scrolled * {
  transition: all 0.25s ease;
}
body *:hover,
body *:hover::before,
body *:hover::after {
  transition: all 0.25s ease;
}
#page {
  overflow: hidden;
}
a {
  color: inherit;
  display: inline-block;
  text-decoration: none;
}
strong a,
a strong {
  color: #ffffff;
  background-color: #c19233;
  border: 1px solid #c19233;
  text-align: center;
  padding: .25rem .75rem;
  border-radius: 2rem;
  font-weight: 400;
  cursor: pointer;
}
strong a:hover,
a strong:hover {
  color: #c19233;
  background-color: #ffffff;
}
@media screen and (min-width: 810px) {
  strong a,
  a strong {
    padding: .5rem 1.25rem;
  }
}
@media screen and (min-width: 1280px) {
  strong a,
  a strong {
    padding: .9rem 1.5rem;
  }
}
.search-and-language {
  display: none;
}
.layout-header .home,
.layout-footer .home,
.layout-header svg,
.layout-footer svg {
  height: 50px;
  width: auto;
}
@media screen and (min-width: 810px) {
  .layout-header .home,
  .layout-footer .home,
  .layout-header svg,
  .layout-footer svg {
    height: 90px;
  }
}
@media screen and (min-width: 1600px) {
  .layout-header .home,
  .layout-footer .home,
  .layout-header svg,
  .layout-footer svg {
    height: 140px;
  }
}
.phone i,
.email i {
  margin: 0 .5rem 0;
  display: none;
}
.layout-header {
  z-index: 999;
}
.layout-header .header,
.layout-header .header .container {
  height: 100px;
}
@media screen and (min-width: 1600px) {
  .layout-header .header,
  .layout-header .header .container {
    height: 180px;
  }
}
.layout-header .header .container > * {
  top: 50%;
  transform: translateY(-50%);
}
.layout-header .header .container .home {
  left: 10px;
}
@media screen and (min-width: 1600px) {
  .layout-header .header .container .home {
    left: 0;
  }
}
@media screen and (min-width: 1050px) {
  .layout-header .header .container .menu {
    display: flex;
    gap: 1rem;
    right: 200px;
  }
}
.layout-header .header .container .menu > li a {
  padding: .5rem 2rem;
  font-weight: 300;
  position: relative;
  font-size: 1.1rem;
}
.layout-header .header .container .menu > li a::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 3px;
  background-color: #c19233;
  position: absolute;
  bottom: 0;
  left: 0;
}
.layout-header .header .container .menu > li a:hover::before {
  width: 100%;
}
.layout-header .header .container .menu > li a::before {
  left: 50%;
  transform: translateX(-50%);
}
.layout-header .header .container .reserve {
  right: 70px;
  color: #ffffff;
  background-color: #c19233;
  border: 1px solid #c19233;
  text-align: center;
  padding: .25rem .75rem;
  border-radius: 2rem;
  font-weight: 400;
  cursor: pointer;
}
.layout-header .header .container .reserve:before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f562";
  margin: 0 .25rem 0 0;
}
.layout-header .header .container .reserve:hover {
  color: #c19233;
  background-color: #ffffff;
}
@media screen and (min-width: 810px) {
  .layout-header .header .container .reserve {
    padding: .5rem 1.25rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-header .header .container .reserve {
    padding: .9rem 1.5rem;
  }
}
.layout-header .header .container .reserve:before {
  margin: 0 0.85rem 0 0;
}
@media screen and (max-width: 1050px) {
  .layout-header .header .container .reserve {
    right: 90px;
  }
}
@media screen and (min-width: 1050px) {
  .layout-header .header .container .reserve {
    right: 30px;
  }
}
.layout-header .header .container .full-menu-toggle {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 810px) {
  .layout-header .header .container .full-menu-toggle {
    right: 30px;
  }
}
@media screen and (min-width: 1050px) {
  .layout-header .header .container .full-menu-toggle {
    display: none;
  }
}
.scrolled .layout-header .header,
.scrolled .layout-header .header .container {
  height: 50px;
  background-color: #2c4743;
}
.scrolled .layout-header .header .home,
.scrolled .layout-header .header svg {
  height: 40px;
}
@media screen and (min-width: 1280px) {
  .scrolled .layout-header .header .reserve {
    padding: .3rem 1.25rem;
  }
}
.layout-header .full-menu {
  background: linear-gradient(to bottom, #2c4743, #c19233);
}
.layout-header .full-menu .container .menu {
  margin: 200px 0 0;
}
.layout-header .full-menu .container .menu > li a {
  font-weight: 700;
  font-size: 1.125rem;
  padding: 1rem 0;
}
.layout-footercta {
  position: relative;
  background-image: url(../images/bg-image-food.png);
  background-color: #fefae0;
  background-position: 50% 50%;
  background-size: contain;
  background-blend-mode: luminosity;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.layout-footercta .container {
  position: relative;
}
@media screen and (max-width: 1600px) {
  .layout-footercta .container {
    max-width: 1200px;
  }
}
.layout-footercta .container .text {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: .5rem;
  margin: 0 0 -2rem;
  padding: 2rem 0 0;
  position: relative;
  z-index: 99;
}
@media screen and (min-width: 810px) {
  .layout-footercta .container .text {
    grid-template-columns: 450px auto;
    gap: 1.5rem 2rem;
    padding: 4rem 0 3rem;
  }
}
.layout-footercta .container .text p {
  margin: 0;
}
.layout-footercta .container .text p:first-child {
  color: #1a2a27;
  grid-column: span 2;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 1px;
}
@media screen and (min-width: 810px) {
  .layout-footercta .container .text p:last-child {
    align-self: end;
  }
}
.layout-footercta .container .text p strong:not(:has(a)) {
  color: #1a2a27;
}
@media screen and (min-width: 810px) {
  .layout-footercta .container .text p strong:not(:has(a)) {
    font-size: 2.75rem;
  }
}
.layout-footercta .container .text p strong a {
  border-color: #ffffff;
}
.layout-footercta .container .text p strong a:before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f562";
  margin: 0 .25rem 0 0;
}
.layout-footercta .container .text p strong a:before {
  margin: 0 0.55rem 0 0;
}
.layout-footercta .container .text p strong a:hover {
  border-color: #c19233;
}
.layout-footercta .container .social-pages {
  position: absolute;
  right: 15px;
  top: 9rem;
  z-index: 99;
}
@media screen and (min-width: 810px) {
  .layout-footercta .container .social-pages {
    right: 45px;
    top: 19rem;
  }
}
.layout-footercta .container .social-pages li a {
  font-size: 0;
}
.layout-footercta .container .social-pages li a i {
  font-size: 1.125rem;
  padding: 0 0 1rem;
  color: #c19233;
}
.layout-footercta .image {
  height: 300px;
}
@media screen and (min-width: 1280px) {
  .layout-footercta .image {
    height: 500px;
  }
}
@media screen and (min-width: 1600px) {
  .layout-footercta .image {
    height: 650px;
  }
}
.layout-footercta .image img {
  height: 300px;
  width: 100%;
  position: absolute;
  bottom: -4rem;
  border-radius: 0 30px 30px 0;
}
@media screen and (min-width: 810px) {
  .layout-footercta .image img {
    right: 100px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-footercta .image img {
    height: 500px;
    right: 120px;
  }
}
@media screen and (min-width: 1600px) {
  .layout-footercta .image img {
    right: calc(100vw / 2 - 1200px / 2 + 50px);
    height: 650px;
  }
}
.layout-footercta .image .cta-caption {
  max-width: 1200px;
  position: absolute;
  left: 15px;
  bottom: 0;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.25em;
}
@media screen and (min-width: 810px) {
  .layout-footercta .image .cta-caption {
    left: 30px;
  }
}
@media screen and (min-width: 1600px) {
  .layout-footercta .image .cta-caption {
    left: calc(100vw / 2 - 1200px / 2 - 45px);
  }
}
.layout-footercta .image .cta-caption p {
  margin: 0;
  color: #c19233;
  font-weight: bold;
  letter-spacing: 2px;
}
.layout-footercta .image .cta-caption p a {
  font-size: 2.55rem;
  color: #ffffff;
  background: none;
  border: none;
  padding: 0;
  position: relative;
}
.layout-footercta .image .cta-caption p a::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 3px;
  background-color: #c19233;
  position: absolute;
  bottom: 0;
  left: 0;
}
.layout-footercta .image .cta-caption p a:hover::before {
  width: 100%;
}
.layout-footercta .image .cta-caption p a:hover {
  background: none;
  border: none;
}
.layout-footer {
  padding: 6rem 0 2rem;
}
.layout-footer .container {
  position: relative;
}
.layout-footer .container .home svg #path12 {
  fill: transparent !important;
}
.layout-footer .container .home svg #path16,
.layout-footer .container .home svg #path18 {
  fill: #c19233 !important;
}
.layout-footer .container .blocks-and-up .blocks {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.5rem;
}
@media screen and (min-width: 810px) {
  .layout-footer .container .blocks-and-up .blocks {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .blocks-and-up .blocks {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}
.layout-footer .container .blocks-and-up .blocks li:nth-child(1) a {
  padding: .5rem 0;
  position: relative;
}
.layout-footer .container .blocks-and-up .blocks li:nth-child(1) a::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 3px;
  background-color: #c19233;
  position: absolute;
  bottom: 0;
  left: 0;
}
.layout-footer .container .blocks-and-up .blocks li:nth-child(1) a:hover::before {
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .blocks-and-up .blocks li:nth-child(3) {
    grid-column: span 2;
    justify-self: center;
  }
}
.layout-footer .container .blocks-and-up .blocks li:nth-child(3) p {
  margin: 0;
}
.layout-footer .container .blocks-and-up .blocks li:nth-child(3) a {
  font-size: 1.125rem;
  padding: .5rem 0;
  position: relative;
}
.layout-footer .container .blocks-and-up .blocks li:nth-child(3) a::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 3px;
  background-color: #c19233;
  position: absolute;
  bottom: 0;
  left: 0;
}
.layout-footer .container .blocks-and-up .blocks li:nth-child(3) a:hover::before {
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .blocks-and-up .blocks li:nth-child(3) a {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .blocks-and-up .blocks li:last-child {
    grid-column: span 4;
  }
}
.layout-footer .container .blocks-and-up .blocks li:last-child .phone,
.layout-footer .container .blocks-and-up .blocks li:last-child .email {
  color: #c19233;
  position: relative;
  padding: 0 0 .25rem;
}
.layout-footer .container .blocks-and-up .blocks li:last-child .phone::before,
.layout-footer .container .blocks-and-up .blocks li:last-child .email::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.layout-footer .container .blocks-and-up .blocks li:last-child .phone:hover::before,
.layout-footer .container .blocks-and-up .blocks li:last-child .email:hover::before {
  width: 100%;
}
.layout-footer .container .blocks-and-up .up {
  position: absolute;
  top: 0;
  right: 15px;
  font-size: .7rem;
  color: rgba(255, 255, 255, 0.5);
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  max-width: 3.5rem;
  line-height: 1.6;
  text-align: center;
}
@media screen and (min-width: 810px) {
  .layout-footer .container .blocks-and-up .up {
    right: 30px;
    top: -5rem;
  }
}
.layout-footer .container .blocks-and-up .up:hover i {
  color: #c19233;
  background-color: #ffffff;
}
.layout-footer .container .blocks-and-up .up i {
  background-color: #c19233;
  color: #ffffff;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.layout-copyright {
  font-size: .75rem;
  padding-bottom: 20px;
}
.layout-hero {
  position: relative;
  padding: 2rem 0;
  padding: 180px 0 2rem 0;
  overflow: hidden;
}
.layout-hero .image {
  height: 400px;
}
.layout-hero .image::before {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  background: linear-gradient(to top, #2c4743, transparent);
  position: absolute;
  bottom: -2rem;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 1280px) {
  .layout-hero .image {
    height: 600px;
  }
}
.layout-hero .image img {
  height: 100%;
  width: 100%;
  border-radius: 30px;
}
@media screen and (min-width: 1280px) {
  .layout-hero .image img {
    left: 120px;
    position: absolute;
  }
}
@media screen and (min-width: 1600px) {
  .layout-hero .image img {
    left: calc(100vw / 2 - 1500px / 2);
  }
}
.layout-hero .container {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
@media screen and (min-width: 810px) {
  .layout-hero .container {
    bottom: 2rem;
    left: calc(50% + 30px);
    padding: 0;
  }
}
@media screen and (min-width: 1280px) {
  .layout-hero .container {
    left: calc(50% + 120px + 30px);
  }
}
@media screen and (min-width: 1600px) {
  .layout-hero .container {
    left: calc(50% + 30px);
  }
}
.layout-hero .container .label {
  font-size: 3.5rem;
  color: #c19233;
  font-weight: 700;
  margin: auto auto 0rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 810px) {
  .layout-hero .container .label {
    font-size: 4rem;
    margin: auto auto 0rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-hero .container .label {
    font-size: 7.5rem;
    margin: auto auto 0rem;
  }
}
.layout-hero .container h1 {
  margin: 0;
  font-size: 2rem;
  font-family: Fjalla One, sans-serif;
}
@media screen and (min-width: 810px) {
  .layout-hero .container h1 {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-hero .container h1 {
    font-size: 4rem;
  }
}
.layout.first-after-header {
  padding: 100px 0 2rem 0;
}
@media screen and (min-width: 810px) {
  .layout.first-after-header {
    padding: 180px 0 2rem 0;
  }
}
.layout-herohome {
  padding: 180px 0 2rem 0;
  display: grid;
  grid-template-columns: 15px 1fr 1fr 15px;
  grid-template-rows: repeat(3, auto);
  grid-template-areas: ". text text ." ". video video video" ". cta cta cta" ". icon . .";
  gap: 1rem;
  position: relative;
  background-image: url(../images/bg-image-food.png);
  background-color: #2c4743;
  background-position: 50% 50%;
  background-size: contain;
  background-blend-mode: luminosity;
}
.layout-herohome::before {
  content: "";
  display: block;
  width: 100%;
  height: 278px;
  background: linear-gradient(to top, #2c4743, transparent);
  position: absolute;
  bottom: -2rem;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 810px) {
  .layout-herohome {
    grid-template-columns: 30px 1fr 1fr 30px;
    grid-template-areas: ". text text ." ". video video video" ". icon cta cta";
  }
}
@media screen and (min-width: 1600px) {
  .layout-herohome {
    grid-template-columns: 1fr calc(1500px / 2) calc(1500px / 2) 1fr;
    grid-template-areas: ". text text ." ". video video video" ". icon cta .";
  }
}
.layout-herohome .text {
  grid-area: text;
  text-align: center;
}
.layout-herohome .text p {
  font-weight: 300;
  color: #c19233;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 20px;
  font-size: 1.25rem;
  font-weight: bold;
}
@media screen and (min-width: 810px) {
  .layout-herohome .text p {
    font-size: 1.65rem;
    letter-spacing: 3px;
  }
}
.layout-herohome .text h1 {
  color: #fefae0;
  font-family: Fjalla One, sans-serif;
  font-size: 3rem;
  margin: 0;
  line-height: 1;
  font-weight: 300;
  text-transform: uppercase;
}
@media screen and (min-width: 810px) {
  .layout-herohome .text h1 {
    font-size: 6rem;
    max-width: 80%;
    margin: 0 auto -7rem;
    padding: 0 11rem;
    position: relative;
    z-index: 1;
  }
}
@media screen and (min-width: 1600px) {
  .layout-herohome .text h1 {
    font-size: 6rem;
    margin: 0 auto -9rem;
  }
}
.layout-herohome .video-and-scroll {
  position: relative;
  grid-area: video;
}
.layout-herohome .video-and-scroll .video {
  position: relative;
  max-height: 900px;
}
.layout-herohome .video-and-scroll .video::before {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  background: linear-gradient(to top, #2c4743, transparent);
  position: absolute;
  bottom: 0;
}
.layout-herohome .video-and-scroll .video img {
  width: 100%;
  height: 100%;
  max-height: 900px;
  display: none;
}
.layout-herohome .video-and-scroll .video iframe {
  width: 100%;
  height: 100%;
  max-height: 900px;
  aspect-ratio: 1.77778;
}
@media screen and (min-width: 2550px) {
  .layout-herohome .video-and-scroll .video iframe {
    margin-left: -215px;
  }
}
.layout-herohome .video-and-scroll .video *[data-fancybox] {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
@media screen and (min-width: 1600px) {
  .layout-herohome .video-and-scroll .video *[data-fancybox] {
    left: calc(100vw / 2 - 1500px / 3);
    transform: translateY(-50%);
  }
}
.layout-herohome .video-and-scroll .video *[data-fancybox] p {
  color: #c19233;
  font-weight: 300;
  letter-spacing: 2px;
}
.layout-herohome .video-and-scroll .video *[data-fancybox] .arrow {
  height: 65px;
  width: 65px;
  background-image: url('../images/arrow-circle-right.svg');
  background-size: cover;
  margin: 0 auto;
}
@media screen and (min-width: 1600px) {
  .layout-herohome .video-and-scroll .video *[data-fancybox] .arrow {
    height: 85px;
    width: 85px;
  }
}
.layout-herohome .video-and-scroll .video *[data-fancybox] i {
  font-size: 3rem;
  background-color: #2c4743;
  border-radius: 50%;
}
@media screen and (min-width: 1280px) {
  .layout-herohome .video-and-scroll .video *[data-fancybox] i {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1600px) {
  .layout-herohome .video-and-scroll .video *[data-fancybox] i {
    font-size: 5rem;
  }
}
.layout-herohome .video-and-scroll .scroll {
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  color: #c19233;
  background-image: url('../images/icon-scroll.svg');
  background-size: cover;
  display: none;
}
@media screen and (min-width: 810px) {
  .layout-herohome .video-and-scroll .scroll {
    left: -1rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-herohome .video-and-scroll .scroll {
    display: block;
    left: -2rem;
    height: 100px;
    width: 120px;
  }
}
@media screen and (min-width: 1600px) {
  .layout-herohome .video-and-scroll .scroll {
    left: -4.5rem;
  }
}
.layout-herohome .video-and-scroll .scroll p {
  font-size: .7rem;
  text-align: center;
}
.layout-herohome .video-and-scroll .scroll i {
  font-size: 2rem;
}
@media screen and (min-width: 1280px) {
  .layout-herohome .video-and-scroll .scroll i {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1600px) {
  .layout-herohome .video-and-scroll .scroll i {
    font-size: 5rem;
  }
}
.layout-herohome .cta {
  grid-area: cta;
  background-color: rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
  border-radius: 15px 0 0 15px;
  padding: 2rem;
  position: relative;
  line-height: 1.6;
}
.layout-herohome .cta:before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  border: 1px solid #c19233;
  border-radius: 15px;
  z-index: 9;
}
.layout-herohome .cta > * {
  position: relative;
  z-index: 99;
}
@media screen and (min-width: 810px) {
  .layout-herohome .cta {
    padding: 2rem 4rem 2rem 7rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-herohome .cta {
    margin: -15% 0 0;
    position: relative;
    z-index: 1;
  }
}
@media screen and (min-width: 1600px) {
  .layout-herohome .cta {
    padding: 3rem 4rem 3rem 7rem;
  }
}
.layout-herohome .cta p {
  margin: 0;
  color: #fefae0;
  letter-spacing: 1px;
}
@media screen and (min-width: 1280px) {
  .layout-herohome .cta p {
    font-size: 1.35rem;
    margin: revert;
  }
}
.layout-herohome .cta a {
  display: grid;
  grid-template-columns: repeat(2, auto);
  align-items: end;
  font-weight: 600;
  font-size: 1.25rem;
  margin: -1rem 0 0;
  color: #fefae0;
}
.layout-herohome .cta a:after {
  content: '';
  justify-self: center;
  height: 3rem;
  width: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 300;
  background-image: url('../images/arrow-right-white.svg');
  background-size: cover;
  margin: 0 auto;
}
@media screen and (min-width: 810px) {
  .layout-herohome .cta a:after {
    height: 5rem;
    width: 5rem;
  }
}
@media screen and (min-width: 810px) {
  .layout-herohome .cta a {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-herohome .cta a {
    font-size: 3.5rem;
  }
}
.layout-herohome .icon {
  grid-area: icon;
  transform: rotate(-6deg);
}
@media screen and (min-width: 1280px) {
  .layout-herohome .icon {
    margin: -15% 0 0;
  }
}
.layout-herohome .icon img {
  height: 100px;
  width: 60px;
  object-fit: contain;
}
@media screen and (min-width: 1280px) {
  .layout-herohome .icon img {
    height: 230px;
    width: 230px;
  }
}
.layout-testimonialsrandom {
  padding: 2rem 0;
}
.layout-testimonialsrandom .container {
  text-align: center;
  line-height: 1.6;
}
@media screen and (min-width: 810px) {
  .layout-testimonialsrandom .container {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-testimonialsrandom .container {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-testimonialsrandom .container {
    font-size: 3rem;
  }
}
.layout-testimonialsrandom .container blockquote {
  margin: 0;
  font-family: Fjalla One, sans-serif;
}
.layout-testimonialsrandom .container blockquote p {
  margin-top: 5px;
}
.layout-testimonialsrandom .container cite {
  font-family: Fjalla One, sans-serif;
  color: #5fbec0;
  font-size: 2rem;
}
@media screen and (min-width: 1280px) {
  .layout-testimonialsrandom .container cite {
    font-size: 3rem;
  }
}
.layout-textimageandcta {
  padding: 0 0 2rem;
}
.layout-textimageandcta img {
  max-height: 80vh;
  width: 100%;
}
.layout-textimageandcta .container {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1600px) {
  .layout-textimageandcta .container {
    max-width: 1200px;
  }
}
@media screen and (min-width: 810px) {
  .layout-textimageandcta .container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
}
.layout-textimageandcta .container .text {
  line-height: 1.6;
  background-color: #fefae0;
  color: #1a2a27;
  padding: 1rem;
  margin: -2rem 0 0;
  font-weight: 300;
  border-radius: 15px;
  position: relative;
  outline-color: #c19233;
}
.layout-textimageandcta .container .text:before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  border: 1px solid #c19233;
  border-radius: 15px;
  z-index: 9;
}
.layout-textimageandcta .container .text > * {
  z-index: 99;
  position: relative;
}
@media screen and (min-width: 810px) {
  .layout-textimageandcta .container .text {
    padding: 1.5rem 1.5rem 5rem;
    margin: -4rem 0 0;
  }
}
@media screen and (min-width: 810px) {
  .layout-textimageandcta .container .text {
    min-height: 600px;
    padding: 5rem 8rem 5rem 5rem;
    margin: calc(-600px / 2) 0 0;
    grid-column: span 3;
  }
}
.layout-textimageandcta .container .text strong {
  font-weight: 700;
}
.layout-textimageandcta .container .text .icon {
  height: 120px;
  width: 65px;
  margin: 0 0 0 auto;
  position: absolute;
  right: 15px;
  top: 15px;
}
@media screen and (min-width: 810px) {
  .layout-textimageandcta .container .text .icon {
    margin: -8rem 0 0 auto;
    width: 120px;
    right: 55px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-textimageandcta .container .text .icon {
    margin: 0 0 0 auto;
  }
}
.layout-textimageandcta .container .text h2 {
  font-size: 1.25rem;
  margin-bottom: 0px;
  padding-right: 50px;
}
@media screen and (min-width: 810px) {
  .layout-textimageandcta .container .text h2 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-textimageandcta .container .text h2 {
    font-size: 2.5rem;
  }
}
.layout-textimageandcta .container .text p:first-of-type {
  font-weight: 500;
}
@media screen and (min-width: 1280px) {
  .layout-textimageandcta .container .text p:first-of-type {
    font-size: 1.25rem;
  }
}
.layout-textimageandcta .container .text p:nth-of-type(2) {
  font-size: 1.125rem;
}
@media screen and (min-width: 1280px) {
  .layout-textimageandcta .container .text p:nth-of-type(2) {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1280px) {
  .single-location .layout-textimageandcta .container .text p {
    font-size: 1.25rem;
  }
}
.layout-textimageandcta .container .cta {
  background-color: #c19233;
  padding: 2rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  border-radius: 15px 0 0 15px;
  position: relative;
  z-index: 99;
}
.layout-textimageandcta .container .cta:before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  border: 1px solid #c19233;
  border-radius: 15px;
  z-index: 9;
}
.layout-textimageandcta .container .cta:before {
  border-color: #fefae0;
}
@media screen and (min-width: 810px) {
  .layout-textimageandcta .container .cta {
    width: 60%;
    margin: -3.5rem 0 0 1.5rem;
  }
}
@media screen and (min-width: 810px) {
  .layout-textimageandcta .container .cta {
    align-content: start;
    height: fit-content;
    padding: 4rem 3rem;
    margin: -5rem -4rem 0;
    grid-column: span 2;
    width: revert;
    outline-offset: -1.5rem;
  }
}
@media screen and (min-width: 1600px) {
  .layout-textimageandcta .container .cta {
    padding: 5rem;
  }
}
.layout-textimageandcta .container .cta p {
  margin: 0;
  grid-column: span 2;
  color: #fefae0;
  position: relative;
  z-index: 99;
}
@media screen and (min-width: 1280px) {
  .layout-textimageandcta .container .cta p:first-child,
  .layout-textimageandcta .container .cta p:nth-of-type(3) {
    font-size: 1.25rem;
  }
}
.layout-textimageandcta .container .cta p a {
  display: grid;
  grid-template-columns: repeat(2, auto);
  align-items: end;
  align-items: center;
  font-weight: 700;
  font-size: 1.75rem;
}
.layout-textimageandcta .container .cta p a:after {
  content: '';
  justify-self: center;
  height: 3rem;
  width: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 300;
  background-image: url('../images/arrow-right-white.svg');
  background-size: cover;
  margin: 0 auto;
}
@media screen and (min-width: 810px) {
  .layout-textimageandcta .container .cta p a:after {
    height: 4rem;
    width: 4rem;
  }
}
@media screen and (min-width: 1600px) {
  .layout-textimageandcta .container .cta p a:after {
    height: 5rem;
    width: 5rem;
  }
}
@media screen and (min-width: 810px) {
  .layout-textimageandcta .container .cta p a {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-textimageandcta .container .cta p a {
    font-size: 2.25rem;
  }
}
.layout-cta {
  padding: 2rem 0;
}
@media screen and (max-width: 1600px) {
  .layout-cta .container {
    max-width: 1200px;
  }
}
.layout-cta .container .wrapper {
  background-color: #1a2a27;
  color: #fefae0;
  border-radius: 15px;
  position: relative;
}
.layout-cta .container .wrapper .outline {
  padding: 2rem;
  z-index: 99;
  position: relative;
  border-radius: 15px;
}
.layout-cta .container .wrapper .outline:before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  border: 1px solid #c19233;
  border-radius: 15px;
  z-index: 9;
}
@media screen and (min-width: 1280px) {
  .layout-cta .container .wrapper .outline {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    padding: 4rem;
  }
}
.layout-cta .container .wrapper .label-and-text {
  position: relative;
  z-index: 99;
}
@media screen and (min-width: 1280px) {
  .layout-cta .container .wrapper .label-and-text {
    grid-column: span 5;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (min-width: 1280px) {
  .layout-cta .container .wrapper .label-and-text .label {
    grid-column: span 3;
  }
}
.layout-cta .container .wrapper .label-and-text .label h2 {
  margin: 0;
  font-weight: 700;
  font-size: 2.5em;
}
.layout-cta .container .wrapper .label-and-text .text {
  font-size: 1.15em;
  font-weight: 499;
  line-height: 1.5em;
}
@media screen and (min-width: 810px) {
  .layout-cta .container .wrapper .label-and-text .text {
    max-width: 70%;
  }
}
@media screen and (min-width: 1280px) {
  .layout-cta .container .wrapper .label-and-text .text {
    grid-column: span 2;
    max-width: revert;
  }
}
.layout-cta .container .wrapper .label-and-text .text a {
  font-size: 18px;
}
.layout-cta .container .wrapper .label-and-text .text a:before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f562";
  margin: 0 .25rem 0 0;
}
.layout-cta .container .wrapper .label-and-text .text a:before {
  margin: 0 .65rem 0 0;
}
@media screen and (min-width: 1280px) {
  .layout-cta .container .wrapper .label-and-text .text a {
    margin: 2rem 0 0;
  }
}
.layout-cta .container .wrapper .icon {
  height: 200px;
  width: 200px;
  margin: 0 0 0 auto;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  overflow: hidden;
  border-radius: 15px;
}
.layout-cta .container .wrapper .icon img {
  width: 100%;
  border-radius: 15px;
}
@media screen and (min-width: 810px) {
  .layout-cta .container .wrapper .icon {
    margin: -8rem 0 0 auto;
  }
}
@media screen and (min-width: 1280px) {
  .layout-cta .container .wrapper .icon {
    margin: 0 0 0 auto;
  }
}
.layout-textandform {
  padding-bottom: 60px;
}
.layout-textandform .container .form {
  max-width: 1000px;
  margin: 0 auto;
  background-color: #fefae0;
  border-radius: 15px;
  position: relative;
  outline-color: #c19233;
  color: #2c4743;
  padding: 30px 60px;
}
.layout-textandform .container .form:before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  border: 1px solid #c19233;
  border-radius: 15px;
  z-index: 9;
}
.layout-textandform .container .form > * {
  position: relative;
  z-index: 9;
}
.layout-textandform .container .form .gform_legacy_markup_wrapper .gform_page_footer .button.gform_button,
.layout-textandform .container .form .gform_legacy_markup_wrapper .gform_page_footer .button.gform_next_button {
  color: #ffffff;
  background-color: #c19233;
  border: 1px solid #c19233;
  text-align: center;
  padding: .25rem .75rem;
  border-radius: 2rem;
  font-weight: 400;
  cursor: pointer;
}
.layout-textandform .container .form .gform_legacy_markup_wrapper .gform_page_footer .button.gform_button:hover,
.layout-textandform .container .form .gform_legacy_markup_wrapper .gform_page_footer .button.gform_next_button:hover {
  color: #c19233;
  background-color: #ffffff;
}
@media screen and (min-width: 810px) {
  .layout-textandform .container .form .gform_legacy_markup_wrapper .gform_page_footer .button.gform_button,
  .layout-textandform .container .form .gform_legacy_markup_wrapper .gform_page_footer .button.gform_next_button {
    padding: .5rem 1.25rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-textandform .container .form .gform_legacy_markup_wrapper .gform_page_footer .button.gform_button,
  .layout-textandform .container .form .gform_legacy_markup_wrapper .gform_page_footer .button.gform_next_button {
    padding: .9rem 1.5rem;
  }
}
.layout-textandform .container .form .gform_legacy_markup_wrapper .gform_page_footer .button.gform_previous_button {
  color: #c19233;
  background-color: #ffffff;
  border: 1px solid #c19233;
  text-align: center;
  padding: .25rem .75rem;
  border-radius: 2rem;
  font-weight: 400;
  cursor: pointer;
}
.layout-textandform .container .form .gform_legacy_markup_wrapper .gform_page_footer .button.gform_previous_button:hover {
  color: #ffffff;
  background-color: #c19233;
}
@media screen and (min-width: 810px) {
  .layout-textandform .container .form .gform_legacy_markup_wrapper .gform_page_footer .button.gform_previous_button {
    padding: .5rem 1.25rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-textandform .container .form .gform_legacy_markup_wrapper .gform_page_footer .button.gform_previous_button {
    padding: .9rem 1.5rem;
  }
}
.layout-textandform .container .form .gfield {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #f8bd86;
}
.layout-textandform .container .form .gfield_description {
  position: relative;
}
.layout-textandform .container .form .gfield_description img {
  margin-top: 5px !important;
  max-width: 100% !important;
}
@media screen and (min-width: 1000px) {
  .layout-textandform .container .form .gfield_description img {
    margin-top: -50px !important;
    position: absolute;
    top: 30px;
    right: 0;
    max-width: 260px !important;
  }
}
.layout-textandform .container .form .gform_legacy_markup_wrapper .gf_progressbar_percentage.percentbar_blue {
  background-color: #c19233;
}
.layout-textandimage {
  padding: 0 0 2rem;
}
@media screen and (min-width: 1280px) {
  .layout-textandimage {
    padding: 4rem 0;
  }
}
.layout-textandimage .container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (max-width: 1600px) {
  .layout-textandimage .container {
    max-width: 1200px;
  }
}
@media screen and (min-width: 810px) {
  .layout-textandimage .container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-textandimage .container {
    gap: 4rem;
  }
}
.layout-textandimage .container .image {
  border-radius: 15px 15px 0 0;
}
@media screen and (min-width: 810px) {
  .layout-textandimage .container .image {
    border-radius: 15px 0 0 15px;
  }
}
.layout-textandimage .container .image img {
  border: 0.75rem solid #fefae0;
  border-radius: 15px 15px 0 0;
}
@media screen and (min-width: 810px) {
  .layout-textandimage .container .image img {
    border-radius: 15px 0 0 15px;
  }
}
.layout-textandimage .container .text {
  border-radius: 0 0 15px 15px;
}
@media screen and (min-width: 810px) {
  .layout-textandimage .container .text {
    border-radius: 0 15px 15px 0;
  }
}
.layout-textandimage .container .text > * {
  position: relative;
  z-index: 99;
}
.layout-textandimage .container .text h2 {
  font-weight: 700;
  font-size: 2em;
}
@media screen and (min-width: 810px) {
  .layout-textandimage .container .text h2 {
    margin: 0;
    font-size: 3em;
  }
}
.layout-textandimage .container .text h3 {
  font-weight: 700;
  font-size: 2rem;
  margin: 0;
}
.layout-textandimage .container .text ul {
  padding-left: 20px;
}
.layout-textandimage .container .text p,
.layout-textandimage .container .text li {
  font-weight: 300;
  line-height: 1.86;
  font-size: 1.2em;
}
.layout-textandimage.image-right img {
  order: 2;
}
.layout-textandimage.has-background-color .container {
  padding: 0;
  position: relative;
}
.layout-textandimage.has-background-color .container:before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  border: 1px solid #c19233;
  border-radius: 15px;
  z-index: 9;
}
@media screen and (min-width: 810px) {
  .layout-textandimage.has-background-color .container {
    gap: 0;
  }
}
@media screen and (min-width: 1280px) {
  .layout-textandimage.has-background-color .container {
    outline-offset: -2rem;
  }
}
.layout-textandimage.has-background-color .container img {
  border: none;
}
@media screen and (min-width: 810px) {
  .layout-textandimage.has-background-color .container img {
    height: 100%;
  }
}
.layout-textandimage.has-background-color .container .text {
  color: #2c4743;
  background-color: #fefae0;
  padding: 2rem;
}
@media screen and (min-width: 810px) {
  .layout-textandimage.has-background-color .container .text {
    align-self: center;
    height: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .layout-textandimage.has-background-color .container .text {
    padding: 4.5rem;
  }
}
@media screen and (min-width: 1600px) {
  .layout-textandimage.has-background-color .container .text {
    padding: 6rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-textandimage.has-background-color .container .text h3 {
    font-size: 5rem;
  }
}
.layout-textandimage.has-background-color .container .text h2 {
  margin: 0;
}
@media screen and (min-width: 1280px) {
  .layout-textandimage.has-background-color .container .text h2 {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-textandimage.has-background-color .container .text p {
    font-size: 1.125rem;
  }
}
.layout-text .container {
  position: relative;
  padding: 0 15px 10rem;
}
@media screen and (min-width: 810px) {
  .layout-text .container {
    padding: 0 30px 14rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-text .container {
    padding: 0 30px 5rem;
  }
}
.layout-text .container .text {
  line-height: 1.6;
}
@media screen and (min-width: 810px) {
  .layout-text .container .text {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
.layout-text .container .text strong {
  font-family: Fjalla One, sans-serif;
  color: #c19233;
  font-size: 1.5rem;
}
@media screen and (min-width: 1280px) {
  .layout-text .container .text strong {
    font-size: 2rem;
  }
}
.layout-text .container .text ul {
  margin: 0 0 1.5rem;
}
.layout-text .container .text ul li {
  position: relative;
  padding: 0 0 .25rem 1rem;
}
.layout-text .container .text ul li::before {
  content: "";
  width: .5rem;
  height: 2px;
  display: inline-block;
  background-color: #ffffff;
  position: absolute;
  top: .5rem;
  left: 0;
}
@media screen and (min-width: 1280px) {
  .layout-text .container .text ul li::before {
    top: .9rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-text .container .text ul li {
    font-size: 1.5rem;
  }
}
.layout-text .container .icon {
  position: absolute;
  bottom: 30px;
  right: 50px;
  transform: rotate(8deg);
}
@media screen and (min-width: 810px) {
  .layout-text .container .icon {
    right: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-text .container .icon {
    top: -30px;
    bottom: auto;
    right: 50px;
  }
}
.layout-text .container .icon img {
  width: 90px;
}
@media screen and (min-width: 810px) {
  .layout-text .container .icon img {
    object-fit: contain;
    width: 125px;
  }
}
.layout-vacanciescta {
  padding: 5rem 0 2rem;
  margin-bottom: 40px;
}
.layout-vacanciescta .container {
  position: relative;
}
@media screen and (max-width: 1600px) {
  .layout-vacanciescta .container {
    max-width: 1200px;
  }
}
.layout-vacanciescta .container .text-and-image {
  position: relative;
}
.layout-vacanciescta .container .text-and-image:before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  border: 1px solid #c19233;
  border-radius: 15px;
  z-index: 9;
}
@media screen and (min-width: 810px) {
  .layout-vacanciescta .container .text-and-image {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1280px) {
  .layout-vacanciescta .container .text-and-image {
    outline-offset: -2rem;
    max-height: 750px;
  }
}
.layout-vacanciescta .container .text-and-image .text {
  background-color: #fefae0;
  padding: 2rem;
  color: #1a2a27;
  line-height: 1.86;
  font-size: 1.2em;
  border-radius: 15px 15px 0 0;
}
@media screen and (min-width: 810px) {
  .layout-vacanciescta .container .text-and-image .text {
    padding: 4rem;
    border-radius: 15px 0 0 15px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-vacanciescta .container .text-and-image .text {
    padding: 4rem;
  }
}
@media screen and (min-width: 1600px) {
  .layout-vacanciescta .container .text-and-image .text {
    padding: 6rem;
  }
}
.layout-vacanciescta .container .text-and-image .text > * {
  position: relative;
  z-index: 99;
}
.layout-vacanciescta .container .text-and-image .text h2 {
  line-height: 1;
}
@media screen and (min-width: 810px) {
  .layout-vacanciescta .container .text-and-image .text h2 {
    font-size: 2.5rem;
  }
}
.layout-vacanciescta .container .text-and-image img {
  border-radius: 0 0 15px 15px;
}
@media screen and (min-width: 1280px) {
  .layout-vacanciescta .container .text-and-image img {
    max-height: 750px;
    width: 100%;
    border-radius: 0 15px 15px 0;
  }
}
.layout-vacanciescta .container .icon {
  position: absolute;
  top: -100px;
  right: 50px;
}
@media screen and (min-width: 810px) {
  .layout-vacanciescta .container .icon {
    right: 80px;
  }
}
.layout-vacanciescta .container .icon img {
  width: 90px;
  aspect-ratio: 0.66666667;
}
@media screen and (min-width: 810px) {
  .layout-vacanciescta .container .icon img {
    width: 120px;
  }
}
.layout-locationsselector {
  padding: 2rem 0 2rem 0;
  line-height: 1.6;
}
.layout-locationsselector .container {
  position: relative;
  padding-bottom: 2rem;
}
@media screen and (max-width: 1600px) {
  .layout-locationsselector .container {
    max-width: 1200px;
  }
}
.layout-locationsselector .container > .title {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.4;
}
@media screen and (min-width: 810px) {
  .layout-locationsselector .container > .title {
    font-size: 3rem;
    text-align: initial;
  }
}
@media screen and (min-width: 1600px) {
  .layout-locationsselector .container > .title {
    font-size: 4rem;
    padding: 0 8rem;
    text-align: initial;
  }
}
@media screen and (min-width: 1280px) {
  .layout-locationsselector .container > .title {
    padding: 0 30rem 0 0rem;
  }
}
@media screen and (min-width: 810px) {
  .layout-locationsselector .container .places-text-book-and-menu {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1600px) {
  .layout-locationsselector .container .places-text-book-and-menu {
    margin: 2rem 0;
  }
}
.layout-locationsselector .container .places-text-book-and-menu .places {
  margin: 1.5rem auto;
}
@media screen and (min-width: 1600px) {
  .layout-locationsselector .container .places-text-book-and-menu .places li {
    margin: 0 0 3rem;
  }
}
.layout-locationsselector .container .places-text-book-and-menu .places li a {
  color: #5fbec0;
  font-family: Fjalla One, sans-serif;
}
.layout-locationsselector .container .places-text-book-and-menu .places li a:before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f178";
  margin: 0 .25rem 0 0;
}
.layout-locationsselector .container .places-text-book-and-menu .places li a:hover::before {
  transform: rotate(360deg);
}
@media screen and (min-width: 1280px) {
  .layout-locationsselector .container .places-text-book-and-menu .places li a {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 810px) {
  .layout-locationsselector .container .places-text-book-and-menu .text-book-and-menu {
    grid-column: span 2;
  }
}
@media screen and (min-width: 1280px) {
  .layout-locationsselector .container .places-text-book-and-menu .text-book-and-menu > *:not(.book-and-menu) {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1600px) {
  .layout-locationsselector .container .places-text-book-and-menu .text-book-and-menu .text {
    font-size: 1.5rem;
    margin: 0 0 6rem;
  }
}
.layout-locationsselector .container .places-text-book-and-menu .text-book-and-menu .text p {
  font-weight: 100;
}
@media screen and (min-width: 1600px) {
  .layout-locationsselector .container .places-text-book-and-menu .text-book-and-menu .text p {
    margin: 1.5rem 0;
  }
}
.layout-locationsselector .container .places-text-book-and-menu .text-book-and-menu .text p:first-of-type {
  font-weight: 500;
  margin-top: 1.25rem;
}
.layout-locationsselector .container .places-text-book-and-menu .text-book-and-menu .text p:last-of-type {
  font-weight: 300;
}
.layout-locationsselector .container .places-text-book-and-menu .text-book-and-menu .book-and-menu {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.layout-locationsselector .container .places-text-book-and-menu .text-book-and-menu .book-and-menu > * {
  width: max-content;
}
.layout-locationsselector .container .places-text-book-and-menu .text-book-and-menu .book-and-menu .book {
  color: #ffffff;
  background-color: #c19233;
  border: 1px solid #c19233;
  text-align: center;
  padding: .25rem .75rem;
  border-radius: 2rem;
  font-weight: 400;
  cursor: pointer;
}
.layout-locationsselector .container .places-text-book-and-menu .text-book-and-menu .book-and-menu .book:hover {
  color: #c19233;
  background-color: #ffffff;
}
@media screen and (min-width: 810px) {
  .layout-locationsselector .container .places-text-book-and-menu .text-book-and-menu .book-and-menu .book {
    padding: .5rem 1.25rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-locationsselector .container .places-text-book-and-menu .text-book-and-menu .book-and-menu .book {
    padding: .9rem 1.5rem;
  }
}
.layout-locationsselector .container .places-text-book-and-menu .text-book-and-menu .book-and-menu .book:before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f562";
  margin: 0 .25rem 0 0;
}
.layout-locationsselector .container .places-text-book-and-menu .text-book-and-menu .book-and-menu .book:before {
  margin: 0 .85rem 0 0;
}
.layout-locationsselector .container .places-text-book-and-menu .text-book-and-menu .book-and-menu .menu {
  position: relative;
}
.layout-locationsselector .container .places-text-book-and-menu .text-book-and-menu .book-and-menu .menu::before {
  content: "";
  display: block;
  width: 3rem;
  aspect-ratio: 1;
  border: 1px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  right: -4rem;
  top: 50%;
  transform: translateY(-50%);
}
.layout-locationsselector .container .places-text-book-and-menu .text-book-and-menu .book-and-menu .menu::after {
  content: '';
  position: absolute;
  right: -1.75rem;
  top: 50%;
  transform: translateY(-50%) rotate(270deg);
  font-weight: 300;
  height: 34px;
  width: 11px;
  background-image: url('../images/arrow-right.svg');
  background-size: cover;
  margin: 0 auto;
}
@media screen and (min-width: 1600px) {
  .layout-locationsselector .container .places-text-book-and-menu .text-book-and-menu .book-and-menu .menu::after {
    height: 34px;
    width: 11px;
  }
}
.layout-locationsselector .container .places-text-book-and-menu .text-book-and-menu .book-and-menu .menu:hover::after {
  right: -2.5rem;
}
.layout-locationsselector .container .icon {
  position: absolute;
  bottom: -30px;
  right: 80px;
  transform: rotate(-5deg);
}
@media screen and (min-width: 810px) {
  .layout-locationsselector .container .icon {
    right: 30px;
  }
}
.layout-locationsselector .container .icon img {
  width: 90px;
  aspect-ratio: 0.66666667;
  object-fit: contain;
}
@media screen and (min-width: 810px) {
  .layout-locationsselector .container .icon img {
    width: 200px;
  }
}
.layout-locations {
  padding: 2rem 0;
}
@media screen and (min-width: 1280px) {
  .layout-locations {
    padding: 2rem 0 2rem;
  }
}
@media screen and (min-width: 810px) {
  .layout-locations .container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-locations .container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}
.layout-locations .container .filter {
  padding: 2rem;
  background-color: #fefae0;
  outline: 1px solid #c19233;
  outline-offset: -1rem;
  color: #5fbec0;
  height: max-content;
}
.layout-locations .container .filter .facetwp-facet {
  margin: 0;
}
.layout-locations .container .filter .facetwp-facet .facetwp-radio {
  background: none;
  position: relative;
}
.layout-locations .container .filter .facetwp-facet .facetwp-radio::before {
  content: "";
  display: grid;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1rem;
  border: 1px solid #5fbec0;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  outline: 0 solid #c19233;
  outline-offset: -3rem;
}
.layout-locations .container .filter .facetwp-facet .facetwp-radio:hover::before {
  outline-width: .25rem;
}
.layout-locations .container .filter .facetwp-facet .facetwp-radio.checked::before {
  outline: 0.25rem solid #c19233;
}
@media screen and (min-width: 810px) {
  .layout-locations .container div[data-name="locations"] {
    grid-column: span 2;
  }
}
@media screen and (min-width: 1280px) {
  .layout-locations .container div[data-name="locations"] {
    grid-column: span 3;
  }
}
.layout-locations .container div[data-name="locations"] .locations {
  margin: 1.5rem 0;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 810px) {
  .layout-locations .container div[data-name="locations"] .locations {
    margin: 0;
  }
}
.layout-locations .container div[data-name="locations"] .locations li {
  padding: 0 0 1rem;
}
.layout-locations .container div[data-name="locations"] .locations li:not(:last-child) {
  border-bottom: 1px solid #ffffff;
}
@media screen and (min-width: 1280px) {
  .layout-locations .container div[data-name="locations"] .locations li:not(:last-child) {
    border: none;
  }
}
.layout-locations .container div[data-name="locations"] .locations li a.location {
  background-color: #5fbec0;
  color: #2c4743;
  position: relative;
  display: block;
}
.layout-locations .container div[data-name="locations"] .locations li a.location::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 300;
  height: 200px;
  width: 200px;
  background-image: url('../images/back-element-blue.svg');
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto;
  z-index: 9;
}
@media screen and (min-width: 810px) {
  .layout-locations .container div[data-name="locations"] .locations li a.location::after {
    height: 217px;
    width: 250px;
  }
}
.layout-locations .container div[data-name="locations"] .locations li a.location .outline {
  padding: 2rem 1rem;
  z-index: 99;
  position: relative;
  padding-left: 140px;
}
.layout-locations .container div[data-name="locations"] .locations li a.location .outline:before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  border: 1px solid #c19233;
  border-radius: 15px;
  z-index: 9;
}
@media screen and (min-width: 810px) {
  .layout-locations .container div[data-name="locations"] .locations li a.location .outline {
    padding: 2rem;
    position: relative;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
    align-items: center;
    padding: 3rem 3rem 2rem 3rem;
    padding-left: 225px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-locations .container div[data-name="locations"] .locations li a.location .outline {
    padding-left: 350px;
  }
}
.layout-locations .container div[data-name="locations"] .locations li a.location .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 125px;
  height: 100%;
  background-size: cover;
}
@media screen and (min-width: 810px) {
  .layout-locations .container div[data-name="locations"] .locations li a.location .image {
    width: 200px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-locations .container div[data-name="locations"] .locations li a.location .image {
    width: 300px;
  }
}
.layout-locations .container div[data-name="locations"] .locations li a.location .title {
  font-family: Fjalla One, sans-serif;
  color: #ffffff;
  font-size: 1.25rem;
}
@media screen and (min-width: 810px) {
  .layout-locations .container div[data-name="locations"] .locations li a.location .title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1600px) {
  .layout-locations .container div[data-name="locations"] .locations li a.location .title {
    font-size: 2.75rem;
  }
}
.layout-locations .container div[data-name="locations"] .locations li a.location .address-and-go-to {
  padding: 1rem 0;
}
@media screen and (min-width: 810px) {
  .layout-locations .container div[data-name="locations"] .locations li a.location .address-and-go-to {
    display: flex;
    align-items: center;
  }
  .layout-locations .container div[data-name="locations"] .locations li a.location .address-and-go-to > * {
    margin: .5rem 0;
    width: 50%;
  }
}
.layout-locations .container div[data-name="locations"] .locations li a.location .address-and-go-to .address {
  padding-right: 10px;
  display: flex;
}
.layout-locations .container div[data-name="locations"] .locations li a.location .address-and-go-to .address:before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f3c5";
  margin: 0 .25rem 0 0;
}
@media screen and (min-width: 810px) {
  .layout-locations .container div[data-name="locations"] .locations li a.location .address-and-go-to .address {
    padding-right: 60px;
  }
}
.layout-locations .container div[data-name="locations"] .locations li a.location .address-and-go-to .address:before {
  font-size: 1.5em;
  color: #c19233;
  margin-right: 5px;
}
@media screen and (min-width: 810px) {
  .layout-locations .container div[data-name="locations"] .locations li a.location .address-and-go-to .address:before {
    margin-right: 15px;
  }
}
.layout-locations .container div[data-name="locations"] .locations li a.location .address-and-go-to .go-to-location {
  width: max-content;
  color: #ffffff;
  background-color: #c19233;
  border: 1px solid #c19233;
  text-align: center;
  padding: .25rem .75rem;
  border-radius: 2rem;
  font-weight: 400;
  cursor: pointer;
}
.layout-locations .container div[data-name="locations"] .locations li a.location .address-and-go-to .go-to-location:hover {
  color: #c19233;
  background-color: #ffffff;
}
@media screen and (min-width: 810px) {
  .layout-locations .container div[data-name="locations"] .locations li a.location .address-and-go-to .go-to-location {
    padding: .5rem 1.25rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-locations .container div[data-name="locations"] .locations li a.location .address-and-go-to .go-to-location {
    padding: .9rem 1.5rem;
  }
}
@media screen and (max-width: 810px) {
  .layout-locations .container div[data-name="locations"] .locations li a.location .address-and-go-to .go-to-location {
    margin-top: 10px;
  }
}
.layout-locationsdetails {
  padding: 0 0 2rem;
}
@media screen and (min-width: 810px) {
  .layout-locationsdetails {
    padding: 2rem 0;
  }
}
@media screen and (min-width: 1280px) {
  .layout-locationsdetails {
    padding: 4rem 0 2rem;
  }
}
.layout-locationsdetails .container {
  position: relative;
}
.layout-locationsdetails .container .slogan {
  font-family: Fjalla One, sans-serif;
  color: #5fbec0;
  font-size: 2rem;
}
@media screen and (min-width: 810px) {
  .layout-locationsdetails .container .slogan {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-locationsdetails .container .slogan {
    font-size: 4rem;
  }
}
.layout-locationsdetails .container h1 {
  font-family: Fjalla One, sans-serif;
}
@media screen and (min-width: 810px) {
  .layout-locationsdetails .container h1 {
    max-width: 500px;
    font-size: 2.25rem;
    position: absolute;
    top: 2rem;
    z-index: 1;
  }
}
@media screen and (min-width: 1280px) {
  .layout-locationsdetails .container h1 {
    max-width: 650px;
    font-size: 4rem;
    top: 4rem;
  }
}
@media screen and (min-width: 1600px) {
  .layout-locationsdetails .container h1 {
    font-size: 5rem;
    max-width: 800px;
  }
}
.layout-locationsdetails .container .image-details-and-contact {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.5rem;
}
@media screen and (min-width: 810px) {
  .layout-locationsdetails .container .image-details-and-contact {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 0 2rem;
  }
}
.layout-locationsdetails .container .image-details-and-contact p {
  margin: 0;
}
.layout-locationsdetails .container .image-details-and-contact .image {
  position: relative;
}
@media screen and (min-width: 810px) {
  .layout-locationsdetails .container .image-details-and-contact .image {
    grid-column: span 5;
  }
}
@media screen and (min-width: 1280px) {
  .layout-locationsdetails .container .image-details-and-contact .image {
    margin: auto -30px auto;
  }
}
.layout-locationsdetails .container .image-details-and-contact .image::before {
  content: "";
  display: block;
  width: 100%;
  height: 9rem;
  background: linear-gradient(to top, #2c4743, transparent);
  position: absolute;
  left: 0;
  bottom: 0;
}
.layout-locationsdetails .container .image-details-and-contact .image img {
  width: 100%;
}
.layout-locationsdetails .container .image-details-and-contact .opening-hours-and-prices {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: .5rem;
  text-align: center;
}
@media screen and (min-width: 810px) {
  .layout-locationsdetails .container .image-details-and-contact .opening-hours-and-prices {
    height: max-content;
    text-align: revert;
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 1;
    align-self: end;
    padding: 0 0 3rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1280px) {
  .layout-locationsdetails .container .image-details-and-contact .opening-hours-and-prices {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1600px) {
  .layout-locationsdetails .container .image-details-and-contact .opening-hours-and-prices {
    font-size: 1.5rem;
  }
}
.layout-locationsdetails .container .image-details-and-contact .opening-hours-and-prices .prices {
  color: #c19233;
  font-family: Fjalla One, sans-serif;
}
@media screen and (min-width: 810px) {
  .layout-locationsdetails .container .image-details-and-contact .opening-hours-and-prices .prices p {
    max-width: 365px;
    width: max-content;
    display: grid;
    gap: 0 2rem;
    grid-template-columns: repeat(2, auto);
  }
}
@media screen and (min-width: 1280px) {
  .layout-locationsdetails .container .image-details-and-contact .opening-hours-and-prices .prices p {
    max-width: 465px;
  }
}
.layout-locationsdetails .container .image-details-and-contact .opening-hours-and-prices .prices em {
  font-style: normal;
}
.layout-locationsdetails .container .image-details-and-contact .opening-hours-and-prices .prices br:last-of-type {
  display: none;
}
.layout-locationsdetails .container .image-details-and-contact .address-phone-email-and-book {
  background-color: #5fbec0;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: .5rem;
  position: relative;
}
.layout-locationsdetails .container .image-details-and-contact .address-phone-email-and-book::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 300;
  height: 200px;
  width: 200px;
  background-image: url('../images/back-element-blue.svg');
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto;
  z-index: 9;
}
@media screen and (min-width: 810px) {
  .layout-locationsdetails .container .image-details-and-contact .address-phone-email-and-book::after {
    height: 217px;
    width: 250px;
  }
}
@media screen and (min-width: 810px) {
  .layout-locationsdetails .container .image-details-and-contact .address-phone-email-and-book {
    grid-column: span 8;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 810px) {
  .layout-locationsdetails .container .image-details-and-contact .address-phone-email-and-book {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}
.layout-locationsdetails .container .image-details-and-contact .address-phone-email-and-book::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 300;
  height: 200px;
  width: 200px;
  background-image: url('../images/back-element-blue.svg');
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto;
  z-index: 9;
}
@media screen and (min-width: 810px) {
  .layout-locationsdetails .container .image-details-and-contact .address-phone-email-and-book::after {
    height: 174px;
    width: 218px;
  }
}
.layout-locationsdetails .container .image-details-and-contact .address-phone-email-and-book .outline {
  padding: 2rem;
  outline: 1px solid #ffffff;
  outline-offset: -1rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: .5rem;
  position: relative;
  z-index: 99;
}
@media screen and (min-width: 810px) {
  .layout-locationsdetails .container .image-details-and-contact .address-phone-email-and-book .outline {
    grid-column: span 8;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 810px) {
  .layout-locationsdetails .container .image-details-and-contact .address-phone-email-and-book .outline {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 4rem 2rem;
  }
}
@media screen and (min-width: 1600px) {
  .layout-locationsdetails .container .image-details-and-contact .address-phone-email-and-book .outline {
    padding: 4rem;
  }
}
.layout-locationsdetails .container .image-details-and-contact .address-phone-email-and-book .outline div {
  position: relative;
  padding: 0 0 0 2rem;
}
@media screen and (min-width: 1280px) {
  .layout-locationsdetails .container .image-details-and-contact .address-phone-email-and-book .outline div {
    padding: 0 0 0 2.5rem;
  }
}
.layout-locationsdetails .container .image-details-and-contact .address-phone-email-and-book .outline div::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 1.5rem !important;
  color: #c19233;
}
@media screen and (min-width: 1280px) {
  .layout-locationsdetails .container .image-details-and-contact .address-phone-email-and-book .outline div::before {
    font-size: 2rem !important;
  }
}
.layout-locationsdetails .container .image-details-and-contact .address-phone-email-and-book .outline .address {
  font-family: Fjalla One, sans-serif;
}
.layout-locationsdetails .container .image-details-and-contact .address-phone-email-and-book .outline .address:before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f3c5";
  margin: 0 .25rem 0 0;
}
.layout-locationsdetails .container .image-details-and-contact .address-phone-email-and-book .outline .phone:before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f095";
  margin: 0 .25rem 0 0;
}
.layout-locationsdetails .container .image-details-and-contact .address-phone-email-and-book .outline .email:before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f0e0";
  margin: 0 .25rem 0 0;
}
.layout-locationsdetails .container .image-details-and-contact .address-phone-email-and-book .outline .phone a,
.layout-locationsdetails .container .image-details-and-contact .address-phone-email-and-book .outline .email a {
  font-family: Fjalla One, sans-serif;
  position: relative;
}
.layout-locationsdetails .container .image-details-and-contact .address-phone-email-and-book .outline .phone a::before,
.layout-locationsdetails .container .image-details-and-contact .address-phone-email-and-book .outline .email a::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 3px;
  background-color: #c19233;
  position: absolute;
  bottom: 0;
  left: 0;
}
.layout-locationsdetails .container .image-details-and-contact .address-phone-email-and-book .outline .phone a:hover::before,
.layout-locationsdetails .container .image-details-and-contact .address-phone-email-and-book .outline .email a:hover::before {
  width: 100%;
}
@media screen and (min-width: 810px) {
  .layout-locationsdetails .container .image-details-and-contact .address-phone-email-and-book .outline .book {
    justify-self: end;
  }
}
@media screen and (min-width: 1280px) {
  .layout-locationsdetails .container .image-details-and-contact .address-phone-email-and-book .outline .book {
    justify-self: unset;
  }
}
.layout-locationsdetails .container .image-details-and-contact .address-phone-email-and-book .outline .book a:before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f562";
  margin: 0 .25rem 0 0;
}
.layout-vacancies {
  padding: 3rem 0;
}
@media screen and (min-width: 1600px) {
  .layout-vacancies {
    padding: 6rem 0;
  }
}
.layout-vacancies .container {
  position: relative;
}
.layout-vacancies .container .vacancies-text {
  text-align: center;
  line-height: 1.6;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (min-width: 810px) {
  .layout-vacancies .container .vacancies-text {
    margin-bottom: 60px;
  }
}
.layout-vacancies .container .vacancies-text h2 {
  font-family: Fjalla One, sans-serif;
  margin: 0;
}
@media screen and (min-width: 810px) {
  .layout-vacancies .container .vacancies-text h2 {
    font-size: 3rem;
  }
}
@media screen and (min-width: 810px) {
  .layout-vacancies .container .vacancies-text p {
    max-width: 75%;
    margin: auto;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1600px) {
  .layout-vacancies .container .vacancies-text p {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-vacancies .container .filter-and-template {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 3rem;
  }
}
.layout-vacancies .container .filter-and-template .filter {
  font-family: Fjalla One, sans-serif;
}
@media screen and (min-width: 810px) and (max-width: calc(1280px - 1px)) {
  .layout-vacancies .container .filter-and-template .filter {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-vacancies .container .filter-and-template .filter {
    grid-column: span 2;
  }
}
.layout-vacancies .container .filter-and-template .filter .filter-child {
  margin: 0 0 1.5rem;
  border-radius: 15px;
}
.layout-vacancies .container .filter-and-template .filter .filter-child .filter-label {
  border-radius: 15px 15px 0 0;
}
.layout-vacancies .container .filter-and-template .filter .filter-child .facetwp-facet {
  border-radius: 15px;
}
@media screen and (min-width: 1280px) {
  .layout-vacancies .container .filter-and-template .filter .filter-child {
    position: relative;
    outline-color: #c19233;
    background-color: #ffffff;
    margin: 0 0 3rem;
  }
  .layout-vacancies .container .filter-and-template .filter .filter-child:before {
    content: "";
    position: absolute;
    top: 1rem;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    border: 1px solid #c19233;
    border-radius: 15px;
    z-index: 9;
  }
  .layout-vacancies .container .filter-and-template .filter .filter-child .filter-label {
    border-radius: 15px 15px 0 0;
  }
  .layout-vacancies .container .filter-and-template .filter .filter-child .filter-label::after {
    transform: rotate(-180deg);
    transition: all 0.25s ease;
  }
  .layout-vacancies .container .filter-and-template .filter .filter-child .facetwp-facet {
    padding: 2rem 2rem 2rem 3rem;
    height: auto;
    opacity: 1;
    transition: all 0.25s ease;
    background-color: #fefae0;
    border-radius: 15px;
  }
}
.layout-vacancies .container .filter-and-template .filter .filter-child.folded .facetwp-facet {
  height: 0;
  opacity: 0;
}
@media screen and (min-width: 1280px) {
  .layout-vacancies .container .filter-and-template .filter .filter-child.folded .facetwp-facet {
    height: unset;
    opacity: 1;
    width: unset;
  }
}
.layout-vacancies .container .filter-and-template .filter .filter-child.folded .facetwp-facet .facetwp-checkbox {
  display: none;
}
@media screen and (min-width: 1280px) {
  .layout-vacancies .container .filter-and-template .filter .filter-child.folded .facetwp-facet .facetwp-checkbox {
    display: block;
  }
}
.layout-vacancies .container .filter-and-template .filter .filter-child.unfolded {
  position: relative;
  outline-color: #c19233;
  background-color: #ffffff;
}
.layout-vacancies .container .filter-and-template .filter .filter-child.unfolded:before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  border: 1px solid #c19233;
  border-radius: 15px;
  z-index: 9;
}
.layout-vacancies .container .filter-and-template .filter .filter-child.unfolded .filter-label::after {
  transform: rotate(-180deg);
  transition: all 0.25s ease;
}
.layout-vacancies .container .filter-and-template .filter .filter-child.unfolded .facetwp-facet {
  padding: 1rem 2rem 2rem 3rem;
  height: auto;
  opacity: 1;
  transition: all 0.25s ease;
}
.layout-vacancies .container .filter-and-template .filter .filter-label {
  background-color: #c19233;
  color: #ffffff;
  font-size: 1.25rem;
  padding: 1rem 1rem 1rem 3rem;
  position: relative;
  z-index: 1;
}
.layout-vacancies .container .filter-and-template .filter .filter-label:after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f078";
}
.layout-vacancies .container .filter-and-template .filter .filter-label::after {
  position: absolute;
  right: 1rem;
}
@media screen and (min-width: 1280px) {
  .layout-vacancies .container .filter-and-template .filter .filter-label::after {
    display: none;
  }
}
@media screen and (min-width: 810px) {
  .layout-vacancies .container .filter-and-template .filter .filter-label {
    font-size: 1.5rem;
  }
}
.layout-vacancies .container .filter-and-template .filter .facetwp-facet {
  background-color: #ffffff;
  color: #2c4743;
  margin: 0;
}
.layout-vacancies .container .filter-and-template .filter .facetwp-facet > * {
  position: relative;
  z-index: 99;
}
.layout-vacancies .container .filter-and-template .filter .facetwp-facet .facetwp-checkbox {
  background: none;
  padding-left: 0;
}
.layout-vacancies .container .filter-and-template .filter .facetwp-facet .facetwp-checkbox:before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f178";
  margin: 0 .25rem 0 0;
}
.layout-vacancies .container .filter-and-template .filter .facetwp-facet .facetwp-checkbox::before {
  display: none;
  opacity: 0;
}
.layout-vacancies .container .filter-and-template .filter .facetwp-facet .facetwp-checkbox:hover {
  color: #c19233;
  transition: all 0.25s ease;
}
.layout-vacancies .container .filter-and-template .filter .facetwp-facet .facetwp-checkbox:hover::before {
  display: inline-block;
  opacity: 1;
  transition: all 0.25s ease;
}
.layout-vacancies .container .filter-and-template .filter .facetwp-facet .facetwp-checkbox.checked {
  color: #c19233;
}
.layout-vacancies .container .filter-and-template .filter .facetwp-facet .facetwp-checkbox.checked:before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f178";
  margin: 0 .25rem 0 0;
}
.layout-vacancies .container .filter-and-template .filter .facetwp-facet .facetwp-checkbox.checked::before {
  display: inline-block;
  opacity: 1;
}
@media screen and (min-width: 1280px) {
  .layout-vacancies .container .filter-and-template .filter .facetwp-facet .facetwp-checkbox {
    margin: 0 0 1.5rem;
  }
}
.layout-vacancies .container .filter-and-template .filter .facetwp-facet .facetwp-checkbox .facetwp-counter {
  display: none;
}
@media screen and (min-width: 1280px) {
  .layout-vacancies .container .filter-and-template .facetwp-template {
    grid-column: span 5;
  }
}
.layout-vacancies .container .filter-and-template .facetwp-template .vacancies li {
  margin: 0 0 1rem;
}
@media screen and (min-width: 1280px) {
  .layout-vacancies .container .filter-and-template .facetwp-template .vacancies li {
    margin: 0 0 3rem;
  }
}
.layout-vacancies .container .filter-and-template .facetwp-template .no-vacancies {
  background-color: #fefae0;
  color: #1a2a27;
  display: block;
  line-height: 1.75em;
  font-size: 1em;
  border-radius: 15px;
  position: relative;
}
.layout-vacancies .container .filter-and-template .facetwp-template .no-vacancies:before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  border: 1px solid #c19233;
  border-radius: 15px;
  z-index: 9;
}
.layout-vacancies .container .filter-and-template .facetwp-template .no-vacancies p {
  position: relative;
  z-index: 99;
  padding: 75px 60px;
}
.layout-vacancies .container .filter-and-template .facetwp-template .vacancy {
  background-color: #fefae0;
  color: #1a2a27;
  border-radius: 15px;
  display: block;
  position: relative;
}
.layout-vacancies .container .filter-and-template .facetwp-template .vacancy .outline {
  padding: 2rem;
  z-index: 99;
  position: relative;
}
.layout-vacancies .container .filter-and-template .facetwp-template .vacancy .outline:before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  border: 1px solid #c19233;
  border-radius: 15px;
  z-index: 9;
}
@media screen and (min-width: 810px) {
  .layout-vacancies .container .filter-and-template .facetwp-template .vacancy .outline {
    position: relative;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
    align-items: center;
    padding: 3rem 3rem 2rem 3rem;
  }
}
.layout-vacancies .container .filter-and-template .facetwp-template .vacancy .title {
  color: #1a2a27;
  font-weight: 700;
  font-size: 1.25rem;
  position: relative;
  z-index: 99;
}
@media screen and (min-width: 810px) {
  .layout-vacancies .container .filter-and-template .facetwp-template .vacancy .title {
    font-size: 2rem;
    padding-right: 250px;
  }
}
@media screen and (min-width: 1600px) {
  .layout-vacancies .container .filter-and-template .facetwp-template .vacancy .title {
    font-size: 2.75rem;
    padding-right: 250px;
  }
}
.layout-vacancies .container .filter-and-template .facetwp-template .vacancy .things {
  padding: 1rem 0;
}
.layout-vacancies .container .filter-and-template .facetwp-template .vacancy .things ul {
  display: flex;
  flex-wrap: wrap;
}
.layout-vacancies .container .filter-and-template .facetwp-template .vacancy .things ul li {
  margin: 0 .25rem .5rem 0;
  font-size: 1.125rem;
}
@media screen and (min-width: 810px) {
  .layout-vacancies .container .filter-and-template .facetwp-template .vacancy .things ul li {
    font-size: 1.5rem;
  }
}
.layout-vacancies .container .filter-and-template .facetwp-template .vacancy .things ul li .fa-location-dot {
  color: #c19233;
}
.layout-vacancies .container .filter-and-template .facetwp-template .vacancy .things ul li:first-of-type {
  flex: 1 0 100%;
}
@media screen and (min-width: 640px) {
  .layout-vacancies .container .filter-and-template .facetwp-template .vacancy .things ul li:first-of-type {
    position: absolute;
    top: 5rem;
    right: 4rem;
  }
}
.layout-vacancies .container .filter-and-template .facetwp-template .vacancy .things ul li:last-of-type::before {
  content: "|";
}
.layout-vacancies .container .filter-and-template .facetwp-template .vacancy .more {
  color: #ffffff;
  background-color: #c19233;
  border: 1px solid #c19233;
  text-align: center;
  padding: .25rem .75rem;
  border-radius: 2rem;
  font-weight: 400;
  cursor: pointer;
  width: max-content;
  margin: 0 0 0 auto;
}
.layout-vacancies .container .filter-and-template .facetwp-template .vacancy .more:hover {
  color: #c19233;
  background-color: #ffffff;
}
@media screen and (min-width: 810px) {
  .layout-vacancies .container .filter-and-template .facetwp-template .vacancy .more {
    padding: .5rem 1.25rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-vacancies .container .filter-and-template .facetwp-template .vacancy .more {
    padding: .9rem 1.5rem;
  }
}
@media screen and (min-width: 810px) {
  .layout-vacancies .container .filter-and-template .facetwp-template .vacancy .more {
    margin: -5rem 0 0 auto;
    padding: 1rem 2rem;
  }
}
.layout-faq {
  padding: 2rem 0;
}
.layout-faq .container {
  max-width: 1200px;
}
.layout-faq .container .title {
  font-family: Fjalla One, sans-serif;
  font-size: 1.5rem;
}
.layout-faq .container ul {
  padding: 1.5rem 0;
}
@media screen and (min-width: 810px) {
  .layout-faq .container ul {
    padding: 2rem 0;
  }
}
@media screen and (min-width: 1280px) {
  .layout-faq .container ul {
    padding: 3.5rem 0 2rem;
  }
}
.layout-faq .container ul li {
  display: block;
  margin: 1.5rem 0 3.5rem;
}
.layout-faq .container .foldable {
  margin: 0 0 1.5rem;
}
.layout-faq .container .foldable .foldable-trigger {
  font-family: Fjalla One, sans-serif;
  color: #c19233;
  font-size: 1.125rem;
  position: relative;
  padding: 0 0 0 3rem;
  cursor: pointer;
}
.layout-faq .container .foldable .foldable-trigger:before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\2b";
  margin: 0 .25rem 0 0;
}
.layout-faq .container .foldable .foldable-trigger::before {
  color: #fefae0;
  background-color: #c19233;
  border-radius: 50%;
  padding: .5rem;
  box-sizing: content-box;
  margin: 0 1rem 0 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1.5rem;
  width: 1.5rem;
  display: grid !important;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 810px) {
  .layout-faq .container .foldable .foldable-trigger::before {
    height: 2rem;
    width: 2rem;
    left: -.5rem;
    transform: translateY(-50%);
    top: 50%;
  }
}
@media screen and (min-width: 810px) {
  .layout-faq .container .foldable .foldable-trigger {
    font-size: 1.5rem;
  }
}
.layout-faq .container .foldable .foldable-contents {
  color: #fefae0;
  padding: .5rem 0 0 4rem;
  margin: .5rem 0 0;
  position: relative;
  line-height: 1.6;
  font-size: 1.25em;
}
.layout-faq .container .foldable .foldable-contents a {
  color: #c19233;
  text-decoration: underline;
}
.layout-faq .container .foldable .foldable-contents a:hover {
  text-decoration: none;
}
.layout-faq .container .foldable .foldable-contents::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #ffffff;
  position: absolute;
  left: 48px;
  top: 0;
}
.layout-faq .container .foldable .foldable-contents::after {
  content: url(../images/arrow-down-sharp-regular.svg);
  position: absolute;
  left: 43px;
  bottom: -1rem;
}
.layout-faq .container .foldable.unfolded .foldable-trigger {
  transition: all 0.25s ease;
}
.layout-faq .container .foldable.unfolded .foldable-trigger:before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f068";
  margin: 0 .25rem 0 0;
}
.layout-slider {
  padding: 2rem 0;
  background-color: #1a2a27;
  background-image: url('../images/pattern-entrecote.png');
  background-position: 50% 0;
  background-size: 823px;
  background-repeat: repeat;
}
@media screen and (min-width: 810px) {
  .layout-slider {
    height: 535px;
  }
}
@media screen and (max-width: 1600px) {
  .layout-slider .container {
    max-width: 1200px;
  }
}
@media screen and (min-width: 810px) {
  .layout-slider .container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
}
.layout-slider .container .text {
  max-width: 80%;
  line-height: 1.35;
  font-size: 1.85rem;
  color: #fefae0;
  font-weight: bold;
}
@media screen and (min-width: 810px) {
  .layout-slider .container .text {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 810px) {
  .layout-slider .container .images {
    grid-column: span 2;
  }
}
.layout-slider .container .images .slick-slider {
  margin: 0 -0.5rem;
  padding: 0 0 2rem;
}
.layout-slider .container .images .slick-slider .slick-prev,
.layout-slider .container .images .slick-slider .slick-next {
  top: auto;
  bottom: -1rem;
}
.layout-slider .container .images .slick-slider .slick-prev::before,
.layout-slider .container .images .slick-slider .slick-next::before {
  color: #c19233;
  opacity: 1;
}
.layout-slider .container .images .slick-slider .slick-prev::after,
.layout-slider .container .images .slick-slider .slick-next::after {
  content: "";
  display: inline-block;
  width: 70px;
  height: 1px;
  background-color: #c19233;
  position: absolute;
  top: 51%;
}
@media screen and (min-width: 810px) {
  .layout-slider .container .images .slick-slider .slick-prev::after,
  .layout-slider .container .images .slick-slider .slick-next::after {
    top: 53%;
  }
}
@media screen and (min-width: 1280px) {
  .layout-slider .container .images .slick-slider .slick-prev::after,
  .layout-slider .container .images .slick-slider .slick-next::after {
    top: 54%;
    width: 120px;
  }
}
.layout-slider .container .images .slick-slider .slick-prev {
  left: 1rem;
}
@media screen and (min-width: 1280px) {
  .layout-slider .container .images .slick-slider .slick-prev {
    left: -50%;
    bottom: 25%;
  }
}
.layout-slider .container .images .slick-slider .slick-prev::after {
  left: 10px;
}
.layout-slider .container .images .slick-slider .slick-next {
  right: 1rem;
}
@media screen and (min-width: 1280px) {
  .layout-slider .container .images .slick-slider .slick-next {
    right: 30%;
    bottom: 3rem;
  }
}
.layout-slider .container .images .slick-slider .slick-next::after {
  right: 10px;
}
.layout-slider .container .images .slick-slider .slick-slide {
  margin: 0 .5rem;
}
@media screen and (min-width: 1280px) {
  .layout-slider .container .images .slick-slider .slick-current img {
    height: 400px;
  }
}
.layout-slider .container .images img {
  height: 250px;
  width: 100%;
  border-radius: 15px;
}
.layout-slider .container .images .caption-overide {
  color: #c19233;
  font-weight: 300;
  margin: 1rem 0 0;
}
.layout-downloads {
  padding: 2rem 0;
}
@media screen and (min-width: 1280px) {
  .layout-downloads {
    padding: 2rem 0 5rem;
  }
}
.layout-downloads .container {
  position: relative;
}
.layout-downloads .container .menus {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.5rem;
}
@media screen and (min-width: 810px) {
  .layout-downloads .container .menus {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
.layout-downloads .container .menus > li {
  outline-color: #c19233;
  isolation: isolate;
  background-color: #fefae0;
  position: relative;
  border-radius: 15px;
}
.layout-downloads .container .menus > li:before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  border: 1px solid #c19233;
  border-radius: 15px;
  z-index: 9;
}
@media screen and (min-width: 810px) {
  .layout-downloads .container .menus > li:nth-child(2) {
    height: calc(100% + 50px);
  }
}
.layout-downloads .container .menus > li > * {
  position: relative;
  z-index: 99;
}
.layout-downloads .container .menus > li .image {
  height: 200px;
  width: 100%;
  overflow: hidden;
  z-index: -1;
  position: relative;
  border-radius: 15px 15px 0 0;
}
@media screen and (min-width: 810px) {
  .layout-downloads .container .menus > li .image {
    height: 250px;
  }
}
.layout-downloads .container .menus > li .image img {
  scale: 2;
  border-radius: 15px 15px 0 0;
}
.layout-downloads .container .menus > li .text {
  color: #2c4743;
  padding: 2rem;
  line-height: 1.6;
}
@media screen and (min-width: 810px) {
  .layout-downloads .container .menus > li .text {
    padding: 0rem 2rem 2rem 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-downloads .container .menus > li .text {
    padding: 2rem 2rem 2rem 4rem;
  }
}
.layout-downloads .container .menus > li .text h2 {
  font-family: Fjalla One, sans-serif;
  line-height: 1.2;
}
@media screen and (min-width: 810px) {
  .layout-downloads .container .menus > li .text h2 {
    font-size: 2.25rem;
  }
}
.layout-downloads .container .menus > li .text p {
  font-weight: 300;
}
@media screen and (min-width: 810px) {
  .layout-downloads .container .menus > li .text p:last-child {
    position: absolute;
    bottom: 1rem;
  }
}
.layout-downloads .container .menus > li .text strong {
  font-weight: 700;
}
.layout-downloads .container .menus > li .text strong a:before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\e4e7";
  margin: 0 .25rem 0 0;
}
@media screen and (min-width: 810px) {
  .layout-downloads .container .menus > li .text strong a {
    margin: 0 0 0 1rem;
  }
}
.layout-downloads .container .menus > li .text ul li {
  width: 49%;
  display: inline-block;
}
.layout-downloads .container .menus > li .text ul li:nth-of-type(3) {
  width: 100%;
}
.layout-downloads .container .menus > li .text ul li:nth-of-type(3) a {
  color: #2c4743;
  text-decoration: underline;
}
.layout-downloads .container .menus > li .text ul li:nth-of-type(3) a:hover {
  text-decoration: none;
}
.layout-downloads .container .menus > li .text ul li .df-element,
.layout-downloads .container .menus > li .text ul li .df-popup-thumb {
  margin: 0 !important;
  text-align: left;
  padding: 0;
  width: auto;
  margin-right: 20px;
  margin-top: 30px;
}
.layout-downloads .container .menus > li .text ul li .df-element:hover .df-book-wrapper,
.layout-downloads .container .menus > li .text ul li .df-popup-thumb:hover .df-book-wrapper {
  transform: none;
}
.layout-downloads .container .menus > li .text ul li .df-element:hover .df-book-wrapper .df-book-title,
.layout-downloads .container .menus > li .text ul li .df-popup-thumb:hover .df-book-wrapper .df-book-title {
  text-decoration: none !important;
}
.layout-downloads .container .menus > li .text ul li .df-element .df-book-wrapper,
.layout-downloads .container .menus > li .text ul li .df-popup-thumb .df-book-wrapper {
  background: none;
  box-shadow: none;
  perspective: unset;
}
.layout-downloads .container .menus > li .text ul li .df-element .df-book-wrapper .df-book-page1,
.layout-downloads .container .menus > li .text ul li .df-popup-thumb .df-book-wrapper .df-book-page1,
.layout-downloads .container .menus > li .text ul li .df-element .df-book-wrapper .df-book-page2,
.layout-downloads .container .menus > li .text ul li .df-popup-thumb .df-book-wrapper .df-book-page2 {
  background-color: transparent;
  box-shadow: none;
}
.layout-downloads .container .menus > li .text ul li .df-element .df-book-wrapper .df-book-cover,
.layout-downloads .container .menus > li .text ul li .df-popup-thumb .df-book-wrapper .df-book-cover {
  transform: none;
  box-shadow: none;
  overflow: auto;
  background-color: transparent;
  color: #2c4743;
}
.layout-downloads .container .menus > li .text ul li .df-element .df-book-wrapper .df-book-cover:after,
.layout-downloads .container .menus > li .text ul li .df-popup-thumb .df-book-wrapper .df-book-cover:after {
  display: none;
}
.layout-downloads .container .menus > li .text ul li .df-element .df-book-wrapper .df-book-cover .df-book-title,
.layout-downloads .container .menus > li .text ul li .df-popup-thumb .df-book-wrapper .df-book-cover .df-book-title {
  position: relative;
  background: none;
  font-size: 1em;
  bottom: 0;
  opacity: 1;
  padding: 0;
  font-weight: 700;
  color: #c19233;
  text-decoration: underline;
}
.layout-downloads .container .menus > li .text ul li .df-element .df-book-wrapper .df-book-cover .df-book-title:hover,
.layout-downloads .container .menus > li .text ul li .df-popup-thumb .df-book-wrapper .df-book-cover .df-book-title:hover {
  text-decoration: none;
}
.layout-downloads .container .menus > li .text ul li .df-element .df-book-wrapper .df-book-cover img,
.layout-downloads .container .menus > li .text ul li .df-popup-thumb .df-book-wrapper .df-book-cover img {
  display: none;
}
.layout-internetmensen {
  margin-top: 0;
}
.layout-internetmensen svg path {
  fill: #c19233 !important;
}
