/* Driestar/Wartburg-inspired theme (tokens + basic components).
   Fonts: Overpass (headings), Red Hat Display (body), Permanent Marker (accent). */

@import url("https://fonts.googleapis.com/css2?family=Overpass:wght@100..900&family=Red+Hat+Display:wght@300..900&family=Permanent+Marker&display=swap");

@font-face {
  font-family: icomoon;
  src: url("./fonts/icomoon/icomoon_9a548793.woff2") format("woff2"),
    url("./fonts/icomoon/icomoon_3b22645d.ttf") format("truetype"),
    url("./fonts/icomoon/icomoon_81eba960.woff") format("woff"),
    url("./fonts/icomoon/icomoon_bd198bbf.svg#icomoon") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  font-family: icomoon !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-lock::before {
  content: "\e937";
}
.icon-vacancy-bell::before {
  content: "\e935";
}
.icon-login::before {
  content: "\e936";
}
.icon-bell::before {
  content: "\e917";
}
.icon-book::before {
  content: "\e918";
}
.icon-curve::before {
  content: "\e91c";
}
.icon-thumb::before {
  content: "\e931";
}
.icon-arrow-left::before {
  content: "\e915";
}
.icon-arrow-right::before {
  content: "\e916";
}
.icon-box::before {
  content: "\e919";
}
.icon-check::before {
  content: "\e91a";
}
.icon-close::before {
  content: "\e91f";
}
.icon-chevron-left::before {
  content: "\e920";
}
.icon-chevron-down::before {
  content: "\e921";
}
.icon-chevron-right::before {
  content: "\e922";
}
.icon-chevron-up::before {
  content: "\e923";
}
.icon-document::before {
  content: "\e924";
}
.icon-download::before {
  content: "\e925";
}
.icon-e-mail::before {
  content: "\e926";
}
.icon-home1::before {
  content: "\e927";
}
.icon-location::before {
  content: "\e928";
}
.icon-mobile::before {
  content: "\e929";
}
.icon-playvideo::before {
  content: "\e92a";
}
.icon-search1::before {
  content: "\e92b";
}
.icon-send::before {
  content: "\e92c";
}
.icon-share::before {
  content: "\e92d";
}
.icon-speech::before {
  content: "\e92e";
}
.icon-sync::before {
  content: "\e92f";
}
.icon-threedots::before {
  content: "\e930";
}
.icon-trash::before {
  content: "\e932";
}
.icon-upload::before {
  content: "\e933";
}
.icon-warning::before {
  content: "\e934";
}
.icon-star::before {
  content: "\e900";
}
.icon-play::before {
  content: "\e901";
}
.icon-pin::before {
  content: "\e902";
}
.icon-phone::before {
  content: "\e903";
}
.icon-mail::before {
  content: "\e904";
}
.icon-facebook::before {
  content: "\e90b";
}
.icon-instagram::before {
  content: "\e905";
}
.icon-linkedin::before {
  content: "\e906";
}
.icon-youtube::before {
  content: "\e907";
}
.icon-whatsapp::before {
  content: "\e908";
}
.icon-twitter::before {
  content: "\e909";
}
.icon-pinterest::before {
  content: "\e90a";
}
.icon-bag::before {
  content: "\e90c";
}
.icon-user::before {
  content: "\e90d";
}
.icon-hamburger::before {
  content: "\e90e";
}
.icon-home::before {
  content: "\e90f";
}
.icon-search::before {
  content: "\e910";
}
.icon-calendar::before {
  content: "\e911";
}
.icon-cart::before {
  content: "\e912";
}
.icon-minus::before {
  content: "\e913";
}
.icon-plus::before {
  content: "\e914";
}
.icon-cross::before {
  content: "\e91e";
}
.icon-arrow-down::before {
  content: "\e91b";
}
.icon-arrow-up::before {
  content: "\e91d";
}

:root {
  --header-height: 108px;

  /* Core palette */
  --clr-black: #000;
  --clr-black-shade: #222;
  --clr-gray: #909090;
  --clr-gray-light: #909090;
  --clr-gray-lighter: #e3e3e3;
  --clr-white: #fff;
  --clr-white-shade: #f7f7f7;

  --clr-aqua: #0998a8;
  --clr-aqua-dark: #088290;
  --clr-blue: #0095db;
  --clr-blue-dark: #0084c2;
  --clr-blue-shade: #99cbf0;
  --clr-blue-shade-50: #c7e0f6;
  --clr-blue-light: #e9f8fe;
  --clr-green: #00b66d;
  --clr-green-dark: #009647;
  --clr-green-05: #f2fbf7;
  --clr-green-10: #e5f7f0;
  --clr-green-light: #89d0af;
  --clr-orange: #f07e23;
  --clr-orange-dark: #e96014;
  --clr-pink: #f27273;
  --clr-purple: #291c5b;
  --clr-purple-dark: #171034;
  --clr-purple-alpha-10: rgba(41, 28, 91, 0.10196078431372549);
  --clr-purple-bright: #70207e;
  --clr-red: #e50044;
  --clr-yellow: #e9b80f;
  --clr-yellow-05: #fefbf3;
  --clr-yellow-15: #fcf5dc;
  --clr-facebook: #1877f2;
  --clr-instagram: #833ab4;
  --clr-linkedin: #0a66c2;
  --clr-youtube: #cc181e;
  --clr-twitter: #1da1f3;

  /* Semantic tokens */
  --clr-body: var(--clr-black-shade);
  --clr-text-light: var(--clr-gray);
  --clr-border: var(--clr-gray-lighter);
  --clr-error: var(--clr-red);
  --clr-overlay: rgba(0, 0, 0, 0.5);
  --clr-selection: rgba(41, 28, 91, 0.2);

  /* Default “combined” set */
  --clr-set-1: var(--clr-purple);
  --clr-set-1-hover: var(--clr-purple-dark);
  --clr-set-2: var(--clr-green);
  --clr-set-3: var(--clr-pink);
  --clr-set-4: var(--clr-pink);
  --clr-set-4-hover: var(--clr-red);
  --clr-set-5: var(--clr-purple);
  --clr-set-6: var(--clr-purple);
  --clr-set-7: var(--clr-blue-shade);
  --clr-set-8: var(--clr-green-10);
  --clr-set-8-hover: var(--clr-green);
  --clr-set-9: var(--clr-pink);
  --clr-set-10: var(--clr-pink);
  --clr-set-11: var(--clr-green);
  --clr-set-12: var(--clr-purple);
  --clr-set-13: var(--clr-purple);
  --clr-set-14: var(--clr-green);
  --clr-set-15: var(--clr-blue-shade);
  --clr-set-16: var(--clr-green-05);
  --clr-set-17: var(--clr-pink);
  --clr-set-18: var(--clr-blue-shade-50);
  --gradient-set-1: linear-gradient(180deg, var(--clr-green-05), var(--clr-white));
}

@media only screen and (max-width: 999px) {
  :root {
    --header-height: 80px;
  }
}

/* Theme variants (apply on a wrapping element, e.g. <body class="theme-driestar">) */
:root .theme-wartburg {
  --clr-set-1: var(--clr-blue);
  --clr-set-1-hover: var(--clr-blue-dark);
  --clr-set-2: var(--clr-red);
  --clr-set-3: var(--clr-blue-shade);
  --clr-set-4: var(--clr-green);
  --clr-set-4-hover: var(--clr-green-dark);
  --clr-set-5: var(--clr-blue);
  --clr-set-6: var(--clr-red);
  --clr-set-7: var(--clr-blue-shade);
  --clr-set-8: var(--clr-blue-light);
  --clr-set-8-hover: var(--clr-blue);
  --clr-set-9: var(--clr-blue);
  --clr-set-10: var(--clr-red);
  --clr-set-11: var(--clr-red);
  --clr-set-12: var(--clr-red);
  --clr-set-13: var(--clr-blue-shade);
  --clr-set-14: var(--clr-blue-shade);
  --clr-set-15: var(--clr-pink);
  --clr-set-16: var(--clr-blue-light);
  --clr-set-17: var(--clr-red);
  --clr-set-18: var(--clr-blue-shade-50);
  --gradient-set-1: linear-gradient(180deg, var(--clr-blue-light), var(--clr-white));
}

:root .theme-driestar {
  --clr-set-1: var(--clr-aqua);
  --clr-set-1-hover: var(--clr-aqua-dark);
  --clr-set-2: var(--clr-yellow);
  --clr-set-3: var(--clr-yellow);
  --clr-set-4: var(--clr-green);
  --clr-set-4-hover: var(--clr-green-dark);
  --clr-set-5: var(--clr-yellow);
  --clr-set-6: var(--clr-aqua);
  --clr-set-7: var(--clr-yellow);
  --clr-set-8: var(--clr-yellow-15);
  --clr-set-8-hover: var(--clr-aqua);
  --clr-set-9: var(--clr-aqua);
  --clr-set-10: var(--clr-yellow);
  --clr-set-11: var(--clr-aqua);
  --clr-set-12: var(--clr-yellow);
  --clr-set-13: var(--clr-yellow);
  --clr-set-14: var(--clr-yellow);
  --clr-set-15: var(--clr-yellow);
  --clr-set-16: var(--clr-yellow-05);
  --clr-set-17: var(--clr-aqua);
  --clr-set-18: var(--clr-set-8);
  --gradient-set-1: linear-gradient(180deg, #e6f4f6, var(--clr-white));
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-padding-top: var(--header-height);
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

*::before,
*::after {
  font-family: icomoon;
  font-weight: 400;
}

body,
html {
  margin: 0;
  padding: 0;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

embed,
iframe,
img,
object,
video {
  display: block;
  max-width: 100%;
  height: auto;
  border: none;
}

body figure,
ol,
ul {
  margin: 0;
}

ol,
ul {
  padding: 0;
  list-style: none;
}

table {
  width: 100%;
  border-collapse: collapse;
}

b,
strong {
  font-weight: 700;
}

body:not(#tinymce) {
  min-height: 100vh;
}

body {
  color: var(--clr-black-shade);
  font-family: "Red Hat Display", sans-serif;
  font-size: clamp(14px, 1.2857142857vw, 18px);
  letter-spacing: 0.0555555556em;
  line-height: 1.2;
  background: var(--clr-white);
}

@supports selector(html:has(.nav-primary:focus-within)) {
  html:has(.nav-primary:focus-within) {
    scroll-padding-top: unset;
  }
}

::selection {
  background: var(--clr-selection);
  text-shadow: none;
}

p {
  margin: 0;
}

mark {
  background: var(--clr-set-1);
}

hr {
  --start-color: var(--clr-set-2);
  position: relative;
  isolation: isolate;
  height: 1px;
  border: none;
  background: linear-gradient(90deg, var(--start-color), transparent);
}

blockquote {
  position: relative;
  margin: 0;
  font-size: clamp(18px, 2.5714285714vw, 36px);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.author {
  display: block;
  margin-top: 1em;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.section__title {
  margin: 0;
  color: var(--clr-set-1);
  font-family: "Overpass", sans-serif;
  font-weight: 900;
  line-height: 1.1;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a,
.section__title a {
  color: inherit;
}

h1,
.h1,
.section__title {
  font-size: clamp(22px, 3.1428571429vw, 44px);
  line-height: 1.2727272727;
}

h1 em,
.h1 em,
.section__title em {
  color: var(--clr-set-2);
  font-style: normal;
  font-weight: 400;
}

h2,
.h2 {
  font-size: clamp(20px, 1.7142857143vw, 24px);
  line-height: 1.5;
}

h3,
.h3 {
  font-size: clamp(18px, 1.5714285714vw, 22px);
  line-height: 1.6363636364;
}

h4,
h5,
h6,
.h4,
.h5,
.h6 {
  font-size: 18px;
}

/* Links */
.link,
a {
  transition: color 0.15s;
  color: var(--clr-set-1);
  text-decoration: none;
}

.link:hover,
.link:active,
a:hover,
a:active {
  color: var(--clr-body);
  text-decoration: none;
}

.link:not([href]):hover,
.link:not([href]):active,
a:not([href]):hover,
a:not([href]):active {
  color: var(--clr-set-1);
}

.link--secondary {
  color: var(--clr-set-2);
}

.link--dark {
  color: var(--clr-black);
  text-decoration: underline;
}

.link--dark:hover,
.link--dark:active {
  color: var(--clr-set-1);
  text-decoration: underline;
}

/* Buttons */
/* Mirrors the site’s “button reset” group to keep typography consistent. */
.btn,
.header__tools-search-btn,
.nav-primary .menu-item--prev-link > a,
.toolbar-btn,
input[type="file"]::-webkit-file-upload-button {
  padding: unset;
  border: unset;
  background: unset;
  letter-spacing: 0.0555555556em;
  cursor: pointer;
}

.btn,
.nav-primary .menu-item--prev-link > a,
input[type="file"]::-webkit-file-upload-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  min-height: 58px;
  padding-inline: 30px;
  transition: color 0.15s, background-color 0.15s;
  border-radius: 29px;
  background-color: var(--clr-set-4);
  color: var(--clr-white);
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.nav-primary .menu-item--prev-link > a[class*=" icon-"],
[class*=" icon-"].btn,
input[class*=" icon-"][type="file"]::-webkit-file-upload-button {
  font-family: "Red Hat Display", sans-serif !important;
}

.btn:not([class*=" icon-"])::before,
.nav-primary .menu-item--prev-link > a:not([class*=" icon-"])::before {
  content: "\e916";
  font-size: 14px;
}

.btn::before,
.nav-primary .menu-item--prev-link > a::before {
  order: 1;
  font-size: 20px;
}

.btn:empty,
.nav-primary .menu-item--prev-link > a:empty,
input[type="file"]:empty::-webkit-file-upload-button {
  justify-content: center;
  gap: 0;
  min-width: 58px;
  padding-inline: 5px;
}

.btn:empty::before,
.nav-primary .menu-item--prev-link > a:empty::before {
  margin: 0;
}

.btn:empty::after,
.nav-primary .menu-item--prev-link > a:empty::after {
  content: "\200b";
  font-family: "Red Hat Display", sans-serif;
}

.btn:not(:disabled):focus,
.btn:not(:disabled):hover,
.nav-primary .menu-item--prev-link > a:not(:disabled):focus,
.nav-primary .menu-item--prev-link > a:not(:disabled):hover,
input[type="file"]:not(:disabled):focus::-webkit-file-upload-button,
input[type="file"]:not(:disabled):hover::-webkit-file-upload-button {
  outline: none;
  background: var(--clr-set-4-hover);
  color: var(--clr-white);
}

.btn:not([aria-disabled="true"]):active,
.nav-primary .menu-item--prev-link > a:not([aria-disabled="true"]):active,
input[type="file"]:not([aria-disabled="true"]):active::-webkit-file-upload-button {
  transform: scale(0.95);
}

.btn:disabled,
.nav-primary .menu-item--prev-link > a:disabled,
.nav-primary .menu-item--prev-link > a[aria-disabled="true"],
[aria-disabled="true"].btn,
input[aria-disabled="true"][type="file"]::-webkit-file-upload-button,
input[type="file"]:disabled::-webkit-file-upload-button {
  opacity: 0.5;
  filter: grayscale(1);
  cursor: default;
}

.btn--mirror.btn::before,
.nav-primary .menu-item--prev-link > a.btn--mirror::before {
  order: -1;
}

.btn--small {
  gap: 10px;
  min-height: 44px;
  padding-inline: 20px;
  font-size: 16px;
}

.btn--small::before {
  font-size: 14px;
}

.btn--small.icon-chevron-right::before {
  font-size: 11px;
}

.btn--em {
  background: var(--clr-set-1);
}

.btn--em:not(:disabled):focus,
.btn--em:not(:disabled):hover {
  background: var(--clr-set-1-hover);
}

.btn--ghost {
  background-color: var(--clr-white);
  box-shadow: 0 0 0 1px var(--clr-blue-shade) inset;
  color: var(--clr-body);
}

.btn--ghost::before {
  color: var(--clr-set-2);
}

.btn--ghost:not(:disabled):focus,
.btn--ghost:not(:disabled):hover {
  background-color: var(--clr-set-5);
  box-shadow: none;
  color: var(--clr-white);
}

.btn--ghost:not(:disabled):focus::before,
.btn--ghost:not(:disabled):hover::before {
  color: var(--clr-white);
}

.btn--ghost-large {
  min-height: 70px;
  border-radius: 35px;
  background-color: var(--clr-white);
  box-shadow: 0 0 0 1px var(--clr-set-7) inset;
  color: var(--clr-body);
}

.btn--ghost-large:empty {
  min-width: 70px;
}

.btn--ghost-large::before {
  color: var(--clr-set-6);
}

.btn--ghost-large:not(:disabled):focus,
.btn--ghost-large:not(:disabled):hover {
  background-color: var(--clr-set-5);
  box-shadow: none;
  color: var(--clr-white);
}

.btn--ghost-large:not(:disabled):focus::before,
.btn--ghost-large:not(:disabled):hover::before {
  color: var(--clr-white);
}

.btn--text {
  min-height: 0;
  padding: 0;
  border-radius: 0;
  background-color: transparent;
  color: var(--clr-body);
  font-weight: 400;
}

.btn--text::before {
  order: -1;
  width: 50px;
  transition: color 0.15s, background-color 0.15s;
  border-radius: 100%;
  background-color: var(--clr-set-8);
  color: var(--clr-set-6);
  line-height: 50px;
  text-align: center;
  aspect-ratio: 1;
}

.btn--text:not(:disabled):focus,
.btn--text:not(:disabled):hover {
  background-color: transparent;
  color: var(--clr-body);
  font-weight: 500;
}

.btn--text:not(:disabled):focus::before,
.btn--text:not(:disabled):hover::before {
  background-color: var(--clr-set-8-hover);
  color: var(--clr-white);
}

.btn--text.btn--mirror::before {
  order: 1;
}

@media only screen and (max-width: 768px) {
  .btn,
  .nav-primary .menu-item--prev-link > a,
  input[type="file"]::-webkit-file-upload-button {
    gap: 16px;
    min-height: 46px;
    padding-inline: 24px;
    border-radius: 23px;
    font-size: 14px;
  }

  .btn:empty,
  .nav-primary .menu-item--prev-link > a:empty,
  input[type="file"]:empty::-webkit-file-upload-button {
    min-width: 46px;
    padding-inline: 4px;
  }

  .btn--small {
    gap: 8px;
    min-height: 40px;
    padding-inline: 20px;
    border-radius: 20px;
    font-size: 12px;
  }

  .btn--ghost-large {
    min-height: 56px;
    border-radius: 28px;
  }

  .btn--text::before {
    width: 32px;
    line-height: 32px;
  }
}

/* Forms */
label,
legend {
  display: inline-block;
  margin-bottom: 0.5em;
  font-size: 16px;
}

.ui-datepicker:disabled,
[type="checkbox"]:disabled,
[type="checkbox"]:disabled + label,
[type="email"]:disabled,
[type="file"]:disabled,
[type="number"]:disabled,
[type="password"]:disabled,
[type="radio"]:disabled,
[type="radio"]:disabled + label,
[type="search"]:disabled,
[type="tel"]:disabled,
[type="text"]:disabled,
select:disabled,
textarea:disabled {
  opacity: 0.5;
  filter: grayscale(1);
}

.ui-datepicker,
[type="email"],
[type="file"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="text"],
select,
textarea {
  width: 100%;
  min-height: 58px;
  margin-bottom: 0.5em;
  padding: 10px 15px;
  transition: border-color 0.15s;
  border: 1px solid var(--clr-purple);
  border-radius: 4px;
  letter-spacing: 0.0555555556em;
  background-color: var(--clr-white);
  color: var(--clr-body);
}

.ui-datepicker:not(:disabled):focus,
.ui-datepicker:not(:disabled):hover,
[type="email"]:not(:disabled):focus,
[type="email"]:not(:disabled):hover,
[type="file"]:not(:disabled):focus,
[type="file"]:not(:disabled):hover,
[type="number"]:not(:disabled):focus,
[type="number"]:not(:disabled):hover,
[type="password"]:not(:disabled):focus,
[type="password"]:not(:disabled):hover,
[type="search"]:not(:disabled):focus,
[type="search"]:not(:disabled):hover,
[type="tel"]:not(:disabled):focus,
[type="tel"]:not(:disabled):hover,
[type="text"]:not(:disabled):focus,
[type="text"]:not(:disabled):hover,
select:not(:disabled):focus,
select:not(:disabled):hover,
textarea:not(:disabled):focus,
textarea:not(:disabled):hover {
  border-color: var(--clr-blue);
  outline: none;
}

.ui-datepicker:not(:placeholder-shown):invalid,
[type="email"]:not(:placeholder-shown):invalid,
[type="file"]:not(:placeholder-shown):invalid,
[type="number"]:not(:placeholder-shown):invalid,
[type="password"]:not(:placeholder-shown):invalid,
[type="search"]:not(:placeholder-shown):invalid,
[type="tel"]:not(:placeholder-shown):invalid,
[type="text"]:not(:placeholder-shown):invalid,
select:not(:placeholder-shown):invalid,
textarea:not(:placeholder-shown):invalid {
  border-color: var(--clr-error);
}

select {
  padding-right: 30px;
  overflow: hidden;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI2LjAuMiwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxMDI0IDU4NS4xIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxMDI0IDU4NS4xOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxwYXRoIGQ9Ik01NjMuMiw1NjMuMmw0MzguOS00MzguOWMyOS4zLTI5LjMsMjkuMy03My4xLDAtMTAyLjRDOTg3LjQsNy4zLDk3Mi44LDAsOTUwLjksMHMtMzYuNiw3LjMtNTEuMiwyMS45TDUxMiw0MDkuNkwxMjQuMywyMS45CglDOTUuMS03LjMsNTEuMi03LjMsMjEuOSwyMS45Yy0yOS4zLDI5LjMtMjkuMyw3My4xLDAsMTAyLjRsNDM4LjksNDM4LjlDNDkwLjEsNTkyLjUsNTMzLjksNTkyLjUsNTYzLjIsNTYzLjJMNTYzLjIsNTYzLjJ6Ii8+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-position: right 15px top 50%;
  background-size: 14px;
  text-overflow: ellipsis;
  appearance: none;
}

textarea {
  min-height: 10em;
  resize: vertical;
}

[type="checkbox"],
[type="radio"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-top: -3px;
  margin-right: 5px;
  transition: border-color 0.1s;
  border: 1px solid var(--clr-purple);
  background-color: var(--clr-white);
  vertical-align: middle;
  appearance: none;
}

[type="checkbox"]::before,
[type="radio"]::before {
  transform: scale(0);
  transition: transform 0.1s;
}

[type="checkbox"]:checked::before,
[type="radio"]:checked::before {
  transform: scale(1);
}

[type="checkbox"]:not(:disabled):focus,
[type="checkbox"]:not(:disabled):hover,
[type="radio"]:not(:disabled):focus,
[type="radio"]:not(:disabled):hover {
  border-color: var(--clr-blue);
  outline: none;
}

[type="checkbox"] + label,
[type="radio"] + label {
  color: var(--clr-body);
}

[type="radio"] {
  border-radius: 100%;
}

[type="radio"]::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: var(--clr-set-2);
}

[type="checkbox"] {
  border-radius: 3px;
}

[type="checkbox"]::before {
  content: "\e91a";
  margin-top: 1px;
  color: var(--clr-set-2);
  font-size: 12px;
}

input[type="file"]::-webkit-file-upload-button {
  min-height: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

/* Tag */
.tag {
  display: inline-flex;
  align-items: center;
  padding-inline: 1.5ch;
  min-height: 38px;
  border-radius: 4px;
  background: var(--clr-set-1);
  color: var(--clr-white);
  font-size: 15px;
  font-weight: 700;
}

.tag--corporate {
  background-color: var(--clr-purple);
}

.tag--wartburg {
  background-color: var(--clr-blue);
}

.tag--driestar {
  background-color: var(--clr-aqua);
}

/* Lists */
.list {
  --accent-color: var(--clr-set-1);
  display: block;
}

.list--inline {
  display: flex;
  flex-wrap: wrap;
  gap: 3ch;
}

.list li {
  display: flex;
  align-items: center;
  gap: 0.75ch;
}

.list li[class*="icon-"] {
  font-family: "Red Hat Display", sans-serif !important;
}

.list li:not([class*="icon-"])::before {
  content: "\e922";
}

.list li::before {
  min-width: 1.5ch;
  color: var(--accent-color);
  font-size: 112%;
  line-height: 1.1;
  text-align: center;
}

.list--large {
  font-size: clamp(18px, 1.7142857143vw, 24px);
}

.list--large li {
  margin-bottom: 0.75em;
}

.list--large li::before {
  font-size: 100%;
}

.list--large a {
  transition: color 0.15s;
  color: var(--clr-body);
}

.list--large a:hover,
.list--large a:focus-visible {
  color: var(--accent-color);
}

/* Utility: subtle “marker” accent */
.txt-marker {
  --marker-text-color: var(--clr-set-4);
  --marker-svg-color: var(--clr-set-15);
  isolation: isolate;
  display: inline-block;
  position: relative;
  color: var(--marker-text-color);
  font-family: "Permanent Marker", sans-serif;
  font-size: clamp(18px, 1.5714285714vw, 22px);
}

.txt-marker::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0 -0.5em;
  -webkit-mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMzIxcHgiIGhlaWdodD0iMjBweCIgdmlld0JveD0iMCAwIDMyMSAyMCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPHRpdGxlPkNvbWJpbmVkIFNoYXBlPC90aXRsZT4KICAgIDxnIGlkPSLwn6epLVN5bWJvbHMiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJEZXNrdG9wL1N0b3J5L1RleHRMZWZ0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTQ5LjAwMDAwMCwgLTUyMC4wMDAwMDApIiBmaWxsPSIjMDAwMDAwIj4KICAgICAgICAgICAgPGcgaWQ9IlRleHQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAwLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMTEuMDAwMDAwLCA0NDMuNzA4NTM1KSI+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTM0Ny43ODQyMDIsNzQuMTUyMDM2MyBDMzUzLjIzODc3OSw3My45MjgxMTQ0IDM2Mi43ODMzMjksODEuMTE3NTc1MSAzNTYuMjk4MTAyLDgxLjgwMDc1MDcgQzM1MC41MTQwNDksODIuNDA5NzYxMSAzNDQuNzA0NDA2LDgyLjk0NzE3MzYgMzM4LjkwOTQ3OCw4My41MjU5NDc0IEMzMzMuOTM2NjM5LDg0LjAyMjg1NDMgMzI4LjgzNzc2Nyw4NC4wNTM5NDY2IDMyMy43NzAyNDMsODMuOTI2NzI0OCBDMzE0LjkyNTU4OCw4NC41MDU3ODM5IDMwNi4wODQ3NzIsODUuMDk1MTEyIDI5Ny4yNDg0MzQsODUuNjk4MTMyMSBDMjYyLjE1MTMwNyw4OC4wOTQyMzg3IDIyNy4wNTYwOTksOTAuNDkwMDYgMTkxLjk4NjQ4Miw5Mi45NjY2MDczIEMxNTYuMjQ4MzE4LDk1LjQ5MDIyMDkgMTIwLjUyMTAyOSw5OC4wNjYwMzU1IDg0LjY0MzM5NzcsMTAwLjE0NTIyOCBDODMuNjU2MjUxMSwxMDAuMjAyNTY0IDgxLjc5NDU1NTEsOTguNzc5NDQ3NyA4Mi43MzI0NDA0LDk4LjY1NDIyMjYgQzEwMS41MzM2NSw5Ni4xNDE0NDg1IDEyMC41NTE3MzgsOTMuODEwOTQ5NiAxMzkuNjUzNjM0LDkxLjc5NzkzNDggQzE3My43NzMyMSw4OC4yMDIwNjM1IDIwOC4xMDUxODYsODQuOTgyNDM3OSAyNDIuNTU2MTU3LDgyLjA4NDg2MDUgQzI1Mi45Mzc0MzgsODEuMjExNzU3NCAyNjMuMzIzNTY3LDgwLjM1Mjg2MSAyNzMuNzIyNzI5LDc5LjUyNTczNTYgQzI2NC43NTk5NTcsNzkuODkzMzM0OCAyNTUuNzk5NzYsODAuMjcyMzI1IDI0Ni44NDI5MTMsODAuNjYzODQ2OSBDMTc3LjY2MTU0NSw4My42ODgxMDUzIDEwOC41OTUzMzEsODcuMDA4OTkyNCAzOS43Mjk5OTQ0LDkxLjE0NTU0MDggQzM5LjA2OTc4MzksOTEuMTg1MzYyMiAzNy45ODE1ODc5LDkwLjM0NjY3NSAzOC43MjY4ODM4LDkwLjI4OTc4NzMgQzU3LjU0Mjg4NTEsODguODQ5OTg2NyA3Ni4zODMxOTY0LDg3LjQ2NjgwMyA5NS4yNDQ2MTkyLDg2LjEzODA2ODkgQzEyOC42MjkzOTUsODMuNzg2MTY4OSAxNjIuMTI2MTI1LDgxLjY2NDUyODYgMTk1LjY2Njk5Nyw3OS43NTU1NCBDMjEyLjQ2NTI2Miw3OC43OTk1NTU3IDIyOS4yNzM3NjMsNzcuODgzMzkyOSAyNDYuMTEyOTcxLDc3LjA2NTI5MzYgQzI1NC41NDUzNjksNzYuNjU1NDMxMyAyNjIuOTgwOTY3LDc2LjI1Njk0NjUgMjcxLjQxOTEyMyw3NS44Njk1Njg0IEMyNzUuODE3OTY4LDc1LjY2NzQ4MTYgMjgwLjIxOTM3Miw3NS40Mjk2MzY4IDI4NC42Mjg0NTMsNzUuMjcyNTE4NCBDMjg2LjQ5OTA0OSw3NS4yMDU2MDc3IDI4OC4zOTU4NzUsNzUuMTU3NjU5NCAyOTAuMjcyMjI5LDc1LjE0NzA5NDYgQzI5Mi4xMDYzNjEsNzUuMTM2ODAwNiAyOTQuNTM2NzI5LDc1LjU3MjEyNyAyOTYuMjI2OTE5LDc1LjM4NzkxOTIgQzI5Ny4xODU4ODgsNzUuMjgzMzU0MiAyOTguMjk1MTk1LDc2LjIxMDM1MjggMjk4LjM3ODM2MSw3Ni40OTk5MzgyIEMyOTguNDk0MTkxLDc2LjkwMjYzNDggMjk4LjU1MjMyLDc3LjMwMjc3MjUgMjk4LjI4NjQyNyw3Ny42NDE2MTg3IEMzMDUuNzAyNTM2LDc3LjA5MDQ2NDkgMzEzLjEyMzIwNyw3Ni41NDkwNDQ1IDMyMC41NDcxNDIsNzYuMDE2MTUwMSBDMzI5LjU3MzQ4OSw3NS4zNjgwNjAzIDMzOC42NzkxNjUsNzQuNTI1NzE0OCAzNDcuNzg0MjAyLDc0LjE1MjAzNjMgWiIgaWQ9IkNvbWJpbmVkLVNoYXBlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxOTguNDc1ODI0LCA4Ny4xNDY5MTUpIHNjYWxlKC0xLCAxKSByb3RhdGUoNS4wMDAwMDApIHRyYW5zbGF0ZSgtMTk4LjQ3NTgyNCwgLTg3LjE0NjkxNSkiPjwvcGF0aD4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+Cg==) no-repeat bottom left/contain;
  mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMzIxcHgiIGhlaWdodD0iMjBweCIgdmlld0JveD0iMCAwIDMyMSAyMCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPHRpdGxlPkNvbWJpbmVkIFNoYXBlPC90aXRsZT4KICAgIDxnIGlkPSLwn6epLVN5bWJvbHMiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJEZXNrdG9wL1N0b3J5L1RleHRMZWZ0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTQ5LjAwMDAwMCwgLTUyMC4wMDAwMDApIiBmaWxsPSIjMDAwMDAwIj4KICAgICAgICAgICAgPGcgaWQ9IlRleHQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAwLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMTEuMDAwMDAwLCA0NDMuNzA4NTM1KSI+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTM0Ny43ODQyMDIsNzQuMTUyMDM2MyBDMzUzLjIzODc3OSw3My45MjgxMTQ0IDM2Mi43ODMzMjksODEuMTE3NTc1MSAzNTYuMjk4MTAyLDgxLjgwMDc1MDcgQzM1MC41MTQwNDksODIuNDA5NzYxMSAzNDQuNzA0NDA2LDgyLjk0NzE3MzYgMzM4LjkwOTQ3OCw4My41MjU5NDc0IEMzMzMuOTM2NjM5LDg0LjAyMjg1NDMgMzI4LjgzNzc2Nyw4NC4wNTM5NDY2IDMyMy43NzAyNDMsODMuOTI2NzI0OCBDMzE0LjkyNTU4OCw4NC41MDU3ODM5IDMwNi4wODQ3NzIsODUuMDk1MTEyIDI5Ny4yNDg0MzQsODUuNjk4MTMyMSBDMjYyLjE1MTMwNyw4OC4wOTQyMzg3IDIyNy4wNTYwOTksOTAuNDkwMDYgMTkxLjk4NjQ4Miw5Mi45NjY2MDczIEMxNTYuMjQ4MzE4LDk1LjQ5MDIyMDkgMTIwLjUyMTAyOSw5OC4wNjYwMzU1IDg0LjY0MzM5NzcsMTAwLjE0NTIyOCBDODMuNjU2MjUxMSwxMDAuMjAyNTY0IDgxLjc5NDU1NTEsOTguNzc5NDQ3NyA4Mi43MzI0NDA0LDk4LjY1NDIyMjYgQzEwMS41MzM2NSw5Ni4xNDE0NDg1IDEyMC41NTE3MzgsOTMuODEwOTQ5NiAxMzkuNjUzNjM0LDkxLjc5NzkzNDggQzE3My43NzMyMSw4OC4yMDIwNjM1IDIwOC4xMDUxODYsODQuOTgyNDM3OSAyNDIuNTU2MTU3LDgyLjA4NDg2MDUgQzI1Mi45Mzc0MzgsODEuMjExNzU3NCAyNjMuMzIzNTY3LDgwLjM1Mjg2MSAyNzMuNzIyNzI5LDc5LjUyNTczNTYgQzI2NC43NTk5NTcsNzkuODkzMzM0OCAyNTUuNzk5NzYsODAuMjcyMzI1IDI0Ni44NDI5MTMsODAuNjYzODQ2OSBDMTc3LjY2MTU0NSw4My42ODgxMDUzIDEwOC41OTUzMzEsODcuMDA4OTkyNCAzOS43Mjk5OTQ0LDkxLjE0NTU0MDggQzM5LjA2OTc4MzksOTEuMTg1MzYyMiAzNy45ODE1ODc5LDkwLjM0NjY3NSAzOC43MjY4ODM4LDkwLjI4OTc4NzMgQzU3LjU0Mjg4NTEsODguODQ5OTg2NyA3Ni4zODMxOTY0LDg3LjQ2NjgwMyA5NS4yNDQ2MTkyLDg2LjEzODA2ODkgQzEyOC42MjkzOTUsODMuNzg2MTY4OSAxNjIuMTI2MTI1LDgxLjY2NDUyODYgMTk1LjY2Njk5Nyw3OS43NTU1NCBDMjEyLjQ2NTI2Miw3OC43OTk1NTU3IDIyOS4yNzM3NjMsNzcuODgzMzkyOSAyNDYuMTEyOTcxLDc3LjA2NTI5MzYgQzI1NC41NDUzNjksNzYuNjU1NDMxMyAyNjIuOTgwOTY3LDc2LjI1Njk0NjUgMjcxLjQxOTEyMyw3NS44Njk1Njg0IEMyNzUuODE3OTY4LDc1LjY2NzQ4MTYgMjgwLjIxOTM3Miw3NS40Mjk2MzY4IDI4NC42Mjg0NTMsNzUuMjcyNTE4NCBDMjg2LjQ5OTA0OSw3NS4yMDU2MDc3IDI4OC4zOTU4NzUsNzUuMTU3NjU5NCAyOTAuMjcyMjI5LDc1LjE0NzA5NDYgQzI5Mi4xMDYzNjEsNzUuMTM2ODAwNiAyOTQuNTM2NzI5LDc1LjU3MjEyNyAyOTYuMjI2OTE5LDc1LjM4NzkxOTIgQzI5Ny4xODU4ODgsNzUuMjgzMzU0MiAyOTguMjk1MTk1LDc2LjIxMDM1MjggMjk4LjM3ODM2MSw3Ni40OTk5MzgyIEMyOTguNDk0MTkxLDc2LjkwMjYzNDggMjk4LjU1MjMyLDc3LjMwMjc3MjUgMjk4LjI4NjQyNyw3Ny42NDE2MTg3IEMzMDUuNzAyNTM2LDc3LjA5MDQ2NDkgMzEzLjEyMzIwNyw3Ni41NDkwNDQ1IDMyMC41NDcxNDIsNzYuMDE2MTUwMSBDMzI5LjU3MzQ4OSw3NS4zNjgwNjAzIDMzOC42NzkxNjUsNzQuNTI1NzE0OCAzNDcuNzg0MjAyLDc0LjE1MjAzNjMgWiIgaWQ9IkNvbWJpbmVkLVNoYXBlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxOTguNDc1ODI0LCA4Ny4xNDY5MTUpIHNjYWxlKC0xLCAxKSByb3RhdGUoNS4wMDAwMDApIHRyYW5zbGF0ZSgtMTk4LjQ3NTgyNCwgLTg3LjE0NjkxNSkiPjwvcGF0aD4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+Cg==) no-repeat bottom left/contain;
  background-color: var(--marker-svg-color);
}

.txt-intro {
  font-size: clamp(16px, 1.3571428571vw, 19px);
  font-weight: 600;
}

.txt-green {
  color: var(--clr-green);
}

.txt-size-16 {
  font-size: 16px;
}

:focus:not(.focus-visible) {
  outline: none;
}

.focus-visible,
:focus-visible {
  outline-color: var(--clr-set-1);
  outline-offset: 1px;
  outline-style: revert;
  outline-width: 2px;
}

/* Header brand */
.brand {
  display: flex;
  width: 100%;
  max-width: 300px;
  max-height: calc(var(--header-height) - 20px);
  text-decoration: none;
}

.brand img {
  width: 100%;
  object-fit: contain;
  object-position: center left;
}

@media only screen and (min-width: 999px) and (max-width: 1500px) {
  .brand {
    max-width: 160px;
  }
}

@media only screen and (max-width: 999px) {
  .brand {
    max-width: 240px;
  }
}

/* Toolbar buttons (mobile) */
.toolbar-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 54px;
  transition: color 0.15s, background-color 0.15s;
  color: var(--clr-gray);
  font-family: "Red Hat Display", sans-serif !important;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  gap: 5px;
}

.toolbar-btn::before {
  font-size: 28px;
  font-weight: 400;
}

.toolbar-btn::after {
  content: "";
  width: 100%;
  height: 3px;
  margin-top: 2px;
  transition: background-color 0.15s;
  border-radius: 0 0 100px 100px;
  background-color: transparent;
}

.toolbar-btn--active,
.toolbar-btn:focus-visible,
.toolbar-btn:hover {
  color: var(--clr-set-1);
}

.toolbar-btn--active::after,
.toolbar-btn:focus-visible::after,
.toolbar-btn:hover::after {
  background-color: currentColor;
}

/* Banners */
.event-banner {
  z-index: 1;
}

.event-banner img {
  transform: translateZ(0);
  transition: 0.2s;
}

.event-banner:focus img,
.event-banner:hover img {
  scale: 1.1;
}

/* Readon links */
.readon,
.readon--after,
.readon--back {
  --icon-hover-offset: 3px;
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
}

.readon::before,
.readon--after::before,
.readon--back::before {
  position: relative;
  top: -1px;
  transition: translate 0.15s;
  color: var(--icon-color, var(--clr-set-2));
}

.readon:not([class*=" icon-"])::before,
.readon--after:not([class*=" icon-"])::before,
.readon--back:not([class*=" icon-"])::before {
  content: "\e922";
  top: -0.15em;
  font-size: 60%;
}

[class*=" icon-"].readon,
[class*=" icon-"].readon--after,
[class*=" icon-"].readon--back {
  font-family: "Red Hat Display", sans-serif !important;
}

.readon:focus-visible::before,
.readon:hover::before,
.readon--after:focus-visible::before,
.readon--after:hover::before,
.readon--back:focus-visible::before,
.readon--back:hover::before {
  translate: var(--icon-hover-offset) 0;
}

.readon--back {
  --icon-hover-offset: -3px;
}

.readon--back::before {
  content: "\e920";
}

.readon--after::before {
  order: 1;
}

/* Breadcrumbs */
.breadcrumbs {
  flex-wrap: wrap;
  padding-block: min(2.5vw, 35px);
  color: var(--clr-gray);
  font-size: 16px;
}

.breadcrumbs,
.breadcrumbs span {
  display: flex;
  align-items: center;
}

.breadcrumbs .icon-home {
  position: relative;
  top: -2px;
  color: var(--clr-set-2);
  font-size: 20px;
}

.breadcrumbs__subsite {
  margin-left: 5px;
  color: var(--clr-set-2);
}

.breadcrumbs a {
  display: flex;
  align-items: center;
  transition: color 0.15s;
  color: var(--clr-gray);
}

.breadcrumbs a::after {
  content: "\e922";
  padding-inline: 1em;
  color: var(--clr-purple);
  font-size: 8px;
}

.breadcrumbs a:active,
.breadcrumbs a:focus-within,
.breadcrumbs a:hover {
  color: var(--clr-set-2);
}

.breadcrumbs a:active::after,
.breadcrumbs a:focus-within::after,
.breadcrumbs a:hover::after {
  color: var(--clr-purple);
}

@media only screen and (max-width: 768px) {
  .breadcrumbs {
    display: none;
    font-size: 12px;
  }

  .breadcrumbs .icon-home {
    font-size: 16px;
  }
}

/* Layout containers */
.layout-container {
  width: 100%;
  max-width: 1400px;
  margin-inline: auto;
}

.layout-container--inset-1.layout-container {
  padding-inline: 70px;
}

.layout-container--inset-2.layout-container {
  padding-inline: 140px;
}

.layout-container--inset-3.layout-container {
  padding-inline: 210px;
}

.layout-container--inset-4.layout-container {
  padding-inline: 280px;
}

@media only screen and (max-width: 1540px) {
  .layout-container {
    width: auto;
    margin-inline: 4.5454545455%;
  }

  .layout-container--inset-1.layout-container {
    padding-inline: 4.54545%;
  }

  .layout-container--inset-2.layout-container {
    padding-inline: 9.09091%;
  }

  .layout-container--inset-3.layout-container {
    padding-inline: 13.63636%;
  }

  .layout-container--inset-4.layout-container {
    padding-inline: 18.18182%;
  }
}

@media only screen and (max-width: 1024px) {
  .layout-container--inset-1.layout-container,
  .layout-container--inset-2.layout-container,
  .layout-container--inset-3.layout-container,
  .layout-container--inset-4.layout-container {
    padding-inline: 0;
  }
}

.layout-container-grid {
  display: grid;
  grid-auto-rows: auto;
  grid-template-columns:
    minmax(min(4.54545%, 70px), calc(50% - 700px)) repeat(20, 1fr)
    minmax(min(4.54545%, 70px), calc(50% - 700px));
}

/* App shell */
.app {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.app__site {
  display: flex;
  position: relative;
  z-index: 1;
  flex-direction: column;
  flex-grow: 1;
  padding-top: var(--header-height);
  background: var(--gradient-set-1);
}

.app__header {
  position: sticky;
  z-index: 2;
  top: 0;
  min-height: var(--header-height);
  margin-top: calc(var(--header-height) * -1);
}

.app__main {
  flex-grow: 1;
  padding-bottom: max(30px, min(5%, 70px));
}

.app__footer {
  position: relative;
}

@media only screen and (max-width: 999px) {
  .app__header {
    position: relative;
  }
}

/* Header */
.header {
  --contact-block-min-height: 240px;
  display: flex;
  gap: min(2.5%, 35px);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  align-items: center;
  min-height: var(--header-height);
  isolation: isolate;
  padding-inline: min(2.5%, 35px);
  transition: background-color 0.15s, box-shadow 0.15s;
}

.header--sticky {
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.header__logo {
  display: flex;
  z-index: 1;
  flex-grow: 1;
}

.header__nav-primary {
  margin-left: auto;
}

.header__tools {
  display: flex;
  gap: 1em;
}

.header--diap {
  background-color: #fff;
}

.header__tools-search-btn {
  min-width: 28px;
  transition: color 0.15s;
  color: var(--clr-purple);
  font-size: 26px;
  text-align: center;
}

.header__tools-search-btn:focus-visible,
.header__tools-search-btn:hover {
  color: var(--clr-set-10);
}

@media only screen and (max-width: 999px) {
  .header__nav-primary {
    display: none;
  }
}

@media only screen and (min-width: 999px) {
  .header__tools .icon-hamburger,
  .header__tools .icon-home,
  .header__tools .icon-mobile,
  .header__tools .toolbar-btn {
    display: none;
  }
}

/* Navigation */
:root {
  --nav-primary-sub-menu-height: 0;
}

.nav-primary {
  --accent-color: var(--clr-set-10);
  --accent-color-2: var(--clr-set-1);
  --active-level: 0;
  --nav-primary-breakpoint: 999px;
}

.nav-primary .menu-item {
  position: static;
}

.nav-primary .menu-item a {
  transition: color 0.15s;
}

.nav-primary .menu-item__balloon {
  display: inline-flex;
  position: relative;
  top: -10px;
  align-items: center;
  justify-content: center;
  width: 24px;
  margin-left: 5px;
  border-radius: 100%;
  background: var(--clr-set-2);
  color: var(--clr-white);
  font-size: 12px;
  aspect-ratio: 1;
}

.nav-primary .nav > .menu-item > a {
  color: var(--clr-purple);
  font-size: 20px;
  font-weight: 500;
  white-space: nowrap;
}

.nav-primary .nav > .menu-item > a:focus-visible,
.nav-primary .nav > .menu-item > a:hover {
  color: var(--accent-color);
}

@media only screen and (min-width: 999px) {
  .nav-primary > .nav {
    display: flex;
    position: relative;
    gap: 45px;
  }
}

/* Page header (homepage) */
.page-header-home {
  --clip-path: polygon(0 0, 100vw 0, 100vw 100%, min(22.72727vw, 350px) 100%);
  display: flex;
  min-height: calc(100vh - 60px);
  margin-top: calc(var(--header-height) * -1);
  background-color: #fff;
}

.page-header-home > .layout-container-grid {
  width: 100%;
}

.page-header-home__textbox {
  display: flex;
  position: relative;
  grid-column: 2 / span 10;
  grid-row: 1;
  flex-direction: column;
  justify-content: end;
  gap: min(10vw, 70px);
  padding-block: var(--header-height) min(20%, 140px);
  background-color: #fff;
}

.page-header-home__title {
  margin-top: min(10%, 70px);
  margin-right: min(40%, 280px);
  font-size: clamp(22px, 3.8571428571vw, 54px);
}

.page-header-home__content {
  margin-right: min(10%, 70px);
}

.page-header-home__content > p {
  margin-bottom: 1em;
}

.page-header-home__links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.page-header-home__imagebox {
  display: flex;
  position: relative;
  inset: 0;
  grid-column: span 16 / -1;
  grid-row: 1;
  align-items: end;
  height: 100%;
  clip-path: var(--clip-path);
}

.page-header-home__imagebox::after {
  content: "";
  position: absolute;
  inset: 0;
  height: calc(var(--header-height) * 2);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6), transparent);
  mix-blend-mode: multiply;
}

.page-header-home__imagebox-overlay {
  --margin-left: min(min(31.25%, 350px), 350px);
  display: grid;
  place-content: center;
  position: absolute;
  align-items: end;
  width: calc(100% - var(--margin-left));
  margin-left: var(--margin-left);
  aspect-ratio: 2.1;
  isolation: isolate;
}

.page-header-home__imagebox-overlay::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.85;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  background-color: var(--clr-set-12);
}

.page-header-home__imagebox-overlay .event-banner {
  grid-row: 1;
  width: min(min(31.81818vw, 490px), 245px);
  margin-left: max(-2.27273vw, -35px);
}

.page-header-home__imagebox-overlay .event-banner--graduation {
  transform: translateY(-45px);
}

.page-header-home__imagebox-logo {
  z-index: 2;
  grid-row: 1;
  width: min(min(18.18182vw, 280px), 140px);
}

.page-header-home__imagebox-logo img {
  padding: 5%;
  border-radius: 100%;
  background-color: #fff;
}

.page-header-home__imagebox > img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-header-home--is-corporate .page-header-home__textbox {
  padding-block-end: min(10%, 70px);
}

@media only screen and (min-width: 1680px) {
  .page-header-home__textbox {
    grid-column-start: 1;
    justify-content: center;
    padding-inline-start: min(20%, 140px);
  }

  .page-header-home__title {
    margin-top: 3em;
  }
}

@media only screen and (max-width: 999px) {
  .page-header-home {
    min-height: 0;
    margin-top: 0;
  }

  .page-header-home__imagebox {
    grid-column-start: 1;
    height: auto;
    background-color: var(--clr-set-15);
    clip-path: none;
  }

  .page-header-home__imagebox::after {
    content: none;
  }

  .page-header-home__imagebox-overlay {
    --margin-left: min(22.72727%, 350px);
  }

  .page-header-home__imagebox > img {
    position: static;
    height: auto;
    clip-path: var(--clip-path);
  }

  .page-header-home__textbox {
    grid-column-end: -2;
    grid-row: 2;
    gap: min(5vw, 70px);
    padding-block: min(5%, 70px);
  }

  .page-header-home__title {
    margin-right: 0;
  }

  .page-header-home__links {
    gap: 10px;
  }
}

/* Cards */
.card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transform: translateZ(0);
  transition: box-shadow 0.15s;
  border: 1px solid var(--clr-border);
  border-radius: 6px;
  background: var(--clr-white);
  color: var(--clr-body);
  text-decoration: none;
}

.card__header {
  display: grid;
  aspect-ratio: 425 / 250;
  overflow: hidden;
  border-radius: 6px 6px 0 0;
  background-color: var(--clr-border);
}

.card__header img {
  grid-area: -1 / 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  scale: 1;
  transition: scale 0.15s;
}

.card__content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 32px;
  gap: 1.5em;
}

.card__content[class*="theme-label"] {
  position: relative;
}

.card__content[class*="theme-label"]::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 24%;
  aspect-ratio: 100 / 120;
  translate: 0 -50%;
  background: url("./labels/corporate_22b283bb.svg") no-repeat 0/cover;
}

.card__content[class*="theme-label"][class*="theme-label-wartburg"]::after {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI2LjAuMiwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxMTAgODEiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDExMCA4MTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsLXJ1bGU6ZXZlbm9kZDtjbGlwLXJ1bGU6ZXZlbm9kZDtmaWxsOiMyOTFDNUI7fQoJLnN0MXtmaWxsLXJ1bGU6ZXZlbm9kZDtjbGlwLXJ1bGU6ZXZlbm9kZDtmaWxsOiNGMDdFMjM7fQoJLnN0MntmaWxsLXJ1bGU6ZXZlbm9kZDtjbGlwLXJ1bGU6ZXZlbm9kZDtmaWxsOiMwMDk1REI7fQoJLnN0M3tmaWxsLXJ1bGU6ZXZlbm9kZDtjbGlwLXJ1bGU6ZXZlbm9kZDtmaWxsOiNFNTAwNDQ7fQo8L3N0eWxlPgo8cG9seWdvbiBpZD0iRmlsbC0xIiBjbGFzcz0ic3QwIiBwb2ludHM9IjI3LjUsMCAwLDE2LjIgMCw0OC42IDI3LjUsMzIuNCAiLz4KPHBvbHlnb24gaWQ9IkZpbGwtMiIgY2xhc3M9InN0MSIgcG9pbnRzPSIyNy41LDAgMjcuNSwzMi40IDU1LDQ4LjYgNTUsMTYuMiAiLz4KPHBvbHlnb24gaWQ9IkZpbGwtMyIgY2xhc3M9InN0MiIgcG9pbnRzPSI4Mi42LDY0LjggODIuNiwzMi40IDU1LDQ4LjYgIi8+Cjxwb2x5Z29uIGlkPSJGaWxsLTQiIGNsYXNzPSJzdDMiIHBvaW50cz0iODIuNSw2NC44IDExMCw4MSAxMTAsNDguNiA4Mi41LDMyLjQgIi8+Cjwvc3ZnPgo=) no-repeat 0/115%;
}

.card__content[class*="theme-label"][class*="theme-label-driestar"]::after {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI2LjAuMiwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxMTEuMSAxMDEiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDExMS4xIDEwMTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsLXJ1bGU6ZXZlbm9kZDtjbGlwLXJ1bGU6ZXZlbm9kZDtmaWxsOiNFOUI4MEY7fQoJLnN0MXtmaWxsLXJ1bGU6ZXZlbm9kZDtjbGlwLXJ1bGU6ZXZlbm9kZDtmaWxsOiMwOTk4QTg7fQo8L3N0eWxlPgo8cGF0aCBpZD0iRmlsbC00IiBjbGFzcz0ic3QwIiBkPSJNMTExLjEsMC40bC0zLDEuOWwwLDBjMCwwLDAsMCwwLDB2MGwwLDBjLTE4LjIsMTAtNDMuMywzMS4xLTUwLjksNDMuM2MyLjgsNS42LDUuMiwxMS41LDcsMTcuOQoJYzMuMy0yLjMsMjQuOC0xNC40LDM5LjktMjEuMXYwTDExMS4xLDAuNHoiLz4KPHBhdGggaWQ9IkZpbGwtMSIgY2xhc3M9InN0MSIgZD0iTTUuMywxMC40TDAuNCwwLjhMMCwwbDExLjcsNDkuN2wwLDBjMTAuNiw1LjEsMjAuMiw5LjksMjcuMSwxOS41YzUuOSw4LjIsOS42LDEzLjEsMTIuMywyMi42CgljMC45LDMsMS43LDYsMS45LDkuMWwwLjEsMGw1LjQsMC4xaDAuMWwwLTAuNmwwLjEtMS40QzYzLjksMzYuNCwxMCw3LjUsMCwwIi8+Cjwvc3ZnPgo=);
}

.card__content[class*="theme-label"][class*="theme-label-dw"]::after {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI3LjguMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxhYWdfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCgkgdmlld0JveD0iMCAwIDU3IDU3LjIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDU3IDU3LjI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojMjkxQzVCO30KPC9zdHlsZT4KPGc+Cgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMjMuMSw5LjNoNS44YzEuMywwLDIuNSwwLjIsMy41LDAuN2MxLDAuNCwxLjgsMSwyLjQsMS44YzAuNiwwLjgsMSwxLjYsMS4zLDIuNWMwLjMsMC45LDAuNCwxLjksMC40LDIuOQoJCWMwLDAuNy0wLjEsMS41LTAuMiwyLjJjLTAuMiwwLjctMC40LDEuNC0wLjgsMi4xYy0wLjQsMC43LTAuOSwxLjMtMS41LDEuOGMtMC42LDAuNS0xLjMsMC45LTIuMiwxLjJzLTEuOSwwLjUtMywwLjVoLTUuN0wyMy4xLDkuMwoJCUwyMy4xLDkuM3ogTTI5LjEsMjEuN2MxLjMsMCwyLjItMC41LDIuOS0xLjRjMC42LTAuOSwxLTIsMS0zLjJzLTAuMy0yLjMtMC45LTMuMmMtMC42LTAuOS0xLjUtMS40LTIuNy0xLjRoLTIuOXY5LjJMMjkuMSwyMS43CgkJTDI5LjEsMjEuN3oiLz4KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0yMy45LDQ4LjlsLTMuMy0xNS42aDMuNWwxLjYsOC4zYzAsMC4xLDAsMC4yLDAuMSwwLjRjMCwwLjIsMCwwLjMsMCwwLjRjMC0wLjEsMC0wLjIsMC0wLjRzMC0wLjMsMC4xLTAuNQoJCWwyLTguM2gzbDIsOC4zYzAsMC4xLDAuMSwwLjMsMC4xLDAuNXMwLDAuMywwLDAuNGMwLTAuMSwwLTAuMSwwLTAuMmMwLTAuMSwwLTAuMiwwLTAuM2MwLTAuMSwwLTAuMiwwLTAuM2wxLjYtOC4zaDMuNWwtMy40LDE1LjYKCQloLTMuMmwtMi4yLTguN2MwLTAuMS0wLjEtMC40LTAuMS0wLjljLTAuMSwwLjUtMC4xLDAuOC0wLjEsMC44bC0yLjEsOC43TDIzLjksNDguOUwyMy45LDQ4Ljl6Ii8+CjwvZz4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTM2LjUsMjkuOGMwLDAtNi45LTAuMi04LjEtMC4yYy0xLDAtNy43LDAuMi03LjcsMC4ydi0xLjdjMCwwLDUuOCwwLjEsNy42LDAuMmMxLjksMC4xLDguNC0wLjIsOC4zLTAuMgoJQzM2LjUsMjguMSwzNi41LDI5LjgsMzYuNSwyOS44eiIvPgo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNNTYuMSwzMS42Yy0xLjQsMTMuNS0xMy44LDI0LjUtMjcuNSwyNC41QzEzLjksNTYuMSwyLDQzLjMsMiwyOC42UzEzLjksMS41LDI4LjYsMS41YzEzLjQsMCwyNS4yLDEwLjQsMjcsMjMuNAoJYzAsMC4yLDAuMSwwLjUsMC4xLDAuOEg1N0M1NS41LDExLjIsNDMuMywwLDI4LjYsMEMxMi44LDAsMCwxMi44LDAsMjguNnMxMi44LDI4LjYsMjguNiwyOC42YzE0LjgsMCwyNi45LTExLjIsMjguNC0yNS42TDU2LjEsMzEuNgoJTDU2LjEsMzEuNnoiLz4KPC9zdmc+Cg==);
}

.card__title {
  transition: color 0.15s;
  color: var(--clr-purple);
  font-size: clamp(18px, 2vw, 28px);
  font-weight: 700;
  line-height: 1.2916666667;
}

.card__post-title {
  margin-top: -1.5em;
  font-size: clamp(14px, 1.2857142857vw, 18px);
}

.card__post-title > p {
  display: flex;
  align-items: baseline;
  gap: 1ch;
}

.card__post-title > p > [class*="icon"] {
  flex-shrink: 0;
}

.card__intro {
  --line-clamp: 3;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: var(--line-clamp);
  -webkit-box-orient: vertical;
  line-height: 1.5555555556;
}

.card__intro,
.card__readon {
  font-size: clamp(14px, 1.1428571429vw, 16px);
}

.card__readon {
  margin-top: auto;
  padding-top: 1em;
  transition: font-weight 0.15s;
}

.card[href]:focus-within,
.card[href]:hover {
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.1);
}

.card[href]:focus-within .card__header img,
.card[href]:hover .card__header img {
  scale: 1.1;
}

.card[href]:focus-within .card__readon,
.card[href]:hover .card__readon {
  font-weight: 700;
}

@media only screen and (max-width: 1024px) {
  .card__content {
    padding: 20px;
  }
}

.card-grid {
  --cols: 3;
}

.card-grid__title {
  max-width: 50%;
  margin-bottom: min(5%, 70px);
  color: var(--clr-set-6);
  font-size: clamp(22px, 2.2857142857vw, 32px);
}

.card-grid__grid {
  display: grid;
  grid-template-columns: repeat(var(--cols), 1fr);
  gap: min(3.75vw, 52.5px);
}

.card-grid__cell > .card {
  height: 100%;
}

@media only screen and (max-width: 1024px) {
  .card-grid {
    --cols: 2;
  }
}

@media only screen and (max-width: 768px) {
  .card-grid {
    --cols: 1;
  }

  .card-grid__title {
    max-width: none;
  }
}

/* Skip-to */
.skip-to {
  display: flex;
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding: 1em;
  transform: translateY(-100%);
}

.skip-to__link {
  margin: 0 1em;
}

.skip-to:focus-within {
  transform: translateY(0);
}

@media only screen and (max-width: 768px) {
  .skip-to:focus-within {
    top: var(--header-height);
  }
}

/* Social */
.social-items {
  --size: 50px;
  --color: var(--clr-white);
  display: flex;
  justify-content: end;
  gap: 20px;
}

.social-item {
  --clr: var(--clr-white);
  --clr-hover: var(--clr-set-2);
}

.social-item__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--size);
  height: var(--size);
  transition: color 0.15s;
  border: 1px solid;
  border-radius: 100%;
  background: transparent;
  font-size: calc(var(--size) * 0.45);
  text-decoration: none;
}

.social-item__icon[href] {
  color: var(--clr);
}

.social-item__icon:active,
.social-item__icon:focus-visible,
.social-item__icon:hover {
  color: var(--clr-hover);
}

.social-items--fullcolor .social-item__icon {
  --clr: var(--clr-white);
  --clr-hover: var(--clr-white);
  transition: translate 0.15s;
  border: none;
  background: var(--bgclr);
  box-shadow: 12px 12px 24px 0 rgba(0, 0, 0, 0.15);
}

.social-items--fullcolor .social-item__icon--facebook {
  --bgclr: var(--clr-facebook);
}

.social-items--fullcolor .social-item__icon--instagram {
  --bgclr: var(--clr-instagram);
}

.social-items--fullcolor .social-item__icon--linkedin {
  --bgclr: var(--clr-linkedin);
}

.social-items--fullcolor .social-item__icon--youtube {
  --bgclr: var(--clr-youtube);
}

.social-items--fullcolor .social-item__icon--twitter {
  --bgclr: var(--clr-twitter);
}

.social-items--fullcolor .social-item__icon:active,
.social-items--fullcolor .social-item__icon:focus-visible,
.social-items--fullcolor .social-item__icon:hover {
  translate: 0 -5px;
}

@media only screen and (max-width: 768px) {
  .social-items {
    --size: 36px;
    gap: 15px;
  }
}

/* Notifications */
.app__notification {
  position: relative;
  z-index: 2;
}

.notification {
  display: none;
  padding-block: 17px;
  background: linear-gradient(180deg, var(--clr-orange), var(--clr-orange-dark));
  color: var(--clr-white);
}

.notification > .layout-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
}

.notification__text {
  display: inline-flex;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  min-height: 26px;
  gap: 1em;
  text-align: center;
}

.notification__text::before {
  content: "\e934";
  font-size: 120%;
}

.notification__text p {
  display: inline;
}

.notification__readon {
  color: var(--clr-white);
  text-decoration: underline;
  white-space: nowrap;
}

.notification__readon:focus,
.notification__readon:hover {
  color: currentColor;
  text-decoration: none;
}

.notification__closer {
  --color: #fff;
  align-self: start;
  transform-origin: center;
}

.notification__closer:focus,
.notification__closer:hover {
  color: currentColor;
  text-decoration: none;
}

.notification--anniversary {
  position: relative;
  overflow: hidden;
  background: var(--clr-set-8) !important;
  color: var(--clr-set-1-hover);
  font-weight: 700;
}

.notification--anniversary > .layout-container {
  position: relative;
  z-index: 2;
}

.notification--anniversary a {
  color: currentColor;
}

.notification--anniversary .notification__text::before {
  content: unset;
}

.notification--anniversary::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background-image: url("https://www.driestarwartburg.nl/app/themes/project_theme/dist/images/confetti/confetti-banner_9683ecc7.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.notification--background-light-blue {
  background: linear-gradient(180deg, var(--clr-blue-light), var(--clr-blue-shade-50));
  color: var(--clr-body);
}

.notification--background-light-blue a {
  color: var(--clr-body);
}

.notification--background-light-blue .notification__text::before {
  content: unset;
}

@media only screen and (max-width: 768px) {
  .notification {
    font-size: 14px;
  }

  .notification__text {
    gap: 0.5em;
  }
}

/* Footer */
.footer {
  --x: max(calc(50vw - 700px), min(5vw, 70px));
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, var(--clr-set-2) var(--x), var(--clr-set-1) var(--x));
  font-size: 16px;
  font-weight: 500;
}

.footer,
.footer h2 {
  color: var(--clr-white);
}

.footer h2 {
  margin-bottom: 0.5em;
  font-size: clamp(20px, 1.7142857143vw, 24px);
}

.footer a {
  transition: color 0.15s;
  color: var(--clr-white);
}

.footer a:focus-visible,
.footer a:hover {
  color: var(--clr-set-3);
}

.footer > .layout-container {
  display: flex;
  gap: min(5%, 70px);
}

.footer__section {
  display: flex;
  flex-direction: column;
  gap: 3em;
  padding-block: 4em 3em;
  min-width: 0;
}

.footer__section--left {
  display: flex;
  position: relative;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: space-between;
  width: max(340px, min(30%, 420px));
  padding-right: min(5%, 70px);
}

.footer__section--left::before {
  content: "x";
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  transform-origin: top right;
  background: var(--clr-set-2);
  rotate: 17deg;
  aspect-ratio: 1;
}

.footer__section--left a:focus-visible,
.footer__section--left a:hover {
  color: var(--clr-purple);
}

.footer__section--right {
  flex-grow: 1;
}

.footer__nav-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1em;
}

.footer__nav .menu-item a {
  --icon-color: var(--clr-set-3);
  padding-block: 10px;
}

.footer__legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1em;
}

.footer__legal .nav {
  display: flex;
  flex-wrap: wrap;
  gap: 2ch;
}

.footer__social {
  margin-top: auto;
}

.footer__contact-info {
  position: relative;
  margin-bottom: 50px;
}

.footer__logo {
  width: calc(100% - min(calc(1 / 5 * 100%), 70px));
}

.footer__logo,
.footer__logo img {
  position: relative;
}

.footer__logo::before {
  content: "x";
  position: absolute;
  top: 0;
  right: max(-25%, -70px);
  width: 100vw;
  transform-origin: top right;
  background: #fff;
  pointer-events: none;
  rotate: 17deg;
  aspect-ratio: 1;
}

@media only screen and (max-width: 999px) {
  .footer {
    background: var(--clr-set-1);
  }

  .footer > .layout-container {
    flex-direction: column;
    gap: min(5vw, 70px);
  }

  .footer__section {
    padding-block: 0;
  }

  .footer__section--left {
    position: static;
    width: 100%;
    padding-top: min(10%, 140px);
    padding-right: 0;
  }

  .footer__section--left::before {
    width: 100%;
    height: 100%;
    transform-origin: bottom right;
    background: rgba(255, 255, 255, 0.1);
    inset: auto auto 210px -100%;
  }

  .footer__section--left a:focus-visible,
  .footer__section--left a:hover {
    color: var(--clr-set-3);
  }

  .footer__section--right {
    position: relative;
    padding-bottom: 200px;
  }

  .footer__logo {
    position: absolute;
    z-index: 1;
    bottom: 90px;
    left: min(4.54545%, 70px);
    width: 200px;
  }

  .footer__nav-box {
    flex-direction: column;
  }

  .footer__nav h2 {
    display: flex;
    align-items: start;
    justify-content: space-between;
    margin-bottom: 0;
    cursor: pointer;
  }

  .footer__nav h2:focus-visible,
  .footer__nav h2:hover {
    color: var(--clr-set-3);
  }

  .footer__nav h2::after {
    content: "\e921";
    transition: rotate 0.15s;
    font-size: 80%;
  }

  .footer__nav .nav {
    display: none;
  }

  .footer__nav--open h2::after {
    rotate: 0.5turn;
  }

  .footer__social {
    order: 1;
  }

  .footer__contact-info {
    margin-bottom: 0;
  }
}
