
/*---------------------------
Add Plugin Front-End CSS here
---------------------------*/

.alert {
    padding: 20px;
    background-color: #f44336; /* Red */
    color: white;
    margin-bottom: 15px;
}

#dpd-form input[type=text], #dpd-form input[type=email], #dpd-form input[type=number] {
    width: 100%;
}

#dpd-form input[type=submit] {
    margin: 10px 2px 0;
}

@media screen and (min-width: 787px) {
    #dpd-form .cf-postnr {
        width: 30%;
        float: left;
    }

    #dpd-form .cf-sted {
        width: 60%;
        float: right;
    }
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

/* Hidden field as spam protection */
.ohnohoney {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}