@font-face {
    font-family: 'intro_rustbase';
    src: url('https://feest.achulshout.be/fonds/introrust-base-webfont.woff2') format('woff2'),
         url('https://feest.achulshout.be/fonds/introrust-base-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'made_evolve_sanslight';
    src: url('https://feest.achulshout.be/fonds/made_evolve_sans_light_personal_use-webfont.woff2') format('woff2'),
         url('https://feest.achulshout.be/fonds/made_evolve_sans_light_personal_use-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'made_evolve_sansbold';
    src: url('https://feest.achulshout.be/fonds/made_evolve_sans_bold_personal_use-webfont.woff2') format('woff2'),
         url('https://feest.achulshout.be/fonds/made_evolve_sans_bold_personal_use-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'mullerbold';
    src: url('https://feest.achulshout.be/fonds/muller_bold-webfont.woff2') format('woff2'),
         url('https://feest.achulshout.be/fonds/muller_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
    font-family: 'made_evolve_sanslight';
    padding-bottom: 50px;
    background-color: #f0f0f0;
}

h1 {
    font-family: 'intro_rustbase';
    font-size: 44px;
    color: #4e0c69;
    margin-bottom: 0px;

}

h2 {
    font-family: 'mullerbold';
}

.ondertitel {
    text-transform: uppercase;
    margin-top: 0px;
}

.formuliertitel {
    font-size: 24px;
    margin-top: 0;
    margin-left: 16px;
    margin-right: 16px;
}

input, label {
    margin-left: 16px;
}

.childBoxLabel {
    margin-left: 0;
}

.mailinput {
    margin-left: 0;
}

h4 {
    font-family: 'made_evolve_sansbold';
}

.primary-btn {
    font-family: 'mullerbold';
    background-color: #060606;
    border: 1px solid #060606;
    color: #f0f0f0;
    text-transform: uppercase;
    padding: 1em;
    text-decoration: none;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    width: 100%;
    max-width: 300px;
    margin: auto;
    margin-bottom: 16px;

}

.primary-btn:hover {
    text-decoration: none;
    color: #060606;
    background-color: #f0f0f0;
}

.main-content {
    background-color: #f0f0f0;
    text-align: center;
    width: 100%;
}

/*! css voor header */

.header img {
    width: 210px;
    height: auto;
}

/*! css voor formulier */

.formulier {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    text-align: left;
}

form {
    width: 100%;
}

form h3 {
    margin-left: 16px;
    margin-right: 16px;
}

#adultCount, #childCount, #totalContribution{
    width: 30px;
    margin-left: 0px;
    text-align: center;
}

#email {
    width: 172px;
}

.opsomming {
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.opsomming label {
    margin: 0;
}

fieldset {
    border: 1px solid #060606;
    border-bottom: none;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    width: 100%;
    max-width: 274px;
    margin: auto;
}

/*! css voor footer */

.contact {
    background-color: #4e0c69;
    color: #f0f0f0;

}

.contact {
    margin: 0;
    padding: 5px 16px;
    text-align: left;

}

.contact p {
    margin-left: 10px;
}

.contact a {
    color: #f0f0f0;
    text-decoration: underline;
}

.contact a:hover {
    text-decoration: none;
}

#adresgegevens {
    margin-left: 10px;
    border-collapse: collapse;
    width: 100%;
    text-align: left;

}

#adresgegevens th {
    padding-bottom: 12px;
}

.route {
    padding-top: 8px;
}

.socials {
    text-align: right;
}

@media screen and (min-width:500px) {
    .main-content {
        max-width: 650px;
        margin-left: auto;
        margin-right: auto;

    }

    .contact {
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;

    }

}
