@charset "UTF-8";
/*
    Theme Name: Landingspage
    Theme URI: https://mostvalue.nl
    Author: Most Value
    Author URI: https://www.mostvalue.nl/
    Description: This theme is made by Most Value.
    Version: 1.0
    Text Domain: landingspage
*/
html, body {
  line-height: var(--line-height-mobile);
  font-family: "Figtree", sans-serif;
  color: var(--text-color);
  font-weight: 300;
  overflow-x: hidden;
  scroll-behavior: smooth;
  font-display: auto;
  /* Define how the browser behaves during download */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

header {
  position: relative;
  width: 100%;
  padding: 30px 0;
  font-size: 19px;
  background: #fff;
  z-index: 999;
}
header .logo {
  position: relative;
  display: block;
  z-index: 100;
  height: 82px;
  margin-top: 0px;
}
header .logo-negativ {
  display: none;
}
header .ml-right {
  position: relative;
  z-index: 100;
}

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

.partners h3 {
  font-size: 1.3rem;
  font-weight: normal;
}
.partners a {
  color: orange;
}

.naarfacebook {
  font-weight: 700 !important;
  color: #3b5998;
  font-size: 1.1rem;
}
.naarfacebook i {
  font-size: 1.15rem;
  margin-right: 5px;
}

#accordionFaq .card {
  background: transparent !important;
  box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.06);
  margin-bottom: 20px;
}
#accordionFaq .card .card-header {
  background: #fff;
}
#accordionFaq .card .card-header .btn-accordion .fa-plus {
  display: none;
  float: right !important;
  margin-right: 10px;
}
#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 {
  color: var(--second-color);
  background: #fff;
}

.wp-block-embed__wrapper iframe {
  width: 100%;
  height: 40vh;
}

.uspoverview {
  margin-top: 15px !important;
  list-style: none !important;
  margin-left: 20px !important;
  color: var(--text-color);
}
.uspoverview li:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  margin-left: -20px;
  color: var(--main-color);
  margin-right: 15px;
}
.uspoverview .bundleprice {
  color: var(--main-color);
  font-weight: bold;
}
.uspoverview .bundleprice:before {
  font-weight: normal;
  color: var(--main-color);
}

.card-header {
  background: transparent;
  font-weight: normal;
}
.card-header:hover {
  background: #eee;
}
.card-header .btn-accordion {
  padding: 0px !important;
  margin-top: 0px !important;
  display: block;
  width: 100%;
  color: #000000;
  font-size: 20px !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;
}

.ffm-usps {
  margin-top: 30px;
  padding: 15px 0px;
  border-top: 1px #faf6f2 solid;
  border-bottom: 1px #faf6f2 solid;
}
.ffm-usps .fa-check {
  color: #94C13B;
}

.accordion {
  margin-top: 30px;
}

.usps_bar {
  position: relative;
  padding: 15px 0px;
  padding-left: 25px;
  border-bottom-right-radius: 0px;
}
.usps_bar:before {
  display: none;
}

.card {
  border: 0px;
}

.card-header {
  padding: 1rem 1.25rem;
}

.card-body {
  background: #fff;
}
.card-body h1, .card-body h2, .card-body h3, .card-body h4 {
  font-size: 1rem !important;
}

.searchicon {
  height: 21px;
  margin-top: -2px;
  margin-right: 8px;
}

.topical {
  padding: 9px 0;
  margin: 35px 0;
  font-weight: bold;
  color: #0b131a;
  border-top: 1px #F4F4F4 solid;
  border-bottom: 1px #F4F4F4 solid;
  transition: 0.2s ease-in-out all;
}
.topical i {
  margin-left: 0;
  opacity: 0;
  color: var(--cta-color);
  transition: 0.2s ease-in-out all;
}
.topical:hover {
  color: var(--cta-color);
  transition: 0.2s ease-in-out all;
}
.topical:hover i {
  margin-left: 15px;
  opacity: 1;
  transition: 0.2s ease-in-out all;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Figtree", sans-serif;
}

h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.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;
}

.ffm-container {
  margin-bottom: 30px;
}

.ffm_product {
  position: relative;
  border: 2px #eee solid;
  padding: 20px;
  height: 100%;
  text-decoration: none !important;
  font-weight: normal !important;
  padding-bottom: 200px;
}
.ffm_product a {
  display: block;
  position: relative;
  width: calc(100% - 25px);
  text-decoration: none !important;
  color: #000;
  font-weight: normal !important;
}
.ffm_product a strong {
  display: inline-block;
  font-weight: normal !important;
}
.ffm_product a:hover {
  text-decoration: none !important;
  color: inherit;
}
.ffm_product a:hover h2 {
  color: inherit;
}
.ffm_product h2 {
  margin-top: 30px;
  font-size: 1.5rem;
  line-height: 1.8rem;
  text-decoration: none !important;
  color: #4D3939 !important;
}
.ffm_product .price {
  display: inline-block;
  margin-top: 5px;
}
.ffm_product .price p {
  font-size: 1.3rem;
  color: #4D3939;
}
.ffm_product:hover {
  text-decoration: none !important;
  color: inherit;
}
.ffm_product:hover h2 {
  color: inherit;
}
.ffm_product .ffm-product-bottom {
  position: absolute;
  bottom: 0px;
  height: 200px;
  width: 100%;
  left: 0px;
  padding-left: 20px;
}

.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;
}

.featured .ffm_product {
  overflow: hidden;
  border: 2px var(--main-color) solid;
}
.featured .ffm_product:before {
  content: "Recommended";
  background: var(--main-color);
  padding: 5px 60px;
  color: #fff;
  position: absolute;
  top: 28px;
  right: -70px;
  font-size: 0.9rem;
  transform: rotate(45deg);
}

#selecterRegion {
  width: 100%;
}

#selectRegion select {
  padding: 15px 20px !important;
}

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

.site_selector {
  padding: 15px 0px;
}
.site_selector .btn {
  margin: 0px !important;
  margin-right: 30px !important;
}
.site_selector p {
  margin: 0px !important;
}

.inherit {
  position: inherit;
}

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

.orange-overlay::after {
  content: "";
  background: #e49413;
  background: linear-gradient(105deg, #e49413 0%, #e77129 45%, #e95e31 73%, #eb2b40 100%);
  width: 100%;
  height: 100% !important;
  position: absolute;
  opacity: 0.8 !important;
  top: 0;
  left: 0;
}

.certificaat {
  display: inline-block;
  padding: 6px;
  margin-left: 15px;
}
.certificaat img {
  height: 115px;
  width: 115px;
}

.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: var(--second-text-color);
}
.reversed .navbar .navbar-nav .nav-link:hover {
  color: var(--second-color) !important;
}
.reversed .navbar .navbar-nav .active .nav-link {
  color: var(--second-color) !important;
}
.reversed .bel {
  color: var(--second-text-color);
}
.reversed .bel strong {
  color: var(--second-text-color);
}

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: var(--cta-color);
  text-decoration: underline;
}

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

.sidebar {
  list-style: none;
  padding: 0;
}
.sidebar li {
  margin: 7px 0;
  width: 100%;
}
.sidebar a {
  display: block;
  padding: 15px 25px;
  text-decoration: none;
  width: 100%;
  transition: 0.2s ease-in-out all;
}
.sidebar a:hover {
  color: #fff !important;
  text-decoration: none !important;
  padding-left: 30px;
}
.sidebar .light {
  background: #f8f3f0 !important;
}
.sidebar .light:hover {
  color: var(--text-color) !important;
}
.sidebar .orange {
  background: var(--cta-color);
  color: #fff;
}
.sidebar .blue {
  background: #7ed4ff;
  background: linear-gradient(90deg, #7ed4ff 0%, #54c3eb 100%);
  color: #fff;
}
.sidebar .green {
  background: var(--main-color);
  color: #fff;
}

.reset_variations {
  display: none !important;
}

.woocommerce-ordering {
  display: none;
}

.small_width.bundle_form div.bundled_product_summary:not(.thumbnail_hidden) .details, .small_width.composite_form .bundle_form div.bundled_product_summary:not(.thumbnail_hidden) .details {
  width: 65% !important;
}

.bundled_product_images a {
  padding: 0px !important;
  border: 0px !important;
}

.vacature h4 {
  color: #fff;
}

.variations {
  margin-bottom: 0px;
}

.bundled_product_permalink, .reset_bundled_variations_fixed {
  display: none !important;
}

.bundled_product_title {
  font-size: 1rem;
  margin-bottom: 0px !important;
}
.bundled_product_title span {
  margin-bottom: 0px !important;
}

.blocks-gallery-item {
  margin: 15px 0;
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
  width: 85px !important;
}

#add_payment_method table.cart .bundled_table_item img, .woocommerce-cart table.cart .bundled_table_item img, .woocommerce-checkout table.cart .bundled_table_item img {
  width: 50px !important;
  margin-bottom: 15px;
}

.woocommerce table.shop_table tbody th span, .woocommerce table.shop_table tfoot td span, .woocommerce table.shop_table tfoot th span {
  font-weight: 400 !important;
}

.woocommerce-cart-form__contents .qty {
  max-width: 100px;
}

.sub_faq {
  list-style: none;
}
.sub_faq li {
  padding: 5px 0 !important;
  border-bottom: 0 !important;
}

.highlight {
  border-left: 2px #E5E4E2 solid;
  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: 16px;
  border: 0px;
  padding-top: 1px;
  padding-left: 2px;
  display: inline-block;
  float: right;
}

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

.item {
  height: 560px;
  border-radius: 18px !important;
  overflow: hidden;
}
.item .btn-primary {
  background: var(--cta-color);
}
.item .blog-container {
  height: 100%;
}

.mainblog_container {
  position: relative;
  margin-bottom: 30px;
  min-height: 350px;
}

.mainblog {
  position: absolute !important;
  width: 100%;
}
.mainblog .blog-content {
  padding: 15px !important;
  padding-top: 50px !important;
}
.mainblog .blog-photo {
  height: 100%;
  background-size: cover !important;
  background-position: center center !important;
}

.readmore {
  font-weight: bold;
  color: var(--cta-color);
}

.btn-close {
  background: transparent;
}

.video-container {
  overflow: hidden;
  height: 50vh;
  min-height: 450px;
  background: var(--main-color);
}
.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: var(--main-color);
}
.video-container .video iframe {
  height: 100%;
}

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

.blog-container {
  margin-bottom: 30px;
}
.blog-container .photo-container {
  border-radius: 0px;
}

.text-left a {
  color: var(--second-color);
}

.title-icon {
  float: left;
  height: 65px !important;
  min-height: 65px !important;
  margin-top: -15px !important;
  width: auto !important;
  max-width: auto !important;
  padding-right: 10px !important;
  border-bottom-right-radius: 0px !important;
}

.center-title h3 {
  display: inline-block;
}
.center-title .title-icon {
  display: inline-block;
  float: inherit;
}

.blog {
  position: relative;
  background: #fff;
  height: 100%;
  display: block;
  text-decoration: none;
  color: var(--text-color);
  margin-bottom: 60px;
}
.blog .blog-content {
  padding: 40px 30px 30px 30px;
}
.blog .blog-content .btn-primary {
  position: absolute;
  bottom: 30px;
  display: block;
  margin: 0px auto;
}
.blog .blog-content .label {
  color: var(--second-color);
}
.blog .blog-content h4, .blog .blog-content h3 {
  font-size: 1.3rem;
  line-height: 30px;
}
.blog .photo-container {
  overflow: hidden;
}
.blog .blog-photo {
  overflow: hidden;
  width: 100%;
  min-height: 235px;
  background-size: cover !important;
  background-position: center center !important;
}
.blog:hover .blog-photo {
  transform: scale(1.1);
  transition: all 0.21s;
}
.blog:hover h4 {
  color: var(--main-color) !important;
}

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

.photo-container {
  border-radius: 18px;
}
.photo-container figure {
  height: 50vh;
  background-size: cover !important;
  background-position: center center !important;
  margin: 0px;
}

.medewerkerimg-container {
  border-radius: 50% 50%;
  overflow: hidden;
  max-width: 145px;
  max-height: 145px;
  border: 3px #fff solid;
  margin: 0px auto;
  margin-bottom: 20px;
}

.cblock {
  text-align: center;
  background: #fff;
  padding: 30px 20px;
  margin-bottom: 5px;
  border-radius: 18px;
}
.cblock i {
  font-size: 2rem;
  margin-bottom: 15px;
  color: var(--cta-color);
}
.cblock h4 {
  font-size: 1.2rem;
}
.cblock a {
  color: var(--cta-color);
  font-weight: bold;
}

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

.opmaaktekst ul {
  list-style: none;
  padding: 0px;
}
.opmaaktekst ul li {
  padding: 5px 0px;
}
.opmaaktekst ul li::before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  color: var(--main-color);
  margin-right: 13px;
}

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

.bel {
  color: var(--text-color);
  display: inline-block;
  line-height: 28px;
  margin: 0px auto;
}
.bel strong {
  color: var(--text-color);
  display: block;
  font-weight: bold;
  line-height: 30px;
  font-size: 0.9rem;
}

.z3 {
  position: relative;
  padding-left: 2px;
  z-index: 3;
}

.whitepaper-wrapper .whitepaper {
  padding: var(--padding-vertical) var(--padding-horizontal);
}

.owl-carousel-homepage .item {
  height: auto !important;
}
.owl-carousel-homepage .item .sfeerimage {
  min-height: 400px;
  max-height: none !important;
  height: 500px;
}

.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: left;
}

.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: var(--padding-vertical) var(--padding-horizontal);
  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: var(--cta-color);
  transition: 0.3s ease-in-out all;
}
.diensten .dienst-wrapper:hover .dienst h3 {
  color: var(--second-text-color);
}
.diensten .dienst-wrapper:hover .dienst ul li {
  color: var(--second-text-color);
}

.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: 1400px;
  position: relative;
}

#cn-accept-cookie {
  background: var(--cta-color) !important;
  float: right !important;
}

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

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

#cookie-notice {
  background: var(--main-color);
  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: 1600px;
}

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

.inhoud a {
  color: var(--cta-color);
  font-weight: 700;
  text-decoration: underline;
}
.inhoud a:hover {
  color: var(--main-color);
}
.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: var(--text-color);
  padding-right: 30px;
  margin-bottom: 10px;
  font-weight: 600;
}
.intro a {
  color: var(--second-color);
  font-weight: 600;
}

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

strong {
  font-size: 1rem;
  color: var(--text-color);
  font-weight: 600 !important;
}

.height {
  height: 100%;
}

.width {
  width: 100%;
}

.bg-cta {
  background: var(--cta-color) !important;
  color: var(--second-text-color) !important;
}
.bg-cta h3 {
  color: var(--second-text-color) !important;
}

.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: var(--cta-color) !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: var(--text-color);
  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 var(--second-color) solid;
}
.btn-optie img {
  display: block;
  max-height: 150px;
  margin-bottom: 20px;
}

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

.btn-quiz {
  background: #fff;
  padding: 13px 35px;
  border: 1px #ccc solid;
  width: 100%;
  margin-top: 20px;
  display: inline-block;
  margin-bottom: 15px;
  margin-right: 10px;
  margin-left: 10px;
  transition: 0s ease-in-out all;
}
.btn-quiz:hover {
  border: 1px var(--second-color) solid;
  background: linear-gradient(180deg, #ff9027 0%, #ffa42b 50%, #ffb830 100%) !important;
  color: var(--second-text-color) !important;
  font-weight: 600;
  text-decoration: none;
  transition: 0s ease-in-out all;
}
.btn-quiz img {
  display: none;
  max-height: 150px;
  margin-bottom: 20px;
}

.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: var(--second-color);
}

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

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

.bg-green {
  color: #fff;
  background: var(--main-color);
}
.bg-green h3 {
  color: #fff;
}
.bg-green .block {
  color: var(--text-color);
}

.bg-green-block {
  background: #addfc3;
}

.woocommerce ul.products li.product a img {
  padding: 25px;
}

#choose_country_close {
  position: absolute;
  top: 14px;
  right: 30px;
  font-size: 1.5rem;
}

button[name=update_cart] {
  display: none !important;
}

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

.bg-dark {
  position: relative;
  background-color: #faf6f2 !important;
  color: var(--text-color) !important;
}
.bg-dark h1, .bg-dark h3 {
  color: var(--text-color) !important;
}
.bg-dark h4 {
  color: #fff;
}
.bg-dark .breadcrumb a {
  color: #fff;
}

.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: var(--second-color);
}

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

.logo-partner {
  padding: 15px;
}

.breadcrumb {
  margin-bottom: 0px !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;
  height: 400px;
  top: 0px;
  left: 0px;
  width: 100%;
  height: auto;
  z-index: 9999;
  background: #fff;
}
.dienstenmenu .container {
  -webkit-animation: fadeInContainer 1s ease-in-out;
  animation: fadeInContainer 1s 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: var(--main-color);
}
.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: 700;
  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: var(--main-color) !important;
  transition: 0.3s ease-in-out all;
}
.dienstenmenu .active .nav-link {
  color: var(--main-color) !important;
}
.dienstenmenu .secondmenu .nav-link {
  font-size: 1rem;
  font-weight: 300;
  color: var(--text-color);
  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: var(--main-color) !important;
  transition: 0.3s ease-in-out all;
}
.dienstenmenu .secondmenu .active .nav-link {
  color: var(--main-color) !important;
}
.dienstenmenu .contactinfo {
  color: var(--text-color);
  border-left: 1px rgba(255, 255, 255, 0.35) solid;
  line-height: 38px;
}
.dienstenmenu .contactinfo p {
  color: var(--text-color);
}
.dienstenmenu .contactinfo strong {
  color: var(--text-color);
}

.division .blog-photo {
  overflow: hidden;
  height: 255px;
  background-size: cover !important;
  background-position: center center !important;
}
.division .logo {
  padding: 20px;
}

.keus {
  position: relative;
  display: block;
  padding: 50px 20px;
  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;
}

.card-body {
  padding-top: 0px;
}

.usp {
  position: relative;
  display: block;
  padding: 25px 0px;
  text-decoration: none;
}
.usp i {
  color: var(--cta-color);
  font-size: 23px;
}
.usp p {
  margin: 0px;
}
.usp strong {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 700;
}
.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: var(--cta-color);
  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: var(--main-color) !important;
}

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

.owl-carousel .owl-prev {
  width: 53px;
  height: 53px;
  background: var(--main-color) !important;
  color: #fff !important;
  border-radius: 10px 0px 0px 10px !important;
  font-size: 1.4rem !important;
}
.owl-carousel .owl-prev:hover {
  background: #000 !important;
  color: #fff !important;
}

.owl-carousel .owl-next {
  width: 53px;
  height: 53px;
  background: var(--cta-color) !important;
  color: #fff !important;
  border-radius: 0px 10px 10px 0px !important;
  font-size: 1.4rem !important;
}
.owl-carousel .owl-next:hover {
  background: #000 !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%;
}

.maps {
  height: 600px;
  width: 100%;
  display: block;
}

.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-theme .owl-nav {
  margin: 0px;
  margin-top: 30px;
}

.supplier {
  display: block;
  position: relative;
  margin-bottom: 30px;
  border: 1px #F0F4F8 solid;
  height: calc(100% - 30px);
}
.supplier .photo-container {
  overflow: hidden;
  width: 100%;
  height: 325px;
  display: block;
}
.supplier figure {
  position: relative;
  display: block;
  padding: 0px;
  margin: 0px;
  width: 100%;
  background-size: cover !important;
  height: 100%;
  margin-bottom: 25px;
  transition: 0.3s ease-in-out all;
}
.supplier figure::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(219deg, rgba(9, 50, 66, 0) 5%, #093242 100%);
  opacity: 0.4;
}
.supplier .supplier-image-wrapper {
  height: 90px;
  display: flex;
  margin-bottom: 25px;
  align-items: center;
  justify-content: center;
}
.supplier .inner {
  position: relative;
  z-index: 2;
  padding: 30px 30px 50px 30px;
}
.supplier h4 {
  font-size: 35px;
}
.supplier::before {
  opacity: 0;
  content: "";
  width: 100%;
  height: 60%;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.3s ease-in-out all;
  /* 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(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00081033", endColorstr="#f20c2e49", GradientType=0);
  /* IE6-9 */
}
.supplier:hover::before {
  opacity: 1;
  transition: 0.2s ease-in-out all;
}
.supplier:hover figure {
  transform: scale(1.1);
  transition: 0.3s ease-in-out all;
}

.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: block;
}

.visible-desktop {
  display: none;
}

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

.titel {
  color: var(--second-color) !important;
  font-weight: 400;
  margin-bottom: 10px;
  display: inline-block;
}

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

.wp-block-file {
  text-align: center;
  padding: 30px var(--padding-vertical);
  margin: 0px auto;
  background: #f6f5f1 !important;
}
.wp-block-file a {
  display: block;
}
.wp-block-file .wp-block-file__button {
  margin-top: 15px;
  background: var(--cta-color) !important;
  color: var(--second-text-color) !important;
  font-weight: 600;
  text-decoration: none;
}
.wp-block-file .wp-block-file__button:hover {
  background: var(--main-color) !important;
  color: var(--second-text-color) !important;
}

.firstsection {
  padding-top: 200px;
}

main .inhoud, #main .inhoud {
  padding-right: 60px;
}
main .inhoud strong, #main .inhoud strong {
  font-weight: 800;
  display: inline;
  color: var(--main-color);
}
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;
}

.bg-yellow {
  background: #f5f5f5;
}

.bg-yellow-block {
  background: #f5f5f5;
}

.bg-lightblue {
  background: #f5f5f5;
}

.afbeeldingblokken .sfeerimage {
  max-height: 300px;
  margin: 2px;
}

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

.stepsprocesses {
  margin-top: 30px;
}

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

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

.section-g {
  padding: 0px;
}

.bg-blue-block {
  background: var(--main-color);
  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: var(--second-color) !important;
}

.bg-lightblue-block {
  background: #fff;
}

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

.totop {
  margin-top: var(--padding-vertical);
}

.infoblock .icoon {
  display: none;
}

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

.keus_icoon {
  text-align: center;
}
.keus_icoon .figure {
  display: none;
}
.keus_icoon .icoon {
  display: block;
  height: 100px;
  max-width: 125px;
  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;
}

.block {
  position: relative;
  padding: 40px 30px;
}
.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: 7px 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: var(--cta-color);
  font-size: 1.6rem;
  font-weight: 500;
}
.subnav-container h4 {
  font-size: 24px;
  font-weight: 500;
}

.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: var(--second-text-color);
  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: var(--main-color);
  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: var(--text-color);
  font-weight: bold;
}

.medewerker_img {
  max-height: 350px;
}

.navbar {
  padding: 0px;
  position: inherit;
}
.navbar .navbar-nav {
  width: 100%;
  display: inline-block;
}
.navbar .navbar-nav li {
  display: inline-block;
}
.navbar .navbar-nav .nav-link {
  color: var(--text-color);
  padding: 0px 10px;
  font-weight: bold;
}
.navbar .navbar-nav .nav-link:hover {
  color: var(--second-color);
}
.navbar .navbar-nav .dropdown {
  position: inherit;
}
.navbar .navbar-nav .dropdown-menu {
  width: 100%;
  margin: 0px auto;
  margin-top: 30px;
  left: 0px;
  right: 0px;
  border-bottom-left-radius: 75px;
  background: #fff;
  padding: 60px;
  border: 0px;
  border-top: 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: 18px;
  background-repeat: no-repeat;
}
.navbar .navbar-nav .dropdown-menu .dropdown-item {
  padding: 0.35rem 0px;
  transition: 0.2s ease-in-out all;
}
.navbar .navbar-nav .dropdown-menu .dropdown-item:hover {
  transition: 0.2s ease-in-out all;
}
.navbar .navbar-nav .active .nav-link {
  color: var(--second-color) !important;
}

.navbarmain .dropdown-menu {
  position: absolute;
  width: 100%;
  margin: 0px auto;
  left: 0px;
  right: 0px;
  height: auto;
  background: #fff;
  padding: 60px 30px;
  border: 0px;
  border-top: 0px;
}
.navbarmain .dropdown-menu .dropdown-item {
  font-size: 1rem;
  font-weight: 600;
}
.navbarmain .dropdown-menu .dropdown-item:before {
  display: none !important;
}
.navbarmain .dropdown-menu .dropdown-menu {
  position: relative !important;
  padding: 0px;
  background: transparent !important;
  margin-right: 75px;
}
.navbarmain .dropdown-menu .dropdown-menu li {
  display: block;
}
.navbarmain .dropdown-menu .dropdown-menu .dropdown-item {
  font-size: 1rem;
  font-weight: 400;
}
.navbarmain .dropdown-menu .dropdown-menu .dropdown-item:before {
  display: block !important;
}
.navbarmain .dropdown-menu .dropdown-menu .dropdown-menu {
  margin-left: 20px;
}
.navbarmain .dropdown-menu .dropdown {
  position: relative !important;
  padding: 0px;
  display: inline-block !important;
  float: left;
}
.navbarmain .dropdown-menu .dropdown-item {
  padding: 0.35rem 0px;
  transition: 0.2s ease-in-out all;
}
.navbarmain .dropdown-menu .dropdown-item:hover {
  transition: 0.2s ease-in-out all;
}

.dropdown-item:focus, .dropdown-item:hover {
  background: transparent !important;
  color: var(--second-color);
}

.navbarmain .show .dropdown-menu {
  display: block !important;
}

.inherit {
  position: inherit;
}

.bellen {
  margin-bottom: 8px;
}
.bellen i {
  margin-right: 11px;
  margin-left: 3px;
  margin-top: 3px;
  font-size: 22px;
  display: inline-block;
  color: var(--main-color);
  float: left;
}

.mailen i {
  margin-right: 8px;
  margin-top: 4px;
  display: inline-block;
  font-size: 20px;
  color: var(--main-color);
  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);
}

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

.owl-logo-carousel .item {
  height: 65px;
}

.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: var(--text-color);
}
.page-numbers li .current {
  background: var(--second-color);
  padding: 6px 15px;
  height: 40px;
  display: block;
  width: 42px;
  border-radius: 50% 50%;
}
.page-numbers li:before {
  display: none !important;
}

.bg {
  position: relative;
  height: 55vh;
  min-height: 425px;
  width: 100%;
  border-radius: 18px;
  background-color: var(--main-color);
  background-size: 70% !important;
  background-position: 80% center;
  background-repeat: no-repeat;
}
.bg:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 60%;
  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: var(--second-color) !important;
  font-weight: bold;
}
.bg .caption .btn {
  margin-top: 0px;
}
.bg .caption .btn-primary {
  background: #1d71b8 !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;
  border-radius: 18px;
}

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

.bg-light {
  background-color: #f5f5f5 !important;
}
.bg-light .medewerker .inner {
  background: #fff !important;
}

.bg-darkblue {
  background: var(--main-color) !important;
  color: #fff !important;
}
.bg-darkblue strong, .bg-darkblue h3 {
  color: #fff !important;
}
.bg-darkblue .btn-primary {
  background: #fff;
  color: var(--second-color) !important;
}
.bg-darkblue .btn-primary:after {
  display: none;
}
.bg-darkblue .btn-primary:hover {
  background: var(--cta-color) !important;
  color: #fff !important;
}

.wp-block-quote {
  background: #f8f3f0 !important;
  padding: 20px;
}
.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;
}

h1, h2, h3, h4, h5, h6 {
  color: var(--text-color);
  font-weight: 600;
}

h1 {
  margin-bottom: 15px;
}

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

h3, h4 {
  font-weight: 600;
  font-size: 1.3rem;
}

h5 {
  font-weight: 400;
  font-size: 1.1rem;
}

.pr-6 {
  padding-right: var(--padding-vertical);
}

.btn {
  padding: 12px 35px !important;
  margin-top: 15px;
  border-radius: 0px !important;
  border: 0px;
  font-weight: 700;
  line-height: 28px !important;
}
.btn:hover {
  color: #fff !important;
  background: var(--hover-color) !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: 50px !important;
  line-height: 50px;
  width: 100%;
  padding: 0px 15px;
  border: 0px;
}

.btn-primary {
  background: var(--second-color);
  border-radius: 60px !important;
  color: var(--second-text-color) !important;
  font-weight: 600;
  text-decoration: none;
  transition: 0.2s ease-in-out all;
}
.btn-primary:hover {
  background: var(--cta-color) !important;
  color: var(--second-text-color) !important;
  transition: 0.2s ease-in-out all;
}

.btn-primary-active {
  background: var(--cta-color) !important;
  text-decoration: none !important;
}

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

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

.bg-white {
  background-color: #fff !important;
}
.bg-white h1 {
  color: var(--text-color);
}

.bg-blue {
  background: var(--second-color);
  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: var(--text-color);
}
.bg-blue .card p {
  color: var(--text-color);
}
.bg-blue .usp {
  color: #fff;
}
.bg-blue .usp strong {
  color: #fff;
}
.bg-blue .intro {
  color: #fff;
}
.bg-blue a {
  color: #fff !important;
  text-decoration: underline;
}
.bg-blue .btn-primary {
  background: var(--cta-color) !important;
  color: #fff !important;
}
.bg-blue .btn-primary:hover {
  background: var(--text-color) !important;
}

.intro_banner {
  position: relative;
}
.intro_banner .caption-absolute {
  position: absolute;
  height: 100%;
  top: 0px;
  width: 100%;
}
.intro_banner img {
  opacity: 0;
}

.banner_image {
  position: relative;
  background-size: cover !important;
  background-position: center center !important;
}
.banner_image img {
  width: 90%;
  max-height: 65vh;
  min-height: 30vh;
  object-fit: cover;
}
.banner_image .caption-absolute {
  top: 0px;
  height: 100%;
  width: 100%;
  position: absolute;
}
.banner_image .caption-absolute .block {
  padding: 140px 60px 90px 100px;
  border-radius: 50%;
  height: 650px;
  width: 650px;
}
.banner_image .caption-absolute h3 {
  color: #fff !important;
}

.image-big img {
  width: calc(50% - 75px);
  max-height: 90vh;
}

.branding {
  font-size: 1rem;
  color: var(--text-color);
}

.clear {
  clear: both;
}

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

.woocommerce .btn-primary, .nf-field-element .btn-primary {
  background: #42aee3 !important;
  color: var(--second-text-color) !important;
}
.woocommerce .btn-primary:hover, .nf-field-element .btn-primary:hover {
  background: linear-gradient(180deg, var(--second-color) 0%, var(--second-color) 50%, var(--second-color) 100%) !important;
  color: var(--second-text-color) !important;
}

.price {
  font-weight: 400;
  font-size: 1.8rem;
  display: inline-block;
  margin-right: 5px;
}
.price small {
  font-size: 1rem;
}

.btn-active {
  display: block;
  background: var(--main-color) !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: var(--cta-color) !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: var(--text-color);
  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;
}

.bg-reviews {
  position: relative;
  background-size: cover !important;
  background-position: center bottom !important;
}
.bg-reviews:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 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(47, 59, 73, 0.9) 0%, rgba(47, 59, 73, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(47, 59, 73, 0.9) 0%, rgba(47, 59, 73, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(47, 59, 73, 0.9) 0%, rgba(47, 59, 73, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00081033", endColorstr="#f20c2e49", GradientType=0);
  /* IE6-9 */
  opacity: 0.9 !important;
}

.owl-carousel-blocks .owl-stage-outer {
  overflow: inherit;
}
.owl-carousel-blocks .owl-stage {
  padding-left: 75px;
  padding-right: 75px;
}

.owl-carousel-imageslider .item {
  height: 50vh;
  max-height: 400px;
}

.sfeerimage {
  height: 50vh;
  max-height: 400px;
  background-size: cover !important;
  background-position: center center !important;
}

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

.btn-cta {
  cursor: pointer;
  color: var(--text-color) !important;
  font-weight: 600;
  text-decoration: none;
  padding: 0px !important;
}
.btn-cta:hover {
  background: transparent !important;
  color: var(--cta-color) !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 var(--second-color) solid;
  color: var(--second-color) !important;
}
.btn-default i {
  margin-right: 12px;
  margin-top: 5px;
  display: inline-block;
  float: left;
}

main a {
  color: var(--cta-color);
  text-decoration: underline;
  font-weight: bold;
}
main a:hover {
  color: var(--hover-color);
}
main h3 {
  margin-bottom: 25px;
}

.contactgegevens a {
  color: var(--text-color);
  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;
}

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

.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;
}

.language-selector img {
  opacity: 1;
}
.language-selector a img {
  opacity: 0.5;
}

section {
  padding: var(--padding-vertical) 0px;
}

.section-small {
  padding: calc(var(--padding-vertical) / 1.5);
}

#scrollDown span {
  position: absolute;
  bottom: 60px;
  left: calc(50% - 13px);
  width: 26px;
  height: 40px;
  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;
}

.copyright a {
  text-decoration: underline !important;
}
.copyright a:hover {
  text-decoration: none;
}
.copyright strong {
  font-weight: bold;
}

.cb a {
  display: block;
}

.topbar {
  position: relative;
  font-weight: 400;
  font-size: 0.85rem;
  padding: 7px 0px;
  z-index: 99;
  border-bottom: 2px solid #ccc;
}
.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: 3px 0px;
}

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

.phone-mobile {
  font-size: 21px !important;
  color: var(--main-color);
  margin-right: 15px;
  padding: 4px;
  padding-bottom: 0px;
  display: inline-block;
}

.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: var(--main-color);
}
.btn-important:hover {
  background: var(--cta-color) !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: 150px;
}

#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;
}

footer {
  background: var(--main-color);
  padding-top: 90px;
  color: #fff !important;
}
footer:before {
  position: absolute;
  top: -79px;
  content: "";
  height: 80px;
  width: 100%;
  background: url("images/head_footer.svg");
  z-index: 9;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
}
footer hr {
  margin: 0px 0px 60px 0px;
  border-top: 1px solid #000;
  opacity: 0.1;
}
footer strong {
  color: #fff;
  font-weight: 600;
}

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

.contactinfo .socials {
  margin-top: 20px;
}
.contactinfo .socials .btn-social {
  color: var(--main-color);
  border: 2px var(--main-color) solid;
}

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

.form .bg-white {
  color: var(--text-color);
}
.form .bg-white h1, .form .bg-white h2, .form .bg-white h3 {
  color: var(--text-color);
}

.menu-block {
  background: #fff;
  display: block;
  padding: 20px 30px;
  border: 1px #eee solid;
  margin-top: 10px;
  transition: 0.2s ease-in-out all;
}
.menu-block:hover {
  border: 1px var(--main-color) solid;
  color: var(--main-color);
}

.copyright {
  padding-bottom: var(--padding-vertical);
  font-size: 0.9rem;
  line-height: 1.5rem;
  border-top: 1px rgba(255, 255, 255, 0.35) solid;
  padding-top: 40px;
  opacity: 0.8;
  margin-top: 40px;
}

@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: var(--font-size);
    line-height: var(--line-height);
  }

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

  .screen_container .screen {
    border: 20px #0b131a solid;
  }

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

  .klantLogo {
    width: 70%;
    padding-bottom: 61%;
  }

  .bg-small {
    height: 45vh;
  }

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

  .case .photo-container .highlight {
    max-width: 55%;
  }

  footer .contactgegevens .contactinfo {
    padding: var(--padding-vertical) var(--padding-horizontal);
  }
  footer .contactgegevens .contactinfo:first-of-type {
    border-bottom: 0px #eee solid;
  }
}
@media (min-width: 1115px) {
  h1, h2 {
    font-size: 2rem;
  }

  .bg {
    background-position: center right;
  }
  .bg .caption h1, .bg .caption h2 {
    font-size: 2.65rem;
    padding-right: 0vw;
    line-height: 55px;
  }
}
@media (max-width: 1460px) {
  html, body {
    font-size: 17px;
  }

  .container {
    max-width: 1390px;
  }

  h2 {
    font-size: 2.3rem;
  }

  h3 {
    font-size: 2.3rem;
  }

  h4 {
    font-size: 1.4rem;
  }

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

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

  .btn-primary span {
    display: none;
  }

  .btn {
    padding: 13px 40px !important;
  }

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

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

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

  .bg .caption {
    text-align: left;
  }
  .bg .caption h1 {
    font-size: 2.2rem;
    line-height: 45px;
  }
}
@media (max-width: 1200px) {
  .top {
    width: 57%;
  }

  .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;
  }

  .blog .blog-content {
    padding: 35px 30px;
  }

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

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

  .banner_image {
    max-height: 500px;
  }

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

  header {
    font-size: 18px;
  }

  h3 {
    font-size: 1.6rem;
  }

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

  .btn {
    padding: 13px 30px !important;
  }

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

  .owl-carousel-homepage .item .sfeerimage {
    height: 375px;
    min-height: 375px;
  }

  .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: var(--second-color);
    font-size: 16px;
    margin-right: 8px;
  }

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

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

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

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

  .usps_bar {
    padding-left: 0px;
  }

  .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;
  }

  .dienstenmenu {
    padding: 15px;
  }

  .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;
  }

  .photob {
    border-top-left-radius: 15px;
    border-bottom-right-radius: 75px;
  }

  .logo-partner {
    padding: 30px;
  }

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

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

  .footer {
    padding: 30px 15px !important;
    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: var(--main-color);
  }
  .btn-important:hover {
    background: transparent !important;
    color: var(--second-color) !important;
  }

  .photob {
    min-height: 275px;
  }

  .intro_banner img {
    width: 100%;
  }

  .intro_banner .caption-absolute {
    position: relative;
  }

  .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: 8px !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;
  }

  h2 {
    font-size: 2rem;
    margin-bottom: 5px;
  }

  h3 {
    font-size: 2rem;
  }

  .section-small {
    padding: 15px;
  }

  .medewerker .inner {
    padding: var(--padding-horizontal);
    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 .nav-link {
    font-size: 20px;
    width: 100%;
  }

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

  .dienstenmenu .navbar-nav .nav-link {
    padding: 10px 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: 768px) {
  html, body {
    line-height: 25px;
    font-size: 16px;
  }

  .owl-carousel-homepage .item .sfeerimage {
    height: 315px;
    min-height: 315px;
  }

  .usps_bar {
    padding-top: 0px;
  }
  .usps_bar .usp {
    text-align: left;
    padding: 10px 0px;
  }

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

  h1 {
    font-size: 33px;
  }

  h3 {
    font-size: 1.8rem;
  }

  h4 {
    font-size: 1.2rem;
  }

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

  .blog .blog-content {
    padding: 20px 15px 40px 15px;
  }

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

  .bal-container {
    height: 30vh;
  }

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

  .afbeeldingblokken .sfeerimage {
    max-height: 175px;
    margin: 2px;
  }

  .breads {
    display: none !important;
  }

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

  .copyright a {
    margin-right: 10px;
  }

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

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

  .topbar {
    display: none;
  }

  .breads .breadcrumb {
    display: none;
  }

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

  .form .block {
    padding: 35px 20px;
  }

  .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: 20px 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-height: 678px) {
  .caption p {
    display: none;
  }

  .dienstenmenu .nav-link {
    font-size: 2rem;
    line-height: 2.2rem;
  }
}
@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: 4px !important;
    padding-top: 0px !important;
  }
  header .logo {
    width: 245px !important;
    height: auto !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: 56px !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;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.1;
}

.nieuwsbrief i {
  color: var(--text-color);
  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;
  opacity: 0;
}

.breadcrumb {
  background: transparent;
  padding: 0px;
  margin-bottom: 30px;
  color: inherit;
}
.breadcrumb a {
  color: var(--text-color);
  background: #d9d9d9;
  padding: 0px;
  border-radius: 50px;
}
.breadcrumb a span {
  background: transparent;
}
.breadcrumb span {
  color: inherit;
  background: #fff;
  padding: 1px 15px;
  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 */
