@charset "UTF-8";
/*
    Theme Name: Page parts - flexible content
    Theme URI: https://mostvalue.nl
    Author: Mostvalue_
    Author URI: https://www.mostvalue.nl/
    Description: This theme is made by Mostvalue_.
    Version: 1.0
    Text Domain: mv-page-parts
*/
html, body {
  line-height: 24px;
  font-family: "Inter", sans-serif;
  color: #30495d;
  font-weight: 300;
  overflow-x: hidden;
  background: #cfdce5;
  scroll-behavior: smooth;
  font-display: auto;
  /* Define how the browser behaves during download */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  padding-top: 90px;
}

.scroll-down {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 50px;
  z-index: 10;
  text-align: center;
  text-decoration: none;
}

.ht-ctc {
  z-index: 99 !important;
}

.videocall {
  position: relative;
  display: inline-block;
  width: 50%;
}
.videocall a {
  padding: 0px;
  font-weight: normal;
  position: absolute;
  top: 2px;
  left: 15px;
}

.scroll-down span {
  position: relative;
  display: block;
  width: 12px;
  height: 12px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  animation: scrollDownAnim 1.5s infinite;
}

@keyframes scrollDownAnim {
  0% {
    top: 0;
    opacity: 1;
  }
  50% {
    top: 10px;
    opacity: 0.5;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
header {
  width: 100%;
  padding: 15px 0px 20px 0px;
  z-index: 999;
  transition: top 0.3s ease;
  position: fixed;
  /* of 'fixed', afhankelijk van je design */
  top: 0;
}
header ul li:before {
  display: none;
}
header .logo {
  position: relative;
  display: inline-block;
  z-index: 100;
  height: auto;
  margin-top: 0px;
}
header .logo_negatief {
  display: none;
}

body.admin-bar header {
  top: 32px;
  /* Hoogte van admin bar op desktop */
}

.header-hidden {
  top: -100px;
  /* Verberg de header naar boven; pas aan op je headerhoogte */
}

body.admin-bar .header-hidden {
  top: -100px;
  /* blijft hetzelfde, header verbergt */
}

.open .logo {
  display: inline-block !important;
}
.open .logo_negatief {
  display: none !important;
}

.invert {
  -webkit-filter: grayscale(1) invert(1) contrast(8);
  filter: grayscale(1) invert(1) contrast(8);
}

.btn-calender {
  cursor: pointer;
  /* zorgt voor het handje */
}

#accordionFaq .card {
  background: transparent !important;
  margin-bottom: 0px;
  border-radius: 0px;
}
#accordionFaq .card .card-header {
  padding: 15px 5px 15px 0px;
}
#accordionFaq .card .card-header .btn-accordion {
  font-weight: 600;
}
#accordionFaq .card .card-header .btn-accordion .fa-plus {
  display: none;
  float: right !important;
  margin-right: 0px;
}
#accordionFaq .card .card-header .btn-accordion .fa-minus {
  display: block;
  float: right !important;
  margin-right: 9px;
  margin-top: 5px;
}
#accordionFaq .card .card-header .collapsed .fa-plus {
  display: block;
}
#accordionFaq .card .card-header .collapsed .fa-minus {
  display: none;
}
#accordionFaq .card .card-header:hover {
  background: transparent;
}

.page-template-default header, .projecten-template-default header, .post-type-archive header, .blogs-template-default header, .page-template-archive-blog header {
  background: #fff;
}

.page-template-donker {
  padding-top: 0px;
}
.page-template-donker .fa-phone-alt {
  color: #fff;
}
.page-template-donker .bel_specialist {
  color: #30495d;
}
.page-template-donker .topbar {
  position: absolute;
  background: transparent;
  color: #ffffff;
  width: 100%;
}
.page-template-donker .topbar strong {
  color: #ffffff;
}
.page-template-donker .intro_banner {
  height: 450px;
}
.page-template-donker .intro_banner .introbannerimage {
  margin-top: -80px;
}
.page-template-donker .intro_banner .introbannerimage img {
  height: 450px;
}
.page-template-donker header {
  top: 35px;
  position: fixed;
  background: transparent;
  color: #ffffff;
}
.page-template-donker header .logo {
  display: none;
}
.page-template-donker header .logo_negatief {
  display: inline-block;
}
.page-template-donker .navbar .navbar-nav .nav-link, .page-template-donker .phone-mobile, .page-template-donker .btn-important {
  color: #ffffff;
}

.card-header {
  background: transparent;
  font-weight: normal;
}
.card-header:hover {
  background: #eee;
}
.card-header .btn-accordion {
  padding: 0px !important;
  margin-top: 0px !important;
  text-transform: none;
  display: block;
  width: 100%;
  color: #000000;
  font-size: 17px !important;
}
.card-header .btn-accordion:hover {
  background: transparent !important;
  color: inherit !important;
}
.card-header .btn-accordion .fa-plus {
  font-size: 17px;
  margin-top: 5px;
  float: right;
}

.bel_specialist {
  position: absolute;
  left: -140px;
  width: 325px;
  background: #fff;
  border-radius: 60px;
  padding: 4px 20px 4px 5px;
  opacity: 0;
  transition: 0.2s ease-in-out all;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.contact_specialist {
  display: inline-block;
  height: 58px !important;
  width: 58px !important;
  min-height: 58px !important;
  border-radius: 50%;
  border: 3px #eee solid;
  margin-right: 8px;
}

.card {
  border: 0px;
}

.card-header {
  padding: 15px;
}

.card-body {
  padding: 12px 30px 12px 0px;
  font-size: 17px;
}
.card-body h1, .card-body h2, .card-body h3, .card-body h4 {
  font-size: 1rem !important;
}

.cat {
  background: #fff;
  border: 2px #eee solid;
  padding: 20px;
  height: 100%;
  text-align: center;
}
.cat img {
  display: block;
  height: 200px !important;
  width: auto !important;
  margin: 0px auto !important;
}
.cat h4 {
  margin-top: 30px;
}
.cat h4 mark {
  display: none;
}

.singel-item .ffm-product-bottom {
  height: 150px;
}

.ctamedewerker strong {
  display: inline-block !important;
}
.ctamedewerker .talkicon {
  display: inline-block !important;
  margin-top: -3px;
}
.ctamedewerker p {
  display: block !important;
}

.phone {
  font-weight: bold;
  font-size: 19px;
}

.inherit {
  position: inherit;
}

.home .bg .caption, .page-template-over-ons .bg .caption {
  text-align: left;
}

.small-icon {
  height: 34px !important;
  display: inline-block;
  margin-right: 5px;
}

.reversed .fa-bars {
  color: #ffffff;
}
.reversed .navbar {
  display: block;
}
.reversed .navbar .navbar-nav li {
  display: inline-block;
}
.reversed .navbar .navbar-nav .nav-link {
  color: #ffffff;
}
.reversed .navbar .navbar-nav .nav-link:hover {
  color: #069090 !important;
}
.reversed .navbar .navbar-nav .active .nav-link {
  color: #30495d !important;
}
.reversed .bel {
  color: #ffffff;
}
.reversed .bel strong {
  color: #ffffff;
}

.zichtbaarmaken {
  display: none;
}

a {
  color: inherit;
}
a:hover {
  color: inherit;
  text-decoration: none;
  transition: 0.2s ease-in-out all;
}

p a {
  font-weight: 500;
}
p a:hover {
  color: #069090;
  text-decoration: underline;
}

.nf-field-container .nf-field-element {
  position: relative;
}

.highlight {
  padding-left: 30px;
}
.highlight img {
  height: 160px;
  margin-bottom: 15px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.highlight .btn::before {
  display: none !important;
}

.infoblock {
  display: block;
  position: relative;
  color: #fff;
  background: #EEF3E4;
  height: 375px;
  align-items: end;
  overflow: hidden;
}
.infoblock .photo-container {
  position: relative;
  height: 100%;
  width: 100%;
  background-size: cover !important;
  background-position: center center;
}
.infoblock .photo-container .figure {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background-size: cover !important;
  background-position: center center !important;
  margin: 0;
  transition: 0.2s ease-in-out all;
}
.infoblock .infoblock-inner {
  position: absolute;
  padding: 30px 110px 30px 35px;
  bottom: 0;
  z-index: 3;
}
.infoblock:hover {
  color: #fff;
}
.infoblock:hover .figure {
  transform: scale(1.05);
  transition: 0.2s ease-in-out all;
}
.infoblock h4 {
  color: #fff;
}

.overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 99;
  display: none;
}

.dropdown-toggle::after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: normal;
  font-size: 15px;
  border: 0px;
  padding-top: 0px;
  padding-left: 0px;
  margin-left: 3px;
  display: inline-block;
  float: right;
}

.overlayMain {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(41, 53, 58, 0.8);
  z-index: 9;
  display: none;
}

.item .blog-container {
  height: 100%;
}

.readmore {
  font-weight: bold;
  color: #069090;
}

.btn-close {
  background: transparent;
}

.video-container {
  overflow: hidden;
  height: 45vh;
  min-height: 400px;
  background: #003d69;
}
.video-container .video {
  position: relative;
  text-align: center;
  height: 100%;
  width: 100%;
  background-size: cover !important;
  background-position: center center !important;
}
.video-container .video .videobutton {
  background: #fff;
  height: 75px;
  border: 0px;
  width: 75px;
  margin-top: 185px;
  display: inline-block;
  padding: 24px 31px;
  color: #003d69;
}
.video-container .video iframe {
  height: 100%;
}

.cta-small-img {
  position: absolute;
  top: -115px;
  max-height: 250px;
}

.blog-container {
  overflow: hidden;
  margin-bottom: 15px;
}

.text-left a {
  color: #30495d;
}

.center-title h3 {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 2rem;
}
.center-title .title-icon {
  display: inline-block;
  float: inherit;
}

.blog, .project {
  position: relative;
  height: 100%;
  display: block;
  text-decoration: none;
  color: #30495d;
  background: #fff;
}
.blog h3, .project h3 {
  color: #fff;
}
.blog .blog-content-container, .project .blog-content-container {
  padding: 60px 40px;
}
.blog .blog-content, .project .blog-content {
  position: relative;
  display: block;
  padding-bottom: 40px;
  height: 100%;
}
.blog .blog-content .label, .project .blog-content .label {
  color: #30495d;
}
.blog .btn-primary, .project .btn-primary {
  position: relative;
  display: inline-block;
  margin: 0px 15px 30px 15px;
}
.blog .photo-container, .project .photo-container {
  overflow: hidden;
}
.blog:hover, .project:hover {
  text-decoration: none !important;
}
.blog:hover .blog-content h4, .project:hover .blog-content h4 {
  color: #30495d !important;
}
.blog:hover .blog-photo img, .project:hover .blog-photo img {
  transform: scale(1.1);
  transition: all 0.21s;
}
.blog:hover .btn-primary, .project:hover .btn-primary {
  background-color: #343a40 !important;
  color: #fff !important;
}
.blog:hover h4, .project:hover h4 {
  color: #30495d !important;
}
.blog .blog-photo, .project .blog-photo {
  overflow: hidden;
  width: 100%;
  height: 365px;
  background-size: cover !important;
  background-position: center center !important;
}
.blog .blog-photo:before, .project .blog-photo:before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100% !important;
  height: 100% !important;
  background: #30495d;
  background: linear-gradient(10deg, #30495d 0%, rgba(48, 73, 93, 0) 90%);
}

.wp-block-separator {
  border-color: #eee !important;
}

.photo-container figure {
  height: 50vh;
  background-size: cover !important;
  background-position: center center !important;
  margin: 0px;
}
.photo-container .blog-content-container {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.medewerkerimg-container {
  display: inline-block;
  overflow: hidden;
  max-width: 200px;
  max-height: 200px;
  border-radius: 45px;
  border-bottom-right-radius: 0px;
}

.related-slider .owl-item img {
  width: auto !important;
}

.cblock {
  text-align: center;
  background: #fff;
  border: 2px #eee solid;
  padding: 25px 15px;
  margin-bottom: 5px;
}
.cblock i {
  font-size: 2rem;
  margin-bottom: 15px;
  color: #003d69;
}
.cblock h4 {
  font-size: 1.1rem;
}
.cblock a {
  color: #003d69;
  font-weight: bold;
}

.photob {
  background-size: cover !important;
  background-position: center center !important;
  min-height: 495px;
}

.opmaaktekst ul {
  list-style: none;
  padding: 0px;
}
.opmaaktekst ul li {
  padding: 4px 0px;
}
.opmaaktekst ul li::before {
  font-size: 0.9rem;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  color: #003d69;
  margin-right: 12px;
}

.uitgelicht {
  height: 100%;
  margin-bottom: 60px;
}
.uitgelicht .block {
  position: relative;
  margin-top: 60px;
  z-index: 4;
}
.uitgelicht .bg-orange {
  background: #003d69;
}
.uitgelicht .infoblock h4 {
  color: #fff;
}

.bel {
  color: #30495d;
  display: inline-block;
  line-height: 28px;
  margin: 0px auto;
}
.bel strong {
  color: #30495d;
  display: block;
  font-weight: bold;
  line-height: 30px;
  font-size: 0.9rem;
}

.diensten .dienst-wrapper {
  margin-bottom: 30px;
}
.diensten .dienst-wrapper .photo {
  position: relative;
}
.diensten .dienst-wrapper .photo::after {
  content: "";
  position: absolute;
  bottom: 0px;
  height: 250px;
  width: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#081033+0,0c2e49+100&0+0,0.95+100 */
  background: -moz-linear-gradient(top, rgba(56, 65, 133, 0) 0%, rgba(56, 65, 133, 0.7) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(56, 65, 133, 0) 0%, rgba(56, 65, 133, 0.7) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(56, 65, 133, 0) 0%, rgba(56, 65, 133, 0.7) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00081033", endColorstr="#f20c2e49", GradientType=0);
  /* IE6-9 */
  opacity: 0.5;
}
.diensten .dienst-wrapper .dienst {
  display: block;
  height: 100%;
  padding: 90px 30px;
  transition: 0.3s ease-in-out all;
}
.diensten .dienst-wrapper .dienst ul {
  list-style: none;
  margin: 0px;
  margin-top: 25px;
  padding: 0px;
}
.diensten .dienst-wrapper .dienst ul li {
  font-size: 1.2rem;
  color: #7F888A;
  margin-bottom: 10px;
}
.diensten .dienst-wrapper:hover .dienst {
  background: #069090;
  transition: 0.3s ease-in-out all;
}
.diensten .dienst-wrapper:hover .dienst h3 {
  color: #ffffff;
}
.diensten .dienst-wrapper:hover .dienst ul li {
  color: #ffffff;
}

.videobtn {
  display: none !important;
  color: #fff;
}
.videobtn i {
  color: #fff;
  display: inline-block;
  height: 75px;
  width: 75px;
  margin-right: 25px;
  border-radius: 50%;
  border: 3px #fff solid;
  padding: 25px 26px;
  margin-bottom: 15px;
}

.container {
  width: 100%;
  max-width: 1280px;
  position: relative;
}

#cn-accept-cookie {
  background: #069090 !important;
  float: right !important;
}

#cn-notice-text {
  width: calc(100% - 180px);
  text-align: left;
}

.cn-close-icon {
  top: 29px !important;
}

#cookie-notice {
  background: #003d69;
  z-index: 9999999999 !important;
  font-family: inherit !important;
  font-size: 17px !important;
  line-height: 26px !important;
}
#cookie-notice .cn-button {
  margin: 0 0 0 15px !important;
  padding: 15px 30px !important;
  font-size: 17px !important;
}
#cookie-notice #cn-notice-text {
  padding-right: 100px;
}
#cookie-notice #cn-accept-cookie {
  margin-top: 15px !important;
  text-transform: uppercase;
  padding: 15px 60px !important;
  margin-bottom: 0 !important;
  color: #fff;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: none !important;
}

.cn-buttons-container, .cn-text-container {
  margin: 0 !important;
}

.cookie-notice-container {
  margin: 0 auto;
  width: 100%;
  max-width: 1500px;
}

#cn-refuse-cookie {
  background: transparent;
}

.container-large {
  width: 100%;
  max-width: 1480px;
}
.container-large .banner_image img {
  max-height: 50vh;
}

.container-100 {
  max-width: 100%;
  padding: 0px 15px;
}

.inhoud a {
  color: #069090;
  font-weight: 700;
  text-decoration: underline;
}
.inhoud a:hover {
  color: #003d69;
}
.inhoud p {
  margin-bottom: 20px !important;
}
.inhoud .intro p {
  margin-bottom: 0px !important;
}
.inhoud .btn {
  text-decoration: none;
}

.intro {
  font-size: 1.05rem;
  line-height: 1.75rem;
  color: #30495d;
  padding-right: 30px;
  margin-bottom: 10px;
  font-weight: 600;
}
.intro a {
  color: #30495d;
  font-weight: 600;
}

.navbar-toggler:focus {
  box-shadow: none;
}

strong {
  font-size: 1rem;
  color: #30495d;
  font-weight: 600 !important;
}

.height {
  height: 100%;
}

.width {
  width: 100%;
}

.bg-cta {
  background: #069090 !important;
  color: #ffffff !important;
}
.bg-cta h1, .bg-cta h2, .bg-cta h3, .bg-cta h4, .bg-cta h5 {
  color: #ffffff !important;
}
.bg-cta .btn-primary {
  background: #003d69;
}
.bg-cta a {
  color: #fff;
}

.no-shadow::after {
  display: none;
}

.banner {
  position: relative;
  height: 80vh;
  background-size: cover !important;
  background-position: center center !important;
}
.banner .btn-default {
  color: #fff;
}
.banner .btn-cta {
  color: #fff !important;
}
.banner .btn-cta:hover {
  color: #069090 !important;
}
.banner h1 {
  color: #fff;
}
.banner .banner-content {
  position: relative;
  z-index: 9;
  color: #fff;
}
.banner .banner-content span {
  font-size: 48px;
  display: block;
  font-weight: 700;
}
.banner .banner-content .cijfer {
  margin-bottom: 8px;
}

.banner-70 {
  position: relative;
  padding: 0px !important;
}
.banner-70 .banner-image {
  position: relative;
  background-size: cover !important;
  background-position: center center !important;
  max-width: 70vw;
  height: 100%;
  width: 100%;
}
.banner-70 .banner-70-inner {
  position: absolute;
  top: 0px;
  right: -250px;
}
.banner-70 .banner-content {
  padding: 50px 30px;
  color: #30495d;
  background: #FFEDEA;
}

.search .btn {
  margin-top: 0px;
  padding: 13px 35px !important;
}
.search .btn:after {
  display: none;
}
.search input {
  background: #f2f2f2;
  border-color: #f2f2f2;
}

.btn-optie {
  background: #fff;
  padding: 18px 35px;
  border: 1px #ccc solid;
  margin-top: 20px;
  display: inline-block;
  margin-bottom: 30px;
  margin-right: 10px;
  margin-left: 10px;
}
.btn-optie:hover {
  border: 1px #30495d solid;
}
.btn-optie img {
  display: block;
  max-height: 150px;
  margin-bottom: 20px;
}

.cart_totals th {
  width: 70% !important;
  padding: 5px 0px !important;
}

.optieimg {
  margin-top: 35px;
  margin-bottom: 50px;
}
.optieimg .btn-optie {
  margin: 0px;
  height: 100%;
  padding: 25px 35px;
}

.progress {
  background: #fff;
  height: 13px;
}

.progress-bar {
  background-color: #30495d;
}

.banner-small {
  height: 60vh;
}
.banner-small .banner-content {
  margin-left: 100px;
}

.check_icon {
  height: 28px;
  display: inline-block;
}

.breads {
  padding: 12px 0px;
  position: relative;
  border-top: 1px #eee solid;
  border-bottom: 1px #eee solid;
  z-index: 4;
}
.breads nav {
  display: block !important;
}

.owl-carousel .owl-item .photo-container {
  overflow: hidden;
}

.owl-logo-carousel .item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  /* Of een vaste hoogte als nodig, bijv. 120px */
}

.owl-logo-carousel .item a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.owl-logo-carousel {
  padding-top: 15px;
}
.owl-logo-carousel .align-middle {
  height: 100%;
}
.owl-logo-carousel .owl-item {
  height: 95px;
}
.owl-logo-carousel .owl-item img {
  vertical-align: middle;
  width: 100%;
  margin: 0px auto;
  max-width: 100%;
  max-height: 65px;
}

.intro_banner {
  height: 455px;
}
.intro_banner .caption-absolute {
  height: 100%;
}
.intro_banner h1 {
  font-size: 2.2rem;
}
.intro_banner .focus {
  padding: 60px 0px;
}

.introbannerimage {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50%;
}
.introbannerimage::after {
  content: "";
  background: #fff;
  background: linear-gradient(85deg, #fff 7%, rgba(83, 48, 137, 0) 100%);
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
}
.introbannerimage img {
  height: 455px;
  width: 100%;
  object-fit: cover;
}

.bg-green {
  background: #E4EFEC;
}

.bg-dark {
  position: relative;
  background-color: #003d69 !important;
  color: #fff;
}
.bg-dark .bg-green {
  background: #fff;
  color: #30495d;
}
.bg-dark .bg-green h4 {
  color: #30495d;
}
.bg-dark .usp strong {
  color: #fff;
}
.bg-dark .card-header {
  color: #fff;
}
.bg-dark .card-header .btn-accordion {
  color: #fff;
}
.bg-dark .card-body {
  color: #fff;
}
.bg-dark .introbannerimage::after {
  background: #003d69;
  background: linear-gradient(85deg, #003d69 7%, rgba(0, 61, 105, 0) 100%);
}
.bg-dark .bg-white h1, .bg-dark .bg-white h2, .bg-dark .bg-white h3, .bg-dark .bg-white h4 {
  color: #30495d !important;
}
.bg-dark .blog .blog-content-container {
  color: #30495d !important;
}
.bg-dark h1, .bg-dark h2, .bg-dark h3, .bg-dark h4, .bg-dark h5, .bg-dark h6 {
  color: #fff;
}
.bg-dark .ti-widget {
  display: none !important;
}
.bg-dark .menu-block {
  color: #30495d !important;
}
.bg-dark .titel {
  color: #1BB1AA !important;
}
.bg-dark .owl-logo-carousel .owl-item img {
  object-fit: contain !important;
  filter: grayscale(1) contrast(2.5) brightness(3.5);
  -webkit-animation: fadeInDown 0.3s ease-in-out;
  animation: fadeInDown 0.3s ease-in-out;
  opacity: 0.7;
}
.bg-dark .bg-white h1, .bg-dark .bg-white h2, .bg-dark .bg-white h3, .bg-dark .bg-white h4 {
  color: #30495d !important;
}
.bg-dark .bg-white .bg-white {
  color: #30495d !important;
}
.bg-dark .breadcrumb a {
  color: #ffffff;
}

.werkzaamheden li {
  text-indent: 0px;
  margin-left: 30px;
}
.werkzaamheden li:before {
  margin-left: -30px;
}

.content-block a {
  color: #003d69;
}
.content-block a:hover {
  color: #003d69;
}

.searchform input {
  background: #f2f2f2;
  height: 48px;
  padding: 0px 25px;
  border: 1px #eee solid;
  width: calc(100% - 15px);
}
.searchform #searchsubmit {
  position: absolute;
  right: 15px;
  font-size: 18px;
  height: 48px;
  top: 0px;
  border: 1px #eee solid;
  padding: 0px 25px 0px 20px;
  color: #fff;
  background: #30495d;
}

.btn-nieuwsbrief {
  position: absolute;
  top: 0px;
  margin-bottom: -5px !important;
}
.btn-nieuwsbrief .btn {
  position: absolute;
  right: 0px;
}

.logo-partner {
  padding: 15px;
}

.breadcrumb {
  display: flex;
  margin-bottom: 0px !important;
  padding: 10px 0px;
  white-space: nowrap;
  /* Voorkomt afbreken */
  overflow-x: auto;
  /* Maakt horizontaal scrollen mogelijk indien nodig */
  flex-wrap: nowrap;
  /* Voorkomt dat ze afbreken naar een nieuwe regel */
}
.breadcrumb li {
  white-space: nowrap;
}
.breadcrumb span {
  color: #30495d !important;
}

#breadcrumbs {
  display: none;
}

@keyframes fadeInDown {
  0% {
    height: 0;
  }
  100% {
    height: 100vh;
  }
}
@keyframes fadeInContainer {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.quiz {
  background: #B8E0F2;
}

.dienstenmenu {
  display: none;
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  height: auto;
  z-index: 9999;
  background: #fff;
}
.dienstenmenu ul li:before {
  display: none;
}
.dienstenmenu .container {
  -webkit-animation: fadeInContainer 0.4s ease-in-out;
  animation: fadeInContainer 0.4s ease-in-out;
}
.dienstenmenu .closer {
  position: absolute;
  top: 75px;
  left: 60px;
}
.dienstenmenu .closer i {
  font-size: 26px;
  margin-top: 0px;
  margin-right: 15px;
  float: left;
  color: #003d69;
}
.dienstenmenu .navbar-nav {
  z-index: 3;
  position: relative;
}
.dienstenmenu .navbar-nav .dropdown-menu {
  transform: none !important;
  border: 0px;
}
.dienstenmenu .navbar-nav .dropdown-menu .dropdown-item {
  padding: 10px 0px;
  font-size: 19px;
}
.dienstenmenu .nav-link {
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.8rem;
  cursor: pointer;
  display: inline-block;
  transition: 0.3s ease-in-out all;
  padding-bottom: 0px;
  margin-bottom: 0.5rem;
}
.dienstenmenu .nav-link:hover {
  color: #003d69 !important;
  transition: 0.3s ease-in-out all;
}
.dienstenmenu .active .nav-link {
  color: #003d69 !important;
}
.dienstenmenu .secondmenu .nav-link {
  font-size: 1rem;
  font-weight: 300;
  color: #30495d;
  line-height: 1rem;
  cursor: pointer;
  display: inline-block;
  transition: 0.3s ease-in-out all;
  padding-bottom: 0px;
  margin-bottom: 0.5rem;
}
.dienstenmenu .secondmenu .nav-link:hover {
  color: #003d69 !important;
  transition: 0.3s ease-in-out all;
}
.dienstenmenu .secondmenu .active .nav-link {
  color: #003d69 !important;
}
.dienstenmenu .contactinfo {
  color: #30495d;
  border-left: 1px rgba(255, 255, 255, 0.35) solid;
  line-height: 38px;
}
.dienstenmenu .contactinfo p {
  color: #30495d;
}
.dienstenmenu .contactinfo strong {
  color: #30495d;
}

.keus {
  position: relative;
  display: block;
  padding: 30px 10px;
  text-decoration: none;
}
.keus p {
  margin: 0px;
}
.keus img {
  margin-bottom: 20px;
}
.keus strong {
  display: block;
  margin-bottom: 5px;
}

.footer-menu {
  background: #fff;
  position: fixed;
  width: 100%;
  bottom: 0px;
  z-index: 99;
  border-top: 1px #eee solid;
  padding: 15px 0px;
  font-size: 0.85rem;
}
.footer-menu a {
  display: block;
  text-align: center;
}
.footer-menu .fm-icon {
  height: 30px;
  display: block;
  margin: 0px auto;
  text-align: center;
}

.usp {
  position: relative;
  display: block;
  padding: 0px;
  text-decoration: none;
}
.usp i {
  color: #069090;
  font-size: 20px;
  margin-right: 4px;
}
.usp p {
  margin: 0px;
}
.usp strong {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 19px;
  font-weight: 700;
  color: #4D3939;
}
.usp .icon-round {
  display: block;
  background: #e9f3d6;
  height: 135px;
  width: 135px;
  margin: 0px auto;
  float: left;
  border-radius: 50%;
  margin-right: 20px;
  padding: 30px;
}
.usp .icon {
  display: block;
  background: #e9f3d6;
  height: 85px;
  width: 85px;
  margin-bottom: 15px;
}

.owl-carousel button {
  height: 47px;
  position: relative;
  width: 26px;
  cursor: pointer;
  top: calc(50% - 50px) !important;
  color: #221d5b !important;
  font-size: 30px !important;
}
.owl-carousel button:hover {
  background: transparent !important;
  color: #003d69 !important;
}

.choose-us {
  margin: 0px;
  padding: 0px 45px 0px 0px;
  margin-left: 33px;
}
.choose-us li {
  text-indent: -33px;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  padding: 11px 0px !important;
}

.owl-theme .owl-nav {
  display: none;
  text-align: left;
}

.owl-theme .owl-dots {
  text-align: center;
  margin-bottom: 10px;
}

.owl-carousel .owl-prev {
  width: 50px;
  height: 50px;
  background: #fff !important;
  color: #30495d !important;
  border-radius: 10px !important;
  font-size: 21px !important;
}
.owl-carousel .owl-prev:hover {
  background: #222 !important;
  color: #fff !important;
}

.owl-carousel .owl-next {
  width: 50px;
  height: 50px;
  background: #003d69 !important;
  color: #fff !important;
  border-radius: 10px !important;
  font-size: 21px !important;
}
.owl-carousel .owl-next:hover {
  background: #222 !important;
  color: #fff !important;
}

.owl-carousel .prev-slide:hover {
  background-position: 0px -53px;
}

.owl-carousel .next-slide:hover {
  background-position: -24px -53px;
}

.accordion-column2 {
  width: 100%;
  columns: 2;
  column-gap: 30px;
}

.related {
  position: relative;
  width: 100%;
}
.related .col-lg-3 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.owl-carousel-stories {
  height: auto;
  padding-bottom: 100px;
}
.owl-carousel-stories .owl-stage-outer, .owl-carousel-stories .owl-stage, .owl-carousel-stories .owl-item, .owl-carousel-stories .item {
  height: 100%;
}
.owl-carousel-stories .item {
  align-items: center !important;
}
.owl-carousel-stories .customer-story .photob {
  min-height: 600px;
}
.owl-carousel-stories .customer-story p {
  font-size: 1.1rem;
}

.customer-story .block {
  padding: 60px;
}

.owl-nav {
  margin: 0px;
  margin-top: 30px;
  text-align: left;
}

.alert {
  margin: 0px;
}

.supp-logo {
  height: 110px;
  max-width: 280px;
  margin-bottom: 14px;
  object-position: center;
  object-fit: contain;
}

.keusbig {
  padding: 50px 45px;
  padding-right: 60px;
}

.overflow-h {
  position: relative;
  overflow-x: hidden;
  height: 100%;
  width: 100%;
}

.visible-mobile {
  display: none;
}

.visible-desktop {
  display: none;
}

.z-index {
  position: relative;
  z-index: 9;
}

.titel {
  color: #069090 !important;
  font-weight: 400;
  margin-bottom: 0px;
  display: inline-block;
}

.bgphoto {
  height: 500px;
  background-position: center center;
  background-size: cover !important;
}

.wp-block-file {
  text-align: center;
  padding: 30px 90px;
  margin: 0px auto;
  background: #f6f5f1 !important;
}
.wp-block-file a {
  display: block;
}
.wp-block-file .wp-block-file__button {
  margin-top: 15px;
  background: #069090 !important;
  color: #ffffff !important;
  font-weight: 600;
  text-decoration: none;
}
.wp-block-file .wp-block-file__button:hover {
  background: #003d69 !important;
  color: #ffffff !important;
}

.firstsection {
  padding-top: 200px;
}

main .inhoud, #main .inhoud {
  padding-right: 60px;
}
main .inhoud strong, #main .inhoud strong {
  font-weight: 800;
  display: inline;
  color: #003d69;
}
main .banner, #main .banner {
  position: relative;
  padding-bottom: 200px;
}
main .banner .after, #main .banner .after {
  content: "";
  position: absolute;
  bottom: -110px;
  left: 0px;
  height: calc(100% + 30px);
  width: 100%;
  background-image: url("images/break_section_bg-def.svg");
  background-size: 100%;
  background-position: right bottom;
  background-repeat: no-repeat;
}

.afbeeldingblokken .sfeerimage {
  max-height: 375px;
  margin: 0px;
}

.text-white strong {
  color: #fff !important;
}

.stepsprocesses {
  margin-top: 30px;
}

.step-process {
  position: relative;
  padding-top: 8px;
  padding-bottom: 17px;
  border-left: 3px #003d69 solid;
  padding-left: 40px;
  margin-left: 20px;
}
.step-process:nth-child(2):before {
  content: "2";
}
.step-process:nth-child(3):before {
  content: "3";
}
.step-process:nth-child(4):before {
  content: "4";
}
.step-process:nth-child(5):before {
  content: "5";
}
.step-process:last-of-type {
  border-left: 0px #003d69 solid;
}
.step-process:before {
  content: "1";
  background: #fff;
  height: 44px;
  width: 44px;
  border-radius: 50%;
  text-align: center;
  color: #003d69;
  padding-top: 4px;
  font-size: 1.2rem;
  font-weight: 700;
  position: absolute;
  top: 0px;
  left: -23px;
  display: block;
  border: 3px #003d69 solid;
}

.listcheckbox-container li:before {
  display: none !important;
}
.listcheckbox-container li input {
  display: none !important;
}

.section-g {
  padding: 0px;
}

.bg-blue-block {
  background: #003d69;
  color: #fff;
}
.bg-blue-block h1, .bg-blue-block h2, .bg-blue-block h3, .bg-blue-block h4 {
  color: #fff !important;
}
.bg-blue-block:hover {
  color: #fff;
}
.bg-blue-block:hover h1, .bg-blue-block:hover h2, .bg-blue-block:hover h3, .bg-blue-block:hover h4 {
  color: #fff !important;
}
.bg-blue-block .btn-primary {
  background: #fff !important;
  color: #30495d !important;
}

a.cta {
  position: relative;
  display: block;
  padding: 60px 75px;
  margin-bottom: 25px;
  font-size: 23px;
  color: #30495d;
  line-height: 35px;
}
a.cta .speech {
  max-height: 75px;
}
a.cta:hover {
  background-color: #f8f3f0 !important;
}

.totop {
  margin-top: 90px;
}

.infoblock .icoon {
  display: none;
}

#header .btn {
  float: right;
  margin-top: 0px;
}
#header .btn:after {
  display: none;
}

.keus_icoon {
  text-align: center;
}
.keus_icoon .figure {
  display: none;
}
.keus_icoon .icoon {
  display: block;
  max-height: 132px;
  margin: 0px auto;
  margin-bottom: 25px;
}

.usp-icon img {
  height: 75px;
}

.text-icon {
  text-align: center;
  margin-bottom: 50px;
}
.text-icon strong {
  margin-top: 20px;
  display: block;
  color: #4D3939;
  text-align: center;
}
.text-icon .icon-small {
  max-height: 100px !important;
}

.text-icons-right .text-icon .icon-small {
  max-height: 85px !important;
}

.icon-small {
  padding: 0px;
  max-height: 65px;
  display: inline-block;
  margin: 0px auto;
}

ul {
  list-style: none;
  padding: 0px;
  padding-left: 15px;
}
ul li {
  font-size: 17px;
  padding: 2px 0px;
}

.block {
  position: relative;
  padding: 60px 40px;
  border-radius: 45px;
  border-bottom-right-radius: 0px;
}
.block .icoon {
  max-height: 125px;
  margin-top: 30px;
}
.block .icon-groot {
  display: block;
  padding: 30px;
  max-height: 150px;
  margin: 0px auto;
}
.block ul {
  list-style: none;
  padding: 0px;
}
.block ul li {
  padding: 5px 0px;
  font-weight: bold;
  font-size: 1.1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.block ul li:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  margin-right: 15px;
  margin-top: 2px;
  font-size: 17px;
  display: block;
  float: left;
}
.block ul li a {
  font-weight: 500;
  transition: 0.2s ease-in-out all;
}
.block ul li:hover a {
  transition: 0.2s ease-in-out all;
}

.block-xl {
  padding: 45px 35px;
}

.toright {
  position: relative;
  margin-right: -200px !important;
  margin-left: 200px !important;
  z-index: 5;
}

.inline {
  display: inline-block;
}

.hamburger {
  position: absolute;
  right: 20px;
  top: 74px;
  font-size: 32px;
  background: transparent !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.hamburger:before {
  display: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.hamburger:after {
  display: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.navbar-default {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.subnav-container {
  padding-right: 50px;
}
.subnav-container h3 {
  color: #069090;
  font-size: 1.6rem;
  font-weight: 500;
}
.subnav-container h4 {
  font-size: 24px;
  font-weight: 500;
}

.project {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 45px 45px 0px 45px;
  min-height: auto !important;
  height: 450px;
}
.project .photo-container figure {
  position: absolute;
  height: 100%;
  width: 100%;
  background-size: cover !important;
  background-position: center center !important;
  margin: 0px;
}
.project .caption {
  width: 100% !important;
  max-width: 650px;
  padding: 60px 35px 30px 35px !important;
}
.project .caption h1, .project .caption h3 {
  font-size: 1.6rem !important;
  line-height: 30px !important;
}
.project .caption span.btn-primary {
  margin-top: 10px;
  color: #fff !important;
  opacity: 0;
}
.project:hover {
  text-decoration: none;
}
.project:hover .caption .btn-primary {
  opacity: 1;
}
.project figure:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: #151b25 !important;
  opacity: 0.4;
}

.medewerker {
  position: relative;
  max-width: 1300px !important;
}
.medewerker .photo-medewerker {
  display: block;
  margin: 0px auto;
  height: 400px;
  width: 95%;
  background-size: cover !important;
  background-position: center center !important;
}
.medewerker h4 {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: 500;
}
.medewerker .inner {
  margin-left: 15px;
  max-width: 780px;
  color: #161615;
  padding: 20px 0px;
}
.medewerker .cta {
  margin-top: 75px;
  padding: 30px 35px 35px 35px;
}
.medewerker strong {
  display: block;
  color: #000;
  font-weight: 500;
  font-size: 1.5rem;
  margin-top: 30px;
  margin-bottom: 10px;
}
.medewerker .contact {
  font-size: 1.2rem;
  line-height: 2rem;
  margin-top: 0px;
}
.medewerker .contact .custom-whatsapp {
  margin-top: 10px;
  font-weight: 500;
  color: #003d69;
  font-size: 1rem;
  cursor: pointer;
  line-height: 1.1rem;
}
.medewerker .contact .custom-whatsapp:hover {
  text-decoration: underline;
}
.medewerker .contact .custom-whatsapp svg {
  display: inline-block;
  float: left;
  margin-top: 4px;
  margin-right: 10px;
  height: 36px !important;
  width: 36px !important;
}
.medewerker .contact a {
  color: #30495d;
  font-weight: bold;
}

.ti-widget.ti-goog .ti-widget-container, .ti-widget.ti-goog .ti-widget-container * {
  display: block !important;
}

.ti-widget.ti-goog .ti-widget-container, .ti-widget.ti-goog .ti-widget-container * {
  display: block !important;
}

.ti-widget.ti-goog .ti-small-logo, .ti-widget.ti-goog .ti-header .ti-stars, .ti-widget.ti-goog .ti-header span {
  display: inline-block !important;
}

.ti-widget.ti-goog .ti-mob-row {
  display: inline-block !important;
}

.medewerker_img {
  max-height: 350px;
}

.owl-carousel-homepage {
  margin-bottom: -140px;
}
.owl-carousel-homepage .sfeerimage {
  height: 85vh;
  max-height: 725px;
  border-radius: 45px 45px 45px 0px;
}

.navbar {
  padding: 0px;
  position: inherit;
}
.navbar .navbar-nav {
  position: relative;
  width: 100%;
  display: inline-block;
}
.navbar .navbar-nav li {
  display: inline-block;
}
.navbar .navbar-nav .nav-link {
  color: #30495d;
  padding: 0px 10px;
  font-weight: 600;
  font-size: 18px;
}
.navbar .navbar-nav .nav-link:hover {
  color: #069090;
}
.navbar .navbar-nav .dropdown {
  position: inherit;
}
.navbar .navbar-nav .dropdown-menu {
  width: 345px;
  margin: 0px auto;
  margin-top: 45px;
  left: 0px;
  border-radius: 0px 45px 45px 45px;
  background: #fff;
  padding: 30px 15px;
  border: 0px;
  border-top: 0px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.navbar .navbar-nav .dropdown-menu li {
  display: block;
}
.navbar .navbar-nav .dropdown-menu a:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  margin-top: 0px;
  margin-right: 0px;
  height: 14px;
  font-size: 17px;
  display: inline-block;
  float: left;
  background-size: 100%;
  width: 15px;
  background-repeat: no-repeat;
}
.navbar .navbar-nav .dropdown-menu .dropdown-item {
  padding: 4px 0px;
  transition: 0.1s ease-in-out all;
}
.navbar .navbar-nav .dropdown-menu .dropdown-item:hover {
  transition: 0.1s ease-in-out all;
}
.navbar .navbar-nav .active .nav-link {
  color: #30495d !important;
}

.step-pane {
  margin-bottom: 30px;
  background: #edefe9;
  padding: 30px 20px;
}

.dropdown-item:focus, .dropdown-item:hover {
  background: transparent !important;
  color: #30495d;
}

.inherit {
  position: inherit;
}

.bellen {
  margin-bottom: 8px;
}
.bellen i {
  margin-right: 9px;
  margin-left: 0px;
  margin-top: 3px;
  font-size: 22px;
  display: inline-block;
  color: #003d69;
  float: left;
}

.mailen i {
  margin-right: 10px;
  margin-top: 4px;
  display: inline-block;
  font-size: 20px;
  color: #003d69;
  float: left;
}

.first-section {
  min-height: 75vh;
  border-top: 1px #CED2C9 solid;
}

select {
  padding: 10px 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #30495d;
  border-radius: 0px !important;
}

.topmenuitem {
  margin-left: 15px;
}
.topmenuitem:hover {
  text-decoration: underline;
}

.page-numbers {
  margin-top: 15px;
  width: 100%;
  display: block;
  color: #fff;
  font-size: 20px;
}
.page-numbers .next, .page-numbers .prev {
  font-size: 26px;
  padding: 5px 14px !important;
}
.page-numbers li {
  padding: 2px 5px;
  display: inline-block;
}
.page-numbers li a {
  background: #fff;
  padding: 6px 0px !important;
  text-align: center;
  height: 40px;
  display: block;
  width: 40px;
  border-radius: 50% 50%;
  color: #30495d;
}
.page-numbers li .current {
  background: #30495d;
  padding: 6px 15px;
  height: 40px;
  display: block;
  width: 42px;
  border-radius: 50% 50%;
}
.page-numbers li:before {
  display: none !important;
}

.bg {
  position: relative;
  height: 100vh;
  min-height: 525px;
  width: 100%;
  background-color: #003d69;
  background-size: 70% !important;
  background-position: 80% center;
  background-repeat: no-repeat;
}
.bg .highlight {
  position: absolute;
  bottom: 0px;
  right: 30px;
  max-height: 100%;
  width: auto;
  z-index: 6;
}
.bg:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  background: black;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 75%);
}
.bg .after {
  content: "";
  position: absolute;
  bottom: -110px;
  left: 0px;
  height: calc(100% + 30px);
  width: 100%;
  background-image: url("images/break_section_bg-def.svg");
  background-size: 100%;
  background-position: right bottom;
  background-repeat: no-repeat;
}
.bg .caption {
  position: relative;
  z-index: 7;
  color: #fff;
  padding: 0px 30px;
  padding-right: 0px;
  text-align: left;
  width: 610px;
}
.bg .caption .inhoud {
  position: relative;
  z-index: 9;
}
.bg .caption h1, .bg .caption h2, .bg .caption h3, .bg .caption h4, .bg .caption h5, .bg .caption h6 {
  color: #fff;
}
.bg .caption span {
  color: #05b2e8 !important;
  font-weight: bold;
}
.bg .caption .btn {
  margin-top: 0px;
}
.bg .caption .btn-primary {
  background: #069090 !important;
}
.bg .caption .h1 {
  color: #fff !important;
}
.bg .caption h1, .bg .caption h2 {
  font-size: 2rem;
  line-height: 45px;
}

.bg-medewerker {
  background-size: 100% !important;
  background-position: bottom center !important;
}
.bg-medewerker:before {
  display: none;
}

.border-radius {
  border-radius: 15px;
}

.absoluteblock {
  position: relative;
  padding: 45px 40px;
  margin-left: 15px;
  margin-bottom: -50px;
}

.ml-right {
  width: 275px;
  margin-right: 0;
  margin-left: auto;
}

.bg-half {
  background: linear-gradient(to bottom, #069090 50%, #cfdce5 50%) !important;
}

.bg-half.bg-dark {
  background: linear-gradient(to bottom, #003d69 50%, #cfdce5 50%) !important;
}

.accordion > .card > .card-header {
  margin-bottom: 1px !important;
}

.bg-light {
  background-color: #cfdce5 !important;
  position: relative;
}
.bg-light .card-header {
  background: #fff;
}
.bg-light .bg-green {
  background: #fff;
}
.bg-light .owl-theme .owl-dots .owl-dot span {
  background: #e5f0f2;
}
.bg-light .owl-theme .owl-dots .active span {
  background: #069090;
}
.bg-light .introbannerimage::after {
  background: #cfdce5;
  background: linear-gradient(85deg, #cfdce5 7%, rgba(207, 220, 229, 0) 100%);
}

.wp-block-quote {
  background: #fff !important;
  padding: 20px;
  font-style: italic;
}
.wp-block-quote p {
  font-weight: 600;
}
.wp-block-quote cite {
  font-size: 0.9rem;
}

.wp-block-table {
  margin-bottom: 30px;
}
.wp-block-table td {
  padding: 6px 15px;
}
.wp-block-table figcaption {
  padding: 6px 15px;
}

.nobefore:before {
  display: none !important;
}

table {
  width: 100%;
  margin-bottom: 30px;
}
table tr {
  border-bottom: 1px #eee solid;
}
table tr td {
  padding: 4px 0px !important;
}

.alert {
  padding: 0.7rem 1.25rem;
}

.alert-success {
  border: 0px !important;
  background-color: #B8E0F2 !important;
  color: #393939;
}

.usps {
  display: block;
  font-size: 1.1rem;
}
.usps strong {
  color: #4D3939;
  font-size: 1.15rem;
}
.usps ul {
  list-style: none;
  margin: 0px;
}
.usps ul li {
  display: inline-block;
  margin-right: 25px;
  font-size: 1rem;
  color: #000;
}

.border-radius-left-top {
  border-top-left-radius: 65px;
}

.border-radius-right-top {
  border-top-right-radius: 45px;
}

.cijfers .kollom {
  border-right: 1px rgba(255, 255, 255, 0.4) solid;
  padding: 0px 10px;
}

.cijfers .col:last-child .kollom {
  border-right: 0px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: #343a40;
}

h1 {
  margin-bottom: 15px;
}

h2 {
  font-size: 1.8rem;
  margin-bottom: 15px;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.3rem;
}

h5 {
  font-size: 1.2rem;
}

.bordermedewerker .fa-whatsapp {
  font-size: 27px;
  float: left;
  margin-right: 8px;
}
.bordermedewerker a {
  float: left;
}
.bordermedewerker p {
  margin-bottom: 10px;
}

.overview-subpages .tekstblok {
  height: auto !important;
  min-height: 300px;
}

.tekstblok {
  height: 545px !important;
}
.tekstblok .blog-content {
  min-height: 215px !important;
  height: 100% !important;
}
.tekstblok img {
  max-width: 275px;
  margin: 0px auto;
  margin-bottom: 25px;
}

.metimage .blog-content {
  height: auto !important;
}

.inhoud-iconen img {
  max-width: 125px !important;
  padding: 20px 0px;
}

.scherm::before {
  content: "";
  background: url("images/scherm-browser-bg.png");
  display: block;
  height: calc(100% + 215px);
  width: calc(100% + 156px);
  top: -126px;
  left: -77px;
  position: absolute;
  background-size: 100%;
}
.scherm img {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.phonebtn {
  position: relative;
  height: 46px;
  width: 47px;
  border-radius: 18px;
  border-bottom-right-radius: 0px;
  text-align: center;
  margin-right: 10px;
  line-height: 47px;
  /* zelfde als height van de knop */
  padding-top: 0px;
  border: 2px #069090 solid;
}
.phonebtn:hover {
  background: #343a40;
}
.phonebtn:hover .bel_specialist {
  opacity: 1;
}
.phonebtn:hover i {
  color: #fff;
}

.fa-phone-alt {
  font-size: 23px;
  height: 26px;
  display: inline-block;
  color: #069090;
}

.pr-6 {
  padding-right: 90px;
}

.btn {
  padding: 11px 25px !important;
  margin-top: 15px;
  border-radius: 0px !important;
  border: 0px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 24px !important;
  letter-spacing: 0.8px;
}
.btn:hover {
  color: #fff !important;
  background: #069090 !important;
}
.btn:hover .searchicon {
  -webkit-filter: grayscale(1) invert(1) contrast(8);
  filter: grayscale(1) invert(1) contrast(8);
}

.btn-search {
  margin-left: 10px;
}

.forms-element {
  height: 54px !important;
  line-height: 54px;
  width: 100%;
  padding: 0px 15px;
  border: 0px;
}

.btn-primary {
  background: #069090;
  border-radius: 18px !important;
  color: #ffffff !important;
  font-weight: 600;
  text-decoration: none;
  transition: 0.2s ease-in-out all;
}
.btn-primary:hover {
  background: #222 !important;
  color: #ffffff !important;
  transition: 0.2s ease-in-out all;
}

.btn-primary-active {
  background: #069090 !important;
  text-decoration: none !important;
}

.ti-widget.ti-goog .ti-widget-container, .ti-widget.ti-goog .ti-widget-container * {
  background: #fff;
}

.ti-widget-container {
  border-radius: 50px;
}

.ti-widget.ti-goog .ti-header {
  padding: 12px 25px !important;
}

.bg-white {
  position: relative;
  background-color: #fff !important;
}

.bg-blue {
  background: #003d69;
  color: #fff;
}
.bg-blue .usp i {
  color: #fff !important;
}
.bg-blue h1, .bg-blue h2, .bg-blue h3, .bg-blue h4, .bg-blue h5 {
  color: #fff;
}
.bg-blue .card {
  color: #30495d;
}
.bg-blue .card p {
  color: #30495d;
}
.bg-blue .usp {
  color: #fff;
}
.bg-blue .usp strong {
  color: #fff;
}
.bg-blue .intro {
  color: #fff;
}
.bg-blue a {
  color: #ffc40f !important;
  text-decoration: underline;
}
.bg-blue .btn-primary {
  background: #30495d !important;
  color: #fff !important;
}
.bg-blue .btn-primary:hover {
  background: #30495d !important;
}

.blog.bg-blue:hover {
  color: #fff !important;
}
.blog.bg-blue:hover h4 {
  color: #fff !important;
}

.project-slider .photo img {
  display: none;
}

.singleproject {
  min-height: 600px;
  height: 600px;
}
.singleproject .caption {
  padding-left: 75px;
  width: 100%;
}
.singleproject:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: #151b25 !important;
  opacity: 0.6;
}
.singleproject .projectcase-small figure:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: #151b25 !important;
  opacity: 0.6;
}

.ti-widget.ti-goog .ti-arrow-down:before, .ti-widget.ti-goog .ti-arrow-down:after {
  top: 6px !important;
}

.singleblog {
  min-height: 600px;
  height: 600px;
}

.border-bottom-left-radius {
  border-bottom-left-radius: 75px;
  margin-bottom: 30px;
}

.banner_image {
  position: relative;
  background-size: cover !important;
  background-position: center center !important;
  overflow: hidden;
  border-bottom-left-radius: 75px;
  margin: 0px;
  max-height: 850px;
}
.banner_image h1, .banner_image h2, .banner_image h3, .banner_image h4, .banner_image h5 {
  color: #fff !important;
}
.banner_image::before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100% !important;
  height: 120% !important;
  background: #30495d;
  background: linear-gradient(35deg, #30495d 20%, rgba(48, 73, 93, 0) 100%);
}
.banner_image strong {
  color: #30495d !important;
}
.banner_image .fixed-cta {
  font-size: 24px;
  color: #fff;
  height: 225px;
  width: 325px;
  position: absolute;
  right: 30px;
  bottom: 0px;
  z-index: 9;
}
.banner_image .fixed-cta span {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
}
.banner_image .fixed-cta ul {
  margin: 0px;
  padding: 0px;
}
.banner_image .fixed-cta li:before {
  display: none;
}
.banner_image .fixed-cta .btn-droogbouwvloer {
  background: #54ae32;
  color: #fff;
  padding: 8px 20px;
  border-radius: 60px;
  font-weight: 600;
  letter-spacing: 0.8px;
  font-size: 1.1rem;
}
.banner_image .fixed-cta .btn-warmtepomp {
  background: #e20f18;
  color: #fff;
  padding: 8px 20px;
  border-radius: 60px;
  font-weight: 600;
  letter-spacing: 0.8px;
  font-size: 1.1rem;
}
.banner_image .fixed-cta .btn-airco {
  background: #1690d0;
  color: #fff;
  padding: 8px 20px;
  border-radius: 60px;
  font-weight: 600;
  letter-spacing: 0.8px;
  font-size: 1.1rem;
}
.banner_image .fixed-cta a {
  display: block;
}
.banner_image .fixed-cta strong {
  font-size: 24px;
  color: #fff !important;
}
.banner_image img {
  width: 100%;
  height: 100%;
  min-height: 545px;
  max-height: 85vh;
  object-fit: cover;
}
.banner_image .caption-absolute {
  top: 0px;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 3;
  color: #fff;
}
.banner_image .caption-absolute .forms-element {
  width: calc(100% - 225px);
}
.banner_image .caption-absolute form .btn {
  margin-top: 0px;
  float: right;
}
.banner_image .caption-absolute .block {
  padding: 90px 60px 90px 100px;
  border-radius: 50%;
  height: 650px;
  width: 650px;
}
.banner_image .caption-absolute h1 {
  font-size: 2.3rem;
  line-height: 52px;
  color: #fff !important;
}
.banner_image .caption-absolute .titel {
  color: #fff !important;
}
.banner_image .caption-absolute h3 {
  color: #fff !important;
}
.banner_image .caption-absolute .btn {
  background: #069090;
}

.cijfer {
  font-family: "Inter", sans-serif;
  display: block;
  font-size: 2rem;
  font-weight: 700;
  padding: 10px 0px;
}
.cijfer p {
  padding: 0px;
  margin: 0px;
}

.image-big {
  height: 90vh;
  position: relative;
}
.image-big img {
  float: left;
  width: calc(50% - 75px);
  height: 100%;
}

.branding {
  font-size: 1rem;
  color: #30495d;
}

.clear {
  clear: both;
}

.image-big-right img {
  float: right;
}
.image-big-right .title-icon {
  float: left;
}

.btn-active {
  display: block;
  background: #003d69 !important;
}

.hide-popup {
  display: none !important;
}

.notify {
  position: absolute;
  background: orange;
  padding: 3px;
  font-size: 14px;
  width: 22px;
  top: -7px;
  height: 22px;
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
}

.cta-popup {
  position: fixed;
  display: none;
  right: 30px;
  bottom: 108px;
  max-width: 400px;
  width: calc(100% - 30px);
  z-index: 999;
}
.cta-popup:hover p {
  color: #069090 !important;
}
.cta-popup .inner {
  position: relative;
  padding: 20px 18px;
}
.cta-popup .inner img {
  position: absolute;
  bottom: -38px;
  left: -95px;
  width: 168px;
}
.cta-popup .inner .medewerker::after {
  content: "";
  display: none !important;
}
.cta-popup .inner .medewerker .contact {
  margin-top: 0px !important;
}
.cta-popup .inner .medewerker .contact .custom-whatsapp {
  margin-top: 5px !important;
}
.cta-popup .inner span {
  position: absolute;
  display: block;
  cursor: pointer;
  right: 13px;
  top: 4px;
  font-size: 16px;
  opacity: 0.6;
  color: #7f888a;
}
.cta-popup .inner span:hover {
  opacity: 1;
}
.cta-popup .inner p {
  font-size: 1.1rem !important;
  margin-bottom: 0px;
  line-height: 30px;
  color: #30495d;
  font-weight: 700 !important;
}

.contactsidebar .sidebar {
  margin-bottom: 50px;
}
.contactsidebar .certificaat {
  padding: 0px;
  margin: 0px;
}

.container-fluid {
  padding-right: 50px;
  padding-left: 50px;
}

.navbar .container, .navbar .container-fluid, .navbar .container-lg, .navbar .container-md, .navbar .container-sm, .navbar .container-xl {
  display: inline-block;
}

.forms-element {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.sw-theme-default {
  border: 0px;
}

#smartwizard .tab-content {
  height: auto !important;
}

.smartwizard input, .smartwizard select {
  display: block;
  width: 100%;
}
.smartwizard .form-label {
  font-weight: bold;
}

.sw-theme-default > .nav {
  box-shadow: none !important;
}

.melding {
  display: none;
}

.toolbar-bottom {
  position: fixed;
  z-index: 9;
  bottom: 0px;
  width: 100%;
  left: 0px;
  background: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.bg-reviews {
  position: relative;
  background-size: cover !important;
  background-position: center center !important;
  border-bottom-right-radius: 75px;
  overflow: hidden;
}
.bg-reviews:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #30495d;
  background: linear-gradient(35deg, #30495d 20%, rgba(48, 73, 93, 0) 100%);
}

.owl-carousel-blocks {
  padding-top: 10px;
}
.owl-carousel-blocks .inhoud-afbeelding .blog-content-container {
  padding-top: 75px;
}
.owl-carousel-blocks .inhoud-afbeelding .blog-content-container .blog-content {
  height: auto;
  position: absolute;
  bottom: 20px;
  width: calc(100% - 60px);
  display: block;
}
.owl-carousel-blocks .inhoud-afbeelding .blog-content-container h4 {
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.4), 0px 0px 0px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
}
.owl-carousel-blocks .blog-container {
  display: flex;
  flex-direction: column;
  margin-bottom: 0px;
}
.owl-carousel-blocks .owl-stage-outer {
  overflow: inherit;
}
.owl-carousel-blocks .blog-content {
  position: relative;
  color: #fff !important;
}
.owl-carousel-blocks .blog-content h1, .owl-carousel-blocks .blog-content h2, .owl-carousel-blocks .blog-content h3, .owl-carousel-blocks .blog-content h4 {
  color: #fff !important;
}
.owl-carousel-blocks .blog-content p {
  margin-bottom: 0px;
}
.owl-carousel-blocks .btn-more {
  opacity: 0;
  transition: 0.2s ease-in-out all;
  bottom: 0px;
  right: 0px;
}
.owl-carousel-blocks .blog {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.owl-carousel-blocks .blog:hover .blog-content .btn-more {
  opacity: 1;
  transition: 0.2s ease-in-out all;
}
.owl-carousel-blocks .blog:hover .blog-content h4 {
  color: #fff !important;
}
.owl-carousel-blocks .owl-stage {
  display: flex;
}

.owl-carousel-tekstblocks {
  padding-top: 10px;
}
.owl-carousel-tekstblocks .blog {
  border-radius: 55px;
  border-bottom-right-radius: 0px;
}
.owl-carousel-tekstblocks .blog:hover .btn-more {
  background: #222;
}
.owl-carousel-tekstblocks .blog-container {
  display: flex;
  flex-direction: column;
  margin-bottom: 0px;
  height: 100% !important;
}
.owl-carousel-tekstblocks .owl-stage-outer {
  overflow: inherit;
}
.owl-carousel-tekstblocks .blog-content-container {
  height: 100%;
  padding: 60px 30px 60px 30px;
}
.owl-carousel-tekstblocks .blog-content {
  height: 100%;
  position: relative;
}
.owl-carousel-tekstblocks .blog-content p {
  margin-bottom: 0px;
}
.owl-carousel-tekstblocks .btn-more {
  transition: 0.2s ease-in-out all;
  bottom: 0px;
  right: 0px;
}
.owl-carousel-tekstblocks .blog {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.owl-carousel-tekstblocks .blog:hover .blog-content .btn-more {
  transition: 0.2s ease-in-out all;
}
.owl-carousel-tekstblocks .owl-stage {
  display: flex;
}

.project .btn-more {
  opacity: 0;
  transition: 0.2s ease-in-out all;
  bottom: 0px;
  right: 0px;
}
.project:hover .btn-more {
  opacity: 1;
  transition: 0.2s ease-in-out all;
}

.carouselicoon {
  height: 100%;
  padding: 75px 15px 0px 15px;
  max-height: 165px;
  max-width: 145px;
  margin: 0px auto;
}

.owl-carousel-imageslider .item {
  height: 40vh;
  max-height: 300px;
}
.owl-carousel-imageslider .item .sfeerimage {
  height: 40vh;
  max-height: 300px;
}

.checkbox-wrap .nf-field-element label.nf-checked-label:before, .checkbox-wrap .nf-field-label label.nf-checked-label:before, .listcheckbox-wrap .nf-field-element label.nf-checked-label:before, .listcheckbox-wrap .nf-field-label label.nf-checked-label:before {
  color: #003d69 !important;
}

.checkbox-wrap .nf-field-element label:before, .checkbox-wrap .nf-field-label label:before, .listcheckbox-wrap .nf-field-element label:before, .listcheckbox-wrap .nf-field-label label:before {
  font-size: 20px !important;
  font-weight: 400 !important;
}

.listcheckbox-container .nf-field-element label:before {
  top: 2px !important;
  left: -28px !important;
}

.staandefotos .item {
  height: 65vh;
  max-height: 550px;
}
.staandefotos .item .sfeerimage {
  height: 65vh;
  max-height: 550px;
}

.sfeerimage {
  display: block;
  height: 55vh;
  width: 100%;
  max-height: 545px;
  background-size: cover !important;
  background-position: center center !important;
}

.fa-star, .fa-star-half {
  color: #f5b500;
  font-size: 21px;
  margin-bottom: 10px;
}

.btn-more {
  position: absolute;
  color: #fff;
  font-weight: 600;
  right: 15px;
  bottom: 15px;
  height: 46px;
  font-size: 19px;
  width: 46px;
  padding: 10px 0px;
  background: #069090;
  border-radius: 0px;
  border-top-left-radius: 18px;
  text-align: center;
}

.btn-cta {
  cursor: pointer;
  color: #30495d !important;
  font-weight: 600;
  text-decoration: none;
  padding: 0px !important;
}
.btn-cta:hover {
  background: transparent !important;
  color: #069090 !important;
}

.max-w .btn-default {
  margin-left: 18px;
}

.btn-default {
  display: inline-block;
  padding: 5px 0px 0px 0px !important;
  border-bottom: 3px transparent solid;
  font-size: 18px !important;
  text-decoration: inherit;
  font-weight: 600;
}
.btn-default:hover {
  background: transparent !important;
  border-bottom: 3px #30495d solid;
  color: #30495d !important;
}
.btn-default i {
  margin-right: 12px;
  margin-top: 5px;
  display: inline-block;
  float: left;
}

main a {
  color: #069090;
  text-decoration: underline;
  font-weight: bold;
}
main a:hover {
  color: #069090;
}
main h3 {
  margin-bottom: 25px;
}

.contactgegevens a {
  color: #30495d;
  font-weight: 400;
  text-decoration: none;
}

.newsletter label, .newsletter h3 {
  display: none;
}
.newsletter p {
  margin: 0px;
}
.newsletter input.btn {
  position: absolute;
  top: -82px;
  right: 0px;
  height: 50px !important;
  font-size: 19px !important;
  background: #94c13b !important;
  background: linear-gradient(-180deg, #94c13b 0%, #7ca725 100%) !important;
}
.newsletter .ninja-forms-field {
  padding-left: 25px !important;
}

.nf-form-content .list-select-wrap .nf-field-element > div, .nf-form-content input:not([type=button]), .nf-form-content textarea {
  font-size: 1rem;
}

.bg-light .nf-form-content .list-select-wrap .nf-field-element > div, .bg-light .nf-form-content input:not([type=button]), .bg-light .nf-form-content textarea {
  background: #fff;
}

.nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit] {
  background: #069090 !important;
  text-transform: none !important;
  font-size: 18px !important;
  line-height: 24px !important;
  padding: 7px 25px !important;
}
.nf-form-content button:hover, .nf-form-content input[type=button]:hover, .nf-form-content input[type=submit]:hover {
  background: #222 !important;
}

.buttons_side_by_side a {
  display: inline-block;
}
.buttons_side_by_side .btn-default {
  margin-left: 20px;
}

.monitor-absolute {
  display: none;
  position: absolute;
  top: 250px;
  left: -45px;
  max-width: 375px;
  z-index: 3;
}

.contactimg {
  position: absolute;
  border-radius: 50% 50%;
  bottom: 100px;
  margin: 0px auto;
  display: block;
  border: 5px #fff solid !important;
  height: 300px;
  width: 300px;
  z-index: 99;
}

section {
  padding: 90px 0px;
}
section ul {
  padding: 0px;
  padding-left: 21px;
}
section ul li {
  text-indent: -21px;
}
section ul li:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: normal;
  margin-right: 5px;
  color: #069090;
}
section a {
  color: #30495d;
}
section a:hover {
  text-decoration: underline;
}

.section-small {
  padding: calc(90px / 1.5);
}

#scrollDown span {
  position: absolute;
  bottom: 60px;
  left: calc(50% - 13px);
  width: 26px;
  height: 40px;
  border-radius: 30px;
  border: 2px solid #fff;
  box-sizing: border-box;
  z-index: 8;
}
#scrollDown span:before {
  position: absolute;
  top: 7px;
  left: 50%;
  content: "";
  width: 4px;
  height: 8px;
  margin-left: -2px;
  background-color: #fff;
  -webkit-animation: scrolldown 2s infinite;
  animation: scrolldown 2s infinite;
  box-sizing: border-box;
}

.topbar {
  top: 0px;
  position: relative;
  font-weight: 400;
  background: #fff;
  font-size: 0.85rem;
  padding: 5px 0px;
  z-index: 99;
  border-bottom: 2px solid #ccc;
}
.topbar ul li {
  font-size: 0.85rem;
}
.topbar ul li:before {
  display: none;
}
.topbar strong {
  font-size: 0.9rem !important;
}
.topbar ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.topbar ul li {
  display: inline-block;
  margin: 0px;
  margin-right: 30px;
}
.topbar ul li .stars {
  display: inline-block;
}
.topbar ul li .fas {
  color: #f5b500;
  padding-right: 2px;
  font-size: 0.95rem;
}

.footer-nav {
  list-style: none;
  margin: 0px;
  padding: 10px 0px 30px 0px;
  margin-bottom: 15px;
}
.footer-nav li {
  padding: 5px 0px;
}
.footer-nav li a {
  font-size: 0.95rem;
}
.footer-nav li a:hover {
  color: #1BB1AA !important;
}
.footer-nav li a i {
  color: #1BB1AA;
  margin-right: 4px;
}

.navbar-toggler i {
  font-size: 27px !important;
}

.nf-form-layout .nf-form-content .listcheckbox-wrap li, .nf-form-layout .nf-form-content .listradio-wrap li {
  margin-bottom: 0px !important;
}

.list-checkbox-wrap .nf-field-element {
  background: #f8fafc;
  border: 1px #e1e6ea solid !important;
  padding: 15px 10px;
}

.checkbox-wrap .nf-field-element label:after, .checkbox-wrap .nf-field-label label:after, .listcheckbox-wrap .nf-field-element label:after, .listcheckbox-wrap .nf-field-label label:after {
  background: #fff !important;
}

.nf-form-content .list-select-wrap .nf-field-element > div, .nf-form-content input:not([type=submit]), .nf-form-content textarea {
  background: #f8fafc !important;
  border: 1px #e1e6ea solid !important;
}

.nf-form-content .list-checkbox-wrap .nf-field-element ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  /* 2 kolommen van gelijke breedte */
  gap: 10px;
  /* ruimte tussen de vakjes */
  list-style: none;
  /* verwijdert de standaard bullets */
  padding: 0;
  /* optioneel: padding weghalen */
}

.phone-mobile {
  font-size: 21px !important;
  color: #30495d;
  margin-right: 15px;
  padding-bottom: 0px;
  display: inline-block;
}
.phone-mobile i {
  margin-bottom: 2px;
  margin-top: 3px;
}

.kollom {
  padding-right: 15px;
}

.btn-important {
  position: relative;
  opacity: 1 !important;
  display: inline-block !important;
  padding: 12px 13px !important;
  margin-left: 2px;
  right: inherit;
  bottom: inherit;
  margin-top: -3px;
  margin-right: 8px;
  font-size: 22px !important;
  line-height: 16px !important;
  font-weight: 400 !important;
  transition: 0.2s ease-in-out all;
  color: #fff;
  background: #003d69;
}
.btn-important span {
  font-size: 12px;
}
.btn-important i {
  width: 100%;
}
.btn-important:hover {
  background: #069090 !important;
}
.btn-important img {
  -webkit-filter: grayscale(1) invert(1) contrast(0) brightness(250);
  filter: grayscale(1) invert(1) contrast(0) brightness(250);
  transition: 0.2s ease-in-out all;
}

.wordpress-webdeveloper-arnhem {
  max-width: 149px;
  padding-left: 4px;
  float: right;
}

#map_canvas {
  display: block;
  height: 100%;
  width: 100%;
  min-height: 500px;
}

.mapbutton {
  margin-bottom: 15px;
  display: inline-block;
  margin-top: 14px;
  padding: 10px 25px;
  background: #fff;
  border: 1px #eee solid;
}

p a {
  display: inline-grid;
}

footer {
  padding: 70px 0px 50px 0px;
}
footer .bellen i, footer .mailen i {
  color: #fff;
}
footer ul li {
  font-size: 1rem;
}
footer ul li:before {
  display: none;
}
footer a:hover {
  color: #1BB1AA;
}
footer hr {
  margin: 0px 0px 60px 0px;
  border-top: 1px solid #000;
  opacity: 0.1;
}
footer strong {
  color: #fff;
  font-weight: 400 !important;
  font-size: 22px;
  max-width: 285px;
  display: block;
}

.socials .btn-social {
  display: inline-block;
  font-size: 21px;
  height: 40px !important;
  width: 25px !important;
  margin-right: 5px;
  padding: 4px 0px;
  text-align: center;
  color: #fff;
  background: transparent;
  margin-right: 5px;
  border-radius: 50%;
  opacity: 0.85;
}
.socials .btn-social:hover {
  color: #069090;
  opacity: 1;
}
.socials .fa-instagram {
  font-size: 25px;
}

.contactinfo .socials {
  margin-top: 20px;
}
.contactinfo .socials .btn-social {
  color: #003d69;
  border: 2px #003d69 solid;
}

.form-control {
  height: 50px;
  padding: 10px 30px;
}

.form .bg-white {
  color: #30495d;
}

.menu-block {
  background: #fff;
  font-size: 19px;
  min-height: 132px;
  display: flex;
  align-items: center;
  padding: 20px 30px;
  border: 1px #eee solid;
  margin-top: 10px;
  transition: 0.2s ease-in-out all;
}
.menu-block:hover {
  border: 1px #003d69 solid;
  color: #003d69;
}

.copyright {
  background: #002D4D;
  color: #fff;
  padding: 45px 0px;
}
.copyright ul li {
  display: inline-block;
  padding: 0px;
  opacity: 0.6;
}
.copyright ul li a {
  text-decoration: none;
}
.copyright ul li a:hover {
  text-decoration: underline;
  color: #1BB1AA !important;
}

@keyframes scrolldown {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 15px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@media (min-width: 992px) {
  html, body {
    font-size: 19px;
    line-height: 28px;
  }

  .navbar-toggler {
    display: none !important;
  }

  .totop {
    margin-top: -150px;
  }

  .bg-small {
    height: 45vh;
  }

  .bg {
    background-size: cover !important;
    background-position: top center;
  }
  .bg .caption h1, .bg .caption h2 {
    font-size: 2.5rem;
  }

  footer .contactgegevens .contactinfo {
    padding: 90px 30px;
  }
  footer .contactgegevens .contactinfo:first-of-type {
    border-bottom: 0px #eee solid;
  }
}
@media (min-width: 1115px) {
  h1 {
    font-size: 1.9rem;
  }

  .bg {
    background-position: center right;
  }
  .bg .caption h1, .bg .caption h2 {
    font-size: 2.2rem;
    padding-right: 0vw;
    line-height: 46px;
  }
}
@media (min-width: 1880px) {
  .banner_image::before {
    height: 150% !important;
  }
}
@media (min-width: 1700px) {
  .banner_image::before {
    height: 130% !important;
  }
}
@media (max-width: 1680px) {
  .banner_image::before {
    height: 110% !important;
  }
}
@media (max-width: 1800px) {
  .banner_image::before {
    height: 105% !important;
  }
}
@media (max-width: 1500px) {
  html, body {
    font-size: 16px;
  }

  .banner_image::before {
    height: 95% !important;
  }

  .banner_image::before {
    height: 100% !important;
  }

  .topbar {
    padding: 5px 0px;
  }

  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }

  .container {
    max-width: 1300px;
  }

  h2 {
    font-size: 2.2rem;
  }

  h3 {
    font-size: 1.8rem;
  }

  .container-100 {
    padding: 0px 15px;
  }

  .bg .caption h1 {
    font-size: 2.2rem;
    line-height: 46px;
  }
  .bg .caption h2 {
    font-size: 2.2rem;
    line-height: 46px;
  }
}
@media (max-width: 1300px) {
  .navbar .navbar-nav .nav-link {
    padding-right: 8px;
    padding-left: 8px;
  }

  .btn-primary span {
    display: none;
  }

  .bg {
    background-size: cover !important;
  }
}
@media (max-width: 1280px) {
  h2 {
    font-size: 2.2rem;
    margin-bottom: 5px;
  }

  .dienstenmenu .nav-link {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }

  .medewerker .contact {
    margin-top: 15px;
  }

  .bg .caption {
    text-align: left;
  }
  .bg .caption h1 {
    font-size: 2.2rem;
    line-height: 46px;
  }
}
@media (max-width: 1500px) {
  .owl-carousel-blocks .owl-stage {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 1400px) {
  .navbar .navbar-nav .nav-link {
    font-size: 17px;
    padding: 0px 5px;
  }
}
@media (max-width: 1200px) {
  .top {
    width: 57%;
  }

  html, body {
    line-height: 28px;
  }

  .navbar .navbar-nav .nav-link {
    font-size: 16px;
    padding-right: 4px;
    padding-left: 4px;
  }

  .logo {
    width: 195px !important;
  }

  .project .caption {
    padding: 45px 20px !important;
  }

  .bg .highlight {
    right: 0px;
    max-height: 75%;
  }

  .subnav-container h4 {
    font-size: 22px;
  }

  .subnav-container {
    padding-right: 0px;
  }

  .navbar .navbar-nav .dropdown-menu {
    padding: 50px 30px;
    margin-top: 15px;
  }

  h1, h2 {
    font-size: 2.15rem;
  }

  main {
    padding: 15px;
  }
  main .inhoud {
    padding-right: 0px;
  }
}
@media (max-width: 1024px) {
  h1, h2 {
    font-size: 1.5rem;
  }

  .cijfer {
    font-size: 1.8rem;
  }

  .intro_banner .caption-absolute .block {
    padding: 60px 45px 60px 45px;
  }

  .banner_image {
    height: 475px;
    min-height: 475px;
    margin: 0px;
  }

  h3 {
    font-size: 1.4rem;
  }

  .bg .caption h1 {
    font-size: 1.8rem;
    line-height: 35px;
  }

  .btn {
    padding: 10px 20px !important;
  }

  .bg .caption {
    padding: 95px 50px;
  }
}
@media (max-width: 992px) {
  .first-single-section {
    padding-top: 100px !important;
  }

  .cijfer {
    font-size: 1.8rem;
  }

  .werkzaamheden .cijfer {
    font-size: 1.4rem;
  }

  .project {
    height: 350px;
  }

  .banner_image .caption-absolute h1 {
    font-size: 1.8rem;
    line-height: 32px;
  }

  #accordionFaq .card .card-header {
    padding: 12px 0px;
  }

  .owl-carousel-tekstblocks .blog {
    border-radius: 45px 45px 0px 45px;
  }

  .owl-carousel-homepage .sfeerimage {
    border-radius: 45px 45px 0px 45px;
  }

  .border-bottom-left-radius {
    border-bottom-left-radius: 45px;
  }

  .banner_image {
    border-bottom-left-radius: 45px !important;
  }

  .owl-carousel-homepage {
    margin-bottom: 0px;
  }

  .mob-left {
    margin-left: -30px;
  }

  .banner_image .fixed-cta {
    height: 145px;
    line-height: 145px;
  }

  .phone-mobile i {
    margin-bottom: -4px !important;
  }

  .fa-phone-alt {
    color: #30495d;
    font-size: 20px;
  }

  .sfeerimage {
    max-height: 375px;
    height: 45vh;
  }

  .focus {
    padding: 30px 0px;
  }

  .intro_banner .introbannerimage {
    margin-right: -15px;
    margin-left: -15px;
  }

  .bg-white .intro_banner .introbannerimage:after {
    background: #fff;
    background: linear-gradient(45deg, #fff 0%, rgba(83, 48, 137, 0) 90%);
  }

  .page-template-donker header {
    top: 0px;
  }

  .topbar {
    display: none;
  }

  .page-template-donker .dienstenmenu {
    top: 52px;
  }

  .price-blocks .blog .blog-content-container {
    padding: 25px 15px;
  }

  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }

  .absoluteblock {
    display: none !important;
  }

  .topbar ul li {
    margin-right: 10px;
  }

  .dropdown-menu .dropdown-menu a:before {
    content: "";
    font-family: "Font Awesome 5 Pro";
    color: #30495d;
    font-size: 16px;
    margin-right: 8px;
  }

  .intro_banner img {
    max-height: 50vh;
  }

  header {
    padding: 20px 0;
  }
  header .logo {
    width: 215px !important;
  }

  .image-big img {
    max-height: 550px;
  }

  .wordpress-webdeveloper-arnhem {
    width: 120px;
  }

  .usps_bar {
    padding-left: 20px;
  }

  .video-container {
    margin-top: 60px;
  }

  .dropdown-menu {
    padding-top: 0px;
  }

  .navbar-nav .dropdown-menu .dropdown-item {
    font-weight: bold;
    padding-bottom: 0px !important;
  }
  .navbar-nav .dropdown-menu .dropdown-menu {
    display: block;
  }
  .navbar-nav .dropdown-menu .dropdown-menu .dropdown-item {
    font-weight: normal;
  }

  .text-icons-right {
    margin-top: 30px;
  }

  .accordion-right {
    margin-top: 0px;
  }

  .open {
    background: #fff !important;
  }
  .open .btn-important, .open .phone-mobile {
    color: #30495d !important;
  }
  .open .logo_negatief {
    display: none !important;
  }

  .bg-blue-block {
    color: #fff !important;
  }
  .bg-blue-block h1, .bg-blue-block h2, .bg-blue-block h3, .bg-blue-block h4 {
    color: #fff !important;
  }
  .bg-blue-block:hover {
    color: #fff !important;
  }
  .bg-blue-block:hover h1, .bg-blue-block:hover h2, .bg-blue-block:hover h3, .bg-blue-block:hover h4 {
    color: #fff !important;
  }

  .intro_banner .bg-blue-block {
    background: transparent;
  }
  .intro_banner img {
    min-height: 130px;
  }

  .logo-partner {
    padding: 30px;
  }

  .title-icon {
    height: 60px !important;
    min-height: 60px !important;
  }

  .section-g {
    padding-top: 0px !important;
  }

  .footer {
    padding: 20px 0px;
    padding-top: 60px !important;
  }
  .footer:before {
    display: none;
  }

  .dienstenmenu .closer {
    left: 40px;
  }

  .owl-nav .fa {
    font-size: 22px;
  }

  .intro_banner .caption-absolute .bg-light {
    background: transparent !important;
    padding: 75px 35px 0px 35px !important;
  }

  .customer-story .block {
    margin-left: 0px;
  }

  .owl-carousel-stories button {
    position: relative !important;
  }
  .owl-carousel-stories .owl-nav {
    margin: 20px 0px;
  }
  .owl-carousel-stories .owl-prev {
    left: 0px;
  }
  .owl-carousel-stories .owl-next {
    right: 0px;
  }

  header .logo {
    margin-bottom: 0px !important;
  }

  .btn-important {
    background: transparent;
    color: #30495d;
  }
  .btn-important:hover {
    background: transparent !important;
    color: #30495d !important;
  }

  .photob {
    min-height: 275px;
  }

  .intro_banner img {
    width: 100%;
  }

  .socials .btn-social {
    height: 42px !important;
    width: 42px !important;
    padding: 7px 0px;
  }

  .alert {
    padding: 15px 0px;
  }

  .usps ul li {
    display: inline-block;
    margin-right: 5px;
    font-size: 0.81rem;
    color: #000;
  }

  .small-icon {
    height: 25px !important;
    display: inline-block;
    margin-right: 1px;
  }

  .contactimg {
    display: none;
  }

  .bg:after {
    bottom: -1px;
  }

  header {
    font-size: 18px;
  }
  header .btn-important {
    margin-left: 0px;
    padding: 6px 0px 0px 0px !important;
    margin-right: 0px;
  }

  .klantLogo {
    padding-bottom: calc(50% - 1px) !important;
  }
  .klantLogo img {
    max-width: 100%;
  }

  .banner {
    height: auto;
  }

  .logo-klein {
    display: block;
    margin-bottom: 25px;
  }

  .photob {
    margin-left: 0px;
  }

  .infoblock {
    margin-bottom: 15px;
    height: 275px;
  }
  .infoblock .infoblock-inner {
    padding: 30px 30px;
    padding-right: 55px;
  }

  .keus {
    padding: 30px;
    padding-right: 50px;
  }

  .hamburger {
    top: 38px;
  }

  .top {
    width: 70%;
  }

  .photob {
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .klantLogo {
    float: inherit;
    margin: 0px auto;
  }

  #cn-notice-text {
    padding-right: 0px !important;
  }

  .bg-medewerker {
    height: auto !important;
    max-width: 700px;
    margin: 0px auto;
    min-height: 700px !important;
  }

  #cn-notice-text {
    width: 100%;
    text-align: center !important;
  }

  .bg .caption {
    margin-left: 0px !important;
    padding: 90px 40px;
  }
  .bg .caption a {
    margin-top: 0px;
  }
  .bg .caption h1 {
    font-size: 2.2rem;
    line-height: 48px;
    padding-right: 0px !important;
  }

  .section-small {
    padding: 15px;
  }

  .medewerker .inner {
    padding: 30px;
    margin-left: 0px;
    padding-left: 30px;
  }
  .medewerker .photo-medewerker {
    width: 100%;
  }

  .medewerker_img {
    max-height: none !important;
  }

  .navbar-modal {
    position: absolute;
    height: 64px;
    width: 64px;
    margin-right: 0px;
    right: 20px;
    text-align: center;
    top: 30px;
    z-index: 200;
  }

  .bg {
    height: auto;
  }

  #scrollDown span {
    bottom: 40px;
  }

  .navbar-toggler {
    position: relative;
    z-index: 200;
    font-size: 30px;
  }

  #cn-accept-cookie {
    float: inherit !important;
  }

  #cookie-notice {
    font-size: 16px !important;
    line-height: 23px !important;
  }

  .dienstenmenu .navbar-nav .dropdown-menu .dropdown-item {
    font-size: 18px;
  }

  .dienstenmenu {
    padding: 15px 0px;
  }
  .dienstenmenu .navbar-nav .nav-link {
    font-size: 19px;
    width: 100%;
    margin-bottom: 0px;
    padding: 8px 0px;
    border-bottom: 1px #eee solid;
  }
  .dienstenmenu .navbar-nav li:last-child a {
    border-bottom: 0px;
  }

  .dropdown-toggle::after {
    float: right;
  }

  .navbar-nav .dropdown-menu {
    position: relative !important;
  }
}
@media (max-width: 882px) {
  body {
    padding-top: 70px;
  }
}
@media (max-width: 768px) {
  html, body {
    line-height: 25px;
    font-size: 16px;
  }

  .owl-carousel-homepage .sfeerimage {
    height: 50vh;
  }

  body.admin-bar header {
    top: 46px;
    /* Hoogte van admin bar op mobiel */
  }

  .btn-important span {
    font-size: 11px;
  }

  .bordermedewerker .medewerkerimg-container {
    border-radius: 30px;
    border-bottom-right-radius: 0px;
  }
  .bordermedewerker h5 {
    font-size: 18px;
  }
  .bordermedewerker .fa-whatsapp {
    font-size: 23px;
    margin-top: -1px;
  }

  .step-process:before {
    height: 40px;
    width: 40px;
    padding-top: 5px;
  }

  .cijfers .kollom {
    font-size: 14px;
    line-height: 20px;
  }

  .intro_banner .focus {
    padding: 40px 0px;
  }

  .block {
    padding: 35px 20px;
  }

  footer strong {
    font-size: 20px;
    max-width: 265px;
  }

  .scherm::before {
    top: -71px;
    left: -37px;
  }

  main .inhoud, #main .inhoud {
    padding-right: 0px;
  }

  .mob-left .inhoud {
    padding-left: 15px;
  }

  .monitor-absolute {
    top: 50px;
    left: -8px;
    max-width: 235px;
  }

  .page-template-donker .intro_banner {
    height: 295px;
  }
  .page-template-donker .intro_banner .introbannerimage img {
    height: 295px;
  }

  .medewerkerimg-container {
    margin-bottom: 20px;
  }

  .listcheckbox-container .nf-field-element label:before {
    top: 0px !important;
  }

  .listcheckbox-container .nf-field-element label:after {
    top: 1px !important;
  }

  .checkbox-wrap .nf-field-element label:after, .checkbox-wrap .nf-field-label label:after, .listcheckbox-wrap .nf-field-element label:after, .listcheckbox-wrap .nf-field-label label:after {
    width: 16px;
    height: 16px;
  }

  .nf-form-content .list-checkbox-wrap .nf-field-element ul {
    display: block;
  }

  .blog .blog-content-container {
    padding: 40px 30px 40px 30px;
  }

  .introbannerimage {
    position: relative;
  }
  .introbannerimage img {
    height: 235px;
  }

  .intro_banner {
    height: auto;
  }
  .intro_banner .introbannerimage {
    position: relative;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .intro_banner h1 {
    font-size: 2rem;
  }

  .breadcrumb {
    font-size: 15px;
  }

  .breadcrumb-item + .breadcrumb-item::before {
    padding-right: 0px !important;
  }

  .page-template-donker .dienstenmenu {
    top: 38px;
  }

  header .logo {
    width: 195px !important;
  }

  .breadcrumb .breadcrumb-item::before {
    padding-right: 0px;
    font-size: 10px;
  }
  .breadcrumb span {
    padding: 0px 6px !important;
  }
  .breadcrumb span span {
    padding: 0px !important;
  }

  .photo-container figure {
    height: 35vh;
  }

  .project .highlight {
    width: 100% !important;
    max-height: none !important;
  }

  #main section:first-of-type .photo-container {
    margin-top: -20px;
    height: 235px !important;
    min-height: 235px !important;
  }

  #main section:first-of-type .owl-carousel-homepage .photo-container {
    margin-top: 0px;
    height: 300px !important;
  }
  #main section:first-of-type .owl-carousel-homepage .photo-container .sfeerimage {
    height: 300px !important;
  }

  .visible-mobile {
    display: block;
  }

  .owl-carousel-blocks .owl-stage {
    padding-left: 0px !important;
  }

  h1 {
    font-size: 1.7rem;
  }

  .blog .blog-photo {
    min-height: 215px;
  }

  .logo-partner {
    padding: 20px 15px;
  }

  .bal-container {
    height: 30vh;
  }

  .phone-mobile {
    margin-right: 8px;
  }

  .afbeeldingblokken .sfeerimage {
    max-height: 185px;
    margin: 0px;
  }

  .video-container .video .videobutton {
    margin-top: 120px;
  }

  .owl-carousel-imageslider .item {
    height: 35vh;
  }
  .owl-carousel-imageslider .item .sfeerimage {
    height: 35vh;
  }

  .staandefotos .item {
    height: 55vh;
  }
  .staandefotos .item .sfeerimage {
    height: 55vh;
  }

  .video-container {
    height: 35vh;
    min-height: 300px;
  }

  section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .witruimte {
    height: 40px !important;
  }

  .form .block {
    padding: 30px 0px;
  }

  .bg-light .form .block {
    padding: 30px 15px;
  }

  .usp {
    padding: 15px 0px;
  }
  .usp .inner {
    width: 100%;
    margin: 0px auto;
  }
  .usp img {
    margin-right: 15px;
  }
  .usp .icon-round {
    display: inline-block;
    float: inherit;
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .accordion-column2 {
    columns: 1;
    column-gap: 0px;
  }

  .bg {
    min-height: 235px;
  }

  .btn-default {
    font-size: 18px !important;
  }

  .footer-nav li {
    padding: 3px 0 !important;
    border-bottom: 0px #fff solid;
  }

  .logo {
    margin-bottom: 15px !important;
  }

  .usps ul {
    padding: 0px;
  }

  .medewerker {
    text-align: center;
  }
  .medewerker .photo-medewerker {
    margin: 0px auto;
  }

  header {
    padding: 10px 0px;
  }

  .navbar-modal {
    right: 0px;
  }

  .searchbar input {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .hamburger {
    margin-right: 0px !important;
  }

  .top {
    width: 90%;
    padding: 10px 15px;
  }

  .keus {
    padding: 20px 0px;
  }

  .sidebar {
    display: block;
    margin: 0px !important;
    padding: 0px;
    text-align: left !important;
  }
  .sidebar li {
    display: block;
    float: inherit;
    border-bottom: 1px #c4c4c4 solid;
  }
  .sidebar li:last-child {
    border-bottom: 0px;
  }
  .sidebar li:last-child a {
    margin-top: 10px;
  }
  .sidebar li a {
    display: block;
  }

  .bg-medewerker {
    min-height: 650px !important;
  }

  .bg .caption {
    margin-left: 15px;
  }
}
@media (max-width: 1px) {
  .banner_image {
    height: 275px;
    min-height: 275px;
  }
  .banner_image img {
    min-height: 275px;
  }
  .banner_image::before {
    display: none;
  }
  .banner_image .caption-absolute {
    display: none;
  }

  .zichtbaarmaken {
    display: block;
  }
}
@media (max-width: 500px) {
  .bg-medewerker {
    min-height: 450px !important;
  }

  .dienstenmenu .closer {
    top: 50px;
  }

  .navbar-nav {
    margin-top: 20px;
  }

  .secondmenu .navbar-nav {
    margin-top: 30px;
  }

  header .navbar-toggler {
    padding: 0px !important;
  }
}
.nf-form-content .listselect-wrap .nf-field-element div, .nf-form-content input.ninja-forms-field, .nf-form-content select.ninja-forms-field:not([multiple]) {
  height: 50px !important;
  line-height: 55px;
}

.email {
  border-radius: 0px !important;
  height: 58px !important;
  line-height: 58px;
  font-size: 1rem !important;
  padding: 0px 0px 0px 20px !important;
  border: 0px !important;
}

.shadow {
  box-shadow: 0 10px 30px 0 rgba(72, 72, 72, 0.16) !important;
}

.wp-block-image img {
  height: auto;
}

.nf-form-content .list-select-wrap > div select {
  line-height: 35px !important;
  padding: 0px 20px;
}

.ht_ctc_padding {
  margin: 15px;
  padding: 15px !important;
}
.ht_ctc_padding svg {
  height: 32px !important;
  width: 32px !important;
}

#mc_embed_signup form {
  text-align: left !important;
}

#mc_embed_signup input.email {
  width: auto;
}
#mc_embed_signup .btn {
  margin-top: 0px !important;
}

.nieuwsbrief i {
  color: #30495d;
  line-height: 55px;
}
.nieuwsbrief .btn {
  margin: 0px auto;
}

.nf-error.field-wrap .nf-field-element:after {
  height: 54px !important;
  line-height: 55px !important;
}

.nf-form-fields-required {
  display: none;
}

.nf-form-content label {
  font-size: 1rem !important;
}

#wpadminbar {
  background: #3e4a53 !important;
}

#wp-admin-bar-search {
  display: none !important;
}

.nf-multi-cell .nf-cell {
  padding: 0px 10px 0px 0px !important;
}

.nf-form-content {
  max-width: 100% !important;
}

#wpadminbar #wp-admin-bar-my-account.with-avatar > .ab-empty-item img, #wpadminbar #wp-admin-bar-my-account.with-avatar > a img {
  width: auto;
  height: 16px;
  padding: 0;
  border: 1px solid #82878c !important;
  background: #eee !important;
  line-height: 1.84615384;
  vertical-align: middle;
  margin: -4px 0 0 6px;
  float: none;
  display: inline;
}

.nf-form-content {
  padding: 0px !important;
}

#wpadminbar #wp-admin-bar-my-account.with-avatar > .ab-empty-item img, #wpadminbar #wp-admin-bar-my-account.with-avatar > a img {
  border: 0px;
  border-radius: 50px !important;
}

.space {
  height: 430px;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.1rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  padding-right: 0.1rem;
}

.breadcrumb {
  background: transparent;
  margin-bottom: 30px;
  color: inherit;
  font-size: 0.95rem;
}
.breadcrumb a {
  color: #30495d;
  padding: 0px;
  border-radius: 50px;
}
.breadcrumb a span {
  background: transparent;
}
.breadcrumb span {
  color: inherit;
  padding: 1px 5px;
  border-radius: 50px;
}
.breadcrumb span span {
  padding: 0px;
}

@media (min-width: 770px) {
  .nieuwsbrief .btn {
    float: right;
  }
}
@media (max-width: 768px) {
  #mc_embed_signup input.email {
    width: calc(100% - 30px) !important;
  }
}

/*# sourceMappingURL=style.css.map */
