* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

textarea:focus,
input:focus,
select:focus,
button:focus,
option:focus {
    outline: none;
}

input[type=text],
input[type=submit],
input[type=email],
input[type=tel],
input[type=url],
input[type=search],
textarea,
select,
option {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    position: relative;
    font-family: 'Poppins', sans-serif;
}



.marker {
    background-color: #99644F;
    color: #fefefe;
    padding: 5px;
    font-weight: bold;
    margin-top: 15px;
    display: inline-block;
}

.splash-wrapper {
    width: 100%;
    height: 100%;
    background: url(/images/splash-bg.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
}

.splash-overlay {
    background-color: rgba(0, 0, 0, .4);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    left: 0;
}

.splash-content {
    min-width: 800px;
    height: 100%;
    overflow: auto;
    padding: 20px;
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}

.splash-content h1 {
    text-align: center;
    font-size: 8em;
    font-weight: 900;
    color: white;
    line-height: 100%;
    text-transform: uppercase;
}

.splash-content h2 {
    text-align: center;
    font-size: 4em;
    color: white;
    line-height: 100%;
    font-weight: 900;
}

.splash-split {
    position: absolute;
    bottom: 30px;
    left: 0;
    padding: 20px;
    text-align: justify;
}

.splash-split:after {
    content: '';
    display: inline-block;
    width: 100%;
}

.splash-split div {
    float: left;
    width: 45%;
    font-size: 1.2em;
    line-height: 200%;
    font-weight: 300;
    color: white;
    display: inline block;
    position: relative;
    padding-bottom: 80px;
    min-height: 350px;
}

.splsh-btn {
    position: absolute;
    bottom: 0;
    left: 0;
}

.btn {
    color: white;
    position: absolute;
    bottom: 0;
    left: 50%;
    padding: 10px 0;
    width: 100%;
    text-align: center;
    font-size: 1.2em, font-weight: 200;
    transition: all .3s;
    border: 3px solid #f47b13;
    background-color: #f47b13;
    transform: translateX(-50%);
}

.btn:hover {
    background-color: transparent;
    color: #f47b13;
}

.active {
    border-bottom: 3px solid #f47b13;
}

.active-res {
    color: #f47b13;
    border-left: 4px solid #f47b13;
}

.navigatie {
    width: 100%;
    height: 100px;
    position: fixed;
    background-color: white;
    z-index: 15;
    border-bottom: 1px solid #f47b13;
}

.innernav {
    margin: 0 auto;
    height: 100%;
    overflow: auto;
    max-width: 1600px;
    width: 100%;
    padding: 0 20px;
    position: relative;
    text-align: justify;
}

.innernav:after {
    content: '';
    display: inline-block;
    width: 100%;
}

.logo {
    width: 200px;
    height: 100%;
    background-repeat: no-repeat;
    background-image: url(/images/logo.png);
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 10px;
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.logo a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.logo span {
    display: none;
}

nav {
    position: absolute;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    right: 10px;
    top: 50%;
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

nav ul {
    display: flex;
    float: left;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

nav ul li {
    font-size: 1.1em;
    font-weight: 200;
    padding: 10px 0;
}

nav ul li:hover {
    color: #f47b13;
}

nav a {
    color: black;
    margin: 0 20px;
}

.special_button {
    background-color: #F2792E;
    border: 1px solid #F2792E;
    transition: all .3s;
    color: white;
    padding: 0px 15px;
    border-radius: 200px;
}

.special_button:hover {
    background-color: transparent;
}

.language {
    cursor: pointer;
}

.language>select {
    cursor: pointer;
    font-size: 1.2em;
    color: black;
    padding: 0 15px;
    padding-right: 30px;
    font-weight: 200;
    font-family: 'Poppins', sans-serif;
    background-image: url(/images/select.png);
    background-position: center right;
    background-size: contain;
    background-repeat: no-repeat;
    text-transform: uppercase;
    background-color: #fff;
    border: none;
    border-left: 1px solid #cbcbcb;
}

option {
    border: none !important;
    padding: 30px !important;
    outline: none!important;
}

.spacer {
    height: 100px;
}

#ttcontainer {
    display: none !important;
}


/* HOME SLIDER */

.home-slider {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 450px;
    width: 100%;
    position: relative;
}

.overlay-slider {
    top: 0;
    left: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, .3);
}

.innerslider {
    max-width: 1280px;
    width: 100%;
    min-height: 450px;
    margin: 0 auto;
    position: relative;
}

.innerslider div {
    padding: 20px;
    z-index: 5;
    width: 100%;
    display: block;
    align-content: center;
    text-align: center;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.innerslider h1 {
    color: white;
    font-weight: 700;
    font-size: 3.5em;
    text-align: center;
    line-height: 120%;
}

.innerslider p {
    line-height: 180%;
    font-size: 1.3em;
    color: white;
    width: 80%;
    margin: 30px 10%;
    margin-bottom: 50px;
    text-align: center;
}

.innerslider a {
    background-color: #f47b13;
    color: white;
    text-transform: uppercase;
    padding: 5px 30px;
    margin: 0 auto;
    font-weight: 200;
    border-radius: 200px;
    font-size: 1.2em;
    transition: all .3s;
    border: 2px solid #f47b13;
}

.innerslider a:hover {
    color: #fff;
    background-color: transparent;
}

footer {
    width: 100%;
    overflow: auto;
    padding: 30px 0;
    background-color: #F2792E;
}

.home-to-contact p+div img {
    margin-left: 1rem;
}

.innerfooter {
    max-width: 1600px;
    margin: 0 auto;
}

.innerfooter ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
}

.footer-item {
    padding: 20px;
    display: flex;
    justify-content: flex-start;
}

.footer-item div a {
    /*color: #353535;*/
    color: white;
}

.footer-item div p {
    margin-bottom: 10px;
    font-size: 1.2em;
    font-weight: 200;
    /*color: #353535;*/
    color: white;
}

.footer-item div:nth-child(1) {
    margin-right: 20px;
    /*color: #F2792E;*/
    color: white;
    font-size: 1.2em;
}

.footer-item div:nth-child(1) i {
    margin-bottom: 10px;
}

.footer-item img {
    display: block;
}

.madeby {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    padding: 10px;
}

.madeby p {
    margin: 0 15px;
    text-align: center;
    font-size: .9em;
    color: gray;
}

.madeby a {
    margin: 0 15px;
    text-align: center;
    font-size: .9em;
    color: gray;
}

.slider-pages {
    background-image: url(/images/home-slider.jpg);
    height: 100px;
    width: 100%;
    background-size: cover;
    background-position: bottom;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    position: relative;
}

.facebook_sharer {
    cursor: pointer;
    padding: 10px 25px;
    border-radius: 200px;
    background-color: #563930;
    color: white;
    z-index: 1;
    position: relative;
    transition: all .3s;
    border: 2px solid #563930;
}

.facebook_sharer:hover {
    background-color: transparent;
    color: #563930;
}


/* CONTENT */


/* Consultatie */

.consultatie_disclaimer {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
    padding: 50px 10px;
    border-top: 2px solid #f6f6f6;
}

.consultatie_disclaimer>h2 {
    font-weight: 700;
    font-size: 1.2em;
    text-align: center;
    color: #767676;
    margin-bottom: 10px;
}

.consultatie_disclaimer>div {
    font-weight: 400;
    font-size: 1em;
    text-align: center;
    color: #a3a3a3;
    line-height: 150%;
}

.consultatie {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
    padding: 30px 10px;
}

.consultatie>div {
    width: 48%;
}

.consultatie_tekst h1 {
    font-size: 2.3em;
    font-weight: 900;
    color: #56392F;
    margin-bottom: 10px;
}

.consultatie_tekst div {
    line-height: 150%;
    color: #353535;
    font-size: 1.2em;
    font-weight: 200;
}

.consultatie_tekst div h2 {
    font-weight: 700;
    font-size: 1em;
    margin-top: 20px;
    margin-bottom: 5px;
}

.consultatie_tekst div ul {
    padding-left: 20px;
    list-style-type: disc;
}

.consultatie_form {
    margin-left: 25px;
    padding: 25px;
    overflow: hidden;
    background-color: #fff;
    border: 10px #fafafa solid;
}

.consultatie_form h2 {
    font-size: 1.7em;
    font-weight: 900;
    color: #F2792E;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 2px #e0e0e0 dashed;
}

.consultatie_form h3 {
    font-size: 1.5em;
    color: #353535;
    font-weight: 700;
}

.consultatie_form form {
    width: 100%;
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.consultatie_form input[type=text],
.consultatie_form input[type=email],
.consultatie_form select,
.consultatie_form textarea {
    width: 100%;
    padding: 7px 10px;
    font-weight: 200;
    font-size: 1.2em;
    border: none;
    background-color: #f3f3f3;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
    border: 1px solid #f3f3f3;
}

.consultatie_form select {
    background-image: url(/images/select.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
}

.consultatie_form textarea {
    height: 250px;
}

.halfwidth {
    width: 49%;
}

.fullwidth {
    width: 100%;
}

.halfwidth label,
.fullwidth label {
    font-weight: 200;
    font-size: 1.2em;
    margin-bottom: 5px;
    display: inline-block;
}

.halfwidth label span,
.fullwidth label span {
    font-size: .6em;
}

.fileupload {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.filllabel {
    cursor: pointer;
}

.filllabel {
    font-size: .9em;
    line-height: 150%;
    text-align: center;
    font-weight: 200;
    color: #7f7f7f;
    background-color: #fff;
    width: 100%;
    padding: 15px;
    display: inline-block;
    margin-bottom: 20px;
    padding: 20px 5px;
    border: 2px #e0e0e0 dashed;
}

.button_split {
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    padding-top: 15px;
    width: 100%;
}

.button_split button,
.button_split input[type=submit] {
    border-radius: 200px;
    border: 2px solid #F2792E;
    background-color: #F2792E;
    color: white;
    font-weight: 200;
    font-size: 1.2em;
    padding: 5px 25px;
    font-family: 'Poppins', sans-serif;
}

.step1 {
    transition: all .3s;
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.step2 {
    transition: all .3s;
    color: #353535;
    width: 100%;
}

.gegevens_holder {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding-top: 20px;
}

.gegevens_holder>div {
    width: 100%;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    font-size: 1.2em;
    font-weight: 200;
    line-height: 180%;
}

.gegevens_holder>div p {
    font-weight: 400;
}

.consultatie_prijs {
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding-top: 10px;
    margin-top: 20px;
    font-weight: 200;
    border-top: 2px #e0e0e0 dashed;
}

.consultatie_prijs>div {
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
}

.consultatie_prijs>div div p {
    font-weight: 400;
}

.consultatie_prijs>div div {
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    line-height: 180%;
    padding-top: 5px;
    width: 100%;
    font-size: 1.2em;
}

.bedrijf {
    width: 100%;
    display: none;
}

.checkbox {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    height: 25px;
    font-weight: 200;
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all .3s;
    color: #000000;
    font-size: 1.2em;
}

.checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: 20px;
    transition: all .3s;
    width: 20px;
    font-size: .8em;
    background-color: #E4E4E4;
}

.checkbox:hover input~.checkmark {
    background-color: #ccc;
}

.checkbox input:checked~.checkmark {
    background-color: #000;
}

.checkmark i {
    content: "";
    position: absolute;
    display: none;
    font-size: 1.1em;
}

.checkbox input:checked~.checkmark i {
    display: block;
}

.checkbox .checkmark i {
    left: 2px;
    top: 2px;
    color: white;
}

.bestelling_geplaatst {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    padding: 50px;
}

.bestelling_geplaatst>div {
    max-width: 700px;
    width: 100%;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 30px;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
}

.bestelling_geplaatst>div>i {
    font-size: 2.5em;
    color: #F2792E;
    margin-bottom: 20px;
}

.bestelling_geplaatst>div h1 {
    font-size: 2em;
    font-weight: 900;
    color: #F2792E;
    margin-bottom: 15px;
}

.bestelling_geplaatst>div div {
    font-size: 1.2em;
    font-weight: 200;
    line-height: 150%;
    color: #353535;
    margin-bottom: 20px;
}

.bestelling_geplaatst>div a {
    font-weight: 200;
    color: #fff;
    font-size: 1.2em;
    background-color: #F2792E;
    padding: 10px 30px;
    border-radius: 200px;
}


/* Einde Consultatie */

main {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    min-height: 40%;
}

.home-content {
    padding-top: 30px;
    padding-bottom: 30px;
}

.home-content h1 {
    color: #56392e;
    font-size: 2em;
    font-weight: 700;
    padding-bottom: 10px;
    text-align: center;
}

.home-content h2 {
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 30px;
}

.home-content p {
    color: #353535;
    font-size: 1.2em;
    text-align: center;
    line-height: 200%;
    font-weight: 200;
    font-family: Poppins, sans-serif;
}

.home-to-contact {
    width: 100%;
    padding: 60px 0;
    font-size: 1.3em;
    color: black;
    font-weight: 300;
    position: relative;
}

.home-to-contact {
    display: flex;
    justify-content: space-between;
}

.home-to-contact span {
    font-size: 1.6em;
    color: #f47b13;
}

.home-to-contact>div {
    width: 130px;
    justify-content: space-between;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    white-space: nowrap;
    margin-left: 30px;
}

.home-to-contact a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}


/* MATERIE */

.raster {
    width: 100%;
    max-width: 1400px;
    margin: auto;
    position: relative;
}

.raster_item {
    font-family: Arial, sans-serif;
    position: relative;
    min-height: 400px;
}

.raster_item>div:first-child {
    position: absolute;
    background-size: cover;
    background-position: center;
    width: 48%;
    left: 0;
    top: 0;
    height: 100%;
}

.raster_item>div:nth-child(2n) {
    padding: 20px 50px 50px 50px;
    width: 50%;
    float: right;
}

.raster_item:nth-child(even)>div:nth-child(2n+1) {
    right: 0;
    left: auto;
}

.raster_item:nth-child(even)>div:nth-child(2n) {
    float: left;
}

.raster_item h1 {
    margin-bottom: 10px;
    font-size: 1.5em;
    font-weight: 900;
    color: #f47b13;
    font-family: 'Poppins', sans-serif;
}

.raster_item p {
    line-height: 135%;
    font-size: 1.2em;
    color: #353535;
    font-weight: 200;
    font-family: 'Poppins', sans-serif;
}

.raster_item ul {
    line-height: 135%;
    font-size: 1.2em;
    color: #353535;
    font-weight: 200;
    font-family: 'Poppins', sans-serif;
}

.nieuws {
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    padding-bottom: 50px;
}

.nieuws * {
    box-sizing: border-box;
}

.nieuws-item {
    width: 48%;
    margin: 1%;
    border: 2px solid #e3e3e3;
    display: flex;
    padding-bottom: 30px;
    position: relative;
    min-height: 300px;
    justify-content: space-between;
}

.nieuws-item>div {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
}

.section {
    width: 100%;
    flex: 1;
    padding-bottom: 56%;
    background-size: cover;
    background-position: center;
}

.nieuws-div {
    width: 100%;
    padding: 15px;
}

.nieuws-item div h2 {
    font-size: 1.4em;
    color: #f17d18;
    font-weight: 700;
    line-height: 150%;
}

.nieuws-item div h3 {
    width: 100%;
    display: none;
    font-size: 1.2em;
    font-family: 'Poppins', sans-serif;
}

.nieuws-item div p {
    padding-top: 10px;
    line-height: 150%;
    width: 100%;
    font-weight: 200;
    font-size: 1.2em;
    font-family: 'Poppins', sans-serif;
}

.nieuws-item>div>a {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 3;
}

.nieuws-div a {
    border: 1px solid #f17d18;
    color: white;
    background-color: #f17d18;
    font-weight: 200;
    font-family: 'Poppins', sans-serif;
    font-size: 1.2em;
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding: 8px 20px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    z-index: 5;
}

.nieuws-div a:hover {
    background-color: transparent;
    color: #f17d18;
}

.res-button {
    width: 40px;
    z-index: 30;
    height: 40px;
    position: absolute;
    display: none;
    right: 70px;
    cursor: pointer;
    top: 50%;
    background-image: url(/images/menu.png);
    background-size: contain;
    background-position: center;
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.nav-res {
    width: 300px;
    height: 100%;
    background-color: white;
    position: fixed;
    right: -450px;
    transition: all .3s;
    top: 0;
    z-index: 20;
    -webkit-box-shadow: 0px 0px 21px -2px rgba(0, 0, 0, 0.36);
    -moz-box-shadow: 0px 0px 21px -2px rgba(0, 0, 0, 0.36);
    box-shadow: 0px 0px 21px -2px rgba(0, 0, 0, 0.36);
}

.nav-res img {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 25px;
    height: 25px;
    cursor: pointer;
}

.nav-res ul {
    padding-top: 60px;
}

.nav-res a {
    color: black;
    font-size: 1.4em;
    text-transform: uppercase;
}

.nav-res ul li {
    padding: 15px 20px;
}

.overlay {
    background-color: rgba(0, 0, 0, .7);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    display: none;
}

.readmore {
    border: 2px solid #f17d18;
    border-radius: 200px;
    color: white;
    font-weight: 200;
    background-color: #f17d18;
    font-family: 'Poppins', sans-serif;
    font-size: 1.2em;
    padding: 3px 30px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    margin-top: 10px;
}

.readmore:hover {
    background-color: transparent;
    color: #f17d18;
}

.blokken {
    display: inline-block;
    width: 100%;
}

.blokken li {
    width: 25%;
    float: left;
    position: relative;
    min-height: 200px;
    background-position: center;
    background-size: cover;
}

.blokken a {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, .6);
    transition: all .3s;
}

.blokken a:hover {
    background-color: rgba(0, 0, 0, .3);
}

.blokken li h2 {
    font-weight: 900;
    text-align: center;
    color: white;
    font-size: 1.4em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.contact-form {
    float: left;
    width: 390px;
}

.contacteer-ons {
    float: right;
    width: 390px;
}

.location {
    float: none;
    margin-left: 430px;
    margin-right: 430px;
}

.contactheight {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    min-height: 450px;
    padding-bottom: 50px;
    position: relative;
}

#cont-overlay {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.6);
}

#contactdinge {
    background-image: url(/images/balie.jpeg);
    background-size: cover;
    background-position: center;
    padding: 20px;
}

#dasmap {
    height: 386px;
}

.contact-form input[type="text"] {
    width: 100%;
    height: 33px;
    margin-bottom: 10px;
    padding-left: 7px;
    font-family: 'Poppins', sans-serif;
    border: 1px solid #2d1f1a;
}

.contact-form input[type="submit"] {
    width: 100%;
    height: 40px;
    background-color: #393939;
    border: none;
    color: white;
    position: absolute;
    bottom: 0;
    left: 0;
    font-family: 'Poppins', sans-serif;
    padding-left: 7px;
}

.contact-form input[type="submit"]:hover {
    background-color: #515151;
}

.contact-form select {
    width: 100%;
    font-family: 'Poppins', sans-serif;
    border: 1px solid #2d1f1a;
    height: 33px;
    background: #fff url('/images/bg-select.png') no-repeat right 1px center;
    padding: 0;
    margin-bottom: 10px;
    padding-left: 5px;
}

.contact-form textarea {
    height: 127px;
    width: 100%;
    padding-left: 7px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #2d1f1a;
    padding-top: 5px;
}

.errors {
    margin-bottom: 10px;
}

.toon-groot,
.contact-us {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 40px;
    font-family: 'Poppins', sans-serif;
    background-color: #393939;
    border: none;
    color: white;
    position: absolute;
    bottom: 0;
    left: 0;
}

.toon-groot:hover,
.contact-us:hover {
    background-color: #515151;
}

.contacteer-ons>img {
    width: 100%;
    margin-bottom: 20px;
}

.special-contact {
    margin-bottom: 30px;
}

.contact-info p {
    position: relative;
    padding-left: 60px;
    font-size: 1em;
    font-family: 'Roboto Condensed', sans-serif;
}

.contact-info p img {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.contact-info p a {
    color: black;
}

.contact-us {
    margin-top: 50px;
}

.contact-form .half>input[type="text"] {
    width: 49%;
    float: left;
    margin-right: 2%;
}

.contact-form .half>input[type="text"]:nth-child(2n) {
    margin-right: 0;
}

.contact-form .half:after {
    display: block;
    clear: both;
    content: "";
}

@media screen and (max-width: 1400px) {
    .home-to-contact {
        flex-direction: column;
        align-items: center;
    }
    .home-to-contact p {
        margin-bottom: 2rem;
        text-align: center;
    }
}

@media screen and (max-width: 1250px) {
    .innerfooter ul {
        flex-wrap: wrap;
        justify-content: center;
    }
    .innerfooter ul li {
        width: 40%;
        justify-content: center;
    }
    .innerfooter ul li div p {
        text-align: center;
    }
}

@media screen and (max-width: 1200px) {
    .contactheight {
        float: left;
        width: 49%;
        margin-right: 2%;
    }
    .contacteer-ons {
        margin-right: 0;
    }
    .contacteer-ons>img {
        max-width: 390px;
    }
    .location {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        margin-top: 20px;
    }
    .consultatie {
        flex-wrap: wrap;
    }
    .consultatie>div {
        width: 100%;
    }
    .consultatie_form {
        margin-left: 0;
        margin-top: 20px;
        border: none;
        border-top: 10px #fafafa solid;
        padding: 0;
        padding-top: 20px;
    }
}

@media screen and (max-width: 1000px) {
    .innerfooter ul li {
        width: 48%;
    }
}

@media screen and (max-width: 700px) {
    .halfwidth {
        width: 100%;
    }
}

@media screen and (max-width: 640px) {
    .contactheight {
        width: 100%;
        margin-right: 0;
        min-width: 1px;
    }
    .contactheight {
        min-height: 1px;
        margin-bottom: 30px;
        padding-bottom: 60px;
    }
    .contacteer-ons {
        min-height: 400px;
        margin-top: 20px;
    }
    .contact-form p {
        margin-bottom: 0;
    }
    #dasmap {
        height: 250px;
    }
}

@media screen and (max-width: 1280px) {
    .home-to-contact {
        padding: 60px 20px;
    }
    .home-to-contact>div {
        margin-left: 40px;
    }
    .blokken li {
        width: 50%;
    }
}

@media screen and (max-width: 1100px) {
    nav ul li {
        margin: 0 15px;
    }
    .raster_item {
        font-size: .9em;
    }
}

@media screen and (max-width: 960px) {
    .nieuws-item {
        width: 100%;
    }
    .raster_item>div {
        padding: 20px 0 !important;
        width: 100% !important;
    }
    .raster_item>div:first-child {
        width: 100%;
        min-height: 300px;
        position: relative;
    }
    .raster_item h1 {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 950px) {
    .innerfooter ul {
        justify-content: center;
    }
    .footer-item {
        width: 33.33%;
    }
}

@media screen and (max-width: 870px) {
    nav ul {
        display: none;
    }
    .res-button {
        display: block;
    }
}

@media screen and (max-width: 820px) {
    .home-to-contact {
        /*display: none;*/
    }
    .blokken {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 820px) {
    .splash-content {
        width: 100%;
        min-width: 0;
    }
}

@media screen and (max-width: 750px) {
    .raster_item>div:first-child {
        position: relative;
    }
    .raster_item>div {
        margin-bottom: 20px;
        padding: 0 !important;
        width: 100% !important;
    }
    .innerfooter .footer-item {
        width: 100%;
        justify-content: center;
        padding: 20px 0;
    }
}

@media screen and (max-width: 560px) {
    .splash-content h1 {
        font-size: 5em;
    }
    .splash-content h2 {
        font-size: 2.5em;
    }
}

@media screen and (max-width: 600px) {
    .logo {
        height: 60px !important;
        width: 130px !important;
    }
    .home-to-contact {
        padding: 0 20px;
        margin-bottom: 2rem !important;
    }
    .home-to-contact p+div {
        margin-left: unset;
    }
}

@media screen and (max-width: 550px) {
    .splash-split {
        width: 100%;
    }
    .splash-split div p {
        display: none;
    }
}

@media screen and (max-width: 500px) {
    .nieuws-item {
        margin-bottom: 30px;
        min-height: 420px;
    }
    .section {
        width: 100%;
        height: 250px;
        max-height: 250px;
    }
    .nieuws-div {
        width: 100%;
        overflow: auto;
        border: none;
        padding-bottom: 60px;
        border-bottom: 2px solid black;
    }
    .nieuws-item>div>div>a {
        bottom: 5px;
    }
    .blokken {
        display: none;
    }
}

@media screen and (max-width: 460px) {
    .innerfooter ul {
        justify-content: center;
    }
    .footer-item {
        width: 100%;
    }
    .footer-item div:nth-child(2) {
        width: 50%;
    }
    .splash-content h1 {
        font-size: 5em;
    }
    .splash-content h2 {
        font-size: 2.5em;
    }
    .innerslider a {
        width: 100%;
        padding: 10px 20px;
        text-align: center;
    }
    .innerslider p {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (max-width: 450px) {
    .nav-res {
        width: 100%;
    }
}

@media screen and (max-width: 375px) {
    .splash-content h1 {
        font-size: 3.5em;
    }
    .splash-content h2 {
        font-size: 1.7em;
    }
}

@media screen and (max-width: 340px) {
    .nieuws-item>div>div>a {
        width: 100%;
    }
    .nieuws-item {
        min-height: 500px;
    }
}