@charset "UTF-8";
:root {
  --color-font: #000000;
  --color-link: #000000;
  --color-link-hover: #a62e36;
  --color-highlight: #a62e36;
  --color-background: #ffffff;
  --color-background-first: #afafaf;
  --color-background-second: #e3e3e3;
  --color-background-third: #f5f5f5;
  --scrollbar-width: 20px;
  --threshold: 66;
  --light: 100;
  --inner-width: 1440px;
  --inner-width-small: 1140px;
}

@font-face {
  font-family: "delius-icons";
  src: url("fonts/delius-icons.eot?g9s34v");
  src: url("fonts/delius-icons.woff2?g9s34v") format("woff2"), url("fonts/delius-icons.woff?g9s34v") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "AngleciaPro";
  src: url("fonts/AngleciaProDisplay.woff?") format("woff2"), url("fonts/AngleciaProDisplay.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/* assistant-300 - latin_latin-ext */
@font-face {
  font-display: fallback;
  font-family: "Assistant";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/assistant-v18-latin_latin-ext-300.woff2") format("woff2"), url("fonts/assistant-v18-latin_latin-ext-300.woff") format("woff");
}
/* assistant-regular - latin_latin-ext */
@font-face {
  font-display: fallback;
  font-family: "Assistant";
  font-style: normal;
  font-weight: 500;
  src: url("fonts/assistant-v18-latin_latin-ext-regular.woff2") format("woff2"), url("fonts/assistant-v18-latin_latin-ext-regular.woff") format("woff");
}
/* assistant-500 - latin_latin-ext */
@font-face {
  font-display: fallback;
  font-family: "Assistant";
  font-style: normal;
  font-weight: 600;
  src: url("fonts/assistant-v18-latin_latin-ext-500.woff2") format("woff2"), url("fonts/assistant-v18-latin_latin-ext-500.woff") format("woff");
}
@media screen and (prefers-reduced-motion: reduce) {
  html,
  div {
    scroll-behavior: auto !important;
    animation-duration: 0ms !important;
  }
}
main header,
aside header,
dialog header {
  margin-bottom: 0.6rem;
}
main header h1 + div,
aside header h1 + div,
dialog header h1 + div {
  font-size: 3em;
  font-size: clamp(1.5em, 5vw, 3em);
  font-weight: 600;
  margin-top: 0.2em;
}
main header p,
aside header p,
dialog header p {
  font-family: "Assistant", Helvetica, sans-serif;
  padding: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 0.7em;
}
@media screen and (min-width: 768px) {
  main header p,
  aside header p,
  dialog header p {
    font-size: 0.9em;
  }
}
main header.center,
aside header.center,
dialog header.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  main header.center,
  aside header.center,
  dialog header.center {
    max-width: 750px;
  }
}
main header.center ~ p,
aside header.center ~ p,
dialog header.center ~ p {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 85ch;
}
main header.center ~ p.ctas,
aside header.center ~ p.ctas,
dialog header.center ~ p.ctas {
  display: flex;
  justify-content: center;
}

body > header,
main,
aside,
body > footer {
  max-width: 92%;
  max-width: min(92vw, 1920px);
  margin-left: auto;
  margin-right: auto;
}

main,
aside {
  max-width: 100%;
}

header {
  font-family: "AngleciaPro", "Source Sans Pro", Arial, Helvetica, sans-serif;
}

h1,
h2,
h3,
h4 {
  font-weight: 400;
  margin: 0 auto 0 0;
  max-width: 1140px;
  line-height: 1.4em;
  letter-spacing: 0.03em;
  text-wrap: balance;
}

section[style*="--color-shadow"] h1,
section[style*="--color-shadow"] h2,
section[style*="--color-shadow"] h3 {
  text-shadow: 1px 1px 4px rgba(var(--color-shadow), 0.6);
}
section[style*="--color-shadow"] h1 + div,
section[style*="--color-shadow"] h2 + div,
section[style*="--color-shadow"] h3 + div {
  text-shadow: 1px 1px 4px rgba(var(--color-shadow), 0.6);
}

h1 {
  font-size: 2.3em;
  font-size: clamp(1.6em, 5vw, 2.3em);
  hyphens: auto;
}

h2 {
  font-size: 2em;
  font-size: clamp(1.5em, 5vw, 2em);
  hyphens: auto;
}

h3 {
  font-size: 1.34em;
  font-size: clamp(1.1em, 5vw, 1.34em);
}

header.large h3 {
  font-size: 1.9em;
  font-size: clamp(1.1em, 5vw, 1.8em);
}

header.serifless h3 {
  font-family: "Assistant", Helvetica, sans-serif;
  font-size: 1.34em;
  font-size: clamp(1.1em, 5vw, 1.34em);
  font-weight: 600;
  text-wrap: balance;
}

p {
  margin: 0 auto;
  width: 100%;
  margin-bottom: 0.8em;
  max-width: 1140px;
}
p.ctas {
  margin-left: auto;
  margin-right: auto;
}

p.ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  margin-top: 1.5em;
}
p.ctas > span:empty {
  display: none;
}
p.ctas.center {
  flex: 0 0 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}
p.ctas a.cta {
  margin-bottom: 0.5em;
}

p.ctas a,
a.button,
a.cta,
form button {
  background: transparent;
  border: 1px solid var(--color-link);
  color: #fff;
  display: inline-block;
  font-family: "Assistant", Helvetica, sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.1em;
  overflow: hidden;
  padding: 0.8em 1.2em;
  font-size: 0.8em;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  transition: all 200ms;
}
@media screen and (min-width: 768px) {
  p.ctas a,
  a.button,
  a.cta,
  form button {
    font-size: 0.93em;
    padding: 1em 2.75em;
  }
}
p.ctas a:hover,
a.button:hover,
a.cta:hover,
form button:hover {
  background-color: #000;
  color: #fff;
}
p.ctas a span,
a.button span,
a.cta span,
form button span {
  mix-blend-mode: difference;
  position: relative;
  z-index: 2;
}
p.ctas a:has(span),
a.button:has(span),
a.cta:has(span),
form button:has(span) {
  color: #fff;
}
p.ctas a:has(span):hover,
a.button:has(span):hover,
a.cta:has(span):hover,
form button:has(span):hover {
  background-color: inherit;
}
p.ctas a:has(span)::before, p.ctas a:has(span)::after,
a.button:has(span)::before,
a.button:has(span)::after,
a.cta:has(span)::before,
a.cta:has(span)::after,
form button:has(span)::before,
form button:has(span)::after {
  content: "";
  position: absolute;
  background-color: var(--color-link);
  top: -50%;
  left: 0;
  right: 0;
  width: 51%;
  transition: all 0.5s ease-in-out;
  z-index: 1;
  height: 150%;
}
p.ctas a::before,
a.button::before,
a.cta::before,
form button::before {
  transform: translateX(-111%) rotate(8deg);
}
p.ctas a::after,
a.button::after,
a.cta::after,
form button::after {
  transform: translateX(211%) rotate(-8deg);
}
p.ctas a:hover::before,
a.button:hover::before,
a.cta:hover::before,
form button:hover::before {
  transform: inherit;
}
p.ctas a:hover::after,
a.button:hover::after,
a.cta:hover::after,
form button:hover::after {
  transform: translateX(99%);
}

ul {
  max-width: 1140px;
  margin-top: 0;
  margin-bottom: 0.8em;
  margin-right: auto;
  margin-left: auto;
}

a {
  color: var(--color-font);
  text-decoration: none;
}
a:not(.cta):hover {
  color: var(--color-link-hover);
}

address {
  font-style: normal;
}

main a[href^="tel:"]::before,
aside a[href^="tel:"]::before,
footer a[href^="tel:"]::before {
  content: "phone";
  font-family: delius-icons;
  font-size: 0.9em;
  display: inline-block;
  margin-right: 0.4em;
}

main a[href^="mailto:"]::before,
aside a[href^="mailto:"]::before,
footer a[href^="mailto:"]::before {
  content: "email";
  font-family: delius-icons;
  font-size: 0.9em;
  display: inline-block;
  margin-right: 0.4em;
}

[class^=icon-],
[class*=" icon-"],
[class^=icon-]::before,
[class*=" icon-"]::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "delius-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: lowercase;
  line-height: 1;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a.info {
  position: absolute;
  right: 0;
  display: flex;
  font-family: delius-icons;
  font-size: 0.8em;
  margin-top: 0.1em;
}
a.info.close {
  display: none;
}
a.info + div + div, a.info ~ div.additional {
  max-height: 0px;
  margin-top: 0.5em;
  margin-bottom: 0.2em;
  overflow: hidden;
  transition: max-height 1200ms;
}
a.info::after {
  content: "down";
  margin-left: 0.3em;
}
a.info.active + div + div, a.info.active ~ div.additional {
  max-height: 500px;
  transition: max-height 2000ms;
}
a.info.active::after {
  content: "up";
  transition: rotate(90deg);
}

main section ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
main section ul li::before {
  content: "check";
  font-family: delius-icons;
  display: inline-block;
  margin-right: 0.5em;
}

header,
footer,
div,
p,
a,
h1,
h2,
h3,
ul,
li,
button,
figure,
img,
video,
main,
section,
input,
select,
address,
form {
  box-sizing: border-box;
  color: var(--color-font);
}
header::after, header::before,
footer::after,
footer::before,
div::after,
div::before,
p::after,
p::before,
a::after,
a::before,
h1::after,
h1::before,
h2::after,
h2::before,
h3::after,
h3::before,
ul::after,
ul::before,
li::after,
li::before,
button::after,
button::before,
figure::after,
figure::before,
img::after,
img::before,
video::after,
video::before,
main::after,
main::before,
section::after,
section::before,
input::after,
input::before,
select::after,
select::before,
address::after,
address::before,
form::after,
form::before {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-width: 300px;
}

html,
body {
  font-family: "Assistant", Helvetica, sans-serif;
  font-size: 1.07em;
  background-color: #ffffff;
  line-height: 1.4em;
  scroll-padding-top: 100px;
}

html,
div {
  scroll-behavior: smooth;
}

main,
aside {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  --gap: calc(var(--inner-width-small) - 1100px);
  gap: var(--gap);
}

main {
  min-height: 30vh;
  margin-left: auto;
  margin-right: auto;
}
main p a {
  color: var(--color-highlight);
}
main p a:not(.cta):hover {
  text-decoration: underline;
}

main section,
main > div,
aside section,
aside > div {
  --max-width: 1140px;
  display: block;
  flex: 0 0 100%;
  margin-top: clamp(2em, 5vw, 8em);
  margin-bottom: 0em;
  max-width: min(var(--max-width), 92vw);
  margin-left: auto;
  margin-right: auto;
}
main section.large,
main > div.large,
aside section.large,
aside > div.large {
  --max-width: 1440px;
}
main section.small,
main > div.small,
aside section.small,
aside > div.small {
  --max-width: 850px;
}
@media screen and (min-width: 1600px) {
  main section,
  main > div,
  aside section,
  aside > div {
    margin-left: calc((100% - var(--max-width)) / 2);
    margin-right: calc((100% - var(--max-width)) / 2);
  }
}
main section:not(:has(header)),
main > div:not(:has(header)),
aside section:not(:has(header)),
aside > div:not(:has(header)) {
  margin-top: 2em;
}
main section:not(:has(header)):has(.text.center),
main > div:not(:has(header)):has(.text.center),
aside section:not(:has(header)):has(.text.center),
aside > div:not(:has(header)):has(.text.center) {
  margin-top: 0;
  padding: 0;
}
main section .text.center p.ctas,
main > div .text.center p.ctas,
aside section .text.center p.ctas,
aside > div .text.center p.ctas {
  flex: 0 0 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  justify-content: center;
}
main section .text.center p.ctas:first-child,
main > div .text.center p.ctas:first-child,
aside section .text.center p.ctas:first-child,
aside > div .text.center p.ctas:first-child {
  margin: 0;
}
main section + div,
main > div + div,
aside section + div,
aside > div + div {
  margin-top: 0em;
}
main section:last-child,
main > div:last-child,
aside section:last-child,
aside > div:last-child {
  margin-bottom: 4em;
}

figure {
  margin: 0;
}
figure img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
figure video {
  max-width: 100%;
  height: auto;
}
figure.imgBorder figure.image {
  background-color: #F5F5F5;
  padding: 1.5em 1.5em 5em 6em !important;
}
figure.imgBorder img {
  margin: 1em;
  border: 1px solid #ccc;
}

@keyframes highlight {
  0% {
    background-color: #aaa;
  }
  100% {
    background-color: white;
  }
}
@keyframes pulse {
  from {
    box-shadow: 0 0 0 0px rgb(0, 0, 0);
  }
  to {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
}
@keyframes pulsate {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  30% {
    transform: scale(0.96);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  50% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
  70% {
    transform: scale(0.97);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slideIn {
  0% {
    transform: translateX(1em);
    opacity: 0;
  }
  100% {
    transform: inherit;
    opacity: 1;
  }
}
@keyframes popIn {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    transform: scale(0.9);
    opacity: 0;
  }
  25% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    transform: scale(0.9);
    opacity: 0;
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    opacity: 1;
  }
}
@keyframes shake-shake {
  0% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }
  20% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
  40% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }
  60% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
  80% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes fill {
  0% {
    height: 0;
  }
}
@keyframes showtext {
  0%, 40% {
    font-size: 0;
  }
  100% {
    font-size: 1em;
  }
}
@keyframes showtextUp {
  0%, 40% {
    font-size: 0;
    transform: translateY(3em);
  }
  100% {
    font-size: 1em;
  }
}
@keyframes slideClose {
  0% {
    max-height: 100vh;
  }
  100% {
    max-height: 0;
  }
}
@keyframes slideOpen {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 100vh;
  }
}
#pageHeader {
  display: flex;
  justify-content: space-between;
  position: relative;
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: #fff;
  box-shadow: -50vw 0 0 #ffffff, 50vw 0 0 #ffffff;
}
#pageHeader > a {
  font-size: 2.5em;
  font-size: clamp(1.8em, 5vw, 2.5em);
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  transition: all 200ms;
}
@media screen and (min-width: 360px) and (max-width: 768px) {
  #pageHeader > a {
    margin-left: auto;
    margin-right: auto;
  }
}
#pageHeader a {
  text-decoration: none;
  color: #000000;
}
#pageHeader nav a {
  display: block;
  color: rgba(0, 0, 0, 0.8);
}
@media screen and (min-width: 768px) {
  #pageHeader nav {
    align-items: flex-end;
  }
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav > ul {
  flex: 0 0 auto;
  display: flex;
  flex-direction: row;
  max-width: 100%;
}
nav > ul ul {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: opacity 300ms 200ms;
}

#main {
  display: flex;
  flex-direction: row;
}
#main > a {
  flex: 0 0 2em;
}
#main > span {
  display: block;
}

@media only screen and (max-width: 768px) {
  nav {
    max-height: 100vh;
    width: 100%;
    z-index: 9;
  }
  nav a.active ~ ul,
  nav a:focus ~ ul,
  nav a:focus-within ~ ul,
  nav nav.toggle > ul,
  nav ul:focus-within {
    opacity: 1;
    max-height: 100vh;
    transform: inherit;
  }
  nav ul {
    display: flex;
    flex-direction: column;
  }
  nav ul ul {
    position: relative;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
  }
  nav ul a {
    display: block;
  }
}
#mobileTrigger {
  display: none;
}
#mobileTrigger span {
  position: relative;
  display: inline-block;
  top: 49%;
  max-width: 50%;
  height: 3px;
  transition: background 0s linear 0.15s;
  width: 100%;
}
#mobileTrigger span::before, #mobileTrigger span::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  transition: top 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.15s, bottom 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.15s, transform 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
}
#mobileTrigger span::before {
  top: -7px;
}
#mobileTrigger span::after {
  bottom: -6px;
}

@media only screen and (min-width: 769px) {
  nav ul > li > ul {
    position: absolute;
  }
  #mobileTrigger {
    order: 2;
  }
}
@media only screen and (max-width: 768px) {
  #mobileTrigger,
  #mobileTrigger + span {
    z-index: 9;
    display: block;
    display: flex;
  }
  #mobileTrigger + span {
    position: absolute;
  }
  #mobileTrigger {
    z-index: 10;
    flex-shrink: 0;
    justify-content: center;
  }
  #mobileTrigger.active span, #mobileTrigger:focus span, #mobileTrigger:focus-within span {
    background: transparent;
  }
  #mobileTrigger.active span::before, #mobileTrigger.active span::after, #mobileTrigger:focus span::before, #mobileTrigger:focus span::after, #mobileTrigger:focus-within span::before, #mobileTrigger:focus-within span::after {
    transition: top 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s, bottom 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s, transform 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.15s;
  }
  #mobileTrigger.active span::before, #mobileTrigger:focus span::before, #mobileTrigger:focus-within span::before {
    top: 0;
    transform: rotate(45deg);
  }
  #mobileTrigger.active span::after, #mobileTrigger:focus span::after, #mobileTrigger:focus-within span::after {
    bottom: 0;
    transform: rotate(-45deg);
  }
  #mobileTrigger.active ~ span, #mobileTrigger:focus ~ span, #mobileTrigger:focus-within ~ span {
    z-index: 100;
  }
}
nav a.active ~ ul {
  max-height: 100vh;
  opacity: 1;
  overflow: inherit;
}

nav:not(.inlineNav) a.active + ul,
nav:not(.inlineNav) a:focus ~ ul,
nav:not(.inlineNav) a:focus-within ~ ul,
nav:not(.inlineNav) nav.toggle > ul,
nav:not(.inlineNav) ul:focus-within {
  height: inherit;
  opacity: 1;
  overflow: auto;
  max-height: 100vh;
}

nav {
  font-family: "Assistant", Helvetica, sans-serif;
}

div.navigation {
  display: flex;
  width: 100%;
}
@media screen and (min-width: 768px) {
  div.navigation {
    flex-direction: column;
  }
}
div.navigation #navBar {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
@media screen and (min-width: 768px) {
  div.navigation #navBar {
    padding-top: 0.5em;
    justify-content: flex-end;
  }
}
div.navigation #navBar > a {
  font-family: delius-icons;
  text-transform: lowercase;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0.4em;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  div.navigation #navBar > a {
    margin-left: 0.6em;
  }
}
div.navigation #navBar > a:first-child {
  margin-left: 0;
}
div.navigation #navBar > a:hover::before {
  inset: 25%;
  content: "";
  position: absolute;
  border-radius: 50%;
  aspect-ratio: 1/1;
  width: 0.7em;
  height: 0.7em;
  margin-left: 0.1em;
  animation: pulse 0.4s;
  opacity: 0.5;
}
div.navigation #navBar #cartButton {
  position: relative;
}
div.navigation #navBar #cartButton[title]::after {
  content: attr(title);
  font-size: 0.55em;
  color: var(--color-highlight);
  padding: 0 0 0 0.5em;
}
div.navigation #navBar > ul {
  font-size: 0.9em;
}
@media screen and (min-width: 768px) {
  div.navigation #navBar > ul {
    margin-left: min(4vw, 1.2em);
  }
}
div.navigation #navBar > ul > li > a span {
  padding: 0 0.6em;
  display: inline-block;
  line-height: 1.2;
}
div.navigation #navBar > ul > li > a span::after {
  content: "down";
  font-size: 0.6em;
  padding-left: 0.6em;
  display: inline-block;
  font-family: "delius-icons";
}
@media screen and (max-width: 768px) {
  div.navigation #navBar > ul > li > a span {
    padding: 0.8em 0.4em;
  }
}
div.navigation #navBar ul ul {
  background-color: #fff;
}
div.navigation #navBar ul ul a,
div.navigation #navBar ul ul span {
  display: block;
  padding: 0.1em 0.6em;
}
div.navigation #navBar ul ul a {
  padding: 0;
}
div.navigation #navBar ul ul li > span {
  opacity: 0.4;
}
div.navigation #navBar ul ul a:hover {
  background-color: var(--color-background-first);
}
@media screen and (max-width: 768px) {
  div.navigation #navBar ul ul {
    position: fixed;
    bottom: 50px;
    box-shadow: 0 0 5px var(--color-background-first);
  }
  div.navigation #navBar ul ul a span {
    padding: 0.2em 0.6em;
  }
}
@media screen and (max-width: 768px) {
  div.navigation {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--color-background-second);
    flex-direction: row;
    z-index: 100;
    padding: 0 2vw;
  }
  div.navigation #navMain ul {
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    transform: translateX(150%);
  }
  div.navigation #mobileTrigger {
    height: 50px;
    width: 55px;
    padding: 0 10px;
    display: flex;
  }
  div.navigation #mobileTrigger span {
    width: 100%;
    height: 1px;
  }
}
@media screen and (max-width: 768px) and (max-width: 360px) {
  div.navigation #mobileTrigger {
    position: fixed;
    top: 0;
    right: 0;
    height: 60px;
    width: 45px;
  }
  div.navigation #mobileTrigger span {
    height: 2px;
  }
}
@media screen and (max-width: 768px) {
  div.navigation #mobileTrigger span,
  div.navigation #mobileTrigger span::before,
  div.navigation #mobileTrigger span::after {
    background: var(--color-font);
    background: var(--color-font);
  }
}
@media screen and (max-width: 768px) {
  div.navigation #mobileTrigger.active span {
    background: transparent;
  }
}
@media screen and (min-width: 768px) {
  div.navigation {
    flex: 1 0 auto;
    max-width: 80%;
    flex-direction: column;
  }
  div.navigation #navBar {
    padding-top: 0.5em;
    justify-content: flex-end;
  }
}

#navMain {
  display: flex;
  padding-left: 20px;
  --navItemWidth: 285px;
  --navItemHeight: 100px;
  --items: 4;
}
@media screen and (min-width: 1280px) {
  #navMain {
    padding-left: 160px;
  }
}
#navMain > ul a {
  display: inline-block;
  padding: 0.8em 1vw;
  white-space: nowrap;
  text-transform: uppercase;
}
@media screen and (max-width: 1050px) {
  #navMain > ul a {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 1280px) {
  #navMain > ul a {
    padding: 0.8em 1vw;
  }
}
@media screen and (min-width: 768px) {
  #navMain > ul a.active + ul {
    animation: popIn 400ms ease-in-out;
  }
}
#navMain > ul > li > a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  #navMain > ul > li > ul {
    z-index: 100;
    left: 0;
    right: 0;
    display: grid;
    grid-template-columns: repeat(var(--items), minmax(200px, 1fr));
    justify-content: center;
    align-items: center;
    max-width: 100vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  #navMain > ul > li > ul {
    margin-left: calc((100% - var(--navItemWidth) * var(--items)) / 2);
    margin-right: calc((100% - var(--navItemWidth) * var(--items)) / 2);
  }
}
@media screen and (min-width: 768px) {
  #navMain > ul > li > ul.count1 {
    --items: 1;
  }
}
@media screen and (min-width: 768px) {
  #navMain > ul > li > ul.count2 {
    --items: 2;
  }
}
@media screen and (min-width: 768px) {
  #navMain > ul > li > ul.count3, #navMain > ul > li > ul.count6 {
    --items: 3;
  }
}
@media screen and (min-width: 768px) {
  #navMain > ul > li > ul > li {
    background-color: var(--color-background-third);
    height: 120px;
    height: var(--navItemHeight);
    width: var(--navItemWidth);
    max-width: calc(100vw / var(--items));
  }
  #navMain > ul > li > ul > li a {
    display: block;
    height: 100%;
    padding: 0;
  }
  #navMain > ul > li > ul > li a span {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100%;
  }
  #navMain > ul > li > ul > li a:hover {
    background-color: var(--color-background-second);
  }
}
@media screen and (min-width: 768px) {
  #navMain > ul > li > ul.count5:last-child::after {
    content: "";
    display: block;
    width: 300%;
    height: 100%;
    background-color: var(--color-background-third);
  }
}
@media screen and (min-width: 768px) {
  #navMain > ul > li > ul.count6:last-child::after {
    content: "";
    display: block;
    width: 200%;
    height: 100%;
    background-color: var(--color-background-third);
  }
}
@media screen and (min-width: 768px) {
  #navMain > ul > li > ul.count7:last-child::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: var(--color-background-third);
  }
}

@media only screen and (max-width: 768px) {
  #navMain {
    width: 50px;
  }
  #navMain ul {
    background-color: #fff;
    bottom: 0;
    display: flex;
    justify-content: flex-start;
    flex: 1 0 auto;
    font-size: 1em;
    margin: 0;
    overflow: visible;
    padding: 3em 0em;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(100%);
    transition: transform 200ms ease-out;
    width: 95%;
    box-shadow: 0 0 1px var(--color-background-first);
  }
  #navMain ul:not(.level2)::after,
  #navMain ul > li.hasChildren > a.active {
    display: inline-block;
    position: absolute;
    bottom: 0;
    transform: rotate(-90deg);
    transform-origin: left bottom;
    height: 2.7em;
    text-align: right;
    padding: 0 7.5em 0 0;
    line-height: 2.7em;
    font-weight: bold;
    top: 401px;
    top: calc(354px - 2.4em);
    width: 400px;
    color: #ddd;
    text-transform: uppercase;
    line-height: 2em;
    background-color: #fff;
    text-decoration: none;
  }
  #navMain ul ul::before {
    content: "";
    position: absolute;
    left: -2.1em;
    top: 0;
    height: 100vh;
    width: 1px;
  }
  #navMain ul:not(.level2)::after {
    content: attr(title);
    left: 2.4em;
    height: 2.4em;
    top: calc(325px - 2.4em);
    background-color: transparent;
    z-index: -1;
    text-decoration: none;
  }
  #navMain ul a {
    padding: 0.6em 0.5em;
  }
  #navMain ul:not(.level2) li {
    margin-left: 2.4em;
  }
  #navMain ul.level2 li {
    margin-left: 0.6em;
  }
  #navMain ul > li.hasChildren > a.active::before {
    content: "up";
    color: var(--color-highlight);
    font-family: delius-icons;
    text-transform: lowercase;
    position: absolute;
    font-size: 1em;
    right: 60px;
    width: 1.05em;
    height: 1.05em;
    margin: 0 1.2em 0;
    font-weight: bold;
  }
  #navMain ul.level2 {
    width: calc(95vw - 2em);
    right: 0;
  }
  #navMain ul.level2 li {
    padding-left: 0;
  }
  #navMain ul.level2 li a.active.has-children {
    left: 2.5em;
  }
  #navMain ul.level3 {
    width: calc(95vw - 6em);
    right: 0;
  }
  #navMain ul.level3 li {
    padding-left: 0;
  }
}
div.navigation #navMain a.active ~ ul,
div.navigation #navMain a:focus ~ ul,
div.navigation #navMain a:focus-within ~ ul,
div.navigation #navMain ul:focus-within {
  transform: inherit;
}

.textmedia.media-left, .textmedia.media-right {
  --max-width: var(--inner-width-small);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.textmedia.media-left a[id], .textmedia.media-right a[id] {
  position: absolute;
}
@media screen and (min-width: 750px) {
  .textmedia.media-left, .textmedia.media-right {
    flex-direction: row;
    gap: 8%;
  }
  .textmedia.media-left .text, .textmedia.media-right .text {
    flex: 0 1 42%;
    justify-content: center;
    display: flex;
    width: 42%;
    flex-direction: column;
  }
  .textmedia.media-left > figure, .textmedia.media-right > figure {
    flex: 0 1 50%;
    margin-bottom: 0;
  }
}
.textmedia.media-left p.ctas, .textmedia.media-right p.ctas {
  margin-left: 0;
}
@media screen and (min-width: 1600px) {
  .textmedia.media-left {
    padding-right: 5%;
  }
  .textmedia.media-left .text {
    padding-left: 3%;
  }
}
@media screen and (min-width: 1600px) {
  .textmedia.media-right {
    padding-left: 5%;
  }
  .textmedia.media-right .text {
    padding-right: 3%;
  }
}
@media screen and (min-width: 750px) {
  .textmedia.media-right figure {
    order: 2;
  }
}
.textmedia .inlineImage {
  max-width: 280px;
  margin-top: 1em;
  margin-bottom: 1em;
}
.textmedia.media-top {
  max-width: 850px;
  max-width: min(850px, 92%);
}
@media screen and (min-width: 1600px) {
  .textmedia.media-top {
    margin-left: calc((100% - 850px) / 2);
    margin-right: calc((100% - 850px) / 2);
  }
}
.textmedia.media-bottom {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  padding-top: clamp(2em, 5vw, 4em);
}
.textmedia.media-bottom::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 75%;
  z-index: -1;
  background-color: var(--color-background-third);
  box-shadow: -22.5vw 0 0 var(--color-background-third), -50vw 0 0 var(--color-background-third), 22.5vw 0 0 var(--color-background-third), 50vw 0 0 var(--color-background-third);
}
.textmedia.media-bottom figure,
.textmedia.media-bottom .swiper {
  order: 2;
  padding-top: 2em;
  margin-bottom: 0;
}
.textmedia.media-bottom figure {
  position: relative;
}
.textmedia.media-bottom figure img {
  display: block;
}
.textmedia.media-bottom figure figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #000;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
  line-height: 1em;
  padding: 0.4em 0.8em;
  font-size: 0.75em;
}
.textmedia.media-bottom .ctas {
  order: 3;
  margin-top: 2em;
  max-width: 100%;
  display: flex;
  justify-content: center;
}
.textmedia.media-bottom .ctas a {
  background: white;
}
.textmedia.media-bottom header.center + p {
  max-width: 85ch;
  margin-left: auto;
  margin-right: auto;
}
.textmedia.media-bg .headerText {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 4%;
  right: 4%;
  top: 0;
  bottom: 0;
  --color-font: #fff;
  text-align: center;
  z-index: 1;
}
.textmedia.media-bg .headerText h1,
.textmedia.media-bg .headerText h2,
.textmedia.media-bg .headerText h3 {
  margin-left: auto;
}
.textmedia.media-bg .headerText p,
.textmedia.media-bg .headerText h1,
.textmedia.media-bg .headerText h2,
.textmedia.media-bg .headerText h3 {
  text-shadow: 1px 1px 4px rgba(var(--color-shadow), 0.6);
}
.textmedia.media-bg header {
  aspect-ratio: 2/1;
  overflow: hidden;
  position: relative;
  margin-bottom: 2em;
  color: var(--color-font);
}
@media screen and (min-width: 640px) {
  .textmedia.media-bg header {
    aspect-ratio: 3/1;
  }
}
.textmedia.media-bg header h1,
.textmedia.media-bg header h2,
.textmedia.media-bg header h3 {
  font-size: clamp(1em, 5vw, 2em);
  text-align: center;
}
.textmedia.media-bg header.darken::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.textmedia.media-bg header figure {
  height: 100%;
}
.textmedia.media-bg header figure img {
  height: 100%;
  object-fit: cover;
}
.textmedia.media-bg header + .text p {
  max-width: 100%;
  display: flex;
  justify-content: center;
}
.textmedia.media-bg header + .text p.text-center {
  text-align: center;
}
.textmedia figure {
  margin-bottom: 2em;
}
.textmedia figure iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}

figure.video {
  margin: 1em 0;
}
figure.video iframe {
  aspect-ratio: 16/9;
  width: 100%;
  border: none;
}
figure.video > div > a {
  display: block;
  max-width: 1680px;
  position: relative;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 1.4em;
}
figure.video > div > a::before {
  content: "▶";
  color: rgba(255, 255, 255, 0.8);
  position: absolute;
  font-size: 1.3em;
  font-size: clamp(0.9em, 2vw, 1.3em);
  background: rgba(0, 0, 0, 0.5);
  width: 2.2em;
  height: 1.8em;
  line-height: 1em;
  padding: 0.4em 0.5em 0.5em 0.65em;
  border-radius: 40%/20%;
  backdrop-filter: blur(4px);
}
figure.video > div > a::after {
  content: "Das Video wird nach einem Klick auf diese Vorschau gestartet. In diesem Fall werden Ihre Verbindungs- und Browserdaten an den Betreiber  übertragen.";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  color: #fff;
  display: inline-block;
  padding: 0.6em 1em;
  font-size: 0.6em;
  font-size: clamp(0.4em, 5vw, 0.5em);
  text-align: right;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(2px);
  line-height: 1.4em;
  backdrop-filter: blur(4px);
}

.textmedia.defaultSmallImageTop figure {
  max-width: 450px;
  margin: 0 auto 1em;
}

.mediaHeader figure.video {
  margin-top: 0;
}

html[lang=en-us] figure.video > div > a::after {
  content: "The video will start after you click on this preview. In this case, your connection and browser data are transmitted to the operator YouTube.";
}

figcaption {
  font-size: 1em;
  clear: both;
  line-height: 1.3;
}
figcaption .title {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  figcaption .title {
    font-size: 0.7em;
  }
}
figcaption time {
  font-size: 0.8em;
}
figcaption p {
  margin-bottom: 0.1em;
  font-size: 0.95em;
}

figure a {
  display: block;
  height: 100%;
}
figure a img {
  display: block;
  transition: filter 0.3s 0.1s ease-in-out;
}
figure a .hover {
  height: 100%;
  position: relative;
  overflow: hidden;
}
figure a .hover span {
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 600;
  transform: translateY(105%);
  font-size: 1.2em;
  transition: transform 0.5s 0.2s ease-in-out;
}
figure a:hover .hover span {
  transform: inherit;
}
figure a:hover figcaption {
  color: #000;
}
figure a .title::after,
figure a time + .title + .text p::after {
  content: "up";
  display: inline-block;
  font-size: 0.5em;
  margin-left: 0.5em;
  font-family: delius-icons;
  position: relative;
  transform: translateY(-0.2em) rotate(90deg);
  transition: transform 500ms ease-in-out;
}
figure a time + .title {
  margin: 0 0 0.2em 0;
  font-size: 1.3em;
}
figure a time + .title::after {
  content: none;
}
figure a:hover .title::after,
figure a time + .title + .text p::after {
  transform: translateX(0.5em) translateY(-0.2em) rotate(90deg);
  color: var(--color-highlight);
}

.bg {
  background-color: var(--color-background-third);
  padding: 4em 0;
  margin-bottom: 2em;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
}
.bg nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 1em;
}
.bg nav ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin-top: 1em;
  gap: 0.5em;
  font-size: 1.2em;
}
.bg nav a {
  background-color: #fff;
  border-radius: 50%;
  font-family: delius-icons;
  padding: 0.6em;
  transition: all 200ms ease-in-out;
}
.bg nav a:hover {
  background-color: var(--color-highlight);
  color: #fff;
}

dialog {
  border: none;
  position: fixed;
  left: 0;
  top: 0;
  inset: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  z-index: 250;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 200ms;
}
dialog ::-webkit-scrollbar-thumb {
  background-color: var(--brand-color);
  border-right: 2px solid transparent;
}
dialog #close {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1000;
  border: none;
  font-family: delius-icons;
  background: none;
  padding: 1em;
  margin: 0.5em 1em;
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.4);
  transition: all 300ms;
  cursor: pointer;
}
dialog #close:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
dialog:empty {
  border: 10px solid white;
}
dialog.closeEvent {
  opacity: 0;
  overflow: hidden;
}
dialog::before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: grayscale(100%) blur(2px);
  transition: all 200ms;
}
dialog > .wrap {
  min-width: 300px;
  max-height: 100vh;
  overflow: auto;
  z-index: 9;
  position: relative;
  overflow: hidden;
  transition: all 200ms;
  max-width: 90%;
  animation: fadeIn 300ms;
}
dialog > .wrap .inner::-webkit-scrollbar-thumb {
  background-color: var(--color-background-first);
}
dialog > .wrap .inner::-webkit-scrollbar {
  width: 5px;
}
dialog > .wrap .inner {
  background: #fff;
  max-height: inherit;
  overflow: auto;
  max-width: 1140px;
  max-width: min(100%, 1140px);
  margin: 0em auto;
  padding: 1em 2em;
  overflow-x: hidden;
}
@media screen and (max-width: 760px) {
  dialog > .wrap .inner {
    font-size: 0.8em;
  }
}
dialog > .wrap .inner .textmedia {
  padding: 0;
  margin: 0 0 3em 0;
}
dialog > .wrap .inner .ctas a {
  color: white;
}
dialog > .wrap .inner.loading {
  position: relative;
}
dialog > .wrap .inner.loading::before {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(2px);
  position: fixed;
  inset: 0;
  z-index: 10;
  animation: fadeIn 300ms;
}
dialog > .wrap .inner.loading::after {
  content: "";
  border-width: 8px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.4) rgba(0, 0, 0, 0.4) rgba(0, 0, 0, 0.4) #000;
  border-radius: 50%;
  position: fixed;
  left: calc(50% - 25px);
  top: calc(50% - 25px);
  width: 50px;
  height: 50px;
  z-index: 10;
  animation: rotation 2s infinite linear;
}
dialog > .wrap form {
  margin-bottom: 3em;
  margin-left: 0;
  width: 100%;
}
dialog > .wrap h2 {
  font-size: 2em;
}
dialog > .wrap h3 {
  font-size: 1.4em;
}
dialog > .wrap header {
  margin: 0 auto 1em 0;
}
dialog > .wrap header h2 {
  font-size: 2em;
}
dialog > .wrap header h3 {
  font-size: 1.4em;
}
dialog > .wrap header h2 span,
dialog > .wrap header h3 span {
  max-width: 100%;
}
dialog > .wrap ul,
dialog > .wrap ol,
dialog > .wrap p {
  font-size: 1em;
}
dialog > .wrap ul,
dialog > .wrap ol {
  margin: 0 0 1em;
}
dialog.loading:after {
  content: "";
  border-width: 8px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.4) rgba(255, 255, 255, 0.4) rgba(255, 255, 255, 0.4) #fff;
  border-radius: 50%;
  position: absolute;
  width: 50px;
  height: 50px;
  z-index: 10;
  animation: rotation 2s infinite linear;
}
dialog.loading .wrap {
  opacity: 0;
}
dialog.fadeIn .wrap {
  animation: maxHeight 800ms ease-in;
}

@media screen and (min-width: 760px) {
  dialog .wrap {
    max-width: 40%;
  }
  dialog.medium .wrap {
    min-width: 40%;
    max-width: 60%;
  }
  dialog.large .wrap {
    min-width: 70%;
    max-width: 80%;
  }
  dialog.right {
    right: 0;
    left: auto;
  }
  dialog.right .wrap {
    max-width: 100%;
  }
  dialog.right .inner {
    margin: 0;
    padding-top: 5em;
    padding-left: 4em;
    padding-right: 4em;
  }
}
dialog.default > .wrap {
  max-width: 100%;
  min-width: 100%;
  min-height: 100vh;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
dialog.default::before {
  content: none;
}

dialog.right {
  left: auto;
  right: 0;
  width: 320px;
  width: 98vw;
  opacity: 1;
  animation: slideFadeLeft 200ms;
}
@media screen and (min-width: 640px) {
  dialog.right {
    width: min(60vw, 1040px);
  }
}
dialog.right[open] {
  transform: inherit;
}
dialog.right .wrap {
  margin: 0;
  padding: 0;
  max-height: 100vh;
  max-width: 100vw;
  height: 100vh;
  width: 100%;
}
dialog.right .wrap .inner {
  min-height: 100%;
}

dialog .form-group .partner {
  padding: 0.5em;
  background-color: #f5f5f5;
  margin: 1em 0 0 0;
  display: flex;
  align-items: flex-start;
  font-size: 1.2em;
  gap: 1%;
}
dialog .form-group .partner label {
  text-transform: none;
}
dialog .form-group .partner label div {
  font-weight: 400;
  font-size: 1.1em;
}

dialog .quantity {
  display: none !important;
}

.stickyActions {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 100;
  line-height: 1em;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .stickyActions {
    top: min((100vw - 146px) / 2.66, 62%);
  }
}
.stickyActions.hide a {
  transform: translateX(80%);
}
.stickyActions.disable a {
  transform: translateX(150%);
}
.stickyActions a {
  --size: 2.5em;
  background: #f5f5f5;
  display: block;
  width: 2.5em;
  height: 2.5em;
  width: var(--size);
  height: var(--size);
  display: flex;
  flex-direction: column;
  color: var(--color-font);
  margin-bottom: 1px;
  justify-content: flex-end;
  text-decoration: none;
  transition: transform 400ms, box-shadow 400ms;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 2px 0px;
}
.stickyActions a span {
  text-transform: lowercase;
  font-family: delius-icons;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2em;
  transition: font-size 200ms;
}
.stickyActions a:hover {
  transform: scale(1.15);
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 4px 2px;
  z-index: 1;
}
.stickyActions a#cartButton {
  position: relative;
}
.stickyActions a#cartButton::before {
  content: "warenkorb";
  display: inline-block;
  color: #fff;
  padding: 0.2em;
  margin-bottom: 0.3em;
  font-size: 1.9em;
}
.stickyActions a#cartButton:not([title="0"]) {
  transform: inherit;
  transition: transform 400ms 500ms;
}
.stickyActions a#cartButton:not([title="0"])::after {
  content: attr(title);
  display: inline-block;
  padding: 0.2em 0.4em;
  line-height: 1;
  background-color: #A04393;
  position: absolute;
  top: -0.2em;
  left: -0.4em;
}
.stickyActions a#cartButton[title="0"] {
  display: none;
}

input[type=button],
input[type=submit],
input[type=reset],
button {
  -webkit-appearance: button;
}

.formLayout0 {
  --max-width: 120ch;
}
.formLayout0 header {
  padding: 0;
}
.formLayout0 section {
  margin: 0;
}

form {
  margin-top: 2em;
}

form h2 {
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 0.5em;
  margin-top: 1em;
}

span.required,
.required-hint {
  display: inline-block;
  margin-left: 0.2em;
  color: var(--color-highlight, red);
}

.form-group legend,
form fieldset legend {
  font-weight: bold;
  font-size: 0.9em;
  padding: 0 0.4em;
}
.form-group label,
form fieldset label {
  display: block;
  margin: 0 0 0.2em;
  font-size: 1em;
}
.form-group > div,
form fieldset > div {
  margin: 0 0 1em;
}
.form-group > div input[type=email],
.form-group > div input[type=number],
.form-group > div input[type=password],
.form-group > div input[type=search],
.form-group > div input[type=tel],
.form-group > div input[type=text],
.form-group > div input[type=url],
.form-group > div input[type=reset],
.form-group > div input[type=date],
.form-group > div select,
.form-group > div textarea,
form fieldset > div input[type=email],
form fieldset > div input[type=number],
form fieldset > div input[type=password],
form fieldset > div input[type=search],
form fieldset > div input[type=tel],
form fieldset > div input[type=text],
form fieldset > div input[type=url],
form fieldset > div input[type=reset],
form fieldset > div input[type=date],
form fieldset > div select,
form fieldset > div textarea {
  background: transparent;
  font-family: inherit;
  min-height: 38px;
  padding: 0.6em 0 0.2em;
  margin-bottom: 0.2em;
  border-width: 0 0 1px 0;
  border-color: var(--color-background-second, #e3e3e3);
  box-shadow: none;
  box-sizing: border-box;
  width: 100%;
  transition: all 10ms;
  font-size: 1em;
  max-width: 75ch;
  max-width: var(--max-width);
}
.form-group > div input[type=checkbox],
form fieldset > div input[type=checkbox] {
  margin: 0.15em 0.3em 0 0;
  border: 1px solid red;
}
.form-group > div input:required:focus:invalid,
form fieldset > div input:required:focus:invalid {
  border-color: #a62e36;
}
.form-group > div select optgroup,
.form-group > div select option,
form fieldset > div select optgroup,
form fieldset > div select option {
  font-family: "Roboto Condensed", sans-serif;
  padding: 0.2em;
  font-weight: 400;
  color: #000;
}
.form-group > div select:required:valid,
.form-group > div textarea:required:valid,
.form-group > div input:not(:empty):required:valid,
form fieldset > div select:required:valid,
form fieldset > div textarea:required:valid,
form fieldset > div input:not(:empty):required:valid {
  border-color: green;
}
.form-group > div input:not(:empty):required:not(:valid),
form fieldset > div input:not(:empty):required:not(:valid) {
  border-color: #a62e36;
}
.form-group > div textarea:focus,
.form-group > div input:not([type=checkbox]):focus,
form fieldset > div textarea:focus,
form fieldset > div input:not([type=checkbox]):focus {
  border-color: var(--color-font, #000);
  outline: none;
}
.form-group > div textarea,
form fieldset > div textarea {
  resize: vertical;
  min-height: 4em;
  border: 1px solid #d1d1d1;
  padding: 0.5em;
  min-width: 100%;
}
.form-group .help-block,
form fieldset .help-block {
  display: block;
  padding: 0.2em 0;
  font-size: 0.8em;
  color: var(--color-highlight);
}

.clearfix h2 {
  font-size: 1em;
  font-weight: 400;
}
.clearfix h2 p {
  font-size: 1em;
}

.form-group:not(.checkboxlink):not(.checkboxmulti):not(.textarea) {
  padding: 0.2em 0;
  display: flex;
  flex-wrap: wrap;
}
.form-group:not(.checkboxlink):not(.checkboxmulti):not(.textarea) label {
  align-items: center;
  font-size: 0.8em;
  padding-top: 0.5em;
  margin-bottom: 0;
  flex: 0 1 100%;
}
@media screen and (min-width: 768px) {
  .form-group:not(.checkboxlink):not(.checkboxmulti):not(.textarea) label {
    flex: 0 1 25%;
    padding-right: 0.5em;
    font-size: 1em;
  }
}
.form-group:not(.checkboxlink):not(.checkboxmulti):not(.textarea) > div {
  margin-bottom: 0;
  flex: auto;
  min-width: 300px;
}

.form-group.checkboxlink,
.form-group.checkboxmulti {
  margin-top: 3em;
  max-width: var(--max-width);
  margin-left: 0;
}
.form-group.checkboxlink label,
.form-group.checkboxmulti label {
  display: flex;
}
.form-group.checkboxlink label input,
.form-group.checkboxmulti label input {
  flex: 0 0 1.2em;
  align-self: flex-start;
}
.form-group.checkboxlink label span,
.form-group.checkboxmulti label span {
  flex: 1;
  padding-left: 0.5em;
}
.form-group.checkboxlink span,
.form-group.checkboxmulti span {
  display: inline-block;
}
.form-group.checkboxlink a,
.form-group.checkboxmulti a {
  font-weight: bold;
}
.form-group.checkboxlink a:hover,
.form-group.checkboxmulti a:hover {
  color: var(--color-highlight, red);
}
.form-group.checkboxlink ~ .form-group.checkboxlink,
.form-group.checkboxlink ~ .form-group.checkboxmulti,
.form-group.checkboxmulti ~ .form-group.checkboxlink,
.form-group.checkboxmulti ~ .form-group.checkboxmulti {
  margin-top: 0;
}

.form-group.checkbox,
.form-group.checkboxlink {
  --size: .9em;
}
.form-group.checkbox input[type=radio],
.form-group.checkbox input[type=checkbox],
.form-group.checkboxlink input[type=radio],
.form-group.checkboxlink input[type=checkbox] {
  height: var(--size, 1em);
  width: var(--size, 1em);
  margin: 0.2em 1em 0 0;
  display: block;
  float: left;
  position: relative;
  cursor: pointer;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #fff;
}
.form-group.checkbox input[type=radio]:before,
.form-group.checkbox input[type=checkbox]:before,
.form-group.checkboxlink input[type=radio]:before,
.form-group.checkboxlink input[type=checkbox]:before {
  content: "";
  vertical-align: middle;
  text-align: center;
  line-height: 0.9em;
  position: absolute;
  cursor: pointer;
  height: var(--size, 1em);
  width: var(--size, 1em);
  background-color: #fff;
}
.form-group.checkbox input[type=radio]:after,
.form-group.checkbox input[type=checkbox]:after,
.form-group.checkboxlink input[type=radio]:after,
.form-group.checkboxlink input[type=checkbox]:after {
  content: "";
  vertical-align: middle;
  text-align: center;
  line-height: 0.9em;
  position: absolute;
  cursor: pointer;
  height: var(--size, 1em);
  width: var(--size, 1em);
  left: 0;
  top: 0;
  font-size: 2em;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 4px;
  transition: color 200ms;
}
.form-group.checkbox input[type=radio]:after,
.form-group.checkboxlink input[type=radio]:after {
  border-radius: 50%;
}
.form-group.checkbox input[type=checkbox]:hover:after,
.form-group.checkboxlink input[type=checkbox]:hover:after {
  background: #fff;
  content: "✔";
  color: var(--color-background-first, #ccc);
}
.form-group.checkbox input[type=radio]:hover:after,
.form-group.checkboxlink input[type=radio]:hover:after {
  content: "";
  box-shadow: inset 0 0 0 4px #fff;
}
.form-group.checkbox input[type=radio]:checked:after,
.form-group.checkbox input[type=checkbox]:checked:after,
.form-group.checkboxlink input[type=radio]:checked:after,
.form-group.checkboxlink input[type=checkbox]:checked:after {
  content: "✔";
  background-color: #fff;
}
.form-group.checkbox input[type=radio]:checked:after,
.form-group.checkboxlink input[type=radio]:checked:after {
  content: "";
  box-shadow: inset 0 0 0 4px #fff;
}
.form-group.checkbox input[type=checkbox]:checked:hover:after,
.form-group.checkboxlink input[type=checkbox]:checked:hover:after {
  color: var(--color-font, #000);
}

.form-group.textarea label {
  margin-bottom: 0.8em;
}
.form-group.textarea textarea {
  border-color: var(--color-background-second, #e3e3e3);
  min-height: 8em;
}

form fieldset {
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 2em;
  padding: 0.5em 2em;
}

.actions {
  flex: 0 0 auto;
  margin-bottom: 0em;
  max-width: min(var(--max-width), 92vw);
  margin-left: 0;
}
.actions .btn-group button {
  margin: 1.8em 0;
}
.btn-toolbar div.btn-group {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
.btn-toolbar div.btn-group .btn-group {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.btn-toolbar div.btn-group .btn-group.next, .btn-toolbar div.btn-group .btn-group.submit {
  align-items: flex-end;
}
.form-group .form-check-label {
  text-transform: none;
  font-weight: normal;
  font-size: 1em;
}
.form-group .form-check-label span {
  padding-top: 0.1em;
  padding-left: 0.4em;
}

.grouped {
  display: flex;
  flex-wrap: wrap;
  gap: 4%;
  margin-bottom: 1em;
  padding: 1em;
}
.grouped .row {
  flex: 1 auto;
  min-width: 280px;
}
.grouped .clearfix {
  flex: 0 0 100%;
  margin-bottom: 1em;
}
.grouped .form-group {
  margin: 0;
  width: 100%;
}

.row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.row .col-6 {
  flex: 0 0 48%;
}
.row .col-4 {
  flex: 0 0 30%;
}

.overlayContent form input {
  max-width: 100%;
}
.overlayContent form input[type=email],
.overlayContent form input[type=number],
.overlayContent form input[type=password],
.overlayContent form input[type=search],
.overlayContent form input[type=tel],
.overlayContent form input[type=text],
.overlayContent form input[type=url],
.overlayContent form input[type=reset],
.overlayContent form input[type=date],
.overlayContent form select,
.overlayContent form textarea {
  max-width: 100%;
}
.overlayContent button {
  background: var(--color-button);
}
.overlayContent .actions {
  background: #F3F4F5;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-bottom: 0;
  z-index: 10;
  box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.02);
}
.overlayContent .actions button {
  margin: 0;
  font-size: 0.9em;
}

.foldout .items-wrap {
  transform: translateY(0.5em);
  transition: opacity 0.1s ease-in-out, transform 0.3s ease-in-out;
  filter: drop-shadow(0 0px 4px rgba(0, 0, 0, 0.2));
}
.foldout .items-wrap .items {
  background-color: #fff;
  clip-path: polygon(1em 0, 0.6em 0.4em, 100% 0.4em, 100% 100%, 0 100%, 0 0.4em, 1.4em 0.4em);
  padding-top: 0.4em;
  padding-bottom: 0.4em;
}

.typo3-messages {
  margin-top: 1em;
}
.typo3-messages li::before {
  content: none;
}
.typo3-messages li.alert-warning {
  border: 2px solid var(--color-highlight);
  padding: 1em 1.5em 0.5em;
}
.typo3-messages li .alert-title {
  font-weight: bold;
}
.videoImageSlider {
  padding: 0 !important;
  position: relative;
  display: block;
  width: 100%;
  height: 50vw;
  /* ----- slider-button styles ----- */
}
.videoImageSlider header {
  display: none;
}
.videoImageSlider .text-wrapper > header {
  display: block;
}
.videoImageSlider .ce-bodytext > p {
  margin-bottom: 2rem;
}
.videoImageSlider .slider-content {
  padding: 0;
  position: absolute;
  top: 0%;
  left: 0%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.videoImageSlider .slider-content p.ctas {
  margin-top: 2rem;
}
.videoImageSlider .slider-content .swiper, .videoImageSlider .slider-content .images {
  position: relative;
  display: flex;
  height: auto;
  width: 100%;
}
.videoImageSlider .slider-content .swiper-slide {
  padding: 0 !important;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: none;
  height: auto;
}
.videoImageSlider .slider-content .image-container {
  display: flex;
  aspect-ratio: 16/9;
  max-width: 59vw;
  min-width: 59vw;
  max-height: 33.2vw;
  min-height: 33.2vw;
}
.videoImageSlider .slider-content .image-container a {
  position: relative;
  width: 100%;
  height: auto;
}
.videoImageSlider .slider-content .image-container img {
  position: relative;
  object-fit: cover;
  z-index: 0;
  width: 100%;
  height: auto;
}
.videoImageSlider .bg {
  background-color: #F5F5F5;
  box-shadow: 400px 0px #F5F5F5, -400px 0px #F5F5F5;
  position: relative;
  display: block;
  width: 100%;
  max-height: 33.33vw;
  min-height: 33.33vw;
}
.videoImageSlider .swiper-button-prev {
  overflow: hidden;
  top: 48%;
  left: 17.95%;
  height: 60px;
  width: 25px;
}
.videoImageSlider .swiper-button-next {
  overflow: hidden;
  top: 48%;
  right: 17.95%;
  height: 60px;
  width: 25px;
}
.videoImageSlider .swiper-button-prev:after, .videoImageSlider .swiper-button-next:after {
  color: black;
  z-index: 99;
}
.videoImageSlider .swiper-button-prev:after {
  position: absolute;
  left: 10%;
}
.videoImageSlider .swiper-button-next:after {
  position: absolute;
  right: 10%;
}
.videoImageSlider .swiper-button-background-prev {
  background-color: rgba(255, 255, 255, 0.5019607843);
  border-radius: 0% 100% 100% 0%;
  overflow: hidden;
  position: absolute;
  right: 0%;
  bottom: 2%;
  width: 50px;
  height: 50px;
}
.videoImageSlider .swiper-button-background-next {
  background-color: rgba(255, 255, 255, 0.5019607843);
  border-radius: 100% 0% 0% 100%;
  position: absolute;
  overflow: hidden;
  left: 0%;
  bottom: 2%;
  width: 50px;
  height: 50px;
}

.defaultWithOverlay .inlineImage {
  max-width: 280px;
  margin-top: 1em;
  margin-bottom: 1em;
}
.defaultWithOverlay.media-bg .headerText {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 4%;
  right: 4%;
  top: 0;
  bottom: 0;
  --color-font: #fff;
}
.defaultWithOverlay.media-bg header {
  aspect-ratio: 3/1;
  overflow: hidden;
  position: relative;
  margin-bottom: 2em;
  color: var(--color-font);
}
.defaultWithOverlay.media-bg header h2,
.defaultWithOverlay.media-bg header h3 {
  font-size: clamp(1em, 5vw, 2em);
  text-align: center;
}
.defaultWithOverlay.media-bg header p {
  text-align: center;
}
.defaultWithOverlay.media-bg header::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.defaultWithOverlay.media-bg header figure {
  height: 100%;
}
.defaultWithOverlay.media-bg header figure img {
  height: 100%;
  object-fit: cover;
}
.defaultWithOverlay.media-bg header + .text p {
  max-width: 100%;
  display: flex;
  justify-content: center;
}
.defaultWithOverlay.media-bg header + .text p.text-center {
  text-align: center;
  max-width: 850px;
}
.defaultWithOverlay figure {
  margin-bottom: 2em;
}
.defaultWithOverlay figure iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}

.featureBox3Row .swiper {
  border-top: 2em solid transparent;
}
@media screen and (min-width: 1024px) {
  .featureBox3Row .swiper {
    width: 1140px;
    max-width: 1140px;
  }
}
.featureBox3Row .images {
  margin-left: auto;
  margin-right: auto;
  gap: 2em;
}
.featureBox3Row .images:not(.swiper-wrapper) {
  margin-top: 2em;
  padding: 0;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  height: auto;
  display: grid;
  grid-template-columns: repeat(1, minmax(45%, 1fr));
}
@media screen and (min-width: 1024px) {
  .featureBox3Row .images:not(.swiper-wrapper) {
    width: 1140px;
    max-width: 1140px;
  }
}
@media screen and (min-width: 600px) {
  .featureBox3Row .images:not(.swiper-wrapper) {
    grid-template-columns: repeat(2, max(200px, 2fr));
  }
}
@media screen and (min-width: 1024px) {
  .featureBox3Row .images:not(.swiper-wrapper) {
    grid-template-columns: repeat(3, minmax(200px, 1fr));
  }
}
.featureBox3Row .images figure.image {
  padding: 0;
  margin: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: auto;
}
.featureBox3Row .images figure.image.rectangle {
  grid-column: span 2;
}
.featureBox3Row .images figure.image.rectangle.with-title {
  max-height: 430px;
}
.featureBox3Row .images figure.image > a {
  position: relative;
  overflow: hidden;
}
.featureBox3Row .images figure.image > a[title]::after {
  content: attr(title);
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(2px);
  padding: 2em;
  transition: transform 400ms ease-in-out, opacity 300ms ease-in-out;
  transform: translateY(100%);
  opacity: 0;
}
.featureBox3Row .images figure.image > a:hover::after {
  transform: inherit;
  opacity: 1;
}
.featureBox3Row .images figure.image figcaption:first-child {
  order: 1;
}
.featureBox3Row .images figure.image figcaption:first-child:hover + a::after {
  transform: inherit;
  opacity: 1;
}
.featureBox3Row .images figure.image figcaption {
  position: relative;
  display: flex;
  align-items: left;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  min-width: 100%;
  width: 100%;
  height: auto;
  padding: 0.2em 0;
}
.featureBox3Row .images figure.image figcaption span {
  font-weight: 600;
  display: block;
}
.featureBox3Row .images figure.image figcaption .image-description {
  margin-top: 0.2em;
  position: relative;
  display: flex;
  min-width: 100%;
  width: 100%;
  height: auto;
}
.featureBox3Row .images figure.image figcaption a:hover {
  color: black;
}
.featureBox3Row .images figure.image figcaption a:hover span::after {
  color: var(--color-link-hover);
}
.featureBox3Row .images figure.image figcaption a:not(.info) {
  text-decoration: none;
  display: flex;
  position: relative;
  min-width: 100%;
  width: 100%;
  height: auto;
}
.featureBox3Row .images figure.image figcaption a:not(.info) span::after {
  content: "\e90c";
  display: inline-block;
  /* transform: rotate(90deg); */
  font-weight: 600;
  font-size: 0.5em;
  font-family: delius-icons;
  transform: translateY(-0.2em);
  transition: transform 500ms ease-in-out;
}
.featureBox3Row .images figure.image figcaption a:not(.info):hover span:after {
  transform: translateY(-0.2em) translateX(0.5em);
}
.featureBox3Row .images figure.image img {
  padding: 0;
  margin: 0;
  display: flex;
  position: relative;
  height: auto;
  width: 100%;
}
.featureBox3Row .images.swiper-wrapper {
  position: relative;
}
.featureBox3Row .images.swiper-wrapper .swiper-slide {
  margin-right: 2vw;
}
.featureBox3Row .images.swiper-wrapper .swiper-slide:last-of-type {
  margin-right: 0;
}
.featureBox3Row .images.swiper-wrapper figure.image {
  align-items: left;
  width: 31.1%;
  max-width: 31.1%;
}

.history {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.container {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  flex-direction: column;
}

.timeline {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 5px 25px 5px rgba(0, 0, 0, 0.2);
}
.timeline .title {
  font-size: 38px;
  color: #616161;
  font-style: italic;
  font-weight: 800;
}

.timeline .swiper-container {
  width: 100%;
  position: relative;
}

@media screen and (max-width: 768px) {
  .timeline .swiper-container {
    height: 620px;
  }
}
@media screen and (min-width: 768px) {
  .timeline .swiper-container {
    height: 1000px;
  }
}
.timeline .swiper-wrapper {
  transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
  flex-direction: column;
}

.timeline .swiper-slide {
  position: relative;
  color: #fff;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.timeline .swiper-slide::after {
  content: "";
  position: absolute;
  z-index: 1;
  right: -115%;
  bottom: -10%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  box-shadow: -230px 0 150px 60vw rgba(0, 0, 0, 0.7);
  border-radius: 100%;
}

@media screen and (max-width: 768px) {
  .timeline .swiper-slide-content {
    z-index: 2;
    position: absolute;
    width: 84vw;
    margin: 2em 8vw;
    font-size: 0.6em;
  }
}
@media screen and (min-width: 768px) {
  .timeline .swiper-slide-content {
    position: absolute;
    text-align: center;
    width: 80%;
    max-width: 30vw;
    right: 50%;
    top: 13%;
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
    font-size: 20px;
    z-index: 2;
  }
}
.timeline .swiper-slide .timeline-year {
  display: block;
  font-size: 26px;
  margin-bottom: 50px;
  -webkit-transform: translate3d(20px, 0, 0);
  transform: translate3d(20px, 0, 0);
  color: #fff;
  font-weight: 300;
  opacity: 0;
  transition: 0.2s ease 0.4s;
}

.timeline .swiper-slide .timeline-title {
  font-family: "AngleciaPro", "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-weight: 800;
  font-size: clamp(2em, 5vw, 3em);
  margin: 0 0 30px;
  opacity: 0;
  -webkit-transform: translate3d(20px, 0, 0);
  transform: translate3d(20px, 0, 0);
  transition: 0.2s ease 0.5s;
}

.timeline .swiper-slide .timeline-text p {
  font-size: 20px;
  line-height: 1.5;
  opacity: 0;
  -webkit-transform: translate3d(20px, 0, 0);
  transform: translate3d(20px, 0, 0);
  transition: 0.2s ease 0.6s;
}

.timeline .swiper-slide-active .timeline-year {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: 0.4s ease 1.6s;
  margin-bottom: 1em;
}

.timeline .swiper-slide-active .timeline-title {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: 0.4s ease 1.7s;
  color: #fff;
}

.timeline .swiper-slide-active .timeline-text p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: 0.4s ease 1.8s;
  color: #fff;
  text-shadow: 0 0 5px #000;
  font-size: clamp(1.6em, 5vw, 1.8em);
}

.timeline .swiper-pagination {
  right: 15% !important;
  top: 0;
  height: 100%;
  display: none;
  flex-direction: column;
  justify-content: center;
  font-weight: 300;
  font-size: 30px;
  z-index: 1;
}

.timeline .swiper-pagination::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #fff;
}

.timeline .swiper-pagination-bullet {
  width: auto;
  height: auto;
  text-align: center;
  opacity: 1;
  background: transparent;
  color: #fff;
  margin: 15px 0 !important;
  position: relative;
}

.timeline .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 8px;
  left: -32.5px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #a62e36;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: 0.2s;
}

.timeline .swiper-pagination-bullet-active {
  color: #a62e36;
}

.timeline .swiper-pagination-bullet-active::before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.timeline .swiper-button-next,
.timeline .swiper-button-prev {
  background-size: 20px 20px;
  top: 15%;
  width: 20px;
  height: 20px;
  margin-top: 0;
  z-index: 2;
  transition: 0.2s;
}
.timeline .swiper-button-next.swiper-button-prev::before,
.timeline .swiper-button-prev.swiper-button-prev::before {
  color: #fff;
}
.timeline .swiper-button-next::after,
.timeline .swiper-button-prev::after {
  content: none;
}

.timeline .swiper-button-prev {
  left: 8%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%30xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
@media screen and (max-width: 768px) {
  .timeline .swiper-button-prev {
    left: 3%;
  }
}

.timeline .swiper-button-prev:hover {
  -webkit-transform: translateX(-3px);
  transform: translateX(-3px);
}

.timeline .swiper-button-next {
  right: 8%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
@media screen and (max-width: 768px) {
  .timeline .swiper-button-next {
    right: 3%;
  }
}

.timeline .swiper-button-next:hover {
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
}

@media screen and (min-width: 768px) {
  .timeline .swiper-slide::after {
    right: -30%;
    bottom: -8%;
    width: 240px;
    height: 50%;
    box-shadow: -230px 0 150px 50vw rgba(0, 0, 0, 0.7);
  }
  .timeline .swiper-slide-content {
    right: 30%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 11px;
    text-align: right;
  }
  .timeline .swiper-slide .timeline-year {
    margin-bottom: 0;
    font-size: 32px;
  }
  .timeline .swiper-slide .timeline-title {
    font-size: 46px;
    margin: 0;
  }
  .timeline .swiper-pagination {
    display: flex;
  }
  .timeline .swiper-button-prev {
    top: 15%;
    left: auto;
    right: 15.2%;
    -webkit-transform: rotate(90deg) translate(0, 10px);
    transform: rotate(90deg) translate(0, 10px);
  }
  .timeline .swiper-button-prev::before {
    color: #fff;
  }
  .timeline .swiper-button-prev:hover {
    -webkit-transform: rotate(90deg) translate(-3px, 10px);
    transform: rotate(90deg) translate(-3px, 10px);
  }
  .timeline .swiper-button-next {
    top: auto;
    bottom: 15%;
    right: 15.2%;
    -webkit-transform: rotate(90deg) translate(0, 10px);
    transform: rotate(90deg) translate(0, 10px);
  }
  .timeline .swiper-button-next:hover {
    -webkit-transform: rotate(90deg) translate(3px, 10px);
    transform: rotate(90deg) translate(3px, 10px);
  }
}
@media screen and (min-width: 1024px) {
  .timeline .swiper-slide::after {
    right: -20%;
    bottom: -12%;
    width: 240px;
    height: 50%;
    box-shadow: -230px 0 150px 39vw rgba(0, 0, 0, 0.7);
  }
  .timeline .swiper-slide-content {
    right: 25%;
  }
}
.intro {
  padding: 13.5rem 0;
  position: relative;
  width: 100%;
  height: auto;
}
.intro .intro-wrapper {
  position: relative;
  display: flex;
  text-align: center;
  justify-content: center;
  flex-direction: row;
  width: 100%;
  min-width: 100%;
  height: auto;
  /* Negative margins for images below. "vw" values are creating overflow. 
  Alternatively use "overflow-x: hidden" for <body> to prevent that. */
}
.intro .intro-wrapper.left .text-wrapper {
  padding-left: 7vw;
}
.intro .intro-wrapper.right .text-wrapper {
  padding-left: 14vw;
}
.intro .intro-wrapper figure.image-left {
  /* margin-left: -4vw; */
  margin-left: -68px;
}
.intro .intro-wrapper figure.image-right {
  /* margin-right: -4vw; */
  margin-right: -68px;
}
.intro .intro-wrapper figure {
  margin: 0;
  padding: 0;
  display: flex;
  width: 50vw;
  min-width: 50vw;
  height: auto;
  max-height: 33.33vw;
}
.intro .intro-wrapper figure img {
  position: relative;
  width: 100%;
  min-width: 100%;
  height: auto;
}
.intro .intro-wrapper .text-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 50%;
  max-width: 50%;
  height: auto;
}
.intro .intro-wrapper .text-wrapper .ce-bodytext,
.intro .intro-wrapper .text-wrapper .subheader,
.intro .intro-wrapper .text-wrapper .ctas {
  display: flex;
  width: 25vw;
  max-width: 25vw;
  height: auto;
}
.intro .intro-wrapper .text-wrapper .ctas {
  margin-bottom: 0;
}
.intro .intro-wrapper .text-wrapper .subheader {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.intro .intro-wrapper .text-wrapper .subheader p, .intro .intro-wrapper .text-wrapper .subheader h1, .intro .intro-wrapper .text-wrapper .subheader h2, .intro .intro-wrapper .text-wrapper .subheader h3, .intro .intro-wrapper .text-wrapper .subheader h4 {
  display: flex;
}
.intro .intro-wrapper .text-wrapper .ce-bodytext {
  position: relative;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
}
.intro .intro-wrapper .text-wrapper .ce-bodytext p {
  position: relative;
  text-align: left;
  display: flex;
  width: 100%;
}
.intro .intro-wrapper .text-wrapper .ce-bodytext p.text-center {
  text-align: center;
}
.intro .intro-wrapper .text-wrapper .ce-bodytext p.text-right {
  text-align: right;
}

.referenceGrid {
  margin: 0;
  padding: 2em 0 6em 0;
  position: relative;
  width: 100%;
  height: auto;
}
.referenceGrid .images {
  display: grid;
  margin: 0 auto;
  padding: 0;
  width: 60vw;
  max-width: 60vw;
  height: auto;
  grid-template-columns: auto auto auto;
  column-gap: 2vw;
  row-gap: 4vw;
}
.referenceGrid .images figure.image:nth-child(2) {
  grid-column-start: 2;
  grid-column-end: 4;
}
.referenceGrid .images figure.image:nth-child(3) {
  grid-column-start: 1;
  grid-column-end: 3;
}
.referenceGrid .images figure.image {
  display: inline-block;
  padding: 0;
  margin: 0;
  height: 18.6vw;
  max-height: 18.6vw;
  min-height: 18.6vw;
}
.referenceGrid .images figure.image figcaption {
  margin-top: 0.625rem;
  position: relative;
  width: 100%;
  height: auto;
}
.referenceGrid .images figure.image figcaption span {
  position: relative;
  font-weight: 600;
  width: 100%;
  height: auto;
  font-size: 1.25rem;
}
.referenceGrid .images figure.image a {
  position: relative;
  height: auto;
  max-height: 100%;
  width: 100%;
}
.referenceGrid .images figure.image img {
  display: inline-block;
  padding: 0;
  margin: 0;
  position: relative;
  width: 100%;
  min-width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: cover;
}
.referenceGrid .images figure.image a:hover {
  color: black;
}
.referenceGrid .images figure.image a:hover span::after {
  color: var(--color-link-hover);
}
.referenceGrid .images figure.image a {
  text-decoration: none;
  display: flex;
  position: relative;
  min-width: 100%;
  width: 100%;
  height: auto;
}
.referenceGrid .images figure.image a span::after {
  content: "up";
  display: inline-block;
  font-weight: 600;
  font-size: 0.7rem;
  font-family: delius-icons;
  transition: padding 200ms;
}
.referenceGrid .images figure.image a:hover span::after {
  padding: 0 0.8em;
}

/* HOVER */
.referenceGrid .images figure > a {
  background: #000;
  display: inline-block;
  width: 100%;
}
.referenceGrid .images figure a:hover img {
  opacity: 0.6;
  transition: opacity 300ms;
}

footer {
  display: flex;
  flex-wrap: wrap;
  gap: 6vw;
}
footer .icon-delius {
  font-size: 2.2em;
}
footer .linkList {
  line-height: 1.8em;
}
footer address a::before {
  padding-right: 0.2em;
}
footer address .showrooms::before {
  content: "showroom";
  font-family: delius-icons;
}
footer section {
  flex: 1 1 auto;
  min-width: 250px;
  margin-bottom: 50px;
}
footer section header {
  font-size: 1.34em;
  margin-bottom: 1em;
  padding: 0.4em 0;
  border-bottom: 1px solid var(--color-background-second);
}
footer section nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0.5em;
}
footer section nav a {
  text-decoration: none;
  display: inline-block;
  padding: 0.2em 0;
}
@media screen and (max-width: 1024px) {
  footer section a {
    display: inline-block;
    padding: 0.5em 0;
    margin: 0.1em 0;
  }
  footer section nav {
    flex-direction: row;
  }
}

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