
/*
Theme Name:
Author URI: https://www.qstylez.nl/
Author: QStylez - Maaike Tol
Version: 1.0
*/
html {
  font-size: 15px;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow: hidden;
  font-family: 'DM Sans', sans-serif;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  width: 100%;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

.grecaptcha-badge {
  display: none;
}

/* Assistive text */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  position: absolute !important;
  height: 1px;
  width: 1px;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  line-height: normal;
  padding: 15px 23px 14px;
  position: absolute;
  left: 5px;
  top: 5px;
  text-decoration: none;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
}

:focus {
  outline: 0
}

a.post-edit-link {
  display: none
}

textarea, input[type="submit"] {
  -webkit-appearance: none;
}

ul, ol {
  padding: 0;
  margin: 0;
  list-style-position: inside;
  list-style-type: none;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  line-height: 1.2;
  font-family: muli, sans-serif;
}

h1 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 2rem;
}

h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.75rem;
}

h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 900;
}

.page-template-sub-content .entry-content h2, .page-template-sub-content .entry-content h3, .page-template-sub-content .entry-content h4, .page-template-sub-content .entry-content h5, .page-template-sub-content .entry-content h6, .single .entry-content h2, .single .entry-content h3, .single .entry-content h4, .single .entry-content h5, .single .entry-content h6 {
  margin-bottom: 0;
  margin-top: 1.5rem;
}

.page-template-sub-content .entry-content h2+p, .page-template-sub-content .entry-content h2+ul, .page-template-sub-content .entry-content h2+ol, .page-template-sub-content .entry-content h3+p, .page-template-sub-content .entry-content h3+ul, .page-template-sub-content .entry-content h3+ol, .page-template-sub-content .entry-content h4+p, .page-template-sub-content .entry-content h4+ul, .page-template-sub-content .entry-content h4+ol, .page-template-sub-content .entry-content h5+p, .page-template-sub-content .entry-content h5+ul, .page-template-sub-content .entry-content h5+ol, .page-template-sub-content .entry-content h6+p, .page-template-sub-content .entry-content h6+ul, .page-template-sub-content .entry-content h6+ol, .single .entry-content h2+p, .single .entry-content h2+ul, .single .entry-content h2+ol, .single .entry-content h3+p, .single .entry-content h3+ul, .single .entry-content h3+ol, .single .entry-content h4+p, .single .entry-content h4+ul, .single .entry-content h4+ol, .single .entry-content h5+p, .single .entry-content h5+ul, .single .entry-content h5+ol, .single .entry-content h6+p, .single .entry-content h6+ul, .single .entry-content h6+ol {
  margin-top: 10px;
}

.page-template-sub-content .entry-content h2, .single .entry-content h2, .col.about h2 {
  font-size: 2rem;
}

.page-template-sub-content .entry-content h3, .single .entry-content h3 {
  font-size: 1.5rem;
}

b, strong {
  font-weight: 700;
}

p, li, a {
  line-height: 1.8;
}

p {
  margin: 15px 0px;
}

a {
  text-decoration: none;
}

li {
  line-height: 2;
}

.home-link {
  position: relative;
  display: block;
  width: 100%;
  max-width: 200px;
  padding: 0px;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: none;
  cursor: pointer;
}

button[disabled], input[disabled] {
  cursor: default;
}

input[type="checkbox"], input[type="radio"] {
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  padding-right: 2px;
  /* Don't cut off the webkit search cancel button */
  width: 100%;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: none;
  vertical-align: top;
}

img {
  border-style: none;
}

img, video {
  height: auto;
  /* max-width: 100%; */
}

section:after, article:after, .clear:after, #inner-header:after, .row:after, .social:after, .site-info:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/*--------------------------------------------------------------
Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
  /* color: ; */
}

:-moz-placeholder {
  /* color: ; */
}

::-moz-placeholder {
  /* color: ; */
}

:-ms-input-placeholder {
  /* color: ; */
}

/**
 * Standaard
 * ----------------------------------------------------------------------------
 */
.inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  line-height: 1.8;
  position: relative;
}

.flexbox-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.c-btn {
  display: table;
  padding: 10px 20px;
  text-decoration: none;
  transition: .1s ease-in-out;
  margin-top: 20px;
}

.menu-toggle {
  display: none;
}

.menu {
  width: 30px;
  height: 25px;
  order: 2;
  position: relative;
  align-self: center;
  margin-left: auto;
}

.menu span {
  position: absolute;
  width: 100%;
  height: 2px;
  background: black;
  transition: .3s ease-in-out;
}

.menu span:nth-of-type(2) {
  top: 50%;
}

.menu span:nth-of-type(3) {
  bottom: 0;
}

.menu.open span:nth-of-type(1) {
  transform: rotate(45deg);
  top: 50%;
  width: 100%;
}

.menu.open span:nth-of-type(3) {
  transform: rotate(-45deg);
  top: 50%;
  width: 100%;
}

.menu.open span:nth-of-type(2) {
  /* right: -50px; */
  opacity: 0;
}

.navbar ul a {
  color: black;
  font-weight: 900;
  padding: 10px;
  font-size: 17px;
  padding-left: 15px;
  padding-right: 15px;
}

.navbar ul a:hover {
  color: #319BD9;
  transition: 130ms;
}

/**
 * Entry Content
 * ----------------------------------------------------------------------------
 */
.entry-content {}

.entry-content a {}

.entry-content a:hover {}

.entry-content a, .entry-title a {
  text-decoration: none;
}

.entry-title a:hover {}

/**
 * Navigatie
 * ----------------------------------------------------------------------------
 */
.navbar {
  position: fixed;
  z-index: 1000;
  background-color: white;
  width: 100%;
}

.navbar .wrapper a:hover {
  background-color: #319BD9;
  color: white;
  transition: 75ms;
}

.navbar .wrapper a:hover span {
  border-color: black;
  transition: 150ms;
}

.navbar>div {
  position: relative;
  display: flex;
  justify-content: flex-end;
  padding-bottom: 3%;
  padding-top: 3%;
  width: 90%;
  height: 100%;
  margin: auto;
}

.navbar a {
  width: 25%;
  height: 10%
}

.navbar div ul {
  display: none;
}

.navbar nav {
  display: flex;
}

.navbar>div>a>img {
  position: absolute;
  width: 20%;
  bottom: -29%;
  min-width: 100px;
  max-width: 192px;
  left: 0px;
}

a {
  padding: 7px;
  padding-left: 15px;
  padding-right: 10px;
  color: white;
  border: none;
}

.menu span:nth-of-type(1) {
  width: 50%;
  height: 3px;
}

.menu span:nth-of-type(2) {
  height: 3px;
}

.menu span:nth-of-type(3) {
  width: 70%;
  height: 3px;
}

/**
 * Body
 * ----------------------------------------------------------------------------
 */
a:hover {
  transition: 150ms;
  cursor: pointer;
}

body {
  display: flex;
  flex-direction: column;
}

main, .main, .od, .oo, .pro, .loop-pro, .ww, div .contact, .nf {
  margin-top: 13%;
}

main section:nth-of-type(1) {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 90%;
  margin: auto;
  height: 70vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

main section:nth-of-type(1) img {
  height: auto;
  align-self: center;
  z-index: 2;
  max-width: 100%;
}

main section:nth-of-type(1)>article {
  position: absolute;
  align-self: center;
  width: 92%;
  z-index: 2;
  bottom: 10%;
  left: 0%;
  display: flex;
  flex-direction: column;
}

main section:nth-of-type(1)>article>article {
  background: rgba(49, 155, 217, 0.7);
  width: 100%;
  padding: 20px;
}

main section:nth-of-type(1) h1, main section:nth-of-type(1) h2 {
  margin-bottom: 0px;
  color: white;
}

main section:nth-of-type(1) h2 {
    font-size: 19px;
    line-height: 1.4;
    font-weight: 800;
    width: 56%;
    margin-bottom: 10px;
}

main section:nth-of-type(1) h1 {
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 1.2;
}

main section:nth-of-type(1) a {
  position: relative;
  overflow: hidden;
  padding: 10px;
  font-size: 15px;
  margin-left: 5%;
  background-color: black;
  align-self: flex-start;
}

main section:nth-of-type(1) a:hover {
  background-color: #319BD9;
}

main section:nth-of-type(1) a p {
  margin: 0px;
  position: relative;
  z-index: 2;
}

main section:nth-of-type(1) a span {
  display: none;
}

/* ------------------Section 2------------------ */
main section:nth-of-type(2) {
  width: 90%;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 50px;
}

main section:nth-of-type(2) article {
  text-align: center;
  width: 90%;
  margin: auto;
  max-width: 50em;
}

main section:nth-of-type(2) h3 {
  font-weight: 900;
  font-size: 20px;
}

main section:nth-of-type(2) a {
  width: 50%;
  max-width: 220px;
  padding: 9px 7px 9px 7px;
  font-size: 16px;
  margin-top: 15px;
}

main section:nth-of-type(2) a:nth-of-type(1) {
  background-color: #319BD9;
  margin-right: 10px;
}

main section:nth-of-type(2) a:nth-of-type(1):hover {
  background-color: black;
  transition: 150ms;
}

main section:nth-of-type(2) a:nth-of-type(2) {
  background-color: black;
  color: white;
}

main section:nth-of-type(2) a:nth-of-type(2):hover {
  background-color: #319BD9;
  transition: 150ms;
}

.buttons {
  display: flex;
  justify-content: center;
}

/* ------------------Section 3------------------ */
main section:nth-of-type(3) {
  width: 90%;
  margin: auto;
  margin-bottom: 50px;
}

main section:nth-of-type(3) img {
  max-width: 100%;
}

.diensten {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: 100%;
  margin-bottom: 50px;
}

main section:nth-of-type(3) span {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

main section:nth-of-type(3) span h3 {
  text-align: center;
  font-weight: 900;
  font-size: 20px;
}

main section:nth-of-type(3) span a {
  display: none;
}

.diensten a {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  flex-basis: 25%;
  color: black;
}

main section:nth-of-type(3) a>div:nth-of-type(2) {
  text-align: right;
  margin-top: 10px;
}
.slider a:hover .bgimg {
    opacity: .7;
}

.bgimg {
  display: block;
  width: 100%;
  height: 150px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.diensten .bgimg {
    height: 170px;
}

main section:nth-of-type(3) div h4 {
  font-weight: 900;
  margin-bottom: 0px;
  margin-top: 4px;
  font-size: 16px;
}

main section:nth-of-type(3) div p {
  margin-top: 0px;
}

.pijl-rechts {
  width: 6px;
  height: 6px;
  border-top-style: solid;
  border-top-width: 2px;
  border-top-color: white;
  border-right-style: solid;
  border-right-width: 2px;
  border-right-color: white;
  transform: rotate(45deg);
}

.pijl-wrapper {
  width: 22px;
  height: 22px;
  padding: 7px;
  background-color: #319BD9;
  align-self: center;
  margin-left: 10px;
}

.figcaption {
  display: flex;
  justify-content: flex-end;
}

.figcaption h4 {
  margin: 0px;
  margin-top: 7px;
}
a.project-item .figcaption h4 {
    text-transform: uppercase;
}

/* ------------------Section 4------------------ */
.werkwijze {
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
  text-align: center;
  background-color: black;
  color: white;
  padding-top: 35px;
  padding-bottom: 20px;
  margin-bottom: 50px;
}
section.stappen-blok .stappen-knoppen:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    background: #319bd9;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
}

section.stappen-blok .stappen-knoppen span {
    width: 40px;
    height: 40px;
    background: white;
    color: black;
    line-height: 40px;
    font-weight: bold;
    cursor: pointer;
    font-size: 26px;
    z-index: 2;
    transition: .1s ease-in-out;
}
section.stappen-blok .antwoorden h4 .icon {
    display: block;
    width: 40px;
    height: 40px;
    margin-right: 10px;
}
section.stappen-blok {
	display: block !important;
	height: auto !important;
	max-width: 500px;
	margin-top: 0 !important;
}
.dienst-content h2 {
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 0px;
}
.dienst-content h3 {
    color: black;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 0px;
}

.dienst-content p a {
    background: none;
    padding: 0;
    color: black;
    font-weight: bold;
    text-decoration: underline;
}
.dienst-content ol, .dienst-content ul {
    list-style-type: auto;
}
.dienst-content {
    position: relative;
    color: #5D5C5C;
}
.dienst-content p:first-of-type {
  margin-top: 0;
}
.antwoordEen span.icon {
    background: url(https://www.kvz-afbouw.nl/wp-content/uploads/2021/03/invoice-1-1-1.svg) no-repeat;
    background-size: contain;
    background-position: center center;
}
.antwoordTwee span.icon {
	background: url(https://www.kvz-afbouw.nl/wp-content/uploads/2021/03/planning.svg) no-repeat;
	background-size: contain;
	background-position: center center;
}
.antwoordDrie span.icon {
	background: url(https://www.kvz-afbouw.nl/wp-content/uploads/2021/03/handshake-3-1-1.svg) no-repeat;
	background-size: contain;
	background-position: center center;
}
.antwoordVier span.icon {
	background: url(https://www.kvz-afbouw.nl/wp-content/uploads/2021/03/thumb-up-1-1.svg) no-repeat;
	background-size: contain;
	background-position: center center;
}
.antwoorden .stappen-tekst.active {
    display: block;
}
.antwoorden .stappen-tekst {
    display: none;
}

section.stappen-blok .antwoorden h4 {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.stappen-blok .stappen-knoppen span:hover, section.stappen-blok .stappen-knoppen span.active {
    background: #319bd9;
    color: white;
}
section.stappen-blok .antwoorden h4 {
    font-size: 16px;
    margin-left: 15px;
    font-weight: 800;
    text-transform: uppercase;
}
section.stappen-blok .stappen-knoppen {
    flex-basis: 90%;
    width: 90%;
    display: flex;
    justify-content: space-between;
    position: relative;
    margin: 0 auto;
}

.werkwijze>article {
  width: 70%;
  margin-top: 0px;
  margin-bottom: 30px;
}

.werkwijze>article h3 {
  font-size: 20px;
  font-weight: 900;
}

.werkwijze form {
  position: relative;
  display: flex;
  justify-content: space-around;
  width: 75%;
  min-width: 317px;
  max-width: 750px;
}

.werkwijze input[type="radio"] {
  appearance: none;
  width: 40px;
  height: 40px;
  background-color: white;
  margin-bottom: 10px;
  margin-left: 35px;
  cursor: pointer;
  padding: 20px;
}

.werkwijze article:nth-of-type(1) input[type="radio"] {
  margin-left: 0px;
}

.werkwijze form>article {
  /* position: relative; */
  font-size: 25px;
  color: white;
  padding: 5px;
  z-index: 5;
  cursor: pointer;
}
.diensten:after {
  display: none;
}
.werkwijze form article label {
  position: relative;
}

.werkwijze form article span {
  position: absolute;
  font-weight: 900;
  bottom: 21px;
  right: 14px;
  width: 20px;
  cursor: pointer;
  height: auto;
  color: black;
}

.werkwijze input[type="radio"]:checked {
  background-color: #319BD9;
}

.werkwijze input[type="radio"]:checked~label span {
  color: white;
}

.bar {
  position: absolute;
  top: 27px;
  width: 80%;
  max-width: 750px;
  border-bottom-style: solid;
  border-bottom-color: #319BD9;
  border-bottom-width: 4px;
  z-index: 4;
}

.stappen {
  position: absolute;
  display: none;
  left: 3%;
  font-size: 15px;
  width: 95%;
  margin: auto;
  margin-top: 30px;
}
.loop-pro section:nth-of-type(2) h3 {
    font-size: 15px;
    margin-top: 20px;
}
.offerte {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.stappen div {
  display: flex;
  justify-content: center;
}

.stappen h4 {
  font-size: 16px;
  margin-left: 15px;
  font-weight: 800;
}

.stappen svg {
  height: 40px;
  width: 40px;
  overflow: hidden;
  align-self: center;
}

.stappen svg path {
  fill: #319BD9;
}

.werkwijze input[type="radio"]:checked~.stappen {
  display: block;
}

/* ------------------Section 5------------------ */
.slider {
  width: 90%;
  margin: auto;
  background-color: #E8E8E8;
  text-align: center;
  padding-top: 35px;
  margin-bottom: 20px;
}

.slider h3 {
    margin-top: 0px;
    font-size: 20px;
}

.slider div a {
  display: block;
  width: 100%;
  margin: auto;
  padding: 0px;
}

.slider div a:nth-of-type(1) {
  margin-left: 0px;
}

.slider a article {
  display: flex;
  justify-content: flex-end;
  color: black;
}
.slider a article p strong {
    display: inline-block;
}

.slider a article p {
    margin: 0;
    text-transform: uppercase;
}
.slider a article {
    align-items: flex-start;
    margin: 20px 0px;
    margin-top: 10px;
}
.slider form .pijl-wrapper {
  margin-bottom: 14px;
}

.projecten-slider {
  width: 110%;
  left: -5%;
}

.slider-buttons>button:nth-of-type(1) {
  background-color: white;
  padding: 16.5px;
  margin-left: 10px;
  border: none;
}

.slider-buttons>button:nth-of-type(2) {
  background-color: #319BD9;
  padding: 16.5px;
  margin-left: 10px;
  border: none;
}

.slider-buttons>button:nth-of-type(1) span {
  display: block;
  width: 8px;
  height: 8px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: #319BD9;
  border-left-style: solid;
  border-left-width: 2px;
  border-left-color: #319BD9;
  transform: rotate(45deg);
}

.slider-buttons>button:nth-of-type(2) span {
  display: block;
  width: 8px;
  height: 8px;
  border-top-style: solid;
  border-top-width: 2px;
  border-top-color: white;
  border-right-style: solid;
  border-right-width: 2px;
  border-right-color: white;
  transform: rotate(45deg);
}

.slider-buttons>a {
  font-size: 16px;
  background-color: black;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 10px;
}

.slider-buttons>a:hover {
  background-color: #319BD9;
}

.slider-buttons {
  display: flex;
  justify-content: center;
  padding-bottom: 10%;
}

.slider .bgimg {
  width: 100%;
  transition: .1s ease-in-out;
  height: 208px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.single-projecten .slider a:hover .bgimg {
    opacity: .7;
}

/* ------------------Section 6------------------ */
section.content-wrapper h1 {
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 0;
}
.page-id-196 div#content {
    background: #f1f1f1;
}
section.content-wrapper {
    padding: 40px 20px;
    max-width: 1180px;
    margin: 0 auto;
    margin-top: 55px;
}

main .samenwerking {
  margin-bottom: 0px;
}
body.home main .samenwerking {
    margin-bottom: 20px;
}

.samenwerking {
  background-color: #319BD9;
  width: 90%;
  margin: auto;
  text-align: center;
  color: white;
  padding-bottom: 40px;
  margin-bottom: 35px
}

.samenwerking article {
  padding: 20px;
  padding-top: 40px;
  font-size: 20px;
}

.samenwerking article h3 {
  margin-bottom: 0px;
  font-size: 25px;
}

.samenwerking article p {
  margin-top: 0px;
  line-height: 30px;
}

.samenwerking a {
  font-size: 17px;
  background-color: black;
  padding: 10px;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
}

.samenwerking a:hover {
  background-color: white;
  color: #319BD9;
  transition: 150ms;
}

/**
 * OVER ONS
 * ----------------------------------------------------------------------------
 */
.oo {
  width: 90%;
  margin: auto;
  max-width: 1400px;
}

.oo .bgimg {
  max-width: 100%;
  height: 400px;
}

div div .oo section:nth-of-type(2) article {
  width: 100%;
}

.oo .merken {
  margin-bottom: 20px;
}

.oo .ons {
  background-color: #E8E8E8;
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
}

.oo .ons article {
  width: 100%;
  padding: 25px;
}

.oo .ons article h3 {
  font-size: 20px;
}

.oo .ons article p {
  font-size: 15px;
  color: #5D5C5C;
}

.oo .ons .bgimg {
  display: block;
  width: 90%;
  margin: auto;
  margin-bottom: 20px;
  height: 300px;
  order: 2;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.oo .ons article p:last-of-type {
    margin-bottom: 0;
}

.oo .samenwerking {
  width: 100%;
}

/**
 * ONZE DIENSTEN
 * ----------------------------------------------------------------------------
 */
.offerte a:nth-of-type(2) {
  display: flex;
}
p.center-layout {
    text-align: center;
}

.od {
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
}

.od {
  margin-top: 11%;
}

.od section:nth-of-type(1) {
  display: flex;
  width: 100%;
  margin: auto;
}

.od section:nth-of-type(1)>div, .ww .bgimg {
  height: 400px;
}

/* ------------------Section 2------------------ */
.od section:nth-of-type(2), .oo section:nth-of-type(2), .pro section:nth-of-type(2), .ww section:nth-of-type(2) {
  width: 90%;
  margin: auto;
}

.od section:nth-of-type(2) article, .oo section:nth-of-type(2) article, .pro section:nth-of-type(2) article, .loop-pro section:nth-of-type(2)>article, .ww>section:nth-of-type(2)>article {
    position: relative;
    background-color: white;
    width: 80%;
    max-width: 650px;
    margin: auto;
    text-align: center;
    padding-left: 15px;
    padding: 30px;
    margin-top: -100px;
    font-size: 13px;
}

.od section:nth-of-type(2) article h1, .oo section:nth-of-type(2) article h1, .pro section:nth-of-type(2) article h1, .ww section:nth-of-type(2) article h1, .loop-pro section:nth-of-type(2) article h1 {
    font-weight: 900;
    font-size: 20px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.od section:nth-of-type(2) article p, .oo section:nth-of-type(2) article p, .pro section:nth-of-type(2) article p, .ww section:nth-of-type(2) article p {
  color: #5D5C5C;
}

.offerte {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}

.od a, .oo a, .pro a, .ww a {
  background-color: black;
  color: white;
  padding: 10px;
  white-space: nowrap;
}

.offerte a {
  padding-left: 15px;
  padding-right: 15px;
}

.offerte a:nth-of-type(1) {
  background-color: #319BD9;
  color: white;
  margin-right: 10px;
}

.offerte a:nth-of-type(1):hover {
  background-color: black;
  transition: 150ms
}

section span.offerte a:nth-of-type(2):hover {
  background-color: #319BD9;
  transition: 150ms
}

section span.offerte a:nth-of-type(2):hover span {
  border-color: white;
  transition: 150ms;
}

/* ------------------Section 3------------------ */
.od section:nth-of-type(3) {
  width: 90%;
  margin: auto;
}

.od .diensten {
  justify-content: center;

}

div .od .diensten a {
  background-color: transparent;
  color: black;
  flex-basis: 40%;
}

.od section:nth-of-type(3) a .bgimg {
  max-width: 100%;
  height: 250px;
}
.single-diensten .od section:nth-of-type(3) a .bgimg {
  height: 200px;
}

.od section:nth-of-type(3) a>div:nth-of-type(2) {
  margin-top: 10px;
}

/* ------------------LOOP-DIENSTEN------------------ */
.ld section>.bgimg {
  width: 100%;
  height: 400px;
  overflow: hidden;
}



.ld section:nth-of-type(3) h3 {
  text-align: center;
  font-size: 24px;
}

.ld section:nth-of-type(5) {
  background-color: #E8E8E8;
  width: 90%;
  padding: 20px;
  margin: auto;
}

.ld section:nth-of-type(5)>article:nth-of-type(1) {
  display: flex;
  justify-content: space-around;
  width: 100%;
  margin: auto;
}

.ld section:nth-of-type(5) h3 {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
  font-size: 33px;
}

.ld section:nth-of-type(5) article>div article {
  background-color: white;
  padding: 10px;
  height: 300px;
}
.owl-nav {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.owl-nav {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.owl-nav div {
    background: #319bd9;
    padding: 16.5px;
    color: white;
    margin: 0px 5px;
    transition: .1s ease-in-out;
}
.owl-nav div:first-of-type {
  background: white;
  color: #319bd9;
}
.owl-nav div:hover {
  background: #319bd9;
  color: white;
}
.owl-nav div:hover:last-of-type {
  background: white;
  color:  #319bd9;
}
.single-diensten .ld section:nth-of-type(5) article>div article {
  height: auto;
}

.ld section:nth-of-type(5) article>div article>div {
  display: flex;
  justify-content: flex-start;
}

.ld section:nth-of-type(5) article>div article>div>p {
  height: 65px;
  width: 65px;
  background-color: #319BD9;
  border-radius: 45px;
  color: white;
  text-align: center;
  padding-top: 2px;
  font-size: 35px;
  font-weight: 900;
}

.ld section:nth-of-type(5) article>div article>div div {
  align-self: center;
  margin-left: 20px;
}

.ld section:nth-of-type(5) article>div article>div div p {
  margin: 0px;
}

.ld section:nth-of-type(5) article>div article>div div h5 {
  margin: 0px;
  font-size: 15px;
  align-self: center;
  font-weight: 900;
}

.ld section:nth-of-type(5) article>div article>div span {
  color: #319BD9;
  font-size: 20px;
  font-weight: 900;
}

.ld section:nth-of-type(5) article>div article>p {
  color: #5D5C5C;
}

.ld .slider-buttons {
  margin-top: 40px;
}

/**
 * WERKWIJZE
 * ----------------------------------------------------------------------------
 */
.ww section:nth-of-type(1) {
  width: 90%;
  margin: auto;
}
.ww {
  max-width: 1400px;
  margin: 0 auto;
}
.ww .cform>section:nth-of-type(2) article {
  padding-top: 0 !important;
}
.ww .werkwijze {
  margin-top: 20px;
  margin-bottom: 25px;
}

.ww .werkwijze .stappen {
  margin-top: 20px;
}

.ww .werkwijze .stappen h4 {
  font-size: 20px;
}

.ww .cform {
  width: 90%;
  margin: auto;
}

.ww .cform a {
  background-color: transparent;
  color: #5D5C5C;
}

/**
 * PROJECTEN
 * ----------------------------------------------------------------------------
 */
.pro section:nth-of-type(1) {
  width: 90%;
  margin: auto;
}
form#search-filter-form-148 > ul > li > ul > li {
    margin: 0px 10px;
}

form#search-filter-form-148 > ul li label {
      padding: 0;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 14px;
}
form#search-filter-form-148 > ul li {
    padding: 0;
    position: relative;
}
form#search-filter-form-148 > ul > li > ul input {
    appearance: none;
    position: absolute;
    width: 100%;
    cursor: pointer;
    height: 100%;
    margin: 0;
    opacity: 0;
}
form#search-filter-form-148 > ul > li > ul {
    justify-content: center;
}
form#search-filter-form-148 > ul > li > ul > li.sf-option-active label {
    border-bottom: 2px solid #319bd9;
}
div#search-filter-results-148 {
    margin-top: 20px;
}

div#search-filter-results-148 a.project-item {
    display: block;
    width: 100%;
    height: 100%;
}
form#search-filter-form-148 > ul > li {
    width: 100%;
    padding: 0;
}
form#search-filter-form-148 ul {
    color: white;
    display: flex;
    transition: .1s ease-in-out;
    width: 100%;
}
form#search-filter-form-148 ul li:hover {
    color: #319bd9;
}

.arrow-down {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: #319BD9;
  border-right-style: solid;
  border-right-width: 2px;
  border-right-color: #319BD9;
  transform: rotate(45deg);
  margin-left: 10px;
  align-self: center;
  margin-bottom: 2px;
}

.pro section:nth-of-type(3) span {
  display: flex;
  justify-content: center;
}

.pro section:nth-of-type(3) span button {
  border: none;
  outline: none;
  background: transparent;
  color: white;
  font-weight: 800;
  font-size: 13px;
  margin-bottom: 25px;
}

.pro section:nth-of-type(3) span button:focus {
  border-bottom: 2px solid #319BD9;
}

.pro section:nth-of-type(2) {
  background-color: black;
  width: 90%;
  margin: auto;
}

.pro section:nth-of-type(2) article {
  color: white;
  background-color: black;
}

.pro section:nth-of-type(2) article p {
  color: white;
}

.pro section:nth-of-type(2) article span a:nth-of-type(1):hover, .loop-pro section:nth-of-type(2) article span a:nth-of-type(1):hover {
  background-color: white;
  color: black;
}

.pro section:nth-of-type(2) article span a:nth-of-type(2), .loop-pro section:nth-of-type(2) article span a:nth-of-type(2) {
  background-color: white;
  color: black;
}

.pro section:nth-of-type(2) article span a:nth-of-type(2):hover, .loop-pro section:nth-of-type(2) article span a:nth-of-type(2):hover {
  background-color: #319BD9;
  color: white;
}

.pro picture {
  height: 400px;
}

.pro section:nth-of-type(3) {
  width: 90%;
  background-color: black;
  margin: auto;
}

.pro section:nth-of-type(3) article>a:nth-of-type(3) .bgimg, .pro section:nth-of-type(3) article>a:nth-of-type(4) .bgimg {
  height: 550px;
}

.pro section:nth-of-type(3) article, .loop-pro section:nth-of-type(3) article ul {
  display: block;
  column-count: 2;
  column-gap: 40px;
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}

.pro section:nth-of-type(3) article>a, .loop-pro section:nth-of-type(3) article ul li div {
  display: block;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid-column;
  padding: 0;
  margin-bottom: 20px;
}

/* .pro section:nth-of-type(3) article a {
  flex-basis: 45%;
  background-color: transparent;
} */
.pro section:nth-of-type(3) article a>div:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
}

.pro .figcaption {
  display: flex;
  align-self: center;
}

.pro section:nth-of-type(3) article a>div:nth-of-type(2) div {
  display: flex
}

.pro section:nth-of-type(3) article a>div:nth-of-type(2) div p {
  margin-right: 10px;
}

.pro .bgimg {
  height: 400px;
  transition: .1s ease-in-out;
}
.pro section:nth-of-type(3) article>a:hover .bgimg {
    opacity: .7;
}

.pro .samenwerking {
  margin-bottom: 20px;
  margin-top: 20px;
}

/* -------------------LOOP-PRO------------------- */
.loop-pro section:nth-of-type(1) div {
  height: 400px;
}

.loop-pro section:nth-of-type(1), .loop-pro section:nth-of-type(2), .loop-pro section:nth-of-type(3) {
  width: 90%;
  margin: auto;
  background-color: black;
}

div .loop-pro section:nth-of-type(2) article {
  /* width: 90%; */
  /* margin: auto; */
  background-color: black;
  color: white;
  padding-left: 15px;
  padding-right: 5px;
}

.loop-pro section:nth-of-type(2) span>a:nth-of-type(1) {
  background-color: #319BD9;
  padding: 10px;
}

.loop-pro section:nth-of-type(2) span>a:nth-of-type(2) {
  background-color: white;
  padding: 10px;
  color: black;
  margin-left: 5px;
}

.loop-pro section:nth-of-type(2) h3 {
  font-size: 15px;
  margin-top: 40px;
}

.loop-pro section:nth-of-type(2) h3:nth-of-type(1) {
  margin-top: 0px;
  font-weight: 900;
  color: #319BD9;
}

.loop-pro section:nth-of-type(2) h4:nth-of-type(2) {
  margin-top: 50px;
  margin-bottom: 30px;
}

.loop-pro section:nth-of-type(2) article article {
  display: flex;
  text-align: left;
}

.loop-pro section:nth-of-type(2) article article p {
  margin: 0px;
}

.loop-pro section:nth-of-type(2) article article div:nth-of-type(1) {
  border-right: 2px solid #319BD9;
  padding-right: 5%;
}

.loop-pro section:nth-of-type(2) article article div:nth-of-type(2) {
  margin-left: 5%;
  margin-right: 3%;
  align-self: center;
}

.loop-pro section:nth-of-type(2) article article div:nth-of-type(3) {
  width: 40%;
  align-self: center;
}

.loop-pro section:nth-of-type(3) {
  margin-top: 0;
  padding-bottom: 60px;
  margin-bottom: 25px;
}

.loop-pro section:nth-of-type(3) p {
  margin: 0px;
}

.loop-pro section:nth-of-type(3) article ul li div {
  height: 250px;
}
.single-projecten .loop-pro section:nth-of-type(2) article h1 {
    margin-bottom: 20px;
}

.loop-pro section:nth-of-type(3) article ul li:nth-of-type(3) div, .loop-pro section:nth-of-type(3) article ul li:nth-of-type(4) div, .loop-pro section:nth-of-type(3) article ul li:nth-of-type(5) div {
  height: 550px;
}

.loop-pro .samenwerking {
  margin-bottom: 25px;
}

/**
 * CONTACT
 * ----------------------------------------------------------------------------
 */
.contact>section:nth-of-type(1) {
  height: 350px;
  margin-bottom: 15px;
}

.contact {
  width: 90%;
  margin: auto;
}
section.cform:after {
    display: none;
}

.cform {
  display: flex;
}
div.contact {
    max-width: 1400px;
}

.cform>section:nth-of-type(1) {
  background-color: #319BD9;
  padding: 35px;
  margin-right: 15px;
    flex-basis: 100%;
    padding: 40px;
    width: 100%;
}
.cform>section:nth-of-type(1) article:last-of-type {
    margin-bottom: 0;
}

.cform>section:nth-of-type(1) p {
  margin: 0px;
  color: white;
  font-size: 15px;
}

.cform>section:nth-of-type(1) article {
  margin-bottom: 20px;
}

.cform>section:nth-of-type(1) article strong {
  color: black;
  font-weight: 900;
}

.cform h2, .loop-pro h1 {
  font-weight: 900;
}

.cform>section:nth-of-type(2) {
  background-color: #EDEDED;
  padding: 35px;
  flex-basis: 100%;
  margin: 0px;
  width: 100%;
  padding: 40px;
}

.cform form {
    height: 100%;
    width: 100%;
    margin: auto;
    overflow: hidden;
}

.cform h2 {
  flex-basis: 100%;
}
.wpcf7 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cform form fieldset {
    border: none;
    padding: 0px;
    flex-basis: 100%;
    height: auto;
    width: 100%;
    margin: 0;
    position: relative;
}

.cform form input {
  margin-bottom: 15px;
  min-width: auto;
  padding: 15px;
  font-family: 'muli';
  font-size: 14px;
  color: #5D5C5C;
}

.cform form input:nth-last-of-type(1) {
  margin: 0px;
}

.cform form textarea {
  min-width: 270px;
  height: 100%;
  padding: 15px;
  font-size: 14px;
  font-family: 'muli';
  color: #5D5C5C;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output{
  display: none !important;
}
.use-floating-validation-tip span.wpcf7-not-valid-tip {
    width: auto;
    top: 1px;
    height: auto;
}
span.wpcf7-form-control-wrap.bericht span.wpcf7-not-valid-tip {
    top: 10px;
}
form input.wpcf7-form-control.wpcf7-submit:hover {
    background: white;
    color: #319bd9;
}
.cform>section:nth-of-type(2) fieldset:nth-of-type(3) {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-basis: 100%;
  margin-top: 20px
}
.cform>section:nth-of-type(2) fieldset:nth-of-type(3) p:last-of-type {
    margin-bottom: 0;
}

.cform>section:nth-of-type(2) fieldset p {
  font-size: 12px;
  min-width: 270px;
  margin: 0px;
  margin-bottom: 20px;
}


.cform>section:nth-of-type(2) fieldset a {
  padding: 0px;
  color: black;
  text-decoration: underline;
}

.cform input[type="submit"] {
  background-color: black;
  color: white;
  width: 100%;
  padding: 10px;
  font-size: 13px;
  min-width: 0px;
}

.merken {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
body.home section.merken {
    display: none;
}

.merken img {
  height: 77px;
}

.contact .samenwerking {
  width: 100%;
}
.diensten a:hover .bgimg {
    opacity: .8;
}
.diensten .bgimg {
  transition: .1s ease-in-out;
}


/**
 * Footer
 * ----------------------------------------------------------------------------
 */
footer {
  position: relative;
  width: 90%;
  margin: auto;
  background-color:#1C1918; 
  color: white;
  max-width: 1400px;    
}

footer>div {
  padding: 10px;
}

footer a {
  color: white;
  padding-left: 0px;
}
footer#contact section a:hover {
    color: #319bd9;
}
footer#contact section a {
    line-height: 1;
}

footer div>span {
  display: flex;
  justify-content: center;
  width: 50%;
  max-width: 260px;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 20px;
}

footer div>span img {
  width: 80%;
}

footer section:nth-of-type(1) {
  font-weight: bold;
  font-size: 16px;
}

footer section:nth-of-type(1) p {
  margin-bottom: 0px;
  font-weight: 900;
}

footer section:nth-of-type(1) article>p:nth-of-type(2) {
  margin-left: 5px;
}

footer section:nth-of-type(1) article:nth-of-type(2) p {
  margin-top: 0px;
  margin-bottom: 20px
}

footer section:nth-of-type(1) p:nth-of-type(1) {
  color: #319BD9;
}

footer section:nth-of-type(1) article {
  display: flex;
}

footer section:nth-of-type(2) p {
  font-weight: 900;
  margin-top: 0px;
  margin-bottom: 0px;
}

footer section:nth-of-type(2) p:nth-of-type(1) {
  color: #319BD9;
}

footer section:nth-of-type(2) article {
  margin-bottom: 20px;
}

footer section:nth-of-type(3) article {
  display: flex;
  justify-content: space-between;
}

footer section:nth-of-type(3) {
  margin-bottom: 20px;
}

footer section:nth-of-type(3) a {
  flex-basis: 50%;
}

footer section:nth-of-type(5)>span {
  display: flex;
  margin-top: 0px;
  justify-content: space-between;
  padding-bottom: 5%;
}

footer section:nth-of-type(5) {
  display: flex;
  flex-direction: column;
}

footer section:nth-of-type(5) a {
  line-height: 30px;
  align-self: flex-start;
  white-space: nowrap;
}

footer section:nth-of-type(5)>span>p {
  align-self: center;
  margin: 0;
}

footer section:nth-of-type(4) {
  position: absolute;
  bottom: 20%;
  right: 5px;
  display: flex;
  flex-direction: column;
}

footer section:nth-of-type(4) a {
    background-color: #319BD9;
    padding: 0px;
    width: 35px;
    height: 35px;
    margin-left: 10px;
    margin-top: 10px;
    margin-right: 10px;
    position: relative;
}
footer section:nth-of-type(4) a:hover {
    background-color: #52aadd;
}
footer section:nth-of-type(4) a img {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
}

/**
 * Not Found
 * ----------------------------------------------------------------------------
 */
.nf section {
  width: 90%;
  margin: auto;
  text-align: center;
  margin-bottom: 25px;
}

.nf section>article {
  width: 50%;
  margin: auto;
  padding: 55px;
  background-color: #319BD9;
  height: 400px;
  color: white;
}

.nf form {
  display: flex;
  justify-content: center;
  width: 40%;
  margin: auto;
  margin-top: 70px;
}

.nf form input[type="submit"] {
  background-color: black;
  color: white;
  margin-top: 10px;
}

/**
 * Forms
 * ----------------------------------------------------------------------------
 */
.use-floating-validation-tip span.wpcf7-not-valid-tip {
  position: absolute;
  z-index: 100;
  padding: 0;
  border: 0;
  background: transparent;
  right: 10px;
  left: auto;
  top: 0px;
  font-size: 0.8rem;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  display: none !important;
}
.error404 div#content .page-wrapper p {
    margin-bottom: 0;
}

.error404 div#content h1 {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 30px;
}
.error404 div#content {
    margin-top: 55px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    background: #319bd9;
    padding: 40px 20px;
    text-align: center;
    color: white;
    margin-bottom: 20px;
}

form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

form p {
  margin: auto;
  flex-basis: 100%;
  width: 100%;
  margin-bottom: 10px;
}

form input, form textarea {
  width: 100%;
  border: 0;
  resize: none;
  font-size: 15px;
  padding: 10px;
}

form textarea {
  height: 130px;
}

.ajax-loader {
  position: absolute;
}

form input.wpcf7-form-control.wpcf7-submit {
    display: table;
    text-decoration: none;
    font-size: 15px;
    transition: .1s ease-in-out;
    width: auto;
    line-height: 1;
    margin-top: 0;
    margin: 0 auto;
    padding: 15px;
}

/**
 * Media Queries
 * ----------------------------------------------------------------------------
 */
@media (max-width:700px) {
  .stappen p {
    width: 90%;
  }
}

@media (max-width:768px) {
  .cform {
    flex-direction: column;
  }

  .cform>section:nth-of-type(1) {
    display: flex;
    flex-wrap: wrap;
    margin: 0px;
    margin-bottom: 30px;
  }

  .cform>section:nth-of-type(1) h2 {
    flex-basis: 100%;
    text-align: center;
  }

  .cform>section:nth-of-type(1) article {
    padding-right: 25px;
    flex-basis: 31%;
    white-space: nowrap;
  }

  footer section:nth-of-type(5)>span {
    width: 100%;
  }

  div div .od .diensten a {
    flex-basis: 100%;
  }
}

@media (min-width: 768px) {
  main section:nth-of-type(3) span a {
    display: block;
    position: absolute;
    right: 0px;
    bottom: 20px;
    background-color: black;
    padding: 10px;
    padding: 10px;
  }
  main section:nth-of-type(1) {
    height: 50vh;
    background-position: 0 30%;
  }

  main section:nth-of-type(3) span a:hover {
    background-color: #319BD9;
  }
}

@media (min-width: 769px) {}

@media (min-width:1366px) {
  .od {
    margin-top: 4%;
  }

  footer section:nth-of-type(4) {
    right: 11%;
  }

  div footer section:nth-of-type(5)>a:nth-of-type(1) {
    margin-right: 35%;
  }

  div footer section:nth-of-type(5)>span {
    width: 17%;
  }

  .samenwerking {
    padding: 15px;
    display: flex;
    justify-content: center;
    white-space: nowrap;
  }

  .samenwerking article {
    display: flex;
    margin-right: 25px;
  }

  .samenwerking article h3 {
    width: 100%;
    font-size: 19px;
    align-self: center;
    margin-right: 15px;
  }

  .samenwerking article p {
    width: 100%;
    font-size: 17px;
    white-space: nowrap;
    margin: 0px;
  }

  .samenwerking a {
    height: 50px;
    align-self: center;
    margin-left: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 550px) {
  .slider .owl-item {
    width: 25%;
  }

  .slider .bgimg {
    height: 170px;
  }

  div .contact, .od, .oo, .pro, .loop-pro {
    margin-top: 10%;
  }

  section .diensten a {
    flex-basis: 100%;
  }

  .od section:nth-of-type(2) article, .oo section:nth-of-type(2) article, .pro section:nth-of-type(2) article, .loop-pro section:nth-of-type(2) article, .ww section:nth-of-type(2) article {
    width: 95%;
    padding: 10px;
    padding-top: 30px;
  }


  .contact>section:nth-of-type(3) img {
    height: 75px;
    max-width: 100%;
  }

  .pro section:nth-of-type(3) article a>div:nth-of-type(2) div p:nth-of-type(1), .pro section:nth-of-type(3) article a>div:nth-of-type(2) div p:nth-of-type(2) {
    display: none;
  }


}

@media (min-width:769px) {
  main section:nth-of-type(1) article>article {
    max-width: none;

    padding: 5%;
  }

  main section:nth-of-type(1) h2 {
    font-size: 22px;
    padding-bottom: 15px;
    padding-top: 15px;
    white-space: nowrap;
  }

  main section:nth-of-type(1) h1 {
    font-size: 55px;
    line-height: 50px
  }

  main section:nth-of-type(1) div button {
    width: 40%;
    font-size: 18px;
  }

  main, div .contact, .od, .oo, .pro, .loop-pro, .ww, .nf {
    margin-top: 5%;
  }

  main section:nth-of-type(1) article {
    width: 50%;
  }

  footer>div {
    display: flex;
    flex-wrap: wrap;
  }

  footer>div>span {
    justify-content: flex-start;
    margin: 0px;
    margin-left: 1%;
    padding-top: 2%;
    padding-bottom: 2%;
  }

  footer section:nth-of-type(1) {
    margin-right: 5%;
    margin-left: 5%;
    align-self: baseline;
    margin-top: 50px;
    font-size: 20px;
  }

  footer section:nth-of-type(2) {
    align-self: baseline;
    font-size: 20px;
  }

  footer section:nth-of-type(3) {
    display: none;
  }

  footer section:nth-of-type(4) {
    bottom: 32%;
  }

  footer section:nth-of-type(5) {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    font-size: 15px;
    flex-basis: 100%;
    margin-top: 2%;
  }

  footer section:nth-of-type(5)>a:nth-of-type(1) {
    margin-right: 35%;
  }

  footer section:nth-of-type(5)>span {
    padding: 0px;
    width: 16%;
  }

  footer section:nth-of-type(5)>span>a {
    margin-right: 5%;
  }

  footer section:nth-of-type(5)>span>p {
    width: auto;
    margin: 0px;
    white-space: nowrap;
  }

  .slider article {
    font-size: 20px;
  }

}

@media (min-width: 768px) {

.od section:nth-of-type(2) article h1, .oo section:nth-of-type(2) article h1, .pro section:nth-of-type(2) article h1, .ww section:nth-of-type(2) article h1, .loop-pro section:nth-of-type(2) article h1 {
  font-size: 24px;
}
.oo .ons article h3 {
    font-size: 22px;
}
.single-projecten .loop-pro section.slider {
  margin-top: 20px;
}
footer section:nth-of-type(5)>span {
  justify-content: flex-start;
}
.cform input[type="submit"] {
    max-width: 200px;
    font-size: 16px;
}
footer section:nth-of-type(5) > a:nth-of-type(2) {
    margin-left: initial;
    margin-right: 40px;
}
footer section:nth-of-type(3) article {
  justify-content: flex-start;
}
section.content-wrapper {
    padding: 60px 20px;
    margin-top: 75px;
}
footer section:nth-of-type(3) a {
    flex-basis: 120px;
}


footer section:nth-of-type(5) {
    max-width: 1280px;
    margin: 0 auto;
}
.error404 div#content {
  margin-top: 75px;
  padding: 60px 40px;
}
div#search-filter-results-148 {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.single-projecten .loop-pro section {
    max-width: 1400px;
    margin: 0 auto;
}
.loop-pro section:nth-of-type(2) article article div:nth-of-type(1) {
    font-size: 16px;
}
.loop-pro section:nth-of-type(2) article article p {
  font-size: 16px;
}
.loop-pro section:nth-of-type(2) h3 {
  font-size: 20px;
}
span.offerte > a {
    font-size: 16px;
}
.loop-pro section:nth-of-type(3) article ul {
  column-count: 2 !important;
  column-gap: 20px;
}
.single-projecten section.slider h3 {
    font-size: 20px;
    margin-bottom: 20px;
}
.pro section:nth-of-type(3) article a>div:nth-of-type(2) {
  flex-wrap: wrap;
  margin-top: 10px;
}
.pro section:nth-of-type(3) article a>div:nth-of-type(2) div p {
    margin-top: 0;
    margin-bottom: 0;
}
div#search-filter-results-148 a.project-item {
    display: block;
    width: calc(50% - 10px);
    height: 100%;
    flex-basis: calc(50% - 10px);
}

}

@media (min-width: 1024px) {

main section:nth-of-type(1) {
  height: 70vh;
  background-position: 0 20%;
}
div#search-filter-results-148 {
    flex-wrap: initial;
    justify-content: initial;
    display: block;
    column-count: 2;
    column-gap: 20px;
    max-width: 1280px;
    margin: 0 auto;
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
}
footer section:nth-of-type(5) {
  justify-content: space-between;
}
.page-id-196 section.content-wrapper {
    max-width: 900px;
}
footer section:nth-of-type(5)>span {
  margin-right: 10px;
  width: auto !important;
}
footer>div {
    padding: 20px;
}
footer section:nth-of-type(4) {
  right: 10px;
}
footer section:nth-of-type(5)>span>a {
    margin-right: 40px;
}
footer section:nth-of-type(1) {
  margin-top: 0;
}

footer section:nth-of-type(5) > a:nth-of-type(2) {
  margin-left: auto;
}
.pro section:nth-of-type(3) article {
    column-count: initial;
    column-gap: initial;
}
div#search-filter-results-148 a.project-item {
    display: block;
    width: 100%;
    height: 100%;
    flex-basis: 100%;
}
div#search-filter-results-148 a.project-item:nth-of-type(2n) .bgimg {
    height: 300px;
}

div#search-filter-results-148 a.project-item .bgimg {
    height: 200px;
}
div#search-filter-results-148 a.project-item {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
}
div#search-filter-results-148 a.project-item:hover .bgimg {
    opacity: .8;
}

}

@media (min-width: 1180px) {

main section:nth-of-type(1) h1 {
    font-size: 65px;
    line-height: 1.2;
}
.dienst-content {
    position: relative;
    color: #5D5C5C;
    max-width: 900px;
    margin: 0 auto;
    margin-bottom: 80px;
}
.dienst-content h2 {
  color: black;
}
section.cform section:nth-of-type(2) {
    padding: 60px;
    flex-basis: calc(70% - 10px);
    width: calc(70% - 10px);
}
.slider .bgimg {
    height: 425px;
}
.diensten a {
    flex-basis: calc(20% - 2px) !important;
}
.navbar .wrapper a {
  font-size: 16px;
}
main section:nth-of-type(3) span a {
  right: 10px;
}
.error404 div#content {
    max-width: 1400px;
    padding: 100px;
    margin-top: 90px;
}
footer>div {
    padding: 40px;
}
footer>div>span {
  padding-top: 0;
}
footer section:nth-of-type(4) {
    right: 60px;
}
.single-projecten div .loop-pro section:nth-of-type(2) article {
    top: -100px;
    margin-top: 0;
    margin-bottom: 0px;
}
.single-projecten .loop-pro section:nth-of-type(3) {
    margin-top: -100px;
}
.loop-pro section:nth-of-type(3) article ul li div {
    height: 350px;
}
.single-projecten section.slider h3 {
  font-size: 30px;
}
div#search-filter-results-148 {
    margin-top: 40px;
    padding-bottom: 40px;
    column-gap: 40px;
}
.single-projecten .loop-pro article h1 {
    font-size: 50px !important;
}
div#search-filter-results-148 a.project-item .bgimg {
    height: 300px;
}
a.project-item .figcaption h4 {
    font-size: 18px;
    margin: 0px;
    margin-top: 0px;
}
.pro section:nth-of-type(3) article a>div:nth-of-type(2) div p {
    margin-right: 15px;
    font-size: 16px;
}
div#search-filter-results-148 a.project-item:nth-of-type(2n) .bgimg {
    height: 450px;
}

.cform>section:nth-of-type(2) fieldset:nth-of-type(3) {
    flex-wrap: nowrap;
}
form input.wpcf7-form-control.wpcf7-submit {
  margin-right: 0;
}
.cform form textarea {
  height: calc(100% - 20px);
}
section.cform {
  justify-content: space-between;
}
.merken img {
    height: 100px;
}
section.cform section:nth-of-type(1) {
    flex-basis: calc(30% - 10px);
    width: calc(30% - 10px);
    padding: 60px;
    margin: initial;
}
.cform form fieldset {
  flex-basis: calc(50% - 10px);
  width: calc(50% - 10px);
}
div.pro section {
    max-width: 1400px;
}
.pro section:nth-of-type(2) article {
    margin-top: 0;
    top: -100px;
    margin-bottom: -100px;
}
.cform>section:nth-of-type(2) fieldset:nth-of-type(2) {
    margin-top: 0px;
    margin: initial;
}
.ww .cform, .ww .werkwijze, .ww section:nth-of-type(1) {
  width: 100%;
}
main section:nth-of-type(1) a p {
  font-size: 18px;
}
.oo .ons article h3 {
    font-size: 30px;
}
main section:nth-of-type(1) {
    height: 75vh;
    background-position: 0px 50%;
}
.navbar>div {
  align-items: center;
}
main section {
    max-width: 1400px;
    margin-top: 90px !important;
}
body.home main .samenwerking {
  margin-top: 20px !important;
}
.werkwijze>article h3, main section:nth-of-type(3) span h3, main section:nth-of-type(2) h3, .slider h3 {
    font-size: 40px;
}
.diensten .bgimg {
    height: 200px;
}
.od section:nth-of-type(3) a .bgimg {
  height: 300px;
}
div .od .diensten a {
  flex-basis: 45%;
}
body:not(.home) div .od .diensten a {
  flex-basis: 45% !important;
}
body.single-diensten .diensten a .figcaption h4 {
    font-size: 15px;
}

body.single-diensten .diensten a div.bgimg {
    height: 170px;
}
body.single-diensten .diensten {
    justify-content: flex-start;
}
body.single-diensten div .od .diensten a {
    flex-basis: 20% !important;
    width: 20%;
}
article.diensten .figcaption h4 {
    font-size: 18px;
}
.samenwerking {
  width: 100%;
}
.slider {
  overflow: hidden;
}
.navbar>div {
    padding: 0px;
    max-width: 1400px;
}
.slider .bgimg {
    height: 425px;
}
.samenwerking article {
    display: flex;
    margin-right: 40px;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
}
.samenwerking article p {
    margin: 0;
    margin-left: 20px;
}
.single-diensten .ld section:nth-of-type(5) {
  width: 100%;
  margin-bottom: 20px;
}

}

@media (max-width:1180px) {
  footer section:nth-of-type(5)>a:nth-of-type(1) {
    margin-right: 10%;
  }

  footer section:nth-of-type(5)>span {
    width: 22%;
  }

  div .od .diensten a {
    flex-basis: 50%;
  }
}

@media (max-width: 900px) and (min-width: 550px) {
  .diensten a {
    flex-basis: 50%;
  }
}

@media (max-width: 900px) {
  .pro section:nth-of-type(3) article, .loop-pro section:nth-of-type(3) article ul {
    column-count: 1;
  }

  div .pro section:nth-of-type(3) article a .bgimg {
    height: 200px !important;
  }

  .loop-pro section:nth-of-type(3) article ul li:nth-of-type(3) div, .loop-pro section:nth-of-type(3) article ul li:nth-of-type(4) div, .loop-pro section:nth-of-type(3) article ul li:nth-of-type(5) div {
    height: 300px;
  }

  .loop-pro section:nth-of-type(2) article article div:nth-of-type(1) {
    padding-right: 0px;
    padding-bottom: 10px;
    flex-basis: 100%;
    border: none;
    border-bottom: 2px solid #319BD9;
  }

  .loop-pro section:nth-of-type(2) article article {
    display: flex;
    text-align: left;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: auto;
  }

  .loop-pro section:nth-of-type(2) article article div:nth-of-type(2) {
    margin-left: 0px;
    margin-top: 10px;
    padding-top: 0px;
    padding-right: 3%;
  }

  .loop-pro section:nth-of-type(2) article article div:nth-of-type(3) {
    width: auto;
    margin-top: 10px;
  }
}

@media (max-width: 1200px) and (min-width: 900px) {
  .diensten a {
    flex-basis: 33.33%;
  }
}

@media (max-width: 1023px) {
  .navbar>div {
    margin: auto;
  }

  .navbar.open nav div ul {
    position: absolute;
    right: -5%;
    top: 50%;
    background-color: white;
    display: flex;
    flex-direction: column;
  }

  .wrapper {
    display: flex;
  }

  .wrapper a span {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: white;
    border-right-style: solid;
    border-right-width: 2px;
    border-right-color: white;
    transform: rotate(45deg);
  }

  .wrapper a {
    font-size: 0px;
  }

  .wrapper a i {
    font-size: 16px;
    align-self: center;
    margin-right: 7px;
    color: #319BD9;
  }

  .navbar.open nav div ul li {
    display: flex;
    padding-left: 0px;
  }

  .navbar.open nav div ul li a {
    padding: 15px;
    text-align: center;
    flex-basis: 100%;
    border-bottom: 2px solid #319BD9;
  }

  .navbar.open nav div ul li:nth-last-of-type(1) a {
    border: none;
  }

  .navbar .wrapper a {
    display: flex;
    justify-content: space-between;
    font-size: 0px;
    width: 60px;
    height: 30px;
    padding: 10px;
    background-color: black;
    align-self: center;
    margin-right: 10px;
  }

  .navbar div ul.nav-menu {
    max-height: 0;
    transition: .3s ease-in-out;
    overflow: hidden;
  }

  .navbar.open div ul.nav-menu {
    max-height: 500px;
    margin-top: 20px;
  }
}

@media (min-width: 1024px) {
  .menu {
    display: none;
  }

  .navbar {
    position: fixed;
    display: flex;
    justify-content: space-between;
    background-color: white;
    padding-top: 2%;
    padding-bottom: 1%;
    width: 100%;
    z-index: 36;
  }

  .navbar>div {
    padding: 0px;
  }

  .navbar>div>a>img {
    position: absolute;
    width: 17%;
    max-width: 136px;
    left: 0px;
    bottom: -37px;
  }

  .navbar a {
    width: 25%;
    height: 10%;
    padding: 0px;
  }

  .navbar nav {
    height: 100%;
    align-self: center;
    margin-right: 30px;
    white-space: nowrap;
  }

  .navbar nav>div {
    width: 100%;
    align-self: center;
    font-size: 16px;
    font-weight: bold;
  }

  .navbar nav div ul {
    display: flex;
    width: 100%;
    margin-right: 15px;
  }

  .navbar .wrapper a {
    font-size: 15px;
    color: white;
    background-color: black;
    padding: 8px;
    white-space: nowrap;
    /* width: 137%; */
  }

  .navbar .wrapper .arrow-down {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #319BD9;
    border-right-style: solid;
    border-right-width: 2px;
    border-right-color: #319BD9;
    transform: rotate(45deg);
    margin-left: 5px;
    margin-bottom: 2px;
  }

  .navbar .wrapper a i {
    display: none;
  }

  main section:nth-of-type(1) a {
    margin-left: 0px;
    margin-top: 10px;
  }

  main section:nth-of-type(1) a span {
    display: block;
    position: absolute;
    left: -20px;
    bottom: -13px;
    width: 75px;
    height: 59px;
    transform: rotate(76deg);
    background-color: #319BD9;
    z-index: 2;
  }

  main section:nth-of-type(1) article {
    left: 5%;
  }

  .slider {
    display: flex;
    flex-direction: column;
    padding-bottom: 40px
  }

  .slider>div, .ld section:nth-of-type(5)>article:nth-of-type(1) {
    order: 2;
  }

  .slider-buttons {
    order: 1;
    margin-bottom: 30px;
    padding: 0px;
    align-self: flex-end;
    margin-right: 20px;
    position: relative;
    margin-top: -55px;
  }

  .slider .bgimg {
    height: 375px;
  }

  .od section:nth-of-type(2) article, .oo section:nth-of-type(2) article, .pro section:nth-of-type(2) article, .loop-pro section:nth-of-type(2)>article, .ww>section:nth-of-type(2)>article {
    padding-left: 100px;
    padding-right: 100px;
    max-width: 900px;
  }

.pro section:nth-of-type(2) article h1,  .od section:nth-of-type(2) article h1, .oo section:nth-of-type(2) article h1, .ww section:nth-of-type(2) article h1 {
    font-size: 50px;
  }

  .pro section:nth-of-type(2) article p, .od section:nth-of-type(2) article p, .oo section:nth-of-type(2) article p, .ww>section:nth-of-type(2) article p {
    font-size: 15px;
  }

  .oo .ons {
    flex-direction: row;
  }

  .oo .ons article {
    width: 100%;
    padding: 70px;
  }

  .oo .ons .bgimg {
    order: 0;
    margin: 0px;
    height: auto;
  }

  .oo .bgimg {
    width: 100%;
  }
  .oo .ons article h3 {
    font-size: 24px;
}
.offerte a {
  font-size: 16px;
}
}

@media (max-width: 1200px) {
  .cform>section:nth-of-type(2) article {
    text-align: center;
    width: 100%;
  }
}

@media (max-width: 1024px) {
  input[type="text"], input[type="email"], input[type="tel"], input[type="submit"], textarea {
    -webkit-appearance: none;
    border-radius: 0;
  }

  a[href^="tel"] {

    text-decoration: none;
  }
}

@media (min-width: 769px) and (max-width: 1150px) {
  div .od .diensten a {
    flex-basis: 50%;
  }
}

@media (min-width: 1400px) {
  main, .main, .od, .oo div .contact, .pro, .loop-pro, .ww, .nf {
    margin-top: 5%;
  }

  .diensten a {
    flex-basis: 20%;
  }
}

@media (max-width:768px) {
  footer section:nth-of-type(5)>span {
    width: 100%;
  }
}


@media (max-width: 500px) {

.projecten-slider {
    width: 100%;
    left: initial;
}
.projecten-slider .bgimg {
	height: 230px;
}	
.projecten-slider a article {
	justify-content: center;
}
section.slider .slider-buttons {
    padding-bottom: 20px;
    margin-top: 20px;
}
section.slider .owl-nav {
	margin-top: 0;
}

}

@media (max-width: 390px) {

form#search-filter-form-148 > ul li label {
	font-size: 12px;
}

}