body{
background:#23475f;
font-family:'Open Sans',sans-serif;
font-size:16px;
margin:0;
color:#333;
line-height:1.6;
}

h1{
font-size:40px;
}

h2{
font-size:30px;
}

h3{
font-size:20px;
}

h4{
font-size:25px;
color:#2F556E;
}

h5{
font-size:30px;
text-align:center;
color:#2F556E;
line-height:0.6 !important;
}

h6{
font-size:20px;
text-align:center;
color:#2F556E;
padding-top:0px;
padding-bottom:0px;
line-height:0.0 !important;
}

h7{
font-size:25px !important;
text-align:center;
color:#FFFFFF;
line-height:1.4 !important;
padding-top:0px;
padding-bottom:20px;
}

p{
font-size:17px;
}

.container{
max-width:900px;
margin:auto;
}

.hero{
background:#23475f;
background-image:url("../img/260508_BG_Mainmap-Hero_1600x1000.jpg");
background-size:cover;
background-position:center;

background-attachment:fixed;

color:white;
text-align:center;
padding-top:80px;
padding-bottom:160px;
}


.hero h1{
font-size:42px;
margin-bottom:20px;
}

.hero-sub{
font-size:20px;
margin-bottom:40px;
text-shadow: 0 2px 10px rgba(0,0,0,0.5);
}

.hero-logo{
animation:slideDown 1s ease-out;
animation-fill-mode:forwards;
}

@keyframes slideDown{
from{
opacity:0;
transform:translateY(-80px);
filter:blur(4px);
}
to{
opacity:1;
transform:translateY(0);
filter:blur(0);
}
}


.hero-title{
animation:slideLeft 1.2s ease-out;
animation-fill-mode:forwards;
}

@keyframes slideLeft{
from{
opacity:0;
transform:translateX(-80px);
filter:blur(4px);
}
to{
opacity:1;
transform:translateX(0);
}
}

.hero-sub{
animation:slideRight 1.4s ease-out;
animation-fill-mode:forwards;
text-shadow:
0 1px 3px rgba(0,0,0,0.5),
0 4px 12px rgba(0,0,0,0.35);
}

@keyframes slideRight{
from{
opacity:0;
transform:translateX(80px);
filter:blur(4px);
}
to{
opacity:1;
transform:translateX(0);
}
}

.hero-button{
animation:slideUp 1.6s ease-out;
animation-fill-mode:forwards;
}

@keyframes slideUp{
from{
opacity:0;
transform:translateY(60px);
filter:blur(4px);
}
to{
opacity:1;
transform:translateY(0);
}
}

.hero-logo{animation-delay:0.2s;}
.hero-title{animation-delay:0.5s;}
.hero-sub{animation-delay:0.8s;}
.hero-button{animation-delay:1.1s;}

.cta-button{
display:block;
width:fit-content;
margin:0px auto 0 auto;
background:white;
color:#2F556E;
padding:15px 30px;
text-decoration:none;
font-weight:600;
border-radius:15px;


box-shadow: 0 8px 18px rgba(255,255,255,0.3);
filter:brightness(1.05);
}

/* Hover-Effekt */
.cta-button:hover{
transform:translateY(-2px);
box-shadow:0 4px 10px rgba(0,0,0,0.1);
}

/* Klick-Effekt */
.cta-button:active{
transform:translateY(0);
box-shadow:0 3px 8px rgba(0,0,0,0.12);
}

.cta-button-darkframe{
display:block;
width:fit-content;
margin:0px auto 0 auto;
background:white;
color:#2F556E;
padding:15px 30px;
text-decoration:none;
font-weight:600;
border: 1px solid #2F556E;
border-radius:15px;


box-shadow:0 8px 18px rgba(0,0,0,0.15);
filter:brightness(1.05);
}

/* Hover-Effekt */
.cta-button-darkframe:hover{
transform:translateY(-2px);
box-shadow:0 4px 10px rgba(0,0,0,0.1);
}

/* Klick-Effekt */
.cta-button-darkframe:active{
transform:translateY(0);
box-shadow:0 3px 8px rgba(0,0,0,0.12);
}

.angebot-cta-button{
display:block;
width:fit-content;
margin:20px auto 0 auto;
padding:12px 22px;
border-radius:15px;
border: 1px solid #2F556E;
font-weight:600;
text-decoration:none;


background: linear-gradient(90deg, #ffa500, #ffcc70);
color:#333;

box-shadow:0 8px 18px rgba(0,0,0,0.15);
filter:brightness(1.05);

}

/* Hover-Effekt */
.angebot-cta-button:hover{
transform:translateY(-2px);
box-shadow:0 4px 10px rgba(0,0,0,0.1);
}

/* Klick-Effekt */
.angebot-cta-button:active{
transform:translateY(0);
box-shadow:0 3px 8px rgba(0,0,0,0.12);
}

.section{
padding:80px 0;
}

.section h2{
color:#2F556E;
margin-bottom:20px;
}

.section h3{
color:#2F556E;
margin-bottom:10px;
}

.light{
background:#F2F4F6;
}

.cards{
display:flex;
gap:20px;
margin-top:40px;
flex-wrap:wrap; /* NEU */
}

.card,
.card-2{
position: relative;
overflow: visible;
padding-top:3px;
padding-right:25px;
padding-bottom:25px;
padding-left:25px;
flex:1;
border-radius:8px;
box-shadow:0 4px 12px rgba(0,0,0,0.08);
transition:all 0.25s ease;
background:white;
}

/* Badge */
.card-badge {
  position: absolute;

  top: -12px;
  right: 20px;

  background: #9333ea;
  color: white;

  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;

  padding: 0.35rem 0.7rem;

  border-radius: 999px;

  box-shadow: 0 6px 18px rgba(0,0,0,0.15);

  text-transform: uppercase;
}

/* Promo-Bar */
.card-promo {
  margin-top: 1.5rem;

  padding: 0.5rem 1.1rem;

  background: linear-gradient(135deg, #8b5cf6, #6d28d9);

  color: white;

  border-radius: 12px;

  font-size: 0.92rem;
  font-weight: 600;

  line-height: 1.5;

  box-shadow:
    0 12px 30px rgba(124,58,237,0.18);

  border: 1px solid rgba(255,255,255,0.15);
}

.card-full{
position: relative;
overflow: visible;
flex: 0 0 100%;
box-sizing: border-box;
padding-top:5px;
padding-right:35px;
padding-bottom:30px;
padding-left:35px;
border-radius:8px;
box-shadow:0 10px 25px rgba(0,0,0,0.08);
background:white;
margin-top:20px;
}

/* Badge */
.cardfull-badge {
  position: absolute;

  top: -12px;
  right: 120px;

  background: #ffa500;
  color: #00005F;

  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;

  padding: 0.35rem 0.7rem;

  border-radius: 999px;

  box-shadow: 0 6px 18px rgba(0,0,0,0.15);

  text-transform: uppercase;
}

.border-orange{
border-top:4px solid #ffa500;
}

.border-green{
border-top:4px solid #3cb371;
}

.border-blue{
border-top:4px solid #1e90ff;
}

.plan-s{
background: #f4ead8 !important;
border-top:4px solid #ffa500;
}

.plan-m{
background:rgba(60,179,113,0.12) !important;
border-top:4px solid #3cb371;
transform:scale(1.03);
}

.plan-l{
background:rgba(30,144,255,0.12) !important;
border-top:4px solid #1e90ff;
}

.card-2:hover{
transform:translateY(-6px);
box-shadow:0 10px 25px rgba(0,0,0,0.12);
}

.problem-list{
margin:20px 0;
font-size:17px;
}

.ansatz-list{
margin:20px 0;
font-size:17px;
}

.paket-list{
padding-left:20px;
margin-top:10px;
}

.paket-list li{
margin-bottom:6px;
}

.contact{
background:#DFDFDF;
text-align:center;
}

footer{
background:#23475f;
color:white;
text-align:center;
padding:30px;
}

.footer-logo{
display:flex;
justify-content:center;
align-items:center;
gap:10px;
}

.parallax{
background-image:url("../img/260507_BG_Mainmap_1600x1000.jpg");
height:400px;

background-size:cover;
background-position:left;
background-repeat:no-repeat;

background-attachment:fixed;
}

a{
color:#333;
text-decoration:underline;
}

a:hover{
color:#333;
text-decoration:none;
}

/* White Link mit anderer Farbe */
a.white-link {
    color: #FFFFFF;
    text-decoration: underline;
}

/* Alternativer Hover-Effekt */
a.white-link:hover {
    color: #BFBFBF;
    text-decoration: underline;
}

.link-arrow::after{
content:"\2197";
margin-left:2px;
display:inline-block;
transition:transform 0.3s cubic-bezier(.22,1,.36,1); }

.link-arrow:hover::after{
transform:translateY(-3px) rotate(-15deg);
}

.scroll-top::before{
content:"\2191";
}

.scroll-top{
position:fixed;
right:25px;
bottom:25px;

width:60px;
height:60px;

background:#2F556E;
color:white;

display:flex;
align-items:center;
justify-content:center;

text-decoration:none;
font-size:20px;

border-radius:50%;
box-shadow:0 4px 10px rgba(0,0,0,0.2);

transition:all 0.2s ease;
}

.scroll-top:hover{
background:#FFFFFF;
transform:translateY(-3px);
}

html{
scroll-behavior:smooth;
}

.contact-form{
max-width:600px;
margin:40px auto;
display:flex;
flex-direction:column;
gap:15px;
}

.contact-form label{
font-weight:600;
margin-bottom:5px;
}

.contact-form input,
.contact-form textarea,
.contact-form select{
padding:15px;
border:1px solid #ccc;
border-radius:6px;
font-size:18px;
font-family:inherit;
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus{
outline:none;
border-color:#2F556E;
}

.checkbox input{
transform:scale(1.4);
margin-top:3px;
}

button{
display:inline-block;
background:white;
color:#2F556E;

padding:15px 30px;
font-size:17px;
font-weight:600;

border-radius:5px;
text-decoration:none;

font-family:inherit;
border:none;
cursor:pointer;
}

.hidden-field{
display:none;
}

@media (max-width: 910px) {

#navbar {
    transform: translateY(0); /* ? macht sie immer sichtbar */
    opacity: 1;
  }

.cards {
flex-direction: column;
}

  .ansatz-layout {
    grid-template-columns: 1fr;
  }

  .ansatz-graphic {
    order: -1;
    text-align: center;
  }

  .ansatz-graphic img {
    position: static;
    max-width: 200px;
  }
}

<br>
nav a {
display: block;
margin: 10px 0;
}

.box { background:white; padding:30px; border-radius:10px; box-shadow:0 10px 25px rgba(0,0,0,0.1); width:300px; position: top; }
input[type="text"],
input[type="password"] {
    width: 100px;       /* gewünschte Breite */
    box-sizing: border-box;
    padding: 10px;
    margin: 0 auto;
    font-size: 16px;
}

#password {
    padding-right: 20px;  /* Platz für das Auge-Icon */
    width: 100px;       /* gewünschte Breite */
}

#navbar {
  position: fixed;
  top: 20px;              /* kleiner Abstand für "floating look" */
  left: 50%;
  transform: translateX(-50%) translateY(-120%);

  width: calc(100% - 40px);
  max-width: 1200px;
  height: 80px;

  /* Glass Effekt */
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);

  /* Styling */
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);

  display: flex;
  align-items: center;

  opacity: 0;
  transition: all 0.4s ease;

  z-index: 1000;
}

/* Sofort sichtbar auf Seiten mit Klasse show-navbar */
body.show-navbar #navbar {
  position: fixed;
  top: 20px;              /* kleiner Abstand für "floating look" */
  left: 50%;
  transform: translateX(-50%) translateY(0);

  width: calc(100% - 40px);
  max-width: 1200px;
  height: 80px;

  /* Glass Effekt */
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);

  /* Styling */
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);

  display: flex;
  align-items: center;

  opacity: 1;
  transition: all 0.4s ease;

  z-index: 1000;
}

/* Sichtbar beim Scroll */
#navbar.visible {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
}

/* Innenlayout */
.nav-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 25px;
}

/* Logo */
.logo {
    display: flex;
    align-items: center;
}

.logo img {
    display: block;
}

/* Login */
.login a {
  padding: 10px 18px;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  text-decoration: none;
  font-size: 14px;

  transition: all 0.3s ease;
}

.login a:hover {
  background: black;
  transform: translateY(-2px);
}

body {
    margin: 0;
}

.lg-body {
    font-family: Arial;
    background:#23475f;
}

.lg-wrapper {
    display:flex;
    justify-content:center;
    align-items:flex-start;
    padding-top:60px;
}

.lg-box {
    background:white;
    padding:30px;
    border-radius:10px;
    box-shadow:0 10px 25px rgba(0,0,0,0.1);
    width:260px;
    text-align:center;
}

.lg-input {
    width:200px !important;
    padding:8px;
    margin:10px auto;
    display:block;
    box-sizing:border-box;
}

.lg-password-wrap {
    position: relative;
    width: 200px;
    margin: 10px auto 0 auto;
}

.lg-password {
    width: 100%;
    padding-right: 35px; /* Platz für Auge */
    box-sizing: border-box;
}

.lg-eye-btn {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.lg-eye-btn svg {
    width: 18px;
    height: 18px;
    stroke: #555;
}

.lg-eye-btn svg .lg-eye-strike {
    stroke: #555;
}

.lg-button {
    width:120px;
    padding:8px;
    margin-top:10px;
    background:white;
    color:#007bff;
    border:2px solid #007bff;
    border-radius:5px;
    cursor:pointer;
}

.lg-button:hover {
    background:#007bff;
    color:white;
}

.lg-error {
    color:red;
}

.login-sub{
font-size:20px;
margin-bottom:20px;
color:white;
text-align:center;
}

.checkmark-svg {
  list-style: none;
  padding-left: 20px;
  padding-top: 5px;
  padding-bottom: 1px;
  margin: 20px;
}

.checkmark-svg li {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.2rem;
}

/* Text sauber als Block behandeln */
.check-text {
  display: left;
  line-height: 1.4;
}

.checkmark-svg li::marker {
  content: "";
}

/* SVG Größe */
.check-icon {
  margin-top: 0.15em;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

/* Kreis */
.circle {
  fill: none;
  stroke: #28a745;
  stroke-width: 2;

  stroke-dasharray: 63;   /* Umfang Kreis */
  stroke-dashoffset: 63;

  animation: drawCircle 0.6s ease forwards;
}

/* Häkchen */
.check {
  fill: none;
  stroke: #28a745;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;

  stroke-dasharray: 20;
  stroke-dashoffset: 20;

  animation: drawCheck 0.4s ease forwards;
  animation-delay: 0.6s;
}

/* Animationen */
@keyframes drawCircle {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes drawCheck {
  to {
    stroke-dashoffset: 0;
  }
}

/* Animation erst bei .animate */
.animate .circle {
  animation: drawCircle 0.6s ease forwards;
}

.animate .check {
  animation: drawCheck 0.4s ease forwards;
  animation-delay: 0.6s;
}

.ansatz-layout {
  display: grid;
  grid-template-columns: 2fr 1.5fr;
  gap: 2.5rem;
  align-items: start;
}

.ansatz-graphic img {
  width: 100%;
  max-width: 400px;

  position: sticky;
  top: 100px;

  transform: translateX(-110px) translateY(-20px);
}

/* =========================
   MODAL BASE
========================= */
.modal {
  position: fixed;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;

  background: rgba(0,0,0,0.6);

  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;

  z-index: 1000;
}

.modal.show {
  opacity: 1;
  pointer-events: auto;
}

/* =========================
   MODAL CONTENT
========================= */
/* =========================
   BASE MODAL CONTENT
========================= */
.modal-content {
  background: white;
  padding-top: 0.5rem;
  padding-left: 2rem;
  padding-right: 1rem;
  padding-bottom: 2rem;
  border-radius: 14px;

  max-width: 600px;
  width: 90%;

  box-shadow: 0 20px 60px rgba(0,0,0,0.25);

  transform: scale(0.9);
  opacity: 1 !important;
  transition: all 0.3s ease;

  position: relative; /* wichtig für close button */
}

/* Animation */
.modal.show .modal-content {
  transform: scale(1);
  opacity: 1;
}

---

/* =========================
   FARB-VARIANTEN
========================= */

/* PLAN S (Orange) */
.modal-content.plan-s {
  background: #f4ead8 !important;
  border-left: 6px solid #f57c00;
}

/* PLAN M (Grün) */
.modal-content.plan-m {
  background: #dcece6 !important;
  border-left: 6px solid #2e7d32;
}

/* PLAN L (Blau) */
.modal-content.plan-l {
  background: #d9e8f7 !important;
  border-left: 6px solid #1565c0;
}


.modal.show .modal-content {
  transform: scale(1);
  opacity: 1;
}

/* =========================
   CLOSE BUTTON
========================= */
.close {
  position: absolute;
  top: 5px;
  right: 20px;
  font-size: 48px;
  cursor: pointer;
}

/* =========================
   CARDS INTERACTION
========================= */
.modal-trigger {
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.modal-trigger:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.15);
}

/* =========================
   HIDDEN CONTENT
========================= */
.modal-data {
  display: none;
}

}

/* =========================
   LISTE BASIS
========================= */
.checkmark-beratung {
  list-style: none;
  padding-left: 20px;
  padding-top: 5px;
  padding-bottom: 1px;
  margin: 20px;
}

.checkmark-beratung li {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.2rem;
}

/* Text sauber */
.check-text {
  display: block; /* FIX: statt display:left */
  line-height: 1.4;
}

.checkmark-beratung li::marker {
  content: "";
}

/* =========================
   SVG
========================= */
.check-icon {
  margin-top: 0.15em;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

/* =========================
   DEFAULT FARBE (GRÜN)
========================= */
.circle,
.check {
  fill: none;
  stroke: #28a745;
}

/* Kreis */
.circle {
  stroke-width: 2;
  stroke-dasharray: 63;
  stroke-dashoffset: 63;
  animation: drawCircle 0.6s ease forwards;
}

/* Häkchen */
.check {
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 20;
  stroke-dashoffset: 20;
  animation: drawCheck 0.4s ease forwards;
  animation-delay: 0.6s;
}

/* =========================
   FARBVARIANTEN
========================= */

/* ORANGE */
.checkmark-beratung.orange .circle,
.checkmark-beratung.orange .check {
  stroke: #f57c00;
}

/* GRÜN (optional explizit) */
.checkmark-beratung.green .circle,
.checkmark-beratung.green .check {
  stroke: #28a745;
}

/* BLAU */
.checkmark-beratung.blue .circle,
.checkmark-beratung.blue .check {
  stroke: #1565c0;
}

/* =========================
   ANIMATION
========================= */
@keyframes drawCircle {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes drawCheck {
  to {
    stroke-dashoffset: 0;
  }
}

.animate .circle {
  animation: drawCircle 0.6s ease forwards;
}

.animate .check {
  animation: drawCheck 0.4s ease forwards;
  animation-delay: 0.6s;
}

/* =========================
   LAYOUT (unverändert)
========================= */
.ansatz-layout {
  display: grid;
  grid-template-columns: 2fr 1.5fr;
  gap: 2.5rem;
  align-items: start;
}

.ansatz-graphic img {
  width: 100%;
  max-width: 400px;
  position: sticky;
  top: 100px;
  transform: translateX(-110px) translateY(-20px);
}

/* Container */
.readmore-box {
  margin-top: 1rem;
}

/* Versteckter Bereich */
.readmore-content {
  max-height: 0;
  overflow: hidden;

  opacity: 0;

  transition:
    max-height 0.5s ease,
    opacity 0.3s ease;

  will-change: max-height;
}

/* Geöffnet */
.readmore-content.open {
  max-height: 1050px; /* groß genug */
  opacity: 1;

  margin-bottom: 1rem;
}

.readmore-button {

  background: linear-gradient(
    135deg,
    #3b6885,
    #2F556E
  );

  color: white;

  border: none;
  border-radius: 10px;

  padding: 0.8rem 1.2rem;

  font-weight: 600;

  box-shadow:
    0 10px 25px rgba(47,85,110,0.22);

  transition: all 0.25s ease;
}

.readmore-button:hover {
  transform: translateY(-2px);

  box-shadow:
    0 14px 30px rgba(47,85,110,0.32);
}