@media (min-width: 1024px) { /* Tablet */
    #create {
        margin-left: 300px;
        margin-right: 300px;
        position: relative;
        z-index: 1;
        margin-top: -50px !important;
    }
}

@media (max-width: 1024px) { /* Tablet */
    #create {
        margin-left: 20px;
        margin-right: 20px;
        position: relative;
        z-index: 1;
        margin-top: -50px !important;
    }
}

@media (max-width: 768px) { /* Telefon */
    #create {
        margin-left: 20px;
        margin-right: 20px;
        position: relative;
        z-index: 1;
        margin-top: -50px !important;
    }
}

@media (max-width: 991px) {
    .masthead.-type-7 {
        padding-bottom: 10px;
    }
}