@media only screen and (min-width: 320px) {
    /*** RECHTECK MIT SCHALTFLÄCHE "ICH BIN KEIN ROBOTER" ***/
    .g-recaptcha{
        display: block;
        position: relative;
        box-sizing: border-box;
        
        width: 301px;
        height: 76px;
        
        margin-top: 10px;
    }
    /*** HINWEIS "Bitte bestätigen Sie, dass Sie kein Roboter sind!" ***/
    #captcha_hinweis{
        display: none;
        position: relative;
        box-sizing: border-box;
        
        width: 301px;
        
        font-size: 17px;
        color: #ffffff;
        line-height: 1.5;
        text-align: center !important;
        
        background-color: #ff0000;
    }
}