@font-face {
    font-family: 'Fira Sans';
    src: url('https://www.lohnkostensenken.de/startseite/assets/fonts/FiraSans-Regular.woff2') format('woff2'),
        url('https://www.lohnkostensenken.de/startseite/assets/fonts/FiraSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Fira Sans';
    src: url('https://www.lohnkostensenken.de/startseite/assets/fonts/FiraSans-Thin.woff2') format('woff2'),
        url('https://www.lohnkostensenken.de/startseite/assets/fonts/FiraSans-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Fira Sans';
    src: url('https://www.lohnkostensenken.de/startseite/assets/fonts/FiraSans-SemiBold.woff2') format('woff2'),
        url('https://www.lohnkostensenken.de/startseite/assets/fonts/FiraSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Fira Sans';
    src: url('https://www.lohnkostensenken.de/startseite/assets/fonts/FiraSans-Black.woff2') format('woff2'),
        url('https://www.lohnkostensenken.de/startseite/assets/fonts/FiraSans-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Fira Sans';
    src: url('https://www.lohnkostensenken.de/startseite/assets/fonts/FiraSans-Bold.woff2') format('woff2'),
        url('https://www.lohnkostensenken.de/startseite/assets/fonts/FiraSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Fira Sans';
    src: url('https://www.lohnkostensenken.de/startseite/assets/fonts/FiraSans-Light.woff2') format('woff2'),
        url('https://www.lohnkostensenken.de/startseite/assets/fonts/FiraSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Fira Sans';
    src: url('https://www.lohnkostensenken.de/startseite/assets/fonts/FiraSans-Medium.woff2') format('woff2'),
        url('https://www.lohnkostensenken.de/startseite/assets/fonts/FiraSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Default: Light Mode */
/* :root {
  --bg-color: linear-gradient(0deg, rgb(0 0 0) 2%, rgb(102 112 123) 100%); 
    --bg-color: white;
  --text-color: #1e426d;
} */

/* Automatic Dark Mode (based on system settings) */
/* @media (prefers-color-scheme: dark) {
  :root {
    --bg-color: #1e426d;
    --text-color: #f5f5f5;
  }
} */

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  height: 100%;
  overflow-x: clip;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family:
    "Fira Sans",
    system-ui,
    -apple-system,
    sans-serif;
  background: #ffffff;
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgb(249, 249, 249) 100%);
    background-repeat: no-repeat;
  color: #1e426d;
  transition:
    background 0.3s ease,
    color 0.3s ease;
  font-size: 18px;
  overflow-x: clip;
  text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
text-wrap-style: balance;
}

main {
  flex: 1;
}

footer {
    margin-top: auto;
    font-size: smaller;
    text-align: center;
    line-height: 1;
    padding-bottom: 25px;
    padding-top: 50px;
}

a,
p {
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}
.center {
  text-align: center;
}
.maxWidth {
  max-width: 1366px;
  margin: auto;
}

.video-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    max-width: 980px;
    margin: auto;
    aspect-ratio: 16 / 9;
}
.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    border: 0;
    border-radius: 16px;
    max-width: 980px;
    margin: auto;
    aspect-ratio: 16 / 9;
}

.padding {
  padding: 0 20px;
}

header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  width: 100%;
  box-sizing: border-box;
}

nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
nav ul {
  font-size: 16px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  list-style: none;
  gap: 20px;
}
h1 {
  text-align: center;
  font-size: xx-large;
  word-break: normal;
  overflow-wrap: break-word;
  hyphens: auto;
  -webkit-hyphens: auto;
  margin-block-start: 0;
    margin-block-end: 0.67em;
}
.eyebrow {
    font-size: xxx-large;
    display: block;
    -webkit-text-fill-color: transparent;
    background: -webkit-linear-gradient(315deg, #1d4474 25%, #2da9dd);
    -webkit-background-clip: text;
    background-clip: text;
    padding-bottom: 5px;
    margin: 0;
    padding: 0;
    font-weight: 700;
    text-align: center;
}
em {
  font-style: normal;
}
a.btn.Kontakt {
  border: 1px solid #1a7da6;
  padding: 15px;
  border-radius: 5px;
  background: #26708f;
  font-weight: 500;
  color: white;
}
section.hero {
  padding-top: 64px;
  padding-bottom: 64px;
  max-width: 80%;
  margin: auto;
}
nav ul li a {
  color: #0d1217;
}

/* CTA Section */
.cta-section {
  text-align: center;
  padding: 42px 20px;
}
.cta-section h2 {
  margin-bottom: 12px;
}
.cta-section p {
  margin-bottom: 24px;
  opacity: 0.85;
}
.btn.cta-open {
  display: inline-block;
  padding: 18px 40px;
  font-size: 18px;
  font-weight: 600;
  border: none;
  border-radius: 6px;
  background: linear-gradient(135deg, #1e426d, #0e67d1);
  color: #fff;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
}
.btn.cta-open:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(75, 255, 230, 0.35);
}

.problem-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    align-items: flex-start;
}

.item {
    flex: 1;
    padding: 20px;
    border-radius: 10px;
    color: white;
    position: relative;
    overflow: hidden;
    z-index: 0;
    /* background: linear-gradient(202deg, #26708f, #46958a); */
    background :linear-gradient(202deg, #1c477b, #406d9b);
    min-height: 150px;
}
/* Background image via ::before for smooth fade */
.item::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    background-size: cover;
    background-position: center left;
    border-radius: 10px;
    opacity: 1;
    transition: opacity 0.5s ease;
}
.item:hover::before {
    opacity: 0;
}
.item.imgA::before {
    background-image: url('https://www.lohnkostensenken.de/startseite/assets/images/problem/fachkraftemangel.webp');
}
.item.imgB::before {
    background-image: url('https://www.lohnkostensenken.de/startseite/assets/images/problem/Lohnnebenkosten.webp');
}
.item.imgC::before {
    background-image: url('https://www.lohnkostensenken.de/startseite/assets/images/problem/Umsetzung.webp');
}
.item.imgA, .item.imgB, .item.imgC {
    text-shadow: 0px 0px 5px black;
    transition: text-shadow 0.4s ease;
}
.item.imgA:hover, .item.imgB:hover, .item.imgC:hover {
    text-shadow: none;
}

.item p {
    /* max-height: 0; */
    overflow: hidden;
    opacity: 1;
    color: white;
    margin: 0;
    position: relative;
    z-index: 1;
    transition: max-height 0.5s ease, opacity 0.4s ease, margin 0.4s ease;
}
.item:hover p {
    max-height: 200px;
    opacity: 1;
    margin-top: 10px;
display: block;
}
.item h3 {
    position: relative;
    z-index: 1;
}
/* Popup Overlay */
.popup-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(4px);
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.popup-overlay.active {
  display: flex;
}
.popup-content {
  position: relative;
  background: #fff;
  color: #1e1e1e;
  border-radius: 12px;
  max-width: 520px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  padding: 40px 32px 32px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}
.popup-close {
  position: absolute;
  top: 12px;
  right: 16px;
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
  color: #666;
  line-height: 1;
}
.popup-close:hover {
  color: #000;
}

/* Secure form loader */
.form-loader {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  text-align: center;
  gap: 20px;
}
.form-loader__icon svg {
  animation: formLockPulse 1.2s ease-in-out infinite;
}
.form-loader__spinner {
  width: 36px;
  height: 36px;
  border: 3px solid #e0e5ec;
  border-top-color: #1e426d;
  border-radius: 50%;
  animation: formSpin 0.8s linear infinite;
}
.form-loader__text {
  margin: 0;
  font-size: 1rem;
  color: #1e426d;
  font-weight: 600;
}
.form-loader__text small {
  font-weight: 400;
  color: #666;
  font-size: 0.85rem;
}
@keyframes formSpin {
  to { transform: rotate(360deg); }
}
@keyframes formLockPulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(0.92); }
}

.popup-content h2 {
  margin: 0 0 24px;
  color: #1e426d;
  text-align: center;
}

/* Form Styles */
#leadForm fieldset {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 20px;
}
#leadForm legend {
  font-weight: 600;
  padding: 0 8px;
  color: #1e426d;
}
.radio-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.radio-group label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.form-group {
  margin-bottom: 18px;
}
.form-group label {
  display: block;
  font-weight: 500;
  margin-bottom: 6px;
  color: #333;
}
.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"] {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
  font-family: inherit;
  box-sizing: border-box;
  transition: border-color 0.2s;
}
.form-group input:focus {
  outline: none;
  border-color: #26708f;
  box-shadow: 0 0 0 3px rgba(38, 112, 143, 0.15);
}
.form-group input.invalid {
  border-color: #d32f2f;
}
.field-hint {
  display: block;
  margin-top: 4px;
  font-size: 13px;
  color: #777;
}
.field-error {
  display: block;
  margin-top: 4px;
  font-size: 13px;
  color: #d32f2f;
  min-height: 18px;
}
.checkbox-group label {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 14px;
    color: #555;
    cursor: pointer;
    flex-direction: row;
    flex-wrap: wrap;
}
.checkbox-group a {
  color: #26708f;
  text-decoration: underline;
}
.btn-submit {
  display: block;
  width: 100%;
  padding: 16px;
  font-size: 17px;
  font-weight: 600;
  border: none;
  border-radius: 6px;
  background: linear-gradient(135deg, #0b191f, #1e426d);
  color: #fff;
  cursor: pointer;
  margin-top: 8px;
  transition: background 0.2s;
}
.btn-submit:hover {
  background: #26708f;
}
.btn-submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.form-message {
  text-align: center;
  margin-top: 14px;
  font-weight: 500;
  min-height: 22px;
}
.form-message.success {
  color: #2e7d32;
}
.form-message.error {
  color: #d32f2f;
}

/* Client Logo Marquee */
.clients-section {
  text-align: center;
  padding: 24px 0;
  overflow: hidden;
  max-width: 90%;
    margin: auto;
}
.clients-section h2 {
    margin-bottom: 0px;
    font-size: -webkit-xxx-large;
    font-weight: 300;
}
.logo-marquee {
  position: relative;
  width: 100%;
  overflow: hidden;
  min-height: 80px;
  mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
}
.logo-track {
  display: flex;
  gap: 40px;
  width: max-content;
  animation: marquee 120s linear infinite;
}
.logo-track:hover {
  animation-play-state: paused;
}
.logo-item {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
}
.logo-item img {
  max-width: 200px;
  height: 200px;
  object-fit: contain;
  opacity: 0.8;
  transition: opacity 0.3s;
}
.logo-item img:hover {
  opacity: 1;
}
@keyframes marquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

h2.TrustBadge {
    text-align: center;
    font-size: -webkit-xxx-large;
    margin: 0;
    -webkit-text-fill-color: transparent;
    /* background: -webkit-linear-gradient(315deg, #647e7b 25%, #ff481c); */
    background:-webkit-linear-gradient(315deg, #b3d4ce 25%, #ffffff);
    -webkit-background-clip: text;
    background-clip: text;
    max-width: 540px;
    margin: auto;
    padding: 10px;
    border-radius: 10px;
}

.benefit-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    align-items: stretch;
}

.benefit-grid > .itemTwo {
    flex: 1 1 50%;
    max-width: calc(50% - 45px);
    padding: 20px;
    background: linear-gradient(135deg, #246cc7, #1a3d68, #07111d);
    background-size: 200% 200%;
    background-position: 0% 50%;
    color: white;
    border-radius: 10px;
    transition: background-position 1s ease-in-out;
}
.benefit-grid > .itemTwo:hover {
    background-position: 100% 50%;
}

.benefit-right {
    flex: 1 1 50%;
    max-width: calc(50% - 5px);
    display: flex;
    flex-direction: column;
    gap: 10px;
}
section#Benefit {
    padding-top: 64px;
    max-width: 90%;
    margin: auto;
}
.itemTwo em {
    font-size: xx-large;
    background: linear-gradient(135deg, #26708f, #5d8a84);
}
.itemTwo {
    padding: 20px;
    background: linear-gradient(135deg, #0d2a36, #2260af);
    color: white;
    border-radius: 10px;
}
section#Benefit h2 {
    font-weight: 300;
    text-align: left;
    max-width: 50%;
}
section#Problem h2 {
    max-width: 600px;
    margin: auto;
    padding-bottom: 32px;
    font-weight: 400;
}
section#Problem {
    padding-top: 32px;
    padding-bottom: 32px;
}

/* Win-Win Section */
section#WinWin {
    padding: 64px 0;
}

section#WinWin h2 {
    font-weight: 300;
    margin-bottom: 32px;
}

.winwin-grid {
    display: flex;
    gap: 24px;
    align-items: stretch;
}

.winwin-card {
    flex: 1;
    background: linear-gradient(180deg, #0a2a3c, #0d3348);
    color: #fff;
    border-radius: 16px;
    padding: 40px 32px;
}

.winwin-card h3 {
    font-size: medium;
    font-weight: 100;
    margin-bottom: 24px;
}

.winwin-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.winwin-card ul li {
    position: relative;
    padding-left: 24px;
    font-size: x-large;
    line-height: 1.5;
    font-weight: 300;
}

.winwin-card ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #1a7da6;
}
a.btn.btn-secondary {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    color: #11863d;
    border: 1px solid;
    border-radius: 10px;
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 5px;
}
a.btn.btn-secondary:hover {
    background-color: #d7e3db;
}
.holdercontact {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.holdercontact img {
    margin-right: 8px;
}

article.lo-process__step {
    padding: 0 20px;
    background: -webkit-linear-gradient(178deg, #000000 25%, #153d4e);
    margin-bottom: 20px;
    border-radius: 12px;
    color: white;
    position: sticky;
    top: 0;
    box-sizing: border-box;
}

.lo-process__steps {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-left: auto;
    max-width: 100%;
}

.lo-process__step:nth-child(1) {
    width: 50%;
    margin-right: 25%;
}

.lo-process__step:nth-child(2) {
    width: 62.5%;

}

.lo-process__step:nth-child(3) {
    width: 75%;
      margin-right: 12.5%;
}

.lo-process__step:nth-child(4) {
    width: 57.5%;
        margin-right: 5%;

}

.lo-process__step:nth-child(5) {
    width: 60%;
    margin-right: 15%;
}

article.lo-process__step h3 {
    font-size: x-large;
    font-weight: 200;
}

h2#prozess-heading {
    text-align: center;
    font-size: large;
    width: 100%;
    margin: 0;
    font-weight: 300;
    padding-bottom: 20px;
}
section#Process {
    display: block;
}
section#Process {
    padding-top: 32px;
}
section#TrustBadgeBlock {
    display: flex;
    justify-content: center;
}
.CenterME {
    display: inline-block;
    /* background: linear-gradient(135deg, #e5e5e5, #ffffff); */
     background: linear-gradient(135deg, #204b7f, #000000);
    margin: 0;
    padding: 0 20px;
    border-radius: 12px;
}
.testimonials-slider {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 50px;
}
.testimonial-slide {
    flex: 1;
}
.pt-20 h4 {
    margin-left: 15px;
}
.pt-20 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
p.text-gray.py-1.text-dark.testimonial-role {
    font-size: smaller;
}
blockquote.text-italic.quote-padding {
    display: block;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    unicode-bidi: isolate;
}
.testHolder {
    padding: 20px 0px;
}
img.TestimonialsLogo {
    width: 80px;
    height: auto;
}
ul.BullotUL {
    list-style-type: disc;
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0px;
    unicode-bidi: isolate;
    margin-left: 15px;
}
.cardTestimonials.BorderRadius {
    padding: 20px;
    background: #ffffff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 12px;
}
section#TrustBadgeBlock2 {
    margin-bottom: 32px;
    padding: 50px;
    background: -webkit-linear-gradient(315deg, #03070c 25%, #1d4372);
    border-radius: 12px;
}
section#TrustBadgeBlock2 h2 {
    font-size: larger;
    font-weight: 300;
    margin-bottom: 30px;
}
h2.h4.py-1.testimonial-name {
    font-size: large !important;
    font-weight: 600 !important;
    margin: 0 !important;
    padding-left: 15px;
}
h2.center.NEWW {
    color: white;
}
section#next img {
    margin: auto;
    display: block;
    rotate: 342deg;
}
section#next2 img {
    margin: auto;
    display: block;
    rotate: 275deg;
}
section#next3 img {
    margin: auto;
    display: block;
    rotate: 55deg;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
section#next4 img {
    margin: auto;
    display: block;
    rotate: 271deg;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
section#next5 img {
    margin: auto;
    display: block;
    rotate: 342deg;
}
h2.h4.TextTransformUppercase.specialColor.contact-main-title {
    font-weight: 300;
}
details.accordion {
    display: flex;
    flex-direction: column;
    padding: 0px 20px;
    background-color: #f0f0f0;
    margin-bottom: 10px;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
    cursor: pointer;
}
summary.accordion-header {
    display: inline-flex;
    justify-content: space-between;
    width: stretch;
}
svg.lo-social__icon {
    fill: black;
}
section.lo-social {
    margin-top: 10px;
    margin-bottom: 30px;
}
nav#footerNav a {
    color: #1e426d;
}
nav#footerNav {
    gap: 10px;
}
h2#referencesHeading {
    font-weight: 300;
    font-size: large;
}
section.lo-references {
    margin-top: 64px;
    margin-bottom: 64px;
}
.lo-references__grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
}
a.lo-references__card {
    flex: 1;
    font-size: x-large;
    color: black;
    padding: 15px;
}
span.lo-references__url {
    display: block;
}
div#footerInformation {
    display: flex;
    justify-content: center;
    margin-top: 15px;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 20px;
}
.info-icon img {
    filter: invert(1);
    margin-right: 5px;
}
.info-item {
    display: flex;
    flex-direction: row;
    align-items: center;
}
svg.lo-social__icon {
    width: 40px;
    height: 28px;
}
a.trust-link {
    position: fixed;
    right: 0;
    bottom: 0;
}
section#FAQ {
    max-width: 80%;
    margin: auto;
    padding-bottom: 50px;
    border-bottom: 1px solid #e1e1e1;
}
section#Ihre-Vorteile {
    max-width: 80%;
    margin: auto;
}
span.h4.py-1.testimonial-name span {
    font-weight: 500;
    margin-left: 15px;
}
section#Einsparpotenziale {
    padding-top: 16px;
}
section#Ihre-Vorteile {
    padding-top: 16px;
}
section#Ablauf-Strategie {
    padding-top: 16px;
}

/* Region / Cities Section */
.region-cities {
    background: #f4f8fb;
    padding: 40px 20px;
    margin-top: 40px;
    border-top: 1px solid #e1e1e1;
}
.region-cities__inner {
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
}
.region-cities__title {
    font-size: 1.35rem;
    font-weight: 600;
    color: #1e426d;
    margin-bottom: 12px;
}
.region-cities__text {
    font-size: 0.95rem;
    color: #444;
    margin-bottom: 20px;
    line-height: 1.5;
}
.region-cities__img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto 24px;
    border-radius: 12px;
}
.region-cities__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}
.region-cities__list span {
    background: #fff;
    border: 1px solid #d5dde5;
    border-radius: 20px;
    padding: 6px 14px;
    font-size: 0.85rem;
    color: #1e426d;
    white-space: nowrap;
}

@media only screen and (max-width: 1366px) {
}

@media only screen and (max-width: 1180px) {
  nav {
    display: none;
  }
  nav#footerNav {
        display: flex;
        gap: 15px;
    }
  .testimonial-slide {
    flex: 100%;
}
}

@media only screen and (max-width: 867px) {
  .winwin-grid {
    flex-direction: column;
  }
  .lo-process__step:nth-child(1),
  .lo-process__step:nth-child(2),
  .lo-process__step:nth-child(3),
  .lo-process__step:nth-child(4),
  .lo-process__step:nth-child(5) {
    width: stretch;
    margin-right: 0;
  }
  .holdercontact {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-direction: column;
    flex-wrap: wrap;
}
section#TrustBadgeBlock2 {
    padding: 10px;
}
}

@media only screen and (max-width: 667px) {
  .clients-section {
  max-width: 100%;
    margin: auto;
}
  section#Ihre-Vorteile {
    max-width: 100%;
    margin: auto;
}
  section#FAQ {
    max-width: 100%;
    margin: auto;
}
  section#Benefit {
    max-width: 100%;
    margin: auto;
}
  header {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 20px 10px;
    width: 100%;
    box-sizing: border-box;
    gap: 15px;
}
a.btn.Kontakt {
    border: 1px solid #1a7da6;
    padding: 15px;
    border-radius: 5px;
    background: #26708f;
    font-weight: 500;
    width: stretch;
    text-align: center;
}
 section.hero {
    padding-top: 24px;
    padding-bottom: 24px;
    max-width: 90%;
    margin: auto;
}
.clients-section {
    padding: 24px 0;
}
.cta-section {
    padding: 24px 10px;
}
.item {
    overflow: unset;
    min-height: auto;
}
section#Benefit h2 {
    max-width: 100%;
}
.winwin-card ul li {
    font-size: large;
}
h2#prozess-heading {
    font-size: xx-large;
    width: 100%;
    text-align: center;
}
.popup-content {
    max-height: 80vh;
}

}

@media only screen and (max-width: 441px) {
  .eyebrow {
    font-size: xx-large;
  }
  h1 {
    font-size: large;
  }
  .clients-section h2 {
    font-size: x-large;
}
h2.TrustBadge {
    font-size: xx-large;
}
section#Benefit {
    padding-top: 24px;
}
.benefit-grid > .itemTwo {
    flex: 1 1 100%;
    max-width: calc(100% - 0px);
}
.benefit-right {
    flex: 1 1 100%;
    max-width: calc(100% - 0px);   
}
}

@media screen and (prefers-color-scheme: dark) {
}

@media screen and (prefers-color-scheme: light) {
}

@media (horizontal-viewport-segments: 2) and (vertical-viewport-segments: 1) {
}

@media (vertical-viewport-segments: 2) and (horizontal-viewport-segments: 1) {
}
