:root {
    --rot: #f53e00;
    --drot:#f53e00;
    --hbgrau:#d9e0e9;
    --hgrau: #ddd;
    --dgrau:#2a3b52;
    --blaugrau:#9AA8BB;
    --blau: #2a3b52;
    --mittelblau: #92cafb;
    --hblau: #d0e7fe;
    --hgruen: #e9f1ef;
    --hgruen-chat:#c3d8d0;
    --gruen: #2a3b52;
    --dgruen: #245c46;
    --mdgruen: #207252;
    --footer: #2C3C53;
    --hgruen1:#3aa177; 
    --gelb: #ffed00; 
    --color_social_icons:#fff!important;
}

@font-face {
    font-family: 'Inter';
    src: url('../font/Inter-VariableFont_slnt,wght.ttf') format('truetype');
    font-weight: 100 900; /* Variable Schriftstärke */
    font-style: normal;
}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

html {
    font-size: 0.052vw;
}

body {
    font-family: 'Inter', 'Arial', sans-serif;
    font-size: 18px;
    color: #4A4A49;
    margin: 0 auto;
    width: 100%;
    line-height: 1.4;
}

body.startseite {
    padding-top:calc(var(--abstand_oben) + var(--social_bar));
}


header {
    background-color: #000!important;
}

.socialbar {
    color: #fff!important;
    background-color: #555!important;
}

.socialbar svg {
    fill: unset !important;
}

.login {
    color:#fff!important;
}

.login img {
    filter: brightness(10);
}

.bg-start {
    display: flex;
    width: 100%;
    background-image: url('../bilder/Netflix-Retoure_Header-desktop_1920x700.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    justify-content: center;
}

.logos-container .fhk {
    height: 100%!important;
    max-height: 100%;
}

/*#sozial_y, #sozial_i {
    display:none!important;
}*/

.mobilenot {
    display:block;
}

.pcnot {
    display: none;
}

.startseite h1 {
    line-height: 1.2;
    font-weight: 900;
    margin-top: 0;
    letter-spacing: 0.05em;
    font-size: 42px;
    z-index: 100;
}

h2, p.h2, span.h2 {
    font-size: 120%;
    line-height: 1.4;
    color:#000;
    font-weight: bold;
}

h3, span.h3 {
    font-size: 110%;
    font-weight:bold;
    color:#000;
}

div.start.innenw {
    width: 100%;
    height: 545px;
    color: #fff;
    max-width: 1920px;
}

.start.innenw .texte {
    padding: 30px;
    background-color: rgba(42,59,82,.8);
    display: block;
    line-height: 1.3em;
    /* font-size: 18px; */
    position: relative;
    z-index: 100;
    top: 75px;
    hyphens: auto;
    word-break: break-word;
}

.texte, .texte span {
    text-align: left;
}

div.start.innenw h1, div.start.innenw .h2 {
    color:#fff;
}

.hgrau {
    background-color: var(--blaugrau);
    position:relative;
    padding-top:0!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;
}

.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 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(--hblau);
    position:relative;
    padding:40px;
    margin-bottom:20px;
    color:#000;
    text-align: left;
}

.hblau_padd h2{
    margin-top:0;
    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: #daeef1;
}

.hblau {
    background: #DAEEF1;
}

.rot {
    background: var(--dgruen);
    color: #fff;
}

h2.blau {
    color:var(--blau);
}

h2.gruen {
    color:var(--dgruen);
}

h1.sw, .h1.sw {
    color:#000!important;
}

span.rot, h2.rot {
    background:none;
    color: var(--rot);
}

.fett {
    font-weight: 900;
}

.innenw {
    padding-right: calc((100% - 1920px + 700px + 80px)/2);
    padding-left: calc((100% - 1920px)/2);
    padding: 4% 50% 4% 4%;
}

.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;
}

.column {
    flex:1;
}

.column ul li::before {
    height: 7px;
    width: 7px;
    background-color: #000;
}

.abstand50 {
    margin-bottom:50px!important;
}

.haken {
    width: 35px!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;
}



div.start {
    height:calc(100vh - var(--abstand_oben));
    padding-right: 65%;
    padding-bottom: 10em;
    position: relative;
    box-sizing: border-box;
    padding-top:45px;
}

.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%;
}

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(/bilder/kids.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

div.index_bild.i2 {
    background-image: url(/bilder/iStock-1159094800-familie.jpg);
}

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 img {
    width: 100%;
}

.innenw img {
    max-width: 100%;
}

.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%;
}

.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(/bilder/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(--hbgrau);
    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: 200%;
}


.offen p.frage {    
    color: #fff;
    background-color: #787878;
}

.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(/bilder/pfeil.svg) no-repeat;
    right: -2em;
}
.bx-wrapper .bx-prev {
    background: url(/bilder/pfeil_links.svg) no-repeat;
    left: -2em;
}

div.para img {
    width: auto;
    max-height: 6em;
    margin:0 auto;
    display: block;
}

.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: 110%;
    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('/bilder/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;
}

/*.intercom-launcher::before,
.intercom-rkaeus::before {
    content: 'Hilfe-Center';
    display: block;
    position: absolute;
    background: #DD0C52;
    color: #fff;
    padding: 1em 1.5em;
    right: 85%;
    border: .25em solid #fff;
    border-radius: 2em;
    line-height: 1;
    white-space: nowrap;
    top: -35%;
    font-size: 95%;
}*/

.intercom-launcher,
.intercom-rkaeus {
    border: 0.2em solid #af8787!important; 
}

header div.flex > a.button {
    padding: 0.5em;
}

.iframe-container {
    display: block;
    right: 7%;    
    position: fixed;
    height: 90vh;
    width: 40%;
    z-index: 9998;
    max-width: 500px;
    opacity: 1;
    visibility: visible;
}

.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 {
    width: fit-content;
    display: block;
    box-sizing: border-box;
    border-radius: 25px;
    padding: 10px 20px;
    color: #fff;
    background-color: var(--rot);
    transition: background-color 0.3s ease;
    text-decoration: none;
}

.btn:hover {
    background-color: var(--blau);
    text-decoration: none;
}

.check, .check .btn {
    font-size: 110%;
    font-weight: 600;
    text-align: center;
    margin:0 auto;
}

.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: #fff
}

.mobile-menu {
    background-color: var(--footer) !important;
    opacity: .95;;
}

.mobile-menu li:hover {
    background-color: var(--blaugrau) !important;
    color:#000!important;
}

.menu li a {
    color: #fff!important;
}

/*RECHNER START*/
.calculator {
    box-sizing: border-box;
    text-align: center;
    background-color: #fff;
    padding: 25px 30px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    width: fit-content;
    max-width: 500px;
    max-height:calc(100dvh - var(--abstand_oben) - var(--social_bar));
    overflow-y:auto;
}
.calculator h2 {
    color: #1c1e21;
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 1.4em;
    font-weight: 600;
}
.input-group {
    margin-bottom: 25px;
    text-align: left;
}
.input-group label {
    display: block;
    margin-bottom: 8px;
    color: #4b4f56;
    font-weight: 500;
    font-size: 0.95em;
}
.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;
}
.calculator .result-text {
    margin: 8px 0 0 0;
    color: #4b4f56;
    font-size: 80%;
    line-height: 1.4;
}
.calculator .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;
}

/*RECHNER ENDE*/
/*ANCHOR Tablet */
@media (min-width: 1920px) {
    
    html {
        font-size: .04vw;
    }

    .wd1920 {
        max-width: 1920px;
        margin:0 auto;
    }

    header.innenw {
        padding-right: calc((100% - 1800px)/2)!important;
        padding-left: calc((100% - 1800px)/2)!important;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .innenw {
        padding-right: calc((100% - 1800px + 1100px)/2);
        padding-left: calc((100% - 1800px)/2);
        padding-top:4%;
        padding-bottom:4%;
    }

    .iframe-container {
        right: calc((100% - 1800px)/2); 
    }

    div.start.innenw {
        min-height: fit-content;
        min-width: 1800px;
        max-width: 1920px;
        padding-left: 0;
        width: 1920px;
        height: 550px;
        color: #fff;
        max-width: 1280px;
        padding-right: 0;
    }

    div.start {
        height: calc(100vh - var(--abstand_oben));
        padding-right: 70%;
        padding-bottom: 10em;
        position: relative;
        box-sizing: border-box;
        padding-top: 45px;
    }

    .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: 1920px) {
    
    html {
        font-size: .04vw;
    }

    header.innenw {
        padding-right: calc((100% - 1300px)/2)!important;
        padding-left: calc((100% - 1300px)/2)!important;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .innenw {
        padding-right: calc((100% - 1300px + 1100px)/2);
        padding-left: calc((100% - 1300px)/2);
        padding-top:4%;
        padding-bottom:4%;
    }

    .iframe-container {
        right: calc((100% - 1300px)/2); 
    }

    div.start.innenw {
        min-height: fit-content;
        min-width: 1300px;
        max-width: 1420px;
        padding-left: 0;
        width: 1420px;
        height: 550px;
        color: #fff;
        max-width: 1280px;
        padding-right: 0;
    }

    .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%;
    }

    div.start {
        padding-right: 72%;
    }

    h1 {
        font-size: 290%;
    }

    .h1 {
        font-size: 200%;
    }

    div.start.innenw {
        height: 514px;
    }

    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%;
    }

    .innenw {
        padding: 4% 42% 4% 4%;
    }

    header.innenw {
        padding: 15px 4%;
        padding-right: 4%!important;
        padding-left: 4%!important;
    }

    div.start.innenw {
        min-height: fit-content;
        min-width: unset;
        max-width: unset;
        padding-left: 4%;
        width: 100%;
        height: 750px;
        color: #fff;
        max-width: unset;
        padding-right: unset;
    }

}

@media (max-width: 1250px) {
    div.start span.bild {
        top: 0%;
        width: 31%;
        right: 420px;
        left: auto;
    }

    .iframe-container {
        right: 2%;
    }
}



/*ANCHOR Tablet */
@media (max-width: 1024px) {
    
    html {
        font-size: .07vw;
    } 

    .calculator {
        max-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;
    }

    div.start.innenw {
        display: flex;
        min-height: fit-content;
        min-width: unset;
        max-width: unset;
        padding-left: 4%;
        width: 100%;
        height: auto;
        color: #fff;
        max-width: unset;
        padding-right: 4%;
        justify-content: center;
        align-items: center;
        left: 50%;
        transform: translateX(-50%);
        padding-top: 40px;
        padding-bottom:40px;
        position: relative;
        
    }

    .start.innenw .texte {
        top:0;
    }

    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: 335%;
    }

    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;
    }

    .innenw {
        padding: 4%;
    }

    div.index_bild {
        height: 35vh;
    }

    section {
        padding: 1em;
    }

}

/*ANCHOR Handy */
@media (max-width: 767px) {
    html {
        font-size: 0.11vw;
        overflow-x: hidden;
    } 

    body {
        font-size: 22rem; 
    }

    .iframe-container, .iframe-container.fixed {
        margin-bottom: 40px;
        top: unset !important;
        position: relative;
        right: auto;
        box-sizing: border-box;
        padding: 0;
        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: 40px;
    } 

    .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;
    }

    .innenw,
    div.start {
        padding: 1em;
    }

    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: 130%;
    }


    a.button {
        margin-left: 1em;
    }

    div.start.innenw {
        display: flex;
        width: 100%;
        padding: 20px;
        overflow: hidden;
        margin-bottom: 0px;
        height: fit-content;
        justify-content: center;
    }

    .bg-start {
        margin-bottom:20px;
    }

    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%;
    }

    @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;
    } 

    div.start p.h2, div.start span.bild {
        width:100%;
    }

    .mobilenot {
        display:none;
    }
    
    .pcnot {
        display: block;
    }

    .flex1 {
        flex-direction: column;
    }
    
    .flex1.haken-container {
        flex-direction: row;
    }

    .haken {
        width: 25px !important;
    }

    .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;
    }

    h1, .h1 {
        padding:0!important;
        font-size: 35px!important;
        word-break: break-word;
        overflow-wrap: break-word;
    }

    div.start.innenw h1 {
        height:auto;
        margin-top:30px;
    }

    .balken_rot {
        text-align: center;
        padding: 10px!important;
    }

    div.start > span {
        padding: 1em 0!important;
    }

    div.start {
        width: 80%;
        max-width: unset;
        left: auto;
        transform: unset;
        height: auto;
        padding-right: 1em!important;
        padding-left: 1em!important;
        padding-top: 0;
        padding-bottom: 2em;
        position: relative;
    }

    .start.innenw .texte {
        /* box-sizing: border-box; */
        padding: 20px !important;
        max-width: 100%;
        line-height: 1.3em;
        text-align: center;
        font-size: 18px;
        position: relative;
        z-index: 100;
        margin-top: 10px;
        top: 0;
    }

    header a.logo {
        margin-bottom: 0em;
        max-width: unset!important;
        height: 100%!important;
    }

    a.logo img {
        text-align: left;
        display: block;
        /* width: 100%; */
        height: 100%!important;
        /* 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%;
        background-image: url('../bilder/Netflix-Retoure_Header-mobile_450x830.jpg');
    }


    .calculator .details {
        display:none!important
    }
}

@media (max-width: 400px) {
    body {
        font-size:14px;
    }

    h1, .h1 {
        font-size: 25px !important;
    }

    div.start p.h2 {
        font-size:20px;
        line-height:1.2em;
    }

    .innenw, div.start {
        padding: 5px;
    }

    .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: 14px;
    }

    .calculator {
        padding:10px;
    }
}