@charset "UTF-8";
@import url("https://use.typekit.net/dsr0qyt.css");
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * 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;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

.sur-title, .sub-title {
  font-family: ff-real-headline-pro, sans-serif;
  font-size: 14px !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  font-weight: 400 !important;
}

.lead-text + .sub-title {
  margin-top: 0px;
}

.size-s {
  font-size: clamp(20px, 1.145833vw, 24px);
  letter-spacing: 0.1em;
}

.unlisted-page h1, .unlisted-page h2, .unlisted-page h3, .unlisted-page h4, .unlisted-page h5, .unlisted-page h6 {
  margin-top: 3rem;
  margin-bottom: 1rem;
  font-weight: 200;
}
.unlisted-page h1:first-child, .unlisted-page h2:first-child, .unlisted-page h3:first-child, .unlisted-page h4:first-child, .unlisted-page h5:first-child, .unlisted-page h6:first-child {
  margin-top: 0;
}
.unlisted-page h2 + h3 {
  margin-top: 0;
}
.unlisted-page h3 + h4 {
  margin-top: 0;
}
.unlisted-page h4 + h5 {
  margin-top: 0;
}
.unlisted-page h5 + h6 {
  margin-top: 0;
}
.unlisted-page h1 {
  font-size: 1.8rem;
}
.unlisted-page h2 {
  font-size: 1.6rem;
}
.unlisted-page h3 {
  font-size: 1.4rem;
}
.unlisted-page h4 {
  font-size: 1.2rem;
}
.unlisted-page h5 {
  font-size: 0.875rem;
}
.unlisted-page h6 {
  font-size: 0.75rem;
}

/* ========================================================================
   Component: Width
 ========================================================================== */
/* Equal child widths
 ========================================================================== */
.uk-child-width-1-12 > * {
  width: 8.3326389468%;
}

.uk-child-width-5-12 > * {
  width: 41.6631947338%;
}

.uk-child-width-7-12 > * {
  width: 58.3284726273%;
}

/*
 * 1. Reset the `min-width`, which is set to auto by default, because
 *    flex items won't shrink below their minimum intrinsic content size.
 *    Using `1px` instead of `0`, so items still wrap into the next line,
 *    if they have zero width and padding and the predecessor is 100% wide.
 */
/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-child-width-1-12\@s > * {
    width: 8.3326389468%;
  }
  .uk-child-width-5-12\@s > * {
    width: 41.6631947338%;
  }
  .uk-child-width-7-12\@s > * {
    width: 58.3284726273%;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-child-width-1-12\@m > * {
    width: 8.3326389468%;
  }
  .uk-child-width-5-12\@m > * {
    width: 41.6631947338%;
  }
  .uk-child-width-7-12\@m > * {
    width: 58.3284726273%;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-child-width-1-12\@l > * {
    width: 8.3326389468%;
  }
  .uk-child-width-5-12\@l > * {
    width: 41.6631947338%;
  }
  .uk-child-width-7-12\@l > * {
    width: 58.3284726273%;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-child-width-1-12\@xl > * {
    width: 8.3326389468%;
  }
  .uk-child-width-5-12\@xl > * {
    width: 41.6631947338%;
  }
  .uk-child-width-7-12\@xl > * {
    width: 58.3284726273%;
  }
}
/* Single Widths
 ========================================================================== */
/*
 * 1. `max-width` is needed for the pixel-based classes
 */
/* Twelves */
.uk-width-1-12 {
  width: 8.3326389468%;
}

.uk-width-5-12 {
  width: 41.6631947338%;
}

.uk-width-7-12 {
  width: 58.3284726273%;
}

.uk-width-11-12 {
  width: 91.6590284143%;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  /* Whole */
  /* Tvelvths */
  .uk-width-1-12\@s {
    width: 8.3326389468%;
  }
  .uk-width-5-12\@s {
    width: 41.6631947338%;
  }
  .uk-width-7-12\@s {
    width: 58.3284726273%;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  /* Tvelvths */
  .uk-width-1-12\@m {
    width: 8.3326389468%;
  }
  .uk-width-5-12\@m {
    width: 41.6631947338%;
  }
  .uk-width-7-12\@m {
    width: 58.3284726273%;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  /* Tvelvths */
  .uk-width-1-12\@l {
    width: 8.3326389468%;
  }
  .uk-width-5-12\@l {
    width: 41.6631947338%;
  }
  .uk-width-7-12\@l {
    width: 58.3284726273%;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  /* Tvelvths */
  .uk-width-1-12\@xl {
    width: 8.3326389468%;
  }
  .uk-width-5-12\@xl {
    width: 41.6631947338%;
  }
  .uk-width-7-12\@xl {
    width: 58.3284726273%;
  }
}
/* ========================================================================
   Component: Width
 ========================================================================== */
/* Equal child widths
 ========================================================================== */
.uk-child-width-1-12 > * {
  width: 8.3326389468%;
}

.uk-child-width-1-6 > * {
  width: 16.6652778935%;
}

.uk-child-width-5-12 > * {
  width: 41.6631947338%;
}

.uk-child-width-7-12 > * {
  width: 58.3284726273%;
}

.uk-child-width-10-12 > * {
  width: 83.3263894675%;
}

/*
 * 1. Reset the `min-width`, which is set to auto by default, because
 *    flex items won't shrink below their minimum intrinsic content size.
 *    Using `1px` instead of `0`, so items still wrap into the next line,
 *    if they have zero width and padding and the predecessor is 100% wide.
 */
/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-child-width-1-12\@s > * {
    width: 8.3326389468%;
  }
  .uk-child-width-1-6\@s > * {
    width: 16.6652778935%;
  }
  .uk-child-width-5-12\@s > * {
    width: 41.6631947338%;
  }
  .uk-child-width-7-12\@s > * {
    width: 58.3284726273%;
  }
  .uk-child-width-10-12\@s > * {
    width: 83.3263894675%;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-child-width-1-12\@m > * {
    width: 8.3326389468%;
  }
  .uk-child-width-1-6\@m > * {
    width: 16.6652778935%;
  }
  .uk-child-width-5-12\@m > * {
    width: 41.6631947338%;
  }
  .uk-child-width-7-12\@m > * {
    width: 58.3284726273%;
  }
  .uk-child-width-10-12\@m > * {
    width: 83.3263894675%;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-child-width-1-12\@l > * {
    width: 8.3326389468%;
  }
  .uk-child-width-1-6\@l > * {
    width: 16.6652778935%;
  }
  .uk-child-width-5-12\@l > * {
    width: 41.6631947338%;
  }
  .uk-child-width-7-12\@l > * {
    width: 58.3284726273%;
  }
  .uk-child-width-10-12\@l > * {
    width: 83.3263894675%;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-child-width-1-12\@xl > * {
    width: 8.3326389468%;
  }
  .uk-child-width-1-6\@xl > * {
    width: 16.6652778935%;
  }
  .uk-child-width-5-12\@xl > * {
    width: 41.6631947338%;
  }
  .uk-child-width-7-12\@xl > * {
    width: 58.3284726273%;
  }
  .uk-child-width-10-12\@xl > * {
    width: 83.3263894675%;
  }
}
/* Single Widths
 ========================================================================== */
/*
 * 1. `max-width` is needed for the pixel-based classes
 */
/* Twelves */
.uk-width-1-12 {
  width: 8.3326389468%;
}

.uk-width-1-6 {
  width: 16.6652778935%;
}

.uk-width-5-12 {
  width: 41.6631947338%;
}

.uk-width-7-12 {
  width: 58.3284726273%;
}

.uk-width-10-12 {
  width: 83.3263894675%;
}

.uk-width-11-12 {
  width: 91.6590284143%;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  /* Whole */
  /* Tvelvths */
  .uk-width-1-12\@s {
    width: 8.3326389468%;
  }
  .uk-width-1-6\@s {
    width: 16.6652778935%;
  }
  .uk-width-5-12\@s {
    width: 41.6631947338%;
  }
  .uk-width-7-12\@s {
    width: 58.3284726273%;
  }
  .uk-width-10-12\@s {
    width: 83.3263894675%;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  /* Tvelvths */
  .uk-width-1-12\@m {
    width: 8.3326389468%;
  }
  .uk-width-1-6\@m {
    width: 16.6652778935%;
  }
  .uk-width-5-12\@m {
    width: 41.6631947338%;
  }
  .uk-width-7-12\@m {
    width: 58.3284726273%;
  }
  .uk-width-10-12\@m {
    width: 83.3263894675%;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  /* Tvelvths */
  .uk-width-1-12\@l {
    width: 8.3326389468%;
  }
  .uk-width-1-6\@l {
    width: 16.6652778935%;
  }
  .uk-width-5-12\@l {
    width: 41.6631947338%;
  }
  .uk-width-7-12\@l {
    width: 58.3284726273%;
  }
  .uk-width-10-12\@l {
    width: 83.3263894675%;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  /* Tvelvths */
  .uk-width-1-12\@xl {
    width: 8.3326389468%;
  }
  .uk-width-1-6\@xl {
    width: 16.6652778935%;
  }
  .uk-width-5-12\@xl {
    width: 41.6631947338%;
  }
  .uk-width-7-12\@xl {
    width: 58.3284726273%;
  }
  .uk-width-10-12\@xl {
    width: 83.3263894675%;
  }
}
.uk-container {
  max-width: 1350px;
  max-width: 70.3125vw;
}
@media (max-width: 959px) {
  .uk-container {
    max-width: 100%;
  }
}
@media (max-width: 639px) {
  .uk-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.uk-container-large {
  max-width: 1618px;
  max-width: 84.27vw;
}
@media (max-width: 1680px) {
  .uk-container-large {
    max-width: 1416px;
  }
}
@media (max-width: 639px) {
  .uk-container-large {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.uk-container-small {
  max-width: 690px;
  max-width: 36vw;
}
@media (max-width: 959px) {
  .uk-container-small {
    max-width: 65%;
  }
}
@media (max-width: 639px) {
  .uk-container-small {
    max-width: 100%;
  }
}

.uk-section {
  padding-top: 60px;
  padding-bottom: 90px;
  padding-top: clamp(50px, 3.125vw, 70px);
  padding-bottom: clamp(75px, 4.6875vw, 105px);
}

.uk-section-large {
  padding-top: 160px;
  padding-bottom: 160px;
  padding-top: clamp(140px, 8.33vw, 180px);
  padding-bottom: clamp(140px, 8.33vw, 180px);
}
@media (max-width: 959px) {
  .uk-section-large {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 639px) {
  .uk-section-large {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

[class*=uk-animation-] {
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}

.uk-animation-fade {
  animation-name: uk-fade;
  animation-duration: 1s;
  animation-timing-function: linear;
}

.uk-grid > * {
  padding-left: 16px;
}

.uk-grid {
  margin-left: -16px;
}

html {
  box-sizing: border-box;
  color: #202020;
}

* {
  box-sizing: border-box;
}

body {
  width: 100%;
  font-family: ff-real-headline-pro, sans-serif;
  font-size: 16px;
  font-size: clamp(16px, 0.8854vw, 20px);
  font-weight: 200;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
@media (max-width: 959px) {
  body {
    font-size: 16px;
  }
}
@media (max-width: 639px) {
  body {
    font-size: 16px;
  }
}

.overflow {
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.no-scroll {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  height: 100%;
  overflow: hidden !important;
}

a {
  outline: none !important;
}
a:hover, a:active, a:visited, a:focus {
  outline: none !important;
}

strong {
  font-weight: 300;
}

.text-section strong {
  font-weight: 200;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

img {
  width: 100%;
  height: auto;
}

main {
  min-height: 100%;
  margin-top: 130px;
}
@media (max-width: 1680px) {
  main {
    margin-top: 134px;
  }
}
@media (max-width: 639px) {
  main {
    margin-top: 80px;
  }
}

h2, h3 {
  font-family: ff-real-headline-pro, sans-serif;
  color: #20342F;
}

h1 {
  font-family: ff-real-headline-pro, sans-serif;
  font-weight: 200;
  letter-spacing: 0.6px;
  font-size: 28px;
  margin-bottom: 40px;
}
@media (max-width: 959px) {
  h1 {
    font-size: 26px;
  }
}
@media (max-width: 639px) {
  h1 {
    font-size: 24px;
  }
}

h2 {
  font-size: 24px;
  font-weight: 200;
  line-height: 1.4;
  margin-top: 0px;
  margin-bottom: 40px;
  letter-spacing: 0.8px;
}
@media (max-width: 959px) {
  h2 {
    font-size: 24px;
  }
}
@media (max-width: 639px) {
  h2 {
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 20px;
  }
}

h3 {
  font-size: 24px;
  font-weight: 200;
}
@media (max-width: 959px) {
  h3 {
    font-size: 22px;
  }
}
@media (max-width: 639px) {
  h3 {
    font-size: 22px;
  }
}

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

a {
  color: #202020;
  position: relative;
}
a:hover {
  color: #202020;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.lead-text {
  font-size: clamp(26px, 1.45833vw, 32px);
}

.font-big {
  font-size: 26px;
}
@media (max-width: 1680px) {
  .font-big {
    font-size: 24px;
  }
}
@media (max-width: 959px) {
  .font-big {
    font-size: 24px;
  }
}
@media (max-width: 639px) {
  .font-big {
    font-size: 20px;
  }
}

em {
  color: #202020;
}

.background-light {
  background-color: #fff;
}

.background-dark {
  background-color: #EAE8E7;
}

.background-green {
  background-color: #20342F;
}
.background-green * {
  color: #fff;
}
.background-green .sur-title, .background-green .sub-title {
  color: #fff !important;
}

.text-uppercase {
  text-transform: uppercase;
}

.more-button {
  color: #202020;
  font-size: 12px;
  font-weight: 300;
  position: relative;
  display: inline-block;
  border: 1px solid #202020;
  transition: all 0.3s ease-in-out;
  padding: 6px 20px 6px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
@media (max-width: 1680px) {
  .more-button {
    font-size: 10px;
  }
}
@media (max-width: 639px) {
  .more-button {
    font-size: 10px;
  }
}
.more-button:hover {
  color: #CC945D;
  text-decoration: none;
  background-color: #20342F;
  border: 1px solid #202020;
}

.more-button-light {
  color: #CC945D;
  border: 1px solid #CC945D;
}
.more-button-light:hover {
  color: #20342F;
  background-color: #CC945D;
  border: 1px solid #CC945D;
}

ul li {
  list-style: disc;
}

.cta-button-wrapper {
  position: absolute;
  display: block;
  width: 100%;
  max-width: 1200px;
  left: 50%;
  bottom: -125px;
  transform: translateX(-50%);
}
@media (max-width: 639px) {
  .cta-button-wrapper {
    bottom: -75px;
  }
}
.cta-button-wrapper .cta-button {
  display: inline-block;
  max-width: 250px;
  float: right;
  border-bottom: none;
}
@media (max-width: 639px) {
  .cta-button-wrapper .cta-button {
    max-width: 35%;
  }
}
.cta-button-wrapper .cta-button::after {
  display: none;
}
.cta-button-wrapper .cta-button img {
  width: 100%;
}

.cta-button-home {
  bottom: 0;
}

.align_center {
  text-align: center;
}

.align_left {
  text-align: left;
}

.align_right {
  text-align: right;
}

.color-bronze {
  color: #CC945D !important;
}

.margin-top-small {
  margin-top: 30px;
}

.margin-top-medium {
  margin-top: 80px;
}

.margin-top-large {
  margin-top: 90px;
}

.margin-top-xlarge {
  margin-top: 120px;
}

table.contact-table tr td {
  padding-right: 60px;
}
@media (max-width: 639px) {
  table.contact-table tr td {
    display: block;
    padding-bottom: 40px;
    padding-right: 0;
  }
}
table.contact-table tr td:last-of-type {
  padding-right: 0;
}
@media (max-width: 639px) {
  table.contact-table tr td:last-of-type {
    padding-bottom: 0;
  }
}

.navbar-wrapper {
  background-color: #20342F;
  padding: 0 40px;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 639px) {
  .navbar-wrapper {
    padding: 0 30px;
  }
}

.uk-navbar-container:not(.uk-navbar-transparent) {
  background: #20342F !important;
}

.uk-navbar-container {
  max-width: 1618px;
  margin: 0 auto;
}
@media (max-width: 1680px) {
  .uk-navbar-container {
    max-width: 1416px;
  }
}

#navbar {
  height: 130px;
  background-color: transparent !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1680px) {
  #navbar {
    height: 134px;
  }
}
@media (max-width: 639px) {
  #navbar {
    height: 80px;
  }
}
#navbar .main-logo {
  padding: 0;
  color: #CC945D;
  transition: all 0.3s ease-in-out;
  width: 11.2vw;
  min-width: 215px;
}
#navbar .main-logo:hover {
  color: #CC945D;
}
@media (max-width: 959px) {
  #navbar .main-logo {
    width: 26vw;
    min-width: 150px;
  }
}
#navbar .center-logo img {
  height: 70px;
  width: auto;
}
@media (max-width: 639px) {
  #navbar .center-logo img {
    height: 50px;
  }
}

.main-logo-small {
  width: 9.375vw !important;
  min-width: 150px !important;
}

.navbar-small {
  height: 100px !important;
}
@media (max-width: 639px) {
  .navbar-small {
    height: 80px !important;
  }
}

#sidenav {
  position: fixed;
  top: 0px;
  left: 0;
  height: 80px;
  width: 100%;
  opacity: 0;
  background-color: #20342F;
  z-index: 1;
  transition: all 0.8s cubic-bezier(0.5, 0.03, 0.5, 0.97);
}
@media (max-width: 959px) {
  #sidenav {
    height: 100%;
    top: -100%;
    transition: all 0.8s cubic-bezier(0.5, 0.03, 0.5, 0.97);
  }
}
@media (max-width: 639px) {
  #sidenav {
    width: 100%;
  }
}
#sidenav .sidenav-inner {
  height: 100%;
}
#sidenav .sidenav-inner .sidemenu {
  height: 100%;
  display: flex;
  align-items: center;
}
#sidenav .sidenav-inner .sidemenu ul .nav-item {
  list-style: none;
  display: inline;
  margin-right: 150px;
}
@media (max-width: 1680px) {
  #sidenav .sidenav-inner .sidemenu ul .nav-item {
    margin-right: 8vw;
  }
}
@media (max-width: 959px) {
  #sidenav .sidenav-inner .sidemenu ul .nav-item {
    margin-right: 0px;
    display: block;
    text-align: center;
  }
}
#sidenav .sidenav-inner .sidemenu ul .nav-item a {
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-weight: 200;
  text-transform: uppercase;
  color: #fff;
  color: #CC945D;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 4px;
  padding-top: -20px;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.5, 0.03, 0.5, 0.97);
}
#sidenav .sidenav-inner .sidemenu ul .nav-item a::after {
  content: "";
  width: 0;
  position: absolute;
  left: 50%;
  bottom: 5px;
  transform: translateX(-50%);
  border-bottom: 1px solid #EAE8E7;
  border-bottom: 1px solid #CC945D;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 959px) {
  #sidenav .sidenav-inner .sidemenu ul .nav-item a::after {
    transition: none;
  }
}
#sidenav .sidenav-inner .sidemenu ul .nav-item a:hover::after, #sidenav .sidenav-inner .sidemenu ul .nav-item a:focus::after, #sidenav .sidenav-inner .sidemenu ul .nav-item a:active::after {
  width: 100%;
}
@media (max-width: 639px) {
  #sidenav .sidenav-inner .sidemenu ul .nav-item a {
    font-size: 18px;
  }
}
#sidenav .sidenav-inner .sidemenu ul .nav-item a.active::after {
  content: "";
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 5px;
  transform: translateX(-50%);
  border-bottom: 1px solid #EAE8E7;
  border-bottom: 1px solid #CC945D;
  transition: all 0.3s ease-in-out;
}
#sidenav .sidenav-inner .sidemenu ul li:first-of-type {
  padding-top: 0;
}
#sidenav .sidenav-inner .sidemenu ul .nav-item:last-of-type {
  padding-bottom: 0;
  margin-right: 0 !important;
}

.sidenav-open {
  top: 154px !important;
  opacity: 1 !important;
}
@media (max-width: 1680px) {
  .sidenav-open {
    top: 134px !important;
  }
}
@media (max-width: 959px) {
  .sidenav-open {
    top: 0px !important;
  }
}

.sidenav-open.position-small,
.show-underlay.position-small {
  top: 100px !important;
}
@media (max-width: 959px) {
  .sidenav-open.position-small,
  .show-underlay.position-small {
    top: 0px !important;
  }
}

.language_selector {
  list-style: none;
}
.language_selector .language-wrapper {
  display: inline-block;
  margin-right: 10px;
}
.language_selector .language-wrapper a {
  font-size: 14px;
  font-weight: 200;
  text-transform: uppercase;
  color: rgba(204, 148, 93, 0.5) !important;
}
.language_selector .language-wrapper a::after {
  display: none;
}
@media (max-width: 959px) {
  .language_selector .language-wrapper a {
    font-size: 12px !important;
  }
}
.language_selector .language-wrapper a:hover {
  text-decoration: none !important;
  border-bottom: none !important;
}
.language_selector .language-wrapper .active {
  color: #CC945D !important;
}
.language_selector .language-wrapper .active::after {
  border-bottom: none !important;
}
.language_selector .language-wrapper:last-of-type {
  margin-right: 0;
}

.show-nav {
  opacity: 1 !important;
  padding-top: 5px !important;
}

.spinner {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #20342F;
  font-size: 45px;
  z-index: 10000;
}
@media (max-width: 959px) {
  .spinner {
    height: calc(var(--vh, 1vh) * 100);
  }
}
.spinner .spinner-wrapper {
  position: fixed;
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #CC945D;
}
@media (max-width: 959px) {
  .spinner .spinner-wrapper {
    height: calc(var(--vh, 1vh) * 100);
  }
}
.spinner .spinner-wrapper img {
  width: 50px;
}

.home-spinner {
  background-color: #20342F;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  font-size: 45px;
  z-index: 10000;
}
@media (max-width: 959px) {
  .home-spinner {
    height: calc(var(--vh, 1vh) * 100);
  }
}
.home-spinner .spinner-wrapper {
  position: fixed;
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 959px) {
  .home-spinner .spinner-wrapper {
    height: calc(var(--vh, 1vh) * 100);
  }
}
.home-spinner .spinner-wrapper img, .home-spinner .spinner-wrapper svg {
  width: 100%;
  max-width: 150px;
}

.cc-window {
  font-family: "Catamaran", sans-serif !important;
  font-style: normal;
  font-weight: 300;
  font-size: 14px !important;
}
.cc-window .cc-btn {
  font-weight: 300 !important;
  font-family: "Catamaran", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  border-radius: 0px;
  border: 1px solid #202020;
  text-decoration: none;
}
.cc-window .cc-btn:hover {
  text-decoration: none;
}

.cc-banner .cc-message {
  margin-right: 5rem !important;
}
@media (max-width: 640px) {
  .cc-banner .cc-message {
    margin-right: 1rem !important;
  }
}

.cc-link {
  text-underline-offset: 2px !important;
}

footer {
  margin-top: auto;
  background-color: #20342F;
  color: #EAE8E7 !important;
  color: #CC945D !important;
}
footer .footer-section {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-top: clamp(50px, 3.125vw, 70px);
  padding-bottom: clamp(50px, 3.125vw, 70px);
}
footer p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 200;
}
footer a {
  color: #EAE8E7;
  color: #CC945D;
  position: relative;
}
footer a:hover {
  color: #EAE8E7;
  color: #CC945D;
  text-decoration: underline;
}
footer .footer-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 639px) {
  footer .footer-wrapper {
    display: block;
  }
}
footer .footer-wrapper .footer-widget {
  display: flex;
  padding-right: 5vw;
}
@media (max-width: 639px) {
  footer .footer-wrapper .footer-widget {
    margin-bottom: 2rem;
    text-align: center;
    padding-right: 0;
  }
}
footer .footer-wrapper .footer-widget .text-wrapper {
  margin: 0 auto;
}
footer .footer-wrapper .footer-widget:last-of-type {
  text-align: right;
  margin-left: auto;
}
@media (max-width: 639px) {
  footer .footer-wrapper .footer-widget:last-of-type {
    margin-bottom: 0;
    text-align: center;
  }
}

#toggle-menu {
  width: 20px;
  height: 25px;
  padding: 0;
  cursor: pointer;
  margin-top: 16px;
  z-index: 100000;
}

@media screen and (max-width: 768px) {
  #toggle-menu {
    display: block;
  }
}
#toggle-menu div {
  width: 25px;
  height: 25px;
  position: relative;
}

#toggle-menu span {
  display: block;
  width: 20px;
  height: 1px;
  background: #CC945D;
  position: absolute;
  transition: all 0.8s cubic-bezier(0.5, 0.03, 0.5, 0.97);
  transform-origin: center;
  z-index: 10;
}
@media (max-width: 959px) {
  #toggle-menu span {
    transition: transform 0.5s ease-in-out, top 0.3s ease-in-out 0.5s, opacity 0.3s ease-in-out 0.5s;
  }
}

#toggle-menu span.top {
  top: 0px;
}

#toggle-menu span.middle {
  top: 6px;
}

#toggle-menu span.bottom {
  top: 12px;
}

#toggle-menu.menu-is-active span {
  transition: all 0.8s cubic-bezier(0.5, 0.03, 0.5, 0.97);
}
@media (max-width: 959px) {
  #toggle-menu.menu-is-active span {
    transition: transform 0.5s ease-in-out 0.3s, top 0.25s ease-in-out, opacity 0.25s ease-in-out;
  }
}

#toggle-menu.menu-is-active span.top,
#toggle-menu.menu-is-active span.middle {
  top: 6px;
  transform: rotate(135deg);
}

#toggle-menu.menu-is-active span.middle {
  opacity: 0;
}

#toggle-menu.menu-is-active span.bottom {
  top: 6px;
  transform: rotate(225deg);
}

#sidebar {
  position: fixed;
  top: 0;
  right: 0;
  transform: translateX(100%);
  width: 35vw;
  height: 100svh;
  background-color: #20342F;
  z-index: 1000;
  padding: 14.25vh 6.5625vw 6.48vh 5.2vw;
  transition: transform 1.2s linear(0, 0.0029 13.8%, 0.0184 21.9%, 0.0339 25.51%, 0.0551 28.81%, 0.0827 31.88%, 0.1168 34.76%, 0.1962 39.57%, 0.3005 44.02%, 0.4084 47.53%, 0.6242 53.45%, 0.7493 57.93%, 0.8495 62.97%, 0.8888 65.67%, 0.9213 68.51%, 0.9629 73.9%, 0.9876 80.16%, 0.998 87.5%, 1);
}
@media (max-width: 959px) {
  #sidebar {
    padding: 14.25vh 10vw 6.48vh 8vw;
    width: 60vw;
  }
}
@media (max-width: 639px) {
  #sidebar {
    padding: 80px 30px 30px;
    width: 100%;
  }
}
#sidebar .sidebar-inner {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#sidebar * {
  color: #fff;
}
#sidebar a {
  color: #CC945D;
  font-size: 12px;
  letter-spacing: normal;
  line-height: 1.2;
}

.sidebar-open {
  transform: translateX(0) !important;
}

#sidebar-underlay {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100svh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 1.2s linear(0, 0.0029 13.8%, 0.0184 21.9%, 0.0339 25.51%, 0.0551 28.81%, 0.0827 31.88%, 0.1168 34.76%, 0.1962 39.57%, 0.3005 44.02%, 0.4084 47.53%, 0.6242 53.45%, 0.7493 57.93%, 0.8495 62.97%, 0.8888 65.67%, 0.9213 68.51%, 0.9629 73.9%, 0.9876 80.16%, 0.998 87.5%, 1), visibility 1.2s linear(0, 0.0029 13.8%, 0.0184 21.9%, 0.0339 25.51%, 0.0551 28.81%, 0.0827 31.88%, 0.1168 34.76%, 0.1962 39.57%, 0.3005 44.02%, 0.4084 47.53%, 0.6242 53.45%, 0.7493 57.93%, 0.8495 62.97%, 0.8888 65.67%, 0.9213 68.51%, 0.9629 73.9%, 0.9876 80.16%, 0.998 87.5%, 1);
}
#sidebar-underlay.show-sidebar-underlay {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

#sidebar-close {
  position: absolute;
  top: 40px;
  right: 40px;
  color: #fff;
  z-index: 1001;
}
@media (max-width: 639px) {
  #sidebar-close {
    top: 30px;
    right: 30px;
  }
}
#sidebar-close svg {
  width: 20px;
  height: 20px;
}

form.FormBuilder * {
  font-family: ff-real-headline-pro, sans-serif !important;
}

form.FormBuilder .uk-input,
form.FormBuilder .uk-select,
form.FormBuilder .uk-textarea {
  max-width: 100%;
  font-size: 16px !important;
  width: 100%;
  border: 0 none;
  padding: 0 !important;
  background: transparent !important;
  color: #fff !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  transition: 0.2s ease-in-out;
  transition-property: color, background-color, border;
}

form.FormBuilder .uk-input:focus,
form.FormBuilder .uk-select:focus,
form.FormBuilder .uk-textarea:focus {
  border-bottom: 1px solid #fff;
}

form.FormBuilder .uk-input::-moz-placeholder, form.FormBuilder .uk-select::-moz-placeholder, form.FormBuilder .uk-textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.45) !important;
  font-size: 12px !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  font-weight: 300 !important;
}

form.FormBuilder .uk-input::placeholder,
form.FormBuilder .uk-select::placeholder,
form.FormBuilder .uk-textarea::placeholder {
  color: rgba(255, 255, 255, 0.45) !important;
  font-size: 12px !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  font-weight: 300 !important;
}

form.FormBuilder label.uk-form-label {
  color: #fff !important;
  font-weight: 200 !important;
}

form.FormBuilder label.uk-form-label:not(label[for=Inputfield_gewunschte_dateiformate], label[for=Inputfield_dateien_hochladen], label[for=wrap_Inputfield_gdpr_status]) {
  display: none;
  margin-bottom: 5px;
  font-family: ff-real-headline-pro, sans-serif !important;
  font-size: 12px !important;
  letter-spacing: 0.07em !important;
}

form.FormBuilder label[for=Inputfield_gewunschte_dateiformate] {
  margin-bottom: 1em !important;
}

form.FormBuilder label[for=Inputfield_dateien_hochladen] {
  margin-top: 3em !important;
}

form.FormBuilder .uk-checkbox,
form.FormBuilder .uk-radio {
  display: inline-block;
  height: 16px;
  width: 16px;
  overflow: hidden;
  margin-top: -4px;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border: 1px solid #ccc;
  border-radius: 50%;
  transition: 0.2s ease-in-out;
  transition-property: background-color, border;
}

form.FormBuilder .uk-checkbox:checked,
form.FormBuilder .uk-checkbox:indeterminate,
form.FormBuilder .uk-radio:checked {
  font-family: ff-real-headline-pro, sans-serif !important;
  background-color: transparent !important;
  border-color: #fff !important;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2226%22%20height%3D%2226%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23ffffff%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E") !important;
}

form.FormBuilder .uk-checkbox,
form.FormBuilder .uk-radio {
  font-family: ff-real-headline-pro, sans-serif !important;
  border: 1px solid #fff !important;
  color: #202020 !important;
  margin-right: 10px !important;
}

form.FormBuilder button[type=submit] {
  color: #fff;
  font-size: clamp(12px, 0.72916vw, 16px);
  font-weight: 300;
  background-color: transparent;
  position: relative;
  display: inline-block;
  border: 1px solid #fff;
  transition: all 0.3s ease-in-out;
  padding: 0.25em 1.5em;
  margin-top: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

@media (max-width: 1680px) {
  form.FormBuilder button[type=submit] {
    font-size: 12px;
  }
}
@media (max-width: 639px) {
  form.FormBuilder button[type=submit] {
    font-size: 11px;
  }
}
form.FormBuilder button[type=submit]:hover {
  color: #CC945D;
  text-decoration: none;
  background-color: #20342F;
  border: 1px solid #CC945D;
}

form.FormBuilder .InputfieldFormBuilderFileUpload .uk-form-custom {
  width: 100%;
}

.InputfieldCheckboxes .pw-no-select, .pw-no-select {
  color: #fff !important;
}

#wrap_Inputfield_gdpr_status .pw-no-select {
  display: none !important;
}

.InputfieldForm.FormBuilder .Inputfield:not(.InputfieldStateCollapsed) > .InputfieldHeaderHidden > span {
  display: block !important;
}

#wrap_Inputfield_gdpr_status .InputfieldContent {
  width: 30px !important;
}

#wrap_Inputfield_gdpr_status .InputfieldHeaderHidden {
  float: right !important;
  max-width: calc(100% - 30px) !important;
  color: #fff !important;
  font-weight: 200 !important;
}

#wrap_Inputfield_gdpr_status .InputfieldHeaderHidden a {
  color: #CC945D !important;
  text-decoration: underline !important;
  font-size: 16px !important;
}

.uk-alert-success {
  background: transparent !important;
  color: #CC945D !important;
}

.uk-alert-close {
  display: none !important;
}

button.uk-button:not([type=submit]) {
  background-color: transparent !important;
  padding: 0 !important;
  margin-top: 15px !important;
}

/* button.uk-button:not([type=submit])::before {
	content: '+' !important;
	margin-right: 10px !important;
	color: #CC945D !important;
} */
.InputfieldFormBuilderFileList .InputfieldFormBuilderFileUpload .uk-card {
  background-color: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
}

.InputfieldFormBuilderFileList .InputfieldFormBuilderFileUpload .uk-card input {
  font-size: 12px !important;
  border: none !important;
  height: auto !important;
  line-height: 1 !important;
}

/* .InputfieldFormBuilderFileList .InputfieldFormBuilderFileUpload .uk-card input::before {
	content: '- ' !important;
	margin-right: 10px !important;
} */
.InputfieldFormBuilderFileInputDesc {
  display: none !important;
}

.InputfieldFormBuilderFileUpload .uk-card .uk-form-custom {
  margin: 0 !important;
}

.uk-alert {
  padding: 0 !important;
}

.FormBuilderErrors {
  display: none !important;
}

.text-section p:last-child,
.text-section h1:last-child,
.text-section h2:last-child,
.text-section h3:last-child {
  margin-bottom: 0;
}

.image-text-section ul {
  padding-left: 15px;
}

.video-section video {
  width: 100%;
  height: auto;
}

.no-padding-top {
  padding-top: 0;
}

.text-text-section p:last-child {
  margin-bottom: 0;
}
@media (max-width: 959px) {
  .text-text-section .text-right {
    margin-top: 20px;
  }
}

.videos-section .video-container {
  list-style: none;
}
.videos-section .title-text {
  margin-bottom: 4rem;
}

.title-text h2 {
  margin-bottom: 2rem;
}
.title-text p:last-child,
.title-text h1:last-child,
.title-text h2:last-child,
.title-text h3:last-child {
  margin-bottom: 0;
}

.logo-section .title-text {
  margin-bottom: 4rem;
}
.logo-section .logo-wrapper {
  mix-blend-mode: multiply;
}
.logo-section .logo-wrapper a {
  border: none;
}
.logo-section .logo-wrapper a img {
  width: auto;
  height: 93px;
}
@media (max-width: 959px) {
  .logo-section .logo-wrapper a img {
    height: 80px;
  }
}
@media (max-width: 639px) {
  .logo-section .logo-wrapper a img {
    height: 60px;
  }
}
.logo-section .logo-wrapper a::after {
  display: none;
}

.price-table thead tr th {
  padding: 5px 0;
  border-bottom: 1px solid #202020;
}
.price-table tbody tr td {
  border-bottom: 1px solid #202020;
  padding: 5px 0;
}

.room-section .uk-switcher {
  padding-left: 30px;
}
.room-section .room-wrapper {
  list-style: none;
}
.room-section .room-wrapper .slider-wrapper {
  margin-bottom: 2rem;
  position: relative;
}
.room-section .room-wrapper .slider-wrapper .book-room-bubble {
  position: absolute;
  right: 50px;
  bottom: -75px;
  width: 150px;
}
@media (max-width: 639px) {
  .room-section .room-wrapper .slider-wrapper .book-room-bubble {
    width: 100px;
    bottom: -50px;
    right: 25px;
  }
}
.room-section .room-wrapper .slider-wrapper .book-room-bubble a {
  border: none;
}
.room-section .room-wrapper .title-wrapper {
  margin-bottom: 1.5rem;
}
.room-section .room-wrapper .title-wrapper h2 {
  font-size: 36px;
  margin-bottom: 10px;
}
@media (max-width: 639px) {
  .room-section .room-wrapper .title-wrapper h2 {
    font-size: 28px;
  }
}
.room-section .room-wrapper .title-wrapper h3 {
  font-size: 14px;
  margin: 0;
}
.room-section .room-wrapper .text-wrapper .room-details ul {
  margin-top: -1rem;
  padding-left: 15px;
}
.room-section .room-selector li {
  list-style: none;
  display: inline-block;
}
.room-section .room-selector li::after {
  content: " | ";
}
.room-section .room-selector li a {
  margin: 0 5px;
  text-decoration: none;
  border-bottom: none;
}
.room-section .room-selector li:last-of-type {
  list-style: none;
  display: inline-block;
}
.room-section .room-selector li:last-of-type::after {
  content: "";
}
.room-section .room-selector .uk-active a {
  text-decoration: none;
  border-bottom: 1px solid #202020;
}

.news-section .title-text {
  margin-bottom: 3rem;
}
.news-section .news-card-wrapper .uk-card {
  background-color: #fff;
}
.news-section .news-card-wrapper .news-date {
  font-size: 12px;
  margin-bottom: 0.5rem;
}

.video-container-embed {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}

.video-container-embed iframe,
.video-container-embed object,
.video-container-embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 639px) {
  .contact-table tr td {
    display: block;
    padding-bottom: 1rem;
  }
}
@media (max-width: 639px) {
  .contact-table tr td:last-of-type {
    display: block;
    padding-bottom: 0;
  }
}

.contact-section {
  height: calc(100vh - 140px);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 140px;
}
@media (max-width: 639px) {
  .contact-section {
    height: calc(100vh - 100px);
    margin-top: 100px;
  }
}
@media (max-width: 639px) {
  .contact-section {
    height: calc(100vh - 80px);
  }
}
.contact-section .text-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.add-padding-right {
  padding-right: 16.6663888935%;
}
@media (max-width: 959px) {
  .add-padding-right {
    padding-right: 8.3332638895%;
  }
}
@media (max-width: 639px) {
  .add-padding-right {
    padding-right: inherit;
  }
}

.ba-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: 1px solid #707070;
  /* wichtig für Touch-Drag */
}

.ba-slider .ba-before {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
  display: block;
}

.ba-before-wrap {
  position: absolute;
  inset: 0;
  width: 50%;
  overflow: hidden;
  background-color: #fafaf9;
}
.ba-before-wrap img {
  mix-blend-mode: multiply;
}

.ba-handle {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: ew-resize;
  outline: none;
}

.ba-handle-line {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 2px;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
}

.ba-handle-knob {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.95);
  background: #20342F;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.ba-handle-knob::before,
.ba-handle-knob::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  transform: translateY(-50%);
  opacity: 0.7;
}

.ba-handle-knob::before {
  left: 11px;
  border-right: 9px solid #CC945D;
}

.ba-handle-knob::after {
  right: 11px;
  border-left: 9px solid #CC945D;
}

.animateSVG {
  stroke-animation: true;
}

.widget-section {
  padding-bottom: clamp(120px, 8.125vw, 180px);
}
.widget-section .uk-grid-large > * {
  padding-left: 5.2vw;
}
@media (max-width: 959px) {
  .widget-section .uk-grid-large > * {
    padding-left: 20px;
  }
}
.widget-section .uk-grid-large {
  margin-left: -5.2vw;
}
@media (max-width: 959px) {
  .widget-section .uk-grid-large {
    margin-left: -20px;
  }
}
.widget-section .widget-wrapper .image-wrapper {
  max-width: 55px;
  max-width: clamp(40px, 2.8645833vw, 80px);
  margin-bottom: 40px;
}
@media (max-width: 959px) {
  .widget-section .widget-wrapper .image-wrapper {
    max-width: 50px;
    margin-bottom: 20px;
  }
}
@media (max-width: 639px) {
  .widget-section .widget-wrapper .image-wrapper {
    max-width: 50px;
    margin-bottom: 10px;
  }
}
.widget-section .widget-wrapper .image-wrapper svg {
  color: #CC945D;
  width: 100%;
  height: auto;
}
.widget-section .widget-wrapper .image-wrapper svg path,
.widget-section .widget-wrapper .image-wrapper svg line {
  stroke: #CC945D !important;
}
.widget-section .widget-wrapper h3 {
  margin-top: 0;
  margin-bottom: 1rem;
}
.widget-section .widget-wrapper .text-wrapper p:last-child,
.widget-section .widget-wrapper .text-wrapper h1:last-child,
.widget-section .widget-wrapper .text-wrapper h2:last-child,
.widget-section .widget-wrapper .text-wrapper h3:last-child {
  margin-bottom: 0;
}

@media (max-width: 639px) {
  .switcher-section .switcher-wrapper {
    order: 2;
  }
}
.switcher-section .switcher-wrapper ul.uk-tab {
  list-style: none;
  border-bottom: none;
}
@media (max-width: 959px) {
  .switcher-section .switcher-wrapper ul.uk-tab {
    gap: 0px;
  }
}
@media (max-width: 639px) {
  .switcher-section .switcher-wrapper ul.uk-tab {
    gap: 0px;
  }
}
.switcher-section .switcher-wrapper ul.uk-tab::before {
  display: none;
}
.switcher-section .switcher-wrapper ul.uk-tab li {
  list-style: none;
  border-bottom: none;
  padding-left: 20px;
}
@media (max-width: 959px) {
  .switcher-section .switcher-wrapper ul.uk-tab li {
    padding-left: 20px;
  }
}
@media (max-width: 639px) {
  .switcher-section .switcher-wrapper ul.uk-tab li {
    padding-left: 20px;
  }
}
.switcher-section .switcher-wrapper ul.uk-tab li a {
  color: rgba(69, 69, 69, 0.8);
  padding-left: 0;
  padding-right: 0;
  border-bottom: none;
  transition: color 0.3s ease;
  font-size: clamp(13px, 0.7291vw, 16px) !important;
}
@media (max-width: 959px) {
  .switcher-section .switcher-wrapper ul.uk-tab li a {
    font-size: 10px !important;
  }
}
@media (max-width: 639px) {
  .switcher-section .switcher-wrapper ul.uk-tab li a {
    font-size: 10px !important;
  }
}
.switcher-section .switcher-wrapper ul.uk-tab li a:hover {
  color: #454545;
}
.switcher-section .switcher-wrapper ul.uk-tab .uk-active a {
  border-bottom: 1px solid #454545;
  color: #454545;
}
.switcher-section .switcher-wrapper .uk-switcher > :not(.uk-active) {
  display: block;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.switcher-section .switcher-wrapper .uk-switcher > :not(.uk-active) img {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.switcher-section .switcher-wrapper .uk-switcher {
  background-color: #fafaf9;
  aspect-ratio: 1.09965/1;
  position: relative;
}
.switcher-section .switcher-wrapper .uk-switcher .switcher-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.switcher-section .switcher-wrapper .uk-switcher .uk-active img {
  opacity: 1;
}
@keyframes uk-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (max-width: 639px) {
  .switcher-section .text-wrapper {
    order: 1;
  }
}
.switcher-section .text-wrapper p:last-child,
.switcher-section .text-wrapper h1:last-child,
.switcher-section .text-wrapper h2:last-child,
.switcher-section .text-wrapper h3:last-child {
  margin-bottom: 0;
}

.testimonial-section .uk-card {
  background-color: transparent;
  box-shadow: none;
}
.testimonial-section .uk-card .uk-card-body {
  text-align: center;
  max-width: 660px;
  margin: 0 auto;
}
.testimonial-section .uk-card .uk-card-body .lead-text {
  margin-bottom: 10px;
}
.testimonial-section .uk-card .uk-card-body .sub-title {
  margin-bottom: 2rem;
}
.testimonial-section .uk-dotnav > * > * {
  box-sizing: border-box;
  text-indent: 100%;
  white-space: nowrap;
  background: 0 0;
  background-color: rgba(255, 255, 255, 0.33);
  border: none;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  display: block;
  overflow: hidden;
}
.testimonial-section .uk-dotnav > .uk-active > * > * {
  background-color: white;
  border: none;
}
.testimonial-section .uk-dotnav > * {
  flex: none;
  padding-left: 6px;
}
@media (max-width: 639px) {
  .testimonial-section .uk-position-small {
    margin: 15px 0;
  }
}
@media (max-width: 639px) {
  .testimonial-section .uk-slider {
    max-width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
  }
}

.youtube-player {
  position: relative;
  padding-bottom: 56.23%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
}

.youtube-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: transparent;
}

.youtube-player img {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  height: auto;
  cursor: pointer;
  transition: 0.4s all;
}

.youtube-player img:hover {
  -webkit-filter: brightness(75%);
}

.youtube-player .play {
  height: 72px;
  width: 72px;
  left: 50%;
  top: 50%;
  margin-left: -36px;
  margin-top: -36px;
  position: absolute;
  background: url("https://i.imgur.com/TxzC70f.png") no-repeat;
  cursor: pointer;
}

.video-title {
  margin-top: 1rem;
}
.video-title h3 {
  margin: 0;
}

.video-filter {
  padding: 0;
  margin-bottom: 4rem;
}
.video-filter li {
  list-style: none;
  display: inline-block;
}
.video-filter li a {
  color: #202020;
}
.video-filter .uk-active a {
  font-weight: 700;
}

.video-wrapper {
  min-height: 367px;
}

.uk-slideshow {
  position: relative;
}
.uk-slideshow .uk-slideshow-items li .slider-caption {
  position: absolute;
  width: calc(100% - 80px);
  max-width: 1618px;
  left: 50%;
  transform: translateX(-50%) translateY(0);
  bottom: 130px;
  text-align: left;
  padding: 0 40px;
}
@media (max-width: 959px) {
  .uk-slideshow .uk-slideshow-items li .slider-caption {
    padding: 0;
    bottom: 70px;
    width: calc(100% - 60px);
  }
}
@media (max-width: 639px) {
  .uk-slideshow .uk-slideshow-items li .slider-caption {
    bottom: 50px;
    width: calc(100% - 60px);
  }
}
.uk-slideshow .uk-slideshow-items li .slider-caption p {
  color: #fff;
  font-size: 45px;
  font-weight: 100;
  line-height: 1.2;
  margin-bottom: 0;
}
@media (max-width: 959px) {
  .uk-slideshow .uk-slideshow-items li .slider-caption p {
    font-size: 32px;
  }
}
@media (max-width: 639px) {
  .uk-slideshow .uk-slideshow-items li .slider-caption p {
    font-size: 26px;
  }
}
.uk-slideshow .uk-slideshow-items li .slider-caption-underlay {
  width: 100%;
  height: 75vh;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgb(61, 67, 65);
  background: linear-gradient(0deg, rgb(61, 67, 65) 0%, rgba(61, 67, 65, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3d4341",endColorstr="#3d4341",GradientType=1);
  mix-blend-mode: multiply;
}
@media (max-width: 639px) {
  .uk-slideshow .uk-slideshow-items li .slider-caption-underlay {
    height: 250px;
  }
}
.uk-slideshow .dotnav {
  position: absolute;
  width: calc(100% - 80px);
  max-width: 1200px;
  padding: 0 40px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 100px;
}
@media (max-width: 959px) {
  .uk-slideshow .dotnav {
    bottom: 20px;
    width: calc(100% - 60px);
  }
}
@media (max-width: 639px) {
  .uk-slideshow .dotnav {
    bottom: 10px;
    width: calc(100% - 60px);
  }
}
.uk-slideshow .dotnav .uk-dotnav > * > * {
  display: block;
  box-sizing: border-box;
  width: 30px;
  height: 4px;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.2);
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: 0.2s ease-in-out;
  transition-property: all;
  transition-property: background-color, border-color;
}
@media (max-width: 959px) {
  .uk-slideshow .dotnav .uk-dotnav > * > * {
    width: 30px;
  }
}
@media (max-width: 639px) {
  .uk-slideshow .dotnav .uk-dotnav > * > * {
    width: 20px;
  }
}
.uk-slideshow .dotnav .uk-dotnav > .uk-active > * {
  background-color: rgba(255, 255, 255, 0.6);
  border-color: transparent;
}

.slider-section .title-wrapper {
  margin-bottom: 4rem;
}

.uk-dotnav li {
  list-style: none;
}
.uk-dotnav > * > * {
  display: block;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: 0 0;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  border: 1px solid rgba(255, 255, 255, 0.4);
  transition: 0.2s ease-in-out;
  transition-property: all;
  transition-property: background-color, border-color;
}

.uk-dotnav > .uk-active > * {
  background-color: rgba(255, 255, 255, 0.6);
  border-color: transparent;
}

.fullscreen-slider {
  width: 100%;
  height: calc(100vh - 130px);
}
@media (max-width: 1680px) {
  .fullscreen-slider {
    height: calc(100vh - 134px);
  }
}
@media (max-width: 959px) {
  .fullscreen-slider {
    height: 450px;
  }
}
@media (max-width: 639px) {
  .fullscreen-slider {
    height: 300px;
  }
}
.animation-kenburns {
  animation-name: kenburns;
  animation-duration: 40s;
}
@media (max-width: 639px) {
  .animation-kenburns {
    animation-duration: 25s;
  }
}
@keyframes kenburns {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.header-image {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (max-width: 639px) {
  .uk-slideshow:first-of-type {
    aspect-ratio: 1/1.1;
  }
  .uk-slideshow:first-of-type .uk-slideshow-items {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 639px) {
  .uk-slideshow {
    aspect-ratio: 1.5/1;
  }
  .uk-slideshow .uk-slideshow-items {
    width: 100%;
    height: 100%;
  }
}

.project-header {
  height: calc(100vh - 154px);
  position: relative;
  overflow: hidden;
}
@media (max-width: 1680px) {
  .project-header {
    height: calc(100vh - 134px);
  }
}
@media (max-width: 959px) {
  .project-header {
    height: 450px;
  }
}
@media (max-width: 639px) {
  .project-header {
    height: 300px;
  }
}
.project-header .project-image {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.project-header .header-caption-underlay {
  width: 100%;
  height: 28vh;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgb(61, 67, 65);
  background: linear-gradient(0deg, rgb(61, 67, 65) 0%, rgba(61, 67, 65, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3d4341",endColorstr="#3d4341",GradientType=1);
  mix-blend-mode: multiply;
}
.project-header .header-caption {
  width: 100%;
  height: 28vh;
  display: block;
  position: absolute;
  padding-top: 120px;
  left: 0;
  bottom: 0;
  box-sizing: border-box;
}
@media (max-width: 959px) {
  .project-header .header-caption {
    height: 150px;
    padding-top: 60px;
  }
}
@media (max-width: 639px) {
  .project-header .header-caption {
    height: 100px;
    padding-top: 20px;
  }
}
.project-header .header-caption p, .project-header .header-caption h1, .project-header .header-caption h2, .project-header .header-caption h3, .project-header .header-caption h4, .project-header .header-caption h5, .project-header .header-caption h6 {
  color: #fff;
}
.project-header .header-caption p.category {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 16px;
  letter-spacing: 3px;
}
@media (max-width: 1680px) {
  .project-header .header-caption p.category {
    font-size: 16px;
  }
}
@media (max-width: 959px) {
  .project-header .header-caption p.category {
    font-size: 14px;
  }
}
@media (max-width: 639px) {
  .project-header .header-caption p.category {
    font-size: 12px;
  }
}
.project-header .header-caption h1 {
  margin-top: 0;
  font-size: 44px;
  font-weight: 100;
}
@media (max-width: 1680px) {
  .project-header .header-caption h1 {
    font-size: 40px;
  }
}
@media (max-width: 959px) {
  .project-header .header-caption h1 {
    font-size: 32px;
  }
}
@media (max-width: 639px) {
  .project-header .header-caption h1 {
    font-size: 26px;
  }
}

.gallery-wrapper {
  padding-bottom: 70px;
}

.projects-section .project-wrapper {
  text-decoration: none;
}
.projects-section .project-wrapper:hover {
  text-decoration: none;
}
.projects-section .project-wrapper .image-wrapper {
  margin-bottom: 20px;
}
.projects-section .project-wrapper .image-wrapper .preview-image {
  padding-top: 66.5%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.projects-section .project-wrapper .text-wrapper h3 {
  font-size: 18px;
  margin-bottom: 2px;
}
.projects-section .project-wrapper .text-wrapper p {
  font-size: 14px;
  letter-spacing: 0.8px;
  margin: 0;
  color: #9A9A9A;
}
@media (max-width: 1680px) {
  .projects-section .project-wrapper .text-wrapper p {
    font-size: 14px;
  }
}

.uk-animation-slide-bottom-small {
  animation-duration: 0.8s;
}

.shortinfo-table {
  width: 100%;
  max-width: 480px;
}
@media (max-width: 959px) {
  .shortinfo-table {
    border-top: none;
  }
}
.shortinfo-table tbody tr td {
  vertical-align: top;
}
@media (max-width: 639px) {
  .shortinfo-table tbody tr td {
    display: block;
  }
}
.shortinfo-table tbody tr td:first-of-type {
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 30%;
}
@media (max-width: 1680px) {
  .shortinfo-table tbody tr td:first-of-type {
    font-size: 14px;
  }
}
.shortinfo-table tbody tr td:last-of-type {
  font-size: 16px;
  width: 70%;
}
@media (max-width: 959px) {
  .shortinfo-table tbody tr td:last-of-type {
    font-size: 16px;
  }
}
@media (max-width: 639px) {
  .shortinfo-table tbody tr td:last-of-type {
    font-size: 14px;
    width: 100%;
    padding-bottom: 20px;
  }
}
@media (max-width: 639px) {
  .shortinfo-table tbody tr:last-of-type td:last-of-type {
    padding-bottom: 0px;
  }
}

.project-navigation {
  width: 100%;
  max-width: 284px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.project-navigation a {
  text-decoration: none;
  transition: all 0.15s ease-in-out;
  font-size: 16px;
}
.project-navigation a:hover {
  text-decoration: none;
  color: #CC945D;
}
.project-navigation .to-parent {
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  max-width: 28px;
  color: #202020;
}

.start-section {
  height: 100vh;
  width: 100%;
  background-color: #20332e;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-device-width: 959px) {
  .start-section {
    height: calc(var(--vh, 1vh) * 100);
  }
}
.start-section .animation-wrapper {
  width: 19.79vw;
  min-width: 280px;
  height: auto;
}
.start-section .animation-wrapper svg#quickplan-animation {
  width: 100%;
  height: auto;
}
.start-section .animation-wrapper svg#quickplan-animation #qp-signet path,
.start-section .animation-wrapper svg#quickplan-animation #qp-signet line {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
.start-section .animation-wrapper svg#quickplan-animation #qp-logo {
  -webkit-clip-path: inset(0% 0% 100% 0%);
          clip-path: inset(0% 0% 100% 0%);
}
.start-section .animation-wrapper svg#quickplan-animation #qp-by-b {
  -webkit-clip-path: inset(0% 100% 0% 0%);
          clip-path: inset(0% 100% 0% 0%);
}

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