Nieuwsbrief

Meld je aan om 1x per maand de nieuwsbrief te ontvangen.

Meld je hier aan

"*" geeft vereiste velden aan

Dit veld is bedoeld voor validatiedoeleinden en moet niet worden gewijzigd.
Ik ben...*
Naam

form.mpForm {
position: relative;
font-family: Lato, Montserrat, sans-serif;
}

form.mpForm .mpErrorSummary {
margin-top: 20px;
}

form.mpForm .mpErrorRow .error {
color: red;
font-size: 0.8em;
}

form.mpForm .mpFormTable.mpTwoColumnLayout {
margin-top: 0;
}

form.mpForm .mpFormTable.mpTwoColumnLayout tbody {
border: 0;
}

.mpQuestionTable .mpFormLabel {
min-width: 120px;
text-align: right;
}

.mpQuestionTable input[type=text] {
width: 100%;
box-shadow: none;
font-size: 17px;
margin-left: 25px;
border-top: 0;
border-left: 0;
border-right: 0;
border-bottom: 1px solid #e0e0e0;
}

.mpQuestionTable .submitCell {
padding-top: 15px;
}

.mpQuestionTable.error input[type=text] {
margin-right: 10px;
}

.sublabel {
display: none;
}

.submitButton {
background-color: #0099cc;
position: absolute;
right: 37px;
bottom: 0;
display: inline-block;
border: 1px;
border-radius: 22px;
height: 44px;
padding: 0 22px;
font-size: 100%;
line-height: 44px;
color: white;
-webkit-appearance: none;
-moz-appearance: none;
transition: background,0.4s,ease,0s,color,0.4s,ease,0s;
}

.submitButton:hover {
cursor: pointer;
}

@media all and (max-width: 530px) {
.submitButton {
position: static;
margin-left: 10px;
}
}