@charset "utf-8";



* {
    margin: 0px;
    padding: 0px;
    font-family: sans-serif;
    font-size: 14px;
}

@media screen and (max-width: 1400px) {
    * {
        font-size: 12px;
    }
}



html {
    overscroll-behavior: none;
}



body {
    overscroll-behavior: contain;
}



a {
    text-decoration: none;
    color: #36691b;
    cursor: pointer;
}

a:hover {
    color: #488b24;
}

a:visited {
    color: #36691b;
}



ul {
    margin-left: 24px;
    margin-bottom: 8px;
}



ol {
    margin-left: 24px;
    margin-bottom: 8px;
}



p {
    margin-bottom: 8px;
}



audio {
    width: 100%;
    display: block;
}



h1 {
    font-size: 20px;
    margin-bottom: 32px;
    margin-top: 0px;
    color: #488925;
}



h2 {
    font-size: 17px;
    margin-bottom: 8px;
    color: #488925;
}



h3 {
    font-size: 16px;
    margin-bottom: 8px;
    color: #626262;
}



.ansichtbereich {
    background: #fff;
    border-radius: 8px;
    padding: 16px 16px 1px 16px;
    margin-top: 16px;
}



.spalte {
    width: calc(25% - 28px);
    margin-right: 8px;
    margin-bottom: 32px;
    vertical-align: top;
    display: inline-block;
    color: #626262;
    border-top: #488925 solid 3px;
    padding: 8px;
    border-radius: 10px;
    background: #f5f5f5;
    box-shadow: 4px 4px 10px rgba(0,0,0,0.3), -4px -4px 10px #fff;
    overflow-x: hidden;
}

@media screen and (max-width: 1300px) {
    .spalte {
        width: calc(50% - 44px);
    }
}

@media screen and (max-width: 800px) {
    .spalte {
        width: calc(100% - 16px);
        margin-right: 0px;
        max-width: calc(100% - 16px);
        margin-bottom: 8px;
    }
}



.spalte.ohnerahmen {
    border-top: unset;
    background: none;
    box-shadow: none;
}



.spalte.autobreite {
    width: unset;
}



.breitespalte {
    width: calc(50% - 44px);
    margin-right: 8px;
    margin-bottom: 32px;
    vertical-align: top;
    display: inline-block;
    color: #626262;
    border-top: #488925 solid 3px;
    padding: 8px;
    border-radius: 10px;
    background: #f5f5f5;
    box-shadow: 4px 4px 10px rgba(0,0,0,0.3), -4px -4px 10px #fff;
}

@media screen and (max-width: 800px) {
    .breitespalte {
        width: calc(100% - 44px); }
}



.vollebreitespalte {
    display: block;
    color: #626262;
    border-top: #488925 solid 3px;
    padding: 8px;
    margin-bottom: 32px;
    border-radius: 10px;
    background: #f5f5f5;
    box-shadow: 4px 4px 10px rgba(0,0,0,0.3), -4px -4px 10px #fff;
}



.spaltevollbild {
    position: absolute;
    top: 8px;
    left: 8px;
    height: calc(100% - 36px);
    width: calc(100% - 65px);
    background-color: #ebebeb;
    z-index: 1;
}

.spaltevollbild textarea {
    height: calc(100% - 200px);
}



.areavollbild {
    position: absolute;
    top: 8px;
    left: 8px;
    height: calc(100% - 36px);
    width: calc(100% - 65px);
    background-color: #ebebeb;
    z-index: 1;
    padding: 8px;
    border-radius: 4px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    margin: 0px !important;
}

.areavollbild textarea {
    height: calc(100% - 200px);
}



input {
    width: 100%;
    padding: 6px;
    margin-bottom: 4px;
    background-color: #ffffff;
    border: 1px solid #c9c9c9;
    border-radius: 6px;
}

input:disabled {
    background-color: #f4f4f4;
    background-image: url('../../img/schloss.png');
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: right center;
}



.inputFehler {
    color: #8e0000;
    background-image: url('../../img/fehler.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
}



.inputPflicht {
    background-color: #fff0f0;
}


input[type="color"] {
    padding: 0px;
    height: 30px;
}



.input_container {
    text-align: left;
}

.input_container input {
    padding-left: 30px;
}

.input_container .input_einheit {
    display: inline-block;
    margin-top: -27px;
    user-select: none;
    margin-left: 6px;
    color: #9a9a9a;
    pointer-events: none;
}



.datiDate {
    width: calc(60% - 2px);
}

.datiTime {
    width: calc(40% - 2px);
}



textarea {
    width: 100%;
    margin-bottom: 4px;
    min-width: 100%;
    max-width: 100%;
    min-height: 100px;
    border-radius: 6px;
    padding: 6px;
    border: 1px solid #c9c9c9;
}

select {
    width: 100%;
    margin-bottom: 4px;
    padding: 5px 8px 5px 8px;
    background-color: #ffffff;
    border: 1px solid #c9c9c9;
    border-radius: 6px;
}



.radioArea {
    margin-top: 6px;
}

.radio {
    cursor: pointer;
    display: block;
}

.dbRadio {
    width: 32px;
}

.dbInput.low_confidence {
    background-color: #ffea0087;
    border: 1px solid #f4ff00d4;
    background-image: url(../../img/fehler.png);
    background-size: 20px;
    background-position: right center;
    background-repeat: no-repeat;
}

div#qr-reader-popup video {
    width: 100%;
    margin-bottom: 16px;
    border-radius: 4px;
}

.knopf_input {
    display: inline-flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    gap: 4px;
}

.knopf_input .bilduniknopf {
    padding: 4px;
}

.knopf_input .bilduniknopf img {
    width: 22px;
}

#login {
    background-color: #c9c9c9;
    background-image: url(../../img/login1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 105;
}

#login #meldung {
    padding: 8px;
    color: #6f0000;
    font-size: 16px;
    text-align: center;
    margin-bottom: 8px;
    width: calc(100% - 12px);
}

#login #meldung img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 16px;
}

#login input {
    font-size: 18px;
    padding: 8px;
    margin: 4px;
    border: none;
}

#login select {
    font-size: 18px;
    padding: 8px;
    margin: 4px;
    border: none;
}

#login form {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 25px;
    width: 250px;
    position: absolute;
    top: 16px;
    left: calc(100% - 316px);
    min-height: calc(100% - 82px);
    text-align: center;
    backdrop-filter: blur(8px);
}

#login form #logo {
    width: 100px;
    margin-bottom: 32px;
}

#login form #loginknopf {
    background-color: #4a8b40;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-top: 16px;
    width: auto;
    padding: 8px 16px;
}

#login form #loginknopf:hover {
    background-color: #61b954;
}

#login #loginlinks {
    display: block;
    text-align: left;
    margin-top: 25px;
}

#login #loginlinks a {
    display: block;
    font-size: 15px;
    margin-bottom: 8px;
}

#login #loginlinks a:hover {
    color: #000;
}



.changed {
    font-weight: bold;
}



.saving {
    background-image: url('../../img/ladeanimation.gif');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    font-weight: bold;
}



.link {
    cursor: pointer;
    color: #488925;
    text-decoration: underline;
}

.link:hover {
    color: #000;
}



.tabCheck {
    width: 32px;
}



.checkbox {
    margin-top: 8px;
    margin-bottom: 8px;
    text-align: left;
    display: block;
}

.checkbox input {
    width: 25px;
    height: 18px;
    margin-bottom: 0px;
    vertical-align: middle;
    filter: hue-rotate(-100deg);
}

.checkbox span {
    vertical-align: text-top;
    display: inline-block;
    max-width: calc(100% - 30px);
}

.checkbox label {
    vertical-align: text-top;
    display: inline-block;
    width: calc(100% - 30px);
}

.checkbox h2 {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0px;
    max-width: calc(100% - 30px);
}



.farbbobbel {
    display: inline-block;
    height: 12px;
    width: 12px !important;
    margin: 0px 2px 0px 2px;
    border-radius: 6px;
    vertical-align: middle !important;
}



.ladeanimation {
    display: block;
    text-align: center;
}

.ladeanimation img {
    width: 32px;
    padding: 8px;
}



#fileinput {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 0px;
    display: none;
}



#uploadkarte {
    width: 150px;
    padding: 8px;
    min-height: 100px;
    display: inline-block;
    background-color: #ffffff;
    border: 1px solid #c9c9c9;
    overflow: hidden;
    position: absolute;
    top: calc(100% - 250px);
    z-index: 101;
}

#uploadkarte progress {
    width: 100%;
}



.hilfeknopf {
    cursor: pointer;
    padding: 8px;
    border-radius: 24px;
    background-color: #fff;
    position: absolute;
    top: 0px;
    left: calc(100% - 76px);
    z-index: 100;
    opacity: 0.8;
    display: none;
}

.hilfeknopf:hover {
    background-color: #e4ffd5;
    opacity: 1.0;
}

.hilfeknopf img {
    width: 32px;
}



#auswahlleiste {
    background-color: #255389;
    color: #fff;
    position: absolute;
    padding: 8px;
    top: calc(100% - 42px);
    box-shadow: 1px 1px 10px rgba(0,0,0,0.5);
    vertical-align: top;
    display: none;
    z-index: 110;
}

#auswahlleiste img {
    width: 16px;
}

#auswahlleiste .button {
    padding: 4px;
    display: inline-block;
    margin-right: 8px;
    border-radius: 24px;
    cursor: pointer;
    white-space: nowrap;
}

#auswahlleiste .button img {
    width: 16px;
}

#auswahlleiste #nein {
    background-color: #892525;
}

#auswahlleiste #nein:hover {
    background-color: #be3232;
}

#auswahlleiste .eintrag {
    font-weight: bold;
    display: inline-block;
    margin-right: 8px;
    margin-top: 5px;
    vertical-align: top;
    padding-left: 8px;
    border-left: #fff 1px solid;
}



#benstapel {
    position: fixed;
    width: 300px;
    left: calc(100% - 300px);
    top: 0px;
    padding: 0px;
    background-color: #e5e5e5;
    z-index: 100;
}

#benstapel .benstapeltitel {
    background-color: #930000;
    color: #fff;
    padding: 8px;
    font-weight: bold;
}

#benstapel .benstapeltitel a {
    float: right;
    margin-left: 8px;
    color: #fff;
}

#benstapel #benstapelinhalt {
    padding: 8px;
}

#benstapel .stapelbenachrichtigung {
    padding: 8px;
    background-color: #fff;
}

#benstapel .stapelbenachrichtigung div {
    font-weight: bold;
}

#benstapel .stapelbenachrichtigung a {
    margin-left: 8px;
    color: #626262;
}



.tabelle {
    margin-bottom: 16px;
}

.tabelle span {
    vertical-align: middle;
    display: inline-block;
}



.textlink {
    color: #488925;
    font-weight: bold;
    cursor: pointer;
}

.textlink:hover {
    color: #254613;
}



/* dropDown Menü */

.aufklappmenu_container {
    margin-bottom: 16px;
}


.aufklappmenu_kopfbereich {
    cursor: pointer;
    text-align: left;
    transition: all 0.2s;
}

.aufklappmenu_kopfbereich img {
    height: 16px;
    display: inline-block;
    padding: 8px;
    vertical-align: middle;
    transform-origin: center;
}

.aufklappmenu_kopfbereich h2 {
    display: inline-block;
    vertical-align: middle;
    margin: 0px;
    width: calc(100% - 36px);
}

.aufklappmenu_kopfbereich:hover h2 {
    color: #4d9128;
}


.aufklappmenu_content {
    max-height: 0px;
    overflow: hidden;
    transition: all 0.5s;
    padding: 0px;
}


.offen .aufklappmenu_content {
    max-height: 2000px;
    padding: 4px 0px 4px 0px;
}

.offen .aufklappmenu_kopfbereich img {
    transform: rotate(90deg);
}



.swipe_aktionicon_rechts {
    min-height: 16px;
    position: absolute;
    z-index: 100;
    display: none;
    vertical-align: middle;
    right: 25;
}

.swipe_aktionicon_links {
    min-height: 16px;
    position: absolute;
    z-index: 100;
    display: none;
    vertical-align: middle;
    left: 25;
}
.swipe_farbe {
    display: none;
    position: absolute;
    vertical-align: middle;
}



#keine_verbindung_anzeige {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    margin: 0px;
    padding: 0px;
    z-index: 250;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.61);
}

#keine_verbindung_anzeige div {
    background-color: #fff;
    display: none;
    width: 20%;
    min-width: 300px;
    border-radius: 16px;
    text-align: center;
    margin-top: 70px;
    padding: 32px;
}

#keine_verbindung_anzeige img {
    height: 120px;
    padding: 32px 0px 0px 0px;
    display: none;
    vertical-align: middle;
}

#keine_verbindung_anzeige h1 {
    display: none;
    color: #313131;
    vertical-align: middle;
    margin: 0px;
}



#capslock_anzeige {
    display: none;
    position: absolute;
    z-index: 250;
    background-color: #fff;
    padding: 16px;
    border-radius: 8px;
}

#capslock_anzeige img {
    vertical-align: middle;
    margin-right: 16px;
}

#capslock_anzeige div {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: bold;
}



#pw_klartext {
    position: relative;
    top: -35px;
    left: 110px;
    display: inline-block;
    opacity: 0.3;
    cursor: pointer;
    margin-bottom: -35px;
}

#pw_klartext:hover {
    opacity: 0.5;
}

#pw_klartext img {
    height: 24px;
}



a.versteckterdownloadlink {
    display: none;
}



.seitenregister {
    display: inline-block;
    padding: 0px;
    margin: 8px;
    border-radius: 4px;
    border: 1px solid #626262;
    background-color: #fff;
}

.seitenregister div img {
    height: 20px;
}

.seitenregister div {
    padding: 4px;
    border-radius: 4px;
    display: inline-block;
    cursor: pointer;
    color: #383838;
    transition: all 0.2s;
    vertical-align: middle;
    font-size: 16px;
}

.seitenregister div:hover {
    background-color: #c7ffc2;
}

.seitenregister div.aktiv {
    background-color: #c7ffc2;
    color: #141414;
}

.seitenregister div.links {
    
}

.seitenregister div.rechts {
    
}

.seitenregister div.zahl {
    min-width: 20px;
    text-align: center;
}



.profil_container {
    display: inline-block;
    width: 64px;
    padding: 4px;
    text-align: center;
    cursor: pointer;
}

.profil_container .profil_bild {
    border-radius: 50%;
    overflow: hidden;
    height: 48px;
    width: 48px;
    display: inline-block;
    margin-bottom: 6px;
    outline: 0px solid #5f5f5f;
    transition: outline 0.1s;
}

.profil_container .profil_bild img {
    border-radius: 50%;
    height: 48px;
    width: 48px;
    object-fit: cover;
    object-position: center center;
}

.profil_container .profil_name {
    text-align: center;
    font-size: 11px;
}


.profil_container.aktiv .profil_bild {
    outline: 3px solid #468524;
}

.profil_container.aktiv .profil_name {
    font-weight: bold;
}


.profil_container:hover .profil_bild {
    outline: 3px solid #5f5f5f;
}



.led {
    display: inline-block;
    height: 16px;
    width: 16px;
    padding: 0px;
    margin: 0px 8px 0px 0px;
    border-radius: 16px;
    vertical-align: middle;
}

:root {
    --silbergrau: #c1c1c1;
    --mittelgrau: #818181;
    --goldgelb: #d8c700;
    --leuchtgrün: #75ff4c;
    --neongruen: #08d800;
    --ziegelrot: #d83a00;
}

#dark {
    --silbergrau: #797979;
    --mittelgrau: #4b4b4b;
    --goldgelb: #b4a607;
    --leuchtgrün: #50aa35;
    --neongruen: #07b400;
    --ziegelrot: #902f0b;
}



.lazyloader {
    background: linear-gradient(90deg, #e0e0e0 25%, #f0f0f0 50%, #e0e0e0 75%);
    background-size: 200% 100%;
    animation: lazyloader-shimmer 1.5s infinite linear;
}

@keyframes lazyloader-shimmer {
      0% { background-position: 200% 0; }
    100% { background-position: 0 0; }
}



.bereich_mit_input_und_einheit {
    white-space: nowrap;
}

.bereich_mit_input_und_einheit .einheit {
    display: inline-block;
    margin-left: -40px;
    user-select: none;
}



#unterschrift_overlay_hintergrund {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: #000000aa;
    z-index: 105;
    backdrop-filter: blur(5px);
}

#unterschrift_overlay_inhalt {
    margin: 16px;
}

#unterschrift_overlay_inhalt canvas {
    width: 100%;
    max-width: 800px;
    aspect-ratio: 2 / 1;
    border-radius: 8px;
    margin-top: 8px;
    margin-bottom: 8px;
}

#unterschrift_overlay_toolbar {
    width: 100%;
    max-width: calc(800px - 16px);
    background-color: #00000080;
    padding: 8px;
    border-radius: 8px;
    text-align: center;
}

#unterschrift_overlay_toolbar h1 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0px;
}



::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    background: #ebebeb; 
}

::-webkit-scrollbar-thumb {
    background: #b9b9b9; 
}

::-webkit-scrollbar-thumb:hover {
    background: #868686; 
}