/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Albert Sans", sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-black: #000000;
    --color-white: #ffffff;
    --spacing: 0.25rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --radius-md: 0.375rem;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-bg: #ffffff;
    --color-bg-light: #f4f6f9;
    --color-bg-middle: #dde0e6;
    --color-bg-full: #d6dae2;
    --color-bg-cream: #f5f2ed;
    --color-bg-footer: #001e3c;
    --color-foreground: #1a1a1a;
    --color-border: #d0d8e4;
    --color-orange: #e8721e;
    --color-orange-dark: #d05e0a;
    --color-orange-darker: hsl(25.5, 90.8%, 30%);
    --color-navy-light: #e6eef7;
    --color-navy: #2255aa;
    --color-teal-lighter: hsl(178.6, 35.9%, 90%);
    --color-teal-light: #4a9d9b;
    --color-teal: #0e7c7b;
    --color-teal-dark: #0a5b5a;
    --color-teal-darker: hsl(179.3, 80.2%, 1%);
    --header-top-h: 34px;
    --header-nav-h: 66px;
    --global-margin-content: 8vw;
    --global--content-size: 1920px;
    --wp--style--global--content-size: min(var(--global--content-size),
            calc(100vw - (var(--global-margin-content) * 2)));
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .container {
    width: 100%;
    @media (width >= 1200px) {
      max-width: 1200px;
    }
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .table {
    display: table;
  }
  .size-full {
    width: 100%;
    height: 100%;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .bg-bg {
    background-color: var(--color-bg);
  }
  .bg-bg-cream {
    background-color: var(--color-bg-cream);
  }
  .bg-bg-footer {
    background-color: var(--color-bg-footer);
  }
  .bg-bg-full {
    background-color: var(--color-bg-full);
  }
  .bg-bg-light {
    background-color: var(--color-bg-light);
  }
  .bg-bg-middle {
    background-color: var(--color-bg-middle);
  }
  .bg-navy {
    background-color: var(--color-navy);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .backdrop-filter {
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
}
@layer base {
  html {
    min-height: 100vh;
    scroll-behavior: smooth;
    background-color: var(--color-white);
  }
  body {
    background-color: var(--color-white);
    font-family: var(--font-sans);
    color: var(--color-foreground);
  }
  body.openNavigation {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
  }
  main {
    background-color: var(--color-white);
    font-family: var(--font-sans);
    color: var(--color-foreground);
    padding-top: calc(var(--header-top-h) + var(--header-nav-h));
  }
  main:not(:has(> div:first-child)) {
    margin: var(--global-margin-content);
    max-width: var(--wp--style--global--content-size);
  }
  main>*:last-child {
    padding-bottom: 6.25rem;
  }
  h1 {
    font-family: var(--font-sans);
    -webkit-hyphens: auto;
    hyphens: auto;
    color: var(--color-foreground);
    font-size: clamp(34px, 4vw, 56px);
    font-weight: 300;
    line-height: 1.1;
    letter-spacing: -0.02em;
    margin-bottom: 20px;
  }
  h1 em, h2 strong {
    font-style: normal;
    color: var(--color-teal);
  }
  h2 {
    font-family: var(--font-sans);
    -webkit-hyphens: auto;
    hyphens: auto;
    color: var(--color-foreground);
    font-size: clamp(24px, 3vw, 40px);
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: -0.01em;
    margin-bottom: 12px;
  }
  h2 em, h2 strong {
    font-style: normal;
    color: var(--color-teal);
  }
  h3 {
    font-family: var(--font-sans);
    -webkit-hyphens: auto;
    hyphens: auto;
    color: var(--color-teal-dark);
    font-size: clamp(20px, 3vw, 30px);
    font-weight: 300;
    line-height: 1.2;
  }
  h3:not(.wp-block-heading) {
    font-size: clamp(10px, 3vw, 20px);
    font-weight: 700;
    letter-spacing: 0.14em;
    margin-bottom: 10px;
    border-bottom: 1px solid var(--color-border);
    padding-bottom: 8px;
  }
  h4 {
    font-family: var(--font-sans);
    -webkit-hyphens: auto;
    hyphens: auto;
    color: var(--color-teal-dark);
    font-size: clamp(15px, 3vw, 25px);
    font-weight: 300;
    line-height: 1.2;
  }
  h4:not(.wp-block-heading) {
    font-size: clamp(10px, 3vw, 20px);
    font-weight: 700;
    letter-spacing: 0.14em;
    margin-bottom: 10px;
    border-bottom: 1px solid var(--color-border);
    padding-bottom: 8px;
  }
  p {
    max-width: 85cap;
    margin-bottom: 1rem;
  }
  p:last-child {
    margin-bottom: 0;
  }
  .has-teal-light-color {
    --wp--preset--color--text: var(--color-teal-light);
  }
  .has-teal-lighter-color {
    --wp--preset--color--text: var(--color-teal-lighter);
  }
  .has-teal-color {
    --wp--preset--color--text: var(--color-teal);
  }
  .has-teal-dark-color {
    --wp--preset--color--text: var(--color-teal-dark);
  }
  .has-teal-darker-color {
    --wp--preset--color--text: var(--color-teal-darker);
  }
  .min-w-full {
    min-width: 100%;
  }
  span.link:where(:not(.wp-element-button)) {
    text-decoration: underline;
  }
  .kt-inside-inner-col a[href^="http"]:not([href*="dmgp.de"]):not(.no-icon):not(.btn)::before, .kt-inside-inner-col span.link[href^="http"]:not([href*="dmgp.de"]):not(.no-icon):not(.btn)::before {
    content: "";
    display: inline-block;
    width: 0.8em;
    height: 0.8em;
    margin-right: 0.25em;
    vertical-align: middle;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpath d='M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6'/%3E%3Cpolyline points='15 3 21 3 21 9'/%3E%3Cline x1='10' y1='14' x2='21' y2='3'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
  }
  .kt-inside-inner-col a[href$=".pdf"]:not(.no-icon):not(.btn)::after, .kt-inside-inner-col span.link[href$=".pdf"]:not(.no-icon):not(.btn)::after {
    content: "";
    display: inline-block;
    width: 0.9em;
    height: 0.9em;
    margin-left: 0.25em;
    vertical-align: middle;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z'/%3E%3Cpolyline points='14 2 14 8 20 8'/%3E%3Cline x1='9' y1='13' x2='15' y2='13'/%3E%3Cline x1='9' y1='17' x2='15' y2='17'/%3E%3Cline x1='9' y1='9' x2='12' y2='9'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@font-face {
  font-display: swap;
  font-family: 'Albert Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../assets/fonts/albert-sans-v4-latin-300.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Albert Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../assets/fonts/albert-sans-v4-latin-regular.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Albert Sans';
  font-style: normal;
  font-weight: 500;
  src: url('../assets/fonts/albert-sans-v4-latin-500.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Albert Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../assets/fonts/albert-sans-v4-latin-600.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Albert Sans';
  font-style: normal;
  font-weight: 800;
  src: url('../assets/fonts/albert-sans-v4-latin-800.woff2') format('woff2');
}
.siteHeader {
  display: flex;
  width: 100vw;
  flex-direction: column;
  gap: calc(var(--spacing) * 0);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 400;
  background: var(--color-white);
}
.topHeader {
  background-color: var(--color-teal);
  width: 100vw;
}
.topbar {
  height: var(--header-top-h);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 5vw;
  gap: 1rem;
}
.topbar a {
  font-size: .75rem;
  font-weight: 500;
  color: rgba(255, 255, 255, .95);
  text-decoration: none;
  letter-spacing: .03em;
  transition: color .15s;
}
.topbar a:hover {
  color: #fff;
}
.topbar .sep {
  color: rgba(255, 255, 255, .6);
}
.topbar .sep:last-child {
  display: none;
}
.mainHeader {
  margin-inline: auto;
  display: flex;
  background-color: var(--color-white);
  --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  align-items: center;
  justify-content: flex-start;
  padding: 0 5vw;
  gap: 3rem;
  height: var(--header-nav-h);
  position: fixed;
  width: 100vw;
  top: 2.125rem;
  left: 0;
  right: 0;
  z-index: 350;
}
#NavigationMenu {
  position: relative;
  z-index: 300;
  height: var(--header-nav-h);
  background: var(--color-white);
  display: flex;
  align-items: center;
}
.nav-logo {
  display: flex;
  align-items: center;
  gap: 0;
  text-decoration: none;
  flex-shrink: 0;
  border-bottom: 2px solid var(--color-white);
}
.nav-logo img {
  max-height: 2.25rem;
  width: auto;
}
.nav-primary {
  display: flex;
  align-items: stretch;
  list-style: none;
  height: var(--header-nav-h);
  flex: 1;
}
.nav-primary .menu-item {
  position: relative;
  display: flex;
  align-items: center;
}
.nav-primary .menu-item>a {
  display: flex;
  align-items: center;
  gap: .5rem;
  height: 100%;
  padding: 0 .8125rem;
  font-weight: 600;
  color: var(--color-black);
  text-decoration: none;
  letter-spacing: .01em;
  transition: color .15s, background .15s;
  white-space: nowrap;
  border-bottom: 3px solid transparent;
}
.nav-primary>.menu-item.current-menu-item>a, .nav-primary>.menu-item.current-menu-ancestor>a, .nav-primary>.menu-item>a:hover, .nav-primary>.menu-item.open>a {
  color: var(--color-teal);
  border-bottom-color: var(--color-teal);
}
.nav-primary>.menu-item>a .ca {
  width: 0.75rem;
  height: 0.75rem;
  position: relative;
  display: inline-block;
  color: inherit;
}
.nav-primary>.menu-item>a .ca::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) rotate(0deg);
  width: 0;
  height: 0;
  border-left: 0.25rem solid transparent;
  border-right: 0.25rem solid transparent;
  border-top: 0.35rem solid currentColor;
  top: 25%;
  transform-origin: 50% 50%;
  transition: transform 0.15s ease, top 0.15s ease;
}
.nav-primary>.menu-item.open>a .ca::after, .nav-primary>.menu-item:hover>a .ca::after {
  transform: translateX(-50%) rotate(180deg);
}
@media (max-width: 744px) {
  .nav-primary .menu-item>a {
    gap: 1rem;
  }
  .nav-primary>.menu-item>a .ca::after {
    border-left: 0.35rem solid transparent;
    border-right: 0.35rem solid transparent;
    border-top: 0.45rem solid currentColor;
  }
}
.menu-end {
  margin-left: auto;
  display: none;
  align-items: center;
  gap: 10px;
}
.mega {
  --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  position: fixed;
  top: calc(2.125rem + var(--header-nav-h));
  left: 0;
  right: 0;
  width: 100vw;
  background: var(--color-white);
  border-top: 2px solid var(--color-teal);
  padding: 36px 5vw 40px;
  display: none;
  z-index: 320;
  animation: megaIn .18s ease;
}
@keyframes megaIn {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.nav-primary>.menu-item:hover .mega, .nav-primary>.menu-item.open .mega {
  display: flex;
}
.mega-inner {
  display: flex;
  gap: 0;
  width: 100%;
  max-width: 1200px;
}
.mega-col {
  flex: 1;
  padding: 0 24px;
  border-right: 1px solid var(--color-border);
}
.mega-col:first-child {
  padding-left: 0;
}
.mega-col:last-child {
  border-right: none;
  padding-right: 0;
}
.mega-col-h {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: var(--subtle);
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--color-border);
}
.mega-col ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.mega-inner .mega-col>a, .mega-col ul li a {
  display: flex;
  width: 100%;
  font-weight: 600;
  align-items: center;
  gap: .5rem;
  font-size: 0.8rem;
  color: var(--color-foreground);
  text-decoration: none;
  padding: 8px !important;
  border-radius: 2px;
  border: none !important;
  transition: background .12s, color .12s;
}
.mega-inner .mega-col>a:hover, .mega-col ul li.current-menu-item a, .mega-col ul li.current_page_item a, .mega-col ul li a:hover {
  background: var(--color-teal-lighter);
  color: var(--color-teal-dark);
}
.burger-btn {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  background: var(--color-white);
  border: 0.5px solid var(--color-border);
  border-radius: 6px;
  cursor: pointer;
  margin-left: auto;
  z-index: 600;
  position: relative;
  transition: background .15s;
}
.burger-btn:hover {
  background: var(--color-teal-lighter);
}
.burger-btn span {
  display: block;
  width: 18px;
  height: 1.5px;
  background: var(--color-black);
  border-radius: 2px;
  transform-origin: center;
  transition: transform .28s cubic-bezier(.4, 0, .2, 1), opacity .2s, width .25s;
}
.burger-btn.open span:nth-child(1) {
  transform: translateY(6.5px) rotate(45deg);
}
.burger-btn.open span:nth-child(2) {
  opacity: 0;
  width: 0;
}
.burger-btn.open span:nth-child(3) {
  transform: translateY(-6.5px) rotate(-45deg);
}
.nav-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .38);
  z-index: 390;
  opacity: 0;
  transition: opacity .28s ease;
}
.nav-overlay.show {
  display: block;
  opacity: 1;
}
@media (max-width: 1024px) {
  .burger-btn {
    display: flex;
  }
  #NavigationMenu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: var(--color-white);
    flex-direction: row;
    transform: translateX(-100%);
    transition: transform .3s cubic-bezier(.4, 0, .2, 1);
    z-index: 500;
    overflow-y: auto;
    padding: 0;
  }
  #NavigationMenu.open {
    transform: translateX(0);
    width: 100vw;
    height: 100vh;
    background-color: white;
  }
  .nav-primary {
    flex-direction: column;
    height: auto;
    padding: .5rem 0;
  }
  .nav-primary .menu-item {
    flex-direction: column;
    align-items: stretch;
  }
  .nav-primary .menu-item>a {
    height: auto;
    padding: .75rem 1.25rem;
    border-bottom: 0.5px solid var(--color-border);
    border-left: none;
  }
  .nav-primary>.menu-item>a .ca {
    font-size: 2rem;
  }
  .nav-primary>.menu-item>a:hover, .nav-primary>.menu-item.open>a {
    background: var(--color-teal-lighter);
    border-bottom-color: var(--color-border);
  }
  .mega {
    position: static;
    width: 100%;
    border-top: none;
    padding: 0;
    box-shadow: none;
    background: var(--color-teal-lighter, #f0faf6);
    display: none !important;
    animation: none;
  }
  .mega.open {
    display: block !important;
    padding: 0 1.25rem .75rem;
  }
  .mega-inner {
    flex-direction: column;
    max-width: none;
  }
  .mega-col {
    border-right: none;
    border-bottom: 0.5px solid var(--color-border);
    padding: 0 0 .25rem 1.5rem;
  }
  .mega-col:last-child {
    border-bottom: none;
  }
}
.wp-element-button, .btn {
  display: flex;
  border-radius: var(--radius-md);
  border-style: var(--tw-border-style);
  border-width: 0px;
  background-color: var(--color-teal-dark);
  padding-inline: calc(var(--spacing) * 7);
  padding-block: calc(var(--spacing) * 3);
  text-align: center;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  white-space: nowrap;
  color: var(--color-white);
  text-decoration-line: none;
  align-self: center;
  transform: translateY(0);
  transition: transform .15s, box-shadow .15s, border-color .15s, color .15s;
}
.wp-element-button:hover, .btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, .15);
}
.wp-element-button span, .btn span {
  text-align: center;
  color: inherit;
}
.wp-block-button.is-style-outline .wp-element-button, .btn-outline {
  background: white;
  border: 1px solid var(--color-border);
  color: var(--color-foreground);
}
.btn-outline:hover {
  background: whitesmoke;
  border-color: var(--color-teal-darker);
  color: var(--color-teal-darker);
}
.siteFooter {
  --footer-gap: calc(var(--spacing) * 8);
}
.footer-widget a {
  text-decoration: none;
}
.footer-widget a:hover {
  color: var(--color-black);
  text-decoration: underline;
}
.cta-band {
  width: 100vw;
  background-color: var(--color-bg-light);
  padding-block: calc(var(--spacing) * 14);
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
}
.cta-band .container {
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  @media (width >= 64rem) {
    flex-direction: row;
  }
  @media (width >= 64rem) {
    align-items: center;
  }
  max-width: var(--wp--style--global--content-size);
  gap: var(--footer-gap);
}
.cta-band .mitgliederText h2 {
  color: var(--color-teal);
  margin-bottom: 0.5rem;
}
.cta-band p {
  font-size: 1rem;
  color: var(--muted);
  font-weight: 300;
  max-width: 56rch;
}
.cta-btns {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.footerRow-2 {
  width: 100vw;
  background-color: var(--color-bg-middle);
  padding-block: calc(var(--spacing) * 8);
  color: var(--color-foreground);
  font-size: .8125rem;
  line-height: 1.75em;
}
.footerRow-2 .container {
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  @media (width >= 64rem) {
    flex-direction: row;
  }
  max-width: var(--wp--style--global--content-size);
  gap: calc(var(--footer-gap) * 2);
}
.footerRow-2 .container .text {
  flex-grow: 0;
}
.footerRow-2 .container .footerMenu {
  flex-grow: 1;
}
.footerMenu ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-items: start;
  justify-content: space-between;
  gap: 8px;
}
@media (max-width: 744px) {
  .footerMenu ul {
    flex-wrap: wrap;
  }
}
.footerMenu ul li.menu-item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.footerMenu ul li.menu-item ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
footer .h2, .footerMenu ul li.menu-item .h2 {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: var(--color-foreground);
}
.footerMenu ul li.menu-item>a {
  font-size: 13px;
  color: var(--color-foreground);
  text-decoration: none;
  transition: color .15s;
}
.footerMenu ul li.menu-item>a:hover {
  color: var(--color-black);
  text-decoration: underline;
}
.footerRow-3 {
  width: 100vw;
  background-color: var(--color-bg-full);
  padding-block: calc(var(--spacing) * 5);
  color: var(--color-foreground);
  font-size: .75rem;
  line-height: 1.75em;
  border-top: 1px solid rgba(255, 255, 255, .07);
}
.footerRow-3 .container {
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  @media (width >= 64rem) {
    flex-direction: row;
  }
  max-width: var(--wp--style--global--content-size);
  gap: var(--footer-gap);
}
.bottomMenu {
  display: flex;
  gap: calc(var(--spacing) * 5);
}
.bottomMenu a {
  text-decoration: none;
}
.bottomMenu a:hover {
  color: var(--color-black);
  text-decoration: underline;
}
.wp-block-kadence-rowlayout .kt-row-column-wrap.kb-theme-content-width {
  margin-right: var(--global-margin-content);
  margin-left: var(--global-margin-content);
}
@media (max-width: 1024px) {
  .kt-row-column-wrap.kt-has-3-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 647px) {
  .kt-row-column-wrap.kt-has-3-columns {
    display: flex;
    flex-direction: column;
  }
}
.wp-container-core-group-is-layout-41b81202 + .wp-container-core-group-is-layout-41b81202 {
  margin-top: 2rem;
}
:where(.kt-inside-inner-col .wp-block-group-is-layout-grid.is-layout-grid) {
  gap: 1rem !important;
}
.news-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 24px;
  margin-top: 60px;
}
.news-card {
  background: white;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--color-border);
  transition: transform 0.2s, box-shadow 0.2s;
  text-decoration: none;
  color: inherit;
  display: block;
}
.news-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.08);
}
.news-card.featured .news-img {
  height: 260px;
}
.news-img {
  height: 160px;
  background: linear-gradient(135deg, rgb(from var(--color-teal-light) r g b / 0.4) 0%, rgb(from var(--color-teal) r g b / 0.6) 100%);
  position: relative;
  overflow: hidden;
}
.news-img img {
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
  object-position: center;
  mix-blend-mode: multiply;
}
.news-img-label {
  position: absolute;
  top: 16px;
  left: 16px;
  background: var(--color-teal-dark);
  color: white;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 5px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.news-body {
  padding: 24px;
}
.news-date {
  font-size: 12px;
  color: var(--muted);
  margin-bottom: 8px;
}
.news-title {
  font-size: 18px;
  font-weight: 400;
  color: var(--color-teal-dark);
  line-height: 1.4;
  margin-bottom: 10px;
}
.news-card.featured .news-title {
  font-size: 24px;
}
.news-excerpt {
  font-size: 14px;
  line-height: 1.6;
  color: var(--muted);
}
.mission-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: var(--color-border);
  border: 1px solid var(--color-border);
  border-radius: 12px;
  overflow: hidden;
  margin-top: 48px;
}
.mc {
  background: var(--color-white);
  padding: 36px 30px;
  transition: background .2s;
  cursor: default;
}
.mc:hover {
  background: var(--color-teal-lighter);
}
.mc-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 20px;
  transition: background .2s;
}
.mc-title {
  font-size: 17px;
  font-weight: 600;
  color: var(--color-teal-dark);
  margin-bottom: 8px;
}
.mc-text {
  font-size: clamp(13.5px, 3vw, 15px);
  color: var(--muted);
  line-height: 1.65;
  font-weight: 300;
}
.ak-layout {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 28px;
  margin-top: 48px;
}
.ak-grp-h {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: var(--color-teal-dark);
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--color-border);
}
.ak-grp ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.ak-grp ul li a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: var(--color-foreground);
  text-decoration: none;
  padding: 7px 10px;
  border-radius: 5px;
  transition: background .12s, color .12s;
}
.ak-grp ul li a:hover {
  background: var(--color-teal-lighter);
  color: var(--color-teal);
}
.kt-testimonial-grid-item .kt-testimonial-item-wrap {
  height: 100%;
}
ul.wp-block-list {
  list-style-type: disc;
  padding-left: calc(var(--spacing) * 6);
}
ul.wp-block-list ul.wp-block-list {
  list-style-type: circle;
}
ol.wp-block-list {
  padding-left: calc(var(--spacing) * 6);
  list-style-type: decimal;
}
ol.wp-block-list ol.wp-block-list {
  list-style-type: decimal;
}
.wp-block-list li {
  margin-bottom: calc(var(--spacing) * 2);
}
.wp-block-details {
  width: 100%;
  border-collapse: collapse;
}
.wp-block-details summary {
  font-family: var(--font-sans);
  color: var(--color-teal-dark);
  font-size: clamp(1rem, 3vw, 20px);
  font-weight: 300;
  line-height: 1.2;
}
.wp-block-details[open] > summary {
  padding-bottom: 0.5rem;
}
.wp-block-details[open]>*:not(summary) {
  margin-left: 1rem;
  margin-right: 1rem;
}
.wp-block-paragraph {
  font-size: 1rem;
  color: #181818;
  line-height: 1.625;
}
p.wp-block-kadence-advancedheading {
  -webkit-hyphens: auto;
  hyphens: auto;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-ease: initial;
    }
  }
}
