div#formular, div#nachricht {margin: auto;
	width:30em;
	background-color: FloralWhite;
	padding: 0.5em;
}
div#formular input {
    max-width: 98%;
    display: block;
}
h1 {font-size: 1.1em;}

input[type=submit], button { 
  width: 40%;
  margin-left: 30%;
}
.wichtig {color:red;}
@media only screen and (max-width: 1024px) {
    div#formular, div#nachricht {
        max-width: 95%;
    }
}
