@charset "UTF-8";
/* rethink-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Rethink Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/rethink-sans-v7-latin/rethink-sans-v7-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* rethink-sans-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Rethink Sans";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/rethink-sans-v7-latin/rethink-sans-v7-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* rethink-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Rethink Sans";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/rethink-sans-v7-latin/rethink-sans-v7-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* rethink-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Rethink Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/rethink-sans-v7-latin/rethink-sans-v7-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
-webkit-::selection {
  background: #000000;
  color: #FFFFFF;
}

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

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

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

*, *::before, *::after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

.font1, .FormBuilder input, .FormBuilder textarea, .FormBuilder, #news-search button, a.mybtn, button.mybtn, body {
  font-family: "Rethink Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  min-height: 100%;
  min-width: 100%;
  background-color: #FFFFFF;
}
html::-webkit-scrollbar, body::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: transparent;
}
html::-webkit-scrollbar-track, body::-webkit-scrollbar-track {
  background: transparent;
}
html::-webkit-scrollbar-thumb, body::-webkit-scrollbar-thumb {
  background-color: #000000;
  border-radius: 0px;
  border: 0;
}

body {
  line-height: 1.27;
  position: relative;
  color: #000000;
  overflow-x: hidden;
}

button {
  font-size: 1em;
  scale: 1;
  color: #000000;
  background-color: transparent;
  border: 1.5px solid #000000;
}

a, button {
  transition: all 0.1s ease;
  color: #000000;
}
a:link, a:visited, button:link, button:visited {
  text-decoration: underline;
  text-underline-offset: 0.2em;
  text-decoration-thickness: 0.09em;
  color: #000000;
}
a:hover, a:active, button:hover, button:active {
  text-decoration: none !important;
  text-underline-offset: 0.2em;
  text-decoration-thickness: 0.09em;
  color: #000000;
}
a.is-active, button.is-active {
  pointer-events: none;
  text-decoration: none !important;
  color: #CB0098 !important;
}
a.mybtn, button.mybtn {
  position: relative;
  padding: 0.5em 1em;
  border-radius: 999px;
  display: inline-block;
  text-shadow: none !important;
  text-align: center;
}
a.mybtn:link, a.mybtn:visited, button.mybtn:link, button.mybtn:visited {
  text-decoration: none;
  color: #FFFFFF;
  background-color: #000000;
  border: 1.5px solid #000000;
}
a.mybtn:hover, a.mybtn:active, button.mybtn:hover, button.mybtn:active {
  color: #FFFFFF;
  background-color: #CB0098;
  border: 1.5px solid #000000;
  border-color: #CB0098 !important;
}
a.mybtn.mybtn-white:link, a.mybtn.mybtn-white:visited, button.mybtn.mybtn-white:link, button.mybtn.mybtn-white:visited {
  text-decoration: none;
  color: #FFFFFF;
  background-color: #000000;
  border: none;
}
a.mybtn.mybtn-white:hover, a.mybtn.mybtn-white:active, button.mybtn.mybtn-white:hover, button.mybtn.mybtn-white:active {
  color: #000000;
  background-color: #FFFFFF;
}
a.mybtn.mybtn-icon, button.mybtn.mybtn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.6em;
  height: 2.7em;
  width: height;
  border-radius: 50%;
  aspect-ratio: 1/1;
}
a.mybtn.mybtn-icon .hidden, button.mybtn.mybtn-icon .hidden {
  display: none;
}
a.mybtn.mybtn-icon:hover img, a.mybtn.mybtn-icon:active img, button.mybtn.mybtn-icon:hover img, button.mybtn.mybtn-icon:active img {
  display: none;
}
a.mybtn.mybtn-icon:hover img.hidden, a.mybtn.mybtn-icon:active img.hidden, button.mybtn.mybtn-icon:hover img.hidden, button.mybtn.mybtn-icon:active img.hidden {
  display: block;
}
a.mybtn ~ a.mybtn, button.mybtn ~ a.mybtn {
  margin-left: 12px;
}
@media (max-width: 640px) {
  a.mybtn ~ a.mybtn, button.mybtn ~ a.mybtn {
    margin-left: 0;
    margin-top: 8px;
  }
}
@media (max-width: 640px) {
  a.mybtn.mybtn-mob100, button.mybtn.mybtn-mob100 {
    display: block;
    width: 100%;
    text-align: center;
  }
}
a.mybtn.arrow-left i, button.mybtn.arrow-left i {
  transition: transform 0.15s ease;
}
a.mybtn.arrow-left:hover i, a.mybtn.arrow-left:active i, button.mybtn.arrow-left:hover i, button.mybtn.arrow-left:active i {
  transform: translateX(-0.15em);
  transition: transform 0.15s ease;
}
a.nolink:link, a.nolink:visited, button.nolink:link, button.nolink:visited {
  text-decoration: none;
}
a.nolink:hover, a.nolink:active, a.nolink.is-active, button.nolink:hover, button.nolink:active, button.nolink.is-active {
  text-decoration: none;
  color: #000000;
}
a.nolink:hover *, a.nolink:active *, a.nolink.is-active *, button.nolink:hover *, button.nolink:active *, button.nolink.is-active * {
  color: #000000 !important;
}
a.hoverlink:link, a.hoverlink:visited, button.hoverlink:link, button.hoverlink:visited {
  text-decoration: none;
  color: #000000;
}
a.hoverlink:hover, a.hoverlink:active, button.hoverlink:hover, button.hoverlink:active {
  text-decoration: none;
  opacity: 0.6;
}
a.fadelink:hover, a.fadelink:active, button.fadelink:hover, button.fadelink:active {
  text-decoration: none;
  opacity: 0.8;
}
a.colorlink, button.colorlink {
  transition: all 1s ease !important;
}
a.colorlink:link, a.colorlink:visited, button.colorlink:link, button.colorlink:visited {
  text-decoration: none;
  color: #000000;
}
a.colorlink:link img, a.colorlink:visited img, button.colorlink:link img, button.colorlink:visited img {
  scale: 1 !important;
  transition: scale 0.6s ease;
}
a.colorlink:hover, a.colorlink:active, a.colorlink.is-active, button.colorlink:hover, button.colorlink:active, button.colorlink.is-active {
  text-decoration: none;
  color: #CB0098;
}
a.colorlink:hover *, a.colorlink:active *, a.colorlink.is-active *, button.colorlink:hover *, button.colorlink:active *, button.colorlink.is-active * {
  color: #CB0098 !important;
}
a.colorlink:hover img, a.colorlink:active img, a.colorlink.is-active img, button.colorlink:hover img, button.colorlink:active img, button.colorlink.is-active img {
  scale: 1.02 !important;
}
a.maincollink:link, header.header-maincol div#menus .cleanmenu#mainmenu a:link, a.maincollink:visited, header.header-maincol div#menus .cleanmenu#mainmenu a:visited, button.maincollink:link, button.maincollink:visited {
  text-decoration: none;
  color: #CB0098;
}
a.maincollink:hover, header.header-maincol div#menus .cleanmenu#mainmenu a:hover, a.maincollink:active, header.header-maincol div#menus .cleanmenu#mainmenu a:active, a.maincollink.is-active, header.header-maincol div#menus .cleanmenu#mainmenu a.is-active, button.maincollink:hover, button.maincollink:active, button.maincollink.is-active {
  text-decoration: none;
  color: #CB0098;
  opacity: 0.8;
}
a.svghover:hover svg path, button.svghover:hover svg path {
  fill: #CB0098 !important;
}
a.zoom-hover, button.zoom-hover {
  display: block;
  overflow: hidden;
}
a.zoom-hover img, button.zoom-hover img {
  transition: scale 0.6s ease;
}
a.zoom-hover:link, a.zoom-hover:visited, button.zoom-hover:link, button.zoom-hover:visited {
  text-decoration: none;
}
a.zoom-hover:hover, a.zoom-hover:active, button.zoom-hover:hover, button.zoom-hover:active {
  color: rgba(0, 0, 0, 0.8) !important;
}
a.zoom-hover:hover *, a.zoom-hover:active *, button.zoom-hover:hover *, button.zoom-hover:active * {
  color: rgba(0, 0, 0, 0.8) !important;
}
a.zoom-hover:hover img, a.zoom-hover:active img, button.zoom-hover:hover img, button.zoom-hover:active img {
  scale: 1.02 !important;
}
a.uk-card, button.uk-card {
  transition: box-shadow 0.25s ease;
}
a.uk-card:hover, a.uk-card:active, button.uk-card:hover, button.uk-card:active {
  box-shadow: 6px 6px 12px 0 rgba(0, 0, 0, 0.12);
}
a.whitelink:link, header.header-white div#menus .cleanmenu#mainmenu a:link, a.whitelink:visited, header.header-white div#menus .cleanmenu#mainmenu a:visited, button.whitelink:link, button.whitelink:visited {
  color: #FFFFFF;
  text-decoration: none;
}
a.whitelink:hover, header.header-white div#menus .cleanmenu#mainmenu a:hover, a.whitelink:active, header.header-white div#menus .cleanmenu#mainmenu a:active, button.whitelink:hover, button.whitelink:active {
  color: #CB0098;
}

.faded {
  opacity: 0.4;
}

@media (max-width: 960px) {
  .faded-mob {
    opacity: 0.4;
  }
}

.fade-up, .fade-in {
  opacity: 0;
}

.font-weight-medium {
  font-weight: 500;
}

.font-weight-bold {
  font-weight: bold;
}

.uk-flex-start {
  align-items: flex-start;
}

@media (min-width: 960px) {
  .uk-flex-start\@m {
    align-items: flex-start;
  }
}

.uk-gap {
  gap: 1.5em;
}

.uk-slider-items {
  padding-left: 0 !important;
}

.uk-slider-item {
  max-width: 1300px;
  margin: 15px;
  padding-left: 45px;
  padding-right: 10px;
  cursor: grab;
}

@media (max-width: 960px) {
  .order-1 {
    order: 1;
  }
}

@media (max-width: 960px) {
  .order-2 {
    order: 2;
  }
}

@media (min-width: 960px) {
  .uk-order-1\@m {
    order: 1;
  }
}

@media (min-width: 960px) {
  .uk-order-2\@m {
    order: 2;
  }
}

@media (min-width: 960px) {
  .uk-order-3\@m {
    order: 3;
  }
}

@media (min-width: 960px) {
  .uk-order-4\@m {
    order: 4;
  }
}

@media (min-width: 1200px) {
  .uk-order-1\@l {
    order: 1;
  }
}

@media (min-width: 1200px) {
  .uk-order-2\@l {
    order: 2;
  }
}

@media (min-width: 1200px) {
  .uk-order-3\@l {
    order: 3;
  }
}

@media (min-width: 1200px) {
  .uk-order-4\@l {
    order: 4;
  }
}

button {
  cursor: pointer;
}

.nolinks a:link, .nolinks a:visited {
  text-decoration: none;
  color: #000000;
}
.nolinks a:hover, .nolinks a:active {
  text-decoration: none;
}
.nolinks a.is-active {
  pointer-events: none;
}

ul[uk-accordion] {
  padding-left: 0 !important;
  margin-left: 0 !important;
}
ul[uk-accordion] > li {
  border-bottom: 1.5px solid #000000;
  margin-top: 0 !important;
}
ul[uk-accordion] ul {
  list-style: disc;
}
ul[uk-accordion] ul > li {
  margin-bottom: 5px;
}
ul[uk-accordion] ul ul {
  list-style: circle;
}
ul[uk-accordion] .uk-accordion-title {
  display: block;
  color: #000000;
  overflow: inherit;
  font-weight: 700;
  position: relative;
  padding: clamp(15px, 0.35em, 50px) 0;
}
ul[uk-accordion] .uk-accordion-title:link {
  text-decoration: none;
}
ul[uk-accordion] .uk-accordion-title:after {
  content: "";
  width: 0.6em;
  height: 1px;
  background-color: #000000;
  transform: rotate(90deg);
  right: 0;
  top: 50%;
  position: absolute;
  transition: transform 0.1s ease;
}
ul[uk-accordion] .uk-accordion-title::before {
  width: 0.6em;
  height: 1px;
  top: 15px;
  right: 0;
  top: 50%;
  position: absolute;
  background-color: #000000;
  transition: transform 0.1s ease;
}
ul[uk-accordion] .uk-accordion-title[aria-expanded=true]:after {
  transform: rotate(0deg);
}
ul[uk-accordion] .uk-accordion-title[aria-expanded=true]::before {
  transform: rotate(-180deg);
}

.font-weight-normal {
  font-weight: 500;
}

.bg-white {
  background-color: #FFFFFF;
}

.nolink {
  color: #000000;
}
.nolink:hover {
  border-bottom: 0;
}

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

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

.font-weight-800 {
  font-weight: 800;
}

em {
  font-style: normal;
}

p {
  margin-top: 0;
}

p, .mb-p {
  margin-bottom: 1em;
}

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

.my-mb-1 {
  margin-bottom: 0.25em !important;
}

.my-mb-2 {
  margin-bottom: 0.5em !important;
}

.my-mb-3 {
  margin-bottom: 1em !important;
}

.my-mb-3 {
  margin-bottom: 1.5em !important;
}

.my-mb-4 {
  margin-bottom: 2em !important;
}

.my-mb-5 {
  margin-bottom: 2.5em !important;
}

.my-mb-6 {
  margin-bottom: 3em !important;
}

.my-mb-7 {
  margin-bottom: 4em !important;
}

em {
  color: #000000;
}

button.nobtn {
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  font-size: 1em;
}

.text-shadow {
  text-shadow: 0 2px 5px rgba(255, 255, 255, 0.3);
}

.mainwhite {
  color: #FFFFFF;
}
.mainwhite * {
  color: #FFFFFF;
}

.bg-mainwhite {
  background-color: #FFFFFF;
}

.mainblack {
  color: #000000;
}

.bg-mainblack {
  background-color: #000000;
}

.white {
  color: #FFFFFF !important;
}
.white h2 {
  color: #FFFFFF !important;
}

.maincol-on-hover {
  transition: color 0.15s;
}

a:hover .maincol-on-hover {
  color: #CB0098;
}

.maincol {
  color: #CB0098;
}
.maincol a {
  color: #CB0098;
}
.maincol .nicelist > div {
  border-color: #CB0098;
}

.bg-maincol {
  background-color: #CB0098;
}
@media (min-width: 960px) {
  .bg-maincol a:link, .bg-maincol a:visited {
    text-decoration: none;
    color: #000000;
  }
  .bg-maincol a:hover, .bg-maincol a:active, .bg-maincol a.is-active {
    text-decoration: none;
    color: #FFFFFF !important;
  }
}

.mainblack {
  color: #000000;
}
.mainblack a, .mainblack * {
  color: #000000;
}
.mainblack.nicelist > div, .mainblack .nicelist > div {
  border-color: #000000;
}

.bg-mainblack {
  background-color: #000000;
}

.uk-my-padding {
  padding: 20px !important;
}

.intro-padding-top {
  padding-top: 40px !important;
}

.intro-padding-medium-top {
  padding-top: 100px !important;
}
@media (max-width: 960px) {
  .intro-padding-medium-top {
    padding-top: 70px !important;
  }
}

.intro-padding-large-top {
  padding-top: 160px !important;
}
@media (max-width: 960px) {
  .intro-padding-large-top {
    padding-top: 120px !important;
  }
}

.uk-padding-remove-vertical {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.uk-padding-remove-bottom {
  padding-bottom: 0 !important;
}

.uk-padding-remove-top {
  padding-top: 0 !important;
}

@media (min-width: 1200px) {
  .uk-my-margin-top-minus1\@l {
    margin-top: -2.6vw;
  }
}

section {
  position: relative;
  z-index: 1;
}

.uk-my-margin-bottom {
  margin-bottom: 85px;
}

.uk-my-margin-top {
  margin-top: 85px;
}

.uk-my-margin-small-bottom {
  margin-bottom: 55px;
}

@media (min-width: 960px) {
  .uk-my-margin-large-bottom\@m {
    margin-bottom: 150px;
  }
}

@media (min-width: 640px) {
  .uk-margin-top\@s {
    margin-top: 20px !important;
  }
}

@media (min-width: 640px) {
  .uk-margin-left\@s {
    margin-left: 20px !important;
  }
}

.uk-margin-xsmall-bottom {
  margin-bottom: 0.35em !important;
}

.uk-margin-xxsmall-bottom {
  margin-bottom: 0.15em !important;
}

@media (min-width: 640px) {
  .uk-margin-bottom\@s {
    margin-bottom: 20px !important;
  }
}

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

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

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

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

@media (min-width: 640px) {
  .uk-margin-remove-top\@s {
    margin-top: 0 !important;
  }
}

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

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

@media (min-width: 1200px) {
  .uk-margin-remove-top\@l {
    margin-top: 0 !important;
  }
}

.uk-margin-medium-bottom {
  margin-bottom: 30px !important;
}

.uk-margin-medium-bottom-sub-correction {
  margin-bottom: -30px !important;
}

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

.bold, h1, h2, h3, h4 {
  font-weight: 600 !important;
}

.regular, .double-title-top, .tracking-wide, .section-title, .events-title-switch {
  font-weight: 400 !important;
}

.border {
  border: 1.5px solid #000000 !important;
}

.border-top {
  border-top: 1.5px solid #000000 !important;
}

.border-bottom {
  border-bottom: 1.5px solid #000000 !important;
}

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

@media (min-width: 960px) {
  .contact-grid {
    margin-left: -8vw;
  }
  .contact-grid > div {
    padding-left: 8vw;
  }
}
@media (min-width: 1200px) {
  .contact-grid {
    margin-left: -11.5vw;
  }
  .contact-grid > div {
    padding-left: 11.5vw;
  }
}

.topspacer {
  height: 0;
}

.ns-px-2 {
  padding: 0 0px;
}

.ns-pb-shove-2 {
  padding-bottom: 540px;
  background-position: 0 -100px;
}
.ns-pb-shove-2 + section {
  margin-top: -460px;
}

.ns-margin-top-auto {
  margin-top: auto;
}

.uk-card {
  box-shadow: none;
  box-shadow: 4px 4px 15px 0 rgba(0, 0, 0, 0.1);
  padding: 32px;
}

.uk-container {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
}

.uk-container-small {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
}

.hyphens {
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

.contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.contain-left {
  object-position: top left;
}

.cover {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

@media (min-width: 640px) {
  .fit\@s {
    max-width: 100% !important;
  }
}

.size-1, footer h3, h3.title-label, .contents-menu, .FormBuilder .uk-radio + span, .FormBuilder .uk-checkbox + span, .FormBuilder .uk-form-label, .FormBuilder button.uk-button[type=submit], .FormBuilder label, .uk-subnav li a:link, .uk-subnav li a:visited, .privacywire-ask-consent button, .caption {
  font-size: 1.125rem;
  line-height: 1.33;
}

@media (min-width: 640px) {
  .size-1\@m {
    font-size: 1.125rem;
    line-height: 1.33;
  }
}

.size-2, .site-footer-bottom {
  font-size: 0.9rem;
  line-height: 1.3;
}

@media (min-width: 960px) {
  .size-2\@m {
    font-size: 0.9rem;
    line-height: 1.3;
  }
}

.size1, .site-footer-menu,
.site-footer-social, .events-headline, .FormBuilder, .double-title-top, .tracking-wide, .section-title, .events-title-switch, h3, body {
  font-size: 1.2375rem;
}

.size2, h2 {
  font-size: 1.9125rem;
  line-height: 1.22;
}

@media (min-width: 960px) {
  .size2\@m {
    font-size: 1.9125rem;
    line-height: 1.22;
  }
}

.size3, h1 {
  font-size: 3.2625rem;
  line-height: 1.15;
}

.size4 {
  font-size: 3.9375rem;
  line-height: 1.1;
}

.size5 {
  font-size: 4.95rem;
  line-height: 1.08;
}

@media (max-width: 960px) {
  /* Base size stays stable; larger sizes reduce more strongly. */
  .size1, .site-footer-menu,
  .site-footer-social, .events-headline, .FormBuilder, .double-title-top, .tracking-wide, .section-title, .events-title-switch, h3, body {
    font-size: 1.125rem;
  }
  .size2, h2 {
    font-size: 1.6875rem;
  }
  .size3, h1 {
    font-size: 2.5875rem;
  }
  .size4 {
    font-size: 3.375rem;
  }
  .size5 {
    font-size: 4.275rem;
  }
  .size-1, footer h3, h3.title-label, .contents-menu, .FormBuilder .uk-radio + span, .FormBuilder .uk-checkbox + span, .FormBuilder .uk-form-label, .FormBuilder button.uk-button[type=submit], .FormBuilder label, .uk-subnav li a:link, .uk-subnav li a:visited, .privacywire-ask-consent button, .caption, .size-2, .site-footer-bottom {
    font-size: 1.06875rem;
  }
}
@media (max-width: 640px) {
  /* Further reduction on small screens, with stronger scaling on bigger sizes. */
  .size1, .site-footer-menu,
  .site-footer-social, .events-headline, .FormBuilder, .double-title-top, .tracking-wide, .section-title, .events-title-switch, h3, body {
    font-size: 1.0125rem;
  }
  .size2, h2 {
    font-size: 1.4625rem;
  }
  .size3, h1 {
    font-size: 1.96875rem;
  }
  .size4 {
    font-size: 2.5875rem;
  }
  .size5 {
    font-size: 3.375rem;
  }
  .size-1, footer h3, h3.title-label, .contents-menu, .FormBuilder .uk-radio + span, .FormBuilder .uk-checkbox + span, .FormBuilder .uk-form-label, .FormBuilder button.uk-button[type=submit], .FormBuilder label, .uk-subnav li a:link, .uk-subnav li a:visited, .privacywire-ask-consent button, .caption, .size-2, .site-footer-bottom {
    font-size: 0.84375rem;
  }
}
@media (max-width: 960px) {
  .text-container {
    height: auto !important;
    padding-bottom: 90px;
  }
}

.uk-gap-1 {
  gap: 10px;
}

.trim {
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}

.uk-grid {
  margin-left: -20px;
}
.uk-grid > * {
  padding-left: 20px;
}

@keyframes pop {
  0% {
    scale: 1.1;
  }
  100% {
    scale: 1;
  }
}
.full-absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fullsize, .fullsize\@m {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  overflow: hidden;
}
.fullsize .hero-seo, .fullsize\@m .hero-seo {
  position: absolute;
  inset: 0;
  z-index: 0; /* lower than slideshow items */
  opacity: 0; /* keep accessible but invisible */
  pointer-events: none;
}
.fullsize.shortened, .fullsize\@m.shortened {
  height: calc(100svh - 40px);
}
@media (max-width: 960px) {
  .fullsize.shortened, .fullsize\@m.shortened {
    height: calc(100svh - 22px);
  }
}
@media (max-width: 960px) {
  .fullsize.fullsize-image-panel, .fullsize\@m.fullsize-image-panel {
    height: 100vw;
    max-height: 60vh;
    min-height: 350px;
  }
}
.fullsize.halfsize-image-panel, .fullsize\@m.halfsize-image-panel {
  height: clamp(700px, 80vh, 1000px);
}
@media (max-width: 960px) {
  .fullsize.halfsize-image-panel, .fullsize\@m.halfsize-image-panel {
    height: 100vw;
    max-height: 60vh;
    min-height: 350px;
  }
}

@media (max-width: 960px) {
  .fullsize\@m {
    height: auto;
  }
}

.fullheight {
  height: 100%;
}

.fullwidth {
  width: 100%;
}

@media (min-width: 1200px) {
  .post-image-container {
    aspect-ratio: 4/3;
    overflow: hidden;
  }
}

.buttons {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.buttons.align-left {
  justify-content: flex-start;
}

.cleanmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.cleanmenu ul li {
  padding: 0;
  margin: 0;
}
.cleanmenu ul li a {
  transition: all 0.25s;
}
.cleanmenu ul li a:hover, .cleanmenu ul li a:active, .cleanmenu ul li a.is-active {
  color: #CB0098;
  text-decoration: none;
}
.cleanmenu.verticalmenu ul {
  display: block;
  margin: 0;
  padding: 0;
}
.cleanmenu.verticalmenu ul li {
  margin: 0;
  margin-bottom: 0.15em;
  padding: 0;
}
header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* safe-area: notch / status bar (top), rounded corners (horizontal); no bottom — bar is at top */
  padding: calc(20px + constant(safe-area-inset-top, 0px)) calc(20px + constant(safe-area-inset-right, 0px)) 20px calc(20px + constant(safe-area-inset-left, 0px));
  padding: calc(20px + env(safe-area-inset-top, 0px)) calc(20px + env(safe-area-inset-right, 0px)) 20px calc(20px + env(safe-area-inset-left, 0px));
  box-sizing: border-box;
  transform: translateY(0);
  transition: background-color 0.15s linear, transform 0.3s ease, min-height 0.15s ease;
}
header div#menus {
  width: 100%;
  display: block;
}
header div#menus a:link, header div#menus a:visited {
  text-decoration: none;
}
header div#menus a:hover, header div#menus a:active {
  text-decoration: none;
  color: #CB0098;
}
header div#menus a.is-active {
  color: #CB0098 !important;
}
header #mainmenu {
  width: 100%;
}
header #mainmenu > ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
header .brand {
  --logo-width: clamp(120px, 20vw, 200px);
  width: auto;
}
header .brand a {
  display: inline-flex;
  align-items: center;
}
header .brand .logo {
  display: block;
  width: auto;
  /* logo.svg ratio: 2437.27 / 275.09 ~= 8.86 */
  height: min(30px, var(--logo-width) / 8.86);
}
header .brand .logo-mobile {
  display: none;
}
header .brand .logo-default {
  display: block;
}
header .main-links ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(20px, 2.5vw, 50px);
}
header .social-links {
  min-width: min(100px, 10vw);
}
header .social-links ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
header .social-links a {
  display: inline-flex;
  align-items: center;
}
header #menutoggler {
  display: none !important;
}
header.scrolled, header.init-scrolled, header.is-active, header.header-white-bar {
  background-color: #FFFFFF;
}
header.has-white-bg {
  background-color: #FFFFFF;
}
header.away:not(.is-active) {
  transform: translateY(-100%);
}
header.header-white-bar {
  background-color: #FFFFFF;
}
@media (max-width: 960px) {
  header {
    padding: calc(12px + constant(safe-area-inset-top, 0px)) calc(16px + constant(safe-area-inset-right, 0px)) 12px calc(16px + constant(safe-area-inset-left, 0px));
    padding: calc(12px + env(safe-area-inset-top, 0px)) calc(16px + env(safe-area-inset-right, 0px)) 12px calc(16px + env(safe-area-inset-left, 0px));
    align-items: flex-start;
    background-color: #FFFFFF;
  }
  header #menutoggler {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    background: transparent;
    border: 0;
    padding: 5px;
    z-index: 3;
    cursor: pointer;
    width: 38px;
    height: 38px;
  }
  header #menutoggler .menutoggler-inner {
    position: relative;
    display: block;
    width: 28px;
    height: 2px;
    background-color: #000000;
    transition: background-color 0.15s ease, transform 0.15s ease;
  }
  header #menutoggler .menutoggler-inner::before, header #menutoggler .menutoggler-inner::after {
    content: "";
    position: absolute;
    left: 0;
    width: 28px;
    height: 2px;
    background-color: #000000;
    transition: transform 0.15s ease, top 0.15s ease, bottom 0.15s ease, opacity 0.15s ease;
  }
  header #menutoggler .menutoggler-inner::before {
    top: -6px;
  }
  header #menutoggler .menutoggler-inner::after {
    bottom: -6px;
  }
  header #menutoggler.is-active {
    pointer-events: initial !important;
  }
  header #menus {
    display: block;
  }
  header #mainmenu > ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }
  header .brand {
    --logo-width: clamp(140px, 40vw, 200px);
    padding-top: 10px !important;
  }
  header .main-links,
  header .social-links {
    display: none;
    font-size: max(3vw, 28px);
    margin-top: 0 !important;
  }
  header .main-links {
    line-height: 1.6 !important;
  }
  header.is-active {
    padding-bottom: calc(20px + constant(safe-area-inset-bottom, 0px));
    padding-bottom: calc(20px + env(safe-area-inset-bottom, 0px));
    background-color: #FFFFFF;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
  }
  header.is-active .main-links,
  header.is-active .social-links {
    animation: homeMenuReveal 0.15s ease-out both;
  }
  header.is-active #menutoggler .menutoggler-inner {
    background-color: transparent;
  }
  header.is-active #menutoggler .menutoggler-inner::before {
    top: 0;
    transform: rotate(37deg);
  }
  header.is-active #menutoggler .menutoggler-inner::after {
    bottom: 0;
    transform: rotate(-37deg);
  }
  header.is-active #mainmenu > ul {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 1rem;
  }
  header.is-active .brand {
    --logo-width: clamp(140px, 40vw, 200px);
    margin-bottom: 0.5rem;
  }
  header.is-active .main-links {
    display: block;
    width: 100%;
    order: 2;
  }
  header.is-active .main-links ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.65rem;
  }
  header.is-active .social-links {
    display: block;
    width: 100%;
    order: 3;
    margin-top: 1rem;
  }
  header.is-active .social-links ul {
    justify-content: flex-start;
    gap: 0.75rem;
  }
}
@media (max-width: 640px) {
  header .brand a {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: min(30px, var(--logo-width) / 8.86);
  }
  header .brand .logo-default {
    display: block;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.18s ease, visibility 0.18s ease;
  }
  header .brand .logo-mobile {
    display: block;
    position: absolute;
    inset: 0 auto auto 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.18s ease, visibility 0.18s ease;
  }
  header.scrolled .brand .logo-default {
    opacity: 0;
    visibility: hidden;
  }
  header.scrolled .brand .logo-mobile {
    opacity: 1;
    visibility: visible;
  }
  header.is-active .brand .logo-default {
    opacity: 1;
    visibility: visible;
  }
  header.is-active .brand .logo-mobile {
    opacity: 0;
    visibility: hidden;
  }
}

body.is-home header #mainmenu > ul > li {
  opacity: 0;
}

@keyframes homeMenuReveal {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.nicelist > div {
  border-bottom: 1.5px solid #000000;
  padding-bottom: 0.75em;
  margin-bottom: 0.75em;
}

main {
  position: relative;
  z-index: 1;
}

.caption {
  padding-top: 5px;
}

#custom-tooltip {
  display: none;
  position: absolute;
  z-index: 9999;
  background: #FFFFFF;
  color: #000000;
  padding: 12px 15px;
  font-size: 1em;
  line-height: 1.35em;
  white-space: nowrap;
  max-width: 350px;
  white-space: normal;
  word-break: break-word;
}

.wrap-portrait {
  overflow: hidden;
}
.wrap-portrait img, .wrap-portrait video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.wrap-grid-video {
  aspect-ratio: 3/2;
  overflow: hidden;
}
.wrap-grid-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 960px) {
  .text-container:not(.wrap-portrait) .text-container-inner {
    aspect-ratio: 3/2;
  }
}

.grid-text-item {
  aspect-ratio: 3/2;
}

@keyframes hideit {
  0% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.textrepeater > div:last-child p {
  margin-bottom: 0 !important;
}

#FormBuilderViewport_contact {
  opacity: 0;
  animation: fadein 0.25s 0.4s forwards;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.panel .panelimage {
  height: 100%;
}
@media (max-width: 640px) {
  .panel .panelimage {
    height: 100vw;
  }
}

.eventsmonth {
  margin-bottom: 1.5em;
}
.eventsmonth .topline {
  border-top: 1.5px solid #000000;
  margin-bottom: 0.85em;
  margin-top: 1em;
}
@media (max-width: 960px) {
  .eventsmonth:first-child .topline {
    border-top: 0;
    margin-bottom: 0.75em;
  }
}
.eventsmonth > div > .event:last-child {
  margin-bottom: 0 !important;
}
.eventsmonth.eventsmonthpreview:last-child {
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.05) 90%);
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.05) 90%);
}

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

.arrow {
  width: clamp(20px, 1.5em, 40px);
  height: auto;
}

.icon {
  width: auto;
  height: 10px;
}
.icon.icon-tall {
  height: 16px;
  width: auto;
}
.icon.iconbig {
  height: 60px;
}
.icon path {
  transition: all 0.15s;
}
.icon.size2, h2.icon {
  height: 14px;
  width: auto;
}

.spaced-1 {
  letter-spacing: 0.1em;
}

.sticky-top {
  position: sticky;
  top: 80px;
  z-index: 10;
}
.sticky-top.away {
  opacity: 0;
}

#backbtn {
  position: fixed;
  top: 120px;
  left: 20px;
  z-index: 10;
  opacity: 1;
  transition: all 0.15s ease;
}
#backbtn.away {
  opacity: 0;
}
@media (max-width: 1220px) {
  #backbtn {
    display: none;
  }
}

.flip {
  transform: rotate(180deg);
}

.social-media {
  margin-bottom: 30px;
}
@media (max-width: 640px) {
  .social-media {
    margin-bottom: 10px;
    margin-top: 30px;
  }
  .social-media.mobile-top {
    order: 1 !important;
    margin-bottom: 50px;
  }
  .social-media.mobile-side {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    flex-direction: column;
    align-items: center;
    width: auto;
  }
  .social-media.mobile-side a {
    display: block;
    margin-bottom: 23px;
  }
}

.uk-border-bottom {
  border-bottom: 1.5px solid #000000;
}

.ns-slider-nav {
  list-style: none;
  padding-left: 0 !important;
}
.ns-slider-nav li {
  margin: 0 20px;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  transition: all 0.25s;
  cursor: pointer;
  white-space: nowrap;
}
.ns-slider-nav li:hover {
  color: rgba(0, 0, 0, 0.5);
  border-bottom: 2px solid #000000;
}
.ns-slider-nav li.uk-active {
  border-bottom: 2px solid #000000;
}
.ns-slider-nav.ns-slider-nav-left {
  padding-left: 0 !important;
}
.ns-slider-nav.ns-slider-nav-left li {
  margin-left: 0;
  margin-right: 40px;
}
@media (max-width: 640px) {
  .ns-slider-nav {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-evenly;
    font-size: 13px;
  }
  .ns-slider-nav.space-between {
    justify-content: space-between;
  }
  .ns-slider-nav li {
    margin: 0;
  }
}

h1, h2, h3, h4 {
  margin-bottom: 0.66em !important;
  margin-top: 0 !important;
  font-family: "Rethink Sans", sans-serif;
  color: #000000 !important;
}

.indent-1 p {
  text-indent: 2em !important;
}

.section-title, .events-title-switch {
  letter-spacing: 0.05em;
  padding: 30px 0;
  margin-bottom: 0 !important;
}
.section-title.top, .top.events-title-switch {
  padding-top: 0 !important;
}

.tracking-wide {
  letter-spacing: 0.05em;
}

.double-title-top {
  letter-spacing: 0.05em;
}

.border-bottom-2 {
  border-bottom: 1.5px solid #000000;
  padding-bottom: 60px;
  margin-bottom: 60px !important;
}

* + h2, * + h3 {
  margin-top: 0 !important;
}

.nicelist {
  list-style: none;
  padding-left: 0 !important;
}
.nicelist li {
  margin-bottom: 0.5em;
}

.contents-text ul {
  padding-left: 40px;
}
.contents-text table, .contents-text th, .contents-text td {
  border-collapse: collapse;
  vertical-align: top;
}
.contents-text thead {
  text-align: left !important;
}
.contents-text td, .contents-text th {
  padding: 10px 40px 10px 0 !important;
  white-space: nowrap;
}
.contents-text td p:last-child, .contents-text th p:last-child {
  margin-bottom: 0 !important;
}
.contents-text table {
  margin-bottom: 30px;
  table-layout: auto;
  width: max-content;
}
.contents-text .uk-table {
  margin-bottom: 0;
}
.contents-text .uk-overflow-auto::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: transparent;
  border-bottom: 1.5px solid #000000;
}
.contents-text .uk-overflow-auto::-webkit-scrollbar-track {
  background: transparent;
}
.contents-text .uk-overflow-auto::-webkit-scrollbar-thumb {
  background-color: #000000;
  border-radius: 0px;
  border: 2px solid #000000;
}
.contents-text .uk-overflow-auto .uk-table {
  margin-left: -1px;
}

.thin {
  font-weight: 400 !important;
}

hr {
  height: 0;
  width: 100%;
  border-bottom: 1.5px solid #000000;
  margin-bottom: 1.5em;
  margin-top: 1.5em;
}

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

.uppercase, .section-title, .events-title-switch, .tracking-wide, .double-title-top {
  text-transform: uppercase;
}

.ns-buttons {
  display: flex;
}

.ns-flex-center {
  justify-content: center;
}
.ns-flex-center a.mybtn {
  margin: 0 15px;
}

@media (min-width: 640px) {
  .uk-flex-row\@s {
    flex-direction: row;
  }
}

@media (min-width: 960px) {
  .uk-flex-row\@m {
    flex-direction: row;
  }
}

@media (min-width: 1200px) {
  .uk-flex-row\@l {
    flex-direction: row;
  }
}

@media (min-width: 640px) {
  .uk-flex-column\@s {
    flex-direction: column;
  }
}

@media (min-width: 960px) {
  .uk-flex-column\@m {
    flex-direction: column;
  }
}

@media (min-width: 1200px) {
  .uk-flex-column\@l {
    flex-direction: column;
  }
}

.hairline .uk-my-padding {
  padding-top: 1.5em !important;
  padding-bottom: 1.5em !important;
}
@media (min-width: 960px) {
  .hairline .uk-my-padding {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

.spacer {
  height: 2em;
}
@media (min-width: 960px) {
  .spacer {
    height: clamp(20px, 5.2vw, 140px);
  }
}

button[disabled] {
  cursor: not-allowed;
}

.line-height-2 {
  line-height: 1.35em;
}

.line-height-3 {
  line-height: 1.5em;
}

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

section {
  position: relative;
  z-index: 1;
}

.ns-claim {
  padding: 80px 50px;
  min-height: 500px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 0;
}
.ns-claim.shove-top {
  margin-top: -100px;
}
.ns-claim.shove-bottom {
  margin-bottom: -100px;
}
.ns-claim.ns-claim-small {
  min-height: 500px !important;
}
@media (min-width: 640px) {
  .ns-claim {
    min-height: 600px;
    padding: 120px 20% 60px 20%;
  }
}

.ns-text-shadow {
  text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3);
}

.uk-width-1-12 {
  width: 8.333%;
}

.uk-width-2-12 {
  width: 16.666%;
}

.uk-width-3-12 {
  width: 25%;
}

.uk-width-4-12 {
  width: 33.333%;
}

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

.uk-width-6-12 {
  width: 50%;
}

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

.uk-width-8-12 {
  width: 66.666%;
}

.uk-width-9-12 {
  width: 75%;
}

.uk-width-10-12 {
  width: 83.333%;
}

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

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

/* Small screens @s */
@media (min-width: 640px) {
  .uk-width-1-12\@s {
    width: 8.333%;
  }
  .uk-width-2-12\@s {
    width: 16.666%;
  }
  .uk-width-3-12\@s {
    width: 25%;
  }
  .uk-width-4-12\@s {
    width: 33.333%;
  }
  .uk-width-5-12\@s {
    width: 41.666%;
  }
  .uk-width-6-12\@s {
    width: 50%;
  }
  .uk-width-7-12\@s {
    width: 58.333%;
  }
  .uk-width-8-12\@s {
    width: 66.666%;
  }
  .uk-width-9-12\@s {
    width: 75%;
  }
  .uk-width-10-12\@s {
    width: 83.333%;
  }
  .uk-width-11-12\@s {
    width: 91.666%;
  }
  .uk-width-12-12\@s {
    width: 100%;
  }
}
/* Medium screens @m */
@media (min-width: 960px) {
  .uk-width-1-12\@m {
    width: 8.333%;
  }
  .uk-width-2-12\@m {
    width: 16.666%;
  }
  .uk-width-3-12\@m {
    width: 25%;
  }
  .uk-width-4-12\@m {
    width: 33.333%;
  }
  .uk-width-5-12\@m {
    width: 41.666%;
  }
  .uk-width-6-12\@m {
    width: 50%;
  }
  .uk-width-7-12\@m {
    width: 58.333%;
  }
  .uk-width-8-12\@m {
    width: 66.666%;
  }
  .uk-width-9-12\@m {
    width: 75%;
  }
  .uk-width-10-12\@m {
    width: 83.333%;
  }
  .uk-width-11-12\@m {
    width: 91.666%;
  }
  .uk-width-12-12\@m {
    width: 100%;
  }
}
/* Large screens @l */
@media (min-width: 1200px) {
  .uk-width-1-12\@l {
    width: 8.333%;
  }
  .uk-width-2-12\@l {
    width: 16.666%;
  }
  .uk-width-3-12\@l {
    width: 25%;
  }
  .uk-width-4-12\@l {
    width: 33.333%;
  }
  .uk-width-5-12\@l {
    width: 41.666%;
  }
  .uk-width-6-12\@l {
    width: 50%;
  }
  .uk-width-7-12\@l {
    width: 58.333%;
  }
  .uk-width-8-12\@l {
    width: 66.666%;
  }
  .uk-width-9-12\@l {
    width: 75%;
  }
  .uk-width-10-12\@l {
    width: 83.333%;
  }
  .uk-width-11-12\@l {
    width: 91.666%;
  }
  .uk-width-12-12\@l {
    width: 100%;
  }
}
.uk-width-1-24 {
  width: 4.166%;
}

.uk-width-2-24 {
  width: 8.333%;
}

.uk-width-3-24 {
  width: 12.5%;
}

.uk-width-4-24 {
  width: 16.666%;
}

.uk-width-5-24 {
  width: 20.833%;
}

.uk-width-6-24 {
  width: 25%;
}

.uk-width-7-24 {
  width: 29.166%;
}

.uk-width-8-24 {
  width: 33.333%;
}

.uk-width-9-24 {
  width: 37.5%;
}

.uk-width-10-24 {
  width: 41.666%;
}

.uk-width-11-24 {
  width: 45.833%;
}

.uk-width-12-24 {
  width: 50%;
}

.uk-width-13-24 {
  width: 54.166%;
}

.uk-width-14-24 {
  width: 58.333%;
}

.uk-width-15-24 {
  width: 62.5%;
}

.uk-width-16-24 {
  width: 66.666%;
}

.uk-width-17-24 {
  width: 70.833%;
}

.uk-width-18-24 {
  width: 75%;
}

.uk-width-19-24 {
  width: 79.166%;
}

.uk-width-20-24 {
  width: 83.333%;
}

.uk-width-21-24 {
  width: 87.5%;
}

.uk-width-22-24 {
  width: 91.666%;
}

.uk-width-23-24 {
  width: 95.833%;
}

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

/* Small screens @s */
@media (min-width: 640px) {
  .uk-width-1-24\@s {
    width: 4.166%;
  }
  .uk-width-2-24\@s {
    width: 8.333%;
  }
  .uk-width-3-24\@s {
    width: 12.5%;
  }
  .uk-width-4-24\@s {
    width: 16.666%;
  }
  .uk-width-5-24\@s {
    width: 20.833%;
  }
  .uk-width-6-24\@s {
    width: 25%;
  }
  .uk-width-7-24\@s {
    width: 29.166%;
  }
  .uk-width-8-24\@s {
    width: 33.333%;
  }
  .uk-width-9-24\@s {
    width: 37.5%;
  }
  .uk-width-10-24\@s {
    width: 41.666%;
  }
  .uk-width-11-24\@s {
    width: 45.833%;
  }
  .uk-width-12-24\@s {
    width: 50%;
  }
  .uk-width-13-24\@s {
    width: 54.166%;
  }
  .uk-width-14-24\@s {
    width: 58.333%;
  }
  .uk-width-15-24\@s {
    width: 62.5%;
  }
  .uk-width-16-24\@s {
    width: 66.666%;
  }
  .uk-width-17-24\@s {
    width: 70.833%;
  }
  .uk-width-18-24\@s {
    width: 75%;
  }
  .uk-width-19-24\@s {
    width: 79.166%;
  }
  .uk-width-20-24\@s {
    width: 83.333%;
  }
  .uk-width-21-24\@s {
    width: 87.5%;
  }
  .uk-width-22-24\@s {
    width: 91.666%;
  }
  .uk-width-23-24\@s {
    width: 95.833%;
  }
  .uk-width-24-24\@s {
    width: 100%;
  }
}
/* Medium screens @m */
@media (min-width: 960px) {
  .uk-width-1-24\@m {
    width: 4.166%;
  }
  .uk-width-2-24\@m {
    width: 8.333%;
  }
  .uk-width-3-24\@m {
    width: 12.5%;
  }
  .uk-width-4-24\@m {
    width: 16.666%;
  }
  .uk-width-5-24\@m {
    width: 20.833%;
  }
  .uk-width-6-24\@m {
    width: 25%;
  }
  .uk-width-7-24\@m {
    width: 29.166%;
  }
  .uk-width-8-24\@m {
    width: 33.333%;
  }
  .uk-width-9-24\@m {
    width: 37.5%;
  }
  .uk-width-10-24\@m {
    width: 41.666%;
  }
  .uk-width-11-24\@m {
    width: 45.833%;
  }
  .uk-width-12-24\@m {
    width: 50%;
  }
  .uk-width-13-24\@m {
    width: 54.166%;
  }
  .uk-width-14-24\@m {
    width: 58.333%;
  }
  .uk-width-15-24\@m {
    width: 62.5%;
  }
  .uk-width-16-24\@m {
    width: 66.666%;
  }
  .uk-width-17-24\@m {
    width: 70.833%;
  }
  .uk-width-18-24\@m {
    width: 75%;
  }
  .uk-width-19-24\@m {
    width: 79.166%;
  }
  .uk-width-20-24\@m {
    width: 83.333%;
  }
  .uk-width-21-24\@m {
    width: 87.5%;
  }
  .uk-width-22-24\@m {
    width: 91.666%;
  }
  .uk-width-23-24\@m {
    width: 95.833%;
  }
  .uk-width-24-24\@m {
    width: 100%;
  }
}
/* Large screens @l */
@media (min-width: 1200px) {
  .uk-width-1-24\@l {
    width: 4.166%;
  }
  .uk-width-2-24\@l {
    width: 8.333%;
  }
  .uk-width-3-24\@l {
    width: 12.5%;
  }
  .uk-width-4-24\@l {
    width: 16.666%;
  }
  .uk-width-5-24\@l {
    width: 20.833%;
  }
  .uk-width-6-24\@l {
    width: 25%;
  }
  .uk-width-7-24\@l {
    width: 29.166%;
  }
  .uk-width-8-24\@l {
    width: 33.333%;
  }
  .uk-width-9-24\@l {
    width: 37.5%;
  }
  .uk-width-10-24\@l {
    width: 41.666%;
  }
  .uk-width-11-24\@l {
    width: 45.833%;
  }
  .uk-width-12-24\@l {
    width: 50%;
  }
  .uk-width-13-24\@l {
    width: 54.166%;
  }
  .uk-width-14-24\@l {
    width: 58.333%;
  }
  .uk-width-15-24\@l {
    width: 62.5%;
  }
  .uk-width-16-24\@l {
    width: 66.666%;
  }
  .uk-width-17-24\@l {
    width: 70.833%;
  }
  .uk-width-18-24\@l {
    width: 75%;
  }
  .uk-width-19-24\@l {
    width: 79.166%;
  }
  .uk-width-20-24\@l {
    width: 83.333%;
  }
  .uk-width-21-24\@l {
    width: 87.5%;
  }
  .uk-width-22-24\@l {
    width: 91.666%;
  }
  .uk-width-23-24\@l {
    width: 95.833%;
  }
  .uk-width-24-24\@l {
    width: 100%;
  }
}
.pop {
  animation: pop 0.35s ease-out forwards;
}

.pop-hover:hover {
  animation: pop2 0.35s ease-out forwards;
}

.popfade {
  opacity: 0;
  animation: popfade 1s ease-out forwards;
}

.pop-fast {
  animation: pop 0.15s ease-out forwards;
}

@keyframes pop {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes pop2 {
  0% {
    transform: scale(1);
  }
  33% {
    transform: scale(1.02);
  }
  66% {
    transform: scale(0.98);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes popfade {
  0% {
    transform: scale(0.9);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.uk-form-label {
  font-size: 17px;
}

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

.privacywire {
  background: #FFFFFF !important;
  color: #000000 !important;
  bottom: -250%;
  box-shadow: 0 -3px 10px rgba(0, 0, 0, 0) !important;
  left: 0;
  opacity: 0;
  padding: 10px;
  position: fixed;
  right: 0;
  transition: bottom 0.3s ease-in, opacity 0.3s ease;
  z-index: 1;
  line-height: 1.3em !important;
}
.privacywire a:link, .privacywire a:visited {
  text-decoration: none;
  color: #000000;
}
.privacywire a:hover, .privacywire a:active {
  color: #CB0098;
  text-decoration: none;
}

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

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

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

.privacywire-banner {
  background-color: #FFFFFF;
  color: #000000;
  box-shadow: none;
  padding: 10px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 0px solid #000000;
  margin: 0px;
  box-shadow: none;
  display: flex;
  justify-content: space-between;
}
.privacywire-banner * {
  font-family: "Rethink Sans", sans-serif !important;
  font-weight: 300;
}
@media (min-width: 600px) {
  .privacywire-banner {
    margin: 0;
    box-shadow: none;
    padding: 13px 20px;
    width: 100%;
    text-align: left;
  }
}
@media (max-width: 640px) {
  .privacywire-banner {
    border-top: 1.5px solid #000000;
  }
}

.privacywire-buttons {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}
.privacywire-buttons button {
  background-color: transparent;
  border: 0px solid #000000;
  border-radius: 0;
  color: #000000;
  margin-top: 5px;
  padding: 0.6em 1em;
  padding: 0em;
  transition: all 0.15s ease;
  margin-bottom: 5px;
}
.privacywire-buttons button:hover {
  opacity: 1;
  color: #CB0098;
  text-decoration: none;
}
.privacywire-buttons button.allow-all {
  font-weight: 700;
}
@media (max-width: 640px) {
  .privacywire-buttons button.allow-all {
    width: 100% !important;
    margin-bottom: 0;
    font-weight: 400;
    background-color: #000000;
    color: #FFFFFF;
  }
}
@media (min-width: 640px) {
  .privacywire-buttons button {
    margin-top: 5px;
    margin-left: 5px;
  }
}
@media (max-width: 640px) {
  .privacywire-buttons button {
    width: calc(50% - 5px);
    padding: 15px;
    border: 1.5px solid #000000;
  }
}
@media (max-width: 640px) {
  .privacywire-buttons {
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
  }
}

.privacywire-message {
  background-color: #000000;
  color: #000000;
  border-top: 0px solid #000000;
  padding: 13px 20px;
  width: 100%;
  margin: 0px;
  box-shadow: none;
}
@media (min-width: 600px) {
  .privacywire-message {
    margin: 0;
    box-shadow: none;
    padding: 20px 40px;
    width: 100%;
    text-align: left;
  }
}

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

.privacywire-options ul {
  margin: 15px 0 10px 0 !important;
  padding: 0 !important;
}
.privacywire-options .privacywire-body {
  align-items: flex-start;
}

.privacywire-text p:last-child {
  margin-bottom: 0px !important;
}
@media (max-width: 960px) {
  .privacywire-text p:last-child {
    margin-bottom: 10px !important;
  }
}

.privacywire-text ul {
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
}
.privacywire-text ul li {
  margin: 0;
  padding: 0;
}
.privacywire-text ul li label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.privacywire-text ul li input[type=checkbox] {
  margin-right: 12px;
  width: 20px;
  height: 20px;
  position: relative;
}
.privacywire-text ul li input[type=checkbox]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #FFFFFF;
  border: 1.5px solid #000000;
  border-radius: 0px;
}
.privacywire-text ul li input[type=checkbox]:checked:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #000000;
}
.privacywire-text ul li input[type=checkbox]:checked:after {
  content: "✓"; /* Unicode checkmark symbol */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.3);
  color: #FFFFFF; /* Color of the checkmark */
}
@media (max-width: 800px) {
  .privacywire-text ul {
    margin-bottom: 15px !important;
  }
}
@media (max-width: 640px) {
  .privacywire-text {
    width: 100% !important;
  }
  .privacywire-text p {
    text-align: center;
  }
}

button[class^=privacywire], button.privacywire-show-options {
  background-color: #000000;
  color: #000000;
  border: 1.5px solid #000000;
  padding: 12px 24px;
  border-radius: 25px;
  margin-top: 0;
  transition: opacity 0.15s;
  font-size: 16px;
}
button[class^=privacywire]:hover, button.privacywire-show-options:hover {
  opacity: 0.7;
}

button.privacywire-show-options {
  background-color: #FFFFFF;
  border: 1.5px solid #000000;
  color: #000000;
}
button.privacywire-show-options:hover {
  border: 1.5px solid #000000;
  background-color: #FFFFFF;
  color: #000000;
  opacity: 0.7;
}

.privacywire-ask-consent {
  color: #000000;
  padding: 13px 20px;
}
.privacywire-ask-consent button {
  border: 1.5px solid #000000;
  background-color: #000000;
  color: #000000;
}
.privacywire-ask-consent button:hover {
  background-color: transparent;
  color: #000000;
  opacity: 1;
}

.uk-padding-medium {
  padding: 40px 40px 40px 25px;
}
@media (max-width: 460px) {
  .uk-padding-medium {
    padding: 20px;
  }
}

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

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

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

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

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

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

.uk-flex-right\@m {
  justify-content: flex-end;
}

@media (min-width: 640px) {
  .uk-padding-remove\@s {
    padding: 0 !important;
  }
}

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

.videoposterwrap {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.videoposterwrap img.videoposter {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.videoposterwrap svg {
  height: 60px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-65%, -50%);
  transition: transform 0.25s ease;
}
.videoposterwrap:hover svg {
  transform: translate(-65%, -50%) scale(1.1);
}

.video-container {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 10px !important;
}
.video-container.is-portrait {
  aspect-ratio: default;
}
.video-container iframe, .video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.iframe-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect ratio (change this if needed) */
  height: 0;
  overflow: hidden;
}
.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.uk-modal-body {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
}

.video-modal .uk-modal-dialog {
  height: 100%;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}
.video-modal .uk-modal-dialog video, .video-modal .uk-modal-dialog iframe {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.uk-modal-close-outside {
  right: 10px;
}
@media (max-width: 960px) {
  .uk-modal-close-outside {
    top: 0px;
    right: -20px;
  }
}
@media (max-width: 640px) {
  .uk-modal-close-outside {
    top: 40px;
    right: 0;
  }
}
.uk-modal-close-outside svg {
  width: 30px;
  height: auto;
  transform: none;
}

.videoposterwrap {
  position: relative;
}
.videoposterwrap img {
  position: relative;
}
.videoposterwrap svg {
  height: 50px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.15s ease;
}
.videoposterwrap svg path {
  fill: #FFFFFF;
}
.videoposterwrap:hover svg {
  transform: translate(-50%, -50%) scale(1.1);
}
.videoposterwrap:hover svg path {
  fill: rgba(255, 255, 255, 0.85) !important;
}

.uk-accordion-item {
  border-bottom: 2px solid #000000;
  padding-bottom: 0;
  margin-top: 0 !important;
}

.uk-accordion-title {
  color: #000000;
}

.uk-lightbox {
  background-color: #FFFFFF;
}
.uk-lightbox .uk-lightbox-toolbar {
  transform: none !important;
  background-color: transparent;
  padding: 15px;
}
.uk-lightbox .uk-lightbox-toolbar .uk-lightbox-toolbar-icon {
  transform: scale(1.5);
  color: #000000;
}
.uk-lightbox .uk-lightbox-button {
  color: #000000;
  background-color: transparent;
  opacity: 1 !important;
  margin-left: 5px;
  margin-right: 5px;
}
.uk-lightbox .uk-lightbox-button svg {
  width: 15px !important;
  height: auto;
}
.uk-lightbox .uk-lightbox-button svg polyline {
  stroke-width: 1;
}
.uk-lightbox .uk-lightbox-items > * > * {
  max-width: calc(100vw - 160px);
  max-height: calc(100vh - 120px);
}
.uk-lightbox .uk-lightbox-items > * iframe {
  max-width: calc(100vw - 140px) !important;
  max-height: calc(100vh - 100px) !important;
}
.uk-lightbox .uk-lightbox-caption {
  color: #000000;
}

.uk-close-large {
  padding: 10px;
}
.uk-close-large svg {
  width: 16px;
}
.uk-close-large svg line {
  stroke-width: 1;
}

.slicksliderwrapper {
  position: relative;
}
.slicksliderwrapper .slickslider {
  position: relative;
}
.slicksliderwrapper .slickslider .slick-prev {
  left: 15px;
  z-index: 20;
  display: none !important;
}
.slicksliderwrapper .slickslider .slick-next {
  right: 15px;
  z-index: 20;
  display: none !important;
}
.slicksliderwrapper .slickslider .slickslide img {
  height: clamp(300px, 48vw, 1200px);
}
@media (min-width: 640px) {
  .slicksliderwrapper .slickslider .slickslide.half\@s img {
    height: clamp(250px, 28.5vw, 1200px);
  }
}
@media (min-width: 960px) {
  .slicksliderwrapper .slickslider .slickslide.half\@m img {
    height: clamp(250px, 28.5vw, 1200px);
  }
}
@media (min-width: 1200px) {
  .slicksliderwrapper .slickslider .slickslide.half\@l img {
    height: clamp(250px, 28.5vw, 1200px);
  }
}
.slicksliderwrapper .my-slick-prev, .slicksliderwrapper .my-slick-next {
  position: absolute;
  top: 50%;
  left: 0px;
  z-index: 20;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.25s ease;
}
@media (max-width: 640px) {
  .slicksliderwrapper .my-slick-prev, .slicksliderwrapper .my-slick-next {
    display: none;
  }
}
.slicksliderwrapper .my-slick-prev img, .slicksliderwrapper .my-slick-prev svg, .slicksliderwrapper .my-slick-next img, .slicksliderwrapper .my-slick-next svg {
  width: 100px;
  height: auto;
}
.slicksliderwrapper .my-slick-prev svg path, .slicksliderwrapper .my-slick-next svg path {
  fill: #FFFFFF;
}
.slicksliderwrapper .my-slick-next {
  left: auto;
  right: 0px;
}
.slicksliderwrapper .slick-dots li {
  height: 6px;
}
.slicksliderwrapper .slick-dots li button:before {
  width: 6px;
  height: 6px;
  content: "";
  border-radius: 50%;
  background-color: #000000;
}
.slicksliderwrapper:hover .my-slick-prev, .slicksliderwrapper:hover .my-slick-next {
  opacity: 1;
}
.slicksliderwrapper:hover .my-slick-prev {
  transform: translate(20px, -50%);
}
.slicksliderwrapper:hover .my-slick-next {
  transform: translate(-20px, -50%);
}

.pullup {
  margin-top: -60px !important;
}

.gsap-fadein {
  opacity: 0;
}

.uk-subnav {
  padding: 0 !important;
}
.uk-subnav li {
  background-color: transparent !important;
}
.uk-subnav li a {
  background-color: transparent !important;
}
.uk-subnav li a:link, .uk-subnav li a:visited {
  text-transform: capitalize;
  text-decoration: none;
  color: #000000;
  padding: 0;
}
.uk-subnav li a:hover, .uk-subnav li a:active {
  opacity: 0.5;
}
.uk-subnav li.uk-active a:link, .uk-subnav li.uk-active a:visited {
  text-decoration: none !important;
  font-weight: bold;
  pointer-events: none;
}

* + .uk-grid-margin, .uk-grid + .uk-grid, .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}

#pagination ul {
  margin-top: 40px;
}
#pagination ul li.is-active a:link, #pagination ul li.is-active a:visited {
  color: #CB0098;
}
#pagination ul li a:link, #pagination ul li a:visited {
  color: #000000;
  text-decoration: none;
}
#pagination ul li a:hover, #pagination ul li a:active {
  color: #CB0098;
  text-decoration: none;
}

@media (max-width: 640px) {
  #toggle-filter a#textsucheButton:hover {
    text-decoration: none;
  }
}
#toggle-filter a#textsucheButton.is-active {
  text-decoration: underline;
  pointer-events: auto;
}

#news-search .my-input {
  border: none;
  border-bottom: 1.5px solid #000000;
  flex-grow: 1;
  font-size: 1em;
  padding: 0.5em;
}
#news-search .my-input:focus {
  outline: none;
}
@media (max-width: 640px) {
  #news-search .my-input {
    height: 100%;
  }
}
#news-search .date-picker-wrapper {
  display: inline-flex;
  align-items: flex-end;
  border: none;
  border-bottom: 1.5px solid #000000;
}
#news-search .date-input {
  border: none;
  outline: none;
  flex-grow: 1;
  font-size: 0.85em;
  background: none;
  padding: 0.5em 0.75em;
}
@media (max-width: 640px) {
  #news-search .date-input {
    width: 100%;
  }
}
#news-search .date-line {
  height: 0.6em;
  width: 1px !important;
  background-color: #000000;
  display: none;
}
@media (max-width: 640px) {
  #news-search .date-line {
    display: none;
  }
}
#news-search .calendar-icon {
  padding: 0.5em;
}
#news-search .calendar-icon img {
  height: 1.3em;
  width: auto;
  cursor: pointer;
}
@media (max-width: 640px) {
  #news-search .calendar-icon {
    width: auto;
  }
}
@media (max-width: 640px) {
  #news-search .news-suche-label {
    min-width: 60px;
  }
}
#news-search button {
  font-weight: normal;
}
@media (max-width: 640px) {
  #news-search input {
    border-radius: 0 !important;
    box-shadow: none;
    outline: none;
  }
}

.FormBuilder {
  height: 100% !important;
}
.FormBuilder input, .FormBuilder textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1.5px solid #000000;
  color: #000000;
  padding: 12px 0;
  height: auto;
}
.FormBuilder input::placeholder, .FormBuilder textarea::placeholder {
  color: #000000;
}
.FormBuilder input:focus, .FormBuilder textarea:focus {
  border-color: #000000;
  background-color: transparent;
}
.FormBuilder input:focus::placeholder, .FormBuilder textarea:focus::placeholder {
  color: rgba(0, 0, 0, 0.25);
}
.FormBuilder label {
  color: #000000 !important;
}
.FormBuilder textarea {
  border: 1.5px solid #000000;
  padding: 20px;
  margin: 0; /* Remove default margin for better control */
  resize: none;
}
.FormBuilder button.uk-button[type=submit] {
  padding: 0.75em 1.25em !important;
  border-radius: 999px !important;
  border: 1.5px solid #000000 !important;
  background-color: transparent !important;
  color: #000000 !important;
  text-transform: none !important;
  margin-top: 20px;
}
.FormBuilder button.uk-button[type=submit]:hover, .FormBuilder button.uk-button[type=submit]:active {
  background-color: #CB0098 !important;
  color: #FFFFFF !important;
  border-color: #CB0098 !important;
}
.FormBuilder .uk-checkbox {
  width: 22px;
  height: 22px;
  margin-top: 0;
  margin-right: 10px !important;
  border: 1.5px solid #000000;
}
.FormBuilder .uk-checkbox:hover, .FormBuilder .uk-checkbox:focus {
  background-color: #FFFFFF;
  border: 1.5px solid #000000;
}
.FormBuilder .uk-checkbox:checked, .FormBuilder .uk-checkbox:checked:focus, .FormBuilder .uk-checkbox:indeterminate, .FormBuilder .uk-radio:checked {
  border-color: #CB0098;
  background-color: #CB0098;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23FFF%22%20stroke%3D%22%23FFF%22%20stroke-width%3D%222%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.FormBuilder .Inputfields {
  height: 100%;
}
.FormBuilder .Inputfield {
  margin-bottom: 20px !important; /* Space between input fields */
}
.FormBuilder .Inputfield:last-child {
  margin-bottom: 0 !important;
}
.FormBuilder .Inputfield#wrap_Inputfield_nachricht {
  overflow: hidden;
}

@keyframes slowfadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#bigtit {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #CB0098;
  font-weight: 500;
  font-size: clamp(20px, 24vw, 1000px);
  line-height: 0.95em;
  z-index: 100;
  letter-spacing: -0.02em;
  pointer-events: none;
}
#bigtit.is-fading {
  animation: slowfadeout 4s 8s forwards;
}
#bigtit > div {
  display: block;
}

#introslider .uk-slideshow-items {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
#introslider [uk-slidenav-previous] svg:not(.icon), #introslider [uk-slidenav-next] svg:not(.icon) {
  display: none !important;
}
#introslider .ns-slidenav-next {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 90px);
}
#introslider .slide-caption {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 15px;
  text-align: right;
  z-index: 10;
}

.visuallyhidden {
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.futureBtn {
  background-color: #CB0098;
  height: 110px;
  width: 110px;
  padding: 14px 12px 12px 12px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 20px;
  left: 40px;
  transform: rotate(-10deg);
  color: #FFFFFF;
  font-size: 15px;
  line-height: 1.35em;
  text-align: center;
  box-shadow: 5px 5px 18px 3px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
}
@media (max-width: 640px) {
  .futureBtn {
    height: 90px;
    width: 90px;
    font-size: 12px;
    top: 10px;
    left: 30px;
  }
}

.long-link {
  word-break: break-word;
  overflow-wrap: anywhere;
  display: inline-block;
  max-width: 100%;
}

.project-item .grid-media {
  position: relative;
  display: block;
}
.project-item .grid-media .grid-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -53%);
  color: #000000;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease;
  z-index: 2;
  display: none;
  hyphens: auto;
  width: 100%;
  text-align: center;
  padding: 10px;
  word-break: normal;
  white-space: normal;
  hyphens: auto;
}
.project-item .grid-media img {
  transition: opacity 0.2s ease;
}
@media (min-width: 640px) {
  .project-item .grid-media .grid-caption {
    display: block;
  }
  .project-item .grid-media:hover img, .project-item .grid-media:focus img, .project-item .grid-media:focus-visible img {
    opacity: 0.2;
    transition: opacity 0.15s ease 0.1s;
  }
  .project-item .grid-media:hover .grid-caption, .project-item .grid-media:focus .grid-caption, .project-item .grid-media:focus-visible .grid-caption {
    opacity: 1;
    transition: opacity 0.15s ease 0.1s;
  }
}

/* Redesign blocks kept in SCSS only */
.home-hero {
  position: relative;
  min-height: 100svh;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  overflow-x: clip;
}
@media (max-width: 960px) {
  .home-hero {
    padding-top: 100px !important;
  }
}

.home-hero-bg {
  position: absolute;
  inset: 0;
}

.home-hero-media,
.home-hero-color {
  position: absolute;
  inset: 0;
}

.home-hero-color {
  mix-blend-mode: multiply;
  opacity: 0.8;
}

.home-hero-content {
  position: relative;
  z-index: 2;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

.home-hero-layout {
  display: flex;
  align-items: center;
  width: 100%;
}

.home-hero-text {
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-hero-text-inner {
  width: 100%;
  max-width: 900px;
  padding: clamp(1rem, 3vw, 3rem);
  text-align: center;
}

.home-hero-side {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.home-hero-side img {
  display: block;
  max-height: calc(100vh - 150px);
  width: auto;
  max-width: 100%;
  object-fit: contain;
  object-position: right center;
}

.home-hero-side-circle {
  overflow: visible;
  position: relative;
}

.home-hero-circle-wrap {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
}

.home-hero-circle {
  position: relative;
  width: min(92vh, 92vw);
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  margin-right: -35%;
}
.home-hero-circle .uk-position-relative,
.home-hero-circle .uk-slideshow-items,
.home-hero-circle .uk-slideshow-items > div {
  width: 100%;
  height: 100%;
}
.home-hero-circle img.cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home-scroll-indicator {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  z-index: 3;
  text-align: center;
  pointer-events: none;
  animation: home-scroll-bob 1.8s ease-in-out infinite;
  transition: opacity 0.25s ease;
}

.home-scroll-indicator-chevron {
  line-height: 1;
}

@keyframes home-scroll-bob {
  0%, 100% {
    transform: translateX(-50%) translateY(-10px);
  }
  50% {
    transform: translateX(-50%) translateY(0px);
  }
}
body.scrolled .home-scroll-indicator {
  opacity: 0 !important;
}

.events {
  padding-bottom: 60px;
}

.events-titlebar {
  display: block;
}

.events-title-switch {
  display: none !important;
}

.related-events {
  padding-bottom: 30px;
}
.related-events .event-container:last-child {
  border-bottom: 1.5px solid #000000;
}

.filterwrap {
  border-top: 1.5px solid #000000;
  border-bottom: 1.5px solid #000000;
  padding-top: 30px;
}
@media (max-width: 960px) {
  .filterwrap {
    padding-top: 16px;
    padding-bottom: 6px;
  }
}

.events-filter {
  margin-bottom: 30px;
}

.events-filter-mobile-toggle {
  display: none;
}

.events-filter-row {
  display: flex;
  width: 100%;
  gap: 20px;
  align-items: start;
}
.events-filter-row input, .events-filter-row select, .events-filter-row .mybtn {
  border: 1.5px solid #000000 !important;
  border-radius: 999px !important;
  border-color: #000000 !important;
  color: #000000 !important;
  padding: 0.5em 1em;
  background-color: transparent !important;
  transition: all 0.2s ease;
  height: auto !important;
}
.events-filter-row input::placeholder, .events-filter-row select::placeholder, .events-filter-row .mybtn::placeholder {
  color: rgba(0, 0, 0, 0.3) !important;
}
.events-filter-row input.is-active, .events-filter-row select.is-active, .events-filter-row .mybtn.is-active {
  border: 1.5px solid #000000 !important;
  border-color: #CB0098 !important;
  color: #CB0098 !important;
}
.events-filter-row .mybtn {
  background-color: #000000 !important;
  color: #FFFFFF !important;
  border-color: #000000 !important;
  padding: 0.5em 1.5em;
}
.events-filter-row .mybtn:hover, .events-filter-row .mybtn:focus, .events-filter-row .mybtn:focus-visible {
  background-color: #CB0098 !important;
  border-color: #CB0098 !important;
  color: #FFFFFF !important;
}

.events-filter-item {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  width: auto;
}
.events-filter-item label {
  display: block;
  margin-bottom: 0px;
  margin-right: 10px;
}

.events-filter-category {
  flex: 0 1 360px;
  max-width: 360px;
}

.events-filter-state {
  flex: 0 1 260px;
  max-width: 260px;
}

.events-filter-search {
  margin-left: auto;
  flex: 1 1 0;
  min-width: 280px;
}

.events-filter-search-row {
  position: relative;
  width: 100%;
}
.events-filter-search-row .uk-input {
  padding-right: 84px;
  position: relative;
  z-index: 1;
}
.events-filter-search-row a.is-active {
  pointer-events: auto !important;
}

.events-filter-submit {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background: transparent;
  padding: 0;
  color: inherit;
  cursor: pointer;
  z-index: 3;
  pointer-events: auto;
  text-decoration: none;
}
.events-filter-submit:hover, .events-filter-submit:focus, .events-filter-submit:focus-visible {
  color: #CB0098;
}

@media (max-width: 960px) {
  .events-filter-mobile-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 10px 0 !important;
    padding: 0.45em 1.25em;
    border: 1.5px solid #000000;
    border-radius: 999px;
    border-color: #000000 !important;
    background: transparent;
    font: inherit;
    color: #000000;
    cursor: pointer;
    gap: 0.45em;
  }
  .events-filter-mobile-toggle:hover, .events-filter-mobile-toggle:focus-visible {
    border-color: #CB0098 !important;
    color: #CB0098;
  }
  .events-filter-mobile-toggle-inner {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45em;
  }
  .events-filter-mobile-toggle-inner--close {
    display: none;
  }
  .events-filter-mobile-toggle[aria-expanded=true] .events-filter-mobile-toggle-inner--filter {
    display: none;
  }
  .events-filter-mobile-toggle[aria-expanded=true] .events-filter-mobile-toggle-inner--close {
    display: inline-flex;
  }
  .filterwrap .events-filter.uk-margin-medium-bottom {
    margin-bottom: 0.75rem !important;
  }
  .events-filter-panel {
    display: none;
    margin-top: 0.35rem;
    padding-top: 0.15rem;
  }
  .filterwrap.is-filter-open .events-filter-panel {
    display: block;
  }
  .events-filter-row {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    flex-wrap: nowrap;
  }
  .events-filter-row input,
  .events-filter-row select,
  .events-filter-row .mybtn {
    padding: 0.4em 0.95em;
  }
  .events-filter-item {
    flex-direction: column;
    align-items: stretch;
    width: 100% !important;
    gap: 0.2rem;
  }
  .events-filter-item label {
    margin-right: 0;
    margin-bottom: 0;
  }
  .events-filter-category {
    flex: 1 1 auto !important;
    max-width: none !important;
    width: 100%;
  }
  .events-filter-search {
    margin-left: 0 !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
    width: 100%;
  }
  .events-filter-item select,
  .events-filter-item .uk-select {
    width: 100%;
    box-sizing: border-box;
  }
  .events-filter-search-row .uk-input {
    width: 100%;
    box-sizing: border-box;
  }
  .events-filter-search-label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .events-filter-category label {
    display: none;
  }
  .events-filter-clear {
    flex: 1 1 auto;
    width: 100%;
  }
  .events-filter-clear .mybtn {
    display: block;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
  }
}
.events-headline {
  text-align: center;
  margin: 0 !important;
}

.basic-page-hero {
  padding: 0 0 0 0;
  height: min(42vw, 520px);
  overflow: hidden;
  position: relative;
  margin-top: 60px;
}
@media (max-width: 960px) {
  .basic-page-hero {
    height: 400px;
  }
}
.basic-page-hero.basic-page-hero--small {
  height: min(34vw, 420px);
}
@media (max-width: 960px) {
  .basic-page-hero.basic-page-hero--small {
    height: 300px;
  }
}
.basic-page-hero.basic-page-hero--smaller {
  height: min(28vw, 340px);
}
@media (max-width: 960px) {
  .basic-page-hero.basic-page-hero--smaller {
    height: 200px;
  }
}
.basic-page-hero.basic-page-hero--big {
  height: min(52vw, 680px);
}
@media (max-width: 960px) {
  .basic-page-hero.basic-page-hero--big {
    height: 500px;
  }
}

.basic-page-hero + .intro-padding-medium-top, .archiv-intro + .intro-padding-medium-top {
  padding-top: 0 !important;
}

.contents-menu {
  position: sticky;
  top: 120px;
  padding-bottom: 22px;
}
.contents-menu > div + div {
  margin-top: 0.25em;
}

.event-container {
  border-bottom: 1.5px solid #000000;
}
.event-container:last-child {
  border-bottom: 0;
}

.event-row {
  display: grid;
  grid-template-columns: minmax(170px, 0.325fr) 1fr 0.5fr;
  grid-template-rows: auto;
  column-gap: 20px;
  row-gap: 0;
  align-items: stretch;
  padding: 20px 0;
}

.event-topline {
  grid-column: 1;
  grid-row: 1;
  display: block;
}

.event-meta {
  grid-column: auto;
  grid-row: auto;
  white-space: nowrap;
}

.event-category {
  margin: 0;
  max-width: 100%;
  display: flex;
  align-items: center;
  gap: 0.3rem;
}
.event-category.tag {
  align-self: flex-start;
  padding: 0.25em 0.5em;
  border-radius: 0.2em;
  color: #FFFFFF;
}

.cat-dot {
  display: inline-block;
  width: 16px;
  height: 16px;
  min-width: 16px;
  border-radius: 50%;
  flex: 0 0 16px;
}

.event-category-mobile {
  display: none;
}

.event-category-desktop {
  display: inline-flex;
  margin-bottom: 0.35rem;
}

.event-main {
  grid-column: 2;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
  width: 100%;
  justify-self: stretch;
  align-self: stretch;
  height: 100%;
}

.event-link {
  margin-top: auto !important;
}

.event-image-wrap {
  grid-column: 3;
  grid-row: 1;
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.event-image-wrap a {
  display: block;
  width: 100%;
}
.event-image-wrap a .event-image {
  width: 100%;
  height: auto;
  display: block;
}

.event-row--no-category .event-main {
  grid-row: 1;
}

.event-row--no-category .event-meta {
  grid-row: auto;
}

.newsletter-cta {
  position: relative;
  min-height: min(50vw, 380px);
  overflow: hidden;
  background-color: #000000;
}

.newsletter-cta-bg {
  position: absolute;
  inset: 0;
  opacity: 1;
}

.newsletter-cta-inner {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.newsletter-modal.uk-open {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.newsletter-modal .uk-modal-dialog.uk-modal-body {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  transform: none !important;
  margin: auto;
  padding: 40px;
  max-height: calc(100vh - 2rem);
  overflow-y: auto;
}

.newsletter-modal-form button[uk-close],
.newsletter-modal-form .uk-modal-close:not(.newsletter-modal-close),
.newsletter-modal-form a[uk-close] {
  display: none !important;
}

.newsletter-modal-close {
  background: transparent;
  border: 0;
  padding: 0.35rem;
  line-height: 1;
  opacity: 1;
  color: #000000 !important;
}
.newsletter-modal-close svg {
  opacity: 1;
  width: 24px;
  height: 24px;
}
.newsletter-modal-close:hover, .newsletter-modal-close:focus, .newsletter-modal-close:focus-visible {
  color: #CB0098 !important;
}

footer {
  opacity: 1;
  background: #000000;
  color: #FFFFFF;
  /* safe-area: home indicator / gesture bar (bottom), rounded corners (horizontal) */
  padding: 30px constant(safe-area-inset-right, 0px) calc(30px + constant(safe-area-inset-bottom, 0px)) constant(safe-area-inset-left, 0px);
  padding: 30px env(safe-area-inset-right, 0px) calc(30px + env(safe-area-inset-bottom, 0px)) env(safe-area-inset-left, 0px);
}
footer * {
  color: #FFFFFF !important;
}
footer a:link, footer a:visited {
  color: #FFFFFF;
  text-decoration: underline;
}
footer a:hover, footer a:focus, footer a:focus-visible {
  color: #CB0098 !important;
  text-decoration: none;
}

footer h3, h3.title-label {
  opacity: 0.5;
  margin-bottom: 1em !important;
}

h3.title-label {
  opacity: 1 !important;
}

.site-footer-grid {
  margin-top: 0;
}

.site-footer-texteditor {
  max-width: 860px;
}

.site-footer-menu,
.site-footer-social {
  line-height: 1.2;
}
.site-footer-menu > div + div,
.site-footer-social > div + div {
  margin-top: 0.2em;
}

.site-footer-bottom {
  padding-top: 150px;
}

@media (max-width: 959px) {
  .events-titlebar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .events-titlebar .section-title, .events-titlebar .events-title-switch {
    padding-right: 0;
    margin-bottom: 0 !important;
  }
  a.events-title-switch {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    padding: 0.35em 0.9em;
    line-height: 1.2;
    opacity: 0.4;
    text-decoration: none;
  }
  a.events-title-switch:hover,
  a.events-title-switch:focus-visible {
    opacity: 1;
    text-decoration: none;
    color: #000000;
    opacity: 1;
  }
  .home-hero-layout {
    flex-direction: column;
  }
  .home-hero-text,
  .home-hero-side {
    width: 100% !important;
  }
  .home-hero-side {
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .home-hero-side img {
    max-height: 60vh;
    width: 100%;
  }
  .home-hero-circle {
    width: 100%;
    margin-right: -20%;
  }
  .home-scroll-indicator {
    bottom: 20px;
    display: none;
  }
  .event-row {
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto auto;
    column-gap: 12px;
    row-gap: 10px;
    align-items: start;
    padding: 16px 0;
  }
  .event-topline {
    grid-column: 1/-1;
    grid-row: 1;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
  }
  .event-topline .event-meta {
    grid-column: auto;
    grid-row: auto;
    white-space: normal;
    font-size: 1rem;
    flex: 1 1 0;
    min-width: 0;
  }
  .event-topline .event-category {
    grid-column: auto;
    grid-row: auto;
    text-align: right;
    line-height: 1.25;
    flex: 1 1 0;
    min-width: 0;
    overflow-wrap: anywhere;
  }
  .event-category-mobile {
    display: inline-flex;
  }
  .event-category-desktop {
    display: none;
  }
  .event-main {
    grid-column: 1/-1;
    grid-row: 2;
    height: auto;
    align-self: start;
  }
  .event-image-wrap {
    grid-column: 1/-1;
    grid-row: 3;
  }
  .event-row--no-category .event-meta {
    flex: 1 1 100%;
  }
  .event-row--no-category .event-main {
    grid-column: 1/-1;
    grid-row: 2;
  }
  .event-row--no-category .event-image-wrap {
    grid-column: 1/-1;
    grid-row: 3;
  }
  .event-main .event-link {
    margin-top: 0.5rem !important;
  }
  .events-filter-row {
    flex-direction: column;
    align-items: stretch;
  }
  .events-filter-search {
    margin-left: 0;
    min-width: 0;
  }
  .site-footer-bottom {
    margin-top: 28px;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
}
