.landingpage {
    font-family: Roboto, sans-serif;
    color:#c5cdd1;
    font-size: 1.1rem;
    font-weight:300;
    line-height: 1.6rem;
    background: #linear-gradient(45deg, #293b42 0, #4f6b78 71%, #293b42 100%) !important;
}
#container {max-width: 1024px;width:100%;margin: 0 auto;background-image: url(/files/landingpage/background.webp);background-size: cover;padding: 0px;}
.main-text {margin:0px 40px;}
@media (max-width: 600px) {
  .main-text {
    margin: 0px 20px;
  }
}
#main  {padding: 0px;}

h1 {color:#fff;font-weight: 500;line-height: 2.5rem!important;}
h2 {color:#f4a613;font-weight: 500;}
h3 {color:#91becc;font-size:2rem;font-weight: 500;display: flex;line-height: 2.2rem;margin-bottom: 10px;}
.c_headline h3::before {
  content: "";
  display: inline-block;
  width: 40px;                  /* Breite des Icons */
  height: 40px;                 /* Höhe des Icons */
  flex: 0 0 40px;           /* feste Icon-Breite */

  margin-right: 10px;           /* Abstand zum Text */
  background-image: url('/files/landingpage/Icon.png');
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;        /* Zentriert das Icon auf Texthöhe */
}
.orange_bld {font-weight: 600;color:#f4a613;font-size: 1.3rem;}
.highLight {background: #fff;
    display: inline-block;padding: 20px;margin-top: 2rem;line-height: 2rem;}
.hl1 {font-size:2rem;color:#8db8c6;display: block;margin-bottom: 20px;}
.hl2 {font-size:2rem;color:#546a77;}
img.headline-logo {display: none;}
.headline-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 40px;
}

.headline-wrap h1 {
    margin: 0;
    font-size: 1.8rem;
    line-height: 1.2;
}

.headline-logo {
    width: 48px;
    height: auto;
}

/* Optional: nur mobil nebeneinander */
@media (max-width:600px) {
    .headline-wrap {
        gap: 16px;
    }
    img.headline-logo {
        width: 60px;
        display: block;
    }
    .image-row.main-text {
      display: none!important;
    }
}
#handwriting {
    font-family: 'Caveat';
    font-size: 2.6rem;
    line-height: 3rem;
    color: #fff;
    text-shadow:
    0 0 4px rgba(255,255,255,0.55),
    0 0 12px rgba(255,255,255,0.35);
}
a.back-to-top {
  position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 1em;
    z-index: 100;
}
.image-row {
  display: flex;
  flex-wrap: wrap;   /* bricht um, wenn kein Platz */
  gap: 10px;
}
.image-row.main-text {
    position: absolute;
    top: 20px;
    right: 0;
    display: flex;
    gap: 20px;
}
.image-row img {
  height: auto;      /* keine feste Höhe */
  max-width: 100%;   /* Bild skaliert nur, wenn Container kleiner wird */
  display: block;
  max-height: 160px;
}
@media (max-width: 600px) {
  .image-row img {
   max-width: 25%;
  }
}
.team {
    margin-top: 80px;
  padding-bottom:40px;}
fieldset {border: 0;}   
select, input, textarea {background-color: rgba(45, 65, 73, 0) !important;
    color: #dbe7eb !important;
    letter-spacing: 0.2em !important;
    border: 1px solid #dbe7eb;
    font-size: 1rem !important;
    padding: 15px;
    margin-bottom: 25px;
    width: 100%;
    box-sizing: border-box;

}
textarea {font-size: 1rem !important;font-family: Roboto, sans-serif;
  letter-spacing: 0.2em !important;}
input:hover, input:focus {border: 1px solid #f4a613;}
input[type="radio"] {
    width: auto!important;
    margin-bottom: 5px;
}
::placeholder {
    text-transform: uppercase;
    color: #c5cdd1;
    font-weight: 300;
    font-size:14px;
}
textarea::placeholder {
  font-size: 15px;
  font-family: Roboto, sans-serif;
  letter-spacing: 0.2em !important;
}
button {
    background-color: #fff !important;
    color: #f9a404 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.2em !important;
    font-size: 17px !important;
    font-weight: 300 !important;
    border-radius: 0;
    display: inline-block;
    padding: 15px 20px;
    cursor: pointer;
    border: 0;

}
.widget.widget-submit {margin-top: 20px;}
.error {color:#93D3EC;margin-top: 0px;}
.captcha_text.error {
    display: block;
}
input.text.mandatory.error {
  border-color: #93D3EC;
  margin-bottom: 5px;
}
ul {padding-left: 20px;}
.team-row {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
  flex-wrap: wrap; /* Falls mobil */
}
.form-confirmation {
padding: 10px 20px;
    background: #fff;
    color:#293b42;
    font-weight:700;

}
.team-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  flex: 1; /* Beide Spalten gleich breit */
  min-width: 300px; /* Für mobile */
}

.team-item img {
  width: 120px;
  height: auto;
  border-radius: 4px;
}

.team-text a {
  color: #c5cdd1;
  text-decoration: none;
}

/* Layout-Container für beide Elemente */
.row-wrapper {
  display: flex;
  align-items: stretch; /* Beide Spalten gleich hoch machen */
  /*gap: 2rem;*/
  width: 100%;
}

/* Preis-Block links */
.price-block {
  flex: 0 0 auto; /* Nimmt nur so viel Platz wie nötig */
  display: flex;
 
  margin-left: 40px;
}

/* Praxisbeispiel-Card rechts */
.card {
  flex: 1; /* Nimmt den restlichen verfügbaren Platz ein */
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 10px 20px;
    
  background-image: url('/files/landingpage/1.png');
  background-size: cover;
   color: #1f2d3d;
}

.circle-badge {
  flex-shrink: 0;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background-color: #2b3a42;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.circle-badge .percentage {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.1;
}

.circle-badge .label {
  font-size: 0.9rem;
  margin-top: 4px;
}

.card-content {
  flex: 1;
  font-size: 0.95rem;
  line-height: 1.4;
  text-align: right;
  font-weight: 500;
}

/* RESPONSIVE BREAKPOINTS */

/* Tablet / kleiner Bildschirm: Nebeneinander wird zu eng */
@media (max-width: 992px) {
  .row-wrapper {
    flex-direction: column; /* Untereinander stapeln */
    gap: 1.5rem;
  }

  
}

/* Smartphone */
@media (max-width: 600px) {
  .card {
    flex-direction: column;
    text-align: center;
    padding: 20px;
  }
.card {
  
  
  background: linear-gradient(90deg, rgba(41, 59, 66, 1) 0%, rgba(145, 190, 204, 1) 50%);
}
.price-block {
  margin-left: 0;
}
  .card-content {
    text-align: center;
  }
}
.price-banner {
    background: var(--bg);
    padding: 1.2rem 0rem;
    border-radius: 0.75rem;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
   
  }

  .price-old-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    position: relative;
  }

  .price-label {
    font-size: 2.75rem;
    font-family: 'Caveat';
    color: #fff;
    font-weight: 600;
    text-shadow:
    0 0 4px rgba(255,255,255,0.55),
    0 0 12px rgba(255,255,255,0.35);
  }

  .price-old {
    font-size: 2.75rem;
    font-weight: 600;
    color: var(--old);
    position: relative;
    padding: 1rem;
  }

  /* ORANGES KREUZ */
  .price-old::before,
  .price-old::after {
    content: "";
    position: absolute;
    left: -10%;
    right: -10%;
    top: 50%;
    height: 4px;
    background: #f4a613;
  }

  .price-old::before {
    transform: rotate(12deg);
  }

  .price-old::after {
    transform: rotate(-12deg);
  }

  .price-note {
    font-size: 1rem;
    color: var(--old);
  }

  .price-new {
    font-size: 4rem;
    transform: skewY(-2deg);
    font-weight: 700;
    color: #fff;
    font-family: 'Caveat';
    white-space: nowrap;
    text-shadow:
    0 0 4px rgba(255,255,255,0.55),
    0 0 12px rgba(255,255,255,0.35);
  }

  @media (max-width: 480px) {
    .price-banner {
      padding: 0.9rem 1.1rem;
      gap: 0.6rem;
    }
    .price-old {
      font-size: 2rem;
    }
    
    }