/* 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;
}



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: 'BMW-Light', arial;
}

.nopadding {
    padding: 0;
}

.hidden{
    display: none;
}
/*-------------------
  FONTS
  ------------------*/

@font-face{
    font-family: BMW-Roman;
    src:url('../fonts/BMWHelvetica45Light.eot'); 
    src:url('../fonts/BMWHelvetica45Light.ttf') format('TrueType'),
        url('../fonts/BMWHelvetica45Light.woff') format('woff');
}
@font-face{
    font-family: BMW-Bold;
    src:url('../fonts/BMWHelvetica75Bold.eot'); 
    src:url('../fonts/BMWHelvetica75Bold.ttf') format('TrueType'),
        url('../fonts/BMWHelvetica75Bold.woff') format('woff');
}


/*-------------------
  HEADER
  ------------------*/

.header {
    height: 50px;
    left: 0;
    top: 0;
    background-color: #8E8E8E;
    padding-top: 20px;
    padding-bottom: 20px;
}
#header_img{
    width: 100%;
}
.logo {
    margin-top: -5px;
    margin-left: 20px;
    max-width: 150px!important;
}

#bmwSquare {
    position: absolute;
    top: 5px;
    right: 30px;
    height: 40px;
}

.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 {
    margin-top: 40px;
    margin-bottom: 20px;
    font-family: BMW-Bold;
    color: #000;
    font-size: 2em;
}

.introTextDiv {
    padding-top: 15px;
    padding-bottom: 15px;
}

#formulier {
    padding-top: 30px;
    background-color: #f6f6f6;
}

.tussentitel{
    font-size: 1.2em;
    margin-bottom: 1em;
}

#clubName, #parking{
    display: none;
}

#persoonlijkeInformatie {
    font-family: BMW-Roman;
    font-size: 1.8em;
}

.persoonlijkeInformatieVelden {
    margin-bottom: 50px;
}

input[type='radio'] {
    transform: scale(1.5);
}

.ja, .nee {
    transition: all ease-in-out 0.5s;
}

.ja {
    margin-left: 10px;
}

.nee {
    margin-left: 10px;
}

.ja:hover, .nee:hover {
    cursor: pointer;
}

#ja, #jaParking{
    color: #b0b0b0;
}

.persoonlijkeInformatieVelden div {
    margin-bottom: 2em;
}

.gdpr{
    margin-bottom: 1em!important;
}

.eightSeries{
    margin-bottom: 1em!important;
}

.mypermission{
    margin-bottom: 2em;
}



.persoonlijkeInformatieVelden div input[type="radio"] {
    background-color: #000;
}

/*hidden input for count people present*/
.persoonlijkeInformatieVelden input[type='number'] {
        font-size: 1em !important;
    }

.meerInfo a,
.meerInfo a:hover {
    color: #000;
    text-decoration: none;
}

/*-------------------------
  General checkbox styling
  ------------------------*/



/*-------------------
  #checkbox-u style
  ------------------*/


/*-------------------
  #checkbox-uu style
  ------------------*/



/*-----------------
  #interesse1 style
  ------------------*/





/*---------------
-----------------*/

/*-----------------
  #interesse2 style
  ------------------*/

/*-----------------
  #chkPartner style
  ------------------*/

input[type='checkbox']#chkPartner + label {
    border: 1px solid #000 !important;
    background: transparent;
    width: 25px;
    height: 25px;
}

input[type='checkbox']#chkPartner + label:before,
input[type='checkbox']#chkPartner + label:after {
    content: '';
    width: 23px;
    height: 3px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    margin: auto;
    background: transparent;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

input[type='checkbox']#chkPartner:checked + label:before,
input[type='checkbox']#chkPartner:checked + label:after {
    transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    background: black;
}

input[type='checkbox']#chkPartner:checked + label:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

input[type='checkbox']#chkPartner:checked + label:after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

#manBox input {
    width: 15px;
    margin-bottom: 1em;
}

#vrouwBox input {
    width: 15px;
    margin-bottom: 1em;
}

.form-field {
    padding-left: 10px; 
}

.meerInformatie {
    margin-bottom: 0em !important;
}

.bevestigingWrapper {
    margin-bottom: 4em !important;
}

#bevestig {
    font-size: 1.5em;
    border: none;
    background-color: #157EFB;
    color: #fff;
    padding: 5px 20px;
    font-family: BMW-Bold;;
    transition: all ease-in-out 0.5s;
    margin-top: 2em;
    margin-bottom: 2em;
}

#bevestig :hover {
    background-color: #246CD1;
}

.checkboxText {
    font-size: 12px;
    color: #666;
}

/*-------------------
  CONFIRMATION
  ------------------*/

#confirmH1 {
    font-family: BMW-Bold;
    font-size: 32px;
    font-weight: bolder;
    margin-top: 25px;
    margin-bottom: 15px;
    color: #333;
}

.logo:hover {
    cursor: pointer;
}

.CTA {
    font-family: BMW-Bold;
    padding: 15px;
    background-color: #157EFB;
    text-align: center;
    color: #fff;
    width: 30vw;
    min-width: 250px;
    margin: 30px auto;
    transition: all ease-in-out 0.5s;
    margin-bottom: 100px;
}

.CTA:hover {
    background-color: #246CD1;
}

.CTA p {
    font-size: 12px;
}

.intro a {
    color: #157EFB;
    transition: all ease-in-out 0.5s;
}

.intro a:hover {
    text-decoration: none;
    color: #246CD1;
}

.intro h3 {
    line-height: 1.5em;
    margin-top: -20px;
    margin-bottom: 20px;
}

footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #8E8E8E;
    padding: 5px 50px 5px 0;
    font-family: BMW-Roman;

}
.confirmationpage footer{
    margin-top: 30vh;
}

footer ul:nth-child(1) {
    text-align: left;
    float: left;
    font-size: 1.2em;
    margin-bottom: 2px;
    margin-left: 10px;
}

footer ul:nth-child(2) {
    margin-top: 2px;
}

footer ul li {
    display: inline;
    color: #666;
}

footer a {
    color: #fff;
    transition: color .15s ease-in-out;
}

footer a:hover,
footer a:focus {
    color: #3873C4;
    text-decoration: none;
}
/*------
Extra checkboxes
-------*/

#extra_checkboxes h3{
    margin-top: 0!important;
}
#extra_checkboxes{
    margin-bottom: -15px!important;
}

/*------*/
@media only screen and (min-width: 1024px) {

    #bmwSquare {
        right: 40px;
        height: 40px;
    }

    .introTextDiv p {
        font-size: 1.2em;
    }

    h2 {
        font-size: 2.5em;
    }

    h3 {
        font-size: 1em;
    }

    input[type='radio'] {
        transform: scale(1);
    }

    .persoonlijkeInformatieTitle {
        padding-top: 4em;
        padding-bottom: 4em;
    }

    .persoonlijkeInformatieTitle h2 {
        font-size: 2.2em;
    }

    .persoonlijkeInformatieVelden div input[type='textarea'],
    .persoonlijkeInformatieVelden div input[type='number'] {
        font-size: 1em !important;
    }

    .persoonlijkeInformatieVelden div:first-child {
        margin-bottom: 2em;
    }

    #manBox,
    #vrouwBox {
        margin-bottom: 0em!important;
    }



    #bevestig {
        font-size: 1em;
    }

    .CTA{
        width: 20vw;
    }

    footer ul li a {
        font-size: 0.8em!important;
    }
}

/*-------------------
  @MEDIA 768 width
  ------------------*/

@media only screen and (max-width: 768px) {
    #bmwSquare {
        right: 20px;
        height: 70px;
    }

    .intro h1 {
        font-size: 1.8em;
        margin-top: 40px;
    }

    .intro h3{
        margin-top: -20px;
    }

    .introTextDiv p {
        font-size: 1.5em;
    }

    h2 {
        font-size: 2em;
    }

    h3 {
        font-size: 1.5em;
    }

    input[type='radio'] {
        transform: scale(1.5);
        transform: scale(1.5);
    }

    .persoonlijkeInformatieVelden div input[type='textarea'],
    .persoonlijkeInformatieVelden div input[type='number'] {
        font-size: 1.2em;
    }

    #bevestig {
        font-size: 1.5em;
    }

    /*CONFIRMATION PAGE*/

    footer {
        font-size: 10px;
        padding-right: 15px;
    }

    .checkboxText {
        font-size: 11px;
        color: #666;
    }

}
