:root {
    --rot: #da002d;
    --drot:#b70429;
    --hgrau: #e8e8e8;
    --hgruen: #e9f1ef;
    --hgruen-chat:#c3d8d0;
    --gruen: #008b55;
    --dgruen: #018c54;
    --mdgruen: #207252;
    --footer: #207252;
    --abstand_oben: 80px!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: 30rem;
    color: #4A4A49;
    margin: 0 auto;
    width: 100%;
    line-height: 1.2;
}

body.startseite {
    padding-top:calc(var(--abstand_oben) + var(--social_bar));
    
}

.mobilenot {
    display:block;
}

.pcnot {
    display: none;
}

.startseite h1 {
    margin-top: 0;
}

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;
}

.hgrau {
    background-color: var(--hgrau);
    position:relative;
    padding-top:0!important;
}

.hgruen {
    background-color: var(--hgruen);
}

.hgruen .h2, .hgruen .h1 {
    color:var(--gruen);
}

.hgruen_padd {
    background-color: var(--hgrau);
    position:relative;
    padding:20px;
    margin-bottom:20px;
}

.hgruen_padd h2{
    margin-top:0;
}

.flex-right {
    display: flex;
    justify-content: flex-end; /* 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;
}

details[open] .weiterlesen img {
    transform: rotate(180deg); /* Pfeil dreht sich nach unten */
}

.weiterlesen-inhalt {
    width: 100%; /* Sorgt für volle Breite des Inhalts */
    padding: 10px 0;
}


.balken_rot {
    margin-bottom: 50px!important;
    padding: 20px;
    background-color:var(--dgruen);
    color:#fff!important;
    box-shadow: 1px 7px 9px rgba(0, 0, 0, 0.3);
    text-align: center;
}

.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 {
    background: #000;
    color: #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;
}

h1.sw, .h1.sw {
    color:#000!important;
}

span.rot, h2.rot {
    background:none;
    color: var(--dgruen);
}

.fett {
    font-weight: 900;
}

.innenw {
    padding: 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;
}

.abstand50 {
    margin-bottom:50px!important;
}

.haken {
    width: 35px!important;
}


p a,
div.rechnung_ span a,
form a,
div.sozial_popup a {
    color: #888;
    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%;
}

.kapitel-container .untertitel {
    font-size:90%;
    font-weight: bold;
}

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;
}

div.start_fhk {
    display: flex;
    padding: 15px 4% 0;
    background-color: var(--hgrau);
    justify-content: center;
    align-items: flex-end;
    gap: 20px;
}

div.start_fhk img {
    width: 60%;
    display: block;
}

div.start_fhk svg {
    width: 60%;
    margin-bottom: 50px;
}

div.start_fhk span.h1 {
    color:var(--gruen);
}

div.start_fhk .content {
    display: flex;
    align-self: stretch;
    max-width: 40%;
    text-align: left;
    align-items: center;
}

.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: red; /* 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 {
    width: 70%;
    hyphens: auto;
    word-break: break-word;
    font-weight:bold;
}

div.start span.bild {
    transform: translateY(50%);
    display: block;
    position: absolute;
    left: 27%;
    bottom: 50%;
    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 {
    text-align: center;
}

.flex.center {
    justify-content: 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%;
    display: block;
}

.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%;
}

.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;
}

.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: 1px solid var(--gruen);
    padding: 10px;
    background-color: var(--hgrau);
    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%;
    top: calc(var(--abstand_oben) + 10%)!important;
    position: fixed;
    height: 90vh;
    width: 40%;
    z-index: 9998;
    max-width: 500px;
    opacity: 1;
    visibility: visible;
}


/*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: var(--gruen);
    border-radius: 50%;
}

.container-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    justify-content: center; 
}

.kapitel-container {
    width: 28%;
    display: flex;
    margin: 0 auto;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    min-width: 300px;
    text-align: center;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.kapitel-container .pic {
    position: relative;
}

.kapitel-container .pic .beschriftung {
    box-sizing: border-box;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%,  
                                      rgba(0, 0, 0, 0.2) 75%,  
                                      rgba(0, 0, 0, 0) 100%);
    padding: 15px 10px;
    display: flex;
    margin: 0;
    height: 30%;
    font-weight: bold;
    color: #fff;
    position: absolute;
    bottom: 0;
    align-items: flex-end;
    line-height: 1em;
}

.btn {
    font-size:90%;
    font-weight: bold;
    border-radius: 50px;
    padding: 5px 15px;
    color: #fff;
    background-color: var(--gruen);
    text-decoration: none;
}

.btn:hover {
    background-color:var(--rot);
    text-decoration: none;
}

.fhk-container {
    display: none!important;
}

a.logo {
    max-width: 300px;
    width: 100%!important;
    align-items: center!important;
}

a.logo img {
    /* max-width: 35%; */
    display: block;

}

.loesungen {
    text-align: center;
    padding: 45px 4%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: var(--hgrau);
}

.loesungen .container-wrapper1 a {
    width: calc(95% / 9);
    min-width: 100px;
}

.container-wrapper1 {
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 40px;
}

.rechtssicher {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.rechtssicher .h1 {
    text-align: center;
}

.schmal {
    max-width: 1000px;
}

.agb {
    display: none;
}

.gruen {
    color:var(--gruen);
}

/*
.login {
    display:none!important;
}*/

.profil-links {
    display: none!important;
}

.gruen_div {
    text-align: center;
    color: #fff;
    background-color: var(--gruen);
    padding: 50px calc((100% - 1300px) / 2);
    font-size:120%;
}

    
@media (min-width: 1920px) {

    html {
        font-size: .04vw;
    }

    body {
        font-size:18px;
    }

    header.innenw {
        padding-right: calc((100% - 1800px)/2)!important;
        padding-left: calc((100% - 1800px)/2)!important;
    }

    .innenw {
        /*padding: 4% 40% 4% 4%;*/
        padding-right: calc((100% - 1800px)/2);
        padding-left: calc((100% - 1800px)/2);
        padding-top:4%;
        padding-bottom:4%;
    }

    .iframe-container {
        right: calc((100% - 1800px)/2);
    }

    div.start_fhk {
        padding: 15px calc((100% - 1800px) / 2) 0;
    }

    div.start span.bild {
        transform: translateX(-50%);
        max-width: 525px;
        display: block;
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 40%;
        z-index: -1;
    }

    .start .texte {
        margin-top: 100px;
        display: block;
        width: 500px;
        position: relative;
        z-index: 100;
    }

    .startseite h1 {
        font-size:290%;
    }

    .gruen_div {
        font-size: 140%;
    }

}


@media (max-width: 1919px) {
    
    html {
        font-size: .04vw;
    }

    .iframe-container {
        right: 8%;
    }

    div.start span.bild {
        width: 30%;
        left:auto;
        right: 720px;
    }

    div.start {
        padding-right:60%;
    }

    h1 {
        font-size: 300%;
    }

    .h1 {
        font-size: 210%;
    }

}

@media (max-width: 1650px) {
    div.start span.bild {
        width: 30%;
        left:auto;
        right: 630px;
    }

    .iframe-container {
        right: 6%;
    }

    div.start {
        padding-right: 65%;
    }

    h1 {
        font-size: 290%;
    }

    .h1 {
        font-size: 200%;
    }
}

/*ANCHOR Tablet */
@media (max-width: 1440px) {
    
    html {
        font-size: .055vw;
    }

    div.start span.bild {
        top:25%;
        left:auto;
        right: 575px;
    }

    h1, .h1 {
        font-size: 215%;
    }

    .iframe-container {
        right: 4%;
    }

    .gruen_div {
        padding: 50px 4%;
    }

}

@media (max-width: 1250px) {
    div.start span.bild {
        width: 34%;
        right: 512px;
        left: auto;
    }
}



/*ANCHOR Tablet */
@media (max-width: 1024px) {
    
    html {
        font-size: .06vw;
    } 

    .iframe-container {
        margin: 0 auto;
        position: relative;
        height: 70vh;
        width: 100%;
        max-width: 500px;
        top:auto !important;
        right: 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%;
    }

    div.vorteile_block {
        width: 70%;
    }

    h1, .h1 {
        font-size: 175%;
    }

    div.start {
        left: 50%;
        transform: translateX(-50%);
        height: auto;
        padding-right: 0;
        /* padding-left: 0; */
        padding-top: 50;
        /* padding-bottom: 2em; */
        position: relative;
    }

    div.start span.bild {
        bottom: auto;
        right: auto;
        top: auto;
        display: block;
        transform: translateX(-50%);
        left: 50%;
        width: 400px;
        position: relative;
    }

    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; 
    }

    div.start_fhk .content {
        max-width: 70%;
    }

    .iframe-container, .iframe-container.fixed {
        top: unset!important;
        position: relative;
        right: auto;
        box-sizing: border-box;
        padding: 0;
        height:90vh;
    }

    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: 145%;
    } 

    .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%;
        max-width:500px;
        left:50%;
        transform: translateX(-50%);
        height: auto;
        padding-right: 0;
        padding-left:0;
        padding-top: 0;
        padding-bottom: 2em;
        position: relative;
        margin-top: 50px;
    }

    div.start span.bild {
        bottom: auto;
        right: auto;
        top: auto;
        display: block;
        transform: translateX(-50%);
        left: 50%;
        width:80%;
        max-width:400px;
        position: relative;
    }


    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 {
        width: 100%;
        padding: 0;
        overflow: hidden;
        margin-bottom: 20px;
    }

    div.start>img {
        height: 38%;
        right: -10%;
    }

    div.start > span {
        display: block;
        background: #fff;
        padding: 1em 2em;
    }

    div.start > h1 {
        padding: 0 1em;
        font-size: 215%;
        margin-bottom: 0;
    }

    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) {

    :root {
        --abstand_oben: 55px!important;
    }

    html {
        font-size: 0.2vw;
        overflow-x: hidden;
    } 

    div.start_fhk {
        align-items: center;
        flex-direction: column;
        padding: 40px 4% 0;
        gap: 0px;
    }

    .gruen_div {
        padding:30px;
    }

    div.start_fhk img {
        width: 100%;
    }

    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 .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 {
        margin-bottom: 30px;
        width: 100%!important;
    }

    h1, .h1 {
        padding:0!important;
        font-size:170%!important;
        text-align: center;
    }

    .btn {
        font-size: 100%;
    }

    .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;
    }

    a.logo {
        max-width: 90%!important;
        margin-bottom: 0em;
    }

    footer {
        text-align: center;
        gap: 20px;
        flex-direction: column;
        align-items: center;
    }

    .scroll-hinweis {
        bottom: 80px;
    }

    div.start_fhk .content {
        align-self: unset;
        max-width: 80%;
        text-align: center;
        align-items: center;
    }

    .kapitel-container {
        width: 100%;
        min-width: unset!important;
    }
}

@media (max-width: 400px) {

    :root {
        --abstand_oben: 50px!important;
    }
}