html {
    font-size: 14px;
    scroll-behavior: smooth;
}

body {
    padding-top: 80px;
    letter-spacing: 0.25px;
    font-family: "Lato", sans-serif;
}

h1,
h2,
h3 {
    color: #3f3f3f;
}

h1 span,
h2 span,
h3 span,
p.title span {
    display: block;
}

.editSeo {
    z-index: 999;
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 35px 50px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 49px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 49px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 49px 0px rgba(0, 0, 0, 0.15);
}
.editSeo .btn {
    margin-top: 0;
}

.editText {
    content: " ";
    width: 10px;
    height: 10px;
    background-color: red;
}

.message {
    display: block;
    padding: 10px 15px;
    font-weight: 600;
    margin-bottom: 10px;
}

.message.fade-in {
    display: block;
}

.message.fade-out {
    display: none;
}

.edit-seo-box,
.edit-word-box {
    display: none;
}

.edit-seo-box label,
.edit-word-box label {
    display: block;
    font-size: 12px;
}

.edit-seo-box input,
.edit-word-box input {
    width: 100%;
    margin-bottom: 20px;
    padding-left: 10px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ccc;
}

.edit-seo-box textarea,
.edit-word-box textarea {
    padding: 10px;
    width: 100%;
    margin-bottom: 10px;
    min-height: 250px;
    resize: vertical;
    border: 1px solid #ccc;
}

.edit-seo-box.active,
.edit-word-box.active {
    display: block;
    position: fixed;
    background-color: white;
    max-width: 100%;
    left: 50%;
    width: 45%;
    max-width: 750px;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    padding: 50px;
    -webkit-box-shadow: 0px 0px 49px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 49px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 49px 0px rgba(0, 0, 0, 0.15);
}

.edit-seo-box.active .btn-primary,
.edit-word-box.active .btn-primary {
    margin-top: 5px;
}

.editable-word {
    display: inline;
}

.editable-word:hover {
    cursor: pointer;
    border: dashed 1px red;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-start {
    display: flex;
    align-items: center;
}

#map {
    height: 600px;
}

.map-outer {
    position: relative;
}

.navigate-btn {
    position: absolute;
    left: 50px;
    bottom: 50px;
}

.success {
    background-color: #00d186;
    color: #fff;
}

.error {
    background-color: #fb4a4a;
    color: #fff;
}

.toggler {
    cursor: pointer;
}

.toggled {
    width: 100%;
    padding: 75px 0;
    position: fixed;
    top: 114px;
    background-color: #00a0d1;
    z-index: 150;
    color: white;
    transition: all 500ms cubic-bezier(0, 0, 0.55, 0.75);
}

.toggled a {
    color: #fff;
}
.toggled .title {
    margin-bottom: 15px;
    display: block;
    font-size: 18px;
    font-weight: 600;
}

.toggled[data-toggled="false"] {
    top: -100%;
}
.toggled p,
.toggled h3 {
    color: #fff;
}

.backtoggler {
    width: 100%;
    padding: 25px 0;
    position: fixed;
    background-color: #272731;
    opacity: 0.85;
    z-index: 88;
    color: white;
    transition: all 500ms cubic-bezier(0, 0, 0.35, 0.65);
    visibility: visible;
    height: 100%;
}

.backtoggler[data-toggled="false"] {
    opacity: 0;
    top: 0 !important;
    visibility: hidden;
}

.blue,
.blue-text {
    color: #00a0d1 !important;
}
.bgwhite {
    background-color: #fff;
}
.bgblue {
    background-color: #00a0d1;
}
.bggray {
    background-color: #f2f2f2;
}
.white,
.white-text {
    color: #f2f2f2;
}

.openingstijden-btn {
    background: url("../img/arrow-down-gray.svg") no-repeat 120px 6px;
    background-size: 11px;
}

.btn-primary {
    background-color: #00a0d1;
    border-radius: 30px;
    border: 1px solid #00a0d1;
    padding: 16px 32px;
    margin-top: 30px;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.25px;
    box-shadow: 0 0 0 0 rgba(0, 160, 209, 0.4);
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #00a0d1;
    border: 1px solid #00a0d1;
    -webkit-animation: pulse 1.5s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.5s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.5s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.5s infinite cubic-bezier(0.66, 0, 0, 1);
    outline: 0;
}

@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 15px rgba(0, 160, 209, 0);
    }
}
@-moz-keyframes pulse {
    to {
        box-shadow: 0 0 0 15px rgba(0, 160, 209, 0);
    }
}
@-ms-keyframes pulse {
    to {
        box-shadow: 0 0 0 15px rgba(0, 160, 209, 0);
    }
}
@keyframes pulse {
    to {
        box-shadow: 0 0 0 15px rgba(0, 160, 209, 0);
    }
}

.btn-black {
    background-color: #45454d;
    border: 1px solid #45454d;
    box-shadow: 0 0 0 0 rgba(69, 69, 77, 0.4);
}

.btn-black:hover,
.btn-black:focus {
    background-color: #45454d;
    border: 1px solid #45454d;
    -webkit-animation: pulse 1.5s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.5s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.5s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.5s infinite cubic-bezier(0.66, 0, 0, 1);
}

.home-intro {
    background-color: white;
}

.home-center,
.onderzoek-top,
.overons-center {
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: #00a0d1;
    color: white;
}

a.pijnpunt.punt-1 {
    left: 67%;
    top: 50%;
}
a.pijnpunt.punt-2 {
    left: 73%;
    top: 65%;
}
a.pijnpunt.punt-3 {
    left: 52%;
    top: 80%;
}

a.pijnpunt {
    width: 45px;
    height: 45px;
    display: block;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000;
    box-shadow: 0 0 0 0 rgba(0, 160, 209, 0.4);
    -webkit-animation: pulse2 3s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse2 3s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse2 3s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse2 3s infinite cubic-bezier(0.66, 0, 0, 1);
    z-index: 2;
    transition: all 0.3s ease-in-out;
}

a.pijnpunt:hover {
    transform: scale(1.3, 1.3);
}

a.pijnpunt:before {
    content: "";
    display: block;
    position: absolute;
    background-color: #fff;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    z-index: 1;
}

a.pijnpunt:after {
    content: "";
    display: block;
    position: absolute;
    background-color: rgba(0, 160, 209, 0.4);
    width: 75px;
    height: 75px;
    border-radius: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}

@-webkit-keyframes pulse2 {
    to {
        box-shadow: 0 0 0 55px rgba(0, 160, 209, 0);
    }
}
@-moz-keyframes pulse2 {
    to {
        box-shadow: 0 0 0 55px rgba(0, 160, 209, 0);
    }
}
@-ms-keyframes pulse2 {
    to {
        box-shadow: 0 0 0 55px rgba(0, 160, 209, 0);
    }
}
@keyframes pulse2 {
    to {
        box-shadow: 0 0 0 55px rgba(0, 160, 209, 0);
    }
}

a.pijnpunt span {
    opacity: 0;
    visibility: hidden;
    font-size: 10px;
    display: block;
    position: absolute;
    width: 112px;
    z-index: 5;
    text-align: center;
    color: #fff;
    padding: 10px 15px;
    border-radius: 20px;
    background-color: #45454d;
    transition: all 0.55s ease-in-out;
    transform: translate(-50%, -50%);
    left: 50%;
    letter-spacing: 0.35px;
    top: -25px;
}

a.pijnpunt:hover span {
    opacity: 1;
    visibility: visible;
}

a.pijnpunt.punt-2 span {
    width: 138px;
}
a.pijnpunt.punt-3 span {
    width: 128px;
}

.overons-center {
    position: relative;
    overflow: hidden;
}

.onderzoek-top {
    position: relative;
}
.onderzoek-top .container {
    z-index: 100;
    position: relative;
}
.onderzoek-top p {
    max-width: 500px;
}
.onderzoek-top:before {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    content: "";
    display: block;
    background-color: #3f3f3f;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    bottom: -35px;
    z-index: 2;
}

.onderzoek-top:after {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    content: "";
    display: block;
    background-color: #fff;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    bottom: -8px;
    z-index: 2;
}

.home-center p,
.onderzoek-top p,
.overons-center p {
    color: #fff;
}

footer {
    background-color: #272731;
    color: white;
    padding: 125px 0 25px;
    position: relative;
    overflow: hidden;
}

footer .bigTitle {
    max-width: 400px;
}
footer .blue {
    display: block;
}
footer a {
    color: #fff;
}
footer a:hover,
footer a:focus {
    color: #fff;
}
footer p {
    color: #fff;
    line-height: 25px;
    font-weight: 300;
}
footer .footerbottom {
    margin-top: 120px;
    font-size: 12px;
}
footer .footerbottom a:hover {
    color: #00a0d1;
    text-decoration: none;
}

nav img {
    float: left;
    margin-right: 10px;
    max-width: 185px;
    min-width: 185px;
}

nav ul {
    float: left;
}

.title {
    font-size: 2.5em;
}

nav li {
    float: left;
    margin-right: 5px;
}

.nav .menu-item.menu-item-has-children {
    padding-right: 10px;
}

.nav .menu-item.menu-item-has-children .submenuToggler {
    display: block;
    width: 10px;
    height: 8px;
    position: absolute;
    right: 0;
    top: 19px;
    background: url(../img/arrow-down-gray.svg) no-repeat center center;
    background-size: 10px;
}

.nav .menu-item:hover .sub-menu {
    opacity: 1;
    top: 32px;
    visibility: visible;
}

.nav .menu-item .sub-menu {
    position: absolute;
    left: 0;
    top: 38px;
    background-color: #272731;
    padding: 6px;
    border-radius: 3px;
    opacity: 0;
    visibility: hidden;
    min-width: 250px;
    transition: all 0.2s ease-in-out;
}

.nav .menu-item .sub-menu .menu-item {
    display: block;
    width: 100%;
}

.nav .menu-item .sub-menu .menu-item a {
    color: #fff;
    padding: 10px 10px;
    display: block;
}

.nav .menu-item .sub-menu .menu-item a:hover {
    background-color: #31313c;
    text-decoration: none;
}

.mobilePhone {
    display: none;
}

p {
    line-height: 30px;
    color: #545454;
    font-size: 16px;
}

.bigTitle {
    font-weight: 600;
    line-height: 40px;
    font-size: 38px;
    letter-spacing: 0.35px;
    margin: 0 0 40px;
}

.navbar-default {
    background-color: #fff;
    padding: 15px 0;
}
.navbar-nav {
    margin-left: 20px;
    margin-top: 25px;
}
.navbar-nav > li {
    margin: 0 10px;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    background-color: transparent;
    color: #00a0d1;
}
.navbar-nav > li > a {
    padding: 0;
    font-size: 15px;
    padding: 10px 3px;
}

.navbar-right {
    margin-top: 20px;
}
.navbar-right span.blue {
    font-size: 14px;
}
.navbar-right span.blue a {
    color: #00a0d1;
}

.navbar-right span {
    display: block;
    color: #7f8080;
    font-weight: 600;
    letter-spacing: 0.35px;
    font-size: 12px;
}

.home-center {
    position: relative;
    overflow: hidden;
    background: transparent;
    background-position: center center !important;
    background-size: cover !important;
}

.home-center:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #00a0d1;
    z-index: 1;
    opacity: 0.85;
}

.home-center .inner {
    position: relative;
    z-index: 2;
}

.home-center ul {
    text-align: left;
    margin-left: 30%;
    padding-left: 15px;
    position: relative;
}

.home-center ul:before {
    display: block;
    width: 1px;
    height: 100%;
    height: 2000px;
    top: -600px;
    left: 0;
    background-color: #3f3f3f;
    content: "";
    position: absolute;
}

.home-center ul li {
    margin: 60px 0 60px 10px;
    position: relative;
    height: 20px;
}

.home-center ul li a {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
}

.home-center ul li:after {
    content: " ";
    width: 18px;
    height: 18px;
    background-color: white;
    border-radius: 50%;
    position: absolute;
    left: -34px;
    top: 2px;
}

.home-center ul li.last-dot:after {
    width: 10px;
    height: 10px;
    left: -30px;
    top: 4px;
}

.home-center ul li.last-dot:before {
    content: " ";
    width: 40px;
    height: 40px;
    background-color: #3f3f3f;
    border-radius: 50%;
    position: absolute;
    left: -45px;
    top: -11px;
}

.back-image {
    background-repeat: no-repeat !important;
    background-position: top right !important;
    position: relative !important;
    background-size: cover !important;
    background-size: 60% !important;
}

.back-image.no-overflow {
    overflow: hidden;
}

.back-image-visie .card {
    margin: 80px 0;
}

.home-intro,
.home-bottom,
.expertise-intro,
.overons-top {
    padding: 130px 0;
    background-color: #f2f2f2;
}

.home-bottom .icon-box {
    background-color: #00a0d1;
}

.visie-center {
    background-color: #f2f2f2;
    padding-top: 120px;
    padding-bottom: 60px;
}
.visie-bottom,
.overons-bottom {
    padding: 120px 0;
}

.tijden {
    letter-spacing: 0.35px;
}
.tijden span {
    width: 100px;
    display: inline-block;
}

.home-intro .bigTitle span {
    display: inline;
}

.card {
    padding: 75px;
    margin: -60px 0;
}

.patienten .card ul li {
    border-bottom: 1px dashed #e2e2e2;
    padding: 7px 0px;
}

.patienten .card ul li:before {
    display: none;
}

.patienten .card ul li:last-child {
    border-bottom: 0;
}

.card ul,
.content ul {
    line-height: 30px;
    color: #545454;
    font-size: 16px;
}

.card ul li,
.content ul li {
    position: relative;
    padding-left: 16px;
}

.card ul li a {
    color: #545454;
}

.card ul li:before,
.content ul li:before {
    content: "";
    width: 7px;
    height: 7px;
    display: block;
    position: absolute;
    left: 0;
    top: 11px;
    background-color: #00a0d1;
    border-radius: 50%;
}

.card h2 {
    font-weight: 600;
}

.card h3 {
    font-size: 1.4em;
    font-weight: 600;
}

.white-quarter {
    background: linear-gradient(90deg, transparent 18%, #fff 18%);
    padding: 75px 75px 75px 0px;
}
.white-quarterStart {
    background: linear-gradient(90deg, #fff 75%, transparent 75%);
    padding: 75px 0 75px 75px;
}

.person img {
    max-width: 155px;
    max-height: 155px;
    height: 155px;
    width: 155px;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0 0.6rem 4rem rgba(0, 0, 0, 0.18);
}
.person .title {
    font-size: 22px;
    font-weight: 600;
    margin: 20px 0 10px;
    display: block;
}
.person p {
    line-height: 20px;
    display: block;
    max-width: 340px;
    margin: 0 auto;
    font-size: 13px;
    color: #777;
}
.person .mail {
    font-size: 15px;
    margin-bottom: 8px;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    background-color: #f2f2f2;
}
.person .mail a {
    color: #777;
}
.person .mail a:hover {
    color: #00a0d1;
    text-decoration: none;
}

.expertise-intro .card p {
    color: #fff;
}
.expertise-intro .card .btn-primary {
    margin-right: 10px;
    border: 1px solid #fff;
    padding: 14px 20px;
    font-size: 13px;
}
.expertise-intro .card .btn-primary:last-child {
    margin-right: 0;
}
.expertise-intro .card .btn-primary:hover {
    background-color: #fff;
    color: #00a0d1;
}
.expertise-intro .next {
    bottom: 30px;
    background-color: #45454d;
}
.expertise-intro .next:hover {
    bottom: 28px;
}

.info-block:first-child {
    margin-top: 10px;
}
.info-block {
    margin: 60px 0;
    position: relative;
}
.info-block .content {
    padding: 60px 120px;
}
.info-block.white-quarterStart .content {
    padding-left: 70px;
    padding-right: 170px;
}

.next {
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 50%;
    background: #00a0d1 url("../img/arrow-down.svg") no-repeat center;
    background-size: 12px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -15px;
    transition: all 0.2s ease-in-out;
    z-index: 3;
}

.next:hover {
    bottom: -18px;
}

.next.prev {
    transform: rotate(180deg);
}
.next.prev:hover {
    bottom: -12px;
}

.overons-center .personen {
    margin-top: 50px;
}
.overons-center .personen .person h3 {
    display: block;
    font-weight: 800;
    margin-top: 25px;
    color: #fff;
    font-size: 18px;
}
.overons-center .personen .person p {
    color: #fff;
}
.overons-center .personen .person small {
    color: #fff;
    font-size: 13px;
    max-width: 200px;
    display: block;
    margin: 0 auto;
}
.overons-center .personen .person .mail {
    background-color: #0fb9ec;
}
.overons-center .personen .person .mail a {
    color: #fff;
}
.overons-center .personen .person .mail a:hover {
    color: #fff;
}
.overons-bottom p {
    line-height: 25px;
}

.visie-top {
    background-color: #45454d;
    padding: 175px 0;
    position: relative;
    overflow: hidden;
}
.visie-top .container {
    position: relative;
    z-index: 100;
}
.visie-top p {
    color: #fff;
    max-width: 500px;
}

.onderzoek-middle {
    background-color: #f7f7f7;
    position: relative;
}
.onderzoek-middle:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 2px;
    height: 100%;
    background-color: #45454d;
}
.onderzoek-middle section {
    margin: 150px 0;
    position: relative;
}
.onderzoek-middle .info-block-onderzoek {
    padding: 75px 50px;
}
.onderzoek-middle .info-block-onderzoek .title {
    font-size: 2em;
    margin-bottom: 30px;
    font-weight: 600;
}
.onderzoek-middle .info-block-onderzoek.inspectie-bg {
    background: #fff url("../img/bg-inspectie.webp") no-repeat center center;
    background-size: cover;
}
.onderzoek-middle .info-block-onderzoek.krachttest-bg {
    background: #fff url("../img/bg-krachttest.webp") no-repeat center center;
    background-size: cover;
}
.onderzoek-middle .info-block-onderzoek.energie-bg {
    background: #fff url("../img/bg-krachttest.webp") no-repeat center center;
    background-size: cover;
}

.onderzoek-middle section .pulse {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #00a0d1;
}

.contact-top {
    background-color: #f2f2f2;
    padding: 100px 0;
}

.wpcf7-form label {
    font-size: 14px;
}
.wpcf7-form .wpcf7-form-control {
    padding: 12px 18px;
    border: none;
    box-shadow: none;
    border-radius: 25px;
    border: 1px solid #fff;
    color: #000;
    resize: vertical;
    width: 100%;
}

.wpcf7-submit {
    background-color: #00a0d1;
    color: #fff !important;
    width: 150px !important;
}

.wpcf7-form .wpcf7-form-control:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #00a0d1;
}

div.wpcf7-response-output {
    margin: 10px 0 0;
}

div.wpcf7-mail-sent-ok {
    background-color: #2fd472;
    border: none !important;
    color: #fff;
    font-size: 14px;
    padding: 15px !important;
    border-radius: 3px;
}

div.wpcf7-validation-errors {
    background-color: #f34242;
    border: none !important;
    color: #fff;
    font-size: 14px;
    padding: 15px !important;
    border-radius: 3px;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #d8d8d8;
    font-size: 13px;
    font-weight: 400;
}
::-moz-placeholder {
    /* Firefox 19+ */
    color: #d8d8d8;
    font-size: 13px;
    font-weight: 400;
}
:-ms-input-placeholder {
    /* IE 10+ */
    color: #d8d8d8;
    font-size: 13px;
    font-weight: 400;
}
:-moz-placeholder {
    /* Firefox 18- */
    color: #d8d8d8;
    font-size: 13px;
    font-weight: 400;
}

span.wpcf7-not-valid-tip {
    font-size: 14px !important;
}

form .btn-primary {
    margin-top: 15px;
}
.form-group label {
    font-size: 13px;
    letter-spacing: 0.25px;
    display: block;
    margin-bottom: 10px;
}
.form-control {
    width: 65%;
    margin-bottom: 10px;
    border: 0;
    height: 52px;
    line-height: 55px;
    border-radius: 25px;
    padding-left: 30px;
    font-size: 14px;
    font-style: italic;
}
.form-control:focus {
    box-shadow: none;
    outline: 0;
}
textarea.form-control {
    width: 100%;
    resize: vertical;
}

select.contacttype {
    padding: 3px;
    margin: 0;
    background: #00a0d1 url("../img/arrow-down.svg") no-repeat 88% center !important;
    background-size: 13px !important;
    color: #fff !important;
    border: none;
    outline: none;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    line-height: 11px !important;
    padding-left: 30px;
    max-width: 175px;
    margin-bottom: 20px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: 11px !important;
    background: #fff url("../img/arrow-down-black.svg") no-repeat 92% center !important;
    background-size: 13px !important;
}

.back-image .waves,
.waves2 {
    top: -300px;
}

.waves,
.waves2 {
    position: absolute;
    top: -200px;
}
.visie-top .waves2 {
    top: -225px;
}

.nietgevonden .container {
    margin-top: 200px;
}
.nietgevonden .btn {
    margin-top: 0;
}
.nietgevonden .bigTitle {
    font-size: 1.8em;
}
.nietgevonden .bigTitle .blue {
    font-size: 4.5em;
    display: block;
    margin-bottom: 40px;
    font-weight: 900;
}

.textpage .back-image {
    background-size: 80% !important;
    height: 400px;
    margin: -60px 0;
}

.textpage .card {
    margin-top: -80px;
}

@media (min-width: 1600px) {
    .container {
        width: 1440px;
    }
    .bigTitle {
        line-height: 44px;
        font-size: 44px;
    }
}

@media (max-width: 1440px) {
    .btn-primary {
        font-size: 14px;
    }
    .bigTitle {
        font-size: 34px;
        line-height: 36px;
    }
    .card {
        padding: 55px;
    }

    .person p {
        font-size: 14px;
    }

    .contact-top {
        padding: 60px 0;
    }
    .home-center,
    .onderzoek-top,
    .overons-center {
        padding-top: 85px;
        padding-bottom: 85px;
    }
    .visie-bottom,
    .overons-bottom {
        padding: 100px 0;
    }

    .info-block .content {
        padding: 60px 80px;
    }
    .info-block.white-quarterStart .content {
        padding-right: 80px;
    }

    .onderzoek-middle section {
        margin: 100px 0;
    }

    .visie-center {
        padding-top: 100px;
        padding-bottom: 20px;
    }
    .visie-top,
    .onderzoek-top {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media (max-width: 1366px) {
    .bigTitle {
        font-size: 32px;
        line-height: 32px;
    }
    .card {
        padding: 50px;
    }

    .visie-center {
        padding-top: 70px;
        padding-bottom: 0;
    }
}

@media (max-width: 1024px) {
    .toggled {
        padding: 50px 0;
        display: none;
    }
    .home-center,
    .onderzoek-top,
    .overons-center {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .home-intro,
    .home-bottom,
    .expertise-intro,
    .overons-top {
        padding: 100px 0;
    }
    .white-quarter {
        padding: 25px 25px 25px 0;
    }
    .white-quarterStart {
        padding: 25px 0 25px 25px;
    }

    .tijden span {
        width: 80px;
    }
    footer {
        padding: 75px 0;
    }
    .form-control {
        width: 100%;
    }
    .navbar-right {
        display: none;
    }
    .toggled[data-toggled="false"] {
        top: -150%;
    }
}

@media (max-width: 992px) {
    .navbar-nav {
        margin-left: 0;
    }
    .navbar-nav > li {
        margin: 0 5px;
    }
    .bigTitle {
        font-size: 26px;
        line-height: 28px;
        margin: 0 0 20px;
    }
    nav img {
        min-width: 125px;
        max-width: 125px;
        margin-top: 10px;
    }
    .home-bottom .white-quarter {
        background-color: #fff;
        padding: 65px 50px;
    }

    .home-bottom .personen {
        margin-top: 24px;
    }

    .white-quarter .person {
        margin-top: 35px;
    }
    .back-image,
    .back-image-pand {
        background-image: none;
    }
    .card {
        margin: 0;
    }

    .person img {
        max-width: 100px;
        max-height: 100px;
        height: 100px;
        width: 100px;
        object-fit: cover;
        border-radius: 50%;
    }

    .home-center,
    .onderzoek-top,
    .overons-center {
        padding-top: 65px;
        padding-bottom: 65px;
    }
    .home-intro,
    .home-bottom,
    .expertise-intro,
    .overons-top {
        padding: 65px 0;
    }
    .overons-center {
        padding-bottom: 35px;
    }

    .visie-bottom,
    .overons-bottom {
        padding: 65px 10px;
    }
    .onderzoek-top {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .expertise-intro .next {
        bottom: -12px;
    }
    .info-block {
        margin: 30px 0;
    }
    .info-block .content {
        padding: 40px 40px;
    }
    .info-block.white-quarterStart .content {
        padding-right: 40px;
        padding-left: 40px;
    }
    .onderzoek-middle section .pulse {
        bottom: -10px;
    }
    .personen .person {
        margin-bottom: 30px;
    }

    .tijden .btn {
        margin-bottom: 20px;
    }

    #map {
        height: 385px;
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .textpage .back-image {
        display: none;
    }
    .textpage .card {
        margin-top: 0px;
    }
    footer .container {
        padding: 0 25px;
    }
    .back-image {
        background-image: none !important;
        padding: 0;
    }
    .home-center,
    .onderzoek-top,
    .overons-center {
        padding-top: 45px;
        padding-bottom: 45px;
    }
    body {
        padding-top: 30px;
    }

    .mobilePhone {
        display: block;
        position: absolute;
        background-image: url(../img/icon-phone.svg);
        right: 73px;
        top: 32px;
        height: 20px;
        width: 20px;
        background-size: cover;
        opacity: 0.6;
    }

    .nav .menu-item .sub-menu {
        display: none;
    }

    .nav .menu-item .sub-menu.open {
        display: block !important;
        position: relative;
        visibility: visible !important;
        opacity: 1 !important;
        float: left;
        top: 0;
        margin-bottom: 20px;
    }
    .nav .menu-item:hover .sub-menu {
        opacity: 0;
        visibility: hidden;
        display: none;
    }

    .bigTitle {
        font-size: 23px;
        line-height: 24px;
        margin: 0 0 20px;
    }
    nav img {
        margin-left: 15px;
        margin-bottom: 5px;
        max-width: 125px;
        min-width: 125px;
    }
    .navbar-nav {
        margin-left: -15px;
        margin-top: 0;
        padding: -0 20px;
    }
    .nav .menu-item.menu-item-has-children .submenuToggler {
        top: 0px;
        background: url(../img/arrow-down-gray.svg) no-repeat center center;
        background-size: 10px;
        width: 46px;
        height: 40px;
    }

    nav ul {
        float: none;
    }
    .navbar-nav > li {
        margin: 5px 0;
        position: relative;
        display: block;
        float: none;
    }
    .navbar-nav > li > a {
        padding: 10px 0;
    }
    .nav .menu-item.menu-item-has-children {
        padding-right: 0;
    }
    .navbar-default {
        padding: 5px 0;
    }
    .navbar-default .navbar-toggle {
        border: none;
        margin-top: 22px;
    }
    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background-color: transparent;
    }
    .navbar-toggle .icon-bar {
        border-radius: 0;
        width: 30px;
        height: 1px;
        background-color: #2f2e33;
    }
    .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 5px;
    }
    .flex-start {
        display: block;
    }
    .btn-primary {
        font-size: 12px;
        margin-top: 15px;
    }

    .home-intro,
    .home-bottom,
    .expertise-intro,
    .overons-top {
        padding: 35px 0;
    }
    .home-bottom .white-quarter {
        padding: 35px 25px;
    }
    .home-center .inner {
        padding: 0 10px;
    }

    .expertise-intro .card .btn-primary {
        display: block;
        margin: 15px 0;
    }

    .white-quarter,
    .white-quarterStart {
        background-color: #fff;
        padding: 20px;
    }
    .info-block .content,
    .info-block.white-quarterStart .content {
        padding: 20px;
    }

    .visie-center {
        padding-top: 55px;
    }
    .back-image-visie {
        background-size: 100%;
        background-position: initial;
    }
    .back-image-visie .card {
        margin-bottom: 50px;
    }
    .visie-top,
    .onderzoek-top {
        padding-top: 65px;
        padding-bottom: 65px;
    }

    .onderzoek-middle .info-block-onderzoek .title {
        font-size: 1.5em;
    }
    .onderzoek-middle .info-block-onderzoek {
        padding: 15px 25px 40px;
    }
    .onderzoek-middle section {
        margin: 65px 0;
    }

    .card {
        padding: 45px 25px;
    }

    .contact-top {
        padding: 30px 15px;
    }
}

picture {
    width: 100%;
    height: 100%;
    display: block;
}

picture img {
    width: 100%;
    height: 100%;
}

.back-image-picture {
    width: 100%;
    margin-top: 24px;
}

section {
    scroll-margin-top: 156px;
}

.icon-box {
    width: 40px;
    height: 40px;
    background-color: #3f3f3f;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    margin: 8px auto;
    color: white;
    transition: 0.3s ease-out color;
}

.icon-box:hover {
    color: #00a0d1;
    text-decoration: none;
}

.footer-newsletter h2 {
    color: white;
    font-weight: 600;
    margin-bottom: 20px;
}

.footer-newsletter form {
    display: flex;
    flex-wrap: wrap;
}

.footer-newsletter form p {
    width: 100%;
    padding: 0 4px;
}

.footer-newsletter .bigTitle {
    max-width: unset;
}

.footer-newsletter input[type="submit"] {
    border: none;
}

.social-media {
    display: flex;
    flex-wrap: wrap;
    margin-top: 18px;
    gap: 8px;
    flex-direction: column;
}

.social-media .socials-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
}

.social-media .icon-box {
    margin: 0 4px;
}

.mb-0 {
    margin-bottom: 0;
}

@media screen and (min-width: 767px) {
    .back-image-picture {
        width: calc(100% + 75px);
        margin-top: 0;
    }

    .home-bottom .text-justify {
        columns: 2;
        column-gap: 40px;
    }

    .home-bottom .personen {
        margin-top: 40px;
    }

    .footer-newsletter form p {
        width: 50%;
    }

    .social-media {
        flex-direction: row;
        align-items: center;
    }
}
