@charset "utf-8";



body {
    font-family: sans-serif;
    font-size: 14px;
    background-image: url(../../img/login1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-size: 18px;
}



a {
    text-decoration: none;
    color: #36691b;
}

a:hover {
    color: #488b24;
}

a:visited {
    color: #36691b;
}



p {
    margin-bottom: 32px;
}



h1 {
    font-size: 25px;
    margin-bottom: 8px;
    margin-top: 0px;
    color: #488925;
}

h2 {
    font-size: 20px;
    margin-top: 32px;
    margin-bottom: 8px;
    color: #488925;
}



label {
    font-weight: bold;
    padding-left: 8px;
}



input {
    width: 100%;
    padding: 10px;
    margin-bottom: 16px;
    background-color: #ffffff;
    border: 1px solid #c9c9c9;
    border-radius: 6px;
}



textarea {
    width: 100%;
    margin-bottom: 16px;
    min-width: 100%;
    min-height: 200px;
    border-radius: 6px;
    padding: 6px;
}



select {
    width: 100%;
    margin-bottom: 16px;
    padding: 10px;
    background-color: #ffffff;
    border: 1px solid #c9c9c9;
    border-radius: 6px;
}



.checkbox {
    margin-top: 8px;
    margin-bottom: 8px;
    text-align: left;
}

.checkbox input {
    display: inline-block;
    width: 25px;
    height: 15px;
    vertical-align: top;
}

.checkbox span {
    display: inline-block;
    width: calc(100% - 60px);
    vertical-align: top;
}



.knopf {
    background-color: #36691b;
    color: #fff;
    padding: 15px 50px;
    margin-top: 32px;
    display: inline-block;
    cursor: pointer;
    font-size: 20px;
    border-radius: 8px;
}

.knopf:hover {
    background-color: #488b24;
}



.saving {
    background-image: url('../img/ladeanimation.gif');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
}



.fehler {
    background-image: url('../img/fehler.png');
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) center;
    background-size: 32px;
    background-color: #ffe4d1;
    border: 1px solid #c14646;
}



#inhalt {
    height: calc(100% - 150px);
    margin: 0px;
    padding: 16px;
    max-width: calc(100% - 32px);
    width: 500px;
    background-color: rgba(255, 255, 255, 0.8);
    display: inline-block;
    text-align: left;
    backdrop-filter: blur(10px);
    overflow-y: scroll;
}



#fusszeile {
    padding: 16px;
    background-color: #36691b;
    color: #fff;
    border-radius: 0px 0px 16px 16px;
    max-width: calc(100% - 32px);
    width: 500px;
    display: inline-block;
}

#fusszeile span {
    vertical-align: middle;
    font-size: 20px;
}

#fusszeile img {
    vertical-align: middle;
    height: 32px;
    margin-left: 16px;
    margin-right: 16px;
}



.kleingedrucktes {
    margin-top: 32px;
    color: #414141;
    font-size: 14px;
}



table {
    border: none;
}

td {
    padding: 8px;
    border-bottom: 1px solid #9f9f9f;
}



.ladeanimation {
    display: block;
    text-align: center;
    margin: 64px;
}

.ladeanimation img {
    height: 64px;
}



.erfolg {
    display: block;
    text-align: center;
    margin: 16px;
}

.erfolg img {
    height: 128px;
}



#fehlerbereich {
    display: none;
    border-top: 2px solid #d25959;
    border-bottom: 2px solid #d25959;
    background-color: #ebb7b7;
    margin-top: 32px;
    margin-bottom: 32px;
    padding: 8px;
    text-align: center;
    color: #880000;
    font-weight: bold;
}


.uniknopf {
    background-color: #afff82;
    padding: 4px;
    cursor: pointer;
    overflow-x: hidden;
    text-align: left;
    box-shadow: rgba(0,0,0,0.3) 1px 1px 3px;
    transition: all 0.5s;
    margin: 4px;
}

.uniknopf:hover {
    background-color: #d9ffc4;
    box-shadow: rgba(0,0,0,0.5) 1px 1px 1px;
}

.uniknopf img {
    width: 36px;
    margin-right: 16px;
    vertical-align: middle;
}

.uniknopf span {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 58px);
}

.uniknopf.inline {
    display: inline-block;
    max-width: 300px;
}




::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: #ebebeb; 
}

::-webkit-scrollbar-thumb {
    background: #b9b9b9; 
}

::-webkit-scrollbar-thumb:hover {
    background: #868686; 
}