@font-face {
  font-family: Sans;
  src: url(../fonts/f7c9bb28d4de3fbe-s.p.woff) format("woff");
  font-display: swap;
  font-weight: 400;
  font-style: normal
}
@font-face {
  font-family: Sans;
  src: url(../fonts/53215dcd800cbeb6-s.p.woff2) format("woff2");
  font-display: swap;
  font-weight: 400;
  font-style: italic
}
@font-face {
  font-family: "Serif";
  src: url(../fonts/b40dc325ca9c2dca-s.p.woff2) format("woff2");
  font-display: swap;
  font-weight: 400;
  font-style: normal
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

:root {
--padding: 30px;	
--color-grey: hsl(210 40% 96.1%);
--color-alert: #e11111;
--color-black: #000;
--color-green: #b3ffb3;
--color-bg: #f9f9f9;
--color-grey:#e5e5e5;
--color-grey-2:#6f6f6f;
--color-info: #0fa867;
--color-highlight: #ff3c1e;
--color-highlight-hover: #f2634d;
--color-input-bg: #f2f2f2;
--wdc-color-1: #b5f6cb;
--wdc-color-2: #f9c9df;
--wdc-color-3: #4659fe;
--wdc-color-3-hover: #3d4edb;
--wdc-color-4: #ceb302;
--font-wdc-sans: "Sans";
}

:root {
  /* =======================
     Basis
     ======================= */
  --bs-body-bg: #ffffff;
  --bs-body-color: #000000;

  --bs-heading-color: #000000;

  /* =======================
     Brand / Primary
     ======================= */
  --bs-primary: #ff3b1f;          /* WDC Rot-Orange */
  --bs-primary-rgb: 255, 59, 31;

  --bs-secondary: #000000;        /* Schwarz als starke Sekundärfarbe */
  --bs-secondary-rgb: 0, 0, 0;

  /* =======================
     Akzentfarben
     ======================= */
  --bs-info: #9fd3f6;              /* Hellblau (Grafik-Pattern) */
  --bs-info-rgb: 159, 211, 246;

  --bs-warning: #e6ea00;           /* Gelb-Grün Akzent */
  --bs-warning-rgb: 230, 234, 0;

  --bs-success: #2ecc71;           /* Neutraler Bootstrap-Standard */
  --bs-danger: #e63946;

  /* =======================
     Graustufen (UI)
     ======================= */
  --bs-light: #f7f7f7;
  --bs-dark: #111111;

  --bs-gray-100: #f8f8f8;
  --bs-gray-200: #eaeaea;
  --bs-gray-300: #d1d1d1;
  --bs-gray-400: #b0b0b0;
  --bs-gray-500: #8a8a8a;
  --bs-gray-600: #5f5f5f;
  --bs-gray-700: #3a3a3a;
  --bs-gray-800: #1f1f1f;
  --bs-gray-900: #0d0d0d;

  /* =======================
     Links
     ======================= */
  --bs-link-color: #000000;
  --bs-link-hover-color: #ff3b1f;

  /* =======================
     Buttons
     ======================= */
  --bs-btn-color: #ffffff;

  --bs-btn-primary-bg: var(--bs-primary);
  --bs-btn-primary-border-color: var(--bs-primary);

  --bs-btn-secondary-bg: #000000;
  --bs-btn-secondary-border-color: #000000;

  /* =======================
     Fokus & States
     ======================= */
  --bs-focus-ring-color: rgba(255, 59, 31, 0.35);
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem var(--bs-focus-ring-color);

  /* =======================
     Cards / Borders
     ======================= */
  --bs-border-color: #dcdcdc;
  --bs-border-radius: 0.25rem;
}

body {
  background: #fff;
  font-family: var(--font-wdc-sans);
  width: 100%;
  height: 100%;
  line-height: 1.5em;
  color: var(--color-black);
  font-size: 100%;
  min-width: 300px;
}

p {
  margin-bottom: 16px;
  line-height: 1.3em;
  font-size:1rem;
  color: var(--color-black);
  font-family: var(--font-wdc-sans);
}
p span {
  color: inherit;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
.underline {
  text-decoration: underline !important;
}
a {
  text-decoration: none;
  color: inherit;
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.45em;
  line-height: 1.2em;
  color: var(--color-black);
}

a:focus-visible,
label:focus-visible,
button:focus-visible {
  box-shadow: 0 0 0 2px #ff3c1e, 0 0 0 4px #fff;
  border: none;
  outline: none;
}

.alert ul {
  margin: 0;
  padding: 0;
}

.w-max-1 {
  max-width: 500px;
}

.w-max-2 {
  max-width: 800px;
}

.headline-1 {
  font-family: var(--font-wdc-sans);
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.1em;	
}
.headline-2 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.1em;
}
.headline-3 {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.1em;
}
.headline-1 strong {
  font-weight: 500;
}
.headline-2 strong {
  font-weight: 500;
}
strong, b {
  color: inherit;
  font-weight: 500;
}
em, i {
  font-style: italic;
  color: inherit;
}
img {
  display: inline-block;
  color: transparent;
  max-width: 100%;
  height: auto;
}
hr {
  border: none !important;
  border-bottom: 1px solid #000 !important;
  margin: 25px 0;
}

*::selection {
  background: #000;
  color: #fff;
}

*::-moz-selection {
  background: #000;
  color: #fff;
}

div {
  position: relative;
  box-sizing: border-box;
}

.wysiwyg p:last-of-type {
  margin-bottom: 0;
}

.wysiwyg ul {
  margin-bottom: 50px;
}

.wysiwyg ul li {
  display: block;
  line-height: 1.3em;
  font-size:1rem;
  margin-bottom: 5px;
  font-family: "Roboto";
}

.wysiwyg ul li::before {
  position: absolute;
  content: "•";
  left: 0;
  width: 5px;
  font-family: "Roboto";
}

div,
main,
header,
footer {position:relative; box-sizing:border-box;}

#wrapper {
  overflow: hidden;
}

header {
position: fixed;
top:0;
left:0;
width: 100%;
z-index: 3;
background: #fff;
display: flex;
align-items: center;
padding: 10px 20px;
}

header ul {margin: 0;}

#logo {
  margin-right: 20px;
}

header a:hover {
  opacity: 0.8;
}

#navigation ul li {
font-size: 1.125rem;
line-height: 1.625rem;
display: inline-block;
}

#navigation ul li a,
#subnavi ul li a {
color:var(--color-black);
display: inline-block;
}

#navigation ul li a {
  padding: 8px 16px;
  transition-property: color,background-color,border-color;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: .15s;
}

#navigation ul li a:hover {
  background: #000;
  color: #fff;
}

#subnavi {
  margin-left: auto;
}
#subnavi ul {
  display: flex;
}
#subnavi ul li {
  margin-right: 20px;
}
#subnavi ul li a {
  display: flex;
  justify-content: center;
}

#subnavi ul li a .material-icons {margin-right: 5px;}

.btn {
  font-family: var(--font-wdc-sans);
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border: 1px solid var(--color-black);
  font-size: 1rem;
  line-height: 1.5rem;
  color: var(--color-black);
  display: inline-block;
  font-weight: 500;
  transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,padding;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: .15s;
  cursor: pointer;
  border-radius: 0;
}

.btn::before {
   font-family: "Material Icons Outlined";
  content: "arrow_forward";
  display: inline-block;
  margin-right: 10px;
  color: inherit;
  font-size: inherit;
}

.btn.btn-file-icon::before {
font-family: "Material Icons Outlined";
content: "insert_drive_file";
}

.btn-primary {
--bs-btn-disabled-bg: var(--color-grey);
--bs-btn-disabled-border-color: var(--color-grey);
--bs-btn-disabled-color: var(--color-grey-2);
background-color:var(--color-black);
color: #fff;
}

.btn-highlight {
background: var(--color-highlight);
border-color: var(--color-highlight);
}

.btn-secondary {
background-color:#fff;
color: #000;
}

.btn:hover {
  background-color:var(--color-black);
  color: #fff;
  padding-left: 2.5rem;
}

.btn-primary:hover {
background-color: var(--color-grey);
border-color: var(--color-grey);
color: var(--color-black);
}

.btn-highlight:hover {
background: var(--color-highlight-hover);
border-color: var(--color-highlight-hover);
color: #fff;
}

.btn-line {
  border:none;
  padding: 0 0 0 20px;
  text-align: left;
  text-decoration: underline;
  position: relative;
  line-height: 1.3rem;
}


.btn-line::before {
margin: 0;
position: absolute;
left: 0;
top:0;
}

.btn-line:hover {
background-color: transparent;
border-color: transparent;
color: var(--color-black);
padding-left:25px;
}

.btn.has-icon::before {
  display: none !important;
}

.btn.has-icon {
  padding-left: 30px;
}
.btn.has-icon .material-icons {
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
}

.formbe-btn {
  display: inline-flex;
  align-items: center;
  background-color:var(--color-black);
  color: #fff;
  padding: 0.5rem;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,padding;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: .15s;
}

.formbe-btn:hover {
  background-color: var(--color-grey);
  color: var(--color-black);
}

.form-response {
  margin: 2em 0;
--bs-alert-color: var(--bs-success-text-emphasis);
--bs-alert-bg: var(--bs-success-bg-subtle);
--bs-alert-border-color: var(--bs-success-border-subtle);
--bs-alert-link-color: var(--bs-success-text-emphasis);
--bs-alert-padding-x: 1rem;
--bs-alert-padding-y: 1rem;
padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
color: var(--bs-alert-color);
background-color: var(--bs-alert-bg);
border: var(--bs-alert-border);
border-radius: var(--bs-alert-border-radius);
}
.form-response * {
  color: inherit;
}

.form-response p:last-of-type {
  margin: 0;
}

.form-control {
  border-radius: 0;
  margin-bottom: 10px;
}

input[type="text"],
input[type="email"],
input[type="date"],
input[type="password"],
.form-control,
textarea,
select {
  font-family: var(--font-wdc-sans);
  font-size: 1rem;
  line-height: 1.5rem;
  border:1px solid var(--color-black);
  background: #fff;
  color: var(--color-black);
  padding: 0.5rem 1rem;
  outline: none;
  width: 100%;
}

select.form-control,
input[type="radio"] {
  -webkit-appearance: auto;
  -moz-appearance:auto;
  appearance: auto;
}

.radio input {
  margin-right: 7px;
}

.radio label i {
  display: inline-block
}

.form-fieldset {
  padding: 20px;
  background: var(--color-grey);
  border: 1px solid var(--color-black);
}

input[type="checkbox"] {
  -webkit-appearance: checkbox;
   -moz-appearance:checkbox;
  appearance: checkbox;
  margin-right: 10px;
}

.input-group {
  align-items: center;
}

.parsley-errors-list {
  padding: 0;
  margin: 0;
}

.parsley-errors-list li {
  color:var(--color-highlight);
}

input.parsley-error,
textarea.parsley-error {
  border-color: var(--color-highlight);
}

.parsley-errors-list.filled {
  margin-bottom: 0.5rem;
}

.form-sum-row {
  background: var(--color-grey);
  padding-top:10px;
  padding-bottom:10px;
}

.form-sum-row input {
  background: var(--color-grey);
}

.input-group .parsley-errors-list {
flex-basis: 100%;
}

#yform-vn_mittelabrufe-betrag .control-label {
  display: flex;
  align-items: flex-end;
}

#yform-vn_mittelabrufe-betrag .control-label i {
  margin-left: 6px;
  font-style: normal;
}

.filepond--list [data-filepond-item-state="processing-complete"] {
  border:none !important;
}

#yform-vn_mittelabrufe-betrag .input-group-addon {
  order: 2;
  margin-left: 10px;
  margin-bottom: 10px;
}

.filepond--root :not(text) {
  font-size: 14px !important;
}

.filepond--file,
.filepond--item,
.filepond--item-panel,
.filepond--panel-root {
  border-radius: 0 !important;
}

.filepond--drop-label label {
  color: #fff !important;
}

.filepond--root .filepond--drop-label {
  background: #000 !important;
}

#yform-vn_budget-kfp_upload .filepond--item {
  width: 100%;
}

.filepond--drip {
  background: #000 !important;
  opacity: 1 !important;
}

label {
  font-size: 1rem;
  line-height: 1.2rem;
  margin-bottom: 6px;
  display: block;
}
label i {
  font-size: 0.875em;
  display: block;
  color: var(--color-grey-2);
}

.checkbox label {
  display: flex;
}

.user-message p {
margin: 0;
color: inherit;
}

main {
  padding-top: 76px;
  min-height: 500px;
}

#yform-vn_mittelabrufe-betrag {
  border: 1px solid var(--color-black);
  padding: 10px 15px;
}

.card-list {
  margin: 0;
  padding: 0;
}

.card-list li {
  display: block;
  margin-bottom: 0.6em;
  border-bottom: 1px solid var(--color-black);
  padding-bottom: 0.6em;
}

.card-list li:last-child {
  border: none;
}

.card-list.with-buttons li {
display: flex;
gap: 0 0.5em;
align-items: center;
justify-content: space-between;
}

.card-list.with-buttons .btn {
flex-shrink: 0;
padding-left: 1rem !important;
}



.card-list li p {
  font-size: 0.875em;
  margin-bottom: 0;
}

.card-notice {
  color: var(--color-grey-2);
  font-size: 0.8125rem !important;
  font-family: "Serif";
}

.card-list .card-notice {
  color: #000;
}

.card-title-notice {
  color: var(--color-grey-2);
  font-size: 0.8125rem;
  font-family: "Serif";
  display: block;
  line-height: 1.1em;
}

.card-accordion-title {
cursor: pointer;
padding: 5px;
margin: 0 0 0 -5px;
color: #000;
}

.card-accordion-title > h4,
.card-accordion-title > h5 {
color: inherit;
margin: 0;
}

.card-accordion-title:after {
  font-family: "Material Icons Outlined";
  content:"keyboard_arrow_down";
  position: absolute;
  right: 0;
  top:50%;
  font-size: 1.25rem;
  color: inherit;
  transform: translateY(-50%);
}

.card-accordion-title:hover,
.card-accordion.active .card-accordion-title {
background: var(--bs-body-color);
color: #fff;
}

.card-accordion-content {
  display: none;
  margin: 20px 0;
}

.card-accordion.active .card-accordion-content {
  display: block;
}

.card-accordion.active .card-accordion-title {
  background: #7f7f7f;
}

.card-accordion.active .card-accordion-title:after {
  content:"keyboard_arrow_up";
}

.table table {
  width: 100%;
}
.table th {
  padding: 0.5em;
}
.table td {
  padding: 0.5em;
}

.table-actions {
  text-align: right;
}

.input-group-addon {
  margin-top: -10px;
  margin-right: 5px;
}

.help-block {
  color:var(--color-grey-2);
}

.dummy-field {
  display: none;
}

.sumrow {
  border-top:1px solid #000;
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
  padding-right: 65px;
  flex-wrap: wrap;
}

.sumrow p {
  margin: 0;
}

.formbe_table_v2 {
  margin: 70px 0;
}

.formbe_table_v2 table {
  margin-bottom: 0;
}

.formbe_table_v2 th {
  border:none;
  padding-left: 0;
}

.formbe_table_v2 td {
  border:none;
  padding: 0 0 10px 0;
  vertical-align: top;
}

.formbe_table_v2 td:last-child {
  width: 50px;
}

.formbe_table_v2 .form-control {
  margin: 0;
}

.formbe_table_v2 .form-group .control-label {
  display: none;
}

.formbe_table_v2 .form-group {
  margin: 0 10px 0 0;
}

.counter {
  display: block;
  text-align: right;
  color: var(--color-grey-2);
  font-size: .875em;
}

.card-header .done {
  position: absolute;
  right:15px;
  display: flex;
  align-items: center;
  top:50%;
  transform: translateY(-50%);
  color: #53806b;
}
.card-header .done .material-icons {
color: #53806b;
margin-right: 6px;
}


 /* Footer Container */
    .footer {
      max-width: 1280px;
      margin: 64px auto 40px;
      padding: 0 16px;
    }

    /* Top Grid: Logo + Nav */
    .footer-top {
      display: grid;
      grid-template-columns: 2fr 1fr 1fr 1fr;
      gap: 48px;
    }

    .footer-logo-col {
      grid-column: span 1;
    }

    .footer-logo-col svg {
      margin-bottom: 16px;
    }

    .footer-tagline {
      font-size: 24px;
      white-space: pre-line;
      line-height: 1.3;
    }

    .footer-nav ul {
      list-style: none;
      display: flex;
      flex-direction: column;
      gap: 16px;
      margin: 0;
      padding: 0;
    }

    .footer-nav a {
      font-weight: 500;
      transition: opacity 0.2s;
    }

    /* Bottom Section */
    .footer-bottom {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      gap: 32px;
      padding-top: 80px;
      flex-wrap: wrap;
    }

    .sponsor-label,
    .leitidee-label,
    .wdo-label {
      font-size: 14px;
      margin-bottom: 8px;
    }

    .sponsor-logos {
      display: flex;
      gap: 16px;
      align-items: center;
      margin-top: 12px;
      flex-wrap: wrap;
    }

    .sponsor-logos img {
      height: 40px;
      width: auto;
      object-fit: contain;
    }

    .leitidee-text {
      font-size: 18px;
      font-weight: 700;
      line-height: 1.4;
      margin-top: 12px;
    }

    .wdo-logo img {
      padding: 8px 0;
      width: 200px;
      height: auto;
    }

    /* Social & Language */
    .footer-social {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      min-height: 100px;
      gap: 16px;
    }

    .social-icons {
      display: flex;
      align-items: center;
      gap: 4px;
      flex-wrap: wrap;
    }

    .social-icons a,
    .social-icons button {
      display: inline-flex;
      align-items: center;
      padding: 8px;
      border-radius: 6px;
      border: none;
      background: none;
      cursor: pointer;
      color: inherit;
      font-family: inherit;
      font-size: 16px;
      transition: background-color 0.2s;
    }

    .social-icons a:hover,
    .social-icons button:hover {
      background-color: #000;
      opacity: 1;
      color: #fff;
    }

    .social-icons svg {
      width: 20px;
      height: 20px;
    }

    .lang-btn {
      gap: 8px;
      padding: 8px 16px !important;
      text-transform: uppercase;
    }

    .copyright {
      font-size: 14px;
      font-weight: 500;
    }

        /* Footer Image Section */
    .footer-container {
      position: relative;
      min-height: 45vh;
      overflow: hidden;
      padding: 64px 32px 24px;
      margin-top: 150px;
    }

    

    .footer-image {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      z-index: -1;
    }


    /* Responsive */
    @media (max-width: 1024px) {
      .footer-top {
        grid-template-columns: 1fr 1fr;
        gap: 32px;
      }

      .footer-logo-col {
        grid-column: span 2;
      }

      .footer-bottom {
        flex-direction: column;
      }
    }

    @media (max-width: 640px) {
      .footer-top {
        grid-template-columns: 1fr;
      }

      .footer-logo-col {
        grid-column: span 1;
      }

      .sponsor-logos {
        flex-direction: column;
        align-items: flex-start;
      }
    }


    .fullwidth {
       width: 100dvw !important;
  margin-left: calc(50% - 50dvw);
    }


 .hero-slider {
            position: relative;
            width: 100%;
            overflow: hidden;
        }

        .carousel-item {
            min-height: 80vh;
        }

        .carousel-item img {
            position: absolute;
            inset: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .carousel-item::after {
            content: '';
            position: absolute;
            inset: 0;
            background: rgba(0, 0, 0, 0.2);
            z-index: 1;
        }

        .slide-content {
            position: relative;
            z-index: 2;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            min-height: 80vh;
            text-align: center;
            color: #fff;
            padding: 2rem;
        }

        .slide-content h1 {
            font-size: clamp(2rem, 5vw, 5rem);
            font-weight: 400;
            line-height: 1.05;
            margin-bottom: 0.5rem;
            text-wrap: balance;
            color: #fff;
        }

        .slide-content p {
            font-size: clamp(1rem, 2vw, 1.5rem);
            font-weight: 500;
            margin-bottom: 1.5rem;
            font-style: italic;
        }

        .slide-cta {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            color: #fff;
            border: 2px solid #fff;
            border-radius: 50px;
            padding: 0.75rem 2rem;
            font-size: 1.1rem;
            font-weight: 600;
            text-decoration: none;
            transition: background 0.3s, color 0.3s;
        }

        .slide-cta:hover {
            background: #fff;
            color: #000;
        }

        .slide-cta::before {
            content: '>';
            font-weight: 700;
        }

        /* WDC Title Overlay */
        .wdc-title-overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            z-index: 2;
            display: flex;
            justify-content: space-between;
            padding: 1.5rem 2rem;
            color: #fff;
            pointer-events: none;
        }

        .wdc-title-overlay .wdc-col {
            font-size: clamp(2.5rem, 6vw, 4.5rem);
            font-weight: 900;
            line-height: 1;
            letter-spacing: -0.02em;
        }

        .wdc-title-overlay .wdc-col span {
            display: block;
            font-weight: 400;
        }

        /* Dot indicators */
        .carousel-indicators {
            z-index: 4;
        }

        .carousel-indicators [data-bs-target] {
            width: 40px;
            height: 4px;
            border-radius: 2px;
            border: none;
            opacity: 0.5;
            background: #fff;
        }

        .carousel-indicators .active {
            opacity: 1;
        }

        /* Photo credit */
        .photo-credit {
            position: absolute;
            bottom: 0.5rem;
            right: 0.5rem;
            z-index: 3;
            font-size: 0.7rem;
            color: rgba(255,255,255,0.7);
            padding: 2px 6px;
            writing-mode: vertical-rl;
            transform: rotate(180deg);
        }







@media screen and (max-width: 920px) {

}

@media screen and (max-width: 768px) {

  #logo {width: 35px;}

  #navigation ul {padding-left: 0;}

  #subnavi li a span {

  }
}

