@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
@font-face {
    font-family: 'codropsicons';
    src:url('/assets/fonts/codropsicons/codropsicons.eot');
    src:url('/assets/fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'),
    url('/assets/fonts/codropsicons/codropsicons.woff') format('woff'),
    url('/assets/fonts/codropsicons/codropsicons.ttf') format('truetype'),
    url('/assets/fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
    font-weight: normal;
    font-style: normal;
}

*{
    box-sizing: border-box;
    outline: none !important;
}

*:focus{
    outline: none !important;
}


body{
    overflow-x: hidden;
    position: relative;
    margin:0px !important;
    background-color: #0c4251 !important;
    margin-bottom: -10px;
}

.achtergrond{
    display: inline-block;
    min-width:100vw;
    min-height: 100%; /* 100vh */
    height: 100vh;
    background-size: auto 100%;
    background-image: url('/assets/img/achtergrond.png');
    background-position: center bottom;
    background-repeat: no-repeat;
}

@media(max-width: 992px){
    .achtergrond{
        display: inline-block;
        min-width:100vw;
        min-height: 100%;
        height: auto;
        background-size: auto 100%;
        background-image: url('/assets/img/achtergrond-klein.png');
        background-position: center bottom;
        background-repeat: no-repeat;
    }

}

@media(min-width: 1200px) and (max-width: 1660px){
    .achtergrond{
        display: inline-block;
        min-width:100vw;
        min-height: 100%; /* 100vh */
        background-size: 100% auto;
        background-image: url('/assets/img/achtergrond.png');
        background-position: center bottom;
        background-repeat: no-repeat;
    }
}

@media(min-width: 1661px){
    .achtergrond{
        display: inline-block;
        min-width:100vw;
        min-height: 100vh;
        background-size: 100% auto;
        background-image: url('/assets/img/achtergrond.png');
        background-position: center bottom;
        background-repeat: no-repeat;
    }
}


.content{
    width:80vw;
    min-height: 60vh;
    display: inline-block;
    margin:  5% 10%;
}

@media(max-width: 992px){
    .content{
        width:90%;
        min-height: auto !important;
        display: inline-block;
        margin: 10% 5% !important;
    }
}


.banner{
    text-align: center;
    position: relative;
}

.banner h1{
    margin:80px 0px 40px 0px!important;
    color:white;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.2em;
    background-image: url('/assets/img/banner.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: inline-block;
    padding: 0px;
    position: relative;
    width:450px;
    height:32px;
    line-height: 32px;
    z-index: 1;
}

.kerstman{
    display: inline-block;
    position: absolute;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    top:-35px;
    left:43.5%;
    z-index: 0;
    background-image: url('/assets/img/kerstman.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

@media(max-width:992px){
    .banner h1{
        margin:85px 0px 20px 0px!important;
        color:white;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 0.8em;
        display: inline-block;
        padding: 0px;
        position: relative;
        width:100%;
        height:32px;
        line-height: 32px;
    }

    .kerstman{
        display: inline-block;
        position: absolute;
        width: 130px;
        height: 130px;
        border-radius: 50%;
        top:-25px;
        left:32.5%;
        z-index: 0;
        background-image: url('/assets/img/kerstman.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
    }
}

.ac-custom {
    padding: 0 2em;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
}

@media(max-width: 992px){
    .ac-custom {
        padding: 0 0em;
        max-width: 900px;
        margin: 0 auto;
        position: relative;
    }

    .ac-custom li {
        margin: 0 auto;
        padding: 0em 0 !important;
        position: relative;
    }
}


.ac-custom ul,
.ac-custom ol {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: 800px;
}

.ac-custom li {
    margin: 0 auto;
    padding: 0.6em 0;
    position: relative;
}

.ac-custom label {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    display: inline-block;
    position: relative;
    font-size: 1.2em;
    padding: 0 0 0 60px;
    vertical-align: top;
    color: white;
    cursor: pointer;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.ac-custom label p{
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 0.8em !important;
}


.ac-custom input[type="checkbox"],
.ac-custom input[type="radio"],
.ac-custom label::before {
    width: 20px;
    height: 20px;
    top: 6px;
    left: 0;
    margin-top: 0px;
    position: absolute;
    cursor: pointer;
}

.ac-custom input[type="checkbox"],
.ac-custom input[type="radio"] {
    opacity: 0;
    -webkit-appearance: none;
    display: inline-block;
    vertical-align: middle;
    z-index: 100;
}

.ac-custom label::before {
    content: '';
    border: 2px solid white;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.ac-radio label::before {
    border-radius: 50%;
}

.ac-custom input[type="checkbox"]:checked + label,
.ac-custom input[type="radio"]:checked + label {
    color: white;
}

.ac-custom input[type="checkbox"]:checked + label::before,
.ac-custom input[type="radio"]:checked + label::before {
    opacity: 0.8;
}

/* General SVG and path styles */

.ac-custom svg {
    position: absolute;
    width: 18px;
    height: 18px;
    top: 8px;
    margin-top: 0px;
    left: 2px;
    pointer-events: none;
}

.ac-custom svg path {
    stroke: white;
    stroke-width: 10px;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
}

@media(min-width: 992px){
    .ac-custom svg {
        position: absolute;
        width: 20px;
        height: 20px;
        top: 15px;
        margin-top: 0px;
        left: 1px;
        pointer-events: none;
    }
}

.ac-boxfill svg path {
    stroke-width: 8px;
}

.box{
    position: relative;
    margin-bottom: 100px;
}
.gegevens{
    border-left: 1px solid white;
    height: 300px;
    display: inline-block;
    position: relative;
    padding-top: 15px;
    padding-left: 40px !important;
    margin: 0px 0px;
}

.gegevens form{
    width: 90%;
}

.gegevens form input[type=text]{
    background-color: rgba(255,255,255,0.5);
    border:none !important;
    color: white !important;
    padding: 5px 10px;
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-bottom: 30px;
    border-radius: 5px;
    text-align: center;
    font-size: 13px;
}

.gegevens form input[type=submit]{
    background-color: #00a08e;
    border-bottom: 5px solid #045b5c !important;
    border:0px solid white;
    color: white !important;
    padding:8px 30px;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-bottom: 30px;
    float: right;
    border-radius: 5px;
}

.gegevens form input[type=submit]:hover{
    background-color: #009685;
    border-bottom: 5px solid #045b5c !important;
    border:0px solid white;
    color: white !important;
    padding:8px 30px;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-bottom: 30px;
    float: right;
}

@media(max-width: 992px){
    .gegevens{
        border-left: 0px solid white;
        display: inline-block;
        position: relative;
        padding-top: 10px;
        padding-left: 10px !important;
    }
}

@media(max-width: 767px){
    .gegevens form{
        width: 100%;
    }


    .gegevens form input[type=text]{
        background-color: rgba(255,255,255,0.5);
        border:none !important;
        color: white !important;
        padding: 5px 10px;
        display: inline-block;
        width: 100% !important;
        text-transform: uppercase;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        margin-bottom: 15px;
    }

    .gegevens form input[type=submit]{
        background-color: #00a08e;
        border-bottom: 5px solid #045b5c !important;
        border:0px solid white;
        color: white !important;
        padding:8px 30px;
        display: inline-block;
        text-transform: uppercase;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        margin-bottom: 30px;
        float: right;
    }
}

#snowflakeContainer {
    position: absolute;
    left: 0px;
    top: 0px;
}
.snowflake {
    padding-left: 15px;
    font-family: Cambria, Georgia, serif;
    font-size: 14px;
    line-height: 24px;
    position: fixed;
    color: #FFFFFF;
    user-select: none;
    z-index: 1000;
}
.snowflake:hover {
    cursor: default;
}

.logo{
    width:100px;
    height:40px;
    position: absolute;
    bottom: 20px;
    left: 20px;
    background-image: url('/assets/img/logo.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

@media(max-width: 767px){
    .logo{
        width:100px;
        height:40px;
        position: absolute;
        bottom: 5px;
        left: 20px;
        background-image: url('/assets/img/logo.png');
        background-repeat: no-repeat;
        background-position: center center;
    }
}

form ::-webkit-input-placeholder{
    color:white !important;
    text-align: center;
    font-size: 13px;
}

.tekst-label{
    font-size: 14px !important;
}
.achtergrond-klein{
    display: none;
}

@media(max-width: 480px){
    .achtergrond-klein{
        display: inline-block;
        width: 100% !important;
        height: 100px;
        background-color: transparent !important;
        background-image: url('/assets/img/kerstman-klein.png');
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: auto 100%;
        margin-bottom: -10px;
    }
}

@media(min-width: 481px) and (max-width: 767px){
    .achtergrond-klein{
        display: inline-block;
        width: 100%;
        height: 180px;
        background-color: transparent;
        background-image: url('/assets/img/kerstman-klein.png');
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: 100% auto;
        margin-bottom: -10px;
    }
}

@media(min-width: 768px) and (max-width: 992px){
    .achtergrond-klein{
        display: inline-block;
        width: 100%;
        height: 200px;
        background-color: transparent;
        background-image: url('/assets/img/kerstman-klein.png');
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: 100% auto;
        margin-bottom: -10px;
    }
}

.success-message{
    padding: 20px 0;
    text-align: center;
}

.success-message h1{
    color: white;
    margin-top: 0;
    margin-bottom: 20px;
}

.success-message p{
    color: white;
}

.success-message button{
    background-color: #00a08e;
    color: white;
    border: 1px solid #00a08e;
    border-radius: 5px;
    padding: 8px 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    margin-top: 20px;
}

.error{
    display: inline-block;
    width:100vw;
    background-color: rgba(22,35,54,0.8);
    color:white;
    text-align: center;
    border-radius: 5px;
    padding: 20px;
}

.error button,
.error a{
    background-color: #00a08e;
    color: white;
    border: 1px solid #00a08e;
    border-radius: 5px;
    padding: 8px 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    margin-top: 20px;
}

.error h1{
    margin-top: 0px;
    margin-bottom: 20px;
}

.error ul{
    display: inline-block;
    padding: 0;
    margin: 0;
}

.error li{
    list-style: none!important;
}