@charset "UTF-8";
@font-face {
  font-family: "Rondelle";
  src: url("../fonts/Rondelle/RTRondelle-Medium.woff2") format("woff2"), url("../fonts/Rondelle/RTRondelle-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-display: auto;
}
@font-face {
  font-family: "Druk";
  src: url("../fonts/Druk/Druk-Heavy-Web.woff2") format("woff2"), url("../fonts/Druk/Druk-Heavy-Web.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  font-display: auto;
}
@font-face {
  font-family: "Druk Wide";
  src: url("../fonts/Druk/DrukWide-Super-Web.woff2") format("woff2"), url("../fonts/Druk/DrukWide-Super-Web.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  font-display: auto;
}
body {
  overflow: overlay;
  position: relative;
}

*::-webkit-scrollbar {
  display: block;
  width: 3px;
}

*::-webkit-scrollbar-button {
  display: none;
}

*::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0);
}

*::-webkit-scrollbar-track-piece {
  background-color: rgba(0, 0, 0, 0);
}

*::-webkit-scrollbar-thumb {
  background-color: #003745;
}

-webkit-::selection {
  background: #003745;
  color: #FFFFFF;
}

::selection {
  background: #003745;
  color: #FFFFFF;
}

.prevent-select, #menutoggler, #menucloser {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

@media (min-width: 479px) {
  br.mobile-break {
    display: none;
  }
}

.font1, body {
  font-family: "Rondelle", "Helvetica", "Arial", sans-serif;
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
}

.font2, .background .background-text, #mainmenu .inner .primary, h1.toptitle, #lang {
  font-family: "Druk", "Helvetica", "Arial", sans-serif;
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  font-weight: 800;
}

.font3, .threedee-text-button, .topslogan2, #menutoggler, #menucloser, h1, h2, h3, #frontlang {
  font-family: "Druk Wide", "Arial Black", sans-serif;
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  font-weight: 900;
}

html, body {
  margin: 0;
  min-height: 100vh;
  min-width: 100vw;
  overflow-x: hidden;
}

body {
  font-size: 22px;
  line-height: 1.35em;
  position: relative;
  color: #003745;
}
@media (max-width: 479px) {
  body {
    font-size: 18px;
  }
}

a {
  transition: all 0.2s;
  color: #003745;
}
a:link, a:visited {
  text-decoration: none;
  color: #003745;
}
a:hover, a:active {
  text-decoration: none;
  color: #B8D590;
}
a.nolink:hover, a.threedee-prev:hover, a.threedee-next:hover, a.threedee-down:hover, a.threedee-text-button:hover, a.nolink:active, a.threedee-prev:active, a.threedee-next:active, a.threedee-down:active, a.threedee-text-button:active {
  border-bottom: 0;
}
a.is-active {
  pointer-events: none;
  color: #B8D590;
}
a.nolink:hover, a.threedee-prev:hover, a.threedee-next:hover, a.threedee-down:hover, a.threedee-text-button:hover, a.nolink:active, a.threedee-prev:active, a.threedee-next:active, a.threedee-down:active, a.threedee-text-button:active {
  color: #003745;
}
a.fadelink:hover, a.fadelink:active {
  text-decoration: underline;
  color: #003745;
}
a.imglink {
  display: block;
  overflow: hidden;
}
a.imglink img {
  transition: scale 0.4s ease;
}
a.imglink:hover img, a.imglink:active img {
  scale: 1.02;
}

.uk-section p a {
  transition: color 0.2s;
}
.uk-section p a:link, .uk-section p a:visited {
  text-decoration: none;
  color: #003745;
  border-bottom: 0.1rem solid #003745;
}
.uk-section p a:hover, .uk-section p a:active {
  text-decoration: none;
  color: #B8D590;
  border-bottom: 0em solid #B8D590;
}

.nolink, .threedee-prev, .threedee-next, .threedee-down, .threedee-text-button {
  color: #003745;
}
.nolink:hover, .threedee-prev:hover, .threedee-next:hover, .threedee-down:hover, .threedee-text-button:hover {
  border-bottom: 0;
}

.pseudo-link {
  cursor: pointer;
}
.pseudo-link.pseudo-link-hover-col:hover, .pseudo-link.pseudo-link-hover-col .is-active {
  color: rgba(0, 55, 69, 0.4);
}

.nolist {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.nolinks a:link, .nolinks a:visited {
  text-decoration: none;
  color: #003745;
}
.nolinks a:hover, .nolinks a:active {
  text-decoration: none;
  color: #003745;
}

#lang {
  margin-top: 20px;
  text-transform: uppercase;
}
#lang > div {
  margin-right: 15px;
}

#frontlang {
  position: fixed;
  top: 0;
  right: 0;
  transform-origin: top right;
  transform: rotate(90deg) translateX(100%);
  width: 100vh;
  z-index: 50;
  justify-content: center;
  pointer-events: none;
  text-transform: uppercase;
}
#frontlang > div {
  position: relative;
  margin: 7px 7px;
  pointer-events: initial;
}
#frontlang > div .front {
  position: relative;
  z-index: 1;
  color: #FFFFFF;
  text-stroke: 2px #003745;
  -webkit-text-stroke: 1px #003745;
  transition: transform 0.25s;
}
#frontlang > div .back {
  position: absolute;
  top: 0;
  left: 4px;
  z-index: 0;
  text-stroke: 2px #003745;
  -webkit-text-stroke: 1px #003745;
  color: #003745;
}
#frontlang > div.is-active .front {
  color: #B8D590;
}
#frontlang > div a:hover .front {
  transform: translateX(2px);
}
@media (max-width: 767px) {
  #frontlang {
    display: none;
  }
}

.outlines {
  text-stroke: 2px #003745;
  -webkit-text-stroke: 2px #003745;
  color: #FFFFFF;
}

.fullsize {
  width: 100vw;
  height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
}

.ns-hidden {
  display: none;
}

@media (min-width: 960px) {
  .ns-hidden-md {
    display: none !important;
  }
}

.ns-show {
  display: block;
}

@media (min-width: 640px) {
  .ns-show-sm {
    display: block;
  }
}

@media (min-width: 960px) {
  .ns-show-md {
    display: block;
  }
}

.opacity-50 {
  opacity: 0.5;
}

h1, h2, h3 {
  color: #003745;
  margin-bottom: 30px;
  text-transform: uppercase;
}
h1.notitle, h2.notitle, h3.notitle {
  line-height: 1.1em;
  margin-bottom: 0;
}
@media (max-width: 600px) {
  h1, h2, h3 {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
}

h1 {
  font-size: clamp(35px, 2.7vw, 60px);
  line-height: clamp(38px, 2.9vw, 66px);
}
h1.toptitle {
  margin: 0 auto;
  font-size: clamp(26px, 2.2vw, 50px);
  line-height: clamp(30px, 2.4vw, 54px);
  margin-bottom: 0 !important;
}
h1.toptitle ~ h1, h1.toptitle ~ h2, h1.toptitle ~ h3 {
  margin-top: 0.4em;
}
@media (max-width: 479px) {
  h1.toptitle ~ h1, h1.toptitle ~ h2, h1.toptitle ~ h3 {
    margin-top: 5px;
  }
}
h1.size5 {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  margin-top: 0.15em !important;
}
@media (max-width: 479px) {
  h1 {
    font-size: clamp(24px, 8.5vw, 80px);
    line-height: clamp(30px, 9vw, 80px);
  }
}

h2 {
  font-size: clamp(30px, 2vw, 45px);
  line-height: clamp(36px, 2.3vw, 52px);
}

h3 {
  font-size: clamp(24px, 1.8vw, 38px);
  line-height: clamp(28px, 2vw, 44px);
}

p, .mb-p {
  margin-bottom: clamp(25px, 1em, 80px) !important;
}

@media (min-width: 960px) {
  .uk-margin-remove-bottom\@m {
    margin: 0 !important;
  }
}

.oneline {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.bold {
  font-weight: bold;
}

hr {
  border: 0;
  height: 20px;
}

.uk-padding-medium {
  padding: 30px;
}

.uk-fill-center {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.intro-inner {
  width: 82vw;
  min-width: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
@media (max-width: 640px) {
  .intro-inner {
    width: 96vw;
    min-width: auto;
  }
  .intro-inner > div {
    font-size: 10vw !important;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    line-height: 10vw !important;
  }
}

.subheader-spacer {
  height: 40px;
}

#intro-img {
  width: clamp(200px, 80vw, 1500px);
}

#menutoggler, #menucloser {
  position: fixed;
  top: 50%;
  left: 11px;
  text-transform: uppercase;
  transform-origin: left bottom;
  transform: rotate(-90deg) translate(-24%, 100%);
  display: none;
  z-index: 70;
  cursor: pointer;
  transition: transform 0.15s cubic-bezier(0.51, 0.92, 0.24, 1.15);
}
#menutoggler .front, #menucloser .front {
  position: absolute;
  top: 0;
  left: 0;
  color: #FFFFFF;
  -webkit-text-stroke: 1px #003745;
  text-stroke: 1px #003745;
  z-index: 2;
  transform: translateX(6px);
  transition: transform 0.2s;
}
#menutoggler .back, #menucloser .back {
  position: relative;
  color: #003745;
  -webkit-text-stroke: 1px #003745;
  text-stroke: 1px #003745;
}
#menutoggler-webkit-::selection, #menucloser-webkit-::selection {
  background: rgba(0, 55, 69, 0);
  color: #003745;
}
#menutoggler::selection, #menucloser::selection {
  background: rgba(0, 55, 69, 0);
  color: #003745;
}
#menutoggler:focus-visible, #menucloser:focus-visible {
  outline: none !important;
}
@media (min-width: 479px) {
  #menutoggler:hover .front, #menucloser:hover .front {
    transform: translateX(3px);
  }
}
#menutoggler.is-active, #menucloser.is-active {
  display: block;
}
@media (max-width: 767px) {
  #menutoggler, #menucloser {
    top: 30px;
    left: 10px;
    font-size: 1.5em !important;
    transform-origin: top left;
    transform: rotate(-90deg) translate(-100%, 0) scale(1);
  }
  #menutoggler.hide-on-scroll, #menucloser.hide-on-scroll {
    transform: rotate(-90deg) translate(-100%, 0) scale(1);
  }
  #menutoggler.hide-on-scroll.away, #menucloser.hide-on-scroll.away {
    transform: rotate(-90deg) translate(-100%, calc(-100% - 10px)) scale(1);
  }
}

#menucloser {
  position: fixed;
  top: 50%;
  left: 15px;
  transform-origin: left bottom;
  transform: rotate(0deg) translate(0, -50%);
  height: 45px;
  width: 45px;
}
#menucloser img {
  width: 45px;
  height: 45px;
}
#menucloser .front {
  -webkit-text-stroke: 0px #003745;
  text-stroke: 0px #003745;
  z-index: 2;
  transform: translateY(0px);
  transition: transform 0.2s;
  line-height: 0;
}
#menucloser .back {
  line-height: 0;
  transform: translateY(5px);
}
#menucloser .cub {
  position: absolute;
  background-color: #003745;
  width: 10px;
  height: 6px;
  z-index: 1;
  transition: all 0.2s;
}
#menucloser .cub.first {
  top: 8px;
  left: 0;
}
#menucloser .cub.second {
  top: 8px;
  right: 0;
}
#menucloser .cub.third {
  left: 0;
  bottom: 3px;
}
#menucloser .cub.fourth {
  right: 0;
  bottom: 3px;
}
@media (min-width: 479px) {
  #menucloser:hover .front {
    transform: translateY(3px);
  }
  #menucloser:hover .cub {
    height: 3px;
  }
  #menucloser:hover .cub.first, #menucloser:hover .cub.second {
    transform: translateY(3px);
  }
}
@media (max-width: 767px) {
  #menucloser {
    top: 25px;
    left: 15px;
    transform: rotate(0deg) translate(0, 0);
  }
}

#mainmenu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-weight: bold;
  width: 100vw;
  z-index: 60;
  background-color: #FFFFFF;
  transform: translateX(-100%);
  transition: transform 0.25s ease;
}
#mainmenu .menu-logo {
  position: absolute;
  top: clamp(20px, 1vw, 100px);
  left: calc(50% - 65px);
  z-index: 30;
  width: 130px;
}
#mainmenu .inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  overflow-y: auto;
  width: calc(50% - 10vw);
  padding: 0 4vw 0 6vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}
#mainmenu .inner .primary {
  font-size: clamp(40px, 3.5vh + 3.5vw, 120px);
  line-height: clamp(33px, 2.7vh + 2.7vw, 100px);
  padding: 0;
  position: relative;
  z-index: 50;
}
#mainmenu .inner .primary .navitem {
  padding: 0;
}
#mainmenu .inner .primary .navitem a {
  display: block;
  padding: 0.7vw 0;
}
#mainmenu .inner .primary .navitem a.is-active {
  text-decoration: none;
  color: #FFFFFF;
  text-stroke: 2px #003745;
  -webkit-text-stroke: 2px #003745;
}
@media (min-width: 479px) {
  #mainmenu .inner .primary .navitem a:hover, #mainmenu .inner .primary .navitem a:active {
    text-decoration: none;
    color: #FFFFFF;
    text-stroke: 2px #003745;
    -webkit-text-stroke: 2px #003745;
  }
}
@media (max-width: 767px) {
  #mainmenu .inner .primary {
    text-align: center;
    font-size: clamp(18px, 13vw, 100px);
    line-height: clamp(18px, 11vw, 100px);
  }
  #mainmenu .inner .primary .navitem {
    opacity: 0;
    transform: translateY(-15px);
  }
  #mainmenu .inner .primary .navitem a {
    padding: clamp(5px, 1.5vw, 30px) 0;
  }
}
#mainmenu .inner .secondary {
  position: relative;
  z-index: 50;
  font-weight: normal;
  line-height: 1.3em;
}
#mainmenu .inner .secondary .navitem {
  padding: 0;
}
@media (max-width: 767px) {
  #mainmenu .inner .secondary {
    line-height: 1.5em;
  }
}
#mainmenu .inner .secondary-wrap a:link, #mainmenu .inner .secondary-wrap a:visited {
  text-decoration: none;
  color: #003745;
}
#mainmenu .inner .secondary-wrap a:hover, #mainmenu .inner .secondary-wrap a:active, #mainmenu .inner .secondary-wrap a.is-active {
  text-decoration: none;
  color: rgba(0, 55, 69, 0.25);
}
#mainmenu .inner .secondary-wrap div.is-active {
  color: rgba(0, 55, 69, 0.25);
}
@media (max-width: 767px) {
  #mainmenu .inner .secondary-wrap {
    transform: translateY(25px);
    opacity: 0;
    width: 100vw;
    justify-content: center;
  }
  #mainmenu .inner .secondary-wrap > div {
    padding: 0 5vw;
  }
}
@media (max-width: 1200px) {
  #mainmenu .inner {
    width: calc(50vw - 100px);
    padding: 20px 20px 20px 80px;
  }
}
@media (max-width: 767px) {
  #mainmenu .inner {
    width: calc(100vw - 50px);
    padding: 25px 25px 75px 25px;
    background: url("../images/menubg6.jpg") center center/cover scroll;
    background-size: cover;
  }
}
#mainmenu #previewer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  z-index: 1;
}
#mainmenu #previewer .overlay, #mainmenu #previewer .underlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
#mainmenu #previewer .underlay {
  z-index: 0;
  opacity: 0;
  transition: opacity 0.35s;
}
#mainmenu #previewer .underlay.is-active {
  opacity: 1;
}
#mainmenu #previewer .underlay.is-on-top {
  z-index: 2;
  opacity: 1;
  transition: opacity 0.35s;
}
@media (max-width: 1200px) {
  #mainmenu #previewer {
    width: 50vw;
  }
}
@media (max-width: 767px) {
  #mainmenu #previewer {
    display: none;
  }
}
#mainmenu #colorful {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
#mainmenu #colorful .colorpanel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.35s;
}
#mainmenu #colorful .colorpanel.is-active {
  opacity: 1;
}
#mainmenu #colorful .colorpanel.is-on-top {
  z-index: 2;
  opacity: 1;
  transition: opacity 0.35s;
}
#mainmenu.is-active {
  transform: translateX(0);
}
@media (max-width: 767px) {
  #mainmenu.is-active .inner .primary .navitem {
    opacity: 1;
    transform: translate(0);
  }
  #mainmenu.is-active .inner .primary .navitem:nth-child(1) {
    transition: all 0.75s 0s;
  }
  #mainmenu.is-active .inner .primary .navitem:nth-child(2) {
    transition: all 0.75s 0.1s;
  }
  #mainmenu.is-active .inner .primary .navitem:nth-child(3) {
    transition: all 0.75s 0.2s;
  }
  #mainmenu.is-active .inner .primary .navitem:nth-child(4) {
    transition: all 0.75s 0.3s;
  }
  #mainmenu.is-active .inner .primary .navitem:nth-child(5) {
    transition: all 0.75s 0.4s;
  }
  #mainmenu.is-active .inner .primary .navitem:nth-child(6) {
    transition: all 0.75s 0.5s;
  }
  #mainmenu.is-active .inner .primary .navitem:nth-child(7) {
    transition: all 0.75s 0.6s;
  }
  #mainmenu.is-active .inner .primary .navitem:nth-child(8) {
    transition: all 0.75s 0.7s;
  }
  #mainmenu.is-active .inner .primary .navitem:nth-child(9) {
    transition: all 0.75s 0.8s;
  }
  #mainmenu.is-active .inner .primary .navitem:nth-child(10) {
    transition: all 0.75s 0.9s;
  }
  #mainmenu.is-active .secondary-wrap {
    opacity: 1;
    transform: translate(0);
    transition: all 0.75s 0.75s;
  }
}

main {
  background-color: #FFFFFF;
  position: relative;
  z-index: 20;
}

footer {
  pointer-events: none;
  position: relative;
}
footer.correct1 {
  margin-top: -12vw;
  z-index: 30;
}
@media (max-width: 640px) {
  footer.correct1 {
    margin-top: 0;
  }
}
footer .uk-grid {
  pointer-events: initial;
}
footer a:link, footer a:visited {
  text-decoration: none;
  color: #003745;
}
footer a:hover, footer a:active {
  text-decoration: none;
  color: rgba(0, 55, 69, 0.25);
}

#p5intro {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: calc(var(--vh, 1vh) * 100);
  mix-blend-mode: screen;
  z-index: 5;
}

#p5intro canvas {
  mix-blend-mode: screen;
  padding: 0;
}

#bgvid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: calc(var(--vh, 1vh) * 100);
  z-index: 4;
}
#bgvid #mobvid {
  transform: scale(1.01);
}
#bgvid #mobvid, #bgvid #deskvid {
  position: relative;
}
#bgvid #mobvid video, #bgvid #deskvid video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bg-while-loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.bg-while-loading img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contain, .background.background-inset-2 img, .background.background-inset img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

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

#productslider {
  padding-top: 70px;
  margin-top: -70px;
}
@media (min-width: 2200px) {
  #productslider {
    max-width: 2200px;
    margin-left: auto;
    margin-right: auto;
  }
}
#productslider ul.uk-slider-items li {
  opacity: 0;
  transition: opacity 1s;
}
#productslider ul.uk-slider-items li.fade-in {
  opacity: 1;
}
#productslider .product-slider-img {
  height: clamp(400px, 33vw, 700px);
}
@media (max-width: 479px) {
  #productslider .product-slider-img {
    height: 350px;
  }
}
#productslider .product-slider-img img {
  object-fit: contain;
  object-position: center bottom;
  width: 100%;
  height: 100%;
}
#productslider .product-slider-img a {
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 479px) {
  #productslider h1, #productslider h2, #productslider h3 {
    font-size: 1em;
    line-height: 1.1em;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
}
#productslider .product-wrap img, #productslider .product-wrap h1, #productslider .product-wrap h2, #productslider .product-wrap h3 {
  transition: transform 0.35s ease;
}
@media (min-width: 640px) {
  #productslider .product-wrap:hover img {
    transform: scale(1.04);
  }
  #productslider .product-wrap:hover h1, #productslider .product-wrap:hover h2, #productslider .product-wrap:hover h3 {
    transform: translateY(10px);
  }
}

#products-overview a img {
  opacity: 0.7;
  transform-origin: center center;
  transition: all 0.3s;
}
#products-overview a:hover img {
  transform: scale(1.1);
  opacity: 1;
}
#products-overview div.is-active a {
  pointer-events: none;
}
#products-overview div.is-active a img {
  opacity: 1;
}

.rotate-half {
  transform-origin: center center;
  transform: rotate(180deg);
}

.product-slider-spacer {
  height: 5vw;
}

.fullpanel {
  position: relative;
  z-index: 20;
}
.fullpanel .topslogan {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100vw - 50px);
  max-width: 1000px;
  z-index: 5;
  line-height: 1em;
}
@media (max-width: 640px) {
  .fullpanel .topslogan {
    font-size: 1.5em !important;
  }
}
.fullpanel .fullpanel-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 75vh;
  max-height: 750px;
  width: 90vw;
  max-width: 800px;
  z-index: 10;
}
@media (max-width: 640px) {
  .fullpanel .fullpanel-image {
    max-height: clamp(420px, 100vw, 800px);
  }
}
.fullpanel .fullpanel-image .front, .fullpanel .fullpanel-image .back {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.fullpanel .fullpanel-image .front img, .fullpanel .fullpanel-image .back img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.fullpanel .fullpanel-image .front.noise img, .fullpanel .fullpanel-image .back.noise img {
  filter: blur(30px);
  transform: scale(1.05);
  transition: transform 0.5s;
}
.fullpanel .fullpanel-image .front {
  z-index: 2;
}
.fullpanel .fullpanel-image:hover .noise img {
  transform: scale(1.1);
}
.fullpanel .badge {
  position: absolute;
  top: 50%;
  left: 72%;
  width: clamp(180px, 12vw, 300px);
  height: clamp(180px, 12vw, 300px);
  z-index: 15;
  transform-origin: center center;
  transform: translate(-50%, -50%) rotate(-10deg);
}
@media (max-width: 1200px) {
  .fullpanel .badge {
    top: 20%;
    left: 83%;
    width: clamp(90px, 16vw, 300px);
    height: clamp(90px, 16vw, 300px);
  }
}
.fullpanel .badge > div {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fullpanel .badge#badge-left {
  transform: translate(-50%, -50%) rotate(10deg);
}
@media (max-width: 1200px) {
  .fullpanel .badge#badge-left {
    top: 83%;
  }
}
@media (max-width: 640px) {
  .fullpanel .badge#badge-left {
    top: 83%;
  }
}
.fullpanel .badge#badge-right {
  left: 29%;
  width: clamp(140px, 9vw, 240px);
  height: clamp(140px, 9vw, 240px);
}
@media (max-width: 1200px) {
  .fullpanel .badge#badge-right {
    width: clamp(70px, 12vw, 240px);
    height: clamp(70px, 12vw, 240px);
    left: 22%;
  }
}
@media (max-width: 640px) {
  .fullpanel .badge#badge-right {
    left: 26%;
  }
}

.topslogan2 {
  text-transform: uppercase;
  text-align: center;
  padding: 30px 30px 0px 30px;
}

.position-relative {
  position: relative;
}

.background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}
.background .size-movable {
  position: absolute;
  top: -0.5vw;
  left: -0.5vw;
  right: -0.5vw;
  bottom: -0.5vw;
}
@media (max-width: 900px) {
  .background.background-inset img {
    object-fit: cover !important;
  }
}
.background.background-inset-2 {
  padding-top: calc(var(--vh, 1vh) * 100 * 0.05);
  padding-bottom: calc(var(--vh, 1vh) * 100 * 0.05);
  padding-left: 8vw;
  padding-right: 8vw;
  height: calc(var(--vh, 1vh) * 100 * 0.9);
  width: 84vw;
}
@media (max-width: 479px) {
  .background.background-inset-2 {
    padding: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
  }
}
.background.background-inset-3 {
  height: 120%;
  transform: translateY(-10%) !important;
}
.background.background-inset-3 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.background.background-inset-4 {
  height: 110%;
  transform: translateY(-5%) !important;
}
.background.background-inset-4 img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.background .background-text {
  padding: 0 3vw;
  height: 100%;
  width: 94vw;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 21vw;
  line-height: 17vw;
  text-transform: uppercase;
}

.foreground {
  position: relative;
  z-index: 1;
}

.images-grid {
  background-color: lightgray;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.images-grid > div {
  position: relative;
}
.images-grid > div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-image {
  max-width: 420px;
  margin: 0 auto;
}
@media (max-width: 479px) {
  .product-image {
    max-width: 300px;
  }
}

.color {
  color: #B8D590;
}

.color2 {
  color: #003745;
}

.bgcolor {
  color: #003745;
}
.bgcolor span {
  background-color: #B8D590;
  display: inline;
  padding: 5px 15px;
}

.uk-container {
  max-width: 1250px;
}
@media (min-width: 600px) {
  .uk-container {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
}

.uk-container-expand {
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
}

.uk-container-expand-2 {
  max-width: 100% !important;
}

.title-padding h1, .title-padding h2, .title-padding h3 {
  padding: 0 clamp(0px, 2vw, 100px);
}
@media (max-width: 960px) {
  .title-padding h1, .title-padding h2, .title-padding h3 {
    padding: 0;
  }
}

.pattern-1 {
  background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='20' height='20' patternTransform='scale(2) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='hsla(0,0%,100%,1)'/><path d='M 10,-2.55e-7 V 20 Z M -1.1677362e-8,10 H 20 Z'  stroke-width='0.5' stroke='hsla(86, 46%, 70%, 1)' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(-6,0)' fill='url(%23a)'/></svg>");
}

.pattern-2 {
  background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='40' height='60' patternTransform='scale(3) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='hsla(0,0%,100%,1)'/><path d='M-4.798 13.573C-3.149 12.533-1.446 11.306 0 10c2.812-2.758 6.18-4.974 10-5 4.183.336 7.193 2.456 10 5 2.86 2.687 6.216 4.952 10 5 4.185-.315 7.35-2.48 10-5 1.452-1.386 3.107-3.085 4.793-4.176'  stroke-width='0.5' stroke='hsla(86, 46%, 70%, 1)' fill='none'/><path d='M-4.798 33.573C-3.149 32.533-1.446 31.306 0 30c2.812-2.758 6.18-4.974 10-5 4.183.336 7.193 2.456 10 5 2.86 2.687 6.216 4.952 10 5 4.185-.315 7.35-2.48 10-5 1.452-1.386 3.107-3.085 4.793-4.176'  stroke-width='0.5' stroke='hsla(47, 100%, 75%, 1)' fill='none'/><path d='M-4.798 53.573C-3.149 52.533-1.446 51.306 0 50c2.812-2.758 6.18-4.974 10-5 4.183.336 7.193 2.456 10 5 2.86 2.687 6.216 4.952 10 5 4.185-.315 7.35-2.48 10-5 1.452-1.386 3.107-3.085 4.793-4.176'  stroke-width='0.5' stroke='hsla(184, 48%, 75%, 1)' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>");
}

.pattern-3 {
  background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='40' height='40' patternTransform='scale(2) rotate(15)'><rect x='0' y='0' width='100%' height='100%' fill='hsla(184, 48%, 75%, 1)'/><path d='M40 45a5 5 0 110-10 5 5 0 010 10zM0 45a5 5 0 110-10 5 5 0 010 10zM0 5A5 5 0 110-5 5 5 0 010 5zm40 0a5 5 0 110-10 5 5 0 010 10z'  stroke-width='1' stroke='none' fill='hsla(86, 46%, 70%, 1)'/><path d='M20 25a5 5 0 110-10 5 5 0 010 10z'  stroke-width='1' stroke='none' fill='hsla(47, 100%, 75%, 1)'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,-22)' fill='url(%23a)'/></svg>");
}

.pattern-4 {
  background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='40' height='40' patternTransform='scale(1) rotate(15)'><rect x='0' y='0' width='100%' height='100%' fill='hsla(184, 48%, 75%, 1)'/><path d='M40 45a5 5 0 110-10 5 5 0 010 10zM0 45a5 5 0 110-10 5 5 0 010 10zM0 5A5 5 0 110-5 5 5 0 010 5zm40 0a5 5 0 110-10 5 5 0 010 10z'  stroke-width='1' stroke='none' fill='hsla(86, 46%, 70%, 1)'/><path d='M20 25a5 5 0 110-10 5 5 0 010 10z'  stroke-width='1' stroke='none' fill='hsla(86, 46%, 70%, 1)'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,-7)' fill='url(%23a)'/></svg>");
}

.pattern-5 {
  background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='40' height='20' patternTransform='scale(7) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='hsla(0,0%,100%,1)'/><path d='M-4.798 13.573C-3.149 12.533-1.446 11.306 0 10c2.812-2.758 6.18-4.974 10-5 4.183.336 7.193 2.456 10 5 2.86 2.687 6.216 4.952 10 5 4.185-.315 7.35-2.48 10-5 1.452-1.386 3.107-3.085 4.793-4.176'  stroke-width='0.5' stroke='hsla(86, 46%, 70%, 1)' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>");
}

.pattern-10 {
  background-image: url("../images/1x/leaves.jpg");
  background-size: cover;
}

.uk-padding-noise {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.threedee-text-button {
  text-align: center;
  text-transform: uppercase;
  position: relative;
}
.threedee-text-button .front {
  position: relative;
  z-index: 2;
  color: #FFFFFF;
  -webkit-text-stroke: 2px #003745;
  text-stroke: 2px #003745;
  transform: translateY(-6px);
  transition: transform 0.2s;
}
.threedee-text-button .back {
  position: absolute;
  top: 0;
  left: 0;
}
.threedee-text-button:hover .front {
  transform: translateY(-3px);
}

.threedee-text-link-wrap:hover .front {
  transform: translateY(-3px);
}

.threedee-prev, .threedee-next, .threedee-down {
  width: 30px;
  margin: 15px;
  position: relative;
}
@media (min-width: 800px) {
  .threedee-prev, .threedee-next, .threedee-down {
    margin: 65px;
  }
}
.threedee-prev .front, .threedee-next .front, .threedee-down .front {
  position: relative;
  z-index: 2;
  transition: transform 0.2s;
  line-height: 0;
}
.threedee-prev .back, .threedee-next .back, .threedee-down .back {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transform: translateY(6px);
  z-index: 1;
  line-height: 0;
}
.threedee-prev .cub, .threedee-next .cub, .threedee-down .cub {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: #003745;
  transform: translateY(0px);
  transition: all 0.2s;
}
.threedee-prev:hover .front, .threedee-next:hover .front, .threedee-down:hover .front {
  transform: translateY(3px);
}
.threedee-prev:hover .cub, .threedee-next:hover .cub, .threedee-down:hover .cub {
  height: 3px;
  transform: translateY(3px);
}

.threedee-down {
  height: 30px;
  width: 56px;
  margin: 30px;
}
.threedee-down img {
  width: auto;
  height: 100%;
}
.threedee-down .cub {
  top: 0;
  transform: none;
  z-index: 0;
}
.threedee-down:hover .cub {
  transform: translateY(3px);
  height: 3px;
}

.godown {
  cursor: pointer;
  position: absolute;
  z-index: 50;
  top: calc(var(--vh, 1vh) * 100 - 90px);
  left: calc(50% - 58px);
  transition: opacity 0.5s;
}
.godown.scrolled {
  opacity: 0;
}

.goup {
  cursor: pointer;
  position: fixed;
  z-index: 50;
  bottom: 20px;
  right: 20px;
}

.uk-height-xlarge {
  height: clamp(500px, 100vh, 1000px);
}
@media (max-width: 479px) {
  .uk-height-xlarge {
    height: clamp(250px, 100vh, 500px);
  }
}

.mainspacer {
  height: 50px;
}

.bgcol {
  background-color: yellow;
}

.bgblack {
  background-color: #003745;
  color: #FFFFFF;
}
.bgblack a:link, .bgblack a:visited {
  text-decoration: none;
  color: #FFFFFF;
}
.bgblack a:hover, .bgblack a:active {
  text-decoration: none;
  color: #FFFFFF;
  border-bottom: 0.075em solid #FFFFFF;
}

.bt-1 {
  border-top: 1px solid #003745;
}

.bt-2 {
  border-top: 3px solid #003745;
}

.btcol-1 {
  border-top: 20px solid yellow;
}

.me-1 {
  margin-right: 0.5em;
}

.me-2 {
  margin-right: 1em;
}

.mx-2 {
  margin-right: 0.5em;
  margin-left: 0.5em;
}

@media (min-width: 480px) {
  .mx-sm-0 {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 480px) {
  .me-sm-2 {
    margin-right: 1em;
  }
}

.me-3 {
  margin-right: 1.5em;
}

.me-4 {
  margin-right: 2em;
}

.me-5 {
  margin-right: 2.5em;
}

.me-6 {
  margin-right: 5em;
}

@media (min-width: 992px) {
  .me-lg-6 {
    margin-right: 2em;
  }
}

@media (min-width: 982px) {
  .me-md-0 {
    margin-right: 0;
  }
}

@media (min-width: 1200px) {
  .me-lg-0 {
    margin-right: 0;
  }
}

@media (min-width: 1600px) {
  .me-xl-0 {
    margin-right: 0;
  }
}

.ms-1 {
  margin-left: 0.5em;
}

.ms-2 {
  margin-left: 1em;
}

.ms-3 {
  margin-left: 1.5em;
}

.ms-4 {
  margin-left: 2em;
}

.ms-5 {
  margin-left: 2.5em;
}

@media (min-width: 982px) {
  .ms-md-2 {
    margin-left: 1em;
  }
}

@media (min-width: 1200px) {
  .ms-lg-2 {
    margin-left: 1em;
  }
}

@media (min-width: 1600px) {
  .ms-xl-2 {
    margin-left: 1em;
  }
}

.buttons {
  margin-left: -12px;
  margin-right: -12px;
}
.buttons > div {
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 12px;
}
@media (max-width: 640px) {
  .buttons {
    margin-left: -7px;
    margin-right: -7px;
  }
  .buttons > div {
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 7px;
  }
}

.language-switch {
  padding-right: calc(20px + 0.5vw);
  line-height: 1em;
  display: none;
}
.language-switch.is-hovered {
  display: flex;
}
.language-switch.is-active {
  display: flex;
}
.language-switch > div {
  margin-left: 0.35em;
}

.videobg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #003745;
}
.videobg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#section-wrapper {
  position: relative;
  z-index: 1;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
}
#section-wrapper.is-active {
  opacity: 1;
  max-height: 500vh;
  overflow: auto;
}

.faded {
  opacity: 0.3;
}

img {
  max-width: 100%;
}

.images-compare-container {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.images-compare-before {
  will-change: clip;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
  overflow: hidden;
}

.images-compare-after {
  pointer-events: none;
}

.images-compare-before img, .images-compare-after img {
  max-width: 100%;
  height: auto;
  display: block;
}

.images-compare-separator {
  position: absolute;
  background: white;
  height: 100%;
  width: 2px;
  z-index: 4;
  left: 0;
  top: 0;
}

.images-compare-handle {
  height: 50px;
  width: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  margin-top: -25px;
  background-color: #FFFFFF;
  border-radius: 50%;
  z-index: 3;
  cursor: pointer;
}

.images-compare-left-arrow, .images-compare-right-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute;
  top: 50%;
  margin-top: -6px;
}

.images-compare-left-arrow {
  border-right: 6px solid #003745;
  left: 50%;
  margin-left: -22px;
}

.images-compare-right-arrow {
  border-left: 6px solid #003745;
  right: 50%;
  margin-right: -22px;
}

.images-compare-label {
  font-family: sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  color: rgba(0, 0, 0, 0.4);
  background: rgba(255, 255, 255, 0.7);
  padding: 10px;
  border-radius: 5px;
  pointer-events: none;
  display: none;
}

.images-compare-container .images-compare-label {
  display: inherit;
}

.images-compare-before .images-compare-label {
  left: 10px;
}

.images-compare-after .images-compare-label {
  left: auto;
  right: 10px;
}

.h-100 {
  height: calc(var(--vh, 1vh) * 100);
}

.fullheight {
  height: calc(var(--vh, 1vh) * 100);
}

.min-fullheight {
  min-height: calc(var(--vh, 1vh) * 100);
}

.overflow-hidden {
  overflow: hidden;
}

.white {
  color: #FFFFFF;
}

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

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

.mb-2 {
  margin-bottom: 25px;
}
@media (max-width: 600px) {
  .mb-2 {
    margin-bottom: 20px;
  }
}

.mb-3 {
  margin-bottom: 50px;
}
@media (max-width: 900px) {
  .mb-3 {
    margin-bottom: 40px;
  }
}
@media (max-width: 479px) {
  .mb-3 {
    margin-bottom: 50px;
  }
}

.mb-4 {
  margin-bottom: 100px;
}
@media (max-width: 900px) {
  .mb-4 {
    margin-bottom: 50px;
  }
}
@media (max-width: 479px) {
  .mb-4 {
    margin-bottom: 50px;
  }
}

.mb-5 {
  margin-bottom: 150px;
}
@media (max-width: 900px) {
  .mb-5 {
    margin-bottom: 80px;
  }
}
@media (max-width: 479px) {
  .mb-5 {
    margin-bottom: 50px;
  }
}

.mb-6 {
  margin-bottom: 200px;
}
@media (max-width: 900px) {
  .mb-6 {
    margin-bottom: 120px;
  }
}
@media (max-width: 479px) {
  .mb-6 {
    margin-bottom: 50px;
  }
}

.mb-7 {
  margin-bottom: 250px;
}
@media (max-width: 900px) {
  .mb-7 {
    margin-bottom: 150px;
  }
}
@media (max-width: 479px) {
  .mb-7 {
    margin-bottom: 50px;
  }
}

.mb-8 {
  margin-bottom: 280px;
}
@media (max-width: 900px) {
  .mb-8 {
    margin-bottom: 180px;
  }
}
@media (max-width: 479px) {
  .mb-8 {
    margin-bottom: 50px;
  }
}

.mt-0 {
  margin-top: 0 !important;
}

.py-3 {
  padding-top: 5vw;
}

.fit {
  width: 100%;
  height: auto;
}

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

.size-2 {
  font-size: 0.7em;
}

.size-1, .uk-lightbox-caption, .cmbild .caption, #frontlang {
  font-size: 0.81em;
  line-height: 1.4em;
}

.size1 {
  font-size: 1em;
}

.size2, .cmbild .caption.right, #lang {
  font-size: 1.3em;
  line-height: 1.28em;
}
@media (max-width: 479px) {
  .size2, .cmbild .caption.right, #lang {
    font-size: 1.1em;
  }
}

.size3, #menutoggler, #menucloser, .topslogan2 {
  font-size: 1.6em;
  line-height: 1.23em;
}
@media (max-width: 479px) {
  .size3, #menutoggler, #menucloser, .topslogan2 {
    font-size: 1.25em;
  }
}

.size4 {
  font-size: 2em;
  line-height: 1.2em;
}
@media (max-width: 479px) {
  .size4 {
    font-size: 1.4em;
  }
}

.size5 {
  font-size: 2.5em;
  line-height: 1.1em;
}
@media (max-width: 479px) {
  .size5 {
    font-size: 2em;
    line-height: 1em;
  }
}

.size6 {
  font-size: 3em;
  line-height: 1.1em;
}
.size-nav {
  font-size: clamp(22px, 3.4vw, 70px);
}

@media (min-width: 601px) {
  br.mobile_break {
    display: none !important;
  }
}

.uppercase, #mainmenu .inner .primary {
  text-transform: uppercase;
}

.purestmateintown {
  width: 90vw;
}

.mybtn {
  position: relative;
  font-size: 1em;
}
.mybtn .front {
  position: relative;
  background-color: #FFFFFF;
  color: #003745;
  border: 2px solid #003745;
  padding: 12px 36px;
  z-index: 2;
  transform: translateY(-6px);
  transition: transform 0.2s;
}
@media (max-width: 640px) {
  .mybtn .front {
    padding: 12px 18px;
  }
}
.mybtn .back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #003745;
}
.mybtn:not(:disabled):hover .front {
  transform: translateY(-3px);
}
.img-noise {
  position: relative;
}
.img-noise img {
  position: relative;
  z-index: 2;
}
.img-noise img.noise, .img-noise img.no-noise {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  z-index: 1;
  transition: transform 0.4s ease;
}
.img-noise img.noise {
  filter: blur(40px);
}
@media (max-width: 800px) {
  .img-noise img.noise {
    filter: blur(20px);
    display: none;
  }
}
@media (min-width: 801px) {
  .img-noise:hover img.noise, .img-noise:hover img.no-noise {
    transform: scale(1);
  }
}
.img-noise.img-noise-2 img.noise {
  transform: scale(1);
}
@media (min-width: 801px) {
  .img-noise.img-noise-2:hover img.noise {
    transform: scale(1.05);
  }
}

.img-zoom img {
  transition: transform 0.25s ease;
}
.img-zoom:hover img {
  transform: scale(1.03);
}

.gif {
  max-width: 80vw;
}

.gif1 {
  width: clamp(200px, 16vw, 400px);
  height: auto;
}

.gif2 {
  width: clamp(200px, 20vw, 450px);
  height: auto;
}

.gif3 {
  width: clamp(200px, 24vw, 500px);
  height: auto;
}

@media (max-width: 960px) {
  .cmtextbild-image {
    width: clamp(200px, 100%, 1200px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block;
  }
}

#timatrix_bg {
  margin-bottom: 70px;
}
@media (max-width: 960px) {
  #timatrix_bg {
    margin-bottom: 150px;
  }
}

#content_matrix ~ #timatrix_bg {
  margin-top: 80px;
}

#ingredients .foreground {
  padding-top: 80px;
  padding-bottom: 80px;
  max-width: 1240px;
}

.auto-columns {
  column-count: 1;
}
@media (min-width: 600px) {
  .auto-columns {
    column-count: 2;
    column-gap: 50px;
  }
  .auto-columns > div {
    break-inside: avoid;
  }
}
@media (min-width: 768px) {
  .auto-columns {
    column-count: 3;
    column-gap: 50px;
  }
  .auto-columns > div {
    break-inside: avoid;
  }
}

.auto-columns-2 {
  column-count: 1;
}
@media (min-width: 1200px) {
  .auto-columns-2 {
    column-count: 2;
    column-gap: 50px;
  }
}

.auto-columns-4 {
  column-count: 2;
  column-gap: 20px;
}
@media (min-width: 992px) {
  .auto-columns-4 {
    column-count: 3;
    column-gap: 35px;
  }
}
@media (min-width: 1400px) {
  .auto-columns-4 {
    column-count: 4;
    column-gap: 50px;
  }
}

.circle {
  overflow: hidden;
  border-radius: 50%;
}

.border-top {
  border-top: 2px solid #003745 !important;
}

.border-bottom {
  border-bottom: 2px solid #003745 !important;
}

.mt-main {
  margin-top: 88px;
}
@media (max-width: 767px) {
  .mt-main {
    margin-top: 66px;
  }
}
@media (max-width: 767px) and (min-aspect-ratio: 1/1) {
  .mt-main {
    margin-top: 50px;
  }
}

a.full-button, button.full-button {
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 57px;
  width: 100%;
  background-color: transparent;
  color: #003745;
}

.content-hover-toggler {
  position: relative;
}
.content-hover-toggler > div {
  position: absolute;
  opacity: 1;
}
.content-hover-toggler > div.hidden {
  opacity: 0;
}
.content-hover-toggler:hover > div {
  opacity: 0;
}
.content-hover-toggler:hover > div.hidden {
  opacity: 1;
}
@media (max-device-width: 1200px) {
  .content-hover-toggler > div {
    opacity: 0 !important;
  }
  .content-hover-toggler > div.hidden {
    opacity: 1 !important;
  }
}

.is-active .content-hover-toggler > div {
  opacity: 0 !important;
}
.is-active .content-hover-toggler > div.hidden {
  opacity: 1 !important;
}

.uk-border-bottom {
  border-bottom: 1px solid #003745;
}

.big-title, .sub-title {
  font-size: clamp(40px, 10vw, 250px);
  line-height: 1.2em;
  text-align: center;
  margin-bottom: 5vw;
}

.sub-title {
  text-align: left;
  font-size: clamp(30px, 6vw, 150px);
}

.vod {
  width: 220px;
  height: auto;
}

.pop:hover {
  animation: pop 0.25s ease forwards;
}

.pop-fast:hover {
  animation: pop 0.1s ease forwards;
}

@keyframes pop {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.015);
  }
}
@media (max-width: 575px) {
  .member img {
    max-width: 200px;
  }
}
.member a:link, .member a:visited {
  text-decoration: none;
  color: rgba(0, 55, 69, 0.35);
}
.member a:hover, .member a:active {
  text-decoration: none;
  color: #003745;
}

.round {
  border-radius: 50%;
}

.hyphens {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.hyphen-break {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.container {
  padding-left: 22px;
  padding-right: 22px;
}

.item-embed iframe {
  width: 100%;
  height: 50vh;
  max-height: 800px;
  margin-bottom: -8px;
}

.yt_videowrap {
  width: 100%;
  height: 100%;
}
.yt_videowrap iframe {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  a.gal {
    pointer-events: none;
  }
}

@media (max-width: 479px) {
  .cmtext, .cmtextduo, .cmtexttrio, .cmbildonetwo {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
}

.cmbildduo, .cmtextduo, .cmtexttrio, .cmbildonetwo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.break {
  width: 100% !important;
}

.spacing-1 > div {
  width: calc(50% - 15px);
}
@media (max-width: 900px) {
  .spacing-1 > div {
    width: 100%;
    margin-bottom: 30px;
  }
}

.spacing-2 > div {
  width: calc(50% - 25px);
}
@media (max-width: 900px) {
  .spacing-2 > div {
    width: 100%;
    margin-bottom: 50px;
  }
}

.spacing-3 > div {
  width: calc(50% - 50px);
}
@media (max-width: 600px) {
  .spacing-3 > div {
    width: calc(50% - 25px);
  }
}
@media (max-width: 900px) {
  .spacing-3 > div {
    width: 100%;
    margin-bottom: 50px;
  }
}

.spacing-4 > div {
  width: 50%;
}
@media (max-width: 900px) {
  .spacing-4 > div {
    width: 100%;
    margin-bottom: 25px;
  }
}

.cmtexttrio.spacing-1 > div {
  width: calc(33.33% - 20px);
}
@media (max-width: 900px) {
  .cmtexttrio.spacing-1 > div {
    width: 100%;
  }
}
.cmtexttrio.spacing-2 > div {
  width: calc(33.33% - 33px);
}
@media (max-width: 900px) {
  .cmtexttrio.spacing-2 > div {
    width: 100%;
  }
}
.cmtexttrio.spacing-3 > div {
  width: calc(33.33% - 67px);
}
@media (max-width: 600px) {
  .cmtexttrio.spacing-3 > div {
    width: calc(33.33% - 33px);
  }
}
@media (max-width: 900px) {
  .cmtexttrio.spacing-3 > div {
    width: 100%;
  }
}
.cmtexttrio.spacing-4 > div {
  width: 33.33%;
}
@media (max-width: 479px) {
  .cmtexttrio.spacing-4 > div {
    width: 100%;
    margin-bottom: 25px;
  }
}
@media (max-width: 900px) {
  .cmtexttrio.spacing-4 > div {
    width: 100%;
  }
}

.cmbildonetwo.spacing-1 > div {
  width: calc(33.33% - 15px);
}
.cmbildonetwo.spacing-1 > div:nth-child(2) {
  width: calc(66.66% - 15px);
}
.cmbildonetwo.spacing-2 > div {
  width: calc(33.33% - 25px);
}
.cmbildonetwo.spacing-2 > div:nth-child(2) {
  width: calc(66.66% - 25px);
}
.cmbildonetwo.spacing-3 > div {
  width: calc(33.33% - 50px);
}
.cmbildonetwo.spacing-3 > div:nth-child(2) {
  width: calc(66.66% - 50px);
}
@media (max-width: 600px) {
  .cmbildonetwo.spacing-3 > div {
    width: calc(33.33% - 25px);
  }
  .cmbildonetwo.spacing-3 > div:nth-child(2) {
    width: calc(66.66% - 25px);
  }
}
.cmbildonetwo.spacing-4 > div {
  width: 33.33%;
}
.cmbildonetwo.spacing-4 > div:nth-child(2) {
  width: 66.66%;
}
@media (max-width: 479px) {
  .cmbildonetwo.spacing-4 > div {
    width: 100%;
    margin-bottom: 25px;
  }
}

.break {
  margin-bottom: 0 !important;
}

.cmbild .caption {
  padding: 15px 0;
}
.cmbild .caption.right {
  font-weight: bold;
  padding: 50px 0;
  padding-left: calc(50% + 50px);
}
@media (max-width: 767px) {
  .cmbild .caption.right {
    padding-left: 0;
    padding: 25px 0;
  }
}

@media (min-width: 600px) {
  .imgwidth-10 {
    width: 10%;
  }
}

@media (min-width: 450px) {
  .imgwidth-20 {
    width: 20%;
  }
}

@media (min-width: 450px) {
  .imgwidth-30 {
    width: 30%;
  }
}

@media (min-width: 450px) {
  .imgwidth-40 {
    width: 40%;
  }
}

@media (min-width: 450px) {
  .imgwidth-50 {
    width: 50%;
  }
}

@media (min-width: 450px) {
  .imgwidth-60 {
    width: 60%;
  }
}

@media (min-width: 450px) {
  .imgwidth-70 {
    width: 70%;
  }
}

@media (min-width: 450px) {
  .imgwidth-80 {
    width: 80%;
  }
}

@media (min-width: 450px) {
  .imgwidth-90 {
    width: 90%;
  }
}

.img-center {
  text-align: center;
}

.img-right {
  text-align: right;
}

.contain, .background.background-inset img, .background.background-inset-2 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

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

.uk-slideshownav {
  transform: translateY(calc(-50% - 15px));
}

.uk-slideshow-items a {
  position: static;
  display: block;
  height: 100%;
  width: 100%;
}
.uk-slideshow-items a .caption {
  position: absolute;
  bottom: 0px;
  left: 0;
  margin-top: 5px;
  width: 35%;
  text-overflow: ellipsis;
}

.uk-dotnav > .uk-active > * {
  background-color: #003745;
  border-color: transparent;
}

.uk-dotnav > * > * {
  border: 1px solid rgba(0, 55, 69, 0);
  background-color: rgba(0, 55, 69, 0.1);
}
.uk-dotnav > * > *:hover {
  background-color: #003745;
}

.uk-lightbox a:hover {
  border-bottom: 0;
}

.uk-lightbox-button {
  transform: scale(1.5);
  background-color: transparent;
  margin: 20px;
}
.uk-lightbox-button svg polyline {
  stroke: rgba(0, 55, 69, 0.7) !important;
}
.uk-lightbox-button:hover svg polyline {
  stroke: rgba(0, 55, 69, 0.7) !important;
}

.uk-lightbox-toolbar {
  background-color: transparent;
}
.uk-lightbox-toolbar .uk-lightbox-toolbar-icon {
  color: #003745;
  padding: 30px;
  transform: scale(1.5);
}
.uk-lightbox-toolbar .uk-lightbox-toolbar-icon:hover {
  color: rgba(0, 55, 69, 0.7);
}

.uk-lightbox {
  background-color: #FFFFFF;
}

.uk-lightbox-items > * > * {
  max-width: calc(100vw - 160px);
  max-height: calc(100vh - 120px);
  transform: translateY(-10px);
}

.uk-lightbox-caption {
  color: #003745 !important;
  padding-bottom: 25px;
}

.videowrap {
  width: 100%;
  aspect-ratio: 16/9;
}
.videowrap.is-portrait {
  aspect-ratio: 9/16;
}
.videowrap iframe {
  width: 100%;
  height: 100%;
}

#randfrag {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100vw;
  overflow: hidden;
  z-index: -1;
}

.rfrag {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 400px;
  z-index: 1;
}
.rfrag img {
  width: 100%;
  height: auto;
}

.privacywire-wrapper {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
}

.privacywire {
  background: #FFFFFF;
  bottom: -250%;
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.3);
  left: 0;
  opacity: 0;
  padding: 1rem;
  position: fixed;
  right: 0;
  transition: bottom 0.3s ease-in, opacity 0.3s ease;
  z-index: 1;
  font-size: clamp(16px, 1vw, 28px);
  line-height: 1.3em;
}

.show-banner .privacywire-banner, .show-message .privacywire-message, .show-options .privacywire-options {
  bottom: 0;
  opacity: 1;
}

.privacywire-header {
  font-weight: 700;
}

.privacywire button[hidden], .privacywire-ask-consent-blueprint, [data-ask-consent-rendered="1"] {
  display: none;
}

.privacywire-banner {
  background-color: #FFFFFF;
  color: #003745;
  box-shadow: none;
  padding: 20px 20px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 0px solid #003745;
  box-sizing: border-box;
  margin: 0px;
  box-shadow: none;
  display: flex;
  justify-content: space-between;
}
.privacywire-banner a:link, .privacywire-banner a:visited {
  text-decoration: underline;
  color: #003745;
}
.privacywire-banner a:hover, .privacywire-banner a:active {
  text-decoration: none;
  color: #003745;
}
@media (min-width: 600px) {
  .privacywire-banner {
    margin: 0;
    box-shadow: none;
    padding: 20px 40px;
    width: 100%;
    text-align: left;
  }
}

.privacywire-buttons button {
  background-color: transparent;
  border: none;
  color: #003745;
  font-size: 1em;
  line-height: 1em;
  margin-top: 10px;
  padding: 10px 20px;
  border: 1px solid #003745;
  transition: all 0.15s ease;
}
.privacywire-buttons button:hover {
  background-color: #003745;
  color: #FFFFFF;
}
@media (min-width: 600px) {
  .privacywire-buttons button {
    margin-top: 0;
    margin-left: 20px;
  }
}
.privacywire-buttons button.allow-all {
  background-color: #003745;
  color: #FFFFFF;
}
.privacywire-buttons button.allow-all:hover {
  opacity: 0.75;
}

.privacywire-message {
  background-color: #FFFFFF;
  color: #003745;
  padding: 20px 20px;
  width: calc(100% - 80px);
  font-size: clamp(18px, 1vw, 28px);
  line-height: 1.4em;
  margin: 0px;
  box-shadow: 7px 7px 0px #003745;
}
@media (min-width: 600px) {
  .privacywire-message {
    margin: 0;
    box-shadow: none;
    padding: 20px 40px;
    width: calc(100% - 120px);
    text-align: left;
  }
}

.privacywire-body {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 599px) {
  .privacywire-body {
    flex-direction: column;
    align-items: flex-start;
  }
}

.privacywire-text p:last-child {
  margin-bottom: 0 !important;
}

.privacywire-text ul {
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
}
.privacywire-text ul li {
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
}
.privacywire-text ul li input[type=checkbox] {
  margin-right: 12px;
  width: 16px;
  height: 16px;
  position: relative;
}
.privacywire-text ul li input[type=checkbox]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background-color: #FFFFFF;
  border: 1px solid #003745;
}
.privacywire-text ul li input[type=checkbox]:checked:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background-color: #003745;
}
.privacywire-text ul li input[type=checkbox]:checked:after {
  content: "✓"; /* Unicode checkmark symbol */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-4px, -7px);
  color: #FFFFFF;
}
.privacywire-text ul li:last-child {
  margin-bottom: 0;
}

.privacywire-consent-button, .privacywire-show-options {
  background-color: transparent;
  border: none;
  color: #003745;
  font-size: 1em;
  line-height: 1em;
  padding: 10px 20px;
  border: 1px solid #003745;
  transition: all 0.15s ease;
  font-size: clamp(16px, 1vw, 28px);
  line-height: 1.3em;
}
.privacywire-consent-button:hover, .privacywire-show-options:hover {
  background-color: #003745;
  color: #FFFFFF;
}

.uk-padding-large {
  padding: 40px;
}
@media (max-width: 479px) {
  .uk-padding-large {
    padding: 20px;
  }
}

.desktop-only {
  display: block;
}
@media (max-width: 640px) {
  .desktop-only {
    display: none !important;
  }
}

.mobile-only {
  display: none;
}
@media (max-width: 640px) {
  .mobile-only {
    display: block !important;
  }
}

.flex-desktop-only\@m {
  display: flex;
}
@media (max-width: 960px) {
  .flex-desktop-only\@m {
    display: none !important;
  }
}

.flex-mobile-only\@m {
  display: none;
}
@media (max-width: 960px) {
  .flex-mobile-only\@m {
    display: flex !important;
  }
}

.desktop-only\@m {
  display: block;
}
@media (max-width: 960px) {
  .desktop-only\@m {
    display: none !important;
  }
}

.mobile-only\@m {
  display: none;
}
@media (max-width: 960px) {
  .mobile-only\@m {
    display: block !important;
  }
}

.myform {
  font-weight: 300;
}
.myform .error {
  color: red;
}
.myform > div:first-child input {
  padding-top: 0 !important;
}
.myform input[type=text], .myform input[type=email], .myform textarea {
  background-color: transparent;
  border: none;
  color: #003745 !important;
  border-bottom: 1px solid #003745;
  padding: 25px 0;
  height: auto;
}
.myform input[type=text]::placeholder, .myform input[type=email]::placeholder, .myform textarea::placeholder {
  color: #003745;
}
.myform input[type=text]:hover, .myform input[type=text]:focus, .myform input[type=email]:hover, .myform input[type=email]:focus, .myform textarea:hover, .myform textarea:focus {
  background-color: transparent;
  border-bottom: 1px solid #003745;
}
.myform input[type=text]:focus::placeholder, .myform input[type=email]:focus::placeholder, .myform textarea:focus::placeholder {
  color: rgba(0, 55, 69, 0.4);
}
.myform input[type=text]:autofill, .myform input[type=text]:autofill:hover, .myform input[type=text]:autofill:focus, .myform input[type=email]:autofill, .myform input[type=email]:autofill:hover, .myform input[type=email]:autofill:focus, .myform textarea:autofill, .myform textarea:autofill:hover, .myform textarea:autofill:focus {
  font-family: "Marcel", "Helvetica", sans-serif;
  -webkit-text-fill-color: white;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
}
.myform input[type=text]:-webkit-autofill, .myform input[type=text]:-webkit-autofill:hover, .myform input[type=text]:-webkit-autofill:focus, .myform input[type=email]:-webkit-autofill, .myform input[type=email]:-webkit-autofill:hover, .myform input[type=email]:-webkit-autofill:focus, .myform textarea:-webkit-autofill, .myform textarea:-webkit-autofill:hover, .myform textarea:-webkit-autofill:focus {
  font-family: "Marcel", "Helvetica", sans-serif;
  -webkit-text-fill-color: white;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
}
.myform #wrap_Inputfield_nachricht {
  margin-bottom: 30px;
}
.myform button[disabled] {
  opacity: 0.75;
}
.myform input[type=checkbox] {
  height: 22px;
  width: 22px;
  border: 1px solid #003745;
  transform-origin: top left;
  transform: scale(1.5);
}
.myform input[type=checkbox]:checked, .myform input[type=checkbox]:indeterminate {
  background-color: #B8D590;
  border-color: transparent;
}
.myform .checkers {
  display: flex;
  align-items: flex-start;
}
.myform .checkers input {
  margin-right: 1.6vw;
  margin-top: 7px;
}
.myform .checkers span {
  width: calc(100% - 6vw);
}
.myform #wrap_required_fields {
  padding: 30px 0;
  color: #003745;
  font-size: 0.75em;
}
.myform #wrap_contact_submit button {
  background-color: transparent !important;
  border: none !important;
  text-transform: initial;
  color: #003745;
  padding: 0 !important;
  width: 100%;
}

#FormBuilderSubmitted > * {
  text-align: center;
  color: #B8D590;
}

.cmimageslider_caption {
  width: 100%;
  padding: 5px 0;
  font-size: 18px;
  text-align: right;
}

.uk-slider-item img, .uk-slider-item video {
  height: auto;
  width: 900px;
}

.cmimageslider a.uk-slidenav {
  display: block;
  opacity: 1;
  padding: 20px;
  margin: 50px;
  color: #FFFFFF;
}
.cmimageslider a.uk-slidenav svg {
  display: none;
}
.cmimageslider a.uk-slidenav img {
  height: 40px;
  width: auto;
}

@keyframes moveLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-10%);
  }
}
@keyframes moveRight {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(10%);
  }
}
.striped-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.striped-background .wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 300%;
  aspect-ratio: 1/1;
  transform: translate(-33.33%, -33.333%) rotate(-20deg);
}
.striped-background .wrapper .stripe {
  width: 300%;
  height: 20vh;
  background-size: auto 20vh;
  background-repeat: repeat-x;
}
.striped-background .wrapper .stripe.left {
  animation: moveLeft 120s linear infinite;
}
.striped-background .wrapper .stripe.right {
  animation: moveRight 120s linear infinite;
}

.slickslider-section .slick-indicator {
  transition: opacity 0.75s;
}
@media (max-width: 768px) {
  .slickslider-section {
    margin: 20px 0;
  }
}
@media (min-width: 768px) {
  .slickslider-section:hover .slick-indicator {
    opacity: 0;
  }
}

.slickslider {
  height: auto;
  margin-bottom: 15px;
}
.slickslider:not(.slickslider-autoheight) {
  height: 100vh;
}
@media (max-width: 768px) {
  .slickslider:not(.slickslider-autoheight) {
    height: 150vw;
  }
}
.slickslider div, .slickslider div > img, .slickslider div > video {
  height: 100%;
}
.slickslider .slick-dots {
  list-style: none;
  display: flex;
  justify-content: center;
  margin: 0 !important;
  padding: 0 !important;
}
.slickslider .slick-dots li button {
  background-color: rgba(0, 55, 69, 0.1);
  width: 100%;
  height: 100%;
  padding: 0;
  border: none;
  box-shadow: none;
  font-size: 0;
  transition: all 1s;
  border-radius: 50%;
}
.slickslider .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 12px;
  padding: 0;
}
.slickslider .slick-dots li.slick-active button {
  background-color: #003745;
}
.slickslider.slickslider-dots .slick-prev, .slickslider.slickslider-dots .slick-next {
  position: absolute;
  top: 50%;
  left: 30px;
  z-index: 10;
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  transform: translate(0, -50%);
  height: 100%;
  width: 40px;
}
.slickslider.slickslider-dots .slick-prev img, .slickslider.slickslider-dots .slick-next img {
  height: 35px;
  width: auto;
  opacity: 0;
  transition: opacity 0.25s;
}
.slickslider.slickslider-dots .slick-prev:hover img, .slickslider.slickslider-dots .slick-next:hover img {
  opacity: 1;
}
.slickslider.slickslider-dots .slick-next {
  left: auto;
  right: 0px;
}
.slickslider.slickslider-dots .slick-dots {
  transform: translateY(-40px);
}
.slickslider.slickslider-dots .slick-dots li {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0.4em;
  margin-right: 0.4em;
}
.slickslider.slickslider-dots .slick-dots li button {
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #FFFFFF;
}
.slickslider.slickslider-dots .slick-dots li button:hover {
  background-color: #FFFFFF;
}
.slickslider.slickslider-dots .slick-dots li.slick-active button {
  background-color: #FFFFFF;
}

.slickslider-navigation {
  position: absolute;
  top: 0;
  bottom: 55px;
  width: clamp(60px, 20%, 250px);
  height: calc(100% - 55px);
  z-index: 10;
  cursor: hand;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slickslider-navigation img {
  width: 16px;
  transition: opacity 0.25s;
}
@media (min-width: 960px) {
  .slickslider-navigation img {
    width: 35px;
    opacity: 0;
  }
}
.slickslider-navigation:hover img {
  opacity: 1;
}
.slickslider-navigation:active {
  cursor: url("https://www.google.com/intl/en_ALL/mapfiles/closedhand.cur"), all-scroll;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.left-nav {
  left: 0;
}

.right-nav {
  right: 0;
}

.slickslider-section {
  position: relative;
}

.ns-scale-up {
  animation: scaleup 0.5s ease-out forwards;
}

@keyframes scaleup {
  0% {
    transform: scale(0.3);
  }
  100% {
    transform: scale(1);
  }
}
.featuring-slider-link {
  display: block;
  overflow: hidden;
}
.featuring-slider-link > div {
  background-size: 100%;
  transition: background-size 0.25s ease;
}
.featuring-slider-link:hover > div {
  background-size: 103%; /* Scale up the image */
}

.ns-animation-slide-bottom {
  animation: slideup 0.6s ease-out forwards;
}

@keyframes slideup {
  0% {
    opacity: 0;
    transform: scale(0.85) translateY(50px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0px);
  }
}
.image-rotator-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}

.image-rotator-inner {
  display: flex;
  animation: slide 120s linear infinite;
  height: 520px !important;
}
@media (max-width: 922px) {
  .image-rotator-inner {
    height: 320px !important;
  }
}

.image-container {
  position: relative;
}
.image-container img {
  width: auto;
  height: 100%;
}
.image-container .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  background-color: rgba(0, 55, 69, 0.93);
  transition: opacity 0.3s ease;
}
.image-container .overlay p {
  color: white;
  text-align: center;
  margin-bottom: 0 !important;
  padding: 10px;
}
@media (max-width: 922px) {
  .image-container .overlay p {
    font-size: 0.75em;
  }
}
.image-container:hover .overlay {
  opacity: 1;
}

@keyframes slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
#pagination ul li a {
  color: #003745;
  opacity: 0.3;
}
#pagination ul li a:hover, #pagination ul li a:active {
  opacity: 1;
}
#pagination ul li.is-active a {
  pointer-events: none;
  opacity: 1;
}
