/* CSS reset */

body,
html,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

input {
    border: 1px solid #b0b0b0;
    padding: 3px 5px 4px;
    color: #fff;
    width: 100%;
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
}

body,
html {
    background-color: white;
    font-family: sans-serif;
}

.nopadding {
    padding: 0;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ddd !important;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ddd !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #ddd !important;
}

.form-check-label{
    color: #000 !important;
}

.mb-6{
    margin-bottom: 60px;
}

/*-------------------
  FONTS
  ------------------*/

@font-face {
    font-family: MINI-Serif;
    src: url('../fonts/MINI Serif-Regular.woff') format('woff');
    font-weight: normal;
}

@font-face {
    font-family: MINI-Serif-italic;
    src: url('../fonts/MINI Serif-Italic.woff') format('woff');
    font-weight: normal;
}

@font-face {
    font-family: MINI-Serif;
    src: url('../fonts/MINI Serif-Bold.woff') format('woff');
    font-weight: bolder;
}
@font-face {
    font-family: MINI-general;
    src: url('../fonts/pill-gothic.woff') format('woff');
    font-weight: normal;
}


/*-------------------
  HEADER
  ------------------*/

.header {
    z-index: 500;
    position: fixed;
    width: 100%;
    background-color: white;
    padding: 20px;
    padding: 20px;
}

body{
    font-family: 'MINI-Serif', sans-serif!important;
}
.mainContent img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 100%;
    max-height: 100%;
}

.intro {
    /*margin-top: 10px;*/
    background-color: #fff;
}

h1 {
    color: #F4F7F6;
    font-size: 1.5em;
}

#big-title{
    margin-top: -10px;
}

.smallFont {
    font-size: 0.8em;
}

.outroTextDiv{
    padding-top: 15px;
    padding-bottom: 15px;
}

input[type='textarea']:focus,
input[type='textarea']:hover,
input[type='number']:focus,
input[type='number']:hover {
    outline: none;
}

.persoonlijkeInformatieTitle {
    padding-top: 2em;
    padding-bottom: 2em;
    background-color: #fff;
    border-top: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 0px solid black;
    border-left: 1px solid black;
}

.persoonlijkeInformatieTitle h2 {
    font-size: 2.2em;
}

.persoonlijkeInformatieVelden {
    padding-top: 2em;
    background-color: #fff;
    border-top: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    border-left: 1px solid black;
    margin-bottom: 50px;
}

input[type='radio'] {
    transform: scale(1.5);
}

.persoonlijkeInformatieVelden .form-group {
    margin-bottom: 2em;
}

.persoonlijkeInformatieVelden .check {
    margin-bottom: 2em;
}

.persoonlijkeInformatieVelden div input {
    color: #000;
    font-size: 1.2em;
    border: 1px solid #000;
}

.persoonlijkeInformatieVelden div input[type="radio"] {
    background-color: #000;
}

.checkboxText p {
    font-size: 1.5em;
}

#ja, #nee{
    color: #333;
    margin-left: 15px;
}

#ja:hover , #nee:hover{
    cursor: pointer;
}

.hidden{
    display: none;
}

.count{
    display: none;
}

.form-control{
    border-radius: 0;
}

.was-validated .form-control:valid{
    border-color: #008373;
    background-image: url('../images/party-emoji.png');
}

.invalid-feedback{
    text-transform: lowercase;
}

h4{
    font-size: 1em;
    color: #666;
    margin-top: 4px;
}

.mypermission{
    margin-bottom: 20px;
}

.meerInfo a,
.meerInfo a:hover {
    color: #000;
    text-decoration: none;
}

.meerInformatie {
    margin-bottom: 0em !important;
}

.bevestigingWrapper {
    margin-bottom: 4em !important;
}

#bevestig {
    font-size: 1.5em;
    border: none;
    background-color: #000;
    color: #fff;
    padding: 5px 20px;
}

#bevestig:hover{
    color: #999
}

.checkboxText{
    font-size: 8px;
    color:#666;
}

/*-------------------
  CONFIRMATION
  ------------------*/

#confirmH1 {
    font-family: MINI-Serif;
    font-size: 32px;
    font-weight: bolder;
    margin-top: 25px;
    margin-bottom: 15px;
    color: #333;
}

.logo {
    max-width: 200px;
    margin-left: 15px;
}

.CTA {
    padding: 15px;
    background-color: #000;
    text-align: center;
    color: #fff;
    width: 30vw;
    min-width: 250px;
    margin: 30px auto;
}

.CTA p {
    font-size: 12px;
}

.intro a:hover {
    text-decoration: none;
    color: #999;
}

.intro {
    background-color: black;
    color: white;
}

.CTAWrapper{
    margin-top: 20px;
    margin-bottom: 20px;
}

footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100vw;
    background-color: #000;
    text-align: right;
    padding: 5px 50px 5px 0;
    font-family: MINI-Serif;

}

footer ul li {
    display: inline;
    color: #666;
}

footer a {
    color: #fff;
    transition: color .15s ease-in-out;
}

footer a:hover,
footer a:focus {
    color: #999;
    text-decoration: none;
}

@media only screen and (min-width: 1120px) {

    .teaserImage{
        margin-top: -10vh!important;
    }
}

@media only screen and (min-width: 1024px) {
    h1 {
        font-size: 2.4em!important;
        margin-top: -125px;
    }

    .teaserImage{
         margin-top: -5vh;
     }

    .intro {
        margin-top: 0px;
    }

    .introTextDiv p {
        font-size: 1.5em;
    }

    #big-title {
        margin-top: -50px;
    }

    h2 {
        font-size: 2.5em;
    }

    h3 {
        font-size: 1.2em;
    }
    h4{
        font-size: 2.2em;
    }

    .persoonlijkeInformatieTitle {
        padding-top: 4em;
        padding-bottom: 4em;
    }
    
    .persoonlijkeInformatieTitle h2 {
         font-size: 2.2em;   
    }

    .persoonlijkeInformatieVelden .form-group {
        margin-bottom: 2em;
    }

    .persoonlijkeInformatieVelden .form-check {
        margin-bottom: 2em;
    }

    #bevestig {
        font-size: 1.5em;
    }
}

/*-------------------
  @MEDIA 768 width
  ------------------*/

@media only screen and (min-width: 768px) {
    h1{
        font-size: 1.6em;
        margin-top: -80px;
    }

    .intro{
        margin-top: 0px;
    }

    #big-title {
        margin-top: -40px;
    }

}

@media only screen and (max-width: 768px) {
    h1 {
        font-size: 1em;
        margin-top: -40px;
    }
    .logo {
        margin-left: 1px;
    }

    .intro{

    }

    .introTextDiv p {
        font-size: 1.5em;
    }

    h2 {
        font-size: 2em;
    }

    h3 {
        font-size: 1.5em;
    }

    #bevestig {
        font-size: 1.2em;
    }

    /*CONFIRMATION PAGE*/
    .intro h1 {
        font-size: 22px;
        /*margin-top: 15px;*/
    }

    footer {
        font-size: 10px;
        padding-right: 15px;
    }
    .checkboxText{
    font-size: 11px;
    color:#666;
}

}


