:root {
    /* Colors: */
    --sw: #000000;
    --rot: #DA002D;
    /*--gelb: #E3D400;
    --beige: #FFFAED;*/
    --gelb: #37B790;
    --beige: #37B79034;
    --grau: #70707020;
    --we: #FFFFFF;
    --ebeige: #FF7F0034;
    --egelb: #FF7F00;
}

* {
    box-sizing: border-box;
}

.innenw {
    position:relative;
}

details {
    cursor:pointer;
}

div.bild img {
    margin: 0;
    display: block;
}

.wd100 {
    width:100%!important;
}

.wd80 {
    position:relative;
    width:80%!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;
    min-height: 19vw!important;
    hyphens: auto;
}

.abstand {
    margin-top:3em!important;
}

.abstand1 {
    margin-top:1em!important;
}

.pcnot {
    display:none;
}

.pconly {
    display:block;
}

.hidden {
    display: none!important;
}

.band {
    width: 100%;
    position: absolute;
    left: 0;
    z-index:1;
    height: 150px;
}

.band.oben {
    margin-top: -2%;
    top: 0;
}

.band.oben1 {
    margin-top: -14%;
    top: 0;
}

.band.unten {
    margin-bottom: -12%;
    bottom: 0;
    transform: scale(-1, -1);
}

.stopp {
    width: 11%;
    position: absolute;
    bottom: -3%;
    left: 10%;
    z-index: 2;
}

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;
}



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: var(--rot);
    font-size: 250%;
    line-height: 1;
    font-weight: 900;
}

.egal h2 {
    font-weight: 400;
}

h2 span {
    color: var(--rot);
}

.egal h2 span {
    color: #000;
    font-weight: 700;
}

h3 {
    line-height: 100%;
    margin: 0;
    padding: 0;
    font-size: 140%;
    font-weight: 600;
}

.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.rot {
    text-transform: uppercase;
    background: var(--we);
    color: var(--rot);
    border: 4px solid var(--rot);
    border-radius: 15px;
}

.button.rot:hover {
    background-color: var(--rot);
    color: var(--we);
}

.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;
}

.urot {
    text-decoration: underline;
    color: var(--rot);
}

.egal .rot {
    background: #000;
}

.fett {
    font-weight: 900;
}

.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: 600;
}

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%;
}



.egal header.innenw {
    justify-content: space-between;
}


.login header.innenw,
.registrierung header.innenw {
    justify-content: 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 {
    display: block;
    width: 10em;
    margin-right: 15%;
}

a.logo img {
    display: block;
    width: 100%;
    height: auto;
    min-width: 7em;
}

a.button,
button {
    display: inline-block;
    padding: 1em;
    font-size: 120%;
    position: relative;
    z-index: 3;
    text-decoration: none;
    margin-bottom: 1.5em;
    margin-top: 1em;
    font-weight: 500;
}

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;
}



p.h2 {
    margin-right: 30%;
}



div.index_bild {
    display: flex;
    justify-content: space-around; 
}



.index_bild img {
    height: 3em;
}


/*ANCHOR Egal start */
div.egal_start h1 {
    font-weight: 400;
}

div.egal_start h1 span {
    font-weight: 900;
}



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;
}


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 */

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 {
    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;
}

.frage.offen p.frage {
    font-weight:bold;
}

p.frage {
    margin: 10px 0 0 0;
    padding: 0;
    cursor: pointer;
}

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 {
    padding: 1.5em;
    border-radius: 0.25em;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    margin-bottom: 2em;
    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;
}

.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 div.links a {
    color: var(--we);
    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;
}

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: 4em;
    width: auto;
    margin-right: 1em;
}

.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: flex-start;
}

.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;
}

.werbemittel {
    background-color: var(--rot);
}

.btn.download {
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.3s;
    font-size: 80%;
    transition: fill 0.3s;
    padding: 5px 10px;
    background-color: #fff;
    color:var(--rot);
}

@media (max-width: 767px) {
    div.alle_sprachen {
        font-size: 140%;
    }
    .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;
}

header a.button.gericht {
    background: #333;
    width: fit-content;
    min-width: inherit;
    display: block!important;
}

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%;
}

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: 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: '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: .042vw;
    }

}

/*ANCHOR Tablet */
@media (max-width: 1440px) {
    
    html {
        font-size: .055vw;
    }

    .gap {
        gap:1em;
    }

}




/*ANCHOR Tablet */
@media (max-width: 1024px) {
    
    html {
        font-size: .07vw;
    } 

    .wd80 {
        width:100%!important;
    }

    .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;
    }


    .startseite header a.button {
        margin-left: 0;
    }

    p {
        font-size: 115%;
    }

    div.vorteile_block {
        width: 70%;
    }


    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) {
    p, p.h2 {
        font-size: 100%;
        margin-right: 0;
    }

    header a.gericht {
        margin-right: 1em;
    }

    div.bild img {
        width:100%;
    }

    .mobilenot {
        display:none!important;
    }

    .pcnot {
        
        display:block;
    }

    a.button.pcnot {
        display:inline-block;
    }

    .start .startbild {
        margin-bottom: -1em;
        margin-top: -3em;
    }

    .intercom-launcher::before, .intercom-rkaeus::before {
        display: none;
    }

   
    h1 {
        font-size: 150%;
    } 

    .center {
        text-align: left;
    }

    .klein {
        font-size: 90%;
    }

    section div.schufa div.dokumente>a,
    section div.schufa div.dokumente>p, .wd40, .wd50, .wd60, .q33 {
        width: 100%!important;
    }

    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;
    }


    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 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;
    }

    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%;
        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.cgrid {
        column-count: 1;
    }

    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%;
    }

    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;
        margin: 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;
    }

    @media screen and (orientation: landscape) {
        html {
            font-size: 0.65vw;
            overflow-x: hidden;
        } 
    }

}

/*ANCHOR Handy */
@media (max-width: 550px) {

    .stopp {
        left: 7%;
    }

    .band {
        height: 100px;
    }

    .band.oben {
        margin-top: -15%;
    }

    .band.unten {
        margin-bottom: -15%;
    }

    .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:250%!important;
    }

    .wd20.zahl {
        font-size: 350%;
    }

    .gap {
        gap:1em;
    }

    header.innenw.bgrot {
        background-color: var(--rot);
    }

    /*.startbild {
        width: auto!important;
        height: 40vh;
    }*/
    .start .text {
        top:-10%;
    }

    @media screen and (orientation: landscape) {
        html {
            font-size: 0.65vw;
            overflow-x: hidden;
        } 
    }

}