:root {
  --accent-color: #004899;
  --secondary-color: #ffea3d;
  --background-dg-color: #535353;
  --background-lg-color: #f0ecec;
  --background-btn-lg-color: #f0f0f0;
  --text-color-wh: #ffffff;
  --text-color-dk: #000408;
  --headline-color: #121212;
  --btn-lg-color: rgba(0, 4, 8, 0.05);
  --btn-dg-color: rgba(255, 255, 255, 0.1);
  --step--2: clamp(0.7813rem, 0.7747rem + 0.0326vw, 0.8rem);
  --step--1: clamp(0.9375rem, 0.9158rem + 0.1087vw, 1rem);
  --step-0: clamp(1.125rem, 1.0815rem + 0.2174vw, 1.25rem);
  --step-1: clamp(1.35rem, 1.2761rem + 0.3696vw, 1.5625rem);
  --step-2: clamp(1.62rem, 1.5041rem + 0.5793vw, 1.9531rem);
  --step-3: clamp(1.944rem, 1.771rem + 0.8651vw, 2.4414rem);
  --step-4: clamp(2.3328rem, 2.0827rem + 1.2504vw, 3.0518rem);
  --step-5: clamp(2.7994rem, 2.4462rem + 1.7658vw, 3.8147rem);
  --cs-theme-button-border-radius: 2;
}
/* Content-Container */
.cs_content-wrapper {
  width: 90%;
  max-width: 1536px !important;
}
.cs_content-fullwidth-wrapper {
  width: 100%;
  max-width: 1920px !important;
}
.align-c h1,
.align-c h2,
.align-c h3,
.align-c h4,
.align-c h5,
.align-c h6,
.align-c p,
.align-c a {
  text-align: center;
}
/* End Content-Container */
/* Fonts */
@font-face {
  font-family: "OpenSans Light";
  src: url("../fonts/OpenSans/OpenSans-Light.ttf") format("truetype");
}
@font-face {
  font-family: "OpenSans Regular";
  src: url("../fonts/OpenSans/OpenSans-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "OpenSans SemiBold";
  src: url("../fonts/OpenSans/OpenSans-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "OpenSans Bold";
  src: url("../fonts/OpenSans/OpenSans-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "OpenSans ExtraBold";
  src: url("../fonts/OpenSans/OpenSans-ExtraBold.ttf") format("truetype");
}
@font-face {
  font-family: "OpenSans Italic";
  src: url("../fonts/OpenSans/OpenSans-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "OpenSans SemiBold Italic";
  src: url("../fonts/OpenSans/OpenSans-SemiBoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "VogtEuro";
  src: url("../fonts/Euro/Vogt-Euro.ttf") format("truetype");
}
/* Menü-Font */
/* Hauptmenü-Punkte */
.et-menu-nav > ul > li > a {
  font-family: "VogtEuro", sans-serif !important;
  font-weight: 800;
  text-transform: uppercase;
}

/* Dropdown-Menü-Punkte */
.et-menu-nav ul.sub-menu li a {
  font-family: "VogtEuro", sans-serif !important;
  font-weight: 800;
  text-transform: uppercase;
}
/* Obere Linie (Border-Top) vom Dropdown-Menü */
.et-menu-nav ul.sub-menu {
  border-top: 3px solid var(--accent-color) !important; /* deine Wunschfarbe hier */
}

/* End Menü Font */
h1 {
  font-family: OpenSans Regular;
  font-size: 3.5rem;
  line-height: 120%;
  text-align: left;
  color: var(--text-color);
}
@media all and (max-width: 767px) {
  h1 {
    font-size: 2.2rem;
  }
}
h2 {
  font-family: OpenSans Regular;
  font-size: 1.6rem;
  line-height: 1.6rem;
  text-align: left;
  color: var(--text-color);
}
p {
  font-family: OpenSans Regular;
  font-size: 1.125rem;
  line-height: 150%;
  color: var(--text-color-dk);
}
.text-center h1,
.text-center h2,
.text-center h3,
.text-center h4,
.text-center p {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.section-bl p.eyebrow {
  font-family:
    OpenSans SemiBold,
    sans-serif;
  font-size: 1rem;
  line-height: 150%;
  color: var(--text-color-wh);
}
.section-wh p.eyebrow {
  font-family:
    OpenSans SemiBold,
    sans-serif;
  font-size: 1rem;
  line-height: 150%;
  color: var(--text-color-dk);
}
/* Vertikale Ausrichtung Navigation */
.et_header_style_left #et-top-navigation,
.et_header_style_split #et-top-navigation {
  position: relative;
  bottom: -16px;
}
.et_header_style_left .et-fixed-header #et-top-navigation,
.et_header_style_split .et-fixed-header #et-top-navigation {
  bottom: -8px;
}
/* Ende vertikale Ausrichtung Navigation */
.dyw-vertical-align-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 981px) {
  #logo {
    margin-top: -24px;
  }
  .et-fixed-header #logo {
    height: 80% !important;
    max-height: 80% !important;
    margin-top: -15px;
  }
  .et-fixed-header#top-header {
    z-index: 9999;
  }
  #main-header.et-fixed-header {
    box-shadow: 0 7px 7px -7px rgba(0, 0, 0, 0.1) !important;
    -moz-box-shadow: 0 7px 7px -7px rgba(0, 0, 0, 0.1) !important;
    -webkit-box-shadow: 0 7px 7px -7px rgba(0, 0, 0, 0.1) !important;
  }
}
.section-bl {
  background: var(--accent-color);
}
.section-bl h2 {
  font-family: OpenSans Regular;
  font-size: 3rem;
  line-height: 120%;
  color: var(--text-color-wh);
}
.section-wh h2 {
  font-family: OpenSans Regular;
  font-size: 3rem;
  line-height: 120%;
  color: var(--text-color-dk);
}
@media all and (max-width: 767px) {
  .section-bl h2,
  .section-wh h2 {
    font-size: 2rem;
  }
}
.section-bl h4 {
  font-family: OpenSans Regular;
  font-size: 2rem;
  line-height: 130%;
  color: var(--text-color-wh);
}
.section-wh h4 {
  font-family: OpenSans Regular;
  font-size: 2rem;
  line-height: 130%;
  color: var(--text-color-dk);
}
@media all and (max-width: 767px) {
  .section-bl h4,
  .section-wh h4 {
    font-size: 1.6rem;
  }
}
.section-wh p {
  font-family: OpenSans Regular;
  font-size: 1.125rem;
  line-height: 150%;
  color: var(--text-color-dk);
}
.section-bl p {
  font-family: OpenSans Regular;
  font-size: 1.125rem;
  line-height: 150%;
  color: var(--text-color-wh);
}
.section-bl .footer-bottom p,
.section-bl .footer-bottom a {
  font-family: OpenSans Regular;
  font-size: 0.875rem !important;
  line-height: 150%;
  color: var(--text-color-wh);
}
.section-bl .footer-bottom a {
  padding-right: 20px;
}
@media all and (max-width: 767px) {
  .section-bl .footer-bottom a {
    padding-right: 15px;
  }
}
.section-bl .footer-bottom a:nth-last-child(1) {
  padding-right: 0px !important;
}
.section-bl a {
  font-family: OpenSans Regular;
  font-size: 1.125rem;
  line-height: 150%;
  text-align: left !important;
  text-decoration: underline;
  color: var(--text-color-wh);
}
.img-overlay-flex {
  display: flex;
  align-items: center;
}
/* Mobile Menu */
/* Remove the top line in the mobile menu*/
.et_mobile_menu {
  border-top: 0;
}
/*making the Divi Menu full width*/
.et_pb_menu .et_mobile_menu {
  min-width: 105vw;
  padding-top: 20% !important;
  margin-left: -80vw;
}
/* span.mobile_menu_bar:before {
  color: #fff !important;
} */
#mobile_menu1 {
  margin-top: 10px;
}
.et_mobile_menu li a {
  padding: 1px 6%;
}

/* End Mobiles Menu */
/* Switch Burger Menu Icon */
.mobile_nav.opened .mobile_menu_bar:before {
  content: "\4d";
}
/*rotate the Divi Menu icon on click*/
.mobile_menu_bar:before {
  transition: all 0.4s ease;
  transform: rotate(0deg);
  display: block;
}
/*rotate the Divi Menu icon on click*/
.mobile_nav.opened .mobile_menu_bar::before {
  transition: all 0.4s ease;
  transform: rotate(90deg);
  display: block;
}
/* End Switch Burger Menu Icon */
/* Header */
.cs-header-slider-wrapper .et_pb_fullwidth_slider_0 {
  height: 33vh;
}
.cs-header-slider-wrapper div.et_pb_slides {
  height: 33vh;
}
.cs-header-slider-wrapper div.et_pb_slide {
  padding: 0;
}
.cs-header-slider-wrapper div.et_pb_slide_description {
  height: 33vh;
  width: 80%;
  padding: 0 !important;
}
.cs-header-slider-wrapper div.et_pb_slide_content {
  height: 33vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cs-header-slider-wrapper div.et_pb_slide_content p {
  text-align: left;
}
/* End Header */
/* Flex Boxen 1 */
.mission-container {
  display: flex;
  gap: 24px;
}
@media all and (max-width: 767px) {
  .mission-container {
    flex-wrap: wrap;
  }
}
.mission-item-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
p.content-header {
  font-family:
    Visby Heavy,
    sans-serif;
  font-size: 1.2rem !important;
  line-height: 130%;
  color: var(--text-color);
}
.mission-item-wrapper > img {
  width: 90px;
  max-width: 90px;
  height: auto;
}
.mission-item-wrapper > img {
  margin-bottom: -40px;
}
/* End Flex Boxen 1 */
/* Signet */
img.eyebrow-signet {
  width: 90px;
  max-width: 90px;
  height: auto;
  margin-bottom: -10px;
}
/* End Signet */
/* Buttons */
.section-wh .cta-kontakt {
  background: var(--btn-lg-color);
  color: var(--text-color);
  border: none !important;
  font-family:
    OpenSans SemiBold,
    sans-serif;
  font-size: 1rem;
  padding: 10px 24px;
}
/* Hover (Desktop) */
.section-wh .cta-kontakt:hover {
  background: #00000040;
}

/* Focus (Barrierefreiheit) */
.section-wh .cta-kontakt:focus {
  background: #00000040;
  outline: 2px solid #f97316; /* kontrastreicher Rahmen */
  outline-offset: 2px;
}

/* Active (Desktop + Mobile Touch) */
.section-wh .cta-kontakt:active {
  background: var(--eyebrow-color);
  color: #fff;
  transform: scale(0.98); /* kleiner gedrückt-Effekt */
}
.section-bl .cta-kontakt {
  background: var(--btn-dg-color);
  color: var(--text-color-wh);
  border: none !important;
  font-family:
    OpenSans SemiBold,
    sans-serif;
  font-size: 1rem;
  padding: 10px 24px;
}
/* Hover (Desktop) */
.section-bl .cta-kontakt:hover {
  background: #00000040;
}

/* Focus (Barrierefreiheit) */
.section-bl .cta-kontakt:focus {
  background: #00000040;
  outline: 2px solid #f97316; /* kontrastreicher Rahmen */
  outline-offset: 2px;
}

/* Active (Desktop + Mobile Touch) */
.section-bl .cta-kontakt:active {
  background: var(--eyebrow-color);
  color: #fff;
  transform: scale(0.98); /* kleiner gedrückt-Effekt */
}
/* * */
.cta-kontakt-overlay {
  background: var(--text-color-wh);
  color: var(--text-color-bk) !important;
  border: none !important;
  font-family:
    OpenSans SemiBold,
    sans-serif !important;
  font-size: 1rem;
  padding: 10px 24px;
}
.glass-button {
  /* Grundlegende Form */
  padding: 10px 24px;
  border: 1px solid rgba(255, 255, 255, 0.3); /* Leicht weißer Rahmen */
  cursor: pointer;

  /* Glas-Effekt / Milky Look */
  background: rgba(255, 255, 255, 0.2); /* Teiltransparenter Hintergrund */
  backdrop-filter: blur(10px); /* Der eigentliche Verschwommeneffekt */
  -webkit-backdrop-filter: blur(10px); /* Kompatibilität für Safari */

  /* Schatten für Tiefe */
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);

  /* Schrift/Inhalt */
  color: white;
  text-decoration: none;
  font-family:
    OpenSans SemiBold,
    sans-serif !important;
  font-size: 1rem;

  /* Übergang für Hover-Effekt */
  transition: background 0.3s ease;
}

.glass-button:hover {
  background: rgba(255, 255, 255, 0.35); /* Etwas deckender bei Hover */
}
/* Hover (Desktop) */
.cta-kontakt:hover {
  background: #00000040;
}

/* Focus (Barrierefreiheit) */
.cta-kontakt:focus {
  background: #00000040;
  outline: 2px solid #f97316; /* kontrastreicher Rahmen */
  outline-offset: 2px;
}

/* Active (Desktop + Mobile Touch) */
.cta-kontakt:active {
  background: var(--eyebrow-color);
  color: #fff;
  transform: scale(0.98); /* kleiner gedrückt-Effekt */
}

/* End Buttons */
/* Counter */
.counter-value {
  font-family:
    OpenSans ExtraBold,
    sans-serif !important;
  font-size: 2.25rem !important;
  text-align: center;
  line-height: 130%;
  color: var(--text-color);
}
.counter-value sup {
  font-size: 1rem;
  bottom: 0.9rem;
}
.counter-label {
  font-family:
    OpenSans SemiBold,
    sans-serif !important;
  font-size: 1.25rem !important;
  text-align: center;
  line-height: 130%;
  color: var(--text-color);
  margin-top: -20px;
}
/* End Counter */
/* Feature Box */
p.feature-title {
  font-family:
    OpenSans Bold,
    sans-serif;
  font-size: 1.2rem;
  line-height: 130%;
  color: var(--text-color);
}
/* End Feature Box */
/* Flyout Buttons */
#btn1 img {
  width: 24% !important;
  padding-left: 15px;
  padding-right: 12px;
  margin-left: -12px;
}
#btn2 img {
  width: 24% !important;
  padding-left: 12px;
  padding-right: 16px;
  margin-left: -12px;
}
#btn3 img {
  width: 24% !important;
  padding-left: 18px;
  padding-right: 16px;
  margin-left: -14px;
}
#btn1 {
  top: 40%;
  background-color: var(--accent-color);
  margin-bottom: 6px;
}
#btn1 p {
  color: #fff;
}
/* #btn1 > p::before {
    content: "E-Mail senden";
} */
#btn2 {
  top: calc(40% + 66px);
  padding-left: 4px;
  background-color: var(--accent-color);
  margin-bottom: 6px;
}
#btn2 p {
  color: #fff;
}
/* #btn2 > p::before {
    content: "Jetzt anrufen";
} */
#btn3 {
  top: calc(40% + 132px);
  padding-left: 4px;
  background-color: var(--secondary-color);
  border-radius: 10px;
}
#btn3 p {
  color: #fff;
}
/* #btn3 > p::before {
    content: "Jetzt bewerben";
} */
div.button {
  z-index: 99;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  /* background-color: #4E5055; */
  color: #fff;
  width: 340px;
  height: 60px;
  position: fixed;
  right: -280px;
  transition: 0.7s ease;
}
div.button p {
  font-family: "greycliff-cf", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #fff;
  margin-top: auto;
  margin-bottom: auto;
  padding: 0;
}
div.button:hover {
  background-color: #4e5055;
  color: #fff;
  position: fixed;
  right: -50px;
  width: 340px;
  height: 60px;
  border-radius: 0px;
}
div.button:active {
  background-color: #2c3e50;
  transition: 0s;
  color: #fff;
}
/* End Flyout Buttons */
/* Historie */
span.cs-auszeichnung {
  font-family: "OpenSans Bold", sans-serif;
}
/* End Historie */
/* Formular */
.column-2-form {
  display: flex;
  gap: 30px;
}
.column-2-form > div {
  width: 50%;
}
.column-2-form div:nth-child(2) {
  margin-top: 50px;
}
@media (max-width: 980px) {
  .column-2-form {
    flex-wrap: wrap;
  }
  .column-2-form > div {
    width: 100%;
  }
  .column-2-form div:nth-child(2) {
    margin-top: 0;
  }
}
/* Grundstil für Felder */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="file"],
.wpcf7 textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #999;
  font-size: 16px;
  font-family: inherit;
  margin-bottom: 10px;
}

/* Checkbox-Gruppe */
.wpcf7-form-control.wpcf7-checkbox {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}

.wpcf7-form-control.wpcf7-checkbox label {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 16px;
  gap: 10px;
}

/* Datei-Upload */
.wpcf7 input[type="file"] {
  background-color: #eee;
  padding: 10px;
}

/* Buttonbereich */
.form-buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

/* Senden-Button */
.btn-absenden {
  background-color: #333;
  color: white;
  padding: 14px 24px;
  font-weight: bold;
  font-size: 16px;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-absenden::after {
  content: "❯";
  margin-left: 10px;
}

/* Pflichtfeld-Hinweis */
.wpcf7 .wpcf7-not-valid-tip {
  color: red;
  font-size: 13px;
}

.wpcf7-response-output {
  margin-top: 15px;
  font-weight: bold;
}
.cs-form-l {
  text-align: left;
}
.wpcf7-form .upload-label,
.wpcf7-form .upload-label strong {
  text-align: left !important;
  display: block;
  margin-bottom: -10px;
}
/* End Formular */
