:root {
    /* Colors: */
    --sw: #000000;
    --rot: #e2001a;
    /*--gelb: #E3D400;
    --beige: #FFFAED;*/
    --gelb: #37B790;
    --beige: #37B79034;
    --grau: #70707020;
    --we: #FFFFFF;
    --ebeige: #FF7F0034;
    --egelb: #FF7F00;
    --blassblau:#e8f5f4;
    --dunkelblau:#0f5a8a;
    --gruen:#31a531;
}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

html {
    font-size: 0.057vw;
}

body {
    font-family: 'Archivo', sans-serif;
    font-weight: 300;
    font-size: 18rem;
    color: #000;
    margin: 0 auto;
    width: 100%;
    line-height: 1.2;
    background-color: #000;
    padding-top:70px;
}

* {
    box-sizing: border-box;
}

details {
    cursor:pointer;
}

div.bild img {
    margin: 0;
    display: block;
}

.wd100 {
    width:100%!important;
}

.wd80 {
    position:relative;
    width:80%!important;
}

.wd66 {
    width:66%!important;
}

.wd60 {
    width:60%!important;
}

.wd50 {
    position:relative;
    width:50%!important;
}

.wd40 {
    width:40%!important;
}


.wd33 {
    width:33%!important;
}

.wd20 {
    width:20%!important;
}

.wd20.zahl {
    font-size:500%;
}

.gap1 {
    gap:1em;
}

.gap {
    gap:3em;
}

.q33 {
    width:33%!important;
    /*height:calc(33vw - 30%)!important;*/
    hyphens: auto;
}

.abstand {
    margin-top:3em!important;
}

.abstand1 {
    margin-top:1em!important;
}

.pcnot {
    display:none;
}

.pconly {
    display:block;
}

.hidden {
    display: none!important;
}


.stopp {
    width: 8%;
    position: absolute;
    bottom: 8%;
    left: 35%;
    z-index: 2;
}

.nopadd .stopp {
    width: 12%;
    position: absolute;
    bottom: 8%;
    right: 9%;
    z-index: 99;
    left:auto;
}

.headl-rot {
    position: relative;
    z-index: 5;
    color: var(--rot);
    font-size: 220%!important;
    width: 60%;
    font-weight: 800;
}

h1, h2, h3, h4, h5, h6, span, a, p {
    position:relative;
    z-index:3;
}

.logo-rechts {
    width:100%;
    height:100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.logo-rechts img {
    width: 100%;
}

.tl h3 {
    padding: 1em 0 .5em 0;
}

.rot a {
    color: #fff;
}


.meme-ov {
    display: none;
    opacity: 0;
    transition: opacity 1s ease;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
}

.meme-ov.show {
    display: flex;
    opacity: 1;
}

.meme-ov div {    
    width:50%!important;
    display:flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background-color: rgba(0,0,0,0.9);
}

.meme-ov div:hover {   
    background-color: rgba(218, 0, 45, 0.7);
    border: 2px solid rgba(0,0,0,0.9);
}

.meme-ov div img {   
    max-width:45px;
    min-width:35px;
}

div.rot {
    padding: 1em;
}

.rot h2 {
    font-size: 300%!important;
    color:#fff;
}

h2.crot {
    width: 50%;
    color: var(--rot)!important;
}
.all-container, header.innenw {
    /*max-width: 1344px;
    width: 70%;*/
    width: 100%;
    margin: 0 auto;
}

header .button.gruen {
    margin: 0;
}

.all-container {
    box-shadow: 6px 18px 18px -16px rgba(0,0,0,0.3);
}

h1 {
    font-size: 190%;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 2em;
}

.start h1 {
    text-transform: uppercase;
    margin-bottom:0;
    margin-top: .8em;
}

h1 span {
    color: var(--we);
    display: block;
    font-size: 190%;
}

.text-shadow {
    text-shadow: 8px 9px 5px #000000;
    line-height: .9em;
}

.startseite h1 {
    margin-top: 0;
}

h2 {
    color: #000;
    font-size: 215%;
    line-height: 1;
    font-weight: 800;
}

h2.anlasslos {
    font-size:240%;
}

.egal h2 {
    font-weight: 400;
}

h2 span {
    color: var(--rot);
}

.egal h2 span {
    color: #000;
    font-weight: 700;
}

h3 {
    font-size: 135%;
    font-weight: 800;
}

.padd2 {
    padding:2em!important;
}

.registrierung h3 {
    font-size: 137%;
    min-height: 2.3em;
}

.registrierung h3.h3 {
    white-space: normal;
    color: #fff;
    padding: 1em;
}

.registrierung h3.h3:empty {
    min-height: inherit;
    padding: 0;
}

h4 {
    font-size: 190%;
    font-weight: 400;
}

.we {
    background: #fff;
}

.beige {
    background: var(--beige);
}

.egal .beige {
    background: var(--ebeige);
}

.egelb {
    background: var(--egelb); 
    color: #fff;
}

.grau {
    background: var(--grau);
}

.blau {
    background: var(--beige);
}

.egal .blau {
    background:#1CA7FC;
    color: #fff;
}

.button {
    /*text-transform: uppercase;*/
    color: var(--we);
    border-radius: 25px;
}

.button.rot {
    background: var(--rot);
}

.button.gruen {
    background: var(--gruen);
}

.button.download {
    display: flex;
    align-items: center;
    gap: 0.5em;
    cursor: pointer;
    transition: background-color 0.3s;
    font-size: 80%;
    transition: fill 0.3s;
    padding: 5px 10px;
}

.button.download svg{
    width:1.5em;
}

.button.download .ed {
    fill:var(--rot);
}

.button.download:hover .ed {
    fill:#fff;
}

.button.download:hover {
    border: 2px solid #fff;
}

.rot {
    background: var(--rot);
    color: #fff;
}

.blbl {
    background: var(--blassblau);
    color: #000;
}

.blbl h3 {
    margin:0;
}

.urot {
    text-decoration: underline;
    color: var(--rot);
}

.trot {
    color: var(--rot);
}

.egal .rot {
    background: #000;
}

.fett {
    font-weight: 900;
}

.innenw {
    position: relative;
    padding: 3% 15%;
}

.left {
    text-align: left;
    padding: 2em;
}

.tl {
    text-align: left;
}

.mg {
    padding-bottom: 4em;
}

.pad {
    padding: 2em;
    margin: 2em auto;
}

.pad2 {
    padding: 2em;
    padding-bottom: 0; 
    margin: 0;
}

.bl {
    display: block; 
}

b, strong {
    font-weight: 800;
}

div.bild {
    overflow: hidden; /* Overflow-Y auf hidden setzen */
    display: flex; /* Flexbox aktivieren, um das Bild zentriert anzuzeigen */
    align-items: center; /* Vertikale Zentrierung */
}

div.bild img {
    height: 100%; /* Höhe automatisch anpassen, um das Seitenverhältnis beizubehalten */
}



div.bild iframe {
    max-width: 100%;
}

header.innenw {
    padding: .5% 15%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: fixed;
    top: 0;
    z-index: 15;
    background: #fff;
    box-sizing: border-box;
}

.egal header.innenw {
    justify-content: space-between;
}

.startseite header.innenw {
    padding-bottom: 1em;
}

.login header.innenw,
.registrierung header.innenw {
    justify-content: center;
}

header.innenw > div.flex {
    justify-content: flex-end;
    align-items: center;
}

a,
p a,
div.rechnung_ span a,
form a,
div.sozial_popup a {
    color: #000;
    text-decoration: underline;
    cursor: pointer;
}

div.rechnung_ span a {
    display: block;
    text-decoration: none;
    font-size: 125%;
    color: #003e57;
    margin-bottom: 0.5em;
}

a.logo {
    position: relative;
    height: fit-content;
    display: block;
    width: 17em;
    margin-right: 15%;
}

a.logo img {
    display: block;
    width: 100%;
    height: auto;
    min-width: 7em;
}

a.button,
button {
    display: inline-block;
    padding: .5em 1.5em;
    position: relative;
    z-index: 3;
    text-decoration: none;
    margin-bottom: 1.5em;
    margin-top: 1em;
    font-weight: 800;
}

a.button:hover,
button:hover {
    background-color: var(--gruen);
}

a.button.pcnot {
    display:none;
}

header a.button,
button {
    margin: 0;
    margin-left: 3em;
    background: var(--gelb);
    color: #fff;
    padding: .5em;
    line-height: 1;
    font-weight: 700;
    font-size:90%;
}

.bgw_cbl {
    background-color: #fff!important;
    border:2px solid #000;
    border-radius: 50px!important;
    padding:0!important;
    margin:0 auto;  
}

.bgw_cbl img {
    margin:0!important;
}

.egal header a.button,
.egal button {
    background: var(--egelb);
}

header a.button {
    min-width: 7em;
    text-align: center;
}

div.start {
    padding-right: 7%;
    background-color: #000;
    position: relative;
}

div.start.nopadd {
    padding-right:0;
}

div.start.nopadd .startbild {
    width:100%;
}

.start .startbild {
    z-index: 1;
    top: 0;
    left: 0;
    width: 80%;
}

.start .text {
    box-sizing: border-box;
    padding-left: 15%;
    width: 100%;
    display: flex;
    top: 0;
    height: 100%;
    position: absolute;
    left: 0;
    /* padding-right: 10%; */
    /* justify-content: center; */
    align-items: center;
    color: #fff;
}

.start.nopadd .text {
    padding-top: 9vh;
    box-sizing: border-box;
    padding-left: 15%;
    width: 100%;
    display: flex;
    top: 0;
    height: 100vh;
    position: absolute;
    left: 0;
    /* padding-right: 10%; */
    /* justify-content: center; */
    align-items: flex-start;
    color: #fff;
}

.start .text .left-text {
    width: 59%;
}

.start.nopadd .text .left-text {
    padding: 20px;
    background-color: rgba(0, 0, 0, .6);
    margin-right: 10%;
    width: 50%;
}

.start.nopadd .untertitel {
    width: 100%;
}

.start .text div {
    position: relative;
    z-index: 9;
}

.start .text .button.rot {
    margin-top:3%;
}

.start .text .blbl {
    opacity:.95;
    width: 23%;
    font-size:100%;
    padding:1em;
}

.start.nopadd .text .blbl {
    box-shadow: 1px 7px 16px rgba(255, 255, 255, 0.3);
    padding: 30px;
    box-sizing: border-box;
    width: 50%;
    min-width:25vw;
    margin-right: 29%;
}

.untertitel {
    font-size:117%;
    width: 40%;
}

.black {
    background-color: #000;
    padding: 4% 15%;
    color: #fff;
}

.black-links {
    background-color: #000;
    width: 17%;
}

.black-rechts {
    height: auto;
    background-color: #000;
    width: 15%;
}

p.h2 {
    margin-right: 30%;
}

div.start span.bild {
    display: block;
    position: absolute;
    right: 0;
    top: -10%;
    height: 80%;
    width: auto;
}

div.index_bild {
    display: flex;
    justify-content: space-around; 
}

div.start span.bild img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

.index_bild img {
    height: 3em;
}

div.start h2 {
    color:#fff;
    margin-top:.5em;
    font-size:218%!important;
}

/*ANCHOR Egal start */
div.egal_start h1 {
    font-weight: 400;
}

div.egal_start h1 span {
    font-weight: 900;
}

ul {
    margin: 0;
    list-style: none; 
    text-align: left;
    padding: 0;
}

ul li {
    margin-left: 1em;
    list-style: disc;
    align-items: center;
    margin-bottom: 0.5em;
}

ul li img {
    margin-right: 1em;
    width: 1.25em;
}

div.egal_start div.flex > div {
    width: 45%;
    text-align: left;
}

/*ANCHOR kosten */
div.kosten h3 {
    font-size: 200%;
    width: 80%;
    margin: 2em auto;
}

div.kosten h3 span {
    color:#da002d;
}

div.brot img {
    display: block;
    border: 1em solid #DA002D;
    margin: 0 auto;
    width: calc(100% - 2em);
}

div.kosten div.flex {
    align-items: stretch;
}

.egal div.brot img {
    border-color: var(--egelb);
}

.egal div.kosten div.flex > div {
    background: #fff;
    padding: 1em;
    margin: 1em;
    text-align: center;
    color: #222;
    box-sizing: border-box;
    width: 31%;
}

.egal div.kosten div.flex > div img,
.egal div.kosten div.flex > div span,
div.kosten div.flex > div img {
    display: block;
    margin: 0.5em auto;
    max-height: 5em;
}

div.kosten div.flex > div p {
    font-size: 150%;
}

div.kosten div.flex > div span {
    color:#DA002D;
}

.egal div.kosten div.flex > div span {
    font-size: 200%;
    color: var(--egelb);
    font-weight: 900;
}

.egal div.kosten h3 span {
    display: inline-block;
    background: var(--egelb);
    color: #fff;
    padding: 0.25em;
}

/*ANCHOR Dashboard2 */

/*ANCHOR letzter */

span.hover {
    position: relative;
    display: inline-block;
}

span.hover span {
    display: none;
}

span.hover:hover span {
    display: block;
    position: absolute;
    width: 60vw;
    top: 50%;
    transform: translateY(-50%);
    left: 1em;
    padding: 2em;
    background: #fff;
    z-index: 6;
    font-size: 75%;
}

div.letzter h2 {
    padding: 0 2em;
}

div.letzter div.flex > div,
div.letzter div.flex > img {
    width: 45%;
}

div.letzter div.flex > div.breit {
    width: 61.8%;
    padding-left: 4em;
}

div.letzter {
    padding-bottom: 8em;
}

/*ANCHOR beamten  */
div.beamten h2 span {
    display: block;
    text-transform: uppercase;
    font-size: 65%;
    font-weight: 700;
}

.egal div.beamten h2 span {
    text-transform: none;
    font-size: 100%;
}

div.beamten div.flex {
    align-items: stretch;
}

div.beamten div.flex > div {
    width: 45%;
}

div.beamten div.bild {
    max-width: 40%;
}

div.beamten div.bild img {
    object-fit: cover;
    object-position: center;
}

/*ANCHOR wenden  */
div.wenden {
    background: url(/bilder/ass..jpg) no-repeat;
    background-size: cover;
    height: 100vh;
    position: relative;
}

div.wenden > div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 25%;
    background: rgba(255,255,255,0.8);
    padding: 2em;
}

div.wenden h2 {
    color: var(--rot);
}

/*ANCHOR propaganda  */

div.propaganda div.inhalt {
    position: relative;
}

div.propaganda h2 span {
    display: block;
}

div.propaganda div.text {
    width: 60%;
}

div.propaganda div.sparschwein {
    position: absolute;
    right: 10%;
    top: 0;
    width: 10%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

div.sparschwein > img {
    width: 5em;
    display: block;
    margin-bottom: 0.5em;
}

div.sparschwein > span {
    position: relative;
    margin-top: -1.5em;
}

div.sparschwein > img.le {
    position:relative;
    z-index: 2;
}

div.sparschwein > span img {
    width: 14em;
    display: block;
}

/*ANCHOR Schufa */
div.schufa div.drei a {
    display: block;
    text-decoration: none;
}

div.schufa div.drei img {
    display: block;
    margin-bottom: 1em;
}

.schufa ul.f100 {
    padding-left: 2em;
    list-style: square;
}

.schufa ul.f100 li {
    font-size: 100%;
    font-weight: 700;
    display: list-item; 
}

.schufa h1 span {
    text-transform: none;
}

.schufa div.start span.bild {
    top: 10%;
    height: auto;
    width: 28%;
}

section div.schufa {
    margin-top: 2em;
}

section div.schufa div.dokumente {
    align-items: center;
    padding: 2em;
}

section div.schufa div.dokumente > a {
    display: block;
    width: 40%;
    margin-right: 2em;
    font-weight: 700;
    text-decoration: none;
}

section div.schufa div.dokumente > p {
    width: 60%;
}

a.a_schufa {
    display: block;
    margin-top: 3em;
    width: 18em;
    font-size: 125%;
    text-decoration: none;
}

.blau a.a_schufa {
    color: #fff;
}

a.a_schufa img {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 1em;
}

div.klapper {
    display: none;
}

div.klapper.offen {
    display: block;
}

a.a_klapper {
    display: block;
    padding: 1em;
    border: 1px solid #aaa;
    background: #eee;
    width: fit-content;
}

/*ANCHOR Sozial */

div.sozial {
    color: #003e57;
}

div.sozial a {
    cursor: pointer;
    border-radius: 50%;
    background-color: #111;
    padding:.7em;
}

div.sozial a:hover {
    background-color: var(--rot);
}

header div.flex div.sozial {
    width: auto;
    padding: 0;
}

header div.sozial a {
    margin-left: 0.5em;
}

div.sozial_popup {
    padding: 4em;
    border-radius: 1em;
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 10;
    text-align: center;
    transform: translateX(-50%) translateY(-50%);
    display: none;
    box-shadow: 0 7px 8px -4px rgb(0 0 0 / 20%), 0 13px 19px 2px rgb(0 0 0 / 14%), 0 5px 24px 4px rgb(0 0 0 / 12%);
}

div.sozial_popup.offen {
    display: block;
}

div.sozial_popup a {
    display: block;
    font-weight: 700;
    margin: 0.5em;
}

div.sozial_popup a.schliessen {
    position: absolute;
    right: 1em;
    top: 1em;
    color: #dd0c52;
}

p {
    line-height: 1.3;
}

.center {
    margin:0 auto;
    text-align: center;
}

.flex {
    display: flex;
    /*justify-content: space-between;
    align-items: center;*/
}

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;
}

p.frage {
    display: flex;
    margin: 10px 0 0 0;
    padding: 0;
    cursor: pointer;
    align-items: center;
    background-color: var(--blassblau);
    padding: 5px;
}

.faq-frage.offen p.frage {
    background-color:var(--dunkelblau);
    color:#fff;
}

p.antwort {
    display: none;
}

.offen > p.antwort {
    display: block;
}

div.faq div.flex {
    flex-wrap: wrap;
    align-items: flex-end;
}

div.faq div.flex > div {
    width: 45%;
    text-align: left;
    border-bottom: 3px solid var(--rot);
}

div.faq div.flex > div.fn {
    border: 0;
    margin-bottom: 2em;
}

div.kunden > p {
    margin-bottom: 2em;
}

div.para img {
    width: 10em;
    height: 10em;
    margin-right: 1em;
    display: block;
}

div.para div.flex div {
    width: calc(100% - 12em);
    text-align: left;
}

/*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: var(--beige);
    width: 5em;
    height: 5em;
}

div.weiter > div {
    position: relative;
}

div.weiter div.aktiv span {
    background: var(--gelb);
}

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 {
    font-weight: bold;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    position: relative;
    box-sizing: border-box;
}

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;
}


button:disabled {
    display: none;
}

.login button {
    margin-bottom: 4em;
}

div.buttons {
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 3em;
}

div.flex.zwei > label {
    width: 48%;
}

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 {
    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;
}


.ende ol li {
    margin-bottom: 1.5em; 
}

div.dokumente {
    display: flex;
    justify-content: space-around;
}

div.dokumente div.dok {
    width: 30%;
    margin: 1em;
    position: relative;
}

div.dok span.nummer {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    color: #fff;
    padding: 0.5em;
    border-radius: 50%;
    background:#da002d;
    text-align: center;
}

div.dok a {
    text-decoration: none;
    font-size: 80%;
}

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: #063D56;
    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 #063D56;
}

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: var(--rot)40;
    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;
}


/*ANCHOR Dashboard */
iframe {
    height: 29vh;
    width: calc(30vh * 1.7);
    margin: 2em auto;
    display: block;
}

div.dokumente img {
    max-width: 100%;
}

div.dok.links a {
    display: block;
}

/*ANCHOR Footer */

footer.innenw {
    color: #777;
    background-color: #111;
    display: flex;
    justify-content: space-between;
    font-size: 65%;
    padding: 4em;
    padding-left: 10%;
    padding-right: 5%;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

footer div.links a, footer b {
    color: #777;
    display: inline-block;
    margin-right: 2em;
    text-decoration: none;
    position: relative;
    z-index: 1;
}

footer div.links {
    font-size: 110%;
    display: flex;
    align-items: center;
}

div.sozial {
    justify-content: flex-end;
    display: flex;
}

div.sozial span {
    display: block;
    margin-right: 1em;
    white-space: nowrap;
    font-size: 70%;
}

div.sozial img {
    width: 2em;
    display: block;
}

footer div.links div.sozial a {
    margin-right: 1em;
}

/*ANCHOR Dashboard */
a.n_aendern,
.aktiv a.zurueck_2 {
    display: none;
}

.aktiv a.n_aendern {
    display: block;
}

label span.flex {
    width: 62.5%;
}

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; 
}

div.admin h2 {
    color:#DA002D;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

div.admin h2 img,
section.admin h2 img {
    width: 35%;
}

section.admin h2 img {
    margin: 0.5em auto;
    display: block;
}

div.admin div.dokumente {
    background: #37B79034;
    border-top: .5em solid #37B790;
    margin-bottom: 2em;
}

a.aufklapper_a {
    display: inline-block;
    background: #eee;
    padding: 1em;
    margin-bottom: 2em;
    font-weight: 700;
}

div.zahl_ {
    align-items: stretch;
    margin-bottom: 2em;
}

div.zahl_ div.zahl {
    padding: 1em;
    background: #eee;
    margin-right: 2em;
    display: flex;
    align-items: center;
    font-size: 150%;
    font-family: monospace;
}

/*ANCHOR Mobil_daten */

.flex.wrap .voll {
    width: 100%;
}

div.ssl {
    display: flex;
}

div.ssl img {
    display: block;
    height: 3em;
    width: auto;
    margin-right: 1em;
    filter: grayscale(100%);
}

.mobil header {
    display: none;
}

.intercom-launcher::before,
.intercom-rkaeus::before {
    content: 'Hilfe-Center';
    display: block;
    position: absolute;
    background: var(--gelb);
    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%;
}

.egal .intercom-launcher::before,
.egal .intercom-rkaeus::before {
    background: var(--egelb);
}

.intercom-launcher,
.intercom-rkaeus {
    border: 0.2em solid #fff!important; 
}

.intercom-lightweight-app-launcher {
    background: var(--gelb)!important;
}

.egal .intercom-lightweight-app-launcher {
    background: var(--egelb)!important;
}

.werbemittel {
    background-color: var(--rot);
}

.werbemittel .button.call {
    background-color: var(--rot);
    color:#fff;
    border:solid 4px #fff;
    text-transform: uppercase;
    border-radius: 15px;
    margin-bottom:3em;
}
.werbemittel .button.call:hover {
    background-color: #fff;
    color:var(--rot);
}

.werbemittel > div:first-of-type {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.werbemittel p {
    padding:2em 0;
    color:#fff;
}

.slider-parent-container {
    position: relative;
}

.slider-container {
    margin-left: 10%;
    position: relative;
    width: 80%;
    overflow: hidden;
}

.slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slide {
    min-width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center;
    text-align: center;
}

.slide img {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    max-width: 99%;
    max-height: calc(100% - 4em);
    width: auto;
}

.slide .flex {
    justify-content: center;
}

.arrow {
    position: absolute;
    top: 27%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    opacity: 0.8;
    margin:0;
}

.arrow.left {
    left: 0px;
    padding:0;
    text-align: center;
}

.arrow.right {
    right: 0px;
}

.arrow:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.bullets {
    position: relative;
    display: flex;
    justify-content: center;
    top: -20px;
}

.bullet {
    width: 12px;
    height: 12px;
    margin: 0 5px;
    background-color: #ccc;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.bullet.active {
    background-color: #333;
}

.container-blau {
    text-align: center;
    padding: 10px;
    background-color: var(--dunkelblau);
    color: var(--we);
    font-size: 160%;
}

.container-gruen {
    font-weight: 800;
    padding: 10px;
    background-color: var(--dunkelblau);
    color: var(--we);
    font-size: 160%;
    background-color: var(--gruen);
    margin-bottom: 25px;
}

.plus {
    margin-right: 10px;
    color: var(--rot);
    font-size: 250%;
}

.minus {
    line-height: 1;
    display: none;
    margin-right: 10px;
    color: #fff;
    font-size: 350%;
    padding-bottom: 2px;
    margin-top: -6px;
}

.faq-frage.offen .minus {
    display:block;
}

.faq-frage.offen .plus {
    display:none;
}

.pcnot {
    display: none;
}

.paragraph {
    font-weight: bold;
    display: inline-block;
    transform: scaleX(0.9);
    size: letter;
    font-size: 300%;
    color: var(--dunkelblau);
}

.dunkelblau {
    color: var(--dunkelblau);
}

.flex-mobil {
    display:flex;
}

.pfeil-container {
    width:calc(20%/3)!important;
}

.wpforms-container .wpforms-page-indicator {
    margin: 0 0 20px 0;
    overflow: hidden;
    word-break: break-word;
    box-sizing: border-box;
    color:#000;
}

.indicator-page-progress-wrap {
    background: linear-gradient(90deg, var(--wpforms-field-border-color) -1000%, transparent 500%);
}

.wpforms-page-indicator-page-progress-wrap {
    display: block;
    width: 100%;
    background-color: rgba(0,0,0,0.25);
    height: 18px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin: 5px 0 0;
}

.wpforms-page-indicator-page-progress {
    height: 18px;
    background-color:var(--dunkelblau)
}

.wpforms-page-indicator-page-progress.s1 {
    width:50%;
}

.wpforms-page-indicator-page-progress.s2 {
    width:100%;
}

#plzResults ul {
    background-color: #eee !important;
    cursor: pointer;
    border: 1px solid;
    /* border-radius: 0vw 0vw 1vw 1vw; */
    background-color: rgba(255, 255, 255, 0.5);
    list-style-type: none;
    text-align: left;
    padding: 0;
    margin: 0px;
    list-style: none;
}

#plzResults li {
    margin: 0;
    width: 100%;
    list-style: none;
    font-weight: normal;
    border-bottom: 1px dotted #aaa;
    padding: 10px;
}

#plzResults li:hover {
    background-color: var(--blassblau);
}

@media (max-width: 767px) {
    div.alle_sprachen {
        font-size: 140%;
    }

    .start.nopadd .text {
        position:relative;
        flex-direction: column;
        padding-left: 0px!important;
        padding-top: 3vh;
    }

    h2.crot, .start.nopadd .text .blbl, .start.nopadd .text .left-text {
        width:93%!important;
    }

    .start.nopadd .text .left-text {
        margin-top: 25%;
    }

    .start.nopadd .text .button.rot {
        margin-top: 2vh;
    }

    .nopadd .stopp {
        top: unset;
        width: 30%;
        position: absolute;
        bottom: 34%;
        right: 3%;
        z-index: 99;
        left: auto;
    }

    .pfeil-container {
        margin-top: 20px;
        width: 100%!important;
        border: dotted 1px #000;
    }

    .pfeil-container img {
        display:none;
    }

    header.innenw {
        padding: 1% 2em 1% 2em;
    }

    .button.download {
        margin-top:10px;
        margin-bottom:0px;
    }

    .wd80 {
        width:100%;
    }

    .slide img {
        max-height:calc(100% - 7em);
    }
}

p.admin_p {
    padding: 4em;
    margin: 3em;
}

p.admin_p a {
    color: #fff;
    font-weight: 700;
    font-size: 125%;
}

.tw {
    color: #fff;
    font-weight: 700;
}



/*ANCHOR Anwendung*/
div.innenw2 {
    width: 80%;
    margin: 0 auto;
}

section.anwendung {
    border-top: 0.25em solid #da002d;
    border-bottom: 0.25em solid #da002d;
    border-radius: 0;
    margin-top: 4em;
    margin-bottom: 4em;
    padding-top: 3em;
    padding-bottom: 3em;
}

section.anwendung div.menu {
    width: 25%;
}

section.anwendung div.flex {
    margin-bottom: 4em;
    align-items: flex-start;
}

section.anwendung div.menu ul li,
section.anwendung div.menu ul li a {
    display: block; 
}

section.anwendung div.menu ul li a {
    text-decoration: none;
    color: #555;
    transition: color 0.4s;
}

section.anwendung div.menu ul li a.aktiv,
section.anwendung div.menu ul li a:hover {
    color: #000;
}

section.anwendung div.menu ul li {
    margin-bottom: 1.5em;
    font-size: 100%;
}

div.menu h3 {
    margin: 0;
    margin-bottom: 0.2em;
}

div.turbo {
    width: 70%;
    padding: 3em;
    background: #eee;
}

div.t_kn a {
    display: block;
    margin-bottom: 1em;
    background: #fff;
    border-radius: 0.5em;
    padding: 0.75em 3em;
    color: #000;
    text-align: left;
    text-decoration: none;
    width:fit-content;
}

div.t_kn a.zurueck {
    padding: 0;
    margin-top: 2.5em;
    background: 0;
    text-decoration: underline;
    color: #555;
}

div.t_kn a.dok img {
    display: block;
    width: 10em;
    margin-bottom: 1em;
    border: 1px solid #ccc;
}

div.turbo h2 {
    margin-top: 0;
    font-size: 140%;
    font-weight: 600;
    margin-bottom: 1em;
}

div.turbo audio {
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
}

div.turbo form label {
    margin-bottom: 2em;
    margin-top: 2em;
    border: 0;
    background: 0;
}

div.turbo form label textarea,
div.turbo form label select {
    display: block;
    margin-top: 0.25em;
}

div.t_kn a.dok {
    background: none;
    padding-left: 0;
}

div.t_kn .dok span {
    display: block;
    font-size: 75%;
}

p.info {
    background: #eee;
    border: 1px solid #DA002D;
    padding: 0.5em;
}

div.t_kn a.disabled,
div.turbo form.disabled {
    pointer-events: none;
    opacity: 0.6;
}

section.uebersicht div.turbo label {
    font-weight: 400;
    padding: 0;
    display: block;
}

div.turbo label input {
    padding: 0.35em;
    border-radius: 0.15em;
}

div.turbo div.flex.zwei > label {
    margin-top: 0;
    margin-bottom: 1em;
}

section.uebersicht div.turbo label select {
    font-size: 100%;
    background: #fff;
    width: fit-content;
    display: block;
    padding: 0.5em; 
}

section.uebersicht div.turbo label u {
    display: block;
    margin-bottom: 0.5em;
}

div.turbo button {
    margin-left: 0;
    background: #fff;
    border: 0;
    border-radius: 0.5em;
    color: #000;
    padding: 1em 2em;
    cursor: pointer;
}

body.laden {
    pointer-events: none;
    opacity: 0.6;
}

div.turbo input:placeholder-shown,
div.turbo textarea:placeholder-shown,
div.turbo select:placeholder-shown {
    border: 1px dashed #DA002D;
}


/*ANCHOR Formular*/

form {
    width: 100%;
}

input {
    width:100%;
    padding:10px;
    border:1px solid #ddd;
    border-radius:5px;
}

div.geb_datum {
    display: flex;
}

div.geb_datum label {
    margin-left: 1em;
    margin-right: 1em;
}

section {
    background: #fff;
    border-radius: 0.5em;
    padding: 1em;
    margin-bottom: 0;
}

form select {
    font-size: 100%;
}

form textarea {
    background: #fff;
    display: block;
    min-height: 5em;
    width: 100%;
}

form input {
    background: #fff;
}

div.ra_bild img {
    width: 15em;
}
div.ra_info {
    padding: 2em;
}

/*ANCHOR Fonts */
/*@font-face {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/archivo/v18/k3kPo8UDI-1M0wlSV9XAw6lQkqWY8Q82sLydOxI.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-stretch: 100%;
    font-display: swap;
    src: url(/css/k3kPo8UDI-1M0wlSV9XAw6lQkqWY8Q82sLydOxI.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 900;
    font-stretch: 100%;
    font-display: swap;
    src: url(/css/k3kPo8UDI-1M0wlSV9XAw6lQkqWY8Q82sLydOxI.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}*/


@font-face {
    font-family: 'Archivo';
    src: url('/fonts/Archivo/Archivo-VariableFont_wdth,wght.ttf') format('truetype');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/*
@font-face {
    font-family: 'Bulo';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/css/Bulo\ Medium.woff) format('woff');
}
@font-face {
    font-family: 'Bulo';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/css/Bulo.woff) format('woff');
}
@font-face {
    font-family: 'Bulo';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(/css/Bulo\ Ultra\ Black.woff) format('woff');
}
*/


/*ANCHOR Tablet */
@media (min-width: 1920px) {
    
    html {
        font-size: .052vw;
    }

}

/*ANCHOR Tablet */
@media (max-width: 1440px) {
    
    html {
        font-size: .065vw;
    }

    .gap {
        gap:1em;
    }

    .headl-rot, div.start h2 {
        font-size:200%!important;
    }

    .start .text .blbl {
        width: 30%;
    }
}




/*ANCHOR Tablet */
@media (max-width: 1024px) {
    
    html {
        font-size: .09vw;
    } 

    body {
        padding-top: 97px;
    }
    

    .start.nopadd .text {
        padding-left:10%;   
        padding-top: 5vh;
    }

    div.start.nopadd .startbild {
        width: 120%;
    }

    .start.nopadd .text .blbl {
        width:60%;
    }

    .wd80 {
        width:100%!important;
    }

    .headl-rot, div.start h2 {
        font-size:150%!important;
    }

    h2 {
        font-size:140%!important;
    }

    h3, .container-blau, .container-gruen {
        font-size:105%!important;
    }

    div.start {
        padding-right:0;
    }

    .start .startbild {
        width:100%;
    }

    .start .text {
        padding-left: 10%;
        padding-top:30px;
        height:unset !important;
    }

    .start .text div {
        font-size:100%;
    }

    .start .text .blbl {
        opacity: .95;
        width: 37%;
        font-size: 100%;
        padding: 1em;
    }

    .start .text .left-text {
        width: 58%;
    }

    .stopp {
        width: 11%;
        position: absolute;
        bottom: 5%;
        left: 38%;
        z-index: 2;
    }

    .all-container, header.innenw {
        width: 100%;
    }

    .pconly {
        display:none!important;
    }

    a.button {
        white-space: nowrap;
    }

    .schufa a.button {
        white-space: normal;
    }

    div.schufa div.drei img {
        width: 100%; 
    }

    header a.button {
        margin-left: -3em;
    }

    header.innenw {
        padding: 1% 10%;
    }

    .startseite header a.button {
        margin-left: 0;
    }

    div.start>img.sicher {
        width: 100px;
        right: 8%;
    }

    div.vorteile_block {
        width: 70%;
    }

    div.start {
        padding-top: 0;
        position: relative;
    }

    div.start span.bild {
        right: 0;
        bottom: 0;
        height: 80%;
        top: auto;
    }

    div.sozial {
        margin-right: 2em;
    }

    .innenw,
    footer.innenw {
        width:100%;
        padding: 4% 10%;
        overflow: hidden;
        box-sizing: border-box;
    }

    div.wenden {
        height: 50vh;
    }

    section {
        padding: 1em;
    }

    div.wenden>div {
        width: 50%;
    }

    div.sparschwein>img {
        width: 4em;
    }

    div.sparschwein > span >img {
        width: 14em;
    }

}

/*ANCHOR Handy */
@media (max-width: 767px) {

    html {
        font-size: 0.2vw;
        overflow-x: hidden;
    } 

    body {
        font-size: 13rem; 
    }

    p, p.h2 {
        font-size: 100%;
        margin-right: 0;
    }

    div.bild img {
        width:100%;
    }

    .mobilenot {
        display:none!important;
    }

    .pcnot {
        
        display:block;
    }

    a.button.pcnot {
        display:inline-block;
    }

    .intercom-launcher::before, .intercom-rkaeus::before {
        display: none;
    }

   
    h1 {
        font-size: 150%;
    } 

    .klein {
        font-size: 90%;
    }

    div.sozial a {
        display: flex;
        height: 30px;
        width: 30px;
        cursor: pointer;
        border-radius: 50%;
        background-color: #111;
        padding: .5em;
        align-items: center;
        justify-content: center;
    }

    div.sozial {
        margin-top:1em;
        justify-content: center;
    }

    section div.schufa div.dokumente>a,
    section div.schufa div.dokumente>p, .wd20, .wd40, .wd50, .wd33, .wd66, .wd60, .q33 {
        width: 100%!important;
    }

    .wd20 {
        display: flex;
        flex-direction: column;
        text-align:center;
    }

    div.start {
        padding:7%;
        height: fit-content;
    }

    .start .text {
        position:relative;
        height:unset;
        top:unset!important;
        display:block;
        padding-left:0;
        padding-right:0;
    }

    .start .text div {
        font-size: 100%;
    }

    .start .text .button.rot {
        margin-top: 20px;
    }

    div.start h2, .headl-rot {
        font-size: 150%!important;
    }

    a.button {
        white-space: unset;
        text-align:center;
    }

    iframe {
        height: auto;
        width: 100%;
    }

    .registrierung h3 {
        white-space: normal;
    }

    div.para div.flex {
        display: block;
    }

    div.para img {
        margin: 0 auto;
    }

    div.para div.flex div {
        width: auto;
        text-align: center;
    }

    .innenw {
        padding: 2em;
    }

    div.vorteile_block {
        width: 68%;
        transform: translateX(2em);
    }

    div.nachweis div.flex div.flex > div,
    div.innenw2 {
        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.innenw {
        font-size: 80%;
        flex-direction: column;
        align-items: flex-start;
    }

    footer div.links {
        margin-bottom: 2em;
        display: block;
    }


    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: 100%;
    }

    .left {
        padding: 0;
    }

    div.dok a {
        font-size: 100%;
    }

    div.dok.links a {
        margin-bottom: 0.5em;
    }

    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;
    }

    .band.oben1 {
        margin-top: -18%;
    }


    form {
        width: 100%;
        margin: 0;
        margin-bottom: 2em;
    }

    h2 {
        font-size: 130%;
    }

    .text.h2 {
        font-size:100%!important;
    }

    .flex {
        flex-direction: column;
    }

    div.letzter div.flex>div, div.beamten div.flex>div {
        width: 100%;
    }

    .flex img,
    div.letzter div.flex>img {
        width: 65%;
        max-width: 150px;
        margin: 1em auto;
    }

    div.wenden>div {
        width: 78%;
    }

    div.propaganda div.sparschwein {
        right: 1em;
        top: 7em;
    }

    div.sparschwein>span>img {
        width: 7em;
    }

    div.sparschwein>img {
        width: 3em;
    }

    .index_bild img {
        height: 3em;
    }

    div.start.innenw {
        padding: 0;
        overflow: hidden;
    }

    div.start > span {
        display: block;
        background: #fff;
        padding: 1em 2em;
    }

    div.start > h1 {
        padding-left: 1em;
        font-size: 150%;
        margin-bottom: 0;
    }

    div.start>h1 br {
        display: none;
    }

    div.cgrid {
        column-count: 1;
    }

    div.sozial span {
        white-space: normal;
        font-size: 80%;
    }

    div.ssl {
        margin-top: 2em;
    }

    div.weiter {
        font-size: 70%;
        flex-direction: row;
    }

    div.weiter span {
        width: 4em;
        height: 4em;
    }

    .registrierung div.weiter>div {
        overflow: hidden;
        text-overflow: ellipsis;
        width: 25%;
    }

    header a.button {
        margin-left: 0;
        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;
    }

    div.sozial_popup {
        width: 65%;
        padding: 1.5em;
    }

    div.credit_pakete div.paket {
        margin: 0.5em;
        padding: 1.5em;
    }

    div.rechnungen {
        width: 100%;
    }

    header div.flex div.sozial {
        margin-bottom: 0.75em;
    }

    div.start>img.sicher {
        width: 95px;
        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 var(--rot);
        margin-bottom: 0;
    }

    div.letzter h2 {
        padding: 0;
    }

    div.letzter div.flex>div.breit {
        width: 100%;
        padding: 0;
    }

    .index_bild img {
        width: 25%;
        height: auto;
    }

    .index_bild img:nth-child(n+4) {
        display: none;
    }

    h2 {
        line-height: 1;
    }

    div.beamten div.bild {
        max-width: 100%;
    }

    div.kosten h3 {
        font-size: 150%;
        width: 100%;
    }

    div.kosten div.flex>div p {
        font-size: 125%;
    }

    div.kosten div.flex>div img {
        width: auto;
        height: 7em;
        max-height: inherit;
    }

    p.frage {
        padding: 0.5em;
    }

    div.egal_start div.flex>div {
        width: 100%;
    }

    div.egal_start h1 {
        margin-bottom: 0.5em;
        margin-top: 0.5em;
    }

    .flex ul li img {
        max-width: 2em;
        margin: 0;
        margin-right: 1em;
    }

    ul li {
        justify-content: flex-start;
    }

    .egal div.kosten div.flex > div {
        margin: 0;
        width: 100%;
        margin-bottom: 1em;
    }

    .egal div.kosten div.flex>div img {
        width: 25%;
    }

    div.innenw2 {
        width: 80%;
        margin: 0 auto;
    }

    section.anwendung div.menu {
        width: 100%;
        padding-top: 4em;
    }

    .pcnot {
        display:block;
    }

    .startbild-mobil {
        position:absolute;
        height:100vh;
        z-index:0;
        width:100%;
        overflow:hidden;
        top:0;
        left:0;
        display:flex;
        align-items: center;
    }

    .startbild-mobil img, .start .startbild {
        width:100%;
        display:block;
    }

    .stopp {
        bottom: auto;
        top: 24%;
        width: 25%;
        right: 7%;
        left: auto;
    }

    .start .text .blbl, .start .text .left-text {
        width: 100%;
    }

    .headl-rot {
        width:100%;
        font-size: 170%!important;
    }

    .untertitel {
        width:60%;
    }

    header.innenw {
        padding: 1% 7%;
    }

    a.logo {
        width: 13em;
    }

    .start .text .button.rot {
        margin-top: 25vh;
    }

    @media screen and (orientation: landscape) {
        html {
            font-size: 0.65vw;
            overflow-x: hidden;
        } 
    }

}

/*ANCHOR Handy */
@media (max-width: 550px) {

    html {
        font-size: 0.3vw;
        overflow-x: hidden;
    } 

    body {
        font-size: 13rem; 
        padding-top: 60px;
    }

    .innenw {
        padding: 7%;
    }

    .stopp {
        width: 31%;
    }

    .start .text .button.rot {
        margin-top: 15vh;
    }

    .startbild-mobil {
        display:block;
    }

    .band.oben {
        margin-top: -6%;
    }

    .band.oben1 {
        margin-top: -25%;
    }

    h1 span {
        font-size: 100%;
    }

    .text h2 {
        font-size:90%;
    }

    h4 {
        font-size: 150%;
    }

    a.button, button {
        font-size:90%;
    }

    .rot h2 {
        font-size:200%!important;
    }

    .wd20.zahl {
        font-size: 350%;
    }

    .gap {
        gap:1em;
    }

    header.innenw {
        padding: 2% 7% 0 7%;
        display: flex;
        padding: 2% 7% 2% 7%;
        justify-content: flex-start;
        transition: background-color 0.3s ease-in-out;
    }

    header.innenw.bgrot {
        background-color: var(--rot);
    }

    /*.startbild {
        width: auto!important;
        height: 40vh;
    }*/
    .start .text {
        padding-top:0;
    }

    

    .padd2 {
        padding: 1.1em !important;
    }

    @media screen and (orientation: landscape) {
        html {
            font-size: 0.65vw;
            overflow-x: hidden;
        } 
    }

}