.formular-head {
    background: -webkit-linear-gradient(#70afd5, #4c9dcd); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#70afd5, #4c9dcd); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#70afd5, #4c9dcd); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#70afd5, #4c9dcd); /* Standard syntax */

    border-radius: 3px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.formular-head > div {
    background-image: url('../resources/wordmap.png');
    background-position: center;
    background-size: cover;
    padding: 24px;
}

.formular-head h1, h2, h3, h4, h5 {
    margin-top: 0px;
}