@charset "UTF-8";
-webkit-::selection {
  background: #ffd1ca;
  color: #93130a;
}

::selection {
  background: #ffd1ca;
  color: #93130a;
}

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

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

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

.font1, .cleanmenu#sidemenu ul li .uk-dropdown form#search input,
.cleanmenu#sidemenu ul li .uk-dropdown form#search button, .mybtn, a, button, .toptitle, h1,
h2,
h3,
h4, body {
  font-family: "Satoshi", sans-serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
}

html {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  width: 100%;
  background-color: #ffffff;
}

body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  width: 100%;
  background-color: #ffffff;
}

body {
  font-size: 1.125rem;
  line-height: 1.25;
  position: relative;
  font-weight: 400;
  color: #171717;
  overflow-x: hidden;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Skip link for keyboard users */
.skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.skip-link:focus,
.skip-link:focus-visible {
  left: 16px;
  top: 16px;
  width: auto;
  height: auto;
  padding: 8px 12px;
  background: #fff;
  color: #000;
  border: 2px solid currentColor;
  border-radius: 4px;
  z-index: 10000;
}

/* Accessible focus outlines */
a:focus-visible,
button:focus-visible,
[role=button]:focus-visible,
.toggle-btn:focus-visible,
#menutoggler:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
  border-radius: 4px;
}

/* Additional clarity for the burger control */
#menutoggler:focus-visible .menutoggler-inner {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.35);
}

p {
  margin-top: 0 !important;
  padding-top: 0 !important;
  margin-bottom: 25px;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  font-weight: 700;
  color: #171717;
  line-height: 1.3;
}
h1:has(+ *),
h2:has(+ *),
h3:has(+ *),
h4:has(+ *) {
  margin-bottom: 25px;
}

.toptitle {
  font-weight: 500;
  margin-bottom: 15px !important;
}

.duotitle {
  font-size: 1em;
}
.duotitle span {
  display: block;
}

.size6 {
  font-size: 3.06em; /* 55px */
}
@media (max-width: 960px) {
  .size6 {
    font-size: 2.2em;
  }
}

.size5 {
  font-size: 2.44em; /* 44px */
}
@media (max-width: 960px) {
  .size5 {
    font-size: 2em;
  }
}

h1.size-5, h2.size-5 {
  font-size: 2.94em; /* 52px */
}
@media (max-width: 960px) {
  h1.size-5, h2.size-5 {
    font-size: 2.2em;
  }
}

h1, h2 {
  font-size: 2.22em; /* 40px */
}
@media (max-width: 960px) {
  h1, h2 {
    font-size: 1.8em;
  }
}

.size4 {
  font-size: 1.94em; /* 35px */
}
@media (max-width: 960px) {
  .size4 {
    font-size: 1.6em;
  }
}

.size3, ul.uk-accordion .uk-accordion-title {
  font-size: 1.55em; /* 28px */
}
@media (max-width: 960px) {
  .size3, ul.uk-accordion .uk-accordion-title {
    font-size: 1.3rem;
  }
}

.size2, #themen-liste article .article-content .article-title,
#related-themen article .article-content .article-title,
#home-related-themen article .article-content .article-title {
  font-size: 1.33em; /* 24px */
}

.size1, ul.uk-accordion .uk-accordion-title, #kennzahlen table th, .section-submenu ul li a,
#herocol ul li a,
h3 {
  font-size: 1em;
}

.size0, .publikationen-jahr .publikation-item .publikation-file-link, .event-downloads .publikation-item .publikation-file-link, .publikationen-jahr .publikation-item .publikation-lang, .event-downloads .publikation-item .publikation-lang, .publikationen-jahr .publikation-item .publikation-category, .event-downloads .publikation-item .publikation-category, #themen-liste article .article-content .article-meta,
#related-themen article .article-content .article-meta,
#home-related-themen article .article-content .article-meta {
  font-size: 1rem;
}

.size-1, .uk-subnav li a:link, .uk-subnav li a:visited, .privacywire-ask-consent button, .logocard, .card a .cardTitle, #themen-liste article .article-content .article-date,
#related-themen article .article-content .article-date,
#home-related-themen article .article-content .article-date, .mybtn, a.icon-link,
button.icon-link, .toptitle {
  font-size: 0.83em;
  letter-spacing: 0.03em;
}

.size-2 {
  font-size: 0.6em;
  letter-spacing: 0.05em;
}

.size-3 {
  font-size: 13px !important;
  letter-spacing: 0em;
  line-height: 1.3;
}

@media (min-width: 640px) {
  .size-2\@s {
    font-size: 0.6em;
  }
}

@media (min-width: 960px) {
  .size-2\@m {
    font-size: 0.6em;
  }
}

@media (min-width: 1200px) {
  .size-2\@l {
    font-size: 0.6em;
  }
}

@media (min-width: 640px) {
  .size-1\@s {
    font-size: 0.83em;
  }
}

@media (min-width: 960px) {
  .size-1\@m {
    font-size: 0.83em;
  }
}

@media (min-width: 1200px) {
  .size-1\@l {
    font-size: 0.83em;
  }
}

@media (min-width: 640px) {
  .size0\@s {
    font-size: 1rem;
  }
}

@media (min-width: 960px) {
  .size0\@m {
    font-size: 1rem;
  }
}

@media (min-width: 1200px) {
  .size0\@l {
    font-size: 1rem;
  }
}

@media (min-width: 640px) {
  .size1\@s {
    font-size: 1em;
  }
}

@media (min-width: 960px) {
  .size1\@m {
    font-size: 1em;
  }
}

@media (min-width: 1200px) {
  .size1\@l {
    font-size: 1em;
  }
}

@media (min-width: 640px) {
  .size2\@s {
    font-size: 1.33em;
  }
}

@media (min-width: 960px) {
  .size2\@m {
    font-size: 1.33em;
  }
}

@media (min-width: 1200px) {
  .size2\@l {
    font-size: 1.33em;
  }
}

@media (min-width: 640px) {
  .size3\@s {
    font-size: 1.55em;
  }
}

@media (min-width: 960px) {
  .size3\@m {
    font-size: 1.55em;
  }
}

@media (min-width: 1200px) {
  .size3\@l {
    font-size: 1.55em;
  }
}

@media (min-width: 640px) {
  .size4\@s,
  h1\@s {
    font-size: 1.94em;
  }
}

@media (min-width: 960px) {
  .size4\@m,
  h1\@m {
    font-size: 1.94em;
  }
}

@media (min-width: 1200px) {
  .size4\@l,
  h1\@l {
    font-size: 1.94em;
  }
}

@media (min-width: 640px) {
  .size5\@s {
    font-size: 2.44em;
  }
}

@media (min-width: 960px) {
  .size5\@m {
    font-size: 2.44em;
  }
}

@media (min-width: 1200px) {
  .size5\@l {
    font-size: 2.44em;
  }
}

.number-big {
  font-size: clamp(80px, 10vw, 140px);
  line-height: 1.1;
}
.number-big span.divider {
  display: inline-block;
  width: 0.15em;
}

.number-small {
  font-size: clamp(40px, 6vw, 80px);
  line-height: 1.4;
}

strong,
.uk-text-bold,
.text-bold {
  font-weight: 700;
}

.text-regular {
  font-weight: 400;
}

em {
  font-style: italic;
  color: #171717;
}

button {
  scale: 1;
  color: #171717;
  background-color: transparent;
  border: 1px solid #171717;
}

a,
button {
  transition: all 0.1s ease;
  color: #171717;
}
a:link, a:visited,
button:link,
button:visited {
  text-decoration: none;
  color: #171717;
}
a:hover, a:active, a.is-active,
button:hover,
button:active,
button.is-active {
  text-decoration: none;
  color: #171717;
}
a.is-active,
button.is-active {
  pointer-events: none;
}
a.fade-link,
button.fade-link {
  transition: opacity 0.15s;
}
a.fade-link:hover, a.fade-link:active,
button.fade-link:hover,
button.fade-link:active {
  opacity: 0.4;
}
a.icon-link,
button.icon-link {
  align-items: center;
  gap: 15px;
  transition: gap 0.25s ease;
  display: inline-flex;
}
a.icon-link:hover,
button.icon-link:hover {
  gap: 20px;
}
a.iconlink,
button.iconlink {
  display: flex;
  align-items: center;
  gap: 10px;
  transition: opacity 0.25s;
}
a.iconlink:hover,
button.iconlink:hover {
  opacity: 0.7;
}
a.arrowrlink,
button.arrowrlink {
  display: flex;
  align-items: center;
  gap: 10px;
  transition: gap 0.25s ease, opacity 0.25s;
}
a.arrowrlink:hover,
button.arrowrlink:hover {
  gap: 15px;
  opacity: 0.7;
}
a.arrowllink,
button.arrowllink {
  display: flex;
  align-items: center;
  gap: 10px;
  transition: opacity 0.25s;
}
a.arrowllink img,
a.arrowllink svg,
button.arrowllink img,
button.arrowllink svg {
  transition: transform 0.25s ease;
}
a.arrowllink:hover,
button.arrowllink:hover {
  opacity: 0.7;
}
a.arrowllink:hover img,
a.arrowllink:hover svg,
button.arrowllink:hover img,
button.arrowllink:hover svg {
  transform: translateX(-5px);
}
a.arrowdlink,
button.arrowdlink {
  display: flex;
  align-items: center;
  gap: 10px;
  transition: transform 0.25s ease, opacity 0.25s;
}
a.arrowdlink:hover,
button.arrowdlink:hover {
  gap: 10px;
  opacity: 0.7;
}
a.arrowdlink:hover img,
button.arrowdlink:hover img {
  transform: translateY(2px);
}
a.taglink:link, a.taglink:visited,
button.taglink:link,
button.taglink:visited {
  text-decoration: none;
  color: #7a1008;
  background-color: #f5f5f5;
  padding: 3px 6px;
  pointer-events: none;
}
a.taglink:hover, a.taglink:active,
button.taglink:hover,
button.taglink:active {
  opacity: 0.7;
}

.mybtn {
  color: #171717;
  background-color: transparent;
  border: 1px solid #171717;
  padding: 10px 20px;
  border-radius: 4px;
  transition: all 0.1s ease;
}
.mybtn:hover, .mybtn:focus-visible {
  background: #93130a;
  color: #ffffff;
  border-color: rgba(23, 23, 23, 0);
}

.tag {
  text-decoration: none;
  color: #93130a;
  background-color: #f5f5f5;
  padding: 4px 10px;
  border-radius: 4px;
}

.whitelinks a, .card a a, .section-hero .uk-container a,
.whitelinks button,
.card a button,
.section-hero .uk-container button {
  transition: all 0.1s ease;
  color: #ffffff;
}
.whitelinks a:link, .card a a:link, .section-hero .uk-container a:link, .whitelinks a:visited, .card a a:visited, .section-hero .uk-container a:visited,
.whitelinks button:link,
.card a button:link,
.section-hero .uk-container button:link,
.whitelinks button:visited,
.card a button:visited,
.section-hero .uk-container button:visited {
  text-decoration: none;
  color: #ffffff;
}
.whitelinks a:hover, .card a a:hover, .section-hero .uk-container a:hover, .whitelinks a:active, .card a a:active, .section-hero .uk-container a:active, .whitelinks a.is-active, .card a a.is-active, .section-hero .uk-container a.is-active,
.whitelinks button:hover,
.card a button:hover,
.section-hero .uk-container button:hover,
.whitelinks button:active,
.card a button:active,
.section-hero .uk-container button:active,
.whitelinks button.is-active,
.card a button.is-active,
.section-hero .uk-container button.is-active {
  text-decoration: none;
  color: #ffd1ca;
}
.whitelinks a.is-active, .card a a.is-active, .section-hero .uk-container a.is-active,
.whitelinks button.is-active,
.card a button.is-active,
.section-hero .uk-container button.is-active {
  pointer-events: none;
}
.whitelinks a.fade-link, .card a a.fade-link, .section-hero .uk-container a.fade-link,
.whitelinks button.fade-link,
.card a button.fade-link,
.section-hero .uk-container button.fade-link {
  transition: opacity 0.15s;
}
.whitelinks a.fade-link:hover, .card a a.fade-link:hover, .section-hero .uk-container a.fade-link:hover, .whitelinks a.fade-link:active, .card a a.fade-link:active, .section-hero .uk-container a.fade-link:active,
.whitelinks button.fade-link:hover,
.card a button.fade-link:hover,
.section-hero .uk-container button.fade-link:hover,
.whitelinks button.fade-link:active,
.card a button.fade-link:active,
.section-hero .uk-container button.fade-link:active {
  opacity: 0.4;
}

#section-kennzahlen * {
  color: #1e2e61;
}

.section-map-logos + .section-kennzahlen {
  margin-top: 62.5px;
}

.red-100 {
  color: #93130a !important;
}

.bg-red-100 {
  background-color: #93130a !important;
}

.grey-100 {
  color: #706e6f !important;
}

.bg-grey-100 {
  background-color: #706e6f !important;
}

.ultramarin-100 {
  color: #1e2e61 !important;
}

.bg-ultramarin-100 {
  background-color: #1e2e61 !important;
}

.winered-100 {
  color: #7a1008 !important;
}

.bg-winered-100 {
  background-color: #7a1008 !important;
}

.smaragd-100 {
  color: #0a3e3f !important;
}

.bg-smaragd-100 {
  background-color: #0a3e3f !important;
}

.sand-100 {
  color: #d0c1ae !important;
}

.bg-sand-100 {
  background-color: #d0c1ae !important;
}

.bluegrey-100 {
  color: #89a7c1 !important;
}

.bg-bluegrey-100 {
  background-color: #89a7c1 !important;
}

.bluegrey-80 {
  color: #a0bacd !important;
}

.bg-bluegrey-80 {
  background-color: #a0bacd !important;
}

.bluegrey-60 {
  color: #b9cada !important;
}

.bg-bluegrey-60 {
  background-color: #b9cada !important;
}

.red-50 {
  color: #e68070 !important;
}

.bg-red-50 {
  background-color: #e68070 !important;
}

.ultramarin-50 {
  color: #8494d6 !important;
}

.bg-ultramarin-50 {
  background-color: #8494d6 !important;
}

.sand-50 {
  color: #e3dacf !important;
}

.bg-sand-50 {
  background-color: #e3dacf !important;
}

.grey-30 {
  color: #d9d9d9 !important;
}

.bg-grey-30 {
  background-color: #d9d9d9 !important;
}

.sand-40 {
  color: #ece6dd !important;
}

.bg-sand-40 {
  background-color: #ece6dd !important;
}

.smaragd-40 {
  color: #b0dee3 !important;
}

.bg-smaragd-40 {
  background-color: #b0dee3 !important;
}

.grey-20 {
  color: #ededed !important;
}

.bg-grey-20 {
  background-color: #ededed !important;
}

.red-20 {
  color: #ffd1ca !important;
}

.bg-red-20 {
  background-color: #ffd1ca !important;
}

.grey-20 {
  color: #ededed !important;
}

.bg-grey-20 {
  background-color: #ededed !important;
}

.ultramarin-20 {
  color: #c3dfff !important;
}

.bg-ultramarin-20 {
  background-color: #c3dfff !important;
}

.winered-20 {
  color: #ffd1ca !important;
}

.bg-winered-20 {
  background-color: #ffd1ca !important;
}

.smaragd-20 {
  color: #b0dee3 !important;
}

.bg-smaragd-20 {
  background-color: #b0dee3 !important;
}

.sand-20 {
  color: #ece6dd !important;
}

.bg-sand-20 {
  background-color: #ece6dd !important;
}

.bluegrey-20 {
  color: #d0dce6 !important;
}

.bg-bluegrey-20 {
  background-color: #d0dce6 !important;
}

.titles-red-100 h1,
.titles-red-100 h2,
.titles-red-100 h3,
.titles-red-100 h4,
.titles-red-100 h5,
.titles-red-100 h6 {
  color: #93130a !important;
}

hr.mainwhite-30 {
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3019607843);
  margin-bottom: 10px !important;
}

.border-bottom-ultramarin-20 {
  padding-bottom: 25px;
  border-bottom: 1px solid #c3dfff;
}

.reveal-image {
  clip-path: inset(0 0 100% 0);
}

.cmsection:not(.bg-maingreylight):not(.section-cmsubpagesslider) {
  margin-bottom: 62.5px;
}
.cmsection.bg-maingreylight, .cmsection.section-cmsubpagesslider {
  padding-bottom: 62.5px;
}
.cmsection * a:link, .cmsection * a:visited {
  text-decoration: underline;
  text-underline-offset: 0.3em;
  text-decoration-thickness: 0.08em;
}
.cmsection * a:hover, .cmsection * a:active {
  text-decoration-color: transparent;
}
.cmsection * a.fatlink {
  font-weight: 700;
}
.cmsection * a.fatlink svg {
  margin-left: 0.75em;
}
.cmsection * a.fatlink:link, .cmsection * a.fatlink:visited {
  text-decoration: none;
}
@media (max-width: 960px) {
  .cmsection:not(.bg-maingreylight):not(.section-cmsubpagesslider) {
    margin-bottom: 25px;
  }
}
@media (max-width: 640px) {
  .cmsection:not(.bg-maingreylight):not(.section-cmsubpagesslider) {
    margin-bottom: 10px;
  }
}
@media (max-width: 960px) {
  .cmsection.bg-maingreylight, .cmsection.section-cmsubpagesslider {
    padding-bottom: 25px;
  }
}
@media (max-width: 640px) {
  .cmsection.bg-maingreylight, .cmsection.section-cmsubpagesslider {
    padding-bottom: 10px;
  }
}

.section-cmlead:not(.bg-maingreylight):not(.section-cmsubpagesslider):has(.size3, ul.uk-accordion .uk-accordion-title):has(+ .section-cmtextcolumns:not(.bg-maingreylight):not(.section-cmsubpagesslider)),
.section-cmlead:not(.bg-maingreylight):not(.section-cmsubpagesslider):has(.size2, #themen-liste article .article-content .article-title,
#related-themen article .article-content .article-title,
#home-related-themen article .article-content .article-title):has(+ .section-cmtextcolumns:not(.bg-maingreylight):not(.section-cmsubpagesslider)) {
  margin-bottom: 12.5px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.faded {
  opacity: 0.5;
}

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

.zoom-out {
  scale: 1.05;
}

button {
  cursor: pointer;
}

.nolinks a:link, .section-cmsubpagesslider .swiper-slide .swiper-info .swiper-link a:link, .nolinks a:visited, .section-cmsubpagesslider .swiper-slide .swiper-info .swiper-link a:visited {
  text-decoration: none;
  color: #171717;
}
.nolinks a:hover, .section-cmsubpagesslider .swiper-slide .swiper-info .swiper-link a:hover, .nolinks a:active, .section-cmsubpagesslider .swiper-slide .swiper-info .swiper-link a:active {
  text-decoration: none;
}
.nolinks a.is-active, .section-cmsubpagesslider .swiper-slide .swiper-info .swiper-link a.is-active {
  pointer-events: none;
}

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

.nolinks a:link, .section-cmsubpagesslider .swiper-slide .swiper-info .swiper-link a:link, .nolinks a:visited, .section-cmsubpagesslider .swiper-slide .swiper-info .swiper-link a:visited {
  text-decoration: none;
  color: #171717;
}
.nolinks a:hover, .section-cmsubpagesslider .swiper-slide .swiper-info .swiper-link a:hover, .nolinks a:active, .section-cmsubpagesslider .swiper-slide .swiper-info .swiper-link a:active {
  text-decoration: none;
  color: #171717;
}

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

.uk-gap-small {
  gap: 10px !important;
}

.uk-gap-medium {
  gap: 20px !important;
}

.uk-gap-large {
  gap: 30px !important;
}

.uk-gap-xlarge {
  gap: 50px !important;
}

.uk-gap-small {
  gap: 10px !important;
}

.uk-gap-medium {
  gap: 20px !important;
}

.uk-gap-large {
  gap: 30px !important;
}

.uk-gap-xlarge {
  gap: 50px !important;
}

@media (min-width: 640px) {
  .uk-gap-small\@s {
    gap: 10px !important;
  }
}

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

@media (min-width: 640px) {
  .uk-gap-large\@s {
    gap: 30px !important;
  }
}

@media (min-width: 640px) {
  .uk-gap-xlarge\@s {
    gap: 50px !important;
  }
}

@media (min-width: 960px) {
  .uk-gap-small\@m {
    gap: 10px !important;
  }
}

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

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

@media (min-width: 960px) {
  .uk-gap-xlarge\@m {
    gap: 50px !important;
  }
}

@media (min-width: 1200px) {
  .uk-gap-small\@l {
    gap: 10px !important;
  }
}

@media (min-width: 1200px) {
  .uk-gap-medium\@l {
    gap: 20px !important;
  }
}

@media (min-width: 1200px) {
  .uk-gap-large\@l {
    gap: 30px !important;
  }
}

@media (min-width: 1200px) {
  .uk-gap-xlarge\@l {
    gap: 50px !important;
  }
}

.nobtn {
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
}

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

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

.mainblack {
  color: #171717;
}

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

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

@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.5em !important;
}

.uk-margin-xxsmall-bottom {
  margin-bottom: 0.15em !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: 1200px) {
  .uk-margin-remove-top\@l {
    margin-top: 0 !important;
  }
}

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

.uk-margin-bottom {
  margin-bottom: 12.5px;
}

.uk-margin-medium-bottom {
  margin-bottom: 25px;
}

.uk-margin-large-bottom {
  margin-bottom: 43.75px;
}

.uk-margin-xlarge-bottom {
  margin-bottom: 87.5px;
}

.uk-margin-md-bottom {
  margin-bottom: 18.75px;
}

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

@media (min-width: 640px) {
  .uk-margin-medium-bottom\@s {
    margin-bottom: 25px;
  }
}

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

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

.bold, footer #footermenu, .taglist .tag, ul.uk-accordion .uk-accordion-title, #kennzahlen table th, .card a .cardTitle, .section-submenu ul li.is-active a,
#herocol ul li.is-active a, form#search-results button, a.icon-link,
button.icon-link {
  font-weight: 700;
}

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

.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 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.valign_top {
  object-position: top;
}

.valign_bottom {
  object-position: bottom;
}

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

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

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

@media (max-width: 640px) {
  .uk-grid {
    margin-left: -20px;
  }
  .uk-grid > * {
    padding-left: 20px;
  }
}

.fade-in-one-by-one > * {
  opacity: 0;
}

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

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

.cleanmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.cleanmenu.verticalmenu ul {
  display: block;
  margin: 0;
  padding: 0;
}
.cleanmenu.verticalmenu ul li {
  margin: 0;
  margin-bottom: 0.15em;
  padding: 0;
}
.cleanmenu#mainmenu {
  background-color: rgba(255, 255, 255, 0.7019607843);
  padding: 6px 16px;
  border-radius: 16px;
}
.cleanmenu#mainmenu ul {
  gap: 8px;
}
.cleanmenu#mainmenu ul li {
  padding: 0;
  margin: 0;
}
.cleanmenu#mainmenu ul li a {
  display: flex;
  transition: all 0.25s;
  padding: 4px 12px;
  border-radius: 8px;
}
.cleanmenu#mainmenu ul li a:link, .cleanmenu#mainmenu ul li a:visited {
  color: #171717;
}
.cleanmenu#mainmenu ul li a:hover, .cleanmenu#mainmenu ul li a:active, .cleanmenu#mainmenu ul li a.is-active {
  color: #93130a;
  text-decoration: none;
  background-color: #ffffff;
}
@media (max-width: 1200px) {
  .cleanmenu#mainmenu ul li:has(a.is-active) {
    background-color: #171717;
  }
  .cleanmenu#mainmenu ul li:has(a.is-active) a.is-active {
    text-decoration: none;
    pointer-events: none;
  }
}
.cleanmenu#sidemenu {
  background-color: rgba(255, 255, 255, 0.7019607843);
  padding: 6px 0px;
  border-radius: 16px;
}
.cleanmenu#sidemenu ul {
  gap: 0px;
}
.cleanmenu#sidemenu ul li {
  padding: 0;
  margin: 0;
}
.cleanmenu#sidemenu ul li:first-child a {
  padding-left: 16px !important;
}
.cleanmenu#sidemenu ul li:last-child a {
  padding-right: 16px !important;
}
.cleanmenu#sidemenu ul li a {
  display: flex;
  transition: all 0.25s;
  padding: 4px 8px !important;
  border-radius: 8px;
}
.cleanmenu#sidemenu ul li a:link, .cleanmenu#sidemenu ul li a:visited {
  color: #171717;
}
.cleanmenu#sidemenu ul li a:hover, .cleanmenu#sidemenu ul li a:active {
  color: #93130a;
  text-decoration: none;
}
.cleanmenu#sidemenu ul li a.is-active {
  color: #171717;
  text-decoration: underline;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.27em;
}
.cleanmenu#sidemenu ul li .uk-dropdown {
  background-color: rgba(255, 255, 255, 0.7019607843);
}
.cleanmenu#sidemenu ul li .uk-dropdown ul li a {
  background-color: transparent;
  padding-right: 16px !important;
}
.cleanmenu#sidemenu ul li .uk-dropdown:has(form) {
  padding: 0;
}
.cleanmenu#sidemenu ul li .uk-dropdown form#search {
  padding: 8px 8px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.cleanmenu#sidemenu ul li .uk-dropdown form#search input,
.cleanmenu#sidemenu ul li .uk-dropdown form#search button {
  font-size: 1em;
  height: 40px;
  background-color: #ffffff;
  border: 0px;
  border-radius: 8px;
}
.cleanmenu#sidemenu ul li .uk-dropdown form#search input {
  box-shadow: inset 2px 2px 6px 0 rgba(23, 23, 23, 0.08);
  border: 1px solid rgba(23, 23, 23, 0.1);
  padding: 6px 10px;
  color: #171717;
  width: 250px;
  width: 100%;
}
.cleanmenu#sidemenu ul li .uk-dropdown form#search button {
  padding: 0 16px;
  background-color: #93130a;
  color: #ffffff;
}
.cleanmenu#sidemenu ul li .uk-dropdown form#search button:hover {
  background: #7a1008;
}
@media (max-width: 1200px) {
  .cleanmenu#sidemenu ul li .search-toggler {
    pointer-events: none;
  }
  .cleanmenu#sidemenu ul li form#search input {
    color: #ffffff !important;
  }
  .cleanmenu#sidemenu ul li form#search input::placeholder {
    color: rgba(255, 255, 255, 0.3019607843) !important;
  }
  .cleanmenu#sidemenu ul li:has(a.is-active) {
    background-color: #171717;
  }
  .cleanmenu#sidemenu ul li:has(a.is-active) a.is-active {
    text-decoration: none;
    pointer-events: none;
  }
}

.brand {
  height: 59px;
  width: auto;
  transition: height 0.35s;
}
.brand.footerbrand {
  margin-bottom: 0;
}
.brand a {
  display: block;
  height: 100%;
}
.brand a img.is-home {
  animation: pop 0.65s ease;
}
.brand a div {
  width: auto;
  height: 100%;
}
.brand a img {
  height: 100%;
  width: auto;
}
#topspacer {
  height: 150px;
}
@media (max-width: 1200px) {
  #topspacer {
    height: 75px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3;
  }
}
@media (max-width: 1200px) {
  #topspacer + main {
    margin-top: 75px;
  }
}

header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  padding: 25px 0;
  transform: translateY(0);
  transition: background-color 0s, padding 0.25s;
}
header > .uk-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header .logoswap {
  position: relative;
}
header .logoswap .logo-second {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  height: 100%;
}
header .logoswap .logo-first,
header .logoswap .logo-second {
  transition: opacity 0.75s;
}
header .logoswap .is-hidden {
  display: none !important;
}
header .logoswap:focus-visible {
  outline: 2px solid #ffffff !important;
  padding: 10px;
}
header div#menus {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header div#menus a.lang-switcher {
  padding: 7px 10px;
}
header div#menus ul li a img {
  float: left;
  display: none;
}
header div#menus .search-dropdown,
header div#menus .lang-dropdown {
  display: none !important;
}
header div#menus .search-dropdown.uk-open,
header div#menus .lang-dropdown.uk-open {
  display: block !important;
}
header.scrolled {
  background-color: #ffffff;
  box-shadow: 5px 5px 15px rgba(23, 23, 23, 0.07);
  transition: background-color 0.5s, padding 0.25s;
  padding: 15px 0;
}
header.scrolled .brand {
  height: 45px;
}
header.scrolled .brand a img {
  height: 100% !important;
  width: 100% !important;
  object-fit: contain;
  object-position: left top;
}
header.scrolled .logoswap .logo-first {
  opacity: 0;
}
header.scrolled .logoswap .logo-second {
  opacity: 1;
}
header.scrolled #sidemenu .uk-dropdown {
  background-color: #ffffff !important;
}
@media (min-width: 1200px) {
  header #menutoggler {
    display: none;
  }
}
@media (max-width: 1200px) {
  header {
    display: block;
    padding: 15px 0;
    box-sizing: border-box;
    transition: all 0s;
  }
  header .uk-container {
    display: block;
  }
  header .brand {
    height: 45px;
  }
  header .brand a.logoswap .logo-first,
  header .brand a.logoswap .logo-second {
    transition: opacity 0.15s;
  }
  header #menutoggler {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 45px;
    z-index: 30;
    width: 40px;
    margin-top: 0;
    height: 75px;
  }
  header #menutoggler::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 44px;
    height: 44px;
    transform: translate(-50%, -50%);
    z-index: -1;
    transition: opacity 0.25s;
  }
  @keyframes wider {
    0% {
      transform: scaleX(0);
    }
    100% {
      transform: scaleX(1);
    }
  }
  header #menutoggler .menutoggler-inner {
    height: 1.5px;
    width: 100%;
    width: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
  }
  header #menutoggler .menutoggler-inner:before, header #menutoggler .menutoggler-inner:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 1.5px;
    width: 100%;
    background-color: #ffffff;
    transform: translateY(-8px);
    transition: transform 0.05s;
  }
  header #menutoggler .menutoggler-inner:after {
    transform: translateY(8px);
  }
  header #menutoggler.dark .menutoggler-inner {
    background-color: #171717;
  }
  header #menutoggler.dark .menutoggler-inner:before, header #menutoggler.dark .menutoggler-inner:after {
    background-color: #171717;
  }
}
@media (max-width: 1200px) and (max-width: 1200px) and (min-width: 960px) {
  header #menutoggler.col::before {
    background: #ffffff !important;
  }
  header #menutoggler.col .menutoggler-inner {
    background-color: #171717;
  }
  header #menutoggler.col .menutoggler-inner:before, header #menutoggler.col .menutoggler-inner:after {
    background-color: #171717;
  }
}
@media (max-width: 1200px) {
  header #menutoggler.is-active::before {
    background-color: transparent !important;
  }
  header #menutoggler.is-active .menutoggler-inner {
    background-color: transparent;
  }
  header #menutoggler.is-active .menutoggler-inner:before {
    transform: rotate(-45deg);
    background-color: #ffffff;
  }
  header #menutoggler.is-active .menutoggler-inner:after {
    transform: rotate(45deg);
    background-color: #ffffff;
  }
  header #menutoggler:hover::before {
    opacity: 0.8;
  }
}
@media (max-width: 1200px) and (max-width: 960px) {
  header #menutoggler {
    right: 20px;
  }
}
@media (max-width: 1200px) {
  header div#menus {
    margin-top: 12.5px;
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  header div#menus .cleanmenu {
    width: 100%;
    line-height: 1;
    background-color: transparent;
    padding: 30px 0;
  }
  header div#menus .cleanmenu ul {
    flex-direction: column;
    gap: 0;
  }
  header div#menus .cleanmenu ul li {
    margin: 0;
    width: 100%;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  header div#menus .cleanmenu ul li:first-child {
    border-top: 0;
  }
  header div#menus .cleanmenu ul li a {
    display: block;
    padding: 25px 0 25px 0;
    color: #ffffff !important;
    font-size: 1.25em;
  }
  header div#menus .cleanmenu ul li a img {
    float: right;
    display: block;
  }
  header div#menus .cleanmenu ul li a.is-active {
    background-color: #171717;
    text-decoration: none !important;
  }
  header div#menus .cleanmenu ul li a.is-active img {
    opacity: 1;
  }
  header div#menus .cleanmenu#mainmenu {
    margin-bottom: 0;
  }
  header.scrolled .brand a.logoswap {
    display: block;
    height: 45px;
  }
  header.scrolled #menutoggler .menutoggler-inner {
    background-color: #171717;
  }
  header.scrolled #menutoggler .menutoggler-inner:before, header.scrolled #menutoggler .menutoggler-inner:after {
    background-color: #171717;
  }
  header.is-active {
    height: 100%;
    background-color: #93130a;
    border-bottom: 0;
  }
  header.is-active div#menus {
    display: flex;
    flex-direction: column;
  }
  header.is-active div#menus #mainmenu {
    order: 2;
    padding: 0;
    border-radius: 0;
    border: 0;
    flex-grow: 1;
  }
  header.is-active div#menus #mainmenu .moblangli {
    padding-top: 50px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    color: #ffffff;
    opacity: 0;
    transition: opacity 0.25s;
  }
  header.is-active div#menus #mainmenu .moblangli.fadedin {
    opacity: 1;
  }
  header.is-active div#menus #mainmenu .moblangli p {
    margin-bottom: 15px;
  }
  header.is-active div#menus #mainmenu .moblangli ul {
    display: flex;
    flex-direction: row;
    gap: 12px;
    font-size: 0.75em;
  }
  header.is-active div#menus #mainmenu .moblangli ul li {
    width: auto !important;
    border: 0;
    background-color: transparent !important;
  }
  header.is-active div#menus #mainmenu .moblangli ul li a {
    padding: 0 !important;
    display: inline-block;
    border-radius: 0;
  }
  header.is-active div#menus #mainmenu .moblangli ul li a:not(.is-active):link, header.is-active div#menus #mainmenu .moblangli ul li a:not(.is-active):visited {
    color: rgba(255, 255, 255, 0.4) !important;
  }
  header.is-active div#menus #mainmenu .moblangli ul li a:not(.is-active):hover, header.is-active div#menus #mainmenu .moblangli ul li a:not(.is-active):active {
    background-color: transparent !important;
    color: #ffd1ca !important;
    opacity: 1;
  }
  header.is-active div#menus #mainmenu .moblangli ul li a.is-active {
    pointer-events: none;
  }
  header.is-active div#menus #mainmenu .moblangli ul li a.is-active:link, header.is-active div#menus #mainmenu .moblangli ul li a.is-active:visited {
    background: transparent !important;
    border: 0 !important;
  }
  header.is-active div#menus #mainmenu.cleanmenu ul li {
    background-color: transparent !important;
  }
  header.is-active div#menus #mainmenu > ul li {
    opacity: 0;
    transform: translateY(1rem);
    transition: all 0.4s ease;
  }
  header.is-active div#menus #mainmenu > ul li a {
    border-radius: 0;
    background-color: transparent !important;
  }
  header.is-active div#menus #mainmenu > ul li a.is-active {
    background-color: transparent !important;
    color: #e68070 !important;
  }
  header.is-active div#menus #mainmenu > ul li.fadedin {
    opacity: 1;
    transform: translateX(0rem);
  }
  header.is-active div#menus #sidemenu {
    order: 1;
    padding-bottom: 15px;
  }
  header.is-active div#menus #sidemenu ul li {
    position: relative;
    border: 0;
    opacity: 0;
    transition: opacity 0.4s ease;
  }
  header.is-active div#menus #sidemenu ul li.fadedin {
    opacity: 1;
  }
  header.is-active div#menus #sidemenu ul {
    display: flex;
    flex-direction: column;
  }
  header.is-active div#menus #sidemenu ul li.searchli {
    order: 1;
    margin-bottom: 0px;
  }
  header.is-active div#menus #sidemenu ul li.langli {
    order: 2;
  }
  header.is-active div#menus #sidemenu ul li.langli ul {
    display: flex;
    flex-direction: row;
    gap: 12px;
    font-size: 0.85em;
  }
  header.is-active div#menus #sidemenu ul li.langli ul li {
    width: auto !important;
  }
  header.is-active div#menus #sidemenu ul li.langli ul li a {
    padding: 0 !important;
    display: inline-block;
  }
  header.is-active div#menus .search-toggler {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) scale(0.8);
  }
  header.is-active div#menus .uk-dropdown {
    display: block;
    position: static;
    background-color: transparent !important;
    padding: 0;
    border-radius: 0;
    width: 100%;
  }
  header.is-active div#menus .uk-dropdown.search-dropdown {
    display: block !important;
  }
  header.is-active div#menus .uk-dropdown form#search {
    background-color: transparent !important;
    padding: 0;
    width: 100%;
  }
  header.is-active div#menus .uk-dropdown form#search input {
    background-color: transparent;
    box-shadow: none;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0;
    padding-left: 35px;
    padding-right: 80px;
    color: #ffffff;
    width: 100%;
    height: 50px;
  }
  header.is-active div#menus .uk-dropdown form#search button {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-color: transparent;
    padding: 0 20px;
    height: auto;
    border-radius: none;
  }
  header.is-active div#menus .uk-dropdown form#search button:hover {
    background-color: transparent !important;
    opacity: 0.8;
  }
  header.is-active #menutoggler .menutoggler-inner {
    background-color: transparent !important;
  }
  header.is-active #menutoggler .menutoggler-inner:before, header.is-active #menutoggler .menutoggler-inner:after {
    background-color: #ffffff !important;
  }
}

form#search-results {
  position: relative;
}
form#search-results input#q-results {
  color: #171717;
  border: 1px solid #171717;
  border-radius: 0;
  padding-left: 15px;
  padding-right: 15px;
  height: 45px;
  width: 100%;
}
form#search-results input#q-results::placeholder {
  color: rgba(23, 23, 23, 0.2);
}
form#search-results button {
  margin-left: 10px !important;
  background-color: #93130a !important;
  color: #ffffff !important;
  border: 0;
  border-radius: 0;
  padding: 0 30px;
  height: 45px;
}
@media (max-width: 640px) {
  form#search-results {
    flex-wrap: wrap;
    gap: 5px;
  }
  form#search-results input,
  form#search-results button {
    width: 100%;
    margin-left: 0 !important;
  }
}

.uk-dropdown {
  padding: 6px 0px;
  border: none;
  box-shadow: none;
  min-width: 0 !important;
  background-color: rgba(255, 255, 255, 0.7019607843);
  border-radius: 16px;
}
.uk-dropdown ul.uk-dropdown-nav {
  padding: 0px !important;
  font-size: 1em !important;
  line-height: 1.3;
  display: block;
}
.uk-dropdown ul.uk-dropdown-nav li {
  padding: 0;
  margin-left: 0;
}
.uk-dropdown ul.uk-dropdown-nav li a {
  padding: 0;
  color: #171717;
}

/* content modules */
.section-hero {
  position: relative;
  min-height: 550px;
  height: auto;
  display: flex;
  align-items: center;
}
.section-hero.bighero {
  min-height: 700px;
}
.section-hero .herocaption {
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 0;
  z-index: 15;
  background-color: rgba(255, 255, 255, 0.9019607843);
  padding: 12px 15px;
}
@media (min-width: 960px) {
  .section-hero .herocaption {
    max-width: calc(50vw - 15px);
  }
}
@media (min-width: 1200px) {
  .section-hero .herocaption {
    max-width: calc(100vw - ((100vw - 1280px) / 2 + 1280px / 12 * 5) - 15px);
  }
}
.section-hero .color-layer {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: calc((100vw - 1280px) / 2 + 1280px / 12 * 5);
  z-index: 1;
}
.section-hero .color-layer.altsize {
  width: calc((100vw - 1280px) / 2 + 1280px / 12 * 4);
}
@media (max-width: 1200px) {
  .section-hero .color-layer {
    width: calc((100vw - 1280px) / 2 + 1280px / 2);
  }
}
@media (max-width: 960px) {
  .section-hero .color-layer {
    display: none;
  }
  .section-hero .color-layer.bg-red-100 ~ .uk-container {
    padding-top: 110px;
    padding-bottom: 40px;
    background-color: #93130a !important;
  }
  .section-hero .color-layer.bg-grey-100 ~ .uk-container {
    padding-top: 110px;
    padding-bottom: 40px;
    background-color: #706e6f !important;
  }
  .section-hero .color-layer.bg-ultramarin-100 ~ .uk-container {
    padding-top: 110px;
    padding-bottom: 40px;
    background-color: #1e2e61 !important;
  }
  .section-hero .color-layer.bg-smaragd-100 ~ .uk-container {
    padding-top: 110px;
    padding-bottom: 40px;
    background-color: #0a3e3f !important;
  }
  .section-hero .color-layer.bg-winered-100 ~ .uk-container {
    padding-top: 110px;
    padding-bottom: 40px;
    background-color: #7a1008 !important;
  }
  .section-hero .color-layer.bg-sand-100 ~ .uk-container {
    padding-top: 110px;
    padding-bottom: 40px;
    background-color: #d0c1ae !important;
  }
}
.section-hero.nocol .uk-container {
  height: 100% !important;
}
.section-hero .image-layer {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  overflow: hidden;
  width: calc(100vw - ((100vw - 1280px) / 2 + 1280px / 12 * 5));
  z-index: 0;
}
.section-hero .image-layer.altsize {
  width: calc(100vw - ((100vw - 1280px) / 2 + 1280px / 12 * 4));
}
.section-hero .image-layer.fullwidth {
  width: 100%;
}
.section-hero .image-layer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-hero .image-layer .darklayer {
  background-color: rgba(87, 85, 86, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  mix-blend-mode: multiply;
}
@media (max-width: 1200px) {
  .section-hero .image-layer {
    width: calc((100vw - 1280px) / 2 + 1280px / 2);
  }
}
@media (max-width: 960px) {
  .section-hero .image-layer {
    width: 100%;
    position: static;
    height: auto;
    order: 2;
  }
}
.section-hero h1.shoveup {
  margin-top: -20%;
}
@media (min-width: 640px) {
  .section-hero h1.shoveup {
    margin-top: -10%;
  }
}
@media (min-width: 960px) {
  .section-hero h1.shoveup {
    margin-top: -20%;
  }
}
.section-hero .uk-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 2;
  color: #ffffff;
  padding-top: 140px;
  padding-bottom: 80px;
}
.section-hero .uk-container .uk-grid {
  width: 100%;
}
@media (max-width: 960px) {
  .section-hero .uk-container {
    order: 1;
    box-sizing: border-box;
  }
}
.section-hero #scrolldown {
  position: absolute;
  bottom: 15px;
  left: 50%;
  left: 15px;
  z-index: 10;
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.5s;
}
.section-hero #scrolldown img {
  width: 20px;
  height: 20px;
}
.section-hero #scrolldown.hideit {
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 960px) {
  .section-hero {
    height: auto;
    display: flex;
    flex-direction: column;
    min-height: auto !important;
  }
  .section-hero .uk-container {
    min-height: 300px;
  }
  .section-hero .image-layer {
    height: 50svh;
    min-height: 300px;
  }
  .section-hero.nocol .uk-container {
    position: absolute;
  }
  .section-hero.nocol .uk-container .uk-grid {
    margin-bottom: 40px;
  }
  .section-hero.nocol .image-layer {
    height: 70vh;
  }
}

.section-submenu,
#herocol {
  padding-top: 170px;
}
.section-submenu ul,
#herocol ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px 40px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.section-submenu ul li,
#herocol ul li {
  padding: 0;
  margin: 0;
}
.section-submenu ul li a,
#herocol ul li a {
  text-transform: none;
  color: #171717;
  padding-bottom: 12px;
  display: block;
  border-bottom: 2px solid transparent;
  transition: border-color 0.2s;
}
.section-submenu ul li:hover a,
#herocol ul li:hover a {
  color: #93130a;
  border-color: #93130a;
}
.section-submenu ul li.is-active a,
#herocol ul li.is-active a {
  color: #171717 !important;
  border-color: #171717;
  pointer-events: none;
}
@media (max-width: 960px) {
  .section-submenu ul,
  #herocol ul {
    flex-direction: column;
    gap: 0;
  }
  .section-submenu ul li,
  #herocol ul li {
    width: 100%;
    border-bottom: 1px solid rgba(23, 23, 23, 0.7);
    margin-left: -30px;
    width: calc(100% + 60px);
    padding: 0px 15px;
  }
  .section-submenu ul li:first-child,
  #herocol ul li:first-child {
    border-top: 1px solid rgba(23, 23, 23, 0.7);
  }
  .section-submenu ul li a,
  #herocol ul li a {
    padding: 8px 15px;
    margin: 0;
    border: 0;
  }
}
@media (max-width: 640px) {
  .section-submenu ul li,
  #herocol ul li {
    margin-left: -15px;
    width: calc(100% + 30px);
    padding: 0px;
  }
}
@media (max-width: 960px) {
  .section-submenu,
  #herocol {
    padding-top: 110px;
    padding-top: 75px;
  }
  .section-submenu ul li,
  #herocol ul li {
    background-color: transparent;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .section-submenu ul li.is-active,
  #herocol ul li.is-active {
    background-color: transparent;
  }
}

#themen-liste article,
#related-themen article,
#home-related-themen article {
  background-color: #ece6dd;
  border-top: 1px solid #171717;
  border-radius: 0 0 8px 8px;
  position: relative;
  transition: background-color 0.25s;
}
#themen-liste article .article-content,
#related-themen article .article-content,
#home-related-themen article .article-content {
  padding: 25px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
#themen-liste article .article-content .article-meta,
#related-themen article .article-content .article-meta,
#home-related-themen article .article-content .article-meta {
  margin-bottom: 15px;
}
#themen-liste article .article-content .article-title,
#related-themen article .article-content .article-title,
#home-related-themen article .article-content .article-title {
  margin-top: 8px;
  margin-bottom: 15px;
}
#themen-liste article .article-content .article-text,
#related-themen article .article-content .article-text,
#home-related-themen article .article-content .article-text {
  margin-bottom: 45px;
}
#themen-liste article .article-content .article-link,
#related-themen article .article-content .article-link,
#home-related-themen article .article-content .article-link {
  position: absolute;
  right: 25px;
  bottom: 25px;
}
#themen-liste article .article-content .article-link .cardLink,
#related-themen article .article-content .article-link .cardLink,
#home-related-themen article .article-content .article-link .cardLink {
  align-self: flex-end;
  width: 41px;
  height: 41px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#themen-liste article .article-content .article-link .cardLink img,
#themen-liste article .article-content .article-link .cardLink svg,
#related-themen article .article-content .article-link .cardLink img,
#related-themen article .article-content .article-link .cardLink svg,
#home-related-themen article .article-content .article-link .cardLink img,
#home-related-themen article .article-content .article-link .cardLink svg {
  position: relative;
  z-index: 2;
}
#themen-liste article .article-content .article-link .cardLink svg,
#related-themen article .article-content .article-link .cardLink svg,
#home-related-themen article .article-content .article-link .cardLink svg {
  fill: none;
  stroke: #7a1008;
  stroke-linecap: round;
}
#themen-liste article .article-content .article-link .cardLink .cardLinkBg,
#related-themen article .article-content .article-link .cardLink .cardLinkBg,
#home-related-themen article .article-content .article-link .cardLink .cardLinkBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 50%;
  transition: scale 0.15s ease;
}
#themen-liste article .article-image,
#related-themen article .article-image,
#home-related-themen article .article-image {
  padding-right: 30px;
  padding-top: 30px;
}
#themen-liste article .article-image .article-image-inner,
#related-themen article .article-image .article-image-inner,
#home-related-themen article .article-image .article-image-inner {
  overflow: hidden;
  aspect-ratio: 5/3;
}
#themen-liste article .article-image .article-image-inner img,
#related-themen article .article-image .article-image-inner img,
#home-related-themen article .article-image .article-image-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.25s ease;
}
#themen-liste article:hover, #themen-liste article:focus,
#related-themen article:hover,
#related-themen article:focus,
#home-related-themen article:hover,
#home-related-themen article:focus {
  background-color: #d0dce6;
}
#themen-liste article:hover .article-link .cardLink .cardLinkBg, #themen-liste article:focus .article-link .cardLink .cardLinkBg,
#related-themen article:hover .article-link .cardLink .cardLinkBg,
#related-themen article:focus .article-link .cardLink .cardLinkBg,
#home-related-themen article:hover .article-link .cardLink .cardLinkBg,
#home-related-themen article:focus .article-link .cardLink .cardLinkBg {
  scale: 1.1;
}
#themen-liste article:hover .article-link .cardLink svg, #themen-liste article:focus .article-link .cardLink svg,
#related-themen article:hover .article-link .cardLink svg,
#related-themen article:focus .article-link .cardLink svg,
#home-related-themen article:hover .article-link .cardLink svg,
#home-related-themen article:focus .article-link .cardLink svg {
  stroke: #93130a;
}
#themen-liste article:hover .article-image .article-image-inner img, #themen-liste article:focus .article-image .article-image-inner img,
#related-themen article:hover .article-image .article-image-inner img,
#related-themen article:focus .article-image .article-image-inner img,
#home-related-themen article:hover .article-image .article-image-inner img,
#home-related-themen article:focus .article-image .article-image-inner img {
  transform: scale(1.02);
}
#themen-liste article.pinned,
#related-themen article.pinned,
#home-related-themen article.pinned {
  background-color: #d0dce6;
}
#themen-liste article.pinned:hover, #themen-liste article.pinned:focus,
#related-themen article.pinned:hover,
#related-themen article.pinned:focus,
#home-related-themen article.pinned:hover,
#home-related-themen article.pinned:focus {
  background-color: #c5d6e6;
}

#related-themen article,
#home-related-themen article {
  height: 100%;
}
#related-themen article a,
#home-related-themen article a {
  height: 100%;
  display: block;
}
#related-themen article .article-content .article-date,
#home-related-themen article .article-content .article-date {
  margin-top: auto;
}
#related-themen article .tag,
#home-related-themen article .tag {
  background-color: #ffffff !important;
}

.publikationen-jahr, .event-downloads {
  border-top: 1px solid #171717;
  padding-top: 12.5px;
  margin-top: 50px;
}
.publikationen-jahr:first-child, .event-downloads:first-child {
  margin-top: 0;
}
.publikationen-jahr .publikation-item, .event-downloads .publikation-item {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 0px 15px;
  margin-bottom: 30px;
}
.publikationen-jahr .publikation-item .publikation-title, .event-downloads .publikation-item .publikation-title {
  width: 100%;
}
.publikationen-jahr .publikation-item .publikation-category, .event-downloads .publikation-item .publikation-category {
  margin-left: auto;
  white-space: nowrap;
}
@media (max-width: 960px) {
  .publikationen-jahr .publikation-item .publikation-category, .event-downloads .publikation-item .publikation-category {
    margin-left: 0;
  }
}
@media (max-width: 960px) {
  .publikationen-jahr .publikation-item, .event-downloads .publikation-item {
    flex-wrap: wrap;
    gap: 20px 25px;
    padding: 0px;
  }
}

.event-downloads {
  padding-top: 50px;
  border-bottom: 1px solid #171717;
  margin-top: 0;
  padding-bottom: 18.75px;
}
@media (max-width: 960px) {
  .event-downloads {
    margin-top: 37.5px;
  }
}
.event-downloads .publikation-item {
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
}
.event-downloads .publikation-item .publikation-item-top {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  gap: 40px;
  width: 100%;
}
@media (max-width: 960px) {
  .event-downloads .publikation-item .publikation-item-top {
    flex-wrap: wrap;
    gap: 20px 25px;
    padding: 0px;
  }
}
.event-downloads .publikation-item .publikation-item-bottom {
  display: flex;
  flex-direction: row;
  gap: 40px;
  width: 100%;
}
@media (max-width: 960px) {
  .event-downloads .publikation-item {
    border-bottom: 1px solid rgba(23, 23, 23, 0.3);
    padding-bottom: 30px;
    margin-bottom: 25px !important;
  }
}
@media (max-width: 960px) {
  .event-downloads {
    border-top: 0px;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
}

.section-cmpanels .uk-container {
  position: relative;
  padding-top: 50px;
  padding-bottom: 25px;
  justify-items: center;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  min-height: 458.75px;
  box-sizing: border-box;
  overflow: hidden;
}
.section-cmpanels .uk-container > img {
  position: absolute;
  top: 0;
  left: 0px;
  height: 100%;
  width: 100%;
}
.section-cmpanels .uk-container .uk-grid {
  position: relative;
  width: clamp(0px, 100% - 40px, 1320px);
  z-index: 5;
}
.section-cmpanels .uk-container .uk-grid h2 {
  font-weight: 400;
  color: #171717;
}
.section-cmpanels .uk-container .panelimg {
  scale: 1.06;
}
@media (max-width: 640px) {
  .section-cmpanels .uk-container {
    min-height: auto;
  }
}
@media (max-width: 640px) {
  .section-cmpanels .uk-container {
    max-width: 100%;
    padding-top: 25px;
    padding-bottom: 12.5px;
  }
  .section-cmpanels .uk-container .uk-grid {
    width: calc(100% - 6.25px);
  }
}

.section-cmsubpagesslider {
  padding-top: 37.5px;
}
.section-cmsubpagesslider.cmsection {
  padding-bottom: 37.5px;
}
@media (max-width: 960px) {
  .section-cmsubpagesslider.cmsection {
    padding-bottom: 25px;
  }
}
@media (max-width: 640px) {
  .section-cmsubpagesslider.cmsection {
    padding-bottom: 10px;
  }
}
.section-cmsubpagesslider .swiper-wrapper {
  display: flex;
  align-items: stretch;
}
.section-cmsubpagesslider .swiper-slide {
  display: flex !important;
  flex-grow: 1;
  flex-direction: column;
  cursor: -webkit-grab;
  cursor: grab;
  height: auto;
}
.section-cmsubpagesslider .swiper-slide .swiper-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 25px;
  background-color: #ffffff;
}
.section-cmsubpagesslider .swiper-slide .swiper-info .swiper-link {
  margin-top: auto !important;
  cursor: pointer;
}
.section-cmsubpagesslider .swiper-slide .swiper-info .swiper-link a svg {
  margin-left: 6.25px;
  transition: transform 0.15s ease;
}
.section-cmsubpagesslider .swiper-slide .swiper-info .swiper-link a svg path {
  transition: fill 0.15s;
}
.section-cmsubpagesslider .swiper-slide .swiper-info .swiper-link a:link, .section-cmsubpagesslider .swiper-slide .swiper-info .swiper-link a:visited {
  text-decoration: none;
  color: #171717;
  font-weight: 700;
}
.section-cmsubpagesslider .swiper-slide .swiper-info .swiper-link a:hover, .section-cmsubpagesslider .swiper-slide .swiper-info .swiper-link a:active {
  text-decoration: none;
  color: #171717;
}
.section-cmsubpagesslider .swiper-slide .swiper-info .swiper-link a:hover svg, .section-cmsubpagesslider .swiper-slide .swiper-info .swiper-link a:active svg {
  transform: translateX(0.5em);
}
.section-cmsubpagesslider .swiper-slide .swiper-info .swiper-link a:hover svg path, .section-cmsubpagesslider .swiper-slide .swiper-info .swiper-link a:active svg path {
  fill: #171717;
}
@media (max-width: 640px) {
  .section-cmsubpagesslider .swiper-slide .swiper-info .swiper-link {
    margin-bottom: 0;
  }
}
@media (max-width: 640px) {
  .section-cmsubpagesslider .swiper-slide .swiper-info {
    padding: 12.5px;
  }
}
.section-cmsubpagesslider .swiper-navbar {
  display: flex;
  align-items: center;
  height: auto !important;
  margin-top: 37.5px;
  position: relative;
  padding-top: 6.25px;
  padding-bottom: 6.25px;
}
@media (max-width: 640px) {
  .section-cmsubpagesslider .swiper-navbar {
    margin-top: 18.75px;
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.section-cmsubpagesslider .swiper-navbar .swiper-buttons {
  display: flex;
  align-items: center !important;
  gap: 6.25px;
  padding-right: 75px;
  height: 100% !important;
}
.section-cmsubpagesslider .swiper-navbar .swiper-buttons .swiper-button-prev,
.section-cmsubpagesslider .swiper-navbar .swiper-buttons .swiper-button-next {
  position: static;
  top: auto;
  left: auto;
  height: auto;
  width: 23.125px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.section-cmsubpagesslider .swiper-navbar .swiper-buttons .swiper-button-prev:hover svg path, .section-cmsubpagesslider .swiper-navbar .swiper-buttons .swiper-button-prev:active svg path,
.section-cmsubpagesslider .swiper-navbar .swiper-buttons .swiper-button-next:hover svg path,
.section-cmsubpagesslider .swiper-navbar .swiper-buttons .swiper-button-next:active svg path {
  fill: #171717;
}
.section-cmsubpagesslider .swiper-navbar .swiper-buttons .swiper-button-prev:after, .section-cmsubpagesslider .swiper-navbar .swiper-buttons .swiper-button-prev:after,
.section-cmsubpagesslider .swiper-navbar .swiper-buttons .swiper-button-next:after,
.section-cmsubpagesslider .swiper-navbar .swiper-buttons .swiper-button-next:after {
  display: none;
}
.section-cmsubpagesslider .swiper-navbar .swiper-buttons .swiper-button-prev svg {
  transform: rotate(180deg);
}
.section-cmsubpagesslider .swiper-navbar .swiper-scrollbar {
  flex-shrink: 1;
  position: static;
  height: 31px;
  border-radius: 0;
  background: #d9d9d9;
  background-color: transparent;
  width: 100%;
}
.section-cmsubpagesslider .swiper-navbar .swiper-scrollbar:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  height: 3px;
  background-color: #d9d9d9;
  transform: translateY(-50%);
}
.section-cmsubpagesslider .swiper-navbar .swiper-scrollbar .swiper-scrollbar-drag {
  background: #f1f1f2 !important;
  border-radius: 0;
  height: 31px !important;
  z-index: 10;
}
.section-cmsubpagesslider .swiper-navbar .swiper-scrollbar .swiper-scrollbar-drag:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  height: 7px;
  background-color: #171717;
  transform: translateY(-50%);
}

.section-cmpanels.bg-maingreylight + .section-cmsubpagesslider, .section-cmpanels.section-cmsubpagesslider + .section-cmsubpagesslider {
  padding-top: 0;
}

@media (max-width: 640px) {
  .section-hero:has(+ .bg-maingreylight, + .section-cmsubpagesslider) {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 640px) {
  .bg-maingreylight:has(+ .bg-maingreylight, + .section-cmsubpagesslider), .section-cmsubpagesslider:has(+ .bg-maingreylight, + .section-cmsubpagesslider) {
    padding-bottom: 25px !important;
  }
}
.pseudolink {
  font-weight: 700;
}
.pseudolink svg {
  margin-left: 0.5em;
  transition: all 0.3s ease;
}

a.panellink {
  transition: all 0.25s;
}
a.panellink .panel {
  transition: background-color 0.25s;
}
a.panellink.faded {
  opacity: 0.9;
  background-color: #706e6f;
}
a.panellink.faded .panel {
  background-color: rgba(255, 255, 255, 0.9);
}
a.panellink:link, a.panellink:visited {
  text-decoration: none;
}
a.panellink:hover .pseudolink, a.panellink:active .pseudolink {
  color: #171717;
}
a.panellink:hover .pseudolink svg, a.panellink:active .pseudolink svg {
  transform: translateX(0.5em);
}
a.panellink:hover .pseudolink svg path, a.panellink:active .pseudolink svg path {
  fill: #171717;
}

.panel {
  background-color: #ffffff;
  padding: 18.75px 25px 25px 25px;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.panel > *:last-child {
  margin-bottom: 0;
}
@media (max-width: 960px) {
  .panel {
    padding: 10px 12.5px 12.5px 12.5px;
  }
}

.section-cmlead .cmlead {
  padding: 25px 0;
}

.panellink:has(.subpagepanel) {
  display: block;
}
.panellink:has(.subpagepanel) * {
  color: #ffffff !important;
}
.panellink:has(.subpagepanel) *:last-child {
  margin-bottom: 0 !important;
}
.panellink:has(.subpagepanel) img {
  transition: filter 0.15s;
}
.panellink:has(.subpagepanel) svg path {
  fill: #ffffff;
}
.panellink:has(.subpagepanel):hover img, .panellink:has(.subpagepanel):active img {
  filter: brightness(85%);
}
.panellink:has(.subpagepanel):hover svg path, .panellink:has(.subpagepanel):active svg path {
  fill: #ffffff !important;
}
.panellink:has(.subpagepanel).invert * {
  color: #171717 !important;
}
.panellink:has(.subpagepanel).invert svg path {
  fill: #171717;
}
.panellink:has(.subpagepanel).invert:hover img, .panellink:has(.subpagepanel).invert:active img {
  filter: brightness(115%);
}
.panellink:has(.subpagepanel).invert:hover svg path, .panellink:has(.subpagepanel).invert:active svg path {
  fill: #171717 !important;
}

.uk-grid.equal-heights > div {
  display: flex;
}

.uk-grid.equal-heights .panellink {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.section-article p a:link, .section-article p a:visited {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.25em;
  color: #171717;
}
.section-article p a:hover, .section-article p a:active {
  text-decoration: none;
  color: #93130a;
}
.section-article p a:hover *, .section-article p a:active * {
  color: #93130a;
}

#cards {
  overflow: hidden;
}

.card {
  border-radius: 8px;
}
.card a {
  padding: 32px 40px;
  height: auto;
  min-height: 380px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: background-color 0.15s;
}
.card a .cardTitle {
  border-top: 1px solid #171717;
  padding-top: 7px;
}
.card a .cardLink {
  align-self: flex-end;
  width: 41px;
  height: 41px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.card a .cardLink img,
.card a .cardLink svg {
  position: relative;
  z-index: 2;
}
.card a .cardLink .cardLinkBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 50%;
  transition: scale 0.15s ease;
}
.card a:hover, .card a:focus {
  background-color: #e3dacf;
}
.card a:hover .cardLinkBg, .card a:focus .cardLinkBg {
  scale: 1.1;
}

.logocard {
  opacity: 0;
}
.logocard .logocard-img {
  background-color: rgba(255, 255, 255, 0.7019607843);
  aspect-ratio: 25/14;
  padding: 10% 22%;
  overflow: hidden;
  border-top: 1px solid rgba(23, 23, 23, 0.7);
}
.logocard .logocard-img.logolong {
  padding: 10% 14%;
}
.logocard .logocard-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: contrast(1.5) saturate(0);
  opacity: 0.5;
  transition: filter 0.25s, opacity 0.25s;
}
.logocard .logocard-img:hover img {
  filter: contrast(1) saturate(1);
  opacity: 1;
}

#kennzahlen table th {
  text-transform: none;
  opacity: 1;
  color: #171717;
}
#kennzahlen table th:nth-child(2),
#kennzahlen table td:nth-child(2) {
  text-align: right;
}
#kennzahlen table th,
#kennzahlen table td {
  padding: 1em;
}
#kennzahlen table tr {
  border: none;
}
#kennzahlen table tbody tr:nth-of-type(odd) {
  background: #f5f5f5;
}

#locationsmap {
  position: relative;
}
#locationsmap img.fit {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0;
}
#locationsmap .marker {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  pointer-events: none;
}
#locationsmap .marker .marker-inner {
  opacity: 0;
}
#locationsmap .marker .marker-icon {
  height: 40px;
  width: 100%;
}
#locationsmap .marker .marker-icon:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-5px, 5px);
  display: block;
  margin: 0 auto;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #7a1008;
}
#locationsmap .marker .marker-label {
  font-size: clamp(0.65em, 1vw, 1em);
  white-space: nowrap;
  color: #7a1008;
}
#locationsmap .marker.markerleft .marker-icon, #locationsmap .marker.markertopleft .marker-icon {
  border-left: 0.5px solid #7a1008;
}
#locationsmap .marker.markertopleft .marker-icon, #locationsmap .marker.markertopright .marker-icon {
  border-bottom: 0.5px solid #7a1008;
}
#locationsmap .marker.markertopleft .marker-icon:after, #locationsmap .marker.markertopright .marker-icon:after {
  content: "";
  transform: translate(-5px, -5px);
  top: 0;
}
#locationsmap .marker.markerleft .marker-icon, #locationsmap .marker.markerright .marker-icon {
  border-top: 0.5px solid #7a1008;
}
#locationsmap .marker.markerleft .marker-icon:after, #locationsmap .marker.markerright .marker-icon:after {
  content: "";
  bottom: 0;
  left: 0;
  transform: translate(-5px, 5px);
}
#locationsmap .marker.markerright .marker-icon, #locationsmap .marker.markertopright .marker-icon {
  border-right: 0.5px solid #7a1008;
}
#locationsmap .marker.markerright .marker-icon:after, #locationsmap .marker.markertopright .marker-icon:after {
  left: auto;
  right: 0;
  transform: translate(5px, -5px);
}
#locationsmap .marker.markerright {
  transform: translate(-100%, -100%);
}
#locationsmap .marker.markerright .marker-icon:after {
  transform: translate(5px, 5px);
}
#locationsmap .marker.markerleft {
  transform: translateY(-100%);
}

.order1 {
  order: 1;
}

.order2 {
  order: 2;
}

.order3 {
  order: 3;
}

.order4 {
  order: 4;
}

@media (max-width: 640px) {
  .section-cmaccordion .uk-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

ul.uk-accordion {
  padding-left: 0 !important;
  margin-left: 0 !important;
}
ul.uk-accordion > li {
  border-bottom: 1px solid #171717;
  margin-top: 0 !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}
ul.uk-accordion.main-accordion > li:first-child {
  border-top: 1px solid #171717;
}
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 {
  color: #171717;
  padding: 1rem 0 1rem 0;
  overflow: inherit;
  position: relative;
}
ul.uk-accordion .uk-accordion-title:link {
  text-decoration: none;
}
ul.uk-accordion .uk-accordion-title img {
  transition: transform 0.15s ease;
  margin-right: 1rem;
}
@media (max-width: 640px) {
  ul.uk-accordion .uk-accordion-title img {
    width: 12.5px;
  }
}
ul.uk-accordion .uk-accordion-title:after, ul.uk-accordion .uk-accordion-title:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 1px;
  background: #171717;
}
ul.uk-accordion .uk-accordion-title:after {
  transform: rotate(90deg);
}
ul.uk-accordion .uk-accordion-title[aria-expanded=true]:after {
  transform: rotate(180deg);
  opacity: 0;
}
ul.uk-accordion .uk-accordion-content {
  margin-top: 0;
  margin-bottom: 0 !important;
  padding-top: 1rem;
  padding-bottom: 1.5rem !important;
  padding-right: 35px;
}

.section-cmtaglist {
  margin-bottom: 25px !important;
}

.taglist .tag {
  padding: 1rem 0 0.75rem 0;
  border-bottom: 1px solid rgba(23, 23, 23, 0.2);
}
.taglist .tagwrap:first-child .tag {
  border-top: 1px solid rgba(23, 23, 23, 0.2);
}
@media (max-width: 640px) {
  .taglist .tag {
    border-top: 0 !important;
  }
  .taglist > .uk-width-1-1:first-child .tagwrap:first-child .tag {
    border-top: 1px solid rgba(23, 23, 23, 0.2) !important;
  }
}

.section-cmlead:has(+ .section-cmtaglist) {
  margin-bottom: 25px !important;
}

.uk-disabled {
  pointer-events: none;
  color: #171717 !important;
}

footer {
  margin-top: 62.5px;
  margin-bottom: 37.5px;
  position: relative;
  z-index: 5;
}
footer .brand img {
  height: 100%;
  width: auto;
}
footer.inactive {
  display: none;
}
footer #footermenu {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  gap: 25px;
}
@media (max-width: 640px) {
  footer #footermenu {
    justify-content: flex-start;
  }
}
footer a:link, footer a:visited {
  text-decoration: none;
}
footer a:hover, footer a:active {
  color: #93130a;
}
@media (max-width: 640px) {
  footer {
    margin-top: 25px;
  }
}

.nicelist > div {
  border-bottom: 1px solid #171717;
  padding-bottom: 0.75em;
  margin-bottom: 0.75em;
}

main {
  position: relative;
  z-index: 2;
  padding: 65px 0 0 0;
  background-color: #ffffff;
}
main.inactive {
  display: none;
}
@media (max-width: 640px) {
  main {
    padding: 40px 0;
  }
}

#landing {
  min-height: 650px;
}

#videolayer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#videolayer video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none !important;
}
#videolayer video::-webkit-media-controls {
  display: none !important;
}
#videolayer video::-webkit-media-controls-enclosure {
  display: none !important;
}
#videolayer video::-webkit-media-controls-panel {
  display: none !important;
}
#videolayer video::-webkit-media-controls-play-button {
  display: none !important;
}
#videolayer video::-webkit-media-controls-start-playback-button {
  display: none !important;
}
#videolayer video::-moz-media-controls {
  display: none !important;
}
#videolayer video::-ms-media-controls {
  display: none !important;
}
#videolayer video::-o-media-controls {
  display: none !important;
}
#videolayer video::media-controls {
  display: none !important;
}

#whitebeach {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: clamp(300px, 40%, 800px);
  background-image: linear-gradient(180deg, #ffffff 40%, transparent 100%);
  z-index: 3;
}

@keyframes hideit {
  0% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.arrow {
  width: clamp(20px, 1.5em, 40px);
  height: auto;
}

.icon {
  width: auto;
  height: 1rem;
}
.icon.icon-size2 {
  height: 1.25rem;
}
.icon.icon-size3 {
  height: 2em;
}
.icon.icon-size4 {
  height: 1.75rem;
}
.icon.icon-size5 {
  height: 2rem;
}

.socialmedia i {
  font-size: 1.8em;
  line-height: 1;
}
.socialmedia a:hover img {
  opacity: 0.7;
}

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

.ns-slider-nav {
  list-style: none;
  padding-left: 0 !important;
}
.ns-slider-nav li {
  margin: 0 20px;
  border-bottom: 2px solid rgba(23, 23, 23, 0);
  transition: all 0.25s;
  cursor: pointer;
  white-space: nowrap;
}
.ns-slider-nav li:hover {
  color: rgba(23, 23, 23, 0.5);
  border-bottom: 2px solid #171717;
}
.ns-slider-nav li.uk-active {
  border-bottom: 2px solid #171717;
}
.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;
  }
}

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

.uppercase, .toptitle, .card a .cardTitle {
  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);
  }
}

.uk-button {
  background-color: #171717 !important;
  color: #ffffff;
}
.uk-button:not([disabled]):hover {
  color: #ffffff !important;
}
.uk-button.uk-button-primary {
  background-color: #ffffff !important;
  color: #171717;
  border: 2px solid #171717;
}
.uk-button.uk-button-primary:hover, .uk-button.uk-button-primary:focus, .uk-button.uk-button-primary:active {
  color: #171717 !important;
  border-color: #171717 !important;
}

.uk-button[type=submit] {
  background-color: transparent !important;
  color: #171717 !important;
  text-transform: none;
  font-size: 1em;
  border: 2px solid #171717;
}
.uk-button[type=submit][disabled] {
  opacity: 0.6;
}
.uk-button[type=submit]:not([disabled]):hover {
  color: #ffffff !important;
  background-color: #171717 !important;
}

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

.uk-checkbox {
  width: 22px;
  height: 22px;
  margin-top: 0;
  margin-right: 5px !important;
  border: 2px solid #171717;
}
.uk-checkbox:hover, .uk-checkbox:focus {
  background-color: #ffffff;
  border: 2px solid rgba(23, 23, 23, 0.5);
}

.uk-checkbox:checked,
.uk-checkbox:checked:focus,
.uk-checkbox:indeterminate,
.uk-radio:checked {
  border-color: #171717;
  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%23000%22%20stroke%3D%22%23000%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");
}

.uk-input,
.uk-textarea {
  border: 2px solid #171717;
  color: #171717;
}

.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
  outline: 0;
  color: #171717;
  border-color: #171717;
}

.uk-form-label {
  font-size: 0.85em !important;
}

.uk-radio + span,
.uk-checkbox + span {
  font-size: 0.85em !important;
}

.line-height-1 {
  line-height: 1.33em;
}

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

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

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

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

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

@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: #171717 !important;
  bottom: -250%;
  box-shadow: 0 -3px 10px rgba(255, 255, 255, 0.15) !important;
  left: 0;
  opacity: 0;
  padding: 1rem;
  position: fixed;
  right: 0;
  transition: bottom 0.3s ease-in, opacity 0.3s ease;
  z-index: 1;
  font-size: 18px !important;
  line-height: 1.3em !important;
}
.privacywire a:link, .privacywire a:visited {
  text-decoration: underline;
  color: #171717;
}
.privacywire a:hover, .privacywire a:active {
  text-decoration: none;
}

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

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

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

.privacywire-banner {
  background-color: #171717;
  color: #171717;
  box-shadow: none;
  padding: 20px 20px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 0px solid #171717;
  margin: 0px;
  box-shadow: none;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 600px) {
  .privacywire-banner {
    margin: 0;
    box-shadow: none;
    padding: 20px 40px;
    width: 100%;
    text-align: left;
  }
}

.privacywire-text {
  flex-shrink: 1;
}
.privacywire-text:has(ul) {
  flex-shrink: 0;
  padding-left: 12.5px;
}

.privacywire-buttons {
  flex-shrink: 0;
  padding-left: 12.5px;
}

.privacywire-buttons button {
  background-color: transparent;
  border: 1px solid #171717;
  border-radius: 0px;
  color: #171717;
  font-size: 1em;
  line-height: 1em;
  margin-top: 5px;
  padding: 12px 22px;
  transition: all 0.15s ease;
  margin-bottom: 5px;
}
@media (min-width: 640px) {
  .privacywire-buttons button {
    margin-top: 5px;
    margin-left: 5px;
  }
}
.privacywire-buttons button:hover {
  opacity: 0.5;
  text-decoration: none;
}
.privacywire-buttons button.allow-all {
  background-color: #171717;
  font-weight: 700;
  border: 1px solid #171717;
  color: #ffffff;
}
.privacywire-buttons button.allow-all:hover {
  color: #ffffff;
  opacity: 0.7;
}
@media (max-width: 640px) {
  .privacywire-buttons button {
    width: 100%;
  }
}

.privacywire-message {
  background-color: #ffffff;
  color: #171717;
  padding: 20px 20px;
  width: 100%;
  font-size: clamp(18px, 1vw, 28px);
  line-height: 1.4em;
  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-banner,
.privacywire-options,
.privacywire-message {
  border-top: 1px solid rgba(23, 23, 23, 0.2);
}

.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;
}
@media (max-width: 800px) {
  .privacywire-text ul {
    margin-bottom: 15px !important;
  }
}
.privacywire-text ul li {
  margin: 0;
  padding: 0;
}
.privacywire-text ul li input[type=checkbox] {
  margin-right: 12px;
  width: 25px;
  height: 25px;
  position: relative;
  transform: translateY(5px);
}
.privacywire-text ul li input[type=checkbox]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  background-color: #ffffff;
  border: 1px solid #171717;
  border-radius: 0px;
}
.privacywire-text ul li input[type=checkbox]:checked:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  background-color: #171717;
}
.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 */
}

button[class^=privacywire],
button.privacywire-show-options {
  background-color: #ffffff;
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 12px 24px;
  border-radius: 0px;
  margin-top: 15px;
  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: rgba(255, 255, 255, 0);
  border: 1px solid #ffffff;
  color: #ffffff;
}
button.privacywire-show-options:hover {
  background-color: white;
  color: #ffffff;
  opacity: 1;
}

.privacywire-ask-consent {
  color: #ffffff;
  padding: 30px;
}
.privacywire-ask-consent button {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  color: #171717;
}
.privacywire-ask-consent button:hover {
  background-color: transparent;
  color: #ffffff;
  opacity: 1;
}

.uk-padding-large {
  padding: 2.5rem;
}
@media (max-width: 479px) {
  .uk-padding-large {
    padding: 1.25rem;
  }
}

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

@media (min-width: 960px) {
  .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;
  }
}

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

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

.uk-margin-xsmall-left {
  margin-left: 4px;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

@media (min-width: 640px) {
  .order-1\@s {
    order: 1;
  }
}

@media (min-width: 640px) {
  .order-2\@s {
    order: 2;
  }
}

.videoposterwrap {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.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;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.video-container.portrait {
  padding-bottom: 177.78%; /* 9:16 aspect ratio */
}

.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-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: #171717;
}
.uk-lightbox .uk-lightbox-button {
  color: #171717;
  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 ul li {
  padding: clamp(50px, 2.5%, 100px);
}
.uk-lightbox ul li img,
.uk-lightbox ul li video,
.uk-lightbox ul li iframe {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.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: #171717;
}
.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%);
}

.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: #171717;
  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;
}

.divider {
  width: 100%;
  padding-bottom: 18.75px;
}
.divider > div {
  padding-bottom: 18.75px;
  border-bottom: 1px solid rgba(23, 23, 23, 0.2);
  margin-bottom: 18.75px;
}

.uk-grid > hr {
  margin-left: 25px !important;
}
@media (max-width: 640px) {
  .uk-grid > hr {
    margin-left: 12.5px !important;
  }
}

hr {
  width: 100%;
  margin-top: 0 !important;
  padding-bottom: 37.5px;
  height: 0;
  border: 0;
  border-bottom: 1px solid rgba(23, 23, 23, 0.2);
  margin-bottom: 37.5px !important;
}
@media (max-width: 640px) {
  hr {
    padding-bottom: 12.5px;
    margin-bottom: 12.5px !important;
  }
}

p + hr {
  margin-top: -20px !important;
}

ul,
ol {
  margin: 0 !important;
  padding: 0 !important;
  list-style: disc outside none;
}
ul ul,
ul ol,
ol ul,
ol ol {
  list-style: circle outside none;
}
ul li,
ol li {
  margin-left: 0.8em;
  padding-left: 0.5em;
}

ol {
  list-style: decimal inside none;
}
ol ol {
  list-style: decimal inside none;
}

.uk-container {
  max-width: 1320px;
}

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

#pagination ul {
  margin-bottom: 80px;
}
#pagination ul li.is-active {
  font-weight: bold !important;
}
#pagination ul li.is-active a:link,
#pagination ul li.is-active a:visited {
  color: #171717;
}
#pagination ul li a:link,
#pagination ul li a:visited {
  color: rgba(23, 23, 23, 0.4);
}
#pagination ul li a:hover,
#pagination ul li a:active {
  color: #171717;
  text-decoration: none;
}

#FormBuilder_contact .Inputfield,
#FormBuilder_mitmachen .Inputfield {
  margin-bottom: 0.75em;
}
#FormBuilder_contact input,
#FormBuilder_contact textarea,
#FormBuilder_mitmachen input,
#FormBuilder_mitmachen textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #171717;
  color: #171717;
  padding: 0;
  padding-bottom: 0.75em;
  height: auto;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-size: clamp(18px, 1.3vw, 32px);
  line-height: 1.22em;
  letter-spacing: 0.015em;
}
#FormBuilder_contact input::placeholder,
#FormBuilder_contact textarea::placeholder,
#FormBuilder_mitmachen input::placeholder,
#FormBuilder_mitmachen textarea::placeholder {
  color: #171717;
}
#FormBuilder_contact input:focus::placeholder,
#FormBuilder_contact textarea:focus::placeholder,
#FormBuilder_mitmachen input:focus::placeholder,
#FormBuilder_mitmachen textarea:focus::placeholder {
  color: rgba(23, 23, 23, 0.25);
}
#FormBuilder_contact textarea,
#FormBuilder_mitmachen textarea {
  border: 1px solid #171717;
  padding: 1em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  resize: none;
}
#FormBuilder_contact button,
#FormBuilder_mitmachen button {
  border: 1px solid #171717;
  color: #171717 !important;
}
#FormBuilder_contact button:hover, #FormBuilder_contact button:active,
#FormBuilder_mitmachen button:hover,
#FormBuilder_mitmachen button:active {
  background-color: #171717 !important;
  color: #ffffff !important;
}

html.is-animating .transition-fade {
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

.transition-fade {
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}

main > section:first-child[class*=bg-] {
  margin-top: -65px !important;
}
@media (max-width: 640px) {
  main > section:first-child[class*=bg-] {
    margin-top: -40px !important;
  }
}
