:root {
    --abstand_oben: 150px !important;
    --content_breite: 1080px;
    --menue_breite: 1300px;

    --rot: #EA553A;
    --drot: #f10032;
    --hbgrau: #E2E9EF;
    --hgrau: #eef2f5;
    --dgrau: #2a3b52;
    --blaugrau: #9AA8BB;
    --blau: #006DAE;
    --mittelblau: #92cafb;
    --hblau: #e3f5ff;
    --hgruen: #e9f1ef;
    --hgruen-chat: #c3d8d0;
    --gruen: #2a3b52;
    --dgruen: #245c46;
    --mdgruen: #207252;
    --footer: #006DAE;
    --hgruen1: #3aa177;
    --color_social_icons: #fff !important;
    --blau_neu: #0266b1;
    --gelb: #FBC74D;
    --hellgelb: #fff4db;
    --hellhellgelb: #fff9ec;


    --rot-hover: #E84A2B;
    --text-color: #333;
    --text-color-light: #666;
    --background-color: #fff;
    --border-color: #ddd;
    --border-radius-large: 16px;
    --border-radius-small: 8px;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-VariableFont_slnt,wght.ttf') format('truetype');
    font-weight: 100 900;
    /* Variable Schriftstärke */
    font-style: normal;
}

@font-face {
    font-family: 'Neutra';
    src: url('../fonts/NeutraText-Demi.otf') format('opentype');
    /* Hier wurde 'truetype' zu 'opentype' geändert */
    font-weight: 100 900;
    /* Variable Schriftstärke (falls zutreffend) */
    font-style: normal;
}

@font-face {
    font-family: 'Neutra-Bold';
    src: url('../fonts/NeutraText-Bold.otf') format('opentype');
    /* Hier wurde 'truetype' zu 'opentype' geändert */
    font-weight: 100 900;
    /* Variable Schriftstärke (falls zutreffend) */
    font-style: normal;
}

@font-face {
    font-family: 'Pangolin';
    src: url('../fonts/Pangolin-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

html {
    font-size: 0.052vw;
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', 'Arial', sans-serif;
    font-size: 18px;
    color: #4A4A49;
    margin: 0 auto;
    width: 100%;
    line-height: 1.4;
}

body {
    padding-top: var(--abstand_oben);
}

.chat-opener {
    background-color: var(--blau) !important;
}

.logos-container {
    width: 350px;
}

.logos-container a.logo img {
    height: 100% !important;
}


.fhk-container {
    display: none !important;
}

.socialbar {
    top: 0;
    right: 0 !important;
    background-color: unset !important;
    padding-right: 0 !important;
    box-sizing: border-box;
    padding: 0px 4%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative !important;
    width: 100%;
    box-shadow: unset !important;
    margin-bottom: 10px;
}

.socialbar svg {
    fill: unset !important;
}

header.innenw>div.flex,
.navigation {
    width: 100%;
}

.nav-top {
    gap: 10px;
    display: flex;
    align-items: center;
}

.desktop-menu {
    justify-content: flex-end;
    flex-wrap: wrap;
    height: fit-content;
}

.navigation .desktop-menu {
    justify-content: space-between;
}

.desktop-menu .login {
    color: var(--blau) !important;
    margin-left: 0 !important;
    gap: 7px;
    display: flex;
    font-size: 80%;
    color: #000;
    align-items: center;
    text-decoration: none;
    padding: 5px 20px;
    transition: background-color 0.3s ease;
}

.desktop-menu .login:hover {
    /*background-color: var(--hellgelb);*/
    color: var(--rot) !important;
}

.desktop-menu .login:hover svg .cls-1 {
    fill: var(--rot);
}

.menu li {
    padding: 1px 0px !important;
}

.menu li:hover {
    background-color: unset !important;
    text-decoration: underline;
}

header.innenw {
    flex-direction: column;
    top: 0 !important;
    gap: 20px;
    padding-right: calc(4% - 20px) !important;
}

.flex-nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    gap: 50px;
}

.login img,
.login svg {
    width: 20px;
}


.bg-start {
    position: relative;
    /* Wichtig, damit die Bullets positioniert werden können */
    min-height: calc(100dvh - var(--abstand_oben) - var(--social_bar) - 100px);
    /* Höhe, damit man den Hintergrund sieht */
    max-height: calc(100dvh - var(--abstand_oben) - var(--social_bar) - 100px);
    /* Höhe, damit man den Hintergrund sieht */
    color: white;
    /* Textfarbe anpassen für bessere Lesbarkeit */

    background-color: #000;

    /* Stellt sicher, dass der Inhalt zentriert bleibt */
    display: flex;
    justify-content: center;
}

/* Styling für die Navigations-Bullets */
.carousel-nav {
    display: none;
    position: absolute;
    bottom: 75px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    /*display: flex;*/
    gap: 12px;
    /* Abstand zwischen den Bullets */
}

.carousel-nav .bullet {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.carousel-nav .bullet:hover {
    background-color: rgba(255, 255, 255, 0.9);
}

.carousel-nav .bullet.active {
    background-color: white;
    transform: scale(1.1);
}

/* Styling für die beiden Bildebenen */
.bg-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;

    /* Die Magie: Der Übergang für die Deckkraft */
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
    /* Dauer und Effekt anpassen */
}

/* Eine "active" Klasse, um eine Ebene sichtbar zu machen */
.bg-slide.active {
    opacity: 1;
}

.logos-container .fhk {
    height: 100% !important;
    max-height: 100%;
}

/*#sozial_y, #sozial_i {
    display:none!important;
}*/

.mobilenot {
    display: block;
}

.pcnot {
    display: none;
}

h1 {
    line-height: 1.2;
    font-weight: 900;
    margin-top: 0;
    /*letter-spacing: 0.05em;*/
    font-size: 60px;
    z-index: 100;
}

.startseite h1,
.erfahrungen-seite h1 {
    color: #fff;
}

.texte .check .btn,
.start .check .btn {
    margin: unset;
}

h2 {
    color: var(--rot);
    margin-bottom: 40px;
    font-size: 34px;
}

p.h2,
span.h2 {
    font-size: 120%;
    line-height: 1.4;
    color: #000;
    font-weight: bold;
}

h3,
span.h3 {
    font-size: 1.2em;
    font-weight: bold;
    color: #000;
}

h4 {
    color: var(--blau);
    margin: 0 0 10px 0;
    font-size: 140%;

}

div.start.innenw {
    min-height: 100px;
    padding-top: 0px;
    width: 100%;
    height: 15%;
    color: #fff;
    max-width: 1920px;
    box-sizing: border-box;
    position: relative;
    bottom: 0;
    padding-bottom: 20px;
    display: flex;
    align-items: flex-end;
    background-color: #000;
}

div.start.innenw1 {
    background-color: #000;
    padding: 20px 0;
}

.start.innenw .texte {
    padding: 0px;
    /*background-color: rgba(42,59,82,.8);
    display: block;
    line-height: 1.3em;
    /* font-size: 18px; */
    position: absolute;
    z-index: 100;
    hyphens: auto;
    word-break: break-word;
    min-width: fit-content;
}

.texte,
.texte span {
    text-align: left;
}

/*div.start.innenw h1, */
div.start.innenw .h2 {
    color: #fff;
    max-width: 400px;
}

.hgrau {
    background-color: var(--blaugrau);
    position: relative;
    padding-top: 0 !important;
}


.hgrau1 {
    background-color: var(--blaugrau);
    position: relative;
}

.hgrau1 .h1 {
    color: #fff !important;
}

.mittelblau {
    background-color: var(--mittelblau);
}

.hgruen {
    background-color: var(--hgruen);
}

.hgruen .h2,
.hgruen .h1 {
    color: var(--gruen);
}

.hgruen_padd {
    background-color: var(--blau);
    position: relative;
    padding: 40px;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 250;
}

.hgruen_padd h1 {
    margin: 0;
    text-align: center;
    color: #fff;
    position: relative;
    height: unset;
    display: block;
}

.hgruen_padd h2 {
    margin-top: 0;
    color: #fff;
}

.hgruen_padd h3 {
    color: #fff;
}

.hgruen_padd ul li::before {
    height: 7px;
    width: 7px;
    background-color: #fff;
}

.hgrau_padd1 {
    min-height: 80px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    background-color: #ddd;
    position: relative;
    padding: 10px;
    margin-bottom: 20px;
    color: #000;
    justify-content: center;
}

.hgrau_padd1 h2 {
    margin: 0;
}

.hgrau_padd {
    background-color: var(--hgrau);
    position: relative;
    padding: 40px;
    margin-bottom: 20px;
    color: #000;
}

.hgrau_padd h2 {
    margin: 0;
}

.hblau_padd {
    background-color: var(--hbgrau);
    position: relative;
    padding: 70px;
    margin-bottom: 20px;
    color: #000;
    text-align: left;
}

.hblau_padd h4 {
    color: #000;
    font-weight: 200;
    font-family: 'Pangolin';
    text-transform: uppercase;

}

.hblau_padd h4.right {
    text-align: right;
}

.hblau_padd .flex img {
    max-width: 200px;
}

.hblau_padd .flex {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    max-width: 100%;
    align-items: center;
    gap: 50px;
    margin-top: -40px;
}

.hblau_padd p {
    color: var(--blau);
}

.flex-right {
    display: flex;
    justify-content: flex-end;
    /* Text mit Pfeil nach rechts */
    align-items: center;
    cursor: pointer;
}

.flex-left {
    display: flex;
    justify-content: flex-start;
    /* Text mit Pfeil nach rechts */
    align-items: center;
    cursor: pointer;
}

.weiterlesen {
    display: flex;
    align-items: center;
    font-weight: bold;
    gap: 8px;
    /* Abstand zwischen Text und Pfeil */
    cursor: pointer;
}

.weiterlesen img {
    width: 30px !important;
    transition: transform 0.3s ease;
}

.weiterlesen.gr img,
.weiterlesen.gr svg {
    width: 40px !important;
    transition: transform 0.3s ease;
}

details[open] .weiterlesen img,
details[open] .weiterlesen svg {
    transform: rotate(180deg);
    /* Pfeil dreht sich nach unten */
}

.weiterlesen-inhalt {
    width: 100%;
    /* Sorgt für volle Breite des Inhalts */
    padding: 10px 0;
}

.nomargin {
    margin: 0;
}


.balken_rot {
    box-sizing: border-box;
    margin: 0 auto;
    width: 100%;
    padding: 10px 20px;
    background-color: var(--dgrau);
    color: #fff !important;
    text-align: center;
    font-weight: 600;
}

.registrierung h3 {
    color: #000;
    font-size: 137%;
    min-height: 2.3em;
}

.registrierung h3.h3 {
    white-space: normal;
    color: #fff;
    background: #dd0c52;
    padding: 1em;
}

.registrierung h3.h3:empty {
    min-height: inherit;
    padding: 0;
}

.we {
    background: #fff;
}


.blau h2 {
    color: #fff;
    margin-bottom: 2em;
    margin-top: 0;
}

.dblau {
    color: #000;
}

.grau {
    background: #eee;
}

.hblau {
    background: var(--hblau);
}

.rot {
    color: var(--rot) !important;
}

h2.blau {
    color: var(--blau);
}

h2.gruen {
    color: var(--dgruen);
}

.section-title {
    text-align: center;
    color: #333;
    margin-bottom: 40px;
}

/* === Der Kern des horizontalen Scrollens === */

/* 1. Der äußere Container (das "Fenster") */
.process-container {
    overflow-x: auto;
    /* Erlaubt horizontales Scrollen, wenn der Inhalt überläuft */
    padding-bottom: 20px;
    /* Platz für die Scrollbar */
}

/* 2. Der innere Container, der alle Schritte hält */
.process-steps {
    display: flex;
    /* Richtet alle Schritte nebeneinander aus */
    gap: 45px;
    /* Abstand zwischen den Schritten */
    justify-content: space-between;
}

/* === Das Aussehen der einzelnen Schritte === */

.step {
    min-width: 120px;
    position: relative;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    padding: 25px;
    width: 5%;
    flex-shrink: 0;
}

/* Der blaue Pfeil zwischen den Karten */
.step:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 50%;
    /* Positioniert den Pfeil rechts außerhalb der Karte */
    right: -28px;
    transform: translateY(-50%);

    /* Erzeugt die Pfeilform mit CSS-Borders */
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid var(--blau);
    /* Die Farbe des Pfeils */
}


/* Styling für den Inhalt der Karten */
.step img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    margin: 0 auto;
}

.step h3 {
    color: #0056b3;
    font-size: 1.2em;
    margin: 0 0 10px 0;
}

.step p {
    color: #555;
    line-height: 1.6;
    margin: 0;
}


/* Optional: Schöneres Aussehen für die Scrollbar (funktioniert in Webkit-Browsern wie Chrome/Safari) */
.process-container::-webkit-scrollbar {
    height: 8px;
}

.process-container::-webkit-scrollbar-track {
    background: #e0eaf3;
    border-radius: 4px;
}

.process-container::-webkit-scrollbar-thumb {
    background-color: var(--blau);
    border-radius: 4px;
}

h1.sw,
.h1.sw {
    color: #000 !important;
}

span.rot,
h2.rot {
    background: none;
    color: var(--rot);
}

.fett {
    font-weight: 900;
}

.innenw {
    position: relative;
    padding-right: calc((100% - var(--content_breite))/2);
    padding-left: calc((100% - var(--content_breite))/2);
    padding-top: 4%;
    padding-bottom: 4%;
}

.innenw.bottom {
    padding-bottom: 20px !important;
}

.innenw.innenw-mobil {
    padding-top: 0;
    padding-bottom: 0;
}

.turbo .innenw,
.turbo.innenw {
    padding: 4% 12%;
}

.left {
    text-align: left;
    padding: 2em;
}

.tl {
    text-align: left;
}

.mg {
    padding-bottom: 4em;
}

.pad {
    padding: 2em;
    width: 65%;
    margin: 2em auto;
}

.pad2 {
    padding: 2em;
    padding-bottom: 0;
    width: 65%;
    margin: 0;
}

.bl {
    display: block;
}



.flex1 {
    gap: 10px;
    display: flex;
    align-items: flex-start;
}

.flex2 {
    gap: 150px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.column {
    flex: 1;
}

.column ul li::before {
    height: 7px;
    width: 7px;
    background-color: #000;
}

.haken {
    width: 35px !important;
    max-width: 35px !important;
}

.symbol {
    max-width: 150px !important;
}



p a,
div.rechnung_ span a,
form a,
div.sozial_popup a {
    color: var(--rot);
    text-decoration: underline;
    cursor: pointer;
}

div.rechnung_ span a {
    display: block;
    text-decoration: none;
    font-size: 125%;
    color: #003e57;
    margin-bottom: 0.5em;
}



.untertitel {
    text-decoration: none;
    color: #000;
    padding: 5px 0 0 5%;
    font-size: 60%;
}

a.button {
    display: inline-block;
    padding: 0.3em 0;
    font-size: 105%;
    position: relative;
    z-index: 1;
    text-decoration: none;
    margin-bottom: 1.5em;
    margin-top: 0.5em;
}

a.button::before,
a.button::after {
    content: '';
    display: block;
    position: absolute;
    background: #DD0C52;
    border-radius: 100%;
    width: 2em;
    top: 0;
    height: 100%;
    left: -1em;
    z-index: -1;
}

a.button::after {
    left: auto;
    right: -1em;
}

a.zurueck {
    margin-top: 0.5em;
    margin-bottom: 1.5em;
}

div.start a.button {
    margin-left: 1em;
    margin-top: 1em;
}

.start ul {
    list-style: none;
    /* Standard-Aufzählungszeichen entfernen */
    padding: 0;
}

.start ul li {
    position: relative;
    padding-left: 30px;
    /* Platz für das benutzerdefinierte Symbol */
    font-size: 18px;
    font-family: Arial, sans-serif;
    margin-bottom: 10px;
}

.start ul li::before {
    content: "";
    /* Leeres Element für das Symbol */
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background-color: var(--rot);
    /* Rote Farbe */
    border-radius: 50%;
    /* Kreisform */
}

h1 {
    font-size: 290%;
}

.h1 {
    font-size: 200%;
    font-family: 'Inter';
}

.hilfsmittel .h1 {
    font-family: 'Inter';
    margin-bottom: 30px;
    font-size: 180%;
}

h1,
.h1 {
    letter-spacing: 0.02em;
    font-weight: 700;
    line-height: 1.05;
    margin-bottom: 0.5em;
    color: #000;
}


div.start p.h2 {
    hyphens: auto;
    word-break: break-word;
    font-weight: 900;
    font-size: 25px;
    font-weight: 900;
}

div.start span.bild {
    display: block;
    position: absolute;
    left: 27%;
    bottom: 0;
    width: 35%;
    z-index: -1;
}

div.index_bild {
    max-height: 50vh;
    height: auto;
    line-height: 0;
    overflow: hidden;
}

div.index_bild.i1,
div.index_bild.i2 {
    background: url('../images/pflegedienst-poster.png') no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

div.index_bild.i2 {
    background-image: url('../images/pflegedienst-poster.png');
}

div.index_bild.i1 img,
div.index_bild.i2 img {
    opacity: 0;
    visibility: hidden;
}

div.cgrid {
    column-count: 2;
    column-gap: 2em;
    margin-bottom: 2em;
}

div.cgrid>div {
    padding: 2em;
    border-radius: 1em;
    background: #fff;
    break-inside: avoid-column;
    margin-bottom: 2em;
}

div.start span.bild img,
.index_bild img {
    left: 0;
    bottom: 0;
    position: absolute;
    display: block;
    /* object-fit: cover; */
    /* object-position: center; */
    width: 100%;
    /* height: 100%; */
}

div.start h2 {
    margin-bottom: 0;
    line-height: 1.1;
}

div.nachweis h2 {
    margin-bottom: 2em;
}

div.nachweis div.bild {
    overflow: hidden;
    text-align: right;
    padding-right: 2em;
}

div.nachweis div.bild img {
    object-fit: contain;
    object-position: center;
    width: 35%;
    height: 100%;
}

div.nachweis div.flex {
    text-align: left;
}

div.nachweis div.flex p {
    display: flex;
    align-items: flex-start;
}

div.nachweis div.flex p span.punkt {
    display: block;
    width: 1em;
    padding: 0.25em;
    background: #DD0C52;
    color: #fff;
    border-radius: 100%;
    line-height: 1;
    text-align: center;
    margin-right: 1em;
    font-weight: 700;
    font-size: 115%;
}

div.nachweis div.flex p span.text {
    display: block;
    width: calc(100% - 3em);
}

div.nachweis a {
    margin-top: 2em;
}

div.neues img {
    width: 30%;
    display: inline-block;
    height: auto;
}

p {
    line-height: 1.3;
}

.center,
.center1 {
    text-align: center;
}

.wd1280 {
    margin: 0 auto;
    max-width: 1280px;
    padding: 4%;
    text-align: center;
}

div.vorteile_block {
    border-radius: 1em;
    width: 52%;
    margin: 0 auto;
    padding: 1em 2em 1em 2em;
    transform: translateX(3em);
    text-align: left;
    margin-bottom: 2em;
}

div.vorteile_block>div {
    position: relative;
    margin-bottom: 2em;
}

div.vorteile_block img {
    display: block;
    width: 6em;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    border-radius: 100%;
    transform: translateX(-110%);
}

div.vorteile_block h3 {
    margin-bottom: 0;
}

div.vorteile_block p {
    margin-top: 0.5em;
}

.flex {
    display: flex;
    flex-wrap: wrap;
    /* Erlaubt den Umbruch nach 2 Elementen */
    justify-content: space-between;
    max-width: 100%;
}

.flex-comic {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    gap: 20px;
}

.flex img {
    width: 100%;
    flex: 1;
}

.faq-container {
    width: 60%;
}

.hund-container {
    position: relative;
    flex: 1;
}

.hund-container img {
    top: -30px;
    right: 0;
    position: absolute;
    max-width: 350px !important;
}

.hellgelb {
    background-color: var(--hellgelb);
}

.hellhellgelb {
    background-color: var(--hellhellgelb);
}

.hblau_padd.hellhellgelb {
    background-color: var(--hellhellgelb) !important;
}

.hblau_padd.hellhellgelb p {
    color: #000;
}

.hblau_padd.hellhellgelb .flex {
    margin-top: 0;
}

.hblau_padd.hellhellgelb .check .btn {
    margin: unset;
}

.comic {
    display: flex;
    padding: 16px;
    /* bleibt sichtbar */
    position: relative;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background: transparent;
    transition: transform 0.3s ease;
}

.comic .bg {
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.bild-wrapper {
    position: relative;
    overflow: hidden;
    /* verhindert, dass die Bildvergrößerung über den Rahmen hinausgeht */
    z-index: 2;
    width: 100%;
    border-radius: 10px;
    /* optional */
}

.comic .bild {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.4s ease;
    transform-origin: center center;
    /* Zoom von der Mitte */
}

.comic span {
    padding: 5px;
    border: 3px solid #000;
    font-weight: 100;
    font-size: 20px;
    background-color: #fff;
    text-transform: uppercase;
    font-family: 'Pangolin';
    left: 17px;
    bottom: 17px;
    z-index: 3;
    position: absolute;
    color: #000;
}

.comic .sprechblase {
    width: 70%;
    left: 0;
    bottom: -70%;
    z-index: 4;
    position: absolute;
}

.comic:hover .bild {
    transform: scale(1.1);
}

.abstand50 {
    margin-top: 50px !important;
}

.abstand100 {
    margin-top: 100px;
}

.abstand120 {
    margin-top: 120px;
}

.abstand150 {
    margin-top: 150px;
}

.hund-sprechblase {
    padding-left: calc((100% - var(--content_breite)) / 2);
    width: 250px;
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 9;
}

.hund-sprechblase1 {
    padding-right: calc((100% - var(--content_breite)) / 2);
    width: 250px;
    position: absolute;
    bottom: -10px;
    right: 0;
    z-index: 9;
}

.hund-sprechblase1.breit {
    width: 450px;
}

.hund-sprechblase2 {
    max-width: 270px !important;
    margin: 0 auto;
    width: 250px;
    position: absolute;
    bottom: -69px;
    right: 0;
    z-index: -1;
}

.hund-sprechblase3 {
    max-width: 191px !important;
    margin: 0 auto;
    width: 250px;
    position: relative;
    bottom: -25px;
    right: 0;
    z-index: -1;
}

.hund-sprechblase4 {
    max-width: 300px !important;
    margin: 0 auto;
    width: 80%;
    position: relative;
    bottom: -9px;
    right: 0;
    z-index: -1;
}

.abstand-sprechblase {
    margin-top: 40px !important;
    margin-bottom: 100px !important;
}

.abstand-sprechblase1 {
    margin-top: 40px !important;
    margin-bottom: 150px !important;
}

.abstand-sprechblase2 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}

.innenw img {
    max-width: 100%;
}

.wdflex {
    flex: 1;
}

.wd50 {
    width: 48% !important;
    /* Etwas weniger als 50%, um Platz für den Abstand zu lassen */
    box-sizing: border-box;
    /* Verhindert, dass Padding die Breite überschreitet */
    margin-bottom: 2%;
}

.wd30 {
    width: 30% !important;
    /* Etwas weniger als 50%, um Platz für den Abstand zu lassen */
    box-sizing: border-box;
    /* Verhindert, dass Padding die Breite überschreitet */
    margin-bottom: 2%;
}

.wd40 {
    width: 40% !important;
    /* Etwas weniger als 50%, um Platz für den Abstand zu lassen */
    box-sizing: border-box;
    /* Verhindert, dass Padding die Breite überschreitet */
    margin-bottom: 2%;
}

.wd60 {
    width: 60% !important;
    /* Etwas weniger als 50%, um Platz für den Abstand zu lassen */
    box-sizing: border-box;
    /* Verhindert, dass Padding die Breite überschreitet */
    margin-bottom: 2%;
}

.wd70 {
    width: 70% !important;
    /* Etwas weniger als 50%, um Platz für den Abstand zu lassen */
    box-sizing: border-box;
    /* Verhindert, dass Padding die Breite überschreitet */
    margin-bottom: 2%;
}

.cursor {
    cursor: pointer;
}

.auto img {
    height: 100%;
    max-height: unset !important;
}

.wd25 {
    width: 22% !important;
    /* Etwas weniger als 50%, um Platz für den Abstand zu lassen */
    box-sizing: border-box;
    /* Verhindert, dass Padding die Breite überschreitet */
    margin-bottom: 2%;
}

.gap {
    gap: 15px;
}

.gap2 {
    gap: 40px;
}

.ov {
    display: none;
    color: #fff;
    margin-top: 3%;
    width: 90%;
    left: 5%;
    position: absolute;
}

div.nachweis div.flex>div {
    padding: 0;
    width: 100%;
}

div.einblenden>div {
    display: none;
}

div.einblenden.i1>div.i1,
div.einblenden.i2>div.i2,
div.einblenden.i3>div.i3,
div.einblenden.i4>div.i4,
div.einblenden.i5>div.i5 {
    display: block;
}

div.schritte div.bild {
    position: relative;
}

div.schritte div.bild::before {
    content: '';
    display: block;
    position: absolute;
    background: url('../images/pfeil.svg') no-repeat;
    width: 3em;
    height: 3em;
    right: -2em;
    top: 50%;
    background-size: contain;
}

div.schritte div.bild.b3::before {
    display: none;
}

div.schritte div.bild>span {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 2em;
    height: 2em;
    font-weight: 900;
    font-size: 200%;
    background: #ddd;
    line-height: 1;
    border-radius: 100%;
}

div.schritte div.bild img {
    display: block;
    width: 45%;
    margin: 0 auto;
}

div.schritte b {
    display: inline-block;
    margin-bottom: 0.5em;
}

div.frage {
    margin-bottom: 10px;
}

p.frage {
    gap: 15px;
    display: flex;
    color: #000;
    cursor: pointer;
    margin: 0;
    text-align: left;
    border: 0;
    padding: 10px;
    background-color: var(--hellgelb);
    align-items: center;
}

p.frage span::before {
    content: "+";
    color: var(--drot);
    font-size: 200%;
}

.offen p.frage span::before {
    content: "—";
    /* Hier wird das Minuszeichen eingefügt */
    color: #fff;
    font-size: 135%;
}


.offen p.frage {
    color: #fff;
    background-color: var(--blau);
}

.frage.offen p.frage {
    font-weight: bold;
}

p.antwort {
    display: none;
    text-align: left;
}

.offen>p.antwort {
    padding: 20px 20px 20px 52px;
    margin-top: 0;
    background-color: #fff;
    display: block;
}

div.faq div.flex {
    flex-wrap: wrap;
}

div.faq div.flex>div {
    width: 45%;
    text-align: left;
    border-bottom: 0.25em solid #DCD3D3;
}

div.faq div.flex>div.fn {
    border: 0;
    margin-bottom: 2em;
}

div.kunden>p {
    margin-bottom: 2em;
}

div.bx-wrapper {
    background: 0;
    border: 0;
    box-shadow: none;
    text-align: left;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 2em;
}

div.bx-wrapper p {
    width: 80%;
    margin: 0 auto;
    background: #fff;
    border-radius: 0.5em;
    padding: 1em;
    height: 9.5em;
    padding-top: 1.25em;
    margin-bottom: 1em;
}

div.bx-wrapper div.slider>div {
    max-width: 19em;
}

.bx-wrapper .bx-next {
    background: url('../images/pfeil.svg') no-repeat;
    right: -2em;
}

.bx-wrapper .bx-prev {
    background: url('../images/pfeil_links.svg') no-repeat;
    left: -2em;
}

div.para img {
    width: auto;
    max-height: 90px;
    margin: 0 auto;
    display: block;
    padding-bottom: 8px;
}

.wd50 img {
    width: 100%;
    height: auto;
    max-height: unset;
}

.para h2 {
    text-align: center;
}

/*ANCHOR Seite2 */
div.schritt1 {
    padding-top: 3em;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    margin-bottom: 2em;
}

div.schritt1>h2 {
    margin-bottom: 0.5em;
}

div.nschritt {
    padding: 2em;
}

div.weiter {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 3em;
}

div.weiter span {
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    width: 5em;
    height: 5em;
}

div.weiter>div {
    position: relative;
}

div.weiter>div::before {
    content: '';
    display: block;
    width: 36%;
    height: 2rem;
    background: #003e57;
    position: absolute;
    left: 84%;
    top: 9em;
}

div.weiter>div.nr5::before {
    display: none;
}

div.weiter div.aktiv span {
    background: #295D72;
}

div.weiter h3 {
    font-weight: 400;
    color: #444;
    font-size: 125%;
}

div.negativ_offen>p {
    margin: 0;
}

form {
    width: 70%;
    margin: 0 auto;
}

form label {
    padding: 1.5em;
    border-radius: 0.25em;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    font-weight: 700;
    background: #fff;
    margin-bottom: 2em;
    position: relative;
}

input,
select,
textarea {
    font-size: 100%;
    border: 0;
    background: none;
    font-weight: 400;
    width: 68%;
}

div.zwei input,
div.zwei select,
div.zwei textarea {
    width: 100%;
    margin-top: 0.25em;
}

form label span {
    display: block;
    font-size: 85%;
    color: #666;
    width: 100%;
    text-align: left;
}

.zu {
    display: none;
}

p.fehler {
    padding: 2em;
    border-radius: 0.25em;
}


a.zurueck,
a.zurueck_2 span {
    display: inline-block;
    background: #fff;
    border: 0;
    border-top: 0.15em solid #DD0C52;
    border-bottom: 0.15em solid #DD0C52;
    font-size: 135%;
    padding: 1.5em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    position: relative;
    line-height: 1;
    text-decoration: none;
    color: #4A4A49;
    margin-right: 1em;
    cursor: pointer;
    margin-top: 0.5em;
}

button:disabled {
    display: none;
}

a.zurueck_2 {
    position: relative;
    z-index: 1;
    font-size: 80%;
}

a.zurueck::before,
a.zurueck::after,
a.zurueck_2 span::before,
a.zurueck_2 span::after {
    content: '';
    display: block;
    position: absolute;
    width: 2em;
    height: 100%;
    border: 0.15em solid #DD0C52;
    border-radius: 100%;
    top: -0.15em;
    left: -1em;
    z-index: -1;
    background: #fff;
}

a.zurueck,
a.zurueck::before,
a.zurueck::after,
a.zurueck_2 span,
a.zurueck_2 span::after,
a.zurueck_2 span::before,
div.buttons.bblau button,
div.buttons.bblau button::before,
div.buttons.bblau button::after {
    border-color: #003e57;
}

div.buttons.bblau button {
    color: #003e57;
}

a.zurueck.br,
a.zurueck.br::before,
a.zurueck.br::after {
    border-color: #dd0c52;
}

.login button {
    margin-bottom: 4em;
}

a.bwe,
a.bwe::before,
a.bwe::after {
    border-color: #fff;
}

a.bwe {
    z-index: 1;
}

button::after,
a.zurueck::after,
a.zurueck_2 span::after {
    left: auto;
    right: -1em;
}

div.buttons {
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 3em;
}

div.flex.zwei>label {
    width: 39%;
}

div.wrap {
    flex-wrap: wrap;
    justify-content: space-between;
}

section.uebersicht>div.ue {
    background: #fff;
    border-radius: 0.25em;
    padding: 2em;
    width: 100%;
    margin: 5em auto;
}

section.uebersicht>div.ue.rechnungen {
    padding: 0;
    margin: 0;
}

section.uebersicht ul {
    width: 77%;
    margin: 0 auto;
}

section.uebersicht>div label {
    margin: 0;
    padding: 1em;
    font-weight: 700;
}

div.ue div.buttons {
    padding-top: 1em;
    padding-bottom: 1em;
}

div.warenkorb input {
    text-align: right;
}

div.warenkorb label {
    font-weight: 400;
}

div.warenkorb label.gesamt,
div.warenkorb label.gesamt input {
    font-weight: 700;
}

div.rechtliches {
    text-align: left;
    margin-bottom: 3em;
    margin-top: 2em;
}

div.rechtliches.all,
div.rechtliches.all label,
div.rechtliches.all p {
    margin: 0;
}

div.rechtliches>p {
    padding-left: 3em;
    margin-bottom: 0;
}

div.rechtliches input {
    max-width: 4em;
}

div.rechtliches label {
    background: none;
}

audio {
    display: block;
    max-width: 100%;
    margin: 0.5em auto;
}

div.addon audio {
    margin: 0.5em;
}

.ende ol li {
    margin-bottom: 1.5em;
}

div.dokumente {
    display: flex;
    justify-content: space-around;
}

div.dokumente div.dok {
    width: 30%;
}

div.dokumente.vierer div.dok {
    width: 24%;
}

div.dok a {
    text-decoration: none;
    font-weight: 700;
    color: #000;
    font-size: 125%;
}

div.vierer div.dok a {
    font-size: 100%;
}

div.dok img {
    display: block;
    margin: 1em auto;
}

img.hl {
    display: inline-block;
    width: 15em;
    height: auto;
}

p.hinweis_kontakte label select {
    width: 100%;
}

.checkbox-label {
    display: block;
    position: relative;
    cursor: pointer;
    padding-left: 3em;
}

.checkbox-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkbox-label .checkbox-custom {
    position: absolute;
    top: calc(50% - 0.5em);
    left: 0px;
    height: 1em;
    width: 1em;
    background-color: transparent;
    border-radius: 5px;
    transition: all 0.3s ease-out;
    border: 2px solid #003e57;
}

.checkbox-label input:checked~.checkbox-custom {
    background-color: #003e57;
    border-radius: 5px;
    transform: rotate(0deg) scale(1);
    opacity: 1;
    border: 2px solid #003e57;
}

.checkbox-label .checkbox-custom::after {
    position: absolute;
    content: "";
    left: 0.5em;
    top: 0.5em;
    height: 0px;
    width: 0px;
    border-radius: 5px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    transform: rotate(0deg) scale(0);
    opacity: 1;
    transition: all 0.3s ease-out;
}

.checkbox-label input:checked~.checkbox-custom::after {
    transform: rotate(45deg) scale(1);
    opacity: 1;
    left: 4px;
    top: 2px;
    width: 3px;
    height: 6px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    background-color: transparent;
    border-radius: 0;
}

div.regis_ende {
    padding-left: 13%;
}

/*
p.hinweis_kontakte label {
    background: #000;
    color: #fff;
    padding: 2em;
}

p.hinweis_kontakte label select {
    color: #fff;
    width: 100%;
}

p.hinweis_kontakte label select option {
    color: #444;
}
*/

/*ANCHOR Bestätigung */
div.buttons.bblau {
    position: relative;
    z-index: 1;
}

div.zertifikat {
    padding: 4em;
    border: 1px solid #000;
}

div.zertifikat img {
    width: 10em;
    height: auto;
}

div.rechnung_ span {
    width: 50%;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: left;
}

div.rechnung_.fett {
    margin-bottom: 0.5em;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    background: #f9f9f9;
}

.select2-search--dropdown {
    display: block;
    position: relative;
}

.select2-search--dropdown::before {
    content: '';
    display: block;
    position: absolute;
    width: 1em;
    height: 1em;
    right: 1em;
    opacity: 0.5;
    top: 0.65em;
    background: url('../images/suche.svg') no-repeat;
    background-size: contain;
}

/*ANCHOR Druck */
.druck header,
.druck footer.innenw {
    display: none;
}

html {
    margin: 0;
    padding: 0;
}

body.druck {
    background: none;
    padding: 2em;
    padding-top: 0;
    width: 19.6cm;
    max-width: inherit;
    height: 25cm;
    font-size: 40px;
    background: #fff;
}

.druck div.zertifikat {
    border: 0;
}

.druck table td p {
    clear: both;
    margin: 0;
    margin-bottom: 0.5em;
}

.druck table td {
    vertical-align: top;
}

.druck table td span {
    display: block;
    font-weight: 700;
    white-space: nowrap;
}

.druck table td span.gr {
    font-size: 110%;
}

.druck table td span>span,
.druck table td h3>span,
.druck h2>span {
    color: #999;
    font-size: 50%;
    display: block;
    margin-top: -0.25em;
    position: relative;
}

.druck h2 {
    font-size: 125%;
}

.druck table td p>span {
    float: left;
    margin-right: 2em;
    min-width: 10em;
}

.druck div.zertifikat div.qr_code img {
    width: auto;
}

.druck div.adresse {
    padding-left: 3em;
    padding-top: 2em;
    border-top: 1px solid #ccc;
}

.druck div.adresse>span {
    display: block;
    float: left;
    padding: 1em;
    margin-right: 8em;
    font-size: 60%;
}

.klein {
    font-size: 60%;
}

.druck div.stammdaten {
    margin-bottom: 2em;
}

.druck p.kl {
    font-size: 50%;
    margin-top: 1em;
}

/*
.druck div.ueberschrift {
    width: 50%;
    margin-left: 50%;
}
*/

.druck td.td_1 {
    padding-right: 3em;
    width: 21.6em;
}

.druck div.unterschrift {
    position: relative;
    margin-bottom: 3em;
}

.druck div.unterschrift img#stempel {
    position: absolute;
    left: 10%;
    top: -3em;
}

.rechnung div.logo {
    padding: 2em;
    width: 26em;
    float: left;
    border-radius: 0 0 0.5em 0.5em;
}

.rechnung div.logo img {
    display: block;
    width: 100%;
    height: auto;
}

.rechnung div.kopf h2 {
    float: right;
    margin-top: 2em;
}

.rechnung div.daten {
    padding-top: 2em;
    margin-bottom: 3em;
}

.rechnung div.daten>div {
    width: 50%;
    float: left;
}

.rechnung div.daten>div.kd_daten {
    padding: 2em;
    text-align: right;
    float: right;
    padding-right: 0;
}

.rechnung div.kd_daten p {
    margin: 0;
    clear: both;
    padding-left: 5em;
}

.rechnung div.kd_daten span {
    text-align: left;
    display: block;
    float: left;
    width: 8em;
    white-space: nowrap;
    font-weight: 700;
}

.rechnung div.daten>div.kunde {
    background: #DCD3D340;
    border-radius: 0.5em;
    width: 26em;
    padding: 2em;
}

.rechnung div.positionen span {
    display: block;
    float: left;
    width: 18%;
    text-align: right;
}

.rechnung span.pg,
.rechnung span.pb {
    font-weight: 700;
}

.rechnung div.positionen span.pb {
    width: 37%;
    text-align: left;
}

.rechnung div.positionen span.pp {
    width: 5em;
    text-align: left;
}

.rechnung div.re_kopf {
    border-bottom: 0.15em solid #003e57;
    margin-bottom: 1em;
    font-weight: 700;
}

.rechnung div.re_pos {
    border-bottom: 2px solid #003e57;
    margin-bottom: 1em;
}

.rechnung div.summe {
    width: 30em;
    float: right;
    text-align: right;
    font-weight: 700;
    position: relative;
}

.rechnung div.summe span {
    text-align: left;
    display: block;
    float: left;
}

.rechnung div.summe p {
    padding: 0.5em;
    padding-right: 2em;
}

.rechnung div.summe p.re_betrag {
    border-radius: 0.5em;
    padding-top: 1em;
    padding-bottom: 1em;
    border-bottom: 5px solid #003e57;
}

.rechnung div.re_fuss {
    background: #003e57;
    position: relative;
    left: 0;
    width: 100%;
    bottom: 1em;
    padding: 2em 6em 2em 6em;
    box-sizing: border-box;
}

.rechnung div.re_fuss>p {
    float: left;
    width: 20%;
    color: #fff;
}

.rechnung div.re_fuss img {
    display: block;
    width: 6em;
}

.rechnung div.rechnung>div {
    padding-left: 4em;
    padding-right: 4em;
}

.rechnung div.re_texte p {
    padding: 3em;
}

div.dokumente img {
    max-width: 100%;
}

div.anleitung {
    padding: 2em;
    background: #fff;
    border: 1px solid #eee;
    margin-top: 1em;
    color: #000;
    text-align: left;
    margin-bottom: 2em;
    position: relative;
    padding-top: 4em;
}

div.anleitung.rahmen {
    border-color: #dd0c52;
}

div.anleitung a {
    display: flex;
    align-items: center;
}

div.anleitung a img {
    display: block;
    margin-right: 2em;
}

div.anleitung label {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #eee;
}

div.anleitung label span {
    display: block;
    width: calc(100% - 4em);
}

div.anleitung label input {
    display: block;
    width: 1em;
    height: 1em;
    margin-right: 2em;
}

div.anleitung label span a {
    display: none;
}

div.anleitung label input:checked~span a,
div.anleitung div.addon label span a {
    display: block;
}

div.anleitung div.addon label {
    border: 1px solid #ccc;
    padding: 1em;
    font-size: 85%;
    margin-bottom: 2em;
    position: relative;
}

div.anleitung div.addon label b,
div.anleitung div.addon label u {
    display: block;
    font-weight: 700;
    margin-bottom: 0.5em;
}

div.anleitung div.addon label span span {
    font-size: 90%;
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

div.sprungmarken a.button {
    margin-right: 2em;
    margin-left: 1em;
}

span.ue_paket {
    display: block;
    position: absolute;
    background: #003e57;
    color: #fff;
    padding: 1em;
    right: 0;
    top: 0;
    letter-spacing: 3rem;
}

/*ANCHOR Turbo */
div.turbo_anwendung {
    align-items: flex-start;
    margin-top: 6em;
    margin-bottom: 8em;
}

div.turbo_anwendung div.menu a {
    display: block;
    margin-bottom: 1em;
    cursor: pointer;
    text-decoration: none;
    background: #fff;
    border-radius: 1em;
    border: 2rem solid #003e57;
    padding: 0.35em 1em;
    color: #000;
    font-size: 90%;
    text-align: center;
}

div.turbo_anwendung div.menu a.rot {
    color: #fff;
    background: #dd0c52;
}

div.turbo_anwendung div.menu {
    width: 30%;
}

div.turbo_anwendung.flex>div.sit_stadium {
    width: 60%;
}

div.turbo_anwendung ul {
    list-style-type: none;
}

div.turbo_anwendung .sit_stadium ul {
    list-style: square;
}

div.turbo_anwendung .sit_stadium ul li {
    margin-bottom: 1em;
}

div.sit_stadium {
    padding: 2em;
    background: #fff;
    border: 0.5em solid #003e57;
    border-bottom-color: #dd0c52;
    border-radius: 1em;
    position: relative;
    box-shadow: 0.5em 0.5em 1em 0.5em rgba(0, 0, 0, 0.1);
}

div.s0 svg.weiche {
    display: block;
    margin: 2em auto;
    width: 3em;
    height: 3em;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

div.sit_stadium p svg {
    display: block;
    margin: 0.5em auto;
    width: 2em;
    height: 2em;
    color: #dd0c52;
}

div.sit_stadium p span.gruen svg {
    color: darkgreen;
}

div.sit_stadium div.flex>div {
    width: calc(50% - 4em);
}

div.sit_stadium h2 {
    text-align: center;
    margin-bottom: 1.5em;
}

a.button2 {
    display: block;
    width: fit-content;
    padding: 0.5em 3em;
    border-radius: 0.5em;
    color: #fff;
    background-color: #003e57;
    cursor: pointer;
    margin: 1em auto;
}

div.multi a.button2 {
    width: 100%;
    margin: 1em;
    text-align: left;
}

div.sit_stadium div.dok a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 1em;
    background: #f3f3f3;
    padding: 1em;
    text-align: left;
}

div.sit_stadium div.dok a:hover {
    background: #e8e8e8;
}

div.sit_stadium div.dok img {
    width: 6em;
    margin: 0;
    margin-right: 1em;
}

a.t_zurueck {
    cursor: pointer;
    text-decoration: underline;
    display: block;
    margin: 1em auto;
    width: fit-content;
    padding: 1em;
}

/*ANCHOR Addon */
div.schritt1.addon,
div.d_navi {
    display: flex;
    justify-content: space-between;
}

div.d_navi {
    margin-top: 2em;
    font-size: 85%;
    padding: 2em;
}

div.d_navi span.ue_paket {
    right: auto;
    left: 0;
}

div.paket {
    width: 48%;
    padding: 2em;
    background: #fff;
    position: relative;
    box-sizing: border-box;
}

div.paket img {
    display: block;
    width: 50%;
}

div.paket a {
    display: inline-block;
    padding: .5em 2em;
    border-radius: 1em;
    position: relative;
    z-index: 1;
    background: #db1656;
    color: #fff;
    text-decoration: none;
}

div.paket h3 {
    min-height: 4em;
}

div.d_navi div.bild {
    width: 100%;
    height: 8em;
}

div.d_navi img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

div.d_navi>div {
    width: 30%;
    box-sizing: border-box;
    text-align: left;
    background: #fff;
    border-radius: 2em 2em 0 0;
    overflow: hidden;
    position: relative;
    padding-bottom: 5em;
}

section div.d_navi>div {
    padding-bottom: 0;
    border: 1px solid #eee;
    width: 32%;
}

section div.d_navi>div.gruen {
    position: relative;
    border-bottom: 2rem solid green;
}

section div.d_navi>div.gruen::after {
    content: '✓';
    font-weight: 700;
    color: green;
    font-size: 230%;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
}

div.d_navi div.info {
    padding: 1em;
}

div.d_navi a.button {
    margin: 1em;
    position: absolute;
    bottom: 1em;
}

div.d_navi ol {
    padding: 0;
    margin-left: 1em;
}

/*ANCHOR Footer */

footer.innenw {
    display: flex;
    justify-content: space-between;
    font-size: 65%;
    width: 60%;
    padding: 10em;
    padding-left: 20%;
    padding-right: 20%;
    position: relative;
    overflow: hidden;
}


a#nach_oben {
    position: absolute;
    padding: 0.15em;
    background: #000;
    width: 3em;
    height: 3em;
    background-size: contain;
    z-index: 5;
    right: 6em;
    top: -3em;
    border-radius: 0.5em 0.5em 0 0;
}



/*ANCHOR Dashboard */
a.n_aendern,
.aktiv a.zurueck_2 {
    display: none;
}

.aktiv a.n_aendern {
    display: block;
}

label span.flex {
    width: 62.5%;
}

div.faq.dashboard {
    padding: 2em;
}

div.faq.dashboard div.flex {
    font-size: 85%;
}

p.joh,
form.joh {
    display: none;
}

form label.lc {
    justify-content: center;
}

form label.lc>span {
    margin-left: 4em;
    font-weight: 700;
}

p.rahmen {
    width: 50%;
    margin: 2em auto;
    border: 2px solid #003e57;
    border-radius: 0.5em;
    padding: 2em;
    background: #fff;
}

input.zeit {
    font-family: 'Arial', sans-serif;
    width: 56.5%;
}

div.rechnungen {
    overflow: auto;
    height: auto;
    margin: 0 auto;
}

span.hersteller {
    position: absolute;
    padding: 1em;
    top: 100%;
    width: 100%;
    left: 0;
    max-height: 10em;
    overflow: auto;
    z-index: 1;
    text-align: left;
    background: #fff;
}

span.hersteller:empty {
    padding: 0;
    display: none;
}

span.hersteller>a {
    display: block;
    padding: 0.25em;
}

input.hersteller {
    margin-left: 1em;
}

div.faq.dashboard h2 {
    cursor: pointer;
}

div.faq.dashboard div.flex,
div.faq.dashboard.offen h2 span {
    display: none;
}

div.faq.dashboard.offen div.flex {
    display: flex;
}

/*ANCHOR Credits */
div.credit_pakete {
    display: flex;
    padding: 2em;
    justify-content: center;
}

div.credit_pakete div.paket {
    background: #295d72;
    padding: 1.5em 2.5em;
    border-radius: 0.5em;
    margin: 1em;
    font-weight: 700;
    transition: all 0.6s;
    font-size: 105%;
    margin-left: 1em;
    margin-right: 1em;
    color: #fff;
}

div.credit_pakete div.paket>span {
    font-weight: 400;
}

div.credit_pakete div.paket.lang {
    width: 15em;
}

div.credit_pakete div.paket:hover,
div.credit_pakete div.paket.aktiv {
    cursor: pointer;
    background: #295d72;
    color: #fff;
}

div.credit_pakete h3 {
    font-size: 3em;
    margin: 0;
    color: #fff;
}

div.paket span.kl {
    font-weight: 400;
    display: block;
}

div.paket p {
    margin-top: 2em;
}

div.guthaben {
    padding: 0;
    margin-bottom: 4em;
}

div.guthaben div.paket_ {
    white-space: nowrap;
    width: auto;
    background: #fff;
    padding: 1.5em 2.5em;
    border-radius: 0.5em;
    font-weight: 700;
    font-size: 125%;
}

div.paket_ b {
    font-size: 2em;
}

div.paypal {
    padding: 4em;
}

ul {
    text-align: left;
}

div.videos {
    overflow: hidden;
}

div.videos>div {
    display: inline-block;
    margin: 1em;
    width: 29%;
}

div.videos>div iframe {
    max-width: 100%;
    height: 11em;
}

/*ANCHOR Mobil_daten */

.flex.wrap .voll {
    width: 100%;
}

div.mobil_daten h2 {
    margin: 0;
    font-size: 150%;
}

div.mobil_daten p.gro {
    font-size: 100%;
}

div.mobil_daten p {
    margin-top: 0;
    text-align: center;
}

div.mobil_daten h3 {
    color: #003e57;
    white-space: nowrap;
    margin: 0;
}

div.mobil_daten h3 span,
div.mobil_daten h1 span {
    display: block;
    font-size: 75%;
    position: relative;
    margin-bottom: 0.5em;
    font-weight: 400;
}

div.mobil_daten .en {
    color: #666;
    font-size: 90%;
}

div.mobil_daten div.flex>div {
    width: 48%;
    padding: 0;
    margin-bottom: 1em;
    text-align: left;
}

div.mobil_daten label {
    background: #fff;
    padding: 0.75em 1em;
    border-radius: 0.5em;
    display: block;
}

div.mobil_daten img {
    display: block;
    width: 90%;
    margin: 0 auto;
    border-radius: 1em;
}

div.mobil_daten div.qr {
    display: flex;
    align-items: center;
}

div.mobil_daten div.negativ label {
    background: #003e57;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 135%;
}

div.mobil_daten h1 {
    color: #003e57;
    font-size: 250%;
    font-weight: 600;
    text-shadow: none;
    margin-bottom: 0;
}

div.ssl {
    display: flex;
}

div.ssl img {
    display: block;
    height: 4em;
    width: auto;
    margin-right: 1em;
}

.mobil header {
    display: none;
}

.scanner-container video,
.scanner-container img,
.scanner-container canvas {
    max-width: 100%;
    border-radius: 8px;
    margin-top: 1rem;
    border: 1px solid #ddd;
}

.button-group {
    margin-top: 1rem;
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-direction: column;
}

.scanner-button {
    background-color: var(--rot);
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 6px;
    font-size: 100%;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s;
}

.scanner-button.secondary {
    background-color: #e4e6eb;
    color: #1c1e21;
}

.scanner-button.secondary:hover {
    background-color: #d8dbe0;
}

#results {
    margin-top: 15px;
    text-align: left;
    background-color: #f7f8fa;
    padding: 10px;
    border-radius: 8px;
    white-space: pre-wrap;
    /* font-family: monospace; */
    color: #333;
}

#camera-view {
    display: flex;
    gap: 5px;
    flex-direction: column;
}

#loader {
    border: 6px solid #f3f3f3;
    border-top: 6px solid #1877f2;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
    margin: 20px auto;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.hidden {
    display: none !important;
}

.intercom-launcher,
.intercom-rkaeus {
    border: 0.2em solid #af8787 !important;
}

header div.flex>a.button {
    padding: 0.5em;
}

.hero-section {
    transition: all 0.4s ease;
}

.custom-hero-section {
    background: linear-gradient(120deg, #f6f9ff 0%, #fff 100%);
    padding: 0;
    overflow: hidden;
}

.hero-banner-container {
    position: relative;
    max-width: 100%;
    padding: 0;
    margin: 0;
    min-height: 450px;
}

.hero-banner-image {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    box-shadow: 0 8px 32px rgba(34, 57, 111, 0.09);
    object-fit: cover;
    /* Stellt sicher, dass das Bild den Container füllt */
    object-position: bottom;
    /* Hält den gelben Teil des SVGs sichtbar */
    z-index: 1;
    /* Legt das Bild nach hinten */
}

.hero-banner-text {
    overflow-y: auto;
    height: fit-content;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    position: relative;
    /* WICHTIG */
    z-index: 2;
    /* WICHTIG (höher als das Bild) */
}

.hilfsmittel .hero-banner-text {
    justify-content: flex-start;
}

.hero-banner-text-inner {
    max-width: 42%;
    text-align: center;
    height: fit-content;
}

.hilfsmittel .hero-banner-text-inner {
    max-width: 37%;
}

.hilfsmittel .hero-banner-text-inner {
    text-align: left;
}

.hero-banner-text-inner h2 {
    font-size: 2.2rem;
    font-weight: 800;
    margin-bottom: 18px;
    color: var(--blau, #2a3b52);
    letter-spacing: -1px;
}

.hero-banner-text-inner p {
    font-size: 30px;
    color: #fff;
    line-height: 1.2;
    margin: 0 auto;
    /* font-weight: 300; */
}

.hilfsmittel .hero-banner-text-inner p {
    color: #000;
}

.selection {
    margin-top: 50px;
    gap: 20px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.selection select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23333'%3E%3Cpath d='M8 11.207l-5.604-5.604 1.414-1.414L8 8.379l4.19-4.19 1.414 1.414L8 11.207z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 16px 16px;
    border: 1px solid #ccc;
    cursor: pointer;
    color: #444;
    border-radius: 15px;
    padding: 10px 40px 10px 15px;
    width: fit-content;
    background-color: #fff;
}



.iframe-container {
    display: block;
    right: 7%;
    position: fixed;
    height: 90vh;
    width: 40%;
    z-index: 9998;
    max-width: 500px;
    opacity: 1;
    visibility: visible;
    transition: all 0.4s ease;
    /* NEU */
}

.iframe-container.overlay,
.hero-section.overlay {
    z-index: 999999999;
    height: 100dvh;
    top: 0 !important;
    background-color: rgba(0, 0, 0, .85);
    right: 0;
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed !important;
}

.hero-section.overlay {
    flex-direction: column;
    justify-content: flex-start;
}

.iframe-container p.desc {
    display: none;
}

.iframe-container.overlay p.desc {
    display: block;
}

/* Der Schließen-Button ist standardmäßig unsichtbar */
.close-btn {
    display: none;
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 9999999999999;
    font-size: 40px;
    color: #fff;
    background: none;
    border: none;
    cursor: pointer;
    line-height: 1;
}

/* Wenn #chatBox die Klasse .overlay hat, wird der .close-btn darin sichtbar */
.overlay .close-btn {
    display: block;
}

.iframe-container.fixed {
    top: calc(var(--abstand_oben) + 10%) !important;
    position: fixed;
}

.fixed-chat {
    position: fixed !important;
    top: calc(var(--abstand_oben) + 50px) !important;
}

.absolute-chat {
    position: absolute !important;
    top: calc(var(--abstand_oben) + var(--social_bar) + 120px) !important;
}



/*ANCHOR Dashboard
iframe {
    height: 30vh;
    width: calc(30vh * 1.7);
    margin: 2em auto;
    display: block;
}
*/
.iframe-container iframe {
    pointer-events: auto;
    width: 100%;
    height: 100%;
    border: none;
}



/*ANCHOR Formular*/

form {
    width: 100%;
}

form label {
    display: flex;
    padding: 1em;
    align-items: center;
    border-bottom: 1px solid #aaa;
    background: #f8f8f8;
}

div.geb_datum {
    display: flex;
}

div.geb_datum label {
    margin-left: 1em;
    margin-right: 1em;
}

section {
    background: #fff;
    border-radius: 0.5em;
    padding: 2em;
    margin-bottom: 2em;
}

form select {
    font-size: 100%;
}

form textarea {
    background: #fff;
    display: block;
    min-height: 5em;
    width: 100%;
}

/*ANCHOR Rückmeldung */
.rueckmeldung div.schritt1 {
    text-align: left;
}

.rueckmeldung div.schritt1 form label {
    margin: 0;
    padding: 0;
    margin-top: 0.5em;
}

.rueckmeldung div.schritt1 form label select {
    width: 100%;
}

/*ANCHOR Gutachten */
a.gutachten {
    display: block;
    text-decoration: none;
    color: #4A4A49;
    width: 30%;
    max-width: 300px;
    margin: 1em;
}

a.gutachten img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 1em;
}

a.gutachten p {
    background: #fff;
    padding: 1em;
    margin-top: -1em;
    text-align: left;
    font-size: 93%;
}

a.gutachten b {
    display: block;
    margin-bottom: 1em;
}

div.flex.drei.gt {
    justify-content: center;
}

.fullwidth {
    position: relative;
    width: 100%;
    height: calc(100vh - 80px);
    overflow: hidden;
}

.video-container {
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    transition: transform 0.5s ease-in-out;
}

video {
    width: 100%;
}

.text-overlay {
    position: absolute;
    bottom: 20%;
    left: 0%;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 20px;
    font-size: 20px;
    font-weight: 500;
    border-radius: 0px 10px 10px 0px;
    max-width: 50%;
}

.text-overlay h1,
.text-overlay-mobil h1 {
    color: #fff;
}

.text-overlay-mobil {
    box-sizing: border-box;
    position: relative;
    background: #444;
    color: #fff;
    padding: 20px;
    font-size: 20px;
    font-weight: 500;
    width: 100%;
}

.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    font-size: 40px;
    cursor: pointer;
    padding: 10px;
    transition: 0.3s;
}

.slider-btn:hover {
    background: rgba(0, 0, 0, 0.8);
}

.prev {
    left: 20px;
}

.next {
    right: 20px;
}

.scroll-hinweis {
    position: absolute;
    left: 50%;
    bottom: 40px;
    /* Abstand vom unteren Rand */
    transform: translateX(-50%);
    /* Exakte horizontale Zentrierung */
    width: 50px;
    /* Größe des Bildes */
    height: 50px;
    animation: bounce 1.5s infinite ease-in-out;
    /* Loop-Animation */
}

.scroll-hinweis img {
    width: 100%;
    /* Bild skalieren */
    height: auto;
}

/* Pfeil-Animation */
@keyframes bounce {

    0%,
    100% {
        transform: translateX(-50%) translateY(0);
    }

    50% {
        transform: translateX(-50%) translateY(10px);
    }
}

.silbentrennung {
    hyphens: auto;
    overflow-wrap: break-word;
    /* Verhindert lange Worte ohne Umbruch */
    word-break: break-word;
    /* Alternativer Umbruch */
    text-align: justify;
    /* Optional für eine schönere Optik */
}

.silbentrennung1 {
    hyphens: auto;
    overflow-wrap: break-word;
    /* Verhindert lange Worte ohne Umbruch */
    word-break: break-word;
    /* Alternativer Umbruch */
}

a {
    color: var(--drot);
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}



ul {
    list-style: none;
    /* Entfernt die Standard-Bullets */
    padding-left: 0;
    /* Entfernt den linken Abstand */
}

ul li {
    position: relative;
    padding-left: 20px;
    /* Platz für das neue Symbol */
}

ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 11px;
    height: 11px;
    background-color: #fff;
    border-radius: 50%;
    background-color: var(--rot);
}

#soundToggle {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 10;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    border: none;
    padding: 8px 12px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
    transition: background 0.3s ease;
    z-index: 99999;
}

#soundToggle:hover {
    background: rgba(0, 0, 0, 0.8);
}

.aufz-headl {
    display: flex;
    gap: 10px;
    font-size: 120%;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 10px;
}

.aufz-headl .nr {
    color: var(--blau);
    min-height: 30px;
    min-width: 30px;
    font-weight: 800;
    height: 30px;
    display: flex;
    position: relative;
    border-radius: 50%;
    background-color: #fff;
    width: 30px;
    justify-content: center;
    align-items: center;
}

.btn {
    cursor: pointer;
    width: fit-content;
    display: block;
    box-sizing: border-box;
    border-radius: 50px;
    padding: 20px 45px;
    color: #fff;
    background-color: var(--rot);
    transition: background-color 0.3s ease;
    text-decoration: none;
    border: 0;
}

.btn:hover,
.scanner-button:hover {
    background-color: var(--blau);
    text-decoration: none;
}

.check,
.check .btn {
    font-size: 110%;
    font-weight: 600;
    text-align: left;
    white-space: nowrap;
    margin: 0 auto;
}

.hilfsmittel .hero-banner-text-inner .check .btn {
    margin: 40px 0 0 0;
}

.rund {
    border-radius: 50%;
}

.hinweis {
    font-style: italic;
    font-size: 80%;
}

.fahrverbot img {
    height: 100%;
    width: auto;
    max-height: 50px;
}

.pfeil_unten {
    width: 80px;
    height: 80px;
    display: flex;
    right: 0;
    top: 0;
    position: absolute;
    background-color: #aaa;
    justify-content: center;
    align-items: center;
}

.pfeil_unten svg {
    width: 60px;
    height: 60px;
}

.pfeil_unten:hover {
    background-color: var(--blau);
}

.pfeil_unten:hover svg {
    stroke: #fff;
}

ol>li {
    margin-bottom: 20px;
}

.fahrverbot {
    gap: 10px;
    display: flex;
    align-items: flex-start;
    padding-right: 115px;
    max-width: 100%;
}

#hamburger {
    color: #555
}

.mobile-menu {
    background-color: var(--footer) !important;
    opacity: .95;
    ;
}

.mobile-menu li:hover {
    background-color: var(--blaugrau) !important;
    color: #000 !important;
}

/* Versteckt Elemente, wenn sie nicht gebraucht werden */
.hidden {
    display: none;
}

/* === Styling für die neue Startansicht === */
.choice-container {
    display: flex;
    gap: 10px;
    /* Abstand zwischen den Boxen */
    justify-content: center;
    margin-top: 10px;
}

.choice-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 120px;
    border: 2px solid var(--border-color);
    border-radius: var(--border-radius-small);
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 8px;
    background-color: #fff;
}

.choice-box:hover {
    border-color: var(--rot);
    background-color: #FFF8F6;
    /* Leichter farbiger Hintergrund bei Hover */
    transform: translateY(-5px);
    /* Leichter Schwebe-Effekt */
}

.choice-box svg {
    width: 40px;
    height: 40px;
    color: var(--rot);
    margin-bottom: 10px;
    transition: transform 0.3s ease;
}

.choice-box:hover svg {
    transform: scale(1.1);
    /* Icon wird bei Hover größer */
}

.choice-box span {
    font-size: 80%;
    font-weight: 500;
    color: var(--text-color);
}

/* (Optional) Styling für die Haupt-Buttons in den anderen Views */
.scanner-button {
    background-color: var(--rot);
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 50px;
    cursor: pointer;
    font-size: 110%;
    font-weight: 600;
    transition: background-color 0.3s ease;
    white-space: nowrap;
}

.scanner-button:hover {
    background-color: var(--rot-hover);
}

.input-group {
    margin-bottom: 25px;
    text-align: left;
}

.input-group label {
    display: block;
    margin-bottom: 8px;
    color: #4b4f56;
    font-weight: 500;
    font-size: 80%;
}

.input-group input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    width: calc(100% - 90px);
    /* Angepasst für MM/JJJJ Anzeige */
    height: 6px;
    background: #ccd0d5;
    outline: none;
    border-radius: 3px;
    vertical-align: middle;
}

.input-group input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background: #ff5722;
    cursor: pointer;
    border-radius: 50%;
    border: 2px solid white;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.input-group input[type="range"]::-moz-range-thumb {
    width: 18px;
    height: 18px;
    background: #ff5722;
    cursor: pointer;
    border-radius: 50%;
    border: none;
}

.start-date-display {
    /* Geänderter Klassenname */
    display: inline-block;
    width: 80px;
    /* Mehr Platz für MM/JJJJ */
    text-align: right;
    font-weight: 500;
    color: #1c1e21;
    vertical-align: middle;
    font-size: 0.95em;
}

.input-group select {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccd0d5;
    border-radius: 6px;
    box-sizing: border-box;
    background-color: var(--hbgrau);
    font-size: 0.95em;
    color: #1c1e21;
}

.current-price-info {
    font-size: 0.85em;
    color: #606770;
    margin-top: 8px;
}

.result-display {
    margin-top: 30px;
    padding: 15px;
    border-radius: 6px;
    background-color: var(--hbgrau);
}

.amount-container {
    background-color: var(--dgrau);
    color: white;
    padding: 12px 20px;
    border-radius: 5px;
    display: inline-block;
    margin: 8px 0;
}

.amount-value {
    font-size: 2.2em;
    font-weight: bold;
}

.scanner-container .result-text {
    margin: 8px 0 0 0;
    color: #4b4f56;
    font-size: 80%;
    line-height: 1.4;
}

.scanner-container .details {
    margin-top: 20px;
    font-size: 80%;
    color: #606770;
    background-color: var(--hbgrau);
    padding: 12px;
    border-radius: 6px;
    text-align: left;
}

.details p {
    margin: 5px 0;
}

#saveAndProceedButton {
    font-weight: bold;
    width: 100%;
    padding: 20px;
    font-size: 120%;
    background-color: var(--rot);
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.scanner-container p.privacy-notice {
    margin-bottom: 20px !important;
    margin-top: 5px !important;
    font-weight: 300;
    font-size: 14px;
    color: #dfdfdf;
    text-align: left;
    line-height: 1.2;
    margin: 12px 0;
}

.counters-section-wrapper {
    background-color: #ffffff;
    padding: 40px 20px;
    text-align: center;
}

.counters-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 40px;
    max-width: 900px;
    margin: 0 auto;
}

.counter-item {
    display: flex;
    align-items: center;
    gap: 15px;
    flex: 1;
    min-width: 250px;
}

.counter-icon {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    border: 2px solid #e53935;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.counter-icon svg {
    width: 28px;
    height: 28px;
    color: #e53935;
}

.counter-text-content {
    text-align: left;
}

.counter-number {
    font-size: 28px;
    font-weight: 700;
    color: #333;
    line-height: 1.2;
}

.counter-label {
    font-size: 16px;
    color: #555;
    line-height: 1.4;
}

.promo-link-wrapper {
    margin-top: 30px;
}

.promo-link-wrapper a {
    font-size: 18px;
    color: #333;
    text-decoration: none;
    font-weight: 500;
}

.promo-link-wrapper a:hover {
    text-decoration: underline;
}

/* Die Basis-Regel bleibt fast gleich */
.teardrop-marker {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid white;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: bold;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    position: relative;
    font-size: 10px;
}

/* NEU: Regel für den Text, um ihn ganz nach oben zu bringen */
.teardrop-marker span {
    position: relative;
    /* Notwendig für z-index */
    z-index: 2;
    /* Ebene 2 (ganz oben) */
}

/* GEÄNDERT: Regel für die Spitze */
.teardrop-marker::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 16px;
    height: 16px;
    background-color: inherit;
    /* Farbe vom Elternelement erben */
    border-right: 2px solid white;
    border-bottom: 2px solid white;

    /* ÄNDERUNG: Die Spitze liegt jetzt auf Ebene 1 (über dem Kreis, unter dem Text) */
    z-index: 1;
}


/* Die Farb-Klassen bleiben unverändert */
.teardrop-marker.vergeben {
    background-color: var(--rot);
}

.teardrop-marker.available {
    background-color: #5CB85C;
}

.teardrop-marker.reserviert {
    background-color: #F0AD4E;
}

/* Diese Regeln für die Farbe der Spitze sind jetzt durch "background-color: inherit;" 
   in .teardrop-marker::after überflüssig, schaden aber auch nicht. */
.teardrop-marker.vergeben::after {
    background-color: var(--rot);
}

.teardrop-marker.available::after {
    background-color: #5CB85C;
}

.teardrop-marker.reserviert::after {
    background-color: #F0AD4E
}

.uschritte {
    font-weight: bold;
    position: relative;
    margin: 20px 0 10px 0;
}

.animate {
    opacity: 0;
    /* unsichtbar starten */
    transform: translateY(50px);
    /* von unten starten */
    transition: all 0.8s ease-out;
    /* smooth animieren */
}

/* spezifische Animationen */
.animate-from-left {
    transform: translateX(-50px);
}

.animate-from-right {
    transform: translateX(50px);
}


.animate-from-bottom.active {
    transform: translateY(0);
    opacity: 1;
}

.animate-from-left.active {
    transform: translateX(0);
    opacity: 1;
}

.animate-from-right.active {
    transform: translateX(0);
    opacity: 1;
}

.f1 {
    gap: 10px;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: flex-end;
}

/* Der Hauptcontainer, der Input und Button zusammenhält */
.search-container {
    display: flex;
    /* Richtet Input und Button nebeneinander aus */
    font-family: Arial, sans-serif;
    flex: 1;
    /* Du kannst die Breite nach Belieben anpassen */
    border: 2px solid var(--blau);
    /* Eine moderne, blaue Umrandung */
    border-radius: 50px;
    /* Erzeugt die "Pillen"-Form */
    overflow: hidden;
    /* Stellt sicher, dass der Button bündig abschließt */
    z-index: 999;
}

/* Das Texteingabefeld */
.search-input {
    flex-grow: 1;
    /* Sorgt dafür, dass das Input-Feld den verfügbaren Platz einnimmt */
    border: none;
    /* Entfernt den Standard-Rand */
    padding: 11px 20px;
    /* Innenabstand für Text */
    font-size: 16px;
    outline: none;
    /* Entfernt den blauen "Fokus"-Ring beim Klicken */
    background: #ffffff;
    /* Weißer Hintergrund */
    color: #333;
}

/* Platzhaltertext-Stil */
.search-input::placeholder {
    color: #aaa;
}

/* Der Button für die Lupe */
.search-button {
    border: none;
    /* Entfernt den Standard-Rand */
    background: var(--blau);
    /* Gleiche Farbe wie die Umrandung */
    color: white;
    /* Macht das SVG-Icon weiß */
    padding: 0 18px;
    /* Platz rechts und links von der Lupe */
    cursor: pointer;
    /* Zeigt eine Hand beim Hovern */

    /* Zentriert das SVG-Icon perfekt im Button */
    display: flex;
    align-items: center;
    justify-content: center;

    transition: background-color 0.2s ease;
    /* Sanfter Hover-Effekt */
}

/* Hover-Effekt für den Button */
.search-button:hover {
    background: #0056b3;
    /* Etwas dunkleres Blau beim Hovern */
}

/* Stellt sicher, dass das SVG die Farbe (color: white) vom Button erbt */
.search-button svg {
    stroke: currentColor;
}

/* 2. Das Backdrop (abgedunkelter Hintergrund) */
#search-backdrop {
    display: none;
    /* Standardmäßig versteckt */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Halbdurchsichtiges Schwarz */
    z-index: 999;
    /* Liegt hinter dem Header, aber über dem Rest */
}

/* 3. Die Ergebnis-Dropdown-Box */
#search-results-dropdown {
    display: none;
    /* Standardmäßig versteckt */
    position: absolute;
    /* Position wird per JS gesetzt */
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    z-index: 1001;
    /* Liegt über ALLEM */
    max-height: 400px;
    overflow-y: auto;
    padding: 10px;
    box-sizing: border-box;
    /* Stellt sicher, dass Padding die Breite nicht ändert */
}

/* 4. Die einzelnen Treffer in der Box */
.search-result-item {
    display: block;
    padding: 12px 15px;
    text-decoration: none;
    color: #333;
    border-radius: 6px;
    transition: background-color 0.15s ease;
}

.search-result-item:hover {
    background-color: #f5f5f5;
    color: #006DAE;
    /* Deine blaue Akzentfarbe */
}

.search-result-item strong {
    display: block;
    font-size: 1.1em;
    font-weight: 600;
}

.search-result-item .search-result-snippet {
    display: block;
    font-size: 0.9em;
    color: #777;
    margin-top: 2px;
}

/* 5. Meldung "Keine Treffer" */
.search-no-result {
    padding: 15px;
    text-align: center;
    color: #888;
    font-style: italic;
}

.wd301 {
    width: 30%;
}

.small {
    font-size: 14px;
}

.relativ {
    position: relative !important;
}


/*RECHNER ENDE*/
/*ANCHOR Tablet */
@media (min-width: 1910px) {

    html {
        font-size: .04vw;
    }

    .hero-banner-text-inner {
        width: 38%;
    }

    .hilfsmittel .hero-banner-text-inner {
        max-width: 30%;
    }

    .wd1920 {
        max-width: 1910px;
        margin: 0 auto;
    }

    header.innenw {
        padding-right: calc((100% - var(--menue_breite))/2) !important;
        padding-left: calc((100% - var(--menue_breite))/2) !important;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .innenw.breit {
        padding-right: calc((100% - var(--menue_breite))/2) !important;
        padding-left: calc((100% - var(--menue_breite))/2) !important;
    }

    .innenw {
        padding-right: calc((100% - var(--content_breite))/2);
        padding-left: calc((100% - var(--content_breite))/2);
        padding-top: 4%;
        padding-bottom: 4%;
    }

    .iframe-container {
        right: calc((100% - var(--content_breite))/2);
    }


    .start.innenw .texte {
        width: 450px;
    }

    div.start p.h2 {
        font-size: 37px;
    }

    div.para img {
        max-height: 8em;
        margin: 0 0 10px 0;
    }

}

@media (max-width: 1909px) {

    html {
        font-size: .04vw;
    }

    header.innenw {
        padding-right: calc((100% - var(--menue_breite))/2) !important;
        padding-left: calc((100% - var(--menue_breite))/2) !important;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .innenw.breit {
        padding-right: calc((100% - var(--menue_breite))/2) !important;
        padding-left: calc((100% - var(--menue_breite))/2) !important;
    }



    .iframe-container {
        right: calc((100% - var(--content_breite))/2);
    }

    .start.innenw .texte {
        width: 400px;
    }

    h1 {
        font-size: 250%;
    }

    .h1 {
        font-size: 210%;
    }

    div.start p.h2 {
        font-size: 21px;
    }

}

@media (max-width: 1660px) {
    div.start span.bild {
        width: 440px;
        left: auto;
        right: 40%;
    }

    .iframe-container {
        right: 4%;
    }

    h1 {
        font-size: 290%;
    }

    .h1 {
        font-size: 200%;
    }

    div.start p.h2 {
        font-size: 25px;
    }
}

/*ANCHOR Tablet */
@media (max-width: 1440px) {

    html {
        font-size: .047vw;
    }

    .iframe-container {
        max-width: 400px;
    }

    div.start span.bild {
        width: 440px;
        /*top:25%;*/
        left: auto;
        right: 475px;
    }

    .iframe-container {
        right: 4%;
    }

    header.innenw {
        padding: 15px 4%;
        padding-right: 4% !important;
        padding-left: 4% !important;
    }

    .hero-banner-text-inner {
        max-width: 50%;
    }

    .process-steps {
        justify-content: flex-start;
    }

}

@media (max-width: 1250px) {
    div.start span.bild {
        top: 0%;
        width: 31%;
        right: 420px;
        left: auto;
    }

    .iframe-container {
        right: 2%;
    }

    .selection {
        flex-direction: column;
    }

    .selection select {
        width: 100%;
    }

    .innenw {
        padding: 4%;
        padding-left: 4%;
        padding-right: 4%;
    }

}



/*ANCHOR Tablet */
@media (max-width: 1080px) {

    html {
        font-size: .07vw;
    }

    .scanner-container {
        max-width: 100%;
        width: 500px;
        margin: 0 auto;
        max-height: fit-content;
    }

    .absolute-chat,
    .fixed-chat {
        position: relative !important;
    }

    .iframe-container {
        margin: 0 auto;
        position: relative;
        height: fit-content;
        width: 100%;
        max-width: 500px;
        top: auto !important;
        right: 0;
        padding: 4%;
    }

    .start.innenw .texte {
        text-align: center;
        width: 100%;
    }


    div.start>img {
        right: 0;
    }

    a.button {
        white-space: nowrap;
    }

    header a.button {
        margin-left: -3em;
    }

    .startseite header a.button {
        margin-left: 0;
    }

    div.start>img.sicher {
        width: 100px;
        right: 8%;
    }

    p {
        font-size: 115%;
    }

    div.vorteile_block {
        width: 70%;
    }

    h1,
    .h1 {
        font-size: 250%;
    }

    div.start.innenw h1,
    div.start.innenw .h2 {
        max-width: unset;
    }

    div.start span.bild {
        bottom: 0;
        right: auto;
        top: auto;
        display: block;
        left: 50%;
        width: 45%;
        position: absolute;
    }

    div.start span.bild img,
    .index_bild img {
        position: relative;
    }

    div.start p.h2 {
        padding-right: 0;
    }

    div.index_bild {
        height: 35vh;
    }

    section {
        padding: 1em;
    }

    .check,
    .check .btn {
        text-align: center;
        margin: 0 auto;
    }

    .texte .check .btn {
        margin: 0 auto;
    }

    div.start.innenw {
        justify-content: center;
    }

    .bg-start {
        min-height: 50dvh;
    }

    .hero-banner-text-inner {
        max-width: 60%;
    }

}

@media (max-width: 1024px) {
    .nav-top {
        display: none;
    }

    .f1 {
        align-items: flex-end;
    }

    .hero-banner-container {
        min-height: auto;
    }
}

@media (min-width: 768px) {
    .process-steps {
        display: flex;
        /* Richtet alle Schritte nebeneinander aus */
        gap: 45px;
        /* Abstand zwischen den Schritten */
        justify-content: space-between;
        transform: none !important;
    }
}

/*ANCHOR Handy */
@media (max-width: 767px) {
    html {
        font-size: 0.09vw;
        overflow-x: hidden;
    }

    body {
        font-size: 22rem;
    }

    .flex2 {
        flex-wrap: wrap;
        gap: 10px;
        text-align: center;
    }

    .wd301 {
        width: 60%;
    }

    .reverse {
        flex-direction: column-reverse;
    }

    header .sozial-mobil {
        display: flex;
        align-items: center;
        gap: 5px;
    }

    header div.sozial-mobil a {
        display: flex;
        align-items: center;
        margin-left: 0.5em;
    }

    .sozial-mobil a svg {
        width: 25px;
    }

    header.innenw {
        gap: 5px;
    }

    .flex-nav {
        height: calc(var(--abstand_oben) - var(--social_bar) - 40px);
    }

    #EA {
        font-size: 12px;
    }

    .mobile-menu-wrapper {
        text-align: right;
    }

    .mobile-menu {
        top: var(--abstand_oben) !important;
    }

    .mobile-menu li {
        box-sizing: border-box;
        border-top: 1px solid #ddd !important;
        min-width: 100dvw !important;
        padding: 0 !important;
        /* Padding hier entfernen */
    }

    .mobile-menu li a {
        display: block;
        /* WICHTIG: Macht den Link klickbar wie einen Block */
        color: #fff !important;
        font-size: 18px;
        margin-left: 0;
        /* Alte Marge entfernen */
        text-decoration: none;
        /* Entfernt die Unterstreichung */
        width: 100%;
        padding: 20px 20px 20px 30px;
    }

    .mobile-menu li:hover {
        text-decoration: none;
    }

    .hero-banner-text-inner {
        max-width: 100%;
    }

    .hero-banner-text-inner p {
        font-size: 24px;
        margin: 30px 0;
    }

    .btn {
        font-weight: 400;
        font-size: 95%;
        padding: 20px;
    }

    .hero-banner-text {
        position: absolute;
        bottom: 0;
    }

    .startseite .hero-banner-text {
        position: relative;
    }

    .hero-banner-image {
        position: relative;
    }

    .startseite .hero-banner-image {
        position: absolute;
    }

    .innenw {
        padding: 30px;
    }

    .innenw.breit {
        padding-right: 30px !important;
        padding-left: 30px !important;
    }

    .iframe-container,
    .iframe-container.fixed {
        margin-bottom: 40px;
        top: unset !important;
        position: relative;
        right: auto;
        box-sizing: border-box;
        height: fit-content;
    }

    div.start p.h2 {
        margin: 0;
        hyphens: auto;
        word-break: break-word;
        padding: 0;
        font-weight: normal;
    }

    p,
    p.h2 {
        font-size: 100%;
    }

    h1,
    .h1 {
        font-size: 45px;
    }

    .center {
        text-align: left;
    }

    .klein {
        font-size: 90%;
    }

    iframe {
        height: auto;
        width: 100%;
    }

    .registrierung h3 {
        white-space: normal;
    }

    div.para img {
        margin: 0 auto;
    }

    div.para div.flex div {
        width: auto;
        text-align: center;
    }

    .wd25,
    .wd50 {
        width: 45% !important;
    }

    section div.d_navi>div {
        width: 100%;
    }

    div.start {
        width: 80%;
        left: 50%;
        transform: translateX(-50%);
        height: auto;
        padding-right: 0;
        padding-left: 0;
        padding-top: 0;
        padding-bottom: 2em;
        position: relative;
    }

    div.start span.bild {
        bottom: 0;
        margin-bottom: 0;
        right: auto;
        top: auto;
        display: block;
        transform: translateX(-50%);
        left: 50%;
        width: 80%;
        max-width: 400px;
        position: relative;
        padding: 0 !important;
    }


    div.schritt1.addon {
        display: block;
    }

    div.d_navi {
        flex-direction: column;
        padding: 0;
    }

    div.d_navi>div {
        width: 100%;
        border-radius: 0;
        margin-bottom: 1em;
    }

    div.paket {
        width: 100%;
        padding: 1em;
        margin-bottom: 2em;
    }

    .left {
        padding: 1em 0 1em 0;
    }

    div.vorteile_block {
        width: 68%;
        transform: translateX(2em);
    }

    div.nachweis div.flex div.flex>div {
        width: 80%;
        margin: 0 auto;
    }

    div.nachweis div.bild {
        text-align: center;
    }

    div.schritte div.flex,
    div.flex.drei.gt {
        flex-direction: column;
    }

    a.gutachten {
        width: 100%;
    }

    div.schritte div.flex>div {
        width: 100%;
    }

    div.schritte div.bild::before,
    div.kunden {
        display: none;
    }

    div.schritte div.bild {
        width: 50%;
        margin: 0 auto;
    }

    div.schritte img {
        display: block;
        width: 100%;
    }

    div.faq div.flex>div {
        width: 100%;
    }

    p.frage {
        margin: 0;
    }

    div.videos>div {
        width: 100%;
        margin: 0;
        margin-bottom: 1em;
        height: auto;
    }

    footer div.links a {
        display: block;
    }

    footer div.links {
        margin-bottom: 2em;
        display: block;
    }

    form label {
        padding: 1em;
        text-align: left;
        font-size: 95%;
    }

    input,
    select,
    textarea {
        width: 100%;
    }

    div.geb_datum {
        display: block;
    }

    div.div.schritt1 {
        padding-top: 0;
    }

    .login header.innenw,
    .registrierung header.innenw {
        padding-bottom: 0.5em;
    }

    section.uebersicht>div.ue {
        box-sizing: border-box;
    }

    section.uebersicht>div label {
        text-align: left;
        display: block;
    }

    section.uebersicht>div label input {
        display: block;
        width: 100%;
        margin-top: 0.5em;
    }

    div.rechnung_ span,
    div.ue div.buttons,
    div.warenkorb input {
        text-align: left;
    }

    div.rechnung_ {
        display: block;
        margin-bottom: 1em;
        padding: 0.5em;
        background: #eee;
    }

    div.rechnung_ span {
        width: 100%;
    }

    label span.flex,
    div.ue div.buttons p {
        width: 100%;
    }

    div.schritt1 {
        width: 95%;
    }

    div.weiter {
        width: 100%;
        margin: 0;
    }

    div.weiter h3 {
        min-height: 3em;
    }

    div.flex.zwei>label {
        width: 100%;
    }

    div.rechtliches>p {
        padding: 0;
    }

    div.credit_pakete {
        padding: 0;
        flex-wrap: wrap;
    }


    header.innenw>div.flex {
        flex-wrap: wrap;
    }

    form {
        width: 100%;
        margin: 0;
        margin-bottom: 2em;
    }

    h2 {
        font-size: 150%;
    }

    h4 {
        font-size: 130%;
    }


    a.button {
        margin-left: 1em;
    }

    div.start.innenw {
        display: flex;
        width: 100%;
        margin-bottom: 0px;
        height: fit-content;
        justify-content: center;
    }

    div.start>img {
        height: 38%;
        right: -10%;
    }

    div.start>span {
        display: block;
        padding: 1em 2em;
    }

    div.start>h1 {
        padding: 0 1em;
        font-size: 40px;
        margin-bottom: 0;
        text-align: center;
        position: relative;
    }

    div.start>h1 br {
        display: none;
    }

    div.cgrid {
        column-count: 1;
    }

    div.ssl {
        margin-top: 2em;
    }

    div.weiter {
        font-size: 70%;
    }

    div.weiter span {
        width: 4em;
        height: 4em;
    }

    div.weiter>div::before {
        display: none;
    }

    .registrierung div.weiter>div {
        overflow: hidden;
        text-overflow: ellipsis;
        width: 25%;
    }

    header a.button {
        margin-left: 0.5em;
        /*margin-bottom: 0.5em;*/
    }

    p.hinweis_kontakte label {
        margin-top: 1em;
    }

    header a.button::after,
    header a.button::before {
        display: none;
    }

    header a.button {
        padding-left: 0.5em;
        padding-right: 0.5em;
        /*border-radius: 0.5em;*/
    }

    header.innenw>div.flex {
        justify-content: space-between;
    }

    div.credit_pakete div.paket {
        margin: 0.5em;
        padding: 1.5em;
    }

    div.rechnungen {
        width: 100%;
    }


    div.start>img.sicher {
        width: 75px;
        right: 8%;
    }

    div.nachweis div.flex {
        display: block;
    }

    div.flex>div {
        width: 100%;
    }

    div.index_bild.i1,
    div.index_bild.i2 {
        background: none;
    }

    div.index_bild.i1 img,
    div.index_bild.i2 img {
        opacity: 1;
        visibility: visible;
    }

    div.dokumente {
        flex-wrap: wrap;
    }

    div.dokumente div.dok {
        width: 100%;
        margin-bottom: 2em;
    }

    div.dok img {
        width: 60%;
        margin: 1em auto;
    }

    div.faq div.flex>div.fn {
        border-bottom: .25em solid #dcd3d3;
        margin-bottom: 0;
    }

    a.bwe::after,
    a.bwe::before,
    a.zurueck::after,
    a.zurueck::before,
    a.zurueck_2 span::after,
    a.zurueck_2 span::before,
    button::after,
    button::before {
        display: none;
    }

    a.zurueck,
    a.zurueck_2 span,
    button {
        border: .15em solid #dd0c52;
        border-radius: 1em;
    }

    a.zurueck,
    a.zurueck_2 span,
    div.buttons.bblau button {
        border-color: #003e57;
    }

    a.bwe {
        border-radius: 1em;
    }

    video {
        content: attr(data-mobile);
        /* Lädt die mobile Video-URL */
    }

    .text-overlay {
        font-size: 18px;
        padding: 15px;
        bottom: 15%;
    }

    .start.innenw .texte {
        padding: 0px !important;
        position: relative;
    }

    .carousel-nav {
        bottom: 20px;
    }

    .hilfsmittel .hero-banner-text-inner {
        max-width: 100%;
    }

    .startseite .hero-banner-text-inner h1 {
        padding-left: 40% !important;
        text-align: right;
        hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        overflow-wrap: break-word;
        word-break: normal;
    }

    .startseite .hero-banner-text-inner p {
        text-align: right;
        padding-left: 40%;
        font-size: 18px;
        margin: 10px 0 0 0;
    }

    /* 1. Hauptcontainer: Versteckt den Overflow und wird zum Positionierungs-Kontext für die Pfeile */
    .process-container {
        position: relative;
        overflow-x: hidden;
        /* Entfernt den Scrollbar-Platz auf Mobilgeräten */
        padding-bottom: 0;
        /* Zentriert den einzelnen sichtbaren Step */
        max-width: 400px;
        /* Passen Sie dies nach Bedarf an */
        margin: 0 auto;
    }

    /* 2. Steps-Wrapper: Wird durch JS bewegt und erhält eine flüssige Animation */
    .process-steps {
        /* Wichtig: Entfernt den PC-Abstand, damit die 100%-Breite funktioniert */
        gap: 0;
        /* Sorgt für die flüssige "Slide"-Animation */
        transition: transform 0.4s ease-in-out;
        /* Verhindert, dass Flexbox die Elemente staucht */
        justify-content: flex-start;
    }

    /* 3. Einzelner Step: Nimmt die volle Container-Breite ein */
    .step {
        /* Jeder Step ist so breit wie der Container */
        min-width: 100%;
        flex-shrink: 0;
        /* Wichtig, damit das Padding die 100%-Breite nicht bricht */
        box-sizing: border-box;
        /* Reduziert den seitlichen Abstand auf Mobilgeräten etwas */
        text-align: center;
    }

    .step img {
        left: unset;
        transform: unset;
    }

    /* 4. Alte Pfeile: Die CSS-Pfeile *zwischen* den Elementen werden ausgeblendet */
    .step:not(:last-child)::after {
        display: none;
    }

    /* 5. Neue Navigations-Pfeile: Styling */
    .slider-nav {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10;
        background-color: rgba(255, 255, 255, 0.8);
        border: 1px solid #ddd;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        cursor: pointer;
        display: flex;
        /* Zentriert das SVG-Icon */
        align-items: center;
        justify-content: center;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        transition: background-color 0.2s ease;
    }

    .slider-nav:hover {
        background-color: #fff;
    }

    .slider-nav.prev {
        left: 5px;
        /* Abstand vom Rand */
    }

    .slider-nav.next {
        right: 5px;
        /* Abstand vom Rand */
    }

    .slider-nav svg {
        /* Verwendet die blaue Variable aus Ihrer CSS-Datei */
        stroke: var(--blau);
        width: 20px;
        height: 20px;
    }

    /* Versteckt Pfeile, wenn sie nicht benötigt werden (wird per JS gesteuert) */
    .slider-nav.hidden {
        display: none;
    }


    @media screen and (orientation: landscape) {
        html {
            font-size: 0.1vw;
            overflow-x: hidden;
        }
    }

}

@media (max-width: 550px) {

    html {
        font-size: 0.2vw;
        overflow-x: hidden;
    }

    header.innenw {
        padding: 15px 4% !important;
    }

    .check,
    .check .btn {
        white-space: unset;
        font-size: 100%;
        line-height: 1em;
        width: 100%;
    }

    div.start p.h2,
    div.start span.bild {
        width: 100%;
    }

    .mobilenot {
        display: none;
    }

    .pcnot {
        display: block;
    }

    .flex1,
    .flex-comic {
        flex-direction: column;
    }

    .flex1.haken-container {
        flex-direction: row;
        gap: 0;
    }

    .hblau_padd .flex {
        flex-wrap: wrap;
    }

    .haken {
        width: 25px !important;
    }

    .symbol {
        max-width: 80px !important;
    }

    .hund-sprechblase {
        left: 30px;
        width: 170px;
    }

    .comic .sprechblase {
        right: 0;
    }

    .mrg-btn-mobil {
        margin-bottom: 150px;
    }

    .mrg-btn-mobil1 {
        margin-bottom: 50px;
    }

    .logos-container {
        height: calc(var(--abstand_oben) - 20px) !important;
    }

    .logos-container .fhk-container {
        box-sizing: border-box;
        width: 40%;
    }

    .logos-container .fhk {
        margin-left: 0;
        max-height: 40px;
    }

    div.para div.flex {
        align-items: center;
        flex-direction: column;
    }

    .wd25,
    .wd30,
    .wd70,
    .wd50,
    .wd40,
    .wd60 {
        margin-bottom: 30px;
        width: 100% !important;
    }

    .footer-container a.logo {
        justify-content: center;
    }

    .footer-container a.logo img {
        height: 100px;
        max-height: unset;
    }

    h1,
    .h1 {
        padding: 0 !important;
        font-size: 34px !important;
        word-break: break-word;
        overflow-wrap: break-word;
    }

    .balken_rot {
        text-align: center;
        padding: 10px !important;
    }

    div.start>span {
        padding: 1em 0 !important;
    }

    div.start {
        box-sizing: border-box;
        width: 100%;
        max-width: unset;
        left: auto;
        transform: unset;
        height: auto;
        padding-right: 1em !important;
        padding-left: 1em !important;
        padding-top: 0;
        position: relative;
    }

    header a.logo {
        margin-bottom: 0em;
        max-width: unset !important;
        height: 100% !important;
    }

    a.logo img {
        text-align: left;
        display: block;
        /* width: 100%; */
        max-height: calc(var(--abstand_oben) - var(--social_bar) - 40px);
        /* max-height: 36px; */
    }


    footer {
        text-align: center;
        gap: 20px;
        flex-direction: column;
        align-items: center;
    }

    .scroll-hinweis {
        bottom: 80px;
    }

    .fahrverbot {
        gap: 10px;
        display: flex;
        align-items: flex-start;
        padding-right: 80px;
        max-width: 100%;
    }

    .pfeil_unten {
        width: 60px;
        height: 60px;
    }

    ol {
        padding-left: 20px;
    }

    .bg-start {
        display: flex;
        width: 100%;
        min-height: 40dvh;
    }


    .scanner-container .details {
        display: none !important
    }

    .logos-container .fhk-container {
        width: 10% !important;
        min-width: 40px;
    }

    .logos-container {
        max-width: 85% !important;
    }

    h2 {
        margin-bottom: 20px;
    }

    .abstand100 {
        margin-top: 70px;
    }

    .innenw.innenw-mobil {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .hblau_padd h4.right.right,
    .hblau_padd h4,
    .hblau_padd img {
        text-align: center;
        hyphens: auto;
    }

    .hblau_padd .flex {
        justify-content: center;
        gap: 0px;
    }

    .hblau_padd p {
        margin-top: 0;
    }

    .hblau_padd.hellhellgelb .flex {
        gap: 30px;
    }

    .hund-sprechblase1 {
        right: 5%;
        max-width: 90% !important;
    }

    .haken-container.flex1 {
        text-align: center;
        gap: 10px;
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
        justify-content: center;
    }

    .haken-container.flex1 .symbol {
        width: 70% !important;
        max-width: 200px !important;
    }

    .haken-container.flex1 div {
        margin-top: -100px;
    }

    .hero-banner-text-inner {
        text-align: center !important;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .hero-banner-text-inner h1 {
        margin-bottom: 0;
    }

    .hilfsmittel .hero-banner-text-inner .check .btn {
        margin: 0 0 0 0;
    }

    .hblau_padd,
    .hblau_padd .right {
        text-align: center;
    }

    .hblau_padd {
        padding: 50px 40px;
    }

    h2 {
        font-size: 30px;
    }

    ul li::before {
        top: 5px;
    }

}

@media (max-width: 400px) {
    body {
        font-size: 14px;
    }

    h1,
    .h1 {
        font-size: 30px !important;
    }

    .hund-sprechblase4 {
        max-width: 250px !important;
    }

    div.start p.h2 {
        font-size: 20px;
        line-height: 1.2em;
    }

    .innenw,
    div.start {
        padding: 20px;
    }

    .hblau_padd,
    .hgrau_padd,
    .hgrau_padd1 {
        padding: 15px;
    }

    .weiterlesen.gr img,
    .weiterlesen.gr svg {
        width: 30px !important;
    }

    .weiterlesen {
        gap: 0;
    }

    div.sozial {
        width: 100%;
        display: flex;
        align-items: center;
        gap: unset;
        justify-content: space-evenly;
    }

    p,
    p.h2 {
        font-size: 16px;
    }

    .hilfsmittel .hero-banner-text-inner p {
        font-size: 20px;
    }

}


/* ======================================
   ERFAHRUNGEN – Story Cards & Übersicht
   ====================================== */

.erfahrungen-container {
    padding-top: 2%;
}

.erfahrungen-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 15px;
}

.erfahrungen-count {
    font-size: 14px;
    color: var(--text-color-light);
}

.erfahrung-teilen-btn {
    font-size: 16px;
    padding: 12px 28px;
}

/* Pagination */
.pagination {
    display: flex;
    justify-content: center;
    gap: 4px;
    flex-wrap: wrap;
    margin: 25px 0;
}

.pagination .page-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 32px;
    height: 32px;
    padding: 0 8px;
    background-color: var(--rot);
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: background-color 0.2s ease, transform 0.15s ease;
}

.pagination .page-link:hover {
    background-color: var(--rot-hover);
    transform: translateY(-1px);
}

.pagination .page-link.active {
    background-color: var(--gelb);
    color: #000;
}

/* Story Card */
.erfahrung-card {
    position: relative;
    background: #fff;
    border-left: 4px solid var(--rot);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    margin-bottom: 25px;
    border-radius: 0 8px 8px 0;
    transition: box-shadow 0.25s ease, transform 0.2s ease;
}

.erfahrung-card:hover {
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}

.erfahrung-card-inner {
    padding: 25px 30px;
}

.erfahrung-titel {
    margin: 0 0 12px 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
}

.erfahrung-titel a {
    color: #1a1a1a;
    text-decoration: none;
    transition: color 0.2s;
}

.erfahrung-titel a:hover {
    color: var(--rot);
}

.erfahrung-meta {
    font-size: 14px;
    color: #777;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.erfahrung-meta strong {
    color: #333;
}

.erfahrung-kasse-badge {
    display: inline-block;
    background: var(--blau);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.erfahrung-content-row {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
}

.erfahrung-thumb {
    flex-shrink: 0;
    width: 160px;
    height: 120px;
    border-radius: 6px;
    overflow: hidden;
    display: block;
}

.erfahrung-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.erfahrung-thumb:hover img {
    transform: scale(1.05);
}

.erfahrung-text-preview {
    color: #444;
    line-height: 1.7;
    font-size: 15px;
    flex: 1;
}

.erfahrung-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 12px;
    border-top: 1px solid #f0f0f0;
}

.erfahrung-weiterlesen {
    color: var(--rot);
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s;
}

.erfahrung-weiterlesen:hover {
    color: var(--rot-hover);
    text-decoration: underline;
}

.erfahrung-share-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #f0f0f0;
    color: #777;
    cursor: pointer;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

.erfahrung-share-btn:hover {
    background-color: var(--blau);
    color: #fff;
}

/* Share Modal */
.share-modal-overlay {
    display: none;
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10000;
    justify-content: center;
    align-items: center;
    animation: fadeIn 0.2s ease;
}

.share-modal-overlay.active {
    display: flex;
}

.share-modal-content {
    background: #fff;
    border-radius: 16px;
    width: 380px;
    max-width: 90vw;
    box-shadow: 0 20px 60px rgba(0,0,0,0.25);
    animation: slideUp 0.3s ease;
    overflow: hidden;
}

@keyframes slideUp {
    from { transform: translateY(30px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.share-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px 15px;
    border-bottom: 1px solid #f0f0f0;
}

.share-modal-header h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
}

.share-modal-close {
    background: none;
    border: none;
    font-size: 28px;
    color: #999;
    cursor: pointer;
    padding: 0;
    line-height: 1;
    transition: color 0.2s;
}

.share-modal-close:hover {
    color: #333;
}

.share-modal-options {
    padding: 20px 24px 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.share-option {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 14px;
    border-radius: 10px;
    text-decoration: none;
    color: #333;
    font-size: 15px;
    font-weight: 500;
    transition: background 0.15s;
    border: none;
    background: none;
    cursor: pointer;
    width: 100%;
    text-align: left;
    font-family: inherit;
}

.share-option:hover {
    background: #f5f5f5;
}

.share-option-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.share-option-label {
    font-size: 15px;
    font-weight: 500;
    color: #333;
    transition: color 0.2s;
}
.erfahrung-leer {
    text-align: center;
    padding: 60px 20px;
    color: var(--text-color-light);
    font-size: 18px;
}


/* ======================================
   ERFAHRUNGEN – Detail-Seite
   ====================================== */

.erfahrung-breadcrumb {
    margin-bottom: 5px;
    font-size: 14px;
}

.erfahrung-breadcrumb a {
    color: #fff;
    text-decoration: none;
    opacity: 0.8;
}

.erfahrung-breadcrumb a:hover {
    opacity: 1;
    text-decoration: underline;
}

.erfahrung-datum {
    font-size: 14px;
    opacity: 0.8;
}

.erfahrung-zurueck {
    display: inline-block;
    color: var(--blau);
    text-decoration: none;
    font-weight: 600;
    margin-bottom: 30px;
    font-size: 15px;
}

.erfahrung-zurueck:hover {
    text-decoration: underline;
}

.erfahrung-share-bar {
    text-align: center;
    margin-bottom: 35px;
}

.erfahrung-share-bar span {
    display: block;
    font-size: 14px;
    color: var(--text-color-light);
    margin-bottom: 12px;
}

.share-buttons {
    display: flex;
    justify-content: center;
    gap: 8px;
}

.share-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background-color: var(--dgrau);
    color: #fff;
    border: none;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.15s ease;
    text-decoration: none;
}

.share-btn:hover {
    background-color: var(--blau);
    transform: translateY(-2px);
}

.share-btn svg {
    stroke: #fff;
    fill: #fff;
}

.erfahrung-detail-bild {
    margin-bottom: 30px;
    border-radius: 8px;
    overflow: hidden;
}

.erfahrung-detail-bild img {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
}

.erfahrung-kasse-label {
    margin-bottom: 20px;
    padding: 10px 15px;
    background-color: var(--hblau);
    border-radius: 4px;
    font-size: 15px;
    color: var(--blau);
}

.erfahrung-detail-titel {
    font-size: 26px;
    /*font-weight: 700;
    color: #1a1a1a;*/
    margin: 0 0 20px 0;
    line-height: 1.3;
}

.erfahrung-detail-text {
    line-height: 1.8;
    font-size: 17px;
    color: #333;
    margin-bottom: 40px;
}

.erfahrung-cta {
    text-align: center;
    padding: 40px;
    background-color: var(--hellhellgelb);
    border-radius: 8px;
    margin-bottom: 30px;
}

.erfahrung-cta p {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
}


/* ======================================
   ERFAHRUNGEN – Modal & Formular
   ====================================== */

.erfahrung-modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999999999;
    justify-content: center;
    align-items: flex-start;
    padding: 40px 20px;
    overflow-y: auto;
}

.erfahrung-modal-overlay.active {
    display: flex;
}

.erfahrung-modal {
    background: #fff;
    border-radius: 12px;
    padding: 40px;
    max-width: 650px;
    width: 100%;
    position: relative;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
    animation: modalFadeIn 0.3s ease;
}

@keyframes modalFadeIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.erfahrung-modal-close {
    position: absolute;
    top: 15px;
    right: 20px;
    background: none;
    border: none;
    font-size: 30px;
    cursor: pointer;
    color: #999;
    line-height: 1;
}

.erfahrung-modal-close:hover {
    color: #333;
}

.erfahrung-modal h2 {
    color: var(--rot);
    margin-bottom: 5px;
    font-size: 26px;
}

.modal-subtitle {
    color: var(--text-color-light);
    font-size: 15px;
    margin-bottom: 25px;
}

.form-row {
    display: flex;
    gap: 15px;
}

.form-group {
    margin-bottom: 18px;
    flex: 1;
}

.form-group-small {
    flex: 0 0 140px;
}

.form-group label {
    display: block;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 6px;
    color: #333;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group textarea {
    width: 100%;
    padding: 10px 14px;
    border: 2px solid #ddd;
    border-radius: 6px;
    font-size: 15px;
    font-family: inherit;
    transition: border-color 0.2s ease;
    box-sizing: border-box;
}

.form-group input:focus,
.form-group textarea:focus {
    border-color: var(--blau);
    outline: none;
}

.form-hint {
    display: block;
    font-size: 12px;
    color: var(--text-color-light);
    margin-top: 4px;
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

/* Bild-Upload Zone */
.bild-upload-zone {
    border: 2px dashed #ccc;
    border-radius: 8px;
    padding: 25px;
    text-align: center;
    cursor: pointer;
    transition: border-color 0.2s ease, background-color 0.2s ease;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bild-upload-zone:hover,
.bild-upload-zone.dragover {
    border-color: var(--blau);
    background-color: var(--hblau);
}

.upload-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    color: var(--text-color-light);
    font-size: 14px;
}

.upload-placeholder svg {
    stroke: #aaa;
}

.upload-preview {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.upload-preview img {
    max-height: 180px;
    max-width: 100%;
    border-radius: 6px;
    object-fit: contain;
}

.remove-image {
    position: absolute;
    top: -8px;
    right: -8px;
    background: var(--rot);
    color: #fff;
    border: none;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.remove-image:hover {
    background: var(--rot-hover);
}

.erfahrung-modal .checkbox-label {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
    font-size: 14px;
    color: #555;
    cursor: pointer;
    line-height: 1.5;
    position: relative;
    padding-left: 0;
}

.erfahrung-modal .checkbox-label input[type="checkbox"] {
    position: relative !important;
    opacity: 1 !important;
    margin-top: 3px;
    width: 18px;
    height: 18px;
    min-width: 18px;
    accent-color: var(--rot);
    cursor: pointer;
    flex-shrink: 0;
}

.erfahrung-modal .checkbox-label a {
    color: var(--rot);
    text-decoration: underline;
}

.form-actions {
    margin-top: 10px;
    text-align: right;
}

.form-actions .btn {
    padding: 12px 35px;
    font-size: 16px;
}

.form-message {
    margin-top: 15px;
    padding: 12px 16px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
}

.form-message.success {
    background-color: #e6f9f0;
    color: #1a7a4c;
    border: 1px solid #b2e0cc;
}

.form-message.error {
    background-color: #fde8e8;
    color: #c53030;
    border: 1px solid #f5c6c6;
}


/* ======================================
   ERFAHRUNGEN – Bestätigungs-Seite
   ====================================== */

.bestaetigung-box {
    text-align: center;
    max-width: 500px;
    padding: 50px 30px;
}

.bestaetigung-icon {
    font-size: 60px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-weight: bold;
}

.bestaetigung-icon.success {
    background-color: #e6f9f0;
    color: #1a7a4c;
}

.bestaetigung-icon.error {
    background-color: #fde8e8;
    color: #c53030;
}

.bestaetigung-box h2 {
    margin-bottom: 10px;
}

.bestaetigung-box p {
    margin-bottom: 10px;
    color: var(--text-color-light);
}

.bestaetigung-box .btn {
    margin-top: 20px;
    display: inline-block;
}


/* ======================================
   ERFAHRUNGEN – Mobile Responsive
   ====================================== */

@media (max-width: 767px) {
    .erfahrungen-header {
        flex-direction: column;
        align-items: stretch;
        text-align: center;
    }

    .erfahrung-card-inner {
        padding: 18px 20px;
    }

    .erfahrung-content-row {
        flex-direction: column;
        gap: 12px;
    }

    .erfahrung-thumb {
        width: 100%;
        height: 180px;
    }

    .erfahrung-share-btn {
        width: 36px;
        height: 36px;
    }

    .form-row {
        flex-direction: column;
        gap: 0;
    }

    .form-group-small {
        flex: 1;
    }

    .erfahrung-modal {
        padding: 25px 20px;
        margin: 10px;
    }

    .share-buttons {
        flex-wrap: wrap;
    }

    .erfahrung-detail-text {
        font-size: 16px;
    }

    .erfahrung-cta {
        padding: 25px 15px;
    }
}
