/*! 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
   ========================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600&family=Playfair+Display&display=swap");
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 */
  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;
}

.background-medium {
  background-color: #EFEAE7;
}

.background-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.background-top-left {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  transform-origin: center;
  z-index: 0;
}

.background-top-right {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  transform-origin: center;
  z-index: 0;
}

.background-bottom-left {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-50%, 50%);
  transform-origin: center;
  z-index: 0;
}

.background-bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(50%, 50%);
  transform-origin: center;
  z-index: 0;
}

@keyframes rotationTopLeft {
  from {
    transform: rotate(0deg) translate(-50%, -50%);
  }
  to {
    transform: rotate(359deg) translate(-50%, -50%);
  }
}
@keyframes rotationTopRight {
  from {
    transform: rotate(0deg) translate(50%, -50%);
  }
  to {
    transform: rotate(-359deg) translate(50%, -50%);
  }
}
@keyframes rotationBottomLeft {
  from {
    transform: rotate(0deg) translate(-50%, 50%);
  }
  to {
    transform: rotate(359deg) translate(-50%, 50%);
  }
}
@keyframes rotationBottomRight {
  from {
    transform: rotate(0deg) translate(50%, 50%);
  }
  to {
    transform: rotate(-359deg) translate(50%, 50%);
  }
}
.text-color-light * {
  color: #fff;
}
.text-color-light * a {
  color: #fff;
}
.text-color-light * .more-button {
  color: #fff;
}
.text-color-light * .more-button::before {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.text-color-light * .more-button:hover {
  color: #fff;
}
.text-color-light * .more-button:hover::before {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.large-grid .widget {
  padding-right: 8.3326389468vw;
}

.image-section {
  position: relative;
}

.colorbox {
  position: absolute;
  width: calc(100% - 7.4993750521vw);
}

.box-large {
  width: 100% !important;
}

.colorbox.colorbox-top-left {
  top: 0;
  left: 0;
}
@media (max-width: 639px) {
  .colorbox.colorbox-top-left {
    left: inherit;
    right: -30px;
  }
}

.imagebox-top-left {
  padding-left: 7.4993750521vw;
  padding-top: 10%;
  z-index: 1;
}
@media (max-width: 639px) {
  .imagebox-top-left {
    padding-left: 0;
  }
}

.colorbox.colorbox-top-right {
  top: 0;
  right: 0;
}
@media (max-width: 639px) {
  .colorbox.colorbox-top-right {
    left: inherit;
    right: -30px;
  }
}

.imagebox-top-right {
  padding-right: 7.4993750521vw;
  padding-top: 10%;
  z-index: 1;
}
@media (max-width: 639px) {
  .imagebox-top-right {
    padding-right: 0;
  }
}

.colorbox.colorbox-bottom-left {
  bottom: 0;
  left: 40px;
}
@media (max-width: 639px) {
  .colorbox.colorbox-bottom-left {
    left: -30px;
  }
}

.imagebox-bottom-left {
  padding-left: 7.4993750521vw;
  padding-bottom: 10%;
  z-index: 1;
}
@media (max-width: 639px) {
  .imagebox-bottom-left {
    padding-left: 0;
  }
}

.colorbox.colorbox-bottom-right {
  bottom: 0;
  right: 0;
}
@media (max-width: 639px) {
  .colorbox.colorbox-bottom-right {
    left: inherit;
    right: -30px;
  }
}

.imagebox-bottom-right {
  padding-right: 7.4993750521vw;
  padding-bottom: 10%;
  z-index: 1;
}
@media (max-width: 639px) {
  .imagebox-bottom-right {
    padding-right: 0;
  }
}

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

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

.uk-child-width-1-5 > * {
  width: 19.9960007998%;
}

.uk-child-width-1-4 > * {
  width: 24.9937515621%;
}

.uk-child-width-1-3 > * {
  width: 33.3222259247%;
}

.uk-child-width-2-5 > * {
  width: 39.9920015997%;
}

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

.uk-child-width-1-2 > * {
  width: 49.9750124938%;
}

.uk-child-width-3-5 > * {
  width: 59.9880023995%;
}

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

.uk-child-width-2-3 > * {
  width: 66.6444518494%;
}

.uk-child-width-3-4 > * {
  width: 74.9812546863%;
}

.uk-child-width-4-5 > * {
  width: 79.9840031994%;
}

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

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

.uk-child-width-expand > * {
  flex: 1;
  min-width: 1px;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  /* Whole */
  /* Tvelvths */
  .uk-child-width-1-12\@s > * {
    width: 8.3326389468%;
  }
  .uk-child-width-1-6\@s > * {
    width: 16.6638893518%;
  }
  .uk-child-width-1-5\@s > * {
    width: 19.9960007998%;
  }
  .uk-child-width-1-4\@s > * {
    width: 24.9937515621%;
  }
  .uk-child-width-1-3\@s > * {
    width: 33.3222259247%;
  }
  .uk-child-width-2-5\@s > * {
    width: 39.9920015997%;
  }
  .uk-child-width-5-12\@s > * {
    width: 41.6631947338%;
  }
  .uk-child-width-1-2\@s > * {
    width: 49.9750124938%;
  }
  .uk-child-width-3-5\@s > * {
    width: 59.9880023995%;
  }
  .uk-child-width-7-12\@s > * {
    width: 58.3284726273%;
  }
  .uk-child-width-2-3\@s > * {
    width: 66.6444518494%;
  }
  .uk-child-width-3-4\@s > * {
    width: 74.9812546863%;
  }
  .uk-child-width-4-5\@s > * {
    width: 79.9840031994%;
  }
  .uk-child-width-11-12\@s > * {
    width: 91.6590284143%;
  }
  .uk-child-width-1-1\@s > * {
    width: 100%;
  }
  .uk-child-width-expand\@s > * {
    flex: 1;
    min-width: 1px;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  /* Tvelvths */
  .uk-child-width-1-12\@m > * {
    width: 8.3326389468%;
  }
  .uk-child-width-1-6\@m > * {
    width: 16.6638893518%;
  }
  .uk-child-width-1-5\@m > * {
    width: 19.9960007998%;
  }
  .uk-child-width-1-4\@m > * {
    width: 24.9937515621%;
  }
  .uk-child-width-1-3\@m > * {
    width: 33.3222259247%;
  }
  .uk-child-width-2-5\@m > * {
    width: 39.9920015997%;
  }
  .uk-child-width-5-12\@m > * {
    width: 41.6631947338%;
  }
  .uk-child-width-1-2\@m > * {
    width: 49.9750124938%;
  }
  .uk-child-width-3-5\@m > * {
    width: 59.9880023995%;
  }
  .uk-child-width-7-12\@m > * {
    width: 58.3284726273%;
  }
  .uk-child-width-2-3\@m > * {
    width: 66.6444518494%;
  }
  .uk-child-width-3-4\@m > * {
    width: 74.9812546863%;
  }
  .uk-child-width-4-5\@m > * {
    width: 79.9840031994%;
  }
  .uk-child-width-11-12\@m > * {
    width: 91.6590284143%;
  }
  .uk-child-width-1-1\@m > * {
    width: 100%;
  }
  .uk-child-width-expand\@m > * {
    flex: 1;
    min-width: 1px;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  /* Tvelvths */
  .uk-child-width-1-12\@l > * {
    width: 8.3326389468%;
  }
  .uk-child-width-1-6\@l > * {
    width: 16.6638893518%;
  }
  .uk-child-width-1-5\@l > * {
    width: 19.9960007998%;
  }
  .uk-child-width-1-4\@l > * {
    width: 24.9937515621%;
  }
  .uk-child-width-1-3\@l > * {
    width: 33.3222259247%;
  }
  .uk-child-width-2-5\@l > * {
    width: 39.9920015997%;
  }
  .uk-child-width-5-12\@l > * {
    width: 41.6631947338%;
  }
  .uk-child-width-1-2\@l > * {
    width: 49.9750124938%;
  }
  .uk-child-width-3-5\@l > * {
    width: 59.9880023995%;
  }
  .uk-child-width-7-12\@l > * {
    width: 58.3284726273%;
  }
  .uk-child-width-2-3\@l > * {
    width: 66.6444518494%;
  }
  .uk-child-width-3-4\@l > * {
    width: 74.9812546863%;
  }
  .uk-child-width-4-5\@l > * {
    width: 79.9840031994%;
  }
  .uk-child-width-11-12\@l > * {
    width: 91.6590284143%;
  }
  .uk-child-width-1-1\@l > * {
    width: 100%;
  }
  .uk-child-width-expand\@l > * {
    flex: 1;
    min-width: 1px;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  /* Tvelvths */
  .uk-child-width-1-12\@xl > * {
    width: 8.3326389468%;
  }
  .uk-child-width-1-6\@xl > * {
    width: 16.6638893518%;
  }
  .uk-child-width-1-5\@xl > * {
    width: 19.9960007998%;
  }
  .uk-child-width-1-4\@xl > * {
    width: 24.9937515621%;
  }
  .uk-child-width-1-3\@xl > * {
    width: 33.3222259247%;
  }
  .uk-child-width-2-5\@xl > * {
    width: 39.9920015997%;
  }
  .uk-child-width-5-12\@xl > * {
    width: 41.6631947338%;
  }
  .uk-child-width-1-2\@xl > * {
    width: 49.9750124938%;
  }
  .uk-child-width-3-5\@xl > * {
    width: 59.9880023995%;
  }
  .uk-child-width-7-12\@xl > * {
    width: 58.3284726273%;
  }
  .uk-child-width-2-3\@xl > * {
    width: 66.6444518494%;
  }
  .uk-child-width-3-4\@xl > * {
    width: 74.9812546863%;
  }
  .uk-child-width-4-5\@xl > * {
    width: 79.9840031994%;
  }
  .uk-child-width-11-12\@xl > * {
    width: 91.6590284143%;
  }
  .uk-child-width-1-1\@xl > * {
    width: 100%;
  }
  .uk-child-width-expand\@xl > * {
    flex: 1;
    min-width: 1px;
  }
}
/* 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.6638893518%;
}

.uk-width-1-5 {
  width: 19.9960007998%;
}

.uk-width-1-4 {
  width: 24.9937515621%;
}

.uk-width-1-3 {
  width: 33.3222259247%;
}

.uk-width-2-5 {
  width: 39.9920015997%;
}

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

.uk-width-1-2 {
  width: 49.9750124938%;
}

.uk-width-3-5 {
  width: 59.9880023995%;
}

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

.uk-width-2-3 {
  width: 66.6444518494%;
}

.uk-width-3-4 {
  width: 74.9812546863%;
}

.uk-width-4-5 {
  width: 79.9840031994%;
}

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

.uk-width-1-1 {
  width: 100%;
}

.uk-width-expand {
  flex: 1;
  min-width: 1px;
}

/* 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.6638893518%;
  }
  .uk-width-1-5\@s {
    width: 19.9960007998%;
  }
  .uk-width-1-4\@s {
    width: 24.9937515621%;
  }
  .uk-width-1-3\@s {
    width: 33.3222259247%;
  }
  .uk-width-2-5\@s {
    width: 39.9920015997%;
  }
  .uk-width-5-12\@s {
    width: 41.6631947338%;
  }
  .uk-width-1-2\@s {
    width: 49.9750124938%;
  }
  .uk-width-3-5\@s {
    width: 59.9880023995%;
  }
  .uk-width-7-12\@s {
    width: 58.3284726273%;
  }
  .uk-width-2-3\@s {
    width: 66.6444518494%;
  }
  .uk-width-3-4\@s {
    width: 74.9812546863%;
  }
  .uk-width-4-5\@s {
    width: 79.9840031994%;
  }
  .uk-width-11-12\@s {
    width: 91.6590284143%;
  }
  .uk-width-1-1\@s {
    width: 100%;
  }
  .uk-width-expand\@s {
    flex: 1;
    min-width: 1px;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  /* Tvelvths */
  .uk-width-1-12\@m {
    width: 8.3326389468%;
  }
  .uk-width-1-6\@m {
    width: 16.6638893518%;
  }
  .uk-width-1-5\@m {
    width: 19.9960007998%;
  }
  .uk-width-1-4\@m {
    width: 24.9937515621%;
  }
  .uk-width-1-3\@m {
    width: 33.3222259247%;
  }
  .uk-width-2-5\@m {
    width: 39.9920015997%;
  }
  .uk-width-5-12\@m {
    width: 41.6631947338%;
  }
  .uk-width-1-2\@m {
    width: 49.9750124938%;
  }
  .uk-width-3-5\@m {
    width: 59.9880023995%;
  }
  .uk-width-7-12\@m {
    width: 58.3284726273%;
  }
  .uk-width-2-3\@m {
    width: 66.6444518494%;
  }
  .uk-width-3-4\@m {
    width: 74.9812546863%;
  }
  .uk-width-4-5\@m {
    width: 79.9840031994%;
  }
  .uk-width-11-12\@m {
    width: 91.6590284143%;
  }
  .uk-width-1-1\@m {
    width: 100%;
  }
  .uk-width-expand\@m {
    flex: 1;
    min-width: 1px;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  /* Tvelvths */
  .uk-width-1-12\@l {
    width: 8.3326389468%;
  }
  .uk-width-1-6\@l {
    width: 16.6638893518%;
  }
  .uk-width-1-5\@l {
    width: 19.9960007998%;
  }
  .uk-width-1-4\@l {
    width: 24.9937515621%;
  }
  .uk-width-1-3\@l {
    width: 33.3222259247%;
  }
  .uk-width-2-5\@l {
    width: 39.9920015997%;
  }
  .uk-width-5-12\@l {
    width: 41.6631947338%;
  }
  .uk-width-1-2\@l {
    width: 49.9750124938%;
  }
  .uk-width-3-5\@l {
    width: 59.9880023995%;
  }
  .uk-width-7-12\@l {
    width: 58.3284726273%;
  }
  .uk-width-2-3\@l {
    width: 66.6444518494%;
  }
  .uk-width-3-4\@l {
    width: 74.9812546863%;
  }
  .uk-width-4-5\@l {
    width: 79.9840031994%;
  }
  .uk-width-11-12\@l {
    width: 91.6590284143%;
  }
  .uk-width-1-1\@l {
    width: 100%;
  }
  .uk-width-expand\@l {
    flex: 1;
    min-width: 1px;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  /* Tvelvths */
  .uk-width-1-12\@xl {
    width: 8.3326389468%;
  }
  .uk-width-1-6\@xl {
    width: 16.6638893518%;
  }
  .uk-width-1-5\@xl {
    width: 19.9960007998%;
  }
  .uk-width-1-4\@xl {
    width: 24.9937515621%;
  }
  .uk-width-1-3\@xl {
    width: 33.3222259247%;
  }
  .uk-width-2-5\@xl {
    width: 39.9920015997%;
  }
  .uk-width-5-12\@xl {
    width: 41.6631947338%;
  }
  .uk-width-1-2\@xl {
    width: 49.9750124938%;
  }
  .uk-width-3-5\@xl {
    width: 59.9880023995%;
  }
  .uk-width-7-12\@xl {
    width: 58.3284726273%;
  }
  .uk-width-2-3\@xl {
    width: 66.6444518494%;
  }
  .uk-width-3-4\@xl {
    width: 74.9812546863%;
  }
  .uk-width-4-5\@xl {
    width: 79.9840031994%;
  }
  .uk-width-11-12\@xl {
    width: 91.6590284143%;
  }
  .uk-width-1-1\@xl {
    width: 100%;
  }
  .uk-width-expand\@xl {
    flex: 1;
    min-width: 1px;
  }
}
.uk-container {
  max-width: 75vw;
}
@media (max-width: 959px) {
  .uk-container {
    max-width: 86vw;
  }
}
@media (max-width: 639px) {
  .uk-container {
    max-width: calc(100% - 60px);
  }
}

.uk-container-small {
  max-width: 59vw;
}
@media (max-width: 959px) {
  .uk-container-small {
    max-width: 60vw;
  }
}
@media (max-width: 639px) {
  .uk-container-small {
    max-width: calc(100% - 60px);
  }
}

.uk-container-xsmall {
  max-width: 28vw;
}
@media (max-width: 959px) {
  .uk-container-xsmall {
    max-width: 40vw;
  }
}
@media (max-width: 639px) {
  .uk-container-xsmall {
    max-width: calc(100% - 60px);
  }
}

.uk-container-large {
  max-width: 1640px;
  max-width: 90vw;
}
@media (max-width: 959px) {
  .uk-container-large {
    max-width: 90vw;
  }
}
@media (max-width: 639px) {
  .uk-container-large {
    max-width: calc(100% - 60px);
  }
}

.uk-container-expand {
  max-width: none;
}

.no-container-left {
  box-sizing: border-box;
  width: 100%;
  max-width: calc(95vw + 40px);
  margin-right: auto;
  padding-right: 40px;
}
@media (max-width: 639px) {
  .no-container-left {
    max-width: calc(100% - 30px);
    margin-right: 0;
    padding-right: 0px !important;
    padding-left: 30px !important;
  }
}

.no-container-right {
  box-sizing: border-box;
  max-width: calc(95vw + 40px);
  margin-left: auto;
  padding-left: 40px;
}
@media (max-width: 639px) {
  .no-container-right {
    max-width: 100% !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

.container-refill {
  width: 7.5vw;
}
@media (max-width: 959px) {
  .container-refill {
    width: 40px;
  }
}
.uk-section {
  padding-top: 5.2vw;
  padding-bottom: 5.2vw;
}
@media (max-width: 959px) {
  .uk-section {
    padding-top: 8.3vw;
    padding-bottom: 8.3vw;
  }
}
@media (max-width: 639px) {
  .uk-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.uk-section:last-child {
  padding-bottom: 7vw;
}
@media (max-width: 959px) {
  .uk-section:last-child {
    padding-bottom: 8.3vw;
  }
}
@media (max-width: 639px) {
  .uk-section:last-child {
    padding-bottom: 60px;
  }
}

.uk-section-small {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 959px) {
  .uk-section-small {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 639px) {
  .uk-section-small {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.uk-section-large {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 959px) {
  .uk-section-large {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 639px) {
  .uk-section-large {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.uk-section-xlarge {
  padding-top: 240px;
  padding-bottom: 240px;
}
@media (max-width: 959px) {
  .uk-section-xlarge {
    padding-top: 160px;
    padding-bottom: 160px;
  }
}
@media (max-width: 639px) {
  .uk-section-xlarge {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.padding-bottom-xlarge {
  padding-bottom: 240px;
}
@media (max-width: 959px) {
  .padding-bottom-xlarge {
    padding-bottom: 200px;
  }
}
@media (max-width: 639px) {
  .padding-bottom-xlarge {
    padding-bottom: 160px;
  }
}

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

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

.uk-animation-kenburns {
  animation-duration: 30s;
}

.no-section-padding-top {
  padding-top: 60px !important;
}
@media (max-width: 959px) {
  .no-section-padding-top {
    padding-top: 20px !important;
  }
}

.no-section-padding-bottom {
  padding-bottom: 0px;
}

@media (max-width: 639px) {
  .mobile-padding .image-wrapper {
    padding: 0 30px;
  }
}

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

.uk-margin-large-bottom {
  margin-bottom: 60px !important;
}
@media (max-width: 959px) {
  .uk-margin-large-bottom {
    margin-bottom: 40px !important;
  }
}

* + .uk-grid-margin-small, .uk-grid + .uk-grid-row-small, .uk-grid + .uk-grid-small, .uk-grid-row-small > .uk-grid-margin, .uk-grid-small > .uk-grid-margin {
  margin-top: 40px;
}

.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, .uk-heading-2xlarge, .uk-heading-large, .uk-heading-medium, .uk-heading-small, .uk-heading-xlarge, h1, h2, h3, h4, h5, h6 {
  margin: 0 0 20px 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
  color: inherit;
  text-transform: none;
}

:root {
  --light: #fff;
  --medium: #d9d9d9;
  --dark: #4D4D4D;
  --text: $color_text;
}

.main-content-wrapper {
  background: var(--light);
}

* {
  outline: none !important;
  box-sizing: border-box;
}

html {
  box-sizing: border-box;
  color: #505050;
  width: 100vw;
  overflow-x: hidden;
}

body {
  position: relative;
  width: 100%;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #505050;
  line-height: 1.6;
  overflow-x: hidden;
  font-size: 1.0416666667vw;
  letter-spacing: 0em;
  line-height: 1.5;
}
@media (max-width: 1366px) {
  body {
    font-size: 1.4641288433vw;
  }
}
@media (max-width: 959px) {
  body {
    font-size: 1.5625vw;
  }
}
@media (max-width: 639px) {
  body {
    font-size: 3.738317757vw;
  }
}

.fixed_body {
  overflow: hidden;
  block-size: 100%;
}

strong {
  font-weight: 600;
}

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

figcaption {
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  margin-top: 15px;
}

main {
  position: relative;
  min-height: calc(100vh - 263px);
}

a {
  font-size: 0.9375vw;
  letter-spacing: 0em;
  line-height: 1;
  color: #7C9CBC;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1366px) {
  a {
    font-size: 1.317715959vw;
  }
}
@media (max-width: 959px) {
  a {
    font-size: 1.3671875vw;
  }
}
@media (max-width: 639px) {
  a {
    font-size: 3.2710280374vw;
  }
}
a:hover {
  text-decoration: none;
  color: #193A60;
}

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

h1,
h1:last-child {
  font-size: 3.125vw;
  letter-spacing: 0em;
  line-height: 1.2;
  font-family: "Playfair Display", serif;
  color: #505050;
  margin-bottom: 40px;
}
@media (max-width: 1366px) {
  h1,
h1:last-child {
    font-size: 4.39238653vw;
  }
}
@media (max-width: 959px) {
  h1,
h1:last-child {
    font-size: 3.515625vw;
  }
}
@media (max-width: 639px) {
  h1,
h1:last-child {
    font-size: 7.9439252336vw;
  }
}
h1 a,
h1:last-child a {
  font-size: 3.125vw;
  letter-spacing: 0em;
  line-height: 1.2;
  display: inline-block;
  color: #747474;
  border-bottom: 1px solid #747474;
  transition: all 0.3s ease-in-out;
  transform: translateY(0);
}
@media (max-width: 1366px) {
  h1 a,
h1:last-child a {
    font-size: 4.39238653vw;
  }
}
@media (max-width: 959px) {
  h1 a,
h1:last-child a {
    font-size: 3.515625vw;
  }
}
@media (max-width: 639px) {
  h1 a,
h1:last-child a {
    font-size: 7.9439252336vw;
  }
}
h1 a:hover,
h1:last-child a:hover {
  color: #7C9CBC;
  text-decoration: none;
  transform: translateY(-5px);
  border-bottom: 1px solid transparent;
}

h1.header-title {
  font-size: 3.125vw;
  letter-spacing: 0em;
  line-height: 1.2;
  font-family: "Playfair Display", serif;
  color: #505050;
}
@media (max-width: 1366px) {
  h1.header-title {
    font-size: 4.39238653vw;
  }
}
@media (max-width: 959px) {
  h1.header-title {
    font-size: 3.515625vw;
  }
}
@media (max-width: 639px) {
  h1.header-title {
    font-size: 7.9439252336vw;
  }
}

h2 {
  font-size: 3.125vw;
  letter-spacing: 0em;
  line-height: 1.2;
  font-family: "Playfair Display", serif;
  color: #505050;
}
@media (max-width: 1366px) {
  h2 {
    font-size: 4.39238653vw;
  }
}
@media (max-width: 959px) {
  h2 {
    font-size: 3.515625vw;
  }
}
@media (max-width: 639px) {
  h2 {
    font-size: 7.9439252336vw;
  }
}

h3 {
  font-size: 2.5vw;
  letter-spacing: 0em;
  line-height: 1.29;
  font-family: "Playfair Display", serif;
  color: #505050;
}
@media (max-width: 1366px) {
  h3 {
    font-size: 3.513909224vw;
  }
}
@media (max-width: 959px) {
  h3 {
    font-size: 2.34375vw;
  }
}
@media (max-width: 639px) {
  h3 {
    font-size: 5.6074766355vw;
  }
}

h4 {
  font-size: 1.5625vw;
  letter-spacing: 0em;
  line-height: inherit;
  font-family: "Inter", sans-serif;
  color: #505050;
}
@media (max-width: 1366px) {
  h4 {
    font-size: 2.196193265vw;
  }
}
@media (max-width: 959px) {
  h4 {
    font-size: 1.953125vw;
  }
}
@media (max-width: 639px) {
  h4 {
    font-size: 4.6728971963vw;
  }
}

.small {
  font-size: 0.8333333333vw;
  letter-spacing: 0em;
  line-height: 1.33;
}
@media (max-width: 1366px) {
  .small {
    font-size: 1.1713030747vw;
  }
}
@media (max-width: 959px) {
  .small {
    font-size: 1.3671875vw;
  }
}
@media (max-width: 639px) {
  .small {
    font-size: 3.2710280374vw;
  }
}

.small-a {
  font-size: 0.625vw;
  letter-spacing: 0em;
  line-height: 1.33;
}
@media (max-width: 1366px) {
  .small-a {
    font-size: 0.878477306vw;
  }
}
@media (max-width: 959px) {
  .small-a {
    font-size: 1.171875vw;
  }
}
@media (max-width: 639px) {
  .small-a {
    font-size: 2.8037383178vw;
  }
}

.more-button, button[type=submit] {
  font-size: 0.9375vw;
  letter-spacing: 0em;
  line-height: 1;
  position: relative;
  display: inline-block;
  color: #fff;
  border: 1px solid #193A60;
  padding: 15px 38px;
  border-radius: 38px;
  margin-top: 40px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  z-index: 1;
  background-color: #193A60;
  text-transform: none;
}
@media (max-width: 1366px) {
  .more-button, button[type=submit] {
    font-size: 1.317715959vw;
  }
}
@media (max-width: 959px) {
  .more-button, button[type=submit] {
    font-size: 1.3671875vw;
  }
}
@media (max-width: 639px) {
  .more-button, button[type=submit] {
    font-size: 3.2710280374vw;
  }
}
@media (max-width: 959px) {
  .more-button, button[type=submit] {
    padding: 10px 25px;
  }
}
.more-button::after, button[type=submit]::after {
  content: "";
  width: 30px;
  height: 15px;
  display: inline-block;
  background-image: url(../img/dart-right.svg);
  position: relative;
  margin-left: -30px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 959px) {
  .more-button::after, button[type=submit]::after {
    display: none;
  }
}
.more-button::before, button[type=submit]::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  border-radius: 38px;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
@media (max-width: 959px) {
  .more-button::before, button[type=submit]::before {
    display: none;
  }
}
.more-button:hover, button[type=submit]:hover {
  text-decoration: none;
  color: #193A60;
  padding: 15px 30px;
}
.more-button:hover::before, button[type=submit]:hover::before {
  left: 0;
}
.more-button:hover::after, button[type=submit]:hover::after {
  opacity: 1;
  margin-left: 20px;
}

.text-indent {
  padding-left: 13.125vw;
}

section {
  position: relative;
}

article {
  z-index: 1;
}
article *:last-child {
  margin-bottom: 0;
}
article ul {
  padding-left: 15px;
}

.topnav {
  margin-right: 15vw;
}
@media (max-width: 959px) {
  .topnav {
    margin-right: 20vw;
  }
}
.topnav a {
  font-size: 1.0416666667vw;
  letter-spacing: 0em;
  line-height: 1.5;
  margin-left: 2.96vw;
  color: #193A60;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1366px) {
  .topnav a {
    font-size: 1.4641288433vw;
  }
}
@media (max-width: 959px) {
  .topnav a {
    font-size: 1.5625vw;
  }
}
@media (max-width: 639px) {
  .topnav a {
    font-size: 3.738317757vw;
  }
}
.topnav a:hover {
  color: #7C9CBC;
  text-decoration: none;
}

.navbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: all 0.3s ease-in-out;
}
.navbar .navbar-wrapper {
  padding-left: 5vw;
  padding-right: 5vw;
}
@media (max-width: 959px) {
  .navbar .navbar-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.navbar .navbar-wrapper #navbar {
  width: 100%;
  height: 146px;
  background-color: transparent;
}
@media (max-width: 959px) {
  .navbar .navbar-wrapper #navbar {
    height: 100px;
  }
}
.navbar .main-logo {
  margin-top: -24px;
  max-width: 18.75vw;
}
@media (max-width: 959px) {
  .navbar .main-logo {
    max-width: 20vw;
  }
}
@media (max-width: 639px) {
  .navbar .main-logo {
    max-width: 46vw;
  }
}
.navbar .main-logo svg {
  transition: all 0.3s ease-in-out;
  color: #193A60;
}

.logo-wrapper svg path, .logo-wrapper svg polygon, .logo-wrapper svg rect {
  fill: #fff;
}

.basic-navigation {
  background-color: #000 !important;
}
.basic-navigation .main-logo svg {
  color: #fff;
}

.scrolled-down {
  top: -100% !important;
}

.scrolled-up {
  top: 0 !important;
}

.nav-link-wrapper {
  z-index: 999;
}
.nav-link-wrapper .link {
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  margin-right: 2vw;
}

#sidenav {
  position: fixed;
  top: 0;
  transform: translateY(-100%);
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1C3145;
  -webkit-overflow-scrolling: touch;
  transition: all 1s cubic-bezier(0.32, 0.24, 0.15, 1);
  z-index: 9998;
}
#sidenav .sidemenu-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  padding: 17.59vh 7.6vw 6.48vh;
  padding: 19vh 17vw 6.48vh;
  height: 100%;
  overflow-y: auto;
}
#sidenav .sidemenu-inner .uk-nav li {
  vertical-align: top;
}
#sidenav .sidemenu-inner .uk-nav li .nav-link {
  display: inline-block;
  font-size: 3.125vw;
  letter-spacing: 0em;
  line-height: 1.33;
  font-family: "Playfair Display", serif;
  color: #fff;
  opacity: 0;
  margin-left: 40px;
  padding: 0;
  line-height: 1.6;
  transition: all 1s cubic-bezier(0.32, 0.24, 0.15, 1);
}
@media (max-width: 1366px) {
  #sidenav .sidemenu-inner .uk-nav li .nav-link {
    font-size: 4.39238653vw;
  }
}
@media (max-width: 959px) {
  #sidenav .sidemenu-inner .uk-nav li .nav-link {
    font-size: 3.90625vw;
  }
}
@media (max-width: 639px) {
  #sidenav .sidemenu-inner .uk-nav li .nav-link {
    font-size: 8.8785046729vw;
  }
}
#sidenav .sidemenu-inner .uk-nav li .nav-link:hover {
  color: #7C9CBC;
  margin-left: 20px !important;
}
@media (min-aspect-ratio: 5/2) {
  #sidenav .sidemenu-inner .uk-nav li .nav-link {
    font-size: 6vh;
  }
}
#sidenav .sidemenu-inner .uk-nav .uk-active .nav-link {
  color: #7C9CBC;
}
#sidenav .sidemenu-inner .uk-nav .parent .uk-nav-sub {
  padding-top: 20px !important;
  padding-left: 0;
}
#sidenav .sidemenu-inner .uk-nav .parent .uk-nav-sub li {
  position: relative;
  height: 1.2rem;
  display: list-item;
}
#sidenav .sidemenu-inner .uk-nav .parent .uk-nav-sub li .subnav-link {
  position: absolute;
  left: 0;
  padding-top: 0;
  transition: all 0.3s ease-in-out;
}
#sidenav .sidemenu-inner .uk-nav .parent .uk-nav-sub li .subnav-active {
  color: #999999;
}

.show-nav-link {
  opacity: 1 !important;
  margin-left: 0 !important;
}

.sidenav-open {
  transform: translateY(0) !important;
}

.language-wrapper {
  margin-top: 40px;
}
.language-wrapper .language_selector .language {
  font-family: "Inter", sans-serif;
  display: inline-block;
  text-transform: uppercase;
}
.language-wrapper .language_selector .language::after {
  content: "|";
  margin: 0 5px;
  color: #7C9CBC;
}
.language-wrapper .language_selector .language a {
  font-size: 1.0416666667vw;
  letter-spacing: 0em;
  line-height: 1.5;
  color: #7C9CBC;
}
@media (max-width: 1366px) {
  .language-wrapper .language_selector .language a {
    font-size: 1.4641288433vw;
  }
}
@media (max-width: 959px) {
  .language-wrapper .language_selector .language a {
    font-size: 1.5625vw;
  }
}
@media (max-width: 639px) {
  .language-wrapper .language_selector .language a {
    font-size: 3.738317757vw;
  }
}
@media (min-aspect-ratio: 5/2) {
  .language-wrapper .language_selector .language a {
    font-size: 3vh;
  }
}
.language-wrapper .language_selector .active {
  color: #fff !important;
}
.language-wrapper .language_selector .language:last-child::after {
  display: none;
}

.spinner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 959px) {
  .spinner .spinner-wrapper {
    height: calc(var(--vh, 1vh) * 100);
  }
}
.spinner .spinner-wrapper img {
  width: 250px;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.privacywire-wrapper {
  font-family: "Inter", sans-serif;
  font-size: 14px;
}
.privacywire-wrapper .privacywire {
  padding: 40px;
  color: #505050;
}
.privacywire-wrapper .privacywire-header {
  width: 100%;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1em;
}
.privacywire-wrapper .privacywire-text {
  width: 60%;
  float: left;
}
.privacywire-wrapper .privacywire-text *:last-child {
  margin-bottom: 0;
}
@media (max-width: 959px) {
  .privacywire-wrapper .privacywire-text {
    width: 100%;
  }
}
@media (max-width: 959px) {
  .privacywire-wrapper .privacywire-text {
    margin-bottom: 20px;
  }
}
.privacywire-wrapper .privacywire-buttons {
  width: 40%;
  float: left;
  text-align: right;
}
@media (max-width: 959px) {
  .privacywire-wrapper .privacywire-buttons {
    width: 100%;
  }
}
.privacywire-wrapper .privacywire-buttons button {
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
  background-color: transparent;
  border: 1px solid #505050 !important;
  border-radius: 0;
  padding: 10px 15px 7px;
  border: 1px solid #000;
  cursor: pointer;
  color: #505050;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .privacywire-wrapper .privacywire-buttons button {
    display: block;
    margin-top: 0.5em;
    margin-left: auto;
    margin-right: inherit;
  }
}
@media (max-width: 959px) {
  .privacywire-wrapper .privacywire-buttons button {
    margin-left: inherit;
  }
}
.privacywire-wrapper .privacywire-buttons button:hover {
  background-color: #CBC6C0;
}
.privacywire-wrapper .privacywire-buttons button:first-child {
  margin-top: 0;
}

.animated-logo svg {
  overflow: inherit;
}

.main-header {
  overflow-y: hidden;
}

footer {
  background-color: #1C3145;
  color: #BEB4AF;
  font-size: 1.09375vw;
  letter-spacing: 0em;
  line-height: 1.5;
}
@media (max-width: 1366px) {
  footer {
    font-size: 1.5373352855vw;
  }
}
@media (max-width: 959px) {
  footer {
    font-size: 1.953125vw;
  }
}
@media (max-width: 639px) {
  footer {
    font-size: 4.2056074766vw;
  }
}
footer .uk-section:first-of-type {
  padding-top: 3.125vw;
  padding-bottom: 3.125vw;
}
@media (max-width: 959px) {
  footer .uk-section:first-of-type {
    padding-top: 3.6vw;
    padding-bottom: 3.6vw;
  }
}
@media (max-width: 639px) {
  footer .uk-section:first-of-type {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
footer a {
  font-size: 0.8333333333vw;
  letter-spacing: 0em;
  line-height: 1.33;
  color: #7C9CBC;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1366px) {
  footer a {
    font-size: 1.1713030747vw;
  }
}
@media (max-width: 959px) {
  footer a {
    font-size: 1.3671875vw;
  }
}
@media (max-width: 639px) {
  footer a {
    font-size: 3.2710280374vw;
  }
}
footer a:hover {
  color: #fff;
  text-decoration: none;
}
footer .footer-widget .social-icon {
  display: inline-block;
  text-align: right;
  float: right;
  padding-left: 1.04vw;
}
@media (max-width: 959px) {
  footer .footer-widget .social-icon {
    padding-left: 0vw;
    padding-right: 4vw;
    float: inherit;
  }
}
@media (max-width: 639px) {
  footer .footer-widget .social-icon {
    float: inherit;
    padding-left: 4vw;
    padding-right: 0;
    text-align: right;
  }
}
@media (max-width: 639px) {
  footer .footer-widget .social-icon img, footer .footer-widget .social-icon svg {
    max-width: 5.77vw;
  }
}

.footer-table tr td:first-of-type {
  padding-right: 1.04vw;
}
@media (max-width: 639px) {
  .footer-table tr td:first-of-type {
    padding-right: 3.5vw;
  }
}
.footer-table tr td:first-of-type img {
  max-width: 0.916vw;
}
@media (max-width: 1366px) {
  .footer-table tr td:first-of-type img {
    max-width: 1.24vw;
  }
}
@media (max-width: 959px) {
  .footer-table tr td:first-of-type img {
    max-width: 1.75vw;
  }
}
@media (max-width: 639px) {
  .footer-table tr td:first-of-type img {
    max-width: 3.98vw;
  }
}

.footer-icon-table {
  width: 100%;
}
.footer-icon-table tr td {
  padding-right: 3.125vw;
}
@media (max-width: 959px) {
  .footer-icon-table tr td {
    display: block;
    padding-bottom: 10px;
    padding-right: inherit;
  }
}
@media (max-width: 639px) {
  .footer-icon-table tr td {
    display: table-cell;
    vertical-align: center;
  }
}
@media (max-width: 959px) {
  .footer-icon-table tr td:nth-child(1) img {
    max-width: 12.4vw;
  }
}
@media (max-width: 639px) {
  .footer-icon-table tr td:nth-child(1) img {
    max-width: 33.15vw;
  }
}
@media (max-width: 639px) {
  .footer-icon-table tr td:nth-child(2) {
    text-align: center;
  }
}
@media (max-width: 959px) {
  .footer-icon-table tr td:nth-child(2) img {
    max-width: 4.125vw;
  }
}
@media (max-width: 639px) {
  .footer-icon-table tr td:nth-child(2) img {
    max-width: 12.47vw;
  }
}
@media (max-width: 639px) {
  .footer-icon-table tr td:nth-child(3) {
    text-align: right;
  }
}
@media (max-width: 959px) {
  .footer-icon-table tr td:nth-child(3) img {
    max-width: 6.688vw;
  }
}
@media (max-width: 639px) {
  .footer-icon-table tr td:nth-child(3) img {
    max-width: 20.22vw;
  }
}
.footer-icon-table tr td:last-child {
  padding-right: 0;
}
@media (max-width: 959px) {
  .footer-icon-table tr td:last-child {
    padding-bottom: 0;
  }
}

.footer-legal-table {
  height: 100%;
}
@media (max-width: 639px) {
  .footer-legal-table {
    width: 100%;
  }
}
.footer-legal-table tr td {
  width: 5.9375vw;
  vertical-align: bottom;
}
@media (max-width: 959px) {
  .footer-legal-table tr td {
    width: 13.83vw;
  }
}

#menu-toggle {
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  right: 5vw;
  top: 54px;
  width: 139px;
  height: 43px;
  padding: 0 20px;
  cursor: pointer;
  transition: all 0.8s ease-in-out;
  z-index: 9999;
  border: 1px solid rgba(208, 218, 224, 0.8);
  border-radius: 43px;
  background-color: #fff;
}
@media (max-width: 959px) {
  #menu-toggle {
    width: 118px;
    padding: 0 22px;
    top: 30px;
  }
}
@media (max-width: 639px) {
  #menu-toggle {
    width: 36px;
    height: 36px;
    padding: 10px;
    top: 20px;
    border-radius: 20px;
  }
}
#menu-toggle .text {
  position: relative;
  height: 1.3em;
  font-size: 0.8333333333vw;
  letter-spacing: 0em;
  line-height: 1.33;
}
@media (max-width: 1366px) {
  #menu-toggle .text {
    font-size: 1.1713030747vw;
  }
}
@media (max-width: 959px) {
  #menu-toggle .text {
    font-size: 1.3671875vw;
  }
}
@media (max-width: 639px) {
  #menu-toggle .text {
    font-size: 3.2710280374vw;
  }
}
#menu-toggle .text .menu {
  position: absolute;
  left: 0;
  top: 0;
  color: #193A60;
  opacity: 1;
  transition: all 0.8s ease-in-out;
}
#menu-toggle .text .back {
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  opacity: 0;
  transition: all 0.8s ease-in-out;
}
#menu-toggle .hamburger {
  display: block;
  position: relative;
  width: 25px;
  height: 10px;
  transition: all 0.8s ease-in-out;
}
@media (max-width: 959px) {
  #menu-toggle .hamburger {
    width: 19.34px;
  }
}
#menu-toggle .hamburger .top {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #193A60;
  transition: all 0.8s ease-in-out;
}
#menu-toggle .hamburger .bottom {
  position: absolute;
  bottom: 25%;
  left: 50%;
  transform: translateX(-50%) rotate(0);
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #193A60;
  transition: all 0.8s ease-in-out;
}

.menu-open {
  border: 1px solid rgba(255, 255, 255, 0.8) !important;
  background-color: transparent !important;
}
.menu-open .menu {
  opacity: 0 !important;
}
.menu-open .back {
  opacity: 1 !important;
}
.menu-open .hamburger {
  height: 32px !important;
}
.menu-open .top {
  width: 100% !important;
  transform: translateX(-50%) rotate(315deg) !important;
  top: 15px !important;
  border-bottom: 1px solid #fff !important;
}
.menu-open .bottom {
  width: 100% !important;
  transform: translateX(-50%) rotate(225deg) !important;
  bottom: 16px !important;
  border-bottom: 1px solid #fff !important;
}

.basic-puffer {
  display: block;
  height: 146px;
  width: 100%;
  padding: 0 !important;
}
@media (max-width: 959px) {
  .basic-puffer {
    height: 100px;
  }
}
@media (max-width: 639px) {
  .basic-puffer {
    height: 80px;
  }
}

.basic-header {
  padding-top: 146px;
  width: 100%;
}
@media (max-width: 959px) {
  .basic-header {
    padding-top: 100px;
    min-height: 0;
  }
}
@media (max-width: 639px) {
  .basic-header {
    padding-top: 80px;
    min-height: 0;
  }
}
.basic-header .header-image .colorbox {
  display: block;
  width: 51.5626vw;
  aspect-ratio: 2.362/1;
  z-index: -1;
}
@media (max-width: 639px) {
  .basic-header .header-image .colorbox {
    aspect-ratio: 1.6/1;
    width: 85vw;
    right: 0;
  }
}
.basic-header .header-image img {
  z-index: 1;
  display: block;
  position: relative;
  padding-left: 22.8125vw;
  padding-top: 6.11vh;
}
@media (max-width: 959px) {
  .basic-header .header-image img {
    padding-left: 7vw;
  }
}
@media (max-width: 639px) {
  .basic-header .header-image img {
    padding-left: 0;
  }
}
.basic-header .header-text {
  margin-top: -7.4vh;
}
@media (max-width: 639px) {
  .basic-header .header-text {
    margin-top: 40px;
  }
}

.colorbox {
  z-index: -1;
}
@media (max-width: 639px) {
  .colorbox {
    aspect-ratio: 1.6/1 !important;
  }
}

#kontakt .basic-header .header-text {
  margin-top: 0 !important;
}
@media (max-width: 639px) {
  #kontakt .basic-header .header-text {
    margin-top: 40px !important;
  }
}
@media (max-width: 639px) {
  #kontakt .main-content-wrapper .uk-section:last-of-type {
    padding-bottom: 0;
  }
}

.home-page .uk-section:first-of-type {
  padding-top: 146px;
}
@media (max-width: 959px) {
  .home-page .uk-section:first-of-type {
    padding-top: 100px;
  }
}

.uk-accordion-title::before {
  content: "";
  width: 2.08vw;
  height: 2.08vw;
  margin-left: 10px;
  float: right;
  background-image: url(../img/open.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  margin-top: -5px;
}
@media (max-width: 959px) {
  .uk-accordion-title::before {
    width: 1.82vw;
    height: 1.82vw;
    margin-top: 2px;
  }
}
@media (max-width: 639px) {
  .uk-accordion-title::before {
    width: 4.369vw;
    height: 4.369vw;
  }
}

.uk-open > .uk-accordion-title::before {
  background-image: url(../img/close.svg);
}

.uk-accordion-title {
  font-size: 1.0416666667vw;
  letter-spacing: 0em;
  line-height: 1.5;
  color: #505050;
  line-height: 1;
  display: inline;
}
@media (max-width: 1366px) {
  .uk-accordion-title {
    font-size: 1.4641288433vw;
  }
}
@media (max-width: 959px) {
  .uk-accordion-title {
    font-size: 1.5625vw;
  }
}
@media (max-width: 639px) {
  .uk-accordion-title {
    font-size: 3.738317757vw;
  }
}
.uk-accordion .accordion-item {
  padding: 1.97vw 2.083vw 1.97vw 0;
  border-top: 1px solid #707070;
  transition: all 0.3s ease-in-out;
}
.uk-accordion .accordion-item:hover {
  background-color: #EFEAE7;
  padding: 1.97vw 2.083vw;
}
@media (max-width: 959px) {
  .uk-accordion .accordion-item:hover {
    padding: 2.14vw 2.44vw;
  }
}
@media (max-width: 639px) {
  .uk-accordion .accordion-item:hover {
    padding: 4.67vw 4.67vw;
  }
}
.uk-accordion .accordion-item:hover .uk-accordion-title {
  color: #BEB4AF;
}
@media (max-width: 959px) {
  .uk-accordion .accordion-item {
    padding: 2.14vw 1.171vw 2.14vw 0;
  }
}
@media (max-width: 639px) {
  .uk-accordion .accordion-item {
    padding: 4.67vw 4.67vw 4.67vw 0;
  }
}
.uk-accordion .accordion-item:last-child {
  border-bottom: 1px solid #707070;
}

.uk-open {
  padding: 1.97vw 2.083vw !important;
  background-color: #EFEAE7;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 959px) {
  .uk-open {
    padding: 2.14vw 2.44vw !important;
  }
}
@media (max-width: 639px) {
  .uk-open {
    padding: 4.67vw 4.67vw !important;
  }
}
.uk-open .uk-accordion-title {
  color: #BEB4AF;
}

.uk-accordion > :nth-child(n+2) {
  margin-top: 0px;
}

.uk-accordion-content {
  color: #505050;
  padding-bottom: 20px;
  padding-top: 20px;
  padding-right: 2.75vw;
}
.uk-accordion-content h1, .uk-accordion-content h2, .uk-accordion-content h3, .uk-accordion-content h4, .uk-accordion-content h5, .uk-accordion-content h6 {
  margin-bottom: 60px;
}
.uk-accordion-content p {
  padding-left: 13.125vw;
}
@media (max-width: 959px) {
  .uk-accordion-content p {
    padding-left: 8vw;
  }
}
@media (max-width: 639px) {
  .uk-accordion-content p {
    padding-left: 0;
  }
}
.uk-accordion-content ul {
  font-size: 0.8333333333vw;
  letter-spacing: 0em;
  line-height: 1.33;
  padding-left: 13.125vw;
  margin-top: 40px;
  margin-bottom: 40px;
  list-style: none;
}
@media (max-width: 1366px) {
  .uk-accordion-content ul {
    font-size: 1.1713030747vw;
  }
}
@media (max-width: 959px) {
  .uk-accordion-content ul {
    font-size: 1.3671875vw;
  }
}
@media (max-width: 639px) {
  .uk-accordion-content ul {
    font-size: 3.2710280374vw;
  }
}
@media (max-width: 959px) {
  .uk-accordion-content ul {
    padding-left: 8vw;
  }
}
@media (max-width: 639px) {
  .uk-accordion-content ul {
    padding-left: 0;
  }
}
.uk-accordion-content ul li {
  padding: 14px 0;
  border-bottom: 1px solid #BEB4AF;
  line-height: 1.5;
}

.kein-einzug p, .kein-einzug ul {
  padding-left: 0;
}

@media (max-width: 639px) {
  .contact-us-section {
    background-color: #EFEAE7;
  }
}

.contact-us-table {
  background-color: #EFEAE7;
  width: 74.375vw;
}
@media (max-width: 959px) {
  .contact-us-table {
    width: 100%;
  }
}
@media (max-width: 639px) {
  .contact-us-table tr td {
    display: block;
  }
}
.contact-us-table tr td img {
  max-width: 0.916vw;
}
@media (max-width: 1366px) {
  .contact-us-table tr td img {
    max-width: 1.24vw;
  }
}
@media (max-width: 959px) {
  .contact-us-table tr td img {
    max-width: 1.75vw;
  }
}
@media (max-width: 639px) {
  .contact-us-table tr td img {
    max-width: 3.98vw;
  }
}
.contact-us-table tr td:first-of-type {
  padding-left: 3.33vw;
  padding-top: 2.81vw;
  vertical-align: top;
  width: 32vw;
}
@media (max-width: 959px) {
  .contact-us-table tr td:first-of-type {
    width: 38vw;
  }
}
@media (max-width: 639px) {
  .contact-us-table tr td:first-of-type {
    padding-top: 40px;
    padding-left: 0;
    padding-bottom: 20px;
    width: 100%;
  }
}
.contact-us-table tr td:nth-child(2) {
  vertical-align: middle;
}
@media (max-width: 959px) {
  .contact-us-table tr td:nth-child(2) {
    width: 23vw;
    vertical-align: bottom;
  }
}
@media (max-width: 639px) {
  .contact-us-table tr td:nth-child(2) {
    width: 100%;
  }
}
.contact-us-table tr td:nth-child(2) .contact-table {
  width: 100%;
}
.contact-us-table tr td:nth-child(2) .contact-table td {
  width: inherit;
  vertical-align: top;
  padding: 0;
  padding-right: 1.04vw;
  text-align: left;
  display: table-cell;
}
.contact-us-table tr td:nth-child(2) .contact-table td img {
  border-radius: inherit;
}
.contact-us-table tr td:last-child {
  vertical-align: middle;
  padding-top: 2.81vw;
  padding-bottom: 2.81vw;
  padding-right: 7.6vw;
  padding-left: 2.8vw;
}
@media (max-width: 959px) {
  .contact-us-table tr td:last-child {
    padding-top: 6.05vw;
    padding-right: 3.6vw;
    text-align: right;
  }
}
@media (max-width: 639px) {
  .contact-us-table tr td:last-child {
    padding-right: 0;
    padding-bottom: 0;
  }
}
.contact-us-table tr td:last-child img {
  max-width: 16.92vw;
  border-radius: 50%;
}
@media (max-width: 959px) {
  .contact-us-table tr td:last-child img {
    max-width: 20vw;
  }
}
@media (max-width: 639px) {
  .contact-us-table tr td:last-child img {
    max-width: 62.38vw;
  }
}

.button-table tr td {
  min-width: 250px;
}
@media (max-width: 959px) {
  .button-table tr td {
    min-width: 170px;
  }
}

.minus-margin-bottom {
  transform: translateY(25%);
}
.team-widget * + .uk-grid-margin, .team-widget .uk-grid + .uk-grid, .team-widget .uk-grid > .uk-grid-margin {
  margin-top: 100px;
}
@media (max-width: 959px) {
  .team-widget * + .uk-grid-margin, .team-widget .uk-grid + .uk-grid, .team-widget .uk-grid > .uk-grid-margin {
    margin-top: 60px;
  }
}
.team-widget .name {
  margin-bottom: 0;
}
.team-widget .image-wrapper img {
  aspect-ratio: 1.44/1;
  object-fit: cover;
}
.team-widget .text-wrapper .footer-table td {
  font-size: 0.8333333333vw;
  letter-spacing: 0em;
  line-height: 1.33;
  color: #193A60;
}
@media (max-width: 1366px) {
  .team-widget .text-wrapper .footer-table td {
    font-size: 1.1713030747vw;
  }
}
@media (max-width: 959px) {
  .team-widget .text-wrapper .footer-table td {
    font-size: 1.3671875vw;
  }
}
@media (max-width: 639px) {
  .team-widget .text-wrapper .footer-table td {
    font-size: 3.2710280374vw;
  }
}
.team-widget .text-wrapper .footer-table td a {
  font-size: 0.8333333333vw;
  letter-spacing: 0em;
  line-height: 1.33;
  color: #193A60;
}
@media (max-width: 1366px) {
  .team-widget .text-wrapper .footer-table td a {
    font-size: 1.1713030747vw;
  }
}
@media (max-width: 959px) {
  .team-widget .text-wrapper .footer-table td a {
    font-size: 1.3671875vw;
  }
}
@media (max-width: 639px) {
  .team-widget .text-wrapper .footer-table td a {
    font-size: 3.2710280374vw;
  }
}
.team-widget .text-wrapper .footer-table td a:hover {
  color: #7C9CBC;
}

.download-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 60px;
}
.download-table tr {
  border-top: 1px solid #707070;
}
.download-table tr td {
  padding: 30px 0;
  vertical-align: middle;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 959px) {
  .download-table tr td {
    padding: 2.14vw 0;
  }
}
@media (max-width: 639px) {
  .download-table tr td {
    padding: 4.67vw 0;
  }
}
.download-table tr td:first-of-type {
  width: 97.05vw;
}
@media (max-width: 959px) {
  .download-table tr td:first-of-type {
    width: 97vw;
  }
}
@media (max-width: 639px) {
  .download-table tr td:first-of-type {
    width: 90vw;
  }
}
.download-table tr td:last-of-type {
  width: 2.95vw;
}
@media (max-width: 959px) {
  .download-table tr td:last-of-type {
    width: 3vw;
  }
}
@media (max-width: 639px) {
  .download-table tr td:last-of-type {
    width: 10vw;
  }
}
.download-table tr td:last-of-type img {
  max-width: 1.635vw;
  display: block;
  margin-left: auto;
}
@media (max-width: 959px) {
  .download-table tr td:last-of-type img {
    max-width: 2.44vw;
  }
}
@media (max-width: 639px) {
  .download-table tr td:last-of-type img {
    max-width: 4.67vw;
  }
}
.download-table tr:last-of-type {
  border-bottom: 1px solid #707070;
}

.map iframe {
  width: 100%;
  height: auto;
  filter: grayscale(1);
  aspect-ratio: 1.648/1;
}

#map {
  width: 100%;
  height: auto;
  aspect-ratio: 1.648/1;
}
@media (max-width: 639px) {
  #map {
    width: calc(100% + 60px);
    margin-left: -30px;
    aspect-ratio: 1/1;
  }
}

.contact-address article {
  padding-top: 100px;
}
@media (max-width: 959px) {
  .contact-address article {
    padding-top: 60px;
  }
}
@media (max-width: 639px) {
  .contact-address article {
    padding-top: 30px;
  }
}

.main-header {
  height: 100vh;
}
.main-header .main-slider {
  width: 100%;
  height: 100%;
}
.main-header .main-slider .uk-slideshow-items {
  width: 100%;
  height: 100%;
}
.main-header .main-slider .uk-slideshow-items li img, .main-header .main-slider .uk-slideshow-items li video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-header .animated-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 97vw;
  z-index: 99;
}

.basic-header-caption {
  color: #fff;
  position: absolute;
  left: 7.5vw;
  bottom: 80px;
}
@media (max-width: 959px) {
  .basic-header-caption {
    left: 30px;
  }
}
.basic-header-caption .header-title {
  color: #fff;
  margin-bottom: 0;
}

.underlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 62%, rgba(0, 0, 0, 0.7525603992) 100%);
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 62%, rgba(0, 0, 0, 0.7525603992) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 62%, rgba(0, 0, 0, 0.7525603992) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

.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 #747474;
  transition: 0.2s ease-in-out;
  transition-property: background-color, border-color;
}

.uk-card-primary.uk-card-body .uk-dotnav > * > *, .uk-card-primary > :not([class*=uk-card-media]) .uk-dotnav > * > *, .uk-card-secondary.uk-card-body .uk-dotnav > * > *, .uk-card-secondary > :not([class*=uk-card-media]) .uk-dotnav > * > *, .uk-light .uk-dotnav > * > *, .uk-offcanvas-bar .uk-dotnav > * > *, .uk-overlay-primary .uk-dotnav > * > *, .uk-section-primary:not(.uk-preserve-color) .uk-dotnav > * > *, .uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > * > *, .uk-tile-primary:not(.uk-preserve-color) .uk-dotnav > * > *, .uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav > * > * {
  background-color: transparent;
  border-color: #747474;
}
.uk-card-primary.uk-card-body .uk-dotnav > * > *:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-dotnav > * > *:hover, .uk-card-secondary.uk-card-body .uk-dotnav > * > *:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-dotnav > * > *:hover, .uk-light .uk-dotnav > * > *:hover, .uk-offcanvas-bar .uk-dotnav > * > *:hover, .uk-overlay-primary .uk-dotnav > * > *:hover, .uk-section-primary:not(.uk-preserve-color) .uk-dotnav > * > *:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > * > *:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-dotnav > * > *:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav > * > *:hover {
  background-color: rgba(116, 116, 116, 0.5);
}

.uk-card-primary.uk-card-body .uk-dotnav > .uk-active > *, .uk-card-primary > :not([class*=uk-card-media]) .uk-dotnav > .uk-active > *, .uk-card-secondary.uk-card-body .uk-dotnav > .uk-active > *, .uk-card-secondary > :not([class*=uk-card-media]) .uk-dotnav > .uk-active > *, .uk-light .uk-dotnav > .uk-active > *, .uk-offcanvas-bar .uk-dotnav > .uk-active > *, .uk-overlay-primary .uk-dotnav > .uk-active > *, .uk-section-primary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *, .uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *, .uk-tile-primary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *, .uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav > .uk-active > * {
  background-color: #747474;
  border-color: #747474;
}

.project .project-image {
  display: block;
  aspect-ratio: 1/1.28;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 959px) {
  .project .project-image {
    margin-bottom: 20px;
  }
}
.project .uk-overlay-default {
  background: rgba(25, 58, 96, 0.8);
}
@media (max-width: 959px) {
  .project .uk-overlay-default {
    display: none;
  }
}
.project .uk-overlay * {
  color: #fff;
}

.project-description p {
  margin-top: 0;
  margin-bottom: 0.5em;
}
.project-description h4 {
  margin-bottom: 0.5em;
}
.project-description *:last-child {
  margin-bottom: 0;
}

.project:nth-child(6n+2) .project-image,
.project:nth-child(4n+4) .project-image,
.project:nth-child(6n+4) .project-image {
  aspect-ratio: 1.5/1;
}

.project:nth-child(3n+6) .project-image,
.project:nth-child(6) .project-image {
  aspect-ratio: 1/1;
}

.uk-lightbox {
  display: block;
  background-color: #505050;
  z-index: 9999 !important;
}
.uk-lightbox .uk-lightbox-toolbar {
  padding: 10px 10px;
  background: transparent;
  color: rgba(255, 255, 255, 0.7);
}
.uk-lightbox .uk-lightbox-button {
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  background: transparent;
  color: rgba(255, 255, 255, 0.7);
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.uk-lightbox .uk-transition-slide-top {
  --uk-translate-y: 0 !important;
}
.uk-lightbox .uk-lightbox-items img {
  max-width: calc(100% - 80px);
  max-height: 80vh;
}
@media (max-width: 639px) {
  .uk-lightbox .uk-lightbox-items img {
    max-width: calc(100% - 60px);
  }
}
@media (max-width: 959px) {
  .uk-lightbox [class*=uk-position-center-left], .uk-lightbox [class*=uk-position-center-right] {
    top: calc(95% - var(--uk-position-margin-offset));
    --uk-position-translate-y: -50%;
    transform: translate(0, var(--uk-position-translate-y));
  }
}
.uk-lightbox .uk-transition-active.uk-active .uk-transition-fade, .uk-lightbox .uk-transition-toggle .uk-transition-fade:focus-within, .uk-lightbox .uk-transition-toggle:focus .uk-transition-fade, .uk-lightbox .uk-transition-toggle:hover .uk-transition-fade {
  opacity: 1 !important;
}

@media (max-width: 959px) {
  .project-section .no-container-right {
    max-width: 90vw;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
  }
}
.project-section .filter ul {
  list-style: none;
  padding-left: 0;
}
.project-section .filter ul li {
  margin-bottom: 10px;
}
@media (max-width: 959px) {
  .project-section .filter ul li {
    display: inline-block;
    padding-right: 20px;
  }
}
.project-section .filter ul li a {
  color: #505050;
}
.project-section .filter ul li a:hover {
  color: #7C9CBC;
}
.project-section .filter ul .uk-active a {
  color: #7C9CBC;
}

#Inputfield_grosse_preisvorstellung .InputfieldContent {
  padding-left: 0 !important;
}
.irs--sharp .irs-min, .irs--sharp .irs-max,
.irs--sharp .irs-from, .irs--sharp .irs-to, .irs--sharp .irs-single,
.irs--sharp .irs-handle {
  background-color: #7C9CBC !important;
}

.irs--sharp .irs-bar {
  background-color: #193A60 !important;
}

.irs--sharp .irs-line {
  background-color: #b6b6b6 !important;
}

.irs--sharp .irs-handle > i:first-child {
  border-top-color: #7C9CBC !important;
}

.irs--sharp .irs-from:before, .irs--sharp .irs-to:before, .irs--sharp .irs-single:before {
  border-top-color: #7C9CBC !important;
}

.uk-checkbox:checked, .uk-checkbox:indeterminate {
  background-color: #193A60;
  border-color: transparent;
  border-radius: 0;
}

.uk-radio:checked {
  background-color: #193A60;
  border-color: transparent;
}

.InputfieldRadios input {
  margin-right: 0.5em;
}

.uk-checkbox:checked:focus, .uk-checkbox:indeterminate:focus, .uk-radio:checked:focus {
  background-color: #193A60;
}

.uk-checkbox:focus, .uk-radio:focus {
  background-color: rgba(0, 0, 0, 0);
  outline: 0;
  border-color: #ccc;
}

.uk-input, .uk-textarea {
  font-size: 0.8333333333vw;
  letter-spacing: 0em;
  line-height: 1.33;
}
@media (max-width: 1366px) {
  .uk-input, .uk-textarea {
    font-size: 1.1713030747vw;
  }
}
@media (max-width: 959px) {
  .uk-input, .uk-textarea {
    font-size: 1.3671875vw;
  }
}
@media (max-width: 639px) {
  .uk-input, .uk-textarea {
    font-size: 3.2710280374vw;
  }
}

.uk-input:focus, .uk-select:focus, .uk-textarea:focus {
  outline: 0;
  background-color: #fff;
  color: #505050;
  border-color: #193A60;
}

.InputfieldHeader {
  font-weight: 600;
}
