: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);
}
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);
}
.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);
}
.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;
}
.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;
}
/* 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;
}
/* 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 */
