/*! 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=Barlow+Condensed:wght@500&family=Barlow+Semi+Condensed:wght@600&family=Barlow:wght@400;500;700&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-black {
  background-color: #000;
}
.background-black * {
  color: #fff !important;
}

.background-white {
  background-color: #fff;
}
.background-white .tile-design .widget-wrapper {
  background-color: #F3F2EF;
  border-top-left-radius: 25px;
  padding: 28px;
}
.background-white .tile-design .widget-wrapper .image-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 1366px) {
  .background-white .tile-design .widget-wrapper .image-wrapper {
    margin-bottom: 50px;
  }
}
.background-white .tile-design .widget-wrapper .text-wrapper p {
  font-size: 18px;
  font-size: 0.9375vw;
}
@media (max-width: 1366px) {
  .background-white .tile-design .widget-wrapper .text-wrapper p {
    font-size: 1.3vw;
  }
}
@media (max-width: 959px) {
  .background-white .tile-design .widget-wrapper .text-wrapper p {
    font-size: 1.8vw;
  }
}
@media (max-width: 639px) {
  .background-white .tile-design .widget-wrapper .text-wrapper p {
    font-size: 4.2vw;
  }
}
.background-white .standard-design .widget-wrapper {
  margin-bottom: 40px;
}
.background-white .standard-design .widget-wrapper .image-wrapper {
  margin-bottom: 20px;
}
.background-white .standard-design .widget-wrapper .text-wrapper p {
  font-size: 18px;
  font-size: 0.9375vw;
}
@media (max-width: 1366px) {
  .background-white .standard-design .widget-wrapper .text-wrapper p {
    font-size: 1.3vw;
  }
}
@media (max-width: 959px) {
  .background-white .standard-design .widget-wrapper .text-wrapper p {
    font-size: 1.8vw;
  }
}
@media (max-width: 639px) {
  .background-white .standard-design .widget-wrapper .text-wrapper p {
    font-size: 4.2vw;
  }
}

.background-dark {
  background-color: #F3F2EF;
}
.background-dark .tile-design .widget-wrapper {
  background-color: #fff;
  border-top-left-radius: 25px;
  padding: 28px;
}
.background-dark .tile-design .widget-wrapper .image-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 1366px) {
  .background-dark .tile-design .widget-wrapper .image-wrapper {
    margin-bottom: 50px;
  }
}
.background-dark .tile-design .widget-wrapper .text-wrapper p {
  font-size: 18px;
  font-size: 0.9375vw;
}
@media (max-width: 1366px) {
  .background-dark .tile-design .widget-wrapper .text-wrapper p {
    font-size: 1.3vw;
  }
}
@media (max-width: 959px) {
  .background-dark .tile-design .widget-wrapper .text-wrapper p {
    font-size: 1.8vw;
  }
}
@media (max-width: 639px) {
  .background-dark .tile-design .widget-wrapper .text-wrapper p {
    font-size: 4.2vw;
  }
}
.background-dark .standard-design .widget-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 959px) {
  .background-dark .standard-design .widget-wrapper {
    margin-bottom: 20px;
  }
}
.background-dark .standard-design .widget-wrapper .image-wrapper {
  margin-bottom: 20px;
}
.background-dark .standard-design .widget-wrapper .text-wrapper p {
  font-size: 18px;
  font-size: 0.9375vw;
}
@media (max-width: 1366px) {
  .background-dark .standard-design .widget-wrapper .text-wrapper p {
    font-size: 1.3vw;
  }
}
@media (max-width: 959px) {
  .background-dark .standard-design .widget-wrapper .text-wrapper p {
    font-size: 1.8vw;
  }
}
@media (max-width: 639px) {
  .background-dark .standard-design .widget-wrapper .text-wrapper p {
    font-size: 4.2vw;
  }
}

.background-gradient {
  background: rgb(236, 233, 231);
  background: -moz-linear-gradient(180deg, rgb(236, 233, 231) 0%, rgb(244, 241, 239) 100%);
  background: -webkit-linear-gradient(180deg, rgb(236, 233, 231) 0%, rgb(244, 241, 239) 100%);
  background: linear-gradient(180deg, rgb(236, 233, 231) 0%, rgb(244, 241, 239) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ece9e7",endColorstr="#f4f1ef",GradientType=1);
}

.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 * .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);
}

.text-color-dark p {
  color: #555555;
}

/* ========================================================================
   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: 62.5vw;
}
@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: 56vw;
}
@media (max-width: 959px) {
  .uk-container-small {
    max-width: 52vw;
  }
}
@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: 85vw;
}
@media (max-width: 959px) {
  .uk-container-large {
    max-width: 95vw;
  }
}
@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(92.5vw + 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(92.5vw + 40px);
  margin-left: auto;
  padding-left: 40px;
}
@media (max-width: 639px) {
  .no-container-right {
    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: 100px;
  padding-bottom: 100px;
}
@media (max-width: 959px) {
  .uk-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 639px) {
  .uk-section {
    padding-top: 60px;
    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.2s;
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}

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

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

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

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

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

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

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

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

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

body {
  width: 100%;
  height: 100%;
  font-family: "Barlow", sans-serif;
  font-size: 22px;
  font-size: 1.1458vw;
  font-weight: 300;
  line-height: 1.3;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 959px) {
  body {
    font-size: 2vw;
  }
}
@media (max-width: 639px) {
  body {
    font-size: 3.89vw;
  }
}

strong {
  font-weight: 600;
}

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

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

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

a {
  color: #555555;
  text-decoration: none;
  white-space: nowrap;
}
a:hover {
  color: #D0081D;
  text-decoration: none;
}

h1,
h2 {
  font-family: "Barlow", sans-serif;
  margin-bottom: 60px;
}
@media (max-width: 959px) {
  h1,
  h2 {
    margin-bottom: 40px;
  }
}
@media (max-width: 639px) {
  h1,
  h2 {
    margin-bottom: 30px;
  }
}

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 {
  color: #D0081D;
  font-size: 44px;
  font-size: 2.29vw;
  font-weight: 500;
  color: #D0081D;
  line-height: 1;
}
@media (max-width: 959px) {
  h1,
  h1:last-child {
    font-size: 3.5vw;
  }
}
@media (max-width: 639px) {
  h1,
  h1:last-child {
    font-size: 6vw;
  }
}

h2 {
  font-size: 44px;
  font-size: 2.1vw;
  font-weight: 500;
  line-height: 1.09;
  color: #D0081D;
}
@media (max-width: 959px) {
  h2 {
    font-size: 3.2vw;
  }
}
@media (max-width: 639px) {
  h2 {
    font-size: 5.6vw;
  }
}

h3 {
  font-size: 28px;
  font-size: 1.45vw;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  line-height: 1.09;
  text-transform: uppercase;
  color: #D0081D;
}
@media (max-width: 959px) {
  h3 {
    font-size: 3vw;
  }
}
@media (max-width: 639px) {
  h3 {
    font-size: 5vw;
  }
}

h4 {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 20px;
}

.big-title {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: 3.54vw;
  line-height: 0.7;
  color: #D0081D;
}
@media (max-width: 959px) {
  .big-title {
    font-size: 5vw;
  }
}
@media (max-width: 639px) {
  .big-title {
    font-size: 10vw;
  }
}

.small-title {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: 1.77vw;
  line-height: 1.235;
}
@media (max-width: 959px) {
  .small-title {
    font-size: 2.5vw;
  }
}
@media (max-width: 639px) {
  .small-title {
    font-size: 5vw;
  }
}

.lead-text {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: 1.68vw;
  line-height: 1.235;
}
@media (max-width: 959px) {
  .lead-text {
    font-size: 3.125vw;
  }
}
@media (max-width: 639px) {
  .lead-text {
    font-size: 5.5vw;
  }
}

.more-link {
  font-size: 18px;
  font-weight: 500;
  color: #D0081D;
  transition: all 0.3s ease-in-out;
  margin-left: 0px;
  text-decoration: none;
  font-size: 0.9375vw;
}
@media (max-width: 1366px) {
  .more-link {
    font-size: 1.3vw;
  }
}
@media (max-width: 959px) {
  .more-link {
    font-size: 1.8vw;
  }
}
@media (max-width: 639px) {
  .more-link {
    font-size: 4.2vw;
  }
}
.more-link::before {
  content: url(../img/more-link-dart.svg);
  margin-right: 15px;
  font-size: 18px;
  font-size: 0.9375vw;
  transition: all 0.3s ease-in-out;
}
.more-link:hover {
  color: #D0081D;
  margin-left: 10px;
  text-decoration: none;
}
.more-link:hover::before {
  margin-right: 10px;
}

.navbar {
  display: block;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}
.navbar .navbar-wrapper .uk-navbar {
  padding: 0 7.5vw;
  height: 130px;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 959px) {
  .navbar .navbar-wrapper .uk-navbar {
    padding: 0 40px;
    height: 100px;
  }
}
@media (max-width: 639px) {
  .navbar .navbar-wrapper .uk-navbar {
    height: 80px;
    padding: 0 30px;
  }
}
@media (max-device-width: 900px) and (orientation: landscape) {
  .navbar .navbar-wrapper .uk-navbar {
    height: 80px;
    padding: 0 30px;
  }
}
.navbar .navbar-wrapper .uk-navbar .menu-text {
  font-family: "Barlow Condensed", sans-serif;
  color: #D0081D;
  text-transform: uppercase;
  display: block;
  margin-right: 50px;
  font-size: 22px;
  cursor: pointer;
}
.navbar .navbar-wrapper .uk-navbar .main-logo {
  display: flex;
  align-items: flex-start;
  z-index: 999;
}
.navbar .navbar-wrapper .uk-navbar .main-logo .logo {
  width: 11.04vw;
  color: #D0081D;
  transition: all 0.6s cubic-bezier(0.75, 0, 0.25, 1);
}
@media (max-width: 959px) {
  .navbar .navbar-wrapper .uk-navbar .main-logo .logo {
    width: 22vw;
  }
}
@media (max-width: 639px) {
  .navbar .navbar-wrapper .uk-navbar .main-logo .logo {
    width: 34vw;
  }
}
.navbar .navbar-wrapper .uk-navbar .add-logo {
  width: 11vw;
  opacity: 1;
  transition: width 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
@media (max-width: 959px) {
  .navbar .navbar-wrapper .uk-navbar .add-logo {
    width: 21.5vw;
  }
}
@media (max-width: 639px) {
  .navbar .navbar-wrapper .uk-navbar .add-logo {
    width: 129px;
    width: 29vw;
  }
}
@media (max-device-width: 900px) and (orientation: landscape) {
  .navbar .navbar-wrapper .uk-navbar .add-logo {
    width: 129px;
    width: 29vw;
  }
}
.navbar .navbar-wrapper .uk-navbar .add-logo svg#fortyYears {
  overflow: visible;
}
.navbar .navbar-wrapper .uk-navbar .add-logo svg#fortyYears #divider {
  display: none;
}
.navbar .navbar-wrapper .uk-navbar .open-logo .logo {
  color: #fff;
  border-right: 1px solid transparent !important;
}
.navbar .navbar-wrapper .uk-navbar .open-logo .add-logo {
  opacity: 0;
}
.navbar .navbar-wrapper .uk-navbar:has(.add-logo) {
  height: 190px;
}
@media (max-width: 959px) {
  .navbar .navbar-wrapper .uk-navbar:has(.add-logo) {
    height: 140px;
  }
}
@media (max-width: 639px) {
  .navbar .navbar-wrapper .uk-navbar:has(.add-logo) {
    height: 100px;
  }
}
@media (max-device-width: 900px) and (orientation: landscape) {
  .navbar .navbar-wrapper .uk-navbar:has(.add-logo) {
    height: 100px;
  }
}
.navbar .navbar-wrapper .uk-navbar:has(.add-logo) .main-logo .logo {
  padding-right: 1.5625vw;
  border-right: 1px solid transparent;
}
@media (max-width: 959px) {
  .navbar .navbar-wrapper .uk-navbar:has(.add-logo) .main-logo .logo {
    padding-right: 4.06vw;
  }
}
@media (max-width: 639px) {
  .navbar .navbar-wrapper .uk-navbar:has(.add-logo) .main-logo .logo {
    padding-right: 4.06vw;
  }
}
@media (max-device-width: 900px) and (orientation: landscape) {
  .navbar .navbar-wrapper .uk-navbar:has(.add-logo) .main-logo .logo {
    padding-right: 4.06vw;
  }
}

:root {
  --logoPadding: 1.5625vw;
}
@media (max-width: 959px) {
  :root {
    --logoPadding: 4.06vw;
  }
}
@media (max-width: 639px) {
  :root {
    --logoPadding: 6vw;
  }
}
@media (max-device-width: 900px) and (orientation: landscape) {
  :root {
    --logoPadding: 4.06vw;
  }
}

svg#fortyYears #Ebene_2-2 {
  transform: translateX(calc(-30px + var(--logoPadding)));
}

.nav-scroll .uk-navbar {
  background-color: #fff !important;
  height: 100px !important;
}
@media (max-width: 639px) {
  .nav-scroll .uk-navbar {
    height: 80px !important;
  }
}
.nav-scroll .uk-navbar .add-logo {
  width: 6.25vw !important;
}
@media (max-width: 959px) {
  .nav-scroll .uk-navbar .add-logo {
    width: 12.2vw !important;
  }
}
@media (max-width: 639px) {
  .nav-scroll .uk-navbar .add-logo {
    width: 21vw !important;
  }
}
@media (max-device-width: 900px) and (orientation: landscape) {
  .nav-scroll .uk-navbar .add-logo {
    width: 16.4vw !important;
  }
}

.basic-navigation {
  background-color: #fff !important;
}
.basic-navigation .uk-navbar:has(.add-logo) {
  height: 100px !important;
}
.basic-navigation .uk-navbar:has(.add-logo) .main-logo .logo {
  max-width: 224px;
  padding-right: 30px;
  border-right: 1px solid #6d6d6c;
}
.basic-navigation .uk-navbar:has(.add-logo) .main-logo .add-logo {
  width: 134px !important;
}
.basic-navigation .uk-navbar:has(.add-logo) .main-logo .add-logo #divider {
  display: inline-block;
  height: 100%;
}

#sidenav {
  width: 100%;
  height: 100%;
  background-color: #D0081D;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  transition: all 0.6s cubic-bezier(0.75, 0, 0.25, 1);
  overflow: hidden;
}
@media (max-width: 959px) {
  #sidenav {
    height: 100%;
  }
}
#sidenav .pfeil-links {
  position: absolute;
  top: -50%;
  left: 0;
  max-width: 60vw;
  z-index: 1;
}
@media (max-width: 959px) {
  #sidenav .pfeil-links {
    max-width: 70vw;
    top: -10%;
  }
}
@media (max-width: 639px) {
  #sidenav .pfeil-links {
    max-width: 80vw;
    top: 0;
  }
}
#sidenav .pfeil-rechts {
  position: absolute;
  bottom: -50%;
  right: 0;
  max-width: 60vw;
  z-index: 1;
}
@media (max-width: 959px) {
  #sidenav .pfeil-rechts {
    max-width: 70vw;
    bottom: -20%;
  }
}
@media (max-width: 639px) {
  #sidenav .pfeil-rechts {
    max-width: 80vw;
    bottom: -10%;
  }
}
#sidenav .sidemenu-inner {
  z-index: 99;
}
#sidenav .sidemenu-inner .uk-nav li .nav-link {
  display: block;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 34px;
  letter-spacing: 0.68px;
  font-size: 1.77vw;
  letter-spacing: 0.0354vw;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  text-align: center;
  text-underline-offset: 4px;
}
@media (max-width: 959px) {
  #sidenav .sidemenu-inner .uk-nav li .nav-link {
    font-size: 4vw;
  }
}
@media (max-width: 639px) {
  #sidenav .sidemenu-inner .uk-nav li .nav-link {
    font-size: 6vw;
  }
}
@media (max-device-width: 900px) and (orientation: landscape) {
  #sidenav .sidemenu-inner .uk-nav li .nav-link {
    font-size: 3vw;
  }
}
#sidenav .sidemenu-inner .uk-nav li .nav-link:hover {
  text-decoration: underline;
}
#sidenav .sidemenu-inner .uk-nav .uk-active a {
  text-decoration: underline;
}

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

.emergency-contact-table {
  position: absolute;
  bottom: 75px;
  left: 5.98vw;
  z-index: 99;
}
@media (max-width: 639px) {
  .emergency-contact-table {
    bottom: 50px;
  }
}
@media (max-device-width: 900px) and (orientation: landscape) {
  .emergency-contact-table {
    bottom: 20px;
  }
}
.emergency-contact-table tr td {
  vertical-align: center;
  color: #fff;
}
.emergency-contact-table tr td a {
  color: #fff;
}
.emergency-contact-table tr td:first-of-type img,
.emergency-contact-table tr td:first-of-type svg {
  width: 100%;
  max-width: 3.385vw;
  margin-right: 20px;
}
@media (max-width: 959px) {
  .emergency-contact-table tr td:first-of-type img,
  .emergency-contact-table tr td:first-of-type svg {
    max-width: 6vw;
  }
}
@media (max-width: 639px) {
  .emergency-contact-table tr td:first-of-type img,
  .emergency-contact-table tr td:first-of-type svg {
    max-width: 10vw;
  }
}
.emergency-contact-table tr td:last-of-type {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 0.9375vw;
}
@media (max-width: 1366px) {
  .emergency-contact-table tr td:last-of-type {
    font-size: 1.3vw;
  }
}
@media (max-width: 959px) {
  .emergency-contact-table tr td:last-of-type {
    font-size: 1.8vw;
  }
}
@media (max-width: 639px) {
  .emergency-contact-table tr td:last-of-type {
    font-size: 4.2vw;
  }
}
.emergency-contact-table tr td:last-of-type::first-line {
  font-size: 1.458vw;
  color: #fff;
}
@media (max-width: 959px) {
  .emergency-contact-table tr td:last-of-type::first-line {
    font-size: 3vw;
  }
}
@media (max-width: 639px) {
  .emergency-contact-table tr td:last-of-type::first-line {
    font-size: 5vw;
  }
}

.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);
  }
}
footer {
  background-color: #888888;
}
footer .footer-widget a, footer .footer-widget p {
  font-size: 18px;
  font-size: 0.9375vw;
  color: #fff;
}
@media (max-width: 959px) {
  footer .footer-widget a, footer .footer-widget p {
    font-size: 1.8vw;
  }
}
@media (max-width: 639px) {
  footer .footer-widget a, footer .footer-widget p {
    font-size: 4.2vw;
  }
}
footer .footer-widget a {
  text-decoration: underline;
}
footer .footer-widget a:hover {
  color: #D0081D;
}
footer .footer-widget *:last-child {
  margin-bottom: 0;
}
footer .footer-widget:last-of-type {
  position: relative;
}
footer .footer-widget:last-of-type img {
  max-width: 116px;
}
@media (max-width: 959px) {
  footer .footer-widget:last-of-type {
    width: 100%;
  }
}
footer .footer-widget:last-of-type .social-icon {
  display: none;
  max-width: 30px;
}
@media (max-width: 959px) {
  footer .footer-widget:last-of-type .social-icon {
    display: block;
    position: absolute;
    bottom: 0px;
    right: 0px;
  }
}
footer .uk-section {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1366px) {
  footer .uk-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 639px) {
  footer .uk-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.footer-table {
  width: 100%;
}
.footer-table tr td {
  vertical-align: top;
}
.footer-table tr td *:last-child {
  margin-bottom: 0;
}
.footer-table tr td:first-of-type {
  width: 7.3vw;
}
@media (max-width: 959px) {
  .footer-table tr td:first-of-type {
    display: none;
  }
}
.footer-table tr td:first-of-type img, .footer-table tr td:first-of-type svg {
  max-width: 2.08vw;
}

#menu-toggle {
  position: absolute;
  display: block;
  margin-right: 7.5vw;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 18px;
  cursor: pointer;
  transition: all 0.6s cubic-bezier(0.75, 0, 0.25, 1);
  z-index: 99;
}
@media (max-width: 959px) {
  #menu-toggle {
    margin-right: 40px;
  }
}
@media (max-width: 639px) {
  #menu-toggle {
    margin-right: 30px;
  }
}
#menu-toggle .top {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  border-bottom: 2px solid #D0081D;
  transition: all 0.3s ease-in-out;
  transition: all 0.6s cubic-bezier(0.75, 0, 0.25, 1);
}
#menu-toggle .middle {
  position: absolute;
  opacity: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 2px;
  border-bottom: 2px solid #D0081D;
  transition: all 0.3s ease-in-out;
  transition: all 0.6s cubic-bezier(0.75, 0, 0.25, 1);
}
#menu-toggle .bottom {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) rotate(0);
  width: 100%;
  height: 2px;
  border-bottom: 2px solid #D0081D;
  transition: all 0.3s ease-in-out;
  transition: all 0.6s cubic-bezier(0.75, 0, 0.25, 1);
}

.menu-open {
  height: 33px !important;
  width: 34px;
}
.menu-open .top {
  width: 100% !important;
  transform: translateX(-50%) rotate(315deg) !important;
  top: 15px !important;
  border-bottom: 2px solid #fff !important;
}
.menu-open .middle {
  width: 0% !important;
  opacity: 0 !important;
  border-bottom: 2px solid #fff !important;
}
.menu-open .bottom {
  width: 100% !important;
  transform: translateX(-50%) rotate(225deg) !important;
  bottom: 16px !important;
  border-bottom: 2px solid #fff !important;
}

.xtra-text-padding-right {
  padding-left: calc(7.5vw - 40px);
}
@media (max-width: 959px) {
  .xtra-text-padding-right {
    padding: 0 40px;
  }
}
@media (max-width: 959px) {
  .xtra-text-padding-right {
    padding: 0 0 0 30px;
  }
}

.xtra-text-padding-left {
  padding: 0 calc(7.5vw - 40px) 0 7.5vw;
}

.xtra-padding-right {
  padding-right: 7.5vw;
}

.xtra-padding-right-double {
  padding-right: 15.8326389468vw;
}

.xtra-padding-left {
  padding-left: 7.5vw;
}
@media (max-width: 959px) {
  .xtra-padding-left {
    padding: 0 40px;
  }
}
@media (max-width: 959px) {
  .xtra-padding-left {
    padding: 0 60px;
  }
}

.xtra-padding-left-double {
  padding-left: 15.8326389468vw;
}
@media (max-width: 959px) {
  .xtra-padding-left-double {
    padding: 0 0 0 40px;
  }
}
@media (max-width: 959px) {
  .xtra-padding-left-double {
    padding: 0 0 0 60px;
  }
}

@media (max-width: 959px) {
  .add-padding-bottom {
    padding-bottom: 80px;
  }
}
@media (max-width: 639px) {
  .add-padding-bottom {
    padding-bottom: 60px;
  }
}

.text-indent {
  padding-left: 8.3326389468vw;
}
@media (max-width: 639px) {
  .text-indent {
    padding-left: 0;
  }
}

.text-indent-both {
  padding-left: 8.3326389468vw;
  padding-right: 8.3326389468vw;
}
@media (max-width: 959px) {
  .text-indent-both {
    padding-right: 40px;
  }
}
@media (max-width: 639px) {
  .text-indent-both {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.no-container-text-padding-left {
  padding-left: calc(7.5vw + 40px);
  padding-right: 8.3326389468vw;
}
@media (max-width: 959px) {
  .no-container-text-padding-left {
    padding-left: 80px;
    padding-right: 40px;
  }
}
@media (max-width: 639px) {
  .no-container-text-padding-left {
    padding-left: 60px;
    padding-right: 40px;
  }
}

.no-container-text-padding-right {
  padding-left: 8.3326389468vw;
  padding-right: calc(7.5vw + 40px);
}
@media (max-width: 959px) {
  .no-container-text-padding-right {
    padding-left: 80px;
    padding-right: 40px;
  }
}
@media (max-width: 639px) {
  .no-container-text-padding-right {
    padding-left: 60px;
    padding-right: 40px;
  }
}

.text-wrapper *:last-child {
  margin-bottom: 0;
}

@media (min-width: 640px) and (max-width: 959px) {
  .bottom-padding-tablet {
    padding-bottom: 80px;
  }
}

@media (max-width: 639px) {
  .section-padding-mobile-bottom {
    padding-bottom: 60px;
  }
}

@media (max-width: 639px) {
  .no-container-left .text-indent-both {
    padding-left: 30px;
  }
}
@media (max-width: 639px) {
  .no-container-left .mobile-image-padding {
    padding: 0 30px;
    padding: 0 0 0 30px;
  }
}

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

@media (max-width: 959px) {
  .gallery .uk-margin-medium-bottom {
    margin-bottom: 20px !important;
  }
}
@media (max-width: 639px) {
  .gallery .uk-margin-medium-bottom {
    margin-bottom: 20px !important;
  }
}
@media (max-width: 639px) {
  .gallery .uk-margin-medium-bottom:last-of-type {
    margin-bottom: 0px !important;
  }
}
.gallery a {
  white-space: normal;
}
.gallery .gallery-image {
  text-decoration: none;
}
.gallery .gallery-image figcaption {
  text-decoration: none;
  margin-top: 30px;
}

.uk-lightbox {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1010;
  background: #fff;
  opacity: 0;
  transition: opacity 0.15s linear;
  touch-action: pinch-zoom;
}
.uk-lightbox img {
  height: 80vh;
  width: auto;
}
@media (max-width: 959px) {
  .uk-lightbox img {
    height: 40vh;
  }
}

.uk-lightbox-toolbar {
  padding: 10px 10px;
  background: transparent;
  color: #555555;
}

.uk-lightbox-toolbar-icon {
  padding: 5px;
  color: rgba(85, 85, 85, 0.7);
}
.uk-lightbox-toolbar-icon:hover {
  color: #555555;
}

.uk-lightbox-button {
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  background: transparent;
  color: rgba(85, 85, 85, 0.7);
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.uk-lightbox-button:hover {
  color: #555555;
}

.uk-lightbox-caption {
  font-size: 18px;
  font-size: 0.9375vw;
}
@media (max-width: 959px) {
  .uk-lightbox-caption {
    font-size: 1.8vw;
  }
}
@media (max-width: 639px) {
  .uk-lightbox-caption {
    font-size: 4.2vw;
  }
}

#map {
  width: 100%;
  height: 100%;
  aspect-ratio: 2.2/1;
}
@media (max-width: 639px) {
  #map {
    aspect-ratio: 1/1.2;
  }
}
#map iframe {
  width: 100%;
  height: 100%;
}

.gm-style .gm-style-iw-c {
  padding: 20px 8px 0px 20px !important;
}

.contact-table {
  width: 85%;
  margin-top: 20px;
}
@media (max-width: 959px) {
  .contact-table {
    width: 100%;
  }
}
.contact-table tr td {
  padding-right: 6vw;
  font-size: 18px;
  font-size: 0.9375vw;
}
@media (max-width: 1366px) {
  .contact-table tr td {
    font-size: 1.3vw;
  }
}
@media (max-width: 959px) {
  .contact-table tr td {
    font-size: 1.8vw;
    padding-right: 20px;
  }
}
@media (max-width: 639px) {
  .contact-table tr td {
    display: block;
    font-size: 4.2vw;
    padding-bottom: 20px;
  }
}
.contact-table tr td:last-of-type {
  padding-right: 0;
}

.products .product .uk-grid .product-slider {
  padding: 1.3vw;
}
@media (max-width: 959px) {
  .products .product .uk-grid .product-slider {
    padding: 2vw;
  }
}
@media (max-width: 639px) {
  .products .product .uk-grid .product-slider {
    padding: 5vw;
  }
}
.products .product .uk-grid .product-slider .uk-dotnav {
  bottom: 1.3vw;
}
@media (max-width: 959px) {
  .products .product .uk-grid .product-slider .uk-dotnav {
    bottom: 20px;
  }
}
.products .product .uk-grid .product-text {
  padding: 25px;
  padding: 1.3vw;
  font-size: 16px;
}
@media (max-width: 1200px) {
  .products .product .uk-grid .product-text {
    padding: 1.3vw 1.3vw 1.3vw 0;
  }
}
@media (max-width: 959px) {
  .products .product .uk-grid .product-text {
    padding: 2vw;
  }
}
@media (max-width: 639px) {
  .products .product .uk-grid .product-text {
    padding: 5vw;
  }
}
@media (max-width: 959px) {
  .products .product .uk-grid .product-text .title {
    margin-bottom: 20px;
  }
}
.products .product .uk-grid .product-text h3 {
  font-size: 36px;
  letter-spacing: 0.72px;
  font-size: 1.875vw;
  letter-spacing: 0.0375vw;
}
@media (max-width: 959px) {
  .products .product .uk-grid .product-text h3 {
    font-size: 3vw;
  }
}
@media (max-width: 639px) {
  .products .product .uk-grid .product-text h3 {
    font-size: 5vw;
  }
}
.products .product .uk-grid .product-text .product-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 40px;
}
@media (max-width: 959px) {
  .products .product .uk-grid .product-text .product-table {
    margin-bottom: 20px;
  }
}
.products .product .uk-grid .product-text .product-table tr {
  border-bottom: 1px solid #D9D9D9;
}
.products .product .uk-grid .product-text .product-table tr td {
  font-size: 18px;
  font-size: 0.9375vw;
  padding-bottom: 5px;
  padding-top: 5px;
  vertical-align: top;
}
@media (max-width: 959px) {
  .products .product .uk-grid .product-text .product-table tr td {
    font-size: 1.8vw;
  }
}
@media (max-width: 639px) {
  .products .product .uk-grid .product-text .product-table tr td {
    font-size: 4.2vw;
  }
}
.products .product .uk-grid .product-text .product-table tr td:first-of-type {
  font-weight: 600;
  width: 7vw;
  padding-right: 20px;
}
@media (max-width: 1200px) {
  .products .product .uk-grid .product-text .product-table tr td:first-of-type {
    width: 10vw;
  }
}
@media (max-width: 959px) {
  .products .product .uk-grid .product-text .product-table tr td:first-of-type {
    width: 120px;
  }
}
.products .product .uk-grid .product-text *:last-child {
  margin-bottom: 0;
}

.background-white .product .uk-card-default {
  background-color: #F3F2EF;
  box-shadow: none;
}

.background-dark .product .uk-card-default {
  background-color: #fff;
  box-shadow: none;
}

@media (max-width: 639px) {
  .service-icon img {
    max-width: 10vw;
  }
}

.impression-icon img {
  max-width: 80%;
}
@media (max-width: 1200px) {
  .impression-icon img {
    max-width: 40%;
  }
}
@media (max-width: 639px) {
  .impression-icon img {
    max-width: 8vw;
  }
}

@media (max-width: 639px) {
  .margin-top-remove-mobile {
    margin-top: 10px !important;
  }
}

.main-header {
  width: 100%;
  margin: 0 auto;
  height: 100vh;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-device-width: 1200px) {
  .main-header {
    height: calc(var(--vh, 1vh) * 100);
  }
}
@media (max-width: 959px) {
  .main-header {
    height: calc(var(--vh, 1vh) * 100);
  }
}
.main-header .uk-slideshow, .main-header .uk-slideshow-items, .main-header .uk-slideshow-item {
  height: 100%;
}
@media (max-width: 959px) {
  .main-header .uk-slideshow, .main-header .uk-slideshow-items, .main-header .uk-slideshow-item {
    height: calc(var(--vh, 1vh) * 100);
    max-height: inherit;
  }
}
@media (max-width: 639px) {
  .main-header .uk-slideshow, .main-header .uk-slideshow-items, .main-header .uk-slideshow-item {
    height: calc(var(--vh, 1vh) * 100);
    max-height: inherit;
  }
}
.main-header .background-image {
  background-position: bottom center !important;
}
.main-header .pfeil-links {
  position: absolute;
  top: -50%;
  left: 0;
  max-width: 60vw;
  z-index: 1;
}
@media (max-width: 959px) {
  .main-header .pfeil-links {
    max-width: 70vw;
    top: -10%;
  }
}
@media (max-width: 639px) {
  .main-header .pfeil-links {
    max-width: 80vw;
    top: 0;
  }
}
.main-header .pfeil-rechts {
  position: absolute;
  bottom: -50%;
  right: 0;
  max-width: 60vw;
  z-index: 1;
}
@media (max-width: 959px) {
  .main-header .pfeil-rechts {
    max-width: 70vw;
    bottom: -20%;
  }
}
@media (max-width: 639px) {
  .main-header .pfeil-rechts {
    max-width: 80vw;
    bottom: -10%;
  }
}

.pseudo-background-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 959px) {
  .main-slider {
    height: calc(var(--vh, 1vh) * 100);
  }
}
@media (max-width: 639px) {
  .main-slider {
    height: calc(var(--vh, 1vh) * 100);
    max-height: inherit;
  }
}

.slider-overlay {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.8141631653) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.8141631653) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8141631653) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

.caption-wrapper {
  position: absolute;
  min-width: 40vw;
  padding-left: 1vw;
  bottom: 0px;
  right: 0;
  z-index: 1;
  background-color: #fff;
}
@media (max-device-width: 1200px) {
  .caption-wrapper {
    padding-left: 0;
  }
}
.caption-wrapper::before {
  content: "";
  width: 60px;
  height: 100%;
  background-color: #fff;
  transform: skew(-20deg);
  position: absolute;
  left: -40px;
  border-top-left-radius: 20px;
}
.caption-wrapper .header-caption {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding-right: 5vw;
}
@media (max-width: 639px) {
  .caption-wrapper .header-caption {
    padding-right: 9vw;
  }
}
.caption-wrapper p, .caption-wrapper h1, .caption-wrapper h2, .caption-wrapper h3 {
  position: relative;
  color: #D0081D;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 54px;
  font-size: 2.8125vw;
  text-transform: uppercase;
  width: 100%;
  line-height: 1;
  white-space: nowrap;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 959px) {
  .caption-wrapper p, .caption-wrapper h1, .caption-wrapper h2, .caption-wrapper h3 {
    font-size: 4.5vw;
    margin-top: 0px;
  }
}
@media (max-width: 639px) {
  .caption-wrapper p, .caption-wrapper h1, .caption-wrapper h2, .caption-wrapper h3 {
    font-size: 6vw;
    margin-top: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.uk-dotnav {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 25px;
}

.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: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.8);
}
.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: white;
  border-color: white;
}

.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: #D0081D;
  border-color: #D0081D;
}

.header-video {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.uk-dotnav {
  margin-top: 26px;
}

.uk-dotnav > * {
  flex: none;
  padding-left: 12px;
}
@media (max-width: 959px) {
  .uk-dotnav > * {
    padding-left: 10px;
  }
}
