html, body{
    background: #f7f7f7;
    font-family: 'Noto Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height:100%;
    padding:0px;
    margin:0px;}

body{
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-font-smoothing: antialiased;
    min-height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0 !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;}

.wrapper{   
    display: -webkit-box;   
    display: -ms-flexbox;   
    display: flex;
    flex-direction: column;
    -webkit-flex-grow: 1;
    -webkit-flex-shrink: 0;
    -webkit-flex-basis: auto;
    -webkit-box-flex: 1; 
        -ms-flex: 1 0 auto; 
            flex: 1 0 auto;
    position: relative;}

    hr {
      border-top:3px dashed #fff;
    }

/* ------------------------------ HEADER ------------------------------ */
header{
    height: 80px;
    width: 100%;
    position: relative;
    background: #FFF;
    display: flex;
    padding: 20px;}

    header.keuzestap:after{
        content:'';
        position: absolute;
        bottom: -4px;
        left: 0;
        height: 4px;
        z-index: 200;
        background: #fff200;}

        .ks-1:after{width: calc(100% / 6);}
        .ks-2:after{width: calc(100% / 6 * 2);}
        .ks-3:after{width: calc(100% / 6 * 3);}
        .ks-4:after{width: calc(100% / 6 * 4);}
        .ks-5:after{width: calc(100% / 6 * 5);}
        .ks-6:after{width: 100%;}

    .headerwrapper{
        position: relative;
        /* width: 1170px;*/
        margin: 0 auto;}

        .logo{
            display: block;
            height: 40px;
            width: auto;}



/* ------------------------------ SLICK SLIDER ------------------------------ */
.sliderwrapper{
    height: calc(100vh - 75px);
    position: relative;
    overflow: hidden;
    width: 100%;
    display: block;}

    .slick-initialized .slick-slide{
        height: auto;
        display: flex;
        position: relative;}

    .slick-list{
        padding: 0!important}

    .slider-for > div{
        position: relative;
        height: 100%;
        width: 100%;}

        .slider-for > div img{
            position: absolute;
            width: 100%;
            height: 100%;
            top:0;
            left: 0;
            object-fit: cover;}

        .slider-for .slick-track{
            position: relative;
            display: flex;
            height: 100vh;}

    .slider-nav{
        background: rgba(0,0,0,0.75);
        position: absolute;
        z-index: 100;
        width: 50%;
        /*max-width: 720px;
        bottom: 60px;*/
        left: 0;
        right: 0;
        margin: 0 auto;}

        .slider-nav .slick-track{
            position: relative;
            display: flex;}

            *:focus{
                box-shadow: none;
                border:0!important;}

        .sliderinner{
            display: flex;
            flex-direction: column;
            justify-content: center;
            text-align: center;
            align-items: center;
            padding: 60px;
            margin: 0;
            width: 100%;
			color:#fff;}

        .sliderinner h1{
            font-size: 1.8em;
            font-weight: 700;
            margin: 0 0 15px 0;
            text-transform: none;}

        .sliderinner p{
            flex:1;
            letter-spacing: 0.04em;
            font-size: 1.3em;}

        .sliderinner button{
            background: #fff200;
            color:#000;
            border: 0;
            padding: 15px 30px;
            margin: 0;}

        .sliderinner button.start{
            width: 100%;}


            .sliderinner button:focus{
                outline: none;
                box-shadow: none;}

            .slick-next{
                background: yellow;
                display: block;
                position: relative;}

    .slick-dots{
       /* bottom: -30px*/}

    .slick-dots li button:before{
        font-size: 10px;}

        .slick-dots li button:before {
            opacity:1;
            color: #FFF;}

            .slick-dots li.slick-active button:before {
                opacity:1;
                color: #FFF200;}


/* ------------------------------ KEUZE FORMULIER ------------------------------ */
.keuzeformulier{
    flex:1;
    font-size: 1.4rem;}

    .kf-info{
        text-align: center;
        padding: 60px 30px;}

        .kf-info .stap{
            display: block;
            margin-bottom: 15px;
            font-weight: 700;
            font-size: 1.5em;
            text-transform: uppercase;
            letter-spacing: 0.04em;}

    .kf-select{
        display: flex;
        margin: 0 auto 120px;
        width: 100%;
        padding: 0 30px;
        max-width: 1170px;}

        .kf-item-select{
            background: #f7f7f7;
            width: 100%;
            display: grid;
            grid-template-columns: 1fr 1fr 1fr 1fr;
            grid-template-rows: auto;
            grid-gap: 45px;
            flex-wrap: wrap;}

            .kf-item-blok{
                position: relative;
                padding-top: calc(10 / 10 * 100%);
                width: calc(100%);
                align-items: center;
                text-align:center;}

                .kf-item-blok img{
                    object-fit: cover;
                    width: 100%;
                    height: 100%;
                    position: absolute;
                    top:0;
                    left: 0;}

            .kf-item-select.cntnt .kf-item-blok{
                background: #FFF;
                display: flex;
                padding: 0;
                flex-direction: column;
                height: 100%;}           

                .kf-item-select.cntnt .kf-item-blok a{
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    flex-direction: column;}           

                    .kf-item-select.cntnt .kf-item-blok img{
                        position: relative;
                        padding: 45px 45px 30px 45px;
                        width: 75%;
                        height: auto;
                        object-fit:contain;}

                        .kf-item-blok span.title{
                            font-size: 1.3em;
                            text-transform: uppercase;
                            font-weight: 700;
                            margin-bottom: 30px;}

                .kf-item-select.txt .kf-item-blok{
                    background: #FFF;
                    display: flex;
                    padding: 0;
                    height: auto;
                    min-height: 100%;
                    align-items: center;
                    justify-content: center;}     

                    .kf-item-select.txt .kf-item-blok .title{
                        margin:30px;}       


    .keuzenavigatie{
        position: fixed;
        bottom:0;
        left: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px 30px;
        margin-top: 5vw;
        background: #FFF;
        height: 75px;
        width: 100%;}

        .keuzenavigatie button{
            background: #fff200;
            border:2px solid #fff200;
            padding: 15px 30px;
            margin: 0;
            font-size: 14px;}

            .keuzenavigatie button:hover{
                background: #FFF;
                border:2px solid #fff200;
                color: #000;
                padding: 15px 30px;
                margin: 0;}

        .keuzenavigatie button.disabled{
            background: #f7f7f7;
            cursor: not-allowed;
            border:2px solid #f7f7f7;
            color: rgba(0,0,0,0.2);}



.header.step1-6:after{
    -webkit-transition: all 0.25s ease-in-out; -o-transition: all 0.25s ease-in-out; transition:all 0.25s ease-in-out;}

/* Benjamin */

input[name="name"], input[name="surname"], input[name="street"], input[name="city"] {
  text-transform: capitalize;
}

button.versturen {
  background: #fff200;
  border: 1px solid #333;
  padding: 15px 30px;
  margin: 0;
  font-size: 14px;
}

button.versturen:hover {
  background: #FFF;
  border:1px solid #333;
  color: #000;
  padding: 15px 30px;
  margin: 0;
}

* {
    box-sizing: border-box;
  }
  
  h1 {
    text-align: center;  
  }
  
  input {
    padding: 10px;
    width: 100%;
  }
  
  input.invalid {
    background-color: #ffdddd;
  }
  
  .tab {
    display: none;
  }
  
  button {
    cursor: pointer;
  }
  
  button:hover {
    opacity: 0.8;
  }
  
  #prevBtn {
  }
  
  .step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border: none;  
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
  }
  
  .step.active {
    opacity: 1;
  }
  
  .step.finish {
    background-color: #4CAF50;
  }

* {
  box-sizing: border-box;
}

input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
}

.kf-6 label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

input[type=submit] {
  background-color: #4CAF50;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right;
}

input[type=submit]:hover {
  background-color: #45a049;
}

#sendBtn {
    display: none;
}

.kf-6 .container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px !important;
}

.kf-6 .container .row {
    margin-left:0px !important;
    margin-right:0px !important;
}

.kf-6 .kf-info {
  padding-bottom:10px;
}

.col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
}

.col-75 {
  float: left;
  width: 75%;
  margin-top: 6px;
}

.col-100 {
  float: left;
  width: 100%;
  margin-top: 6px;
}

.col-sub {
  padding-left:5%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

form #website{ display:none; }

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .col-25, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}
