 body{

    margin:0;
    padding:0;

    font-family:Arial, Helvetica, sans-serif ;

 }

div.totalwrap {

    background-image:url("../img/background.jpg");
    background-repeat:no-repeat;
    background-size:cover ;

    width:100%;
    height:100vh;

    margin:0;

}

div.wrapform {

    background-color:rgba(0,0,0,0.5) ;

    position:absolute;
    left:5% ;
    top:15% ;

    padding:2vw ;

    border-radius: 25px;

}

label {

    color:white ;

    font-size:1em ;

}

input {

    font-size:1em ;

}

select {

    font-size:1em ;

}

p {

    color:white ;
    padding:0 ;

}

p.eng_big {

    font-size:2em ;
    margin-top:0 ;
    margin-bottom:0 ;

}

p.eng_small {

    font-size:1em ;
    margin-top:0 ;
    margin-bottom:0 ;

}

p.ger_big {

    font-size:1.5em ;
    color:#8b8b8b ;
    margin-top:0 ;
    margin-bottom:1em ;

}

p.ger_small {

    font-size:1em ;
    color:#8b8b8b ;

    margin-top:0 ;
    margin-bottom:1em ;

}