/* Glow Effekt bei Lumen->Candela  */
#glow:hover, #glow:active{
    color: #222222;
    text-shadow: 0 0 0.2em #dda727, 0 0 0.2em #dda727, 0 0 0.2em #dda727;
}

/* Maybe : Winkel Abstand*/
@media(min-width:460px){
    .bild-ausgabe{
        max-width:100%;
        max-height: 100%;
        margin:0 0 15px 0;
        display:block;

    }
    .bild-ausgabe-wrap{
        position:relative;
        max-width:100%;
        height:auto;
        width: 100%;
    }
    .bild-ausgabe-text-winkel {
        font-size: medium;

        position: absolute;
        margin-top: 6%;
        margin-left: 48%;

    }
    .bild-ausgabe-text-dm{
        font-size: medium;

        position: absolute;
        padding-top: 38%;
        padding-left: 42.5%;

    }

}

/**/

/* css Input Form*/
.wrap-eingabe form[action='#wshbrechnung']:focus{
    outline:none;

}

.wrap-eingabe{
    display : block;
    max-width: 90%;
    margin: 10px auto;
    padding: 16px;
    background: #F7F7F7;
    outline : none;

}

.wrap-eingabe input
{
    width: 100%;
    background: #fff;
    margin-bottom: 2%;
    padding: 3%;
    color: #555;
}
.wrap-eingabe input option {
    max-width: 50%;
}

/*  Funktioniert nur im Responsive Modus // :focus  */
.wrap-eingabe input:focus
{
    box-shadow: 0 0 2vw #dda727;
    padding: 3%;
    /*border: 1px solid #dda727;*/


}




.wrap-eingabe input[type="submit"]
{
    font-size: larger;
    width: 80%;
    padding: 3%;
    background:  #dda727;
    color: #fff;
    margin-left: 10%;
    margin-top: 2%;
    margin-bottom: 2%;
}
.wrap-eingabe input[type="submit"]:hover {
    background: #FF0000;
}


/* Fehler Meldung */
.errorDiv{
    display: block;
    width: 100%;
    height: 5vh;
    max-width: 90%;
    background-color: indianred;
    padding: 1%;
    padding-left: 2vw;
    border-radius: 4px;
    margin: 10px auto;

}
.closebtn{
    color : black;
    float: right;
}

/*Fehler Meldung Ende */

/* Textausgabe  */
.textausgabe{
    box-shadow: 0 0 5px #dda727;
    outline: none;
    border: 1px solid #dda727;
    padding: 2% 2% 2% 2%;
    background-color: #F5F5F5;
}

.textausgabe-header{
    text-decoration: underline;
    font-size: larger;
}
.textausgabe-erg{
    font-weight: bold;
}
/* Textausgabe Ende */