﻿/* Allgemeine Formfelder */

.pflichtfeldGinoh {
    display: none;
}


/*.required:after {
    content: " *";
    color: #b00;
}*/

.required {
    border-color: #b00 !important;
    color: #b00 !important;
}

    .required ~ label {
        color: #b00 !important;
    }

div.form2020 {
    font-size: 14px;
}

    div.form2020 p {
        font-size: 16px;
    }

    div.form2020 #please-wait {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        z-index: 100;
        background-color: #fff;
        opacity: 0.7;
        background-image: url('../SVG/spinner.svg');
        background-position: center center;
        background-repeat: no-repeat;
        display: none;
    }

    div.form2020 #divDone {
        display: none;
    }

    div.form2020 #divFehler {
        width: 100%;
        color: #b00;
        margin-top: 25px;
    }

    div.form2020 input.feldfehler,
    div.form2020 select.feldfehler {
        border: solid 1px #b00;
    }

    div.form2020 .input-container {
        background-color: #fff;
        border-radius: 6px;
        border: 1px solid #ccc;
        padding: 5px;
        min-height: 60px;
    }

    div.form2020 input {
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        border: none;
        box-sizing: border-box;
    }

        div.form2020 input[type="checkbox"],
        div.form2020 input[type="radio"] {
            display: none;
        }

            div.form2020 input[type="checkbox"] + label::before {
                width: 15px;
                height: 15px;
                background-image: url("../SVG/unchecked.svg");
                background-size: cover;
                background-repeat: no-repeat;
                display: inline-block;
                margin-right: 10px;
                content: "";
                /*float: left;*/
                /*margin-left: 5px;*/
                background-color: #fff;
            }

    div.form2020 .Formgroup-fields input[type="checkbox"] + label::before {
        margin-right: 5px;
        margin-top: 5px;
        margin-left: -25px;
    }

    div.form2020 input[type="checkbox"]:checked + label::before {
        background-image: url("../SVG/checked.svg");
    }

    div.form2020 input[type="checkbox"]:disabled + label::before {
        background-image: url("../SVG/nocheck.svg");
    }

    div.form2020 input[type="radio"] + label::before {
        width: 15px;
        height: 15px;
        background-image: url("../SVG/unselected.svg");
        background-size: cover;
        background-repeat: no-repeat;
        display: inline-block;
        margin-right: 5px;
        content: "";
        /*float: left;*/
        margin-left: 5px;
        margin-top: 5px;
        background-color: #fff;
    }

    div.form2020 input[type="radio"]:checked + label::before {
        background-image: url("../SVG/selected.svg");
    }

    div.form2020 .checkbox-label {
        /*font-size: 12px;*/
        color: #0A3A3D;
        letter-spacing: 1px;
        /*text-align: right;*/
    }

    div.form2020 .radiobutton-label {
        /*font-size: 12px;*/
        color: #0A3A3D;
        letter-spacing: 1px;
        padding-left: 25px;
    }


    div.form2020 input[type=text],
    div.form2020 input[type=password],
    div.form2020 textarea {
        width: 100%;
        background-color: #efefef;
        border-radius: 0;
        border-bottom: 1px solid #ccc;
        /*font-size: 14px;*/
        /*font-size: 1.4rem;*/
        color: #000;
        letter-spacing: 1.4px;
        /*padding: 5px 0 5px 0;*/
        margin-bottom: 0;
    }

    div.form2020 textarea {
        /*font-size: 14px;*/
        /*font-size: 1.4rem;*/
    }

    div.form2020 input[type=text],
    div.form2020 input[type=password],
    div.form2020 textarea,
    div.form2020 select {
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        /*border: none;*/
    }

div.input-container input[type=text],
div.input-container input[type=password],
div.input-container textarea,
div.input-container select {
    border: none;
}

    div.input-container textarea:focus, div.form2020 input:focus, div.form2020 select:focus {
        outline: none;
    }

div.form2020 input[type=text],
div.form2020 input[type=password],
div.form2020 textarea {
    background-color: #fff;
}

div.form2020 .warning {
    /*font-size: 14px;*/
    /*font-size: 1.4rem;*/
    color: red;
    letter-spacing: 1px;
    text-align: left;
}


div.form2020 .input-with-icon {
    background-image: url("../SVG/arrow-down.svg");
    background-size: 12px;
    background-position: right center;
    background-position-x: 95%;
    background-repeat: no-repeat;
    background-color: #fff;
    /*border-radius: 6px;*/
    /*border: 1px solid #000;*/
    padding: 5px;
    /*font-size: 14px;*/
    /*font-size: 1.4rem;*/
}

div.form2020 .input-with-rounded-border {
    border-radius: 6px;
    border: 1px solid #2878ad;
}

div.form2020 .date {
    height: auto;
}

div.form2020 .Datepicker {
    background-image: url("../SVG/datepicker.svg");
    background-position-x: 95%;
}

div.form2020 select {
    width: 100%;
    background-color: transparent;
    border-radius: 0;
    border-bottom: 1px solid #ccc;
    /*font-size: 14px;*/
    /*font-size: 1.4rem;*/
    color: #000;
    letter-spacing: 1.4px;
    padding: 5px 0 5px 0;
    margin-bottom: 0;
}

div.form2020 select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: none;
}


div.form2020 div.Formgroup-fields {
    position: relative;
}

div.form2020 span,
div.form2020 .input-label,
div.form2020 .checkbox-label,
div.form2020 .radiobutton-label {
    font-family: Arial, sans-serif;
    color: #000;
    /*font-weight: lighter;*/
    /*font-size: 14px;*/
    /*font-size: 1.4rem;*/
    /*letter-spacing: 2px;*/
}

div.form2020 input.feldfehler {
    border: solid 3px #bb0000;
}

div.form2020 select.feldfehler {
    border: solid 3px #bb0000;
}


/* Num Sel*/
div.form2020 .numSel {
    border: 1px solid #ccc;
    background-color: #efefef;
}

div.form2020 .numSelIcon {
    background-image: url("../SVG/plus.svg");
    background-size: 12px;
    background-position: center;
    background-repeat: no-repeat;
    /*font-size: 14px;*/
    /*font-size: 1.4rem;*/
    cursor: pointer;
    min-width: 25px;
}

div.form2020 .numSelMinus {
    background-image: url("../SVG/minus.svg");
}

.input-container label,
.input-container label,
.input-noEffect label {
    top: 18px;
    left: 10px;
    font-weight: normal;
    font-size: 16px !important;
    /*font-size: 1.6rem !important;*/
    pointer-events: none;
    transition: all 0.3s ease;
    margin: 0px;
}

.input-container input:focus ~ label,
.input-container input:valid ~ label,
.input-container select ~ label,
.input-noEffect label {
    transform: translateY(-15px);
    font-weight: bold;
    font-size: 14px !important;
    /*font-size: 1.4rem !important;*/
}

.input-container .input-underline {
    height: 2px;
    bottom: 5px;
}

    .input-container .input-underline:before {
        position: absolute;
        content: "";
        height: 100%;
        width: 100%;
        background: #ccc;
        transform: scaleX(0);
        transform-origin: center;
        transition: transform 0.3s ease;
    }

.input-container input:focus ~ .input-underline:before {
    transform: scaleX(1);
}
