.nichtFertig {
    display: none;
    padding: 40px 5px 0 5px;
    font-size: 75%;
    background-color: rgba(145,185,80,1);
    color: #fff;
}
.btn-warning {
    color: #fff;
    background-color: rgba(152,195,84,1);
    border-color: rgba(145,185,80,1);
}
.btn-warning:hover {
    color: #fff;
    background-color: rgba(145,185,80,1);
    border-color: rgba(152,195,84,1);
}
.breite30 {
    width: 30px;
}
.paddL15 {
    padding-left: 15px;
}
#inDerZwischenablage {
    color: #fff;
    background-color: rgba(152,195,84,0.6);
    text-shadow: 0px 0px 4px #000;
    position: fixed;
    top: 48%;
    left: 35%;
    width: 30%;
    min-width: 300px;
    height: 220px;
    text-align: center;
    vertical-align: middle;
    z-index: 9999;
    padding-top: 15px;
    display: none;
}
#inDerZwischenablage .fa {
    font-size: 400%;
}
#inDerZwischenablage .popupText {
    font-size: 200%;
}
.fa-clipboard {
    cursor: pointer;
}
#datenschutzCheck {
    background-color: #dd0;
    color: #c00;
    display: none;
    font-size: 90%;
    margin-bottom: 10px;
    padding: 10px;
}