@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: "Inter", sans-serif;
  color: var(--text-color);
  font-weight: 400;
  overflow-x: hidden;
  scroll-behavior: smooth;
  font-display: auto;
  /* Define how the browser behaves during download */
  font-family: "Inter", sans-serif;
}

header {
  position: relative;
  width: 100%;
  padding: 30px 0px;
  font-size: 19px;
  z-index: 10;
}
header .logo {
  position: relative;
  display: block;
  z-index: 100;
}
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);
}

.bundled_table_item img {
  margin-left: 30px;
  width: 50px;
}
.bundled_table_item td {
  padding: 0px !important;
}

.cart-subtotal {
  display: none;
}

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

blockquote {
  font-style: italic;
  font-size: 1.25rem;
}
blockquote strong {
  display: block;
  font-size: 1.1rem;
}

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

.trustpilot {
  max-width: 300px;
  margin-bottom: 20px;
}

#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 #d9d9d9 solid;
  border-bottom: 1px #d9d9d9 solid;
}
.ffm-usps .fa-check {
  color: #94C13B;
}

.accordion {
  margin-top: 30px;
}

.usps_bar {
  position: relative;
  padding: 30px 0px;
  padding-left: 25px;
  border-bottom-right-radius: 75px;
}

.card {
  border: 0px;
  border-radius: 15px !important;
}

.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: "Inter", sans-serif;
  font-weight: 700;
}

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

.extreme h1 {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-size: 7rem;
  line-height: 7.5rem;
}

h4 {
  font-weight: 700 !important;
}

.cat {
  background: #fff;
  border: 2px #eee solid;
  padding: 20px;
  height: 100%;
  text-align: center;
  border-radius: 10px;
}
.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%;
  border-radius: 10px;
  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;
}

.themeLight .logo-negatief {
  display: none;
}
.themeLight .logo-negativ {
  display: block;
}
.themeLight .navbar .navbar-nav .nav-link {
  color: var(--text-color);
}
.themeLight .bel {
  color: var(--second-text-color);
}
.themeLight .bel strong {
  color: var(--second-text-color);
}
.themeLight .no-shadow {
  background-blend-mode: inherit;
}
.themeLight .no-shadow::before {
  background: rgba(0, 0, 0, 0.1);
}

.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;
  border-radius: 4px;
  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;
}

.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;
}
.blocks-gallery-item img {
  border-radius: 6px;
}

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

.card-header {
  border-radius: 0px !important;
}

.highlight {
  border-left: 2px #E5E4E2 solid;
  padding-left: 30px;
}
.highlight img {
  height: 160px;
  border-radius: 6px;
  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;
  border-radius: 7px;
  align-items: end;
  overflow: hidden;
}
.infoblock .photo-container {
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 7px;
  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;
  border: 0px;
  padding-top: 1px;
  padding-left: 3px;
  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: 600px;
}
.item .blog-container {
  height: 100%;
}

.owl-carousel-logoslider .item {
  height: auto;
}
.owl-carousel-logoslider .item img {
  padding: 15px 30px;
  filter: grayscale(1);
  opacity: 0.6;
}

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

.logos img {
  margin-bottom: 25px;
}

.nf-form-content.stayintouch label {
  display: none;
}
.nf-form-content.stayintouch .nf-field-element .btn-primary {
  background: var(--second-color) !important;
  color: var(--main-color) !important;
  height: 57px !important;
  line-height: 18px !important;
}
.nf-form-content.stayintouch .nf-field-element .btn-primary:hover {
  background: #fff !important;
}

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

.video-container {
  border-radius: 15px !important;
  overflow: hidden;
  height: 475px;
  min-height: 475px;
  background: var(--main-color);
}
.video-container .video {
  position: relative;
  height: 100%;
  width: 100%;
  background-size: cover !important;
  background-position: center center !important;
}
.video-container .video iframe {
  height: 100%;
}

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

.blog-container {
  margin-bottom: 0px;
}

.bordermedewerker {
  position: relative;
}

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

.title {
  font-weight: 500;
}

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

.themeDark header {
  background: transparent;
  position: absolute;
  color: #fff;
}
.themeDark header .navbar .navbar-nav .nav-link {
  color: #fff;
}
.themeDark header .logo {
  display: none;
}
.themeDark header .logo-negatief {
  display: block;
}
.themeDark header:before {
  content: "";
  top: 0px;
  left: 0px;
  position: absolute;
  display: block;
  width: 100%;
  height: 200px;
  background: #0c2029;
  background: linear-gradient(0deg, rgba(12, 32, 41, 0) 0%, rgba(22, 66, 86, 0.75) 100%);
  opacity: 0.8;
}
.themeDark .bg {
  padding-top: 200px;
  height: 90vh;
}

.blog {
  position: relative;
  background: #fff;
  height: 100%;
  display: block;
  border-radius: 0px;
  text-decoration: none;
  color: var(--text-color) !important;
  margin-bottom: 60px;
  border-right: 1px #E5E5E5 solid;
}
.blog:hover .blog-content h4 {
  color: var(--cta-color) !important;
}
.blog:hover .btn-fixed {
  color: var(--cta-color) !important;
}
.blog .btn-fixed {
  width: 100%;
  display: block !important;
  text-align: left;
  border-top: 1px #E5E5E5 solid !important;
  position: absolute !important;
  bottom: 0px !important;
  padding: 20px 48px !important;
}
.blog .btn-fixed:hover {
  background: transparent !important;
}
.blog .blog-content {
  padding: 60px 48px;
  padding-bottom: 50px;
}
.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.5rem;
  font-weight: 700 !important;
  line-height: 1.75rem;
}
.blog .photo-container {
  overflow: hidden;
  border-radius: 10px;
}
.blog .blog-photo {
  overflow: hidden;
  width: 100%;
  min-height: 175px;
  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(--text-color) !important;
}

.project-container {
  margin-bottom: 15px;
}

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

.project {
  position: relative;
  background: #fff;
  height: 100%;
  display: block;
  border-radius: 0px;
  text-decoration: none;
  color: var(--text-color) !important;
  margin-bottom: 0px;
}
.project:hover .blog-content h4 {
  color: var(--cta-color) !important;
}
.project:hover .btn-fixed {
  color: var(--cta-color) !important;
}
.project .btn-fixed {
  width: 100%;
  display: block !important;
  text-align: left;
  border-top: 1px #E5E5E5 solid !important;
  position: relative !important;
  padding: 20px 48px !important;
}
.project .btn-fixed:hover {
  background: transparent !important;
}
.project .blog-content {
  padding: 60px 48px;
  padding-bottom: 50px;
}
.project .blog-content .btn-primary {
  position: relative;
  display: inline-block;
  margin: 0px auto;
}
.project .blog-content .label {
  color: var(--second-color);
}
.project .blog-content h4, .project .blog-content h3 {
  font-size: 1.5rem;
  font-weight: 700 !important;
  line-height: 1.75rem;
}
.project .photo-container {
  overflow: hidden;
}
.project .blog-photo {
  overflow: hidden;
  width: 100%;
  min-height: 50vh;
  background-size: cover !important;
  background-position: center center !important;
}
.project:hover .blog-photo {
  transform: scale(1.1);
  transition: all 0.21s;
}
.project:hover h4 {
  color: var(--text-color) !important;
}

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

.photo-container {
  position: relative;
  z-index: 99;
}
.photo-container figure {
  height: 50vh;
  background-size: cover !important;
  background-position: center center !important;
  margin: 0px;
}

.photob {
  background-size: cover !important;
  background-position: center center !important;
  min-height: 700px;
  border-radius: 15px;
}

.photoba {
  background-size: cover !important;
  background-position: center center !important;
  min-height: 400px;
  width: calc(100% + 60px);
  margin-top: -75px;
  border-radius: 0px;
  border-bottom-left-radius: 15px;
  border-top-right-radius: 15px;
}

.photobb {
  background-size: cover !important;
  background-position: center center !important;
  min-height: 400px;
  width: 100%;
  border-radius: 15px;
}

.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;
  border-radius: 6px;
  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);
}

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

.container-fl {
  padding: 0px 80px;
}

#cn-accept-cookie {
  border-radius: 0px !important;
  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;
  color: #fff;
  margin-bottom: 0 !important;
}

[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: 1500px;
}

.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.5rem;
  line-height: 2.4rem;
  color: var(--text-color);
  padding-right: 30px;
  margin-bottom: 10px;
  font-weight: 300;
  font-family: "Crimson Pro", serif;
}
.intro a {
  color: var(--second-color);
  font-weight: 600;
}

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

strong {
  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;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  padding: 13px 35px !important;
}
.search .btn:after {
  display: none;
}
.search input {
  background: #f2f2f2;
  border-color: #f2f2f2;
  border-radius: 50px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.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;
  border-radius: 55px;
  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-gradient {
  background: #fff;
}
.bg-gradient h1 {
  padding-bottom: 125px;
}
.bg-gradient:before {
  content: "";
  background: #DFECF4;
  height: 315px;
  width: 100%;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
}

.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 nav {
  display: block !important;
}

.bg-dark {
  position: relative;
  background-color: #d0e8fe !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;
  border-bottom-left-radius: 40px;
  border-top-left-radius: 40px;
  height: 48px;
  padding: 0px 25px;
  border: 1px #eee solid;
  width: calc(100% - 15px);
  border-bottom-right-radius: 40px;
  border-top-right-radius: 40px;
}
.searchform #searchsubmit {
  position: absolute;
  right: 15px;
  font-size: 18px;
  height: 48px;
  top: 0px;
  border: 1px #eee solid;
  padding: 0px 25px 0px 20px;
  color: #fff;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  background: var(--second-color);
}

.btn-nieuwsbrief {
  position: absolute;
  top: 0px;
  margin-bottom: -5px !important;
}
.btn-nieuwsbrief .btn {
  position: absolute;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  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: absolute;
  height: 400px;
  top: 0px;
  padding: 150px 60px;
  right: 0px;
  min-width: 400px;
  max-width: 500px;
  width: auto;
  height: auto;
  z-index: 9999;
  color: #fff;
  text-align: right;
  background: var(--text-color);
}
.dienstenmenu .container {
  -webkit-animation: fadeInContainer 0.5s ease-in-out;
  animation: fadeInContainer 0.5s 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: 19px;
  line-height: 26px;
  cursor: pointer;
  display: inline-block;
  transition: 0.3s ease-in-out all;
  padding-bottom: 0px;
  font-weight: 400;
  margin-bottom: 0.5rem;
  color: #DFECF4;
}
.dienstenmenu .nav-link:hover {
  color: #fff !important;
  transition: 0.3s ease-in-out all;
}
.dienstenmenu .active .nav-link {
  position: relative;
  color: #aec9d9 !important;
}
.dienstenmenu .active .nav-link:before {
  content: "";
  position: absolute;
  top: 21px;
  right: -215px;
  float: right;
  display: block;
  height: 2px;
  background: #aec9d9;
  width: 200px;
}
.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;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  height: 255px;
  background-size: cover !important;
  background-position: center center !important;
}
.division .logo {
  padding: 20px;
}

.keus {
  position: relative;
  display: block;
  padding: 50px 20px;
  border-radius: 6px;
  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: 25px 0px;
  border-radius: 6px;
  text-decoration: none;
}
.usp p {
  margin: 0px;
}
.usp img {
  margin-bottom: 20px;
  float: left;
  margin-right: 8px;
}
.usp strong {
  display: inline-block;
  margin-bottom: 5px;
  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: var(--main-color) !important;
}

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

.owl-carousel-boeken .owl-dots.disabled, .owl-carousel-boeken .owl-nav.disabled {
  display: block !important;
}

.owl-carousel .owl-prev {
  width: 58px;
  height: 58px;
  display: none !important;
  background: #B7B6B1 !important;
  color: #fff !important;
  border-radius: 50% 50% !important;
  font-size: 1.5rem !important;
}
.owl-carousel .owl-prev:hover {
  background: #000 !important;
  color: #fff !important;
}

.owl-carousel .owl-next {
  position: absolute;
  right: -100px;
  width: 52px;
  height: 52px;
  background: #DFECF4 !important;
  color: var(--main-color) !important;
  border-radius: 50% 50% !important;
  font-size: 1.5rem !important;
}
.owl-carousel .owl-next:hover {
  background: #fff !important;
  color: var(--main-color) !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 .owl-stage-outer {
  width: 100%;
}

.bars .bar1, .bars .bar2, .bars .bar3 {
  width: 24px;
  height: 3px;
  margin: 6px 0;
  transition: 0.3s;
  border: 0px solid;
  border-radius: 30px;
  background-color: var(--main-color);
  margin-left: 6px;
}

.close-button {
  display: inline-block;
}

.open .bars .bar1, .open .bars .bar2, .open .bars .bar3 {
  background-color: #fff !important;
}
.open .bars .bar1 {
  width: 30px;
  -webkit-transform: rotate(-45deg) translate(0px, 0px);
  transform: rotate(-45deg) translate(0px, 0px);
  margin-left: 0px;
}
.open .bars .bar3 {
  width: 30px;
  -webkit-transform: rotate(45deg) translate(-6px, -6px);
  transform: rotate(45deg) translate(-6px, -6px);
  margin-left: 0px;
}
.open .bars .bar2 {
  display: none;
}

.bars .bar2 {
  width: 30px;
  margin-left: 0px;
}

.owl-carousel-stories {
  height: 60vh;
}
.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;
  border-top-left-radius: 0px !important;
}

.customer-story .block {
  padding: 60px;
  border-top-right-radius: 75px;
  border-bottom-left-radius: 75px;
}

.owl-theme .owl-nav {
  margin: 0px;
  margin-top: 30px;
}

.supplier {
  display: block;
  position: relative;
  margin-bottom: 30px;
  border-radius: 10px;
  border: 1px #F0F4F8 solid;
  height: calc(100% - 30px);
}
.supplier .photo-container {
  overflow: hidden;
  width: 100%;
  height: 325px;
  display: block;
  border-top-right-radius: 10px;
}
.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;
  border-radius: 0px;
  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;
}

.klantLogo {
  position: relative;
  display: block;
  background: #fff;
  width: calc(50% - 1px);
  height: 0px;
  padding-bottom: calc(50% - 1px);
  float: left;
  transition: 0.3s ease-in-out all;
}
.klantLogo img {
  position: relative;
  display: block;
  margin: 0px auto;
  margin-top: 44%;
  transform: translate(0%, -50%);
  opacity: 0.55;
  max-height: 110px;
  max-width: 195px;
  filter: grayscale(100%) brightness(1.2);
  transition: 0.3s ease-in-out all;
}
.klantLogo:hover {
  transition: 0.3s ease-in-out all;
}
.klantLogo:hover img {
  opacity: 1;
  filter: grayscale(0%) brightness(1);
  transition: 0.2s ease-in-out all;
}

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

.screen_container {
  position: relative;
  height: 100%;
  width: 100%;
}
.screen_container:after {
  position: absolute;
  background: url("images/screen_container.svg");
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  background-repeat: no-repeat;
}
.screen_container .screen {
  position: absolute;
  margin-top: 15px;
  height: 100%;
  min-height: 350px;
  top: 0px;
  left: 5px;
  margin-left: 0px;
  border: 17px #0b131a solid;
  border-radius: 20px;
  width: 100%;
  background-size: cover !important;
  background-position: top center !important;
}

.bigscreen {
  width: 130%;
  height: 100%;
}

.screenbig {
  display: block;
  height: 90vh;
  min-height: 650px;
}

.visible-mobile {
  display: block;
}

.visible-desktop {
  display: none;
}

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

.titel {
  color: var(--second-color) !important;
  font-size: 38px;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 20px;
  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: #F7F7F4;
}

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

.bg-lightblue {
  background: #DFECF4;
}

.altijdbereikbaar {
  position: absolute;
  bottom: 0px;
  right: 100px;
  height: 300px;
}

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

.bg-blue {
  background: #172357;
  color: #fff;
}
.bg-blue h1, .bg-blue h2, .bg-blue h3, .bg-blue h4, .bg-blue h5 {
  color: #fff;
}
.bg-blue .title {
  color: #fff;
  opacity: 0.5;
}
.bg-blue .blog-content h1, .bg-blue .blog-content h2, .bg-blue .blog-content h3, .bg-blue .blog-content h4, .bg-blue .blog-content h5 {
  color: inherit;
}
.bg-blue .blog-content .btn-primary {
  background: var(--second-color) !important;
  color: #fff !important;
}
.bg-blue .blog {
  color: var(--text-color) !important;
}
.bg-blue .intro {
  color: #fff;
}
.bg-blue a {
  color: var(--cta-color) !important;
}
.bg-blue .btn-primary {
  background: #fff;
  color: var(--text-color) !important;
}
.bg-blue .btn-primary:hover {
  background: var(--cta-color) !important;
}

.stepsprocesses {
  margin-top: 30px;
}

.step-process {
  position: relative;
  padding-top: 8px;
  padding-bottom: 17px;
  border-left: 3px var(--second-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(--second-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(--second-color);
  padding-top: 4px;
  font-size: 1.07rem;
  font-weight: 900;
  position: absolute;
  top: 0px;
  left: -23px;
  display: block;
  border: 3px var(--second-color) solid;
}

.bg-blue-block {
  background: var(--main-color);
  color: #fff;
}
.bg-blue-block h4, .bg-blue-block h2, .bg-blue-block h1, .bg-blue-block h3, .bg-blue-block strong {
  color: #fff;
}
.bg-blue-block strong {
  padding: 15px;
  font-size: 1.2rem;
  display: block;
}
.bg-blue-block .intro {
  color: #fff;
}
.bg-blue-block .blog {
  background: transparent;
  border: 0px;
  margin-bottom: 0px;
}
.bg-blue-block:hover {
  color: #fff;
}
.bg-blue-block:hover h4 {
  color: #fff !important;
}
.bg-blue-block .btn-primary {
  background: #fff !important;
  color: #322F55 !important;
}

.bg-blue-block .btn-primary, .bg-blue .btn-primary {
  background: var(--second-color) !important;
}
.bg-blue-block .btn-primary:hover, .bg-blue .btn-primary:hover {
  color: var(--text-color) !important;
  background: #fff !important;
}

.bg-pink {
  background: #fff7ea;
}

.bg-pink-block {
  background: #fff7ea;
}

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

.nf-form-title {
  display: none;
}

.bg-blue-block .nf-form-cont .nf-field-label {
  display: none;
}
.bg-blue-block .nf-form-cont .nf-form-title {
  display: none;
}
.bg-blue-block .nf-form-cont input, .bg-blue-block .nf-form-cont textarea {
  border: 1px #DFECF4 solid !important;
  color: #fff !important;
}
.bg-blue-block .nf-form-cont .nf-field-element .btn-primary {
  background: #fff !important;
  color: var(--main-color) !important;
  border-radius: 0px !important;
  height: 57px !important;
  padding: 5px 45px !important;
}

::placeholder {
  color: #DFECF4 !important;
}

::-webkit-input-placeholder {
  color: #DFECF4 !important;
}

::-moz-placeholder {
  color: #DFECF4 !important;
}

.omhoog {
  margin-top: -300px;
  padding-top: 175px !important;
  position: relative;
  z-index: 1;
}

.omhoogsection {
  margin-top: -300px;
  padding-top: 75px !important;
  position: relative;
  z-index: 1;
}

.omhoogfake:before {
  content: "";
  height: 150px;
  background: #fff;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

.omhoogcarousel {
  margin-top: -240px;
  padding-left: 60px;
  border-radius: 15px;
  position: relative;
  z-index: 10;
  padding-top: 55px !important;
}
.omhoogcarousel .item {
  height: 275px;
}
.omhoogcarousel .blog .blog-photo {
  min-height: 215px;
}

.container-right .owl-carousel {
  width: 135%;
}

.doorlopen:after {
  content: "";
  background: #fff;
  position: absolute;
  width: calc(60% + 30px);
  left: calc(100% - 30px);
  display: block;
  top: 0px;
  height: 100%;
}

.bg-yellow-block.doorlopen:after {
  background: #DFECF4;
}

.bg-blue-block.doorlopen:after {
  content: "";
  background: var(--main-color);
  position: absolute;
  width: calc(60% + 30px);
  left: calc(100% - 30px);
  display: block;
  top: 0px;
  height: 100%;
}

.contactfirstsection {
  margin-top: -200px;
}

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

.office .totop {
  margin-top: -200px;
}
.office .photo-container {
  height: 335px;
  overflow: hidden;
  border-radius: 6px;
  margin-bottom: 20px;
}

.top {
  padding: 10px 30px;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 40%;
  font-weight: 900;
  font-size: 17px;
  border-bottom-left-radius: 8px;
}
.top a {
  margin-right: 15px;
}
.top a:hover {
  color: var(--cta-color);
}
.top .icon {
  height: 24px;
  margin-top: 2px;
  display: inline-block;
  margin-right: 6px;
  margin-left: 15px;
}
.top .icon-webshop {
  height: 26px;
  margin-right: 2px;
  margin-top: 0px;
}

.infoblock .icoon {
  display: none;
}

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

#header {
  position: relative;
  z-index: 100;
}
#header .btn {
  margin-top: 0px;
  font-size: 17px;
  padding: 15px 25px !important;
}
#header .btn:after {
  display: none;
}

.keus_icoon {
  text-align: center;
}
.keus_icoon .figure {
  display: none;
}
.keus_icoon .icoon {
  display: block;
  height: 120px;
  max-width: 120px;
  margin: 0px auto;
  margin-bottom: 25px;
  background-repeat: no-repeat;
}

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

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

.block {
  position: relative;
  padding: 75px 60px;
  border-radius: 15px;
}
.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-small {
  padding: 50px 45px;
}

.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.8rem;
  font-weight: 500;
}
.subnav-container h4 {
  font-size: 24px;
  font-weight: 500;
}
.subnav-container h5 {
  font-weight: 700;
}

.quiz-form h3 {
  display: none;
}

.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;
  border-radius: 6px !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;
  border-radius: 6px !important;
}
.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-modal {
  float: left;
}

.pageform {
  margin-top: calc(var(--padding-vertical) / 2);
}
.pageform .block {
  padding: var(--padding-vertical) var(--padding-horizontal);
  max-width: 1100px !important;
  margin: 0px auto;
}

.noninherit {
  position: relative;
}

.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: 700;
}
.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;
  left: 0px;
  right: 0px;
  border-radius: 0px;
  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;
  border-radius: 0px;
  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;
}

.inspringen {
  padding-left: 50px;
  padding-top: 15px;
}

.bg-white {
  background-color: #fff !important;
}
.bg-white .btn-primary {
  background: var(--second-color);
}

.bg-orange {
  background-color: var(--main-color);
  color: #fff;
}
.bg-orange h1, .bg-orange h2, .bg-orange h3, .bg-orange h4 {
  color: #fff !important;
}
.bg-orange strong {
  color: #fff !important;
  margin-bottom: 5px;
}
.bg-orange a {
  color: #fff;
}
.bg-orange:hover {
  color: #fff;
}

a.bg-orange {
  color: #fff !important;
}
a.bg-orange:hover {
  background: var(--cta-color) !important;
}

a.bg-request {
  color: #fff !important;
  background: #dd496c;
  background: linear-gradient(70deg, #9a307f 0%, #cf196a 45%, #dd496c 73%, #fea86a 100%);
}
a.bg-request h4 {
  color: #fff;
}
a.bg-request:hover {
  background: #dd496c;
  background: linear-gradient(70deg, #9a307f 0%, #cf196a 45%, #dd496c 73%, #fea86a 100%);
}

.continue {
  position: relative;
}
.continue:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 50%;
  top: 0px;
  margin-left: 85%;
  background: #f8f3f0;
}

.bellen {
  margin-bottom: 8px;
}
.bellen i {
  margin-right: 11px;
  margin-left: 3px;
  margin-top: 3px;
  font-size: 22px;
  display: inline-block;
  color: #94C13B;
  float: left;
}

.mailen i {
  margin-right: 8px;
  margin-top: 4px;
  display: inline-block;
  font-size: 20px;
  color: #94C13B;
  float: left;
}

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

.bundle_error .woocommerce-info {
  margin: 0px;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  padding: 1rem;
}

select {
  padding: 10px 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.bundled_product .cart .variations tr:first-child td.label {
  display: inline-block;
  margin-right: 5px;
}

.cart_item_free .product-remove, .cart_item_free .quantity, .cart_item_free .product-subtotal {
  opacity: 0;
}

.cart_item_free .product-name {
  font-size: 0.875em;
}

.woocommerce-cart-form .cart_item_free .product-thumbnail img {
  width: 50px !important;
  margin-left: 30px !important;
}

.woocommerce-cart-form .cart_item_free td {
  border-top: 0px !important;
}

.bundled_table_item .bundled_table_item_indent {
  padding-left: 0px !important;
}

div.bundled_product_summary, .woocommerce div.product.bundled_product_summary {
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.woocommerce form.cart .bundled_product .cart .variations, .woocommerce form.cart .bundled_product .cart .variations tr, .woocommerce form.cart .bundled_product .cart .variations td {
  display: inline-block;
}

.swoos {
  position: relative;
}
.swoos:before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0px;
  height: calc(100% + 30px);
  width: 100%;
  background-image: url("images/swoos_bg_hoog.svg") !important;
  opacity: 1 !important;
  background-size: 100%;
  background-position: right bottom;
  background-repeat: no-repeat;
}

.woocommerce-message {
  display: none;
}

.cart-collaterals {
  background: #B8E0F2 !important;
  padding: 30px;
}

.woocommerce-cart .woocommerce {
  display: flex;
}

/* The table containing the list of products and our custom elements */
.woocommerce-cart .woocommerce-cart-form {
  flex: 1 0 60%;
  /* 100% at small screens; 70% on larger screens */
  margin-right: 30px;
}

.woocommerce .product-remove a.remove {
  background: #B8E0F2;
  font-size: 1.2rem !important;
  color: var(--text-color) !important;
}

.woocommerce-cart-form__contents .product-price {
  display: none;
}

.bundled_table_item .product-quantity {
  display: none;
}

.cart_subscription {
  background: orange;
  color: #fff;
  display: none;
  border-radius: 20px;
  padding: 3px 12px;
  font-size: 0.8rem;
  font-weight: bold;
  line-height: 1rem;
  margin-bottom: 4px;
}

/* The element that contains the cart totals */
.woocommerce-cart .cart-collaterals {
  flex: 1 0 40%;
  /* 100% at small screens; 30% on larger screens */
  margin-left: 30px;
}

/* Some minor tweak to make sure the cart totals fill the space */
.woocommerce-cart .cart-collaterals .cart_totals {
  width: 100%;
  padding: 0 20px 70px;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  width: 100% !important;
}

.swoos-negative {
  position: relative;
}
.swoos-negative:before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0px;
  height: calc(100% + 30px);
  width: 100%;
  background-image: url("images/swoos_negative_bg.svg");
  background-size: 100%;
  background-position: right top;
  background-repeat: no-repeat;
}

.woo-multi-currency {
  display: none;
}

.woocommerce-breadcrumb {
  display: none;
}

.wordpress-webdeveloper-arnhem {
  width: 150px;
  margin-left: 6px;
  float: right;
  margin-top: -2px;
}

.bg {
  position: relative;
  overflow: hidden;
  height: 485px;
  width: 100%;
  background-color: var(--main-color);
  background-size: 70% !important;
  border-radius: 15px;
  background-position: 80% center;
  background-repeat: no-repeat;
}
.bg .caption {
  position: relative;
  z-index: 7;
  margin: 0px auto;
  padding: 90px 90px;
  border-radius: 50%;
}
.bg .caption span {
  color: var(--second-color) !important;
  font-weight: bold;
}
.bg .caption .btn {
  margin-top: 0px;
}
.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;
}

.choose-us {
  margin-top: var(--padding-horizontal);
}
.choose-us li {
  padding: 17px 0px;
  font-weight: bold;
  list-style: none;
  text-indent: -40px;
  padding-left: 40px;
  font-size: 1.1rem;
  color: var(--text-color);
}
.choose-us li:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-size: 0.75rem;
  color: var(--cta-color);
  margin-right: 25px;
}
.choose-us li a {
  color: var(--cta-color);
  text-decoration: underline;
}

.shortdescription {
  margin-bottom: 30px;
}

.payment {
  max-width: 255px !important;
  margin-top: -20px;
  margin-bottom: 30px;
}

.woovr-variation-info {
  padding: 10px 10px 10px 0px !important;
}
.woovr-variation-info input {
  display: none;
}

.woovr-variation-radio {
  border: 1px #d9d9d9 solid;
  padding: 5px 0px;
  margin-bottom: 15px;
  float: left;
  font-size: 18px;
  line-height: 25px;
  width: calc(50% - 15px) !important;
  margin-right: 15px !important;
  display: flex;
  align-items: center;
}
.woovr-variation-radio .woovr-variation-selector {
  display: none;
}
.woovr-variation-radio .woovr-variation-image {
  margin-right: 10px;
}
.woovr-variation-radio .woovr-variation-image img {
  width: 50px;
  max-width: 75px !important;
  max-height: 75px !important;
}

.wpclv-attributes, .custom-form {
  display: none;
}

.value_bundle .woovr-variations-default {
  display: none;
}

.woovr-variations:after {
  content: "";
  clear: both;
  display: block;
}

.submenu {
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-bottom: 30px;
}
.submenu li {
  margin-bottom: 5px;
  padding: 10px 0px;
  border-bottom: 1px #d9d9d9 solid;
}
.submenu .active {
  color: orange;
}

.woovr-variation-active {
  background: #fff;
  border: 2px orange solid;
}

.contact-diensten {
  position: relative;
  margin-top: 75px;
  max-width: 400px;
  z-index: 3;
}
.contact-diensten img, .contact-diensten .photo-medewerker {
  border-radius: 50% !important;
  height: 75px !important;
  width: 75px !important;
  border: 2px var(--main-color) solid !important;
}
.contact-diensten p {
  margin-bottom: 0px;
}
.contact-diensten .talkicon {
  border: 0px !important;
  border-radius: 0px !important;
  height: 23px !important;
  margin-left: 3px;
  width: auto !important;
}
.contact-diensten a {
  color: var(--main-color);
}
.contact-diensten a:hover {
  text-decoration: underline;
}
.contact-diensten strong {
  font-weight: 600;
}

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

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

.bg-darkblue {
  background: #f59e3e;
  background: linear-gradient(130deg, #f59e3e 0%, #dd7713 100%);
  color: #fff !important;
}
.bg-darkblue strong, .bg-darkblue h3 {
  color: #fff !important;
}
.bg-darkblue .btn-primary {
  background: #fff;
  color: #322F55 !important;
}
.bg-darkblue .btn-primary:after {
  display: none;
}
.bg-darkblue .btn-primary:hover {
  background: #322F55 !important;
}

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

.btn-category {
  display: block;
  background-color: #fff;
  margin-top: 0.5rem;
  padding: 15px 25px;
  border-radius: 4px;
  margin-right: 0.5rem;
  font-weight: bold;
  color: var(--text-color);
}
.btn-category:hover {
  background: var(--main-color);
  color: #fff;
}
.btn-category:hover:after {
  opacity: 1;
}
.btn-category:after {
  content: "";
  display: inline-block;
  float: right;
  width: 11px;
  height: var(--line-height);
  background-image: url("images/arrow.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  filter: brightness(0) invert(1);
  opacity: 0;
  transition: all 0.4s ease;
}

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

.findproducts {
  position: relative;
  padding-bottom: 75px;
}
.findproducts .container {
  padding: 0 49px;
  position: relative;
  z-index: 2;
}
.findproducts .productcategory-container {
  margin-bottom: 10px;
}
.findproducts .productcategory {
  display: block;
  cursor: pointer;
  background: #fff;
  padding: 24px 15px;
  border-radius: 6px;
  height: 100%;
  text-align: center;
  margin-right: 10px;
  padding-bottom: 34px;
  font-weight: bold;
  color: var(--text-color);
}
.findproducts .productcategory .icon {
  max-height: 50px;
  width: 75px;
  display: block;
  margin: 0px auto;
  margin-bottom: 15px;
  filter: contrast(0) brightness(1.3);
  margin-top: 15px;
  transition: 0.2s ease-in-out all;
}
.findproducts .productcategory:hover {
  color: var(--main-color);
  transition: 0.2s ease-in-out all;
}
.findproducts .productcategory:hover .icon {
  transform: scale(1.06);
  transition: 0.1s ease-in-out all;
  filter: none;
}

.naarboven {
  margin-top: -30px;
}

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

.bg-small {
  min-height: 475px !important;
  height: auto;
  background-size: cover !important;
  background-position: center center;
}
.bg-small:after {
  display: none;
}
.bg-small #scrollDown {
  display: none;
}
.bg-small .caption h1 {
  font-size: 2.5rem;
}
.bg-small .caption h2 {
  font-size: 2rem;
}

.bg-extra-small {
  min-height: 345px !important;
  height: 345px !important;
}

.naarrechtsblock {
  margin-left: 60px;
}
.naarrechtsblock .blog-content {
  padding: 20px 15px;
  color: #fff;
  padding-bottom: 0px !important;
}
.naarrechtsblock .blog-content p {
  margin: 0px;
}

.boek-photo {
  display: block;
  height: 260px !important;
  background-size: 100% 100% !important;
  margin-bottom: 30px;
  background-position: center center !important;
}

.blogs.naarrechtsblock .blog .blog-photo {
  min-height: 150px;
}

.blogbread .breadcrumb {
  position: absolute;
  bottom: -45px;
}

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

.text-cta {
  color: var(--cta-color) !important;
  font-weight: bold;
  display: block;
  margin-bottom: 15px;
}
.text-cta strong {
  color: var(--cta-color) !important;
}

.woocommerce .quantity .qty {
  width: 100% !important;
  border: 1px #CED2C9 solid;
  height: 55px;
}

.quantity {
  width: 50%;
  max-width: 200px;
  float: left;
  margin-right: 15px;
}

.productinfoblock h1 {
  font-size: 3rem;
}
.productinfoblock .btn-default {
  margin: 0px;
}
.productinfoblock .price {
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: 700;
  color: #4D3939;
}

.bundle_button .quantity {
  display: none;
}

div.bundled_product_summary, .woocommerce div.product.bundled_product_summary {
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}

.bundled_product_title_inner {
  margin-top: 15px;
}

.attribute_options label {
  margin-bottom: 0px;
}
.attribute_options label .required {
  display: none;
}
.attribute_options select {
  display: none;
}

.woocommerce-page div.product div.bundled_product_images, .woocommerce-page #content div.product div.bundled_product_images, .woocommerce div.product div.bundled_product_images, .woocommerce #content div.product div.bundled_product_images {
  width: 16% !important;
}

.woocommerce-info {
  display: none;
}

.product a {
  display: block;
  border: 2px solid #e8e8e8;
  padding: 20px;
  border-radius: 12px;
  font-weight: 300;
  color: inherit;
}
.product a:hover {
  border-color: var(--cta-color);
}
.product span {
  color: #4D3939;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 15px;
}
.product .price {
  font-weight: bold;
  color: var(--cta-color);
  font-size: 1.75rem;
}

.contactfooter {
  padding: 15px 0px;
}
.contactfooter .fas {
  font-size: 16px;
  margin-right: 6px;
}

.kleinlogo {
  margin-bottom: 30px;
}

.footer-cta .btn {
  margin-top: 15px;
}
.footer-cta ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.footer-cta ul li {
  padding: 5px 0px;
  padding-left: 35px;
}
.footer-cta ul li:before {
  content: "";
  background: url("images/check_icon.svg");
  margin-right: 0px;
  height: 24px;
  float: left;
  margin-left: -35px;
  margin-top: 0px;
  width: 24px;
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
}

.bg-blog {
  min-height: 375px !important;
  height: 575px !important;
  background-size: cover;
  background-position: center;
}

.sidebar {
  list-style: none;
  margin: 10px 0px 0px 0px;
  display: inline-block;
}
.sidebar img {
  height: 23px;
  margin-right: 13px;
}
.sidebar .speechicon {
  height: 32px;
  -webkit-filter: grayscale(1) invert(1) contrast(0) brightness(200);
  filter: grayscale(1) invert(1) contrast(0) brightness(200);
}
.sidebar .searchicon {
  height: 22px;
  margin-left: 3px;
  -webkit-filter: grayscale(1) invert(1) contrast(0) brightness(200);
  filter: grayscale(1) invert(1) contrast(0) brightness(200);
}
.sidebar li {
  margin-right: 40px;
  display: list-item;
  float: left;
}
.sidebar li a {
  color: var(--text-color);
  font-weight: 400 !important;
  font-size: 1.05rem;
}
.sidebar li a:hover {
  color: var(--cta-color);
  text-decoration: underline;
}
.sidebar li a i {
  margin-top: 4px;
  color: var(--cta-color);
  float: left;
  margin-right: 13px;
  font-size: 1.4rem;
}
.sidebar li .all {
  color: var(--cta-color);
  text-decoration: underline;
}

.bg-tiny {
  height: 120px !important;
}

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

h1 {
  font-size: 64px;
  margin-bottom: 20px;
}

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

h3 {
  font-weight: 600;
  font-size: 1.6rem;
  margin-bottom: 15px;
}

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

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

.woocommerce table.shop_table {
  border: 0px !important;
  border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.btn {
  padding: 20px 45px !important;
  border-radius: 0px !important;
  margin-top: 25px;
  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-more {
  color: var(--cta-color);
  padding: 0px 0px !important;
  font-size: 21px !important;
  text-decoration: underline;
}
.btn-more:hover {
  background: transparent !important;
  color: var(--cta-color) !important;
}

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

.btn-primary {
  background: #fff;
  color: var(--text-color) !important;
  font-weight: 600;
  text-decoration: none;
  transition: 0.2s ease-in-out all;
}
.btn-primary:hover {
  background: var(--text-color) !important;
  transition: 0.2s ease-in-out all;
  color: #fff !important;
}

.medewerkerimg {
  max-width: 250px;
  position: relative;
}

.intro_banner {
  position: relative;
}
.intro_banner img {
  width: 65%;
  max-height: 830px;
  min-height: 600px;
  object-fit: cover;
  border-bottom-right-radius: 145px !important;
}
.intro_banner .caption-absolute {
  top: 0px;
  height: 100%;
  width: 100%;
  position: relative;
}
.intro_banner .caption-absolute .block {
  padding: 140px 60px 90px 100px;
  height: auto;
  width: 100%;
}
.intro_banner .caption-absolute .bg-white {
  color: var(--text-color) !important;
}
.intro_banner .caption-absolute .bg-white h3 {
  color: var(--text-color) !important;
}
.intro_banner .caption-absolute .bg-white .btn-primary {
  background: var(--second-color) !important;
}
.intro_banner .caption-absolute .bg-white .btn-primary:hover {
  color: #fff;
  background: var(--main-color) !important;
}

.banner_image {
  position: relative;
  background-size: cover !important;
  background-position: center center !important;
}
.banner_image img {
  width: 90%;
  max-height: 90vh;
  min-height: 90vh;
  object-fit: cover;
  border-bottom-right-radius: 145px !important;
}
.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;
}

.witruimte-footer {
  margin-bottom: -75px;
}

.quote_banner {
  position: relative;
}
.quote_banner img {
  width: 100%;
  max-height: 50vh;
  min-height: 600px;
  object-fit: cover;
  border-bottom-right-radius: 0px !important;
}
.quote_banner h1 {
  font-size: 2.65rem;
}
.quote_banner .caption-absolute {
  top: 0px;
  height: 100%;
  width: 100%;
  position: absolute;
}
.quote_banner .caption-absolute .block {
  padding: 75px 75px 75px 75px;
  border-top-right-radius: 145px;
  border-bottom-left-radius: 145px;
}

.bigimageleft .img {
  position: absolute !important;
  height: auto;
  z-index: 9;
  top: 100px;
  background-size: cover;
  background-position: center center;
  width: calc(50% - 75px);
  border-top-right-radius: 15px !important;
  border-bottom-right-radius: 15px !important;
}
.bigimageleft .img img {
  opacity: 0;
}

.owl-carousel-boeken {
  width: calc(100% - 150px);
}
.owl-carousel-boeken .blog .photo-container {
  border-radius: 0px !important;
}

.image-big img {
  width: calc(50% - 75px);
  height: 485px;
  z-index: 9;
  position: relative;
  border-radius: 15px !important;
}

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

.clear {
  clear: both;
}

.omhoogblock {
  display: inline-block;
  margin-top: -200px;
}

.image-big-right img {
  position: absolute;
  float: right;
  right: 0px;
  border-radius: 0px !important;
}
.image-big-right .title-icon {
  float: left;
}

.woocommerce .btn-primary, .nf-field-element .btn-primary {
  background: #322F55 !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;
  border-radius: 8px !important;
}
.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;
}

.bg-reviews {
  background-size: cover !important;
  background-position: center center !important;
}

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

.owl-carousel-projectenslider .item {
  height: 50vh;
  max-height: 400px;
}
.owl-carousel-projectenslider .projectlogo {
  padding: 50px;
  width: auto;
  max-width: 300px;
  max-height: 160px;
}
.owl-carousel-projectenslider .sfeerimage {
  position: relative;
  display: block !important;
  max-height: 375px;
}
.owl-carousel-projectenslider .sfeerimage:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0px;
  display: block;
  opacity: 0.7;
  background: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}
.owl-carousel-projectenslider .btn-primary {
  margin-top: 10px;
}
.owl-carousel-projectenslider .content-container {
  position: absolute;
  z-index: 2;
  bottom: 0px;
  padding: 50px;
}
.owl-carousel-projectenslider h4 {
  color: #fff;
}

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

.fa-star, .fa-star-half {
  color: #F5C900;
  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;
  border-radius: 0px !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;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
.newsletter .ninja-forms-field {
  border-radius: 50px !important;
  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;
}

.nf-form-content .list-select-wrap .nf-field-element > div, .nf-form-content input:not([type=button]), .nf-form-content textarea {
  border-radius: 40px !important;
}

section {
  position: relative;
  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;
  border-radius: 40px;
  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;
  border-radius: 2px;
  -webkit-animation: scrolldown 2s infinite;
  animation: scrolldown 2s infinite;
  box-sizing: border-box;
}

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

.cb a {
  display: block;
}

.topbar {
  position: relative;
  background: var(--cta-color);
  color: #142E39;
  padding: 8px 0px;
  z-index: 99;
}
.topbar strong {
  color: #fff;
}
.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;
  margin-left: 12px;
}
.topbar ul li .fas {
  color: #F5C900;
  padding-right: 2px;
  font-size: 0.95rem;
}

.footer-head {
  padding-bottom: 30px;
}
.footer-head .footertitel {
  font-size: 1.5rem;
  margin-bottom: 18px;
  line-height: 38px;
  color: #4D3939;
  font-weight: 600;
}
.footer-head strong {
  font-size: 1.3rem;
  font-weight: 400;
  opacity: 0.8;
}

.logo-klein img {
  max-width: 220px !important;
}

.contactblok {
  padding: 40px 0px;
}
.contactblok .fas {
  background: #fff;
  border-radius: 50%;
  height: 43px;
  width: 43px;
  display: inline-block;
  float: left;
  margin-top: -6px;
  color: var(--text-color);
  padding-top: 12px;
  text-align: center;
  margin-right: 10px;
}

.footer-nav {
  list-style: none;
  margin: 0px;
  padding: 10px 0px 30px 0px;
  margin-bottom: 15px;
}
.footer-nav li {
  padding: 3px 0px;
}

.navbar-toggler {
  position: relative;
  z-index: 99999;
  color: var(--text-color);
}
.navbar-toggler i {
  font-size: 28px !important;
}

.navbar-toggler.open {
  color: #fff;
}

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

.blogitem {
  position: relative;
  margin-bottom: 60px;
}
.blogitem img {
  width: 100%;
  border-bottom-left-radius: 145px;
  border-top-right-radius: 145px;
  min-height: 600px;
  object-fit: cover;
}
.blogitem .blog-content {
  border-bottom-left-radius: 145px;
  border-top-right-radius: 145px;
  padding: 60px;
}

.btn-important {
  position: relative;
  opacity: 1 !important;
  display: inline-block !important;
  border-radius: 50px !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;
}
.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;
}

.close-button .btn-important:hover {
  background: transparent !important;
}
.close-button .btn-important:hover .bars .bar1, .close-button .btn-important:hover .bars .bar2, .close-button .btn-important:hover .bars .bar3 {
  color: var(--main-color) !important;
  width: 30px !important;
}

.bg-pattern {
  background-color: #221D5C;
  background-image: url("images/patroon_homepage.svg");
  background-size: cover !important;
}
.bg-pattern .bg {
  background-color: transparent;
  background-size: cover !important;
  background-position: center center !important;
}

.bg-pattern-xl {
  background-color: #221D5C;
  background-image: url("images/patroon_homepage.svg");
  background-size: cover !important;
}
.bg-pattern-xl .bg {
  background-color: transparent;
  background-size: 75% !important;
  background-position: center right !important;
  padding: 70px 0px;
  height: auto;
}
.bg-pattern-xl .bg .caption {
  text-align: left;
  border-top-left-radius: 0px;
  border-top-right-radius: 75px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 75px;
}

.eventbg .caption {
  text-align: left;
  max-width: 500px !important;
  border-top-left-radius: 0px;
  border-top-right-radius: 75px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 75px;
}

.caption-event h1 {
  margin-bottom: 5px;
}

.nieuwsbriefen {
  display: block;
  position: relative;
}
.nieuwsbriefen .nf-field-label {
  display: none;
}

.cta-cases {
  padding-bottom: 100px;
  color: #fff;
  opacity: 0.5;
}
.cta-cases .btn {
  margin: 0px;
  background: transparent;
  border: 2px #fff solid;
  color: #fff !important;
}
.cta-cases strong {
  color: #fff !important;
}

footer {
  padding: 90px 0px;
  background-color: #ECEAE7 !important;
  background-size: cover;
  background-repeat: no-repeat;
  color: var(--text-color) !important;
}
footer .logo-footer {
  max-width: 255px;
  margin-bottom: 30px;
}
footer strong {
  color: var(--main-color);
  font-weight: 700 !important;
  font-size: 1rem;
  display: block;
}
footer .btn-social {
  display: inline-block;
  font-size: 21px;
  color: var(--text-color);
  padding: 0px;
  text-align: center;
  margin-right: 5px;
  border-radius: 50%;
}
footer .btn-social:hover {
  color: var(--cta-color);
}
footer .fa-instagram {
  font-size: 25px;
}
footer .contactgegevens a {
  color: var(--text-color) !important;
}
footer .contactgegevens .contactinfo {
  padding: var(--padding-horizontal);
}
footer .contactgegevens .contactinfo:first-of-type {
  border-bottom: 1px rgba(244, 244, 244, 0.6) 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);
}
.form .block {
  padding: 50px;
  border-top-right-radius: 75px;
  border-bottom-left-radius: 75px;
}

.searchbar {
  margin-bottom: 15px;
}
.searchbar .form-control {
  border-radius: 60px;
}
.searchbar .btn {
  margin-top: 0px;
}

.footer_link {
  font-weight: bold;
  color: var(--cta-color);
}
.footer_link:hover {
  color: var(--hover-color) !important;
}

.copyright {
  padding-bottom: var(--padding-vertical);
  font-size: 0.9rem;
  line-height: 1.5rem;
  border-top: 1px rgba(23, 35, 85, 0.25) solid;
  padding-top: 40px;
  opacity: 0.8;
  margin-top: 40px;
}
.copyright a, .copyright span {
  margin-right: 30px;
}
.copyright .contactgegevens a, .copyright .contactgegevens span {
  margin-right: 0px;
}
.copyright .txt {
  opacity: 0.4;
}

.nieuwsbrief {
  padding: var(--padding-horizontal) var(--padding-vertical);
  margin-top: 30px;
  margin-bottom: -20px;
  border-radius: 0px;
}

@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: 768px) {
  .d-md-visible {
    display: inline-block !important;
  }
}
@media (min-width: 992px) {
  html, body {
    font-size: var(--font-size);
    line-height: var(--line-height);
  }

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

  .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 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.1rem;
  }

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

  .casehead {
    height: 135vh;
  }
  .casehead .caption {
    padding-bottom: calc(var(--padding-vertical) * 3);
  }
  .casehead .highlight {
    bottom: -100px;
    max-width: 65%;
  }

  .visible-mobile {
    display: none;
  }

  .visible-desktop {
    display: block;
  }

  .related .case {
    height: 50vh;
  }

  .case-small .photo-container {
    height: 55vh !important;
  }
  .case-small .photo-container .highlight {
    max-width: 65% !important;
  }

  .case .mobile-content {
    display: none;
  }
  .case .photo-container {
    height: 68vh;
  }
  .case .photo-container .highlight {
    max-width: 45%;
  }
  .case .photo-container .caption {
    display: block;
  }

  .bg {
    background-position: center right;
  }
  .bg .caption h1 {
    font-size: 3.5rem;
    padding-right: 0vw;
    line-height: 72px;
  }
  .bg .caption h2 {
    line-height: 60px;
  }

  .bg-small {
    height: 35vh;
  }
}
@media (min-width: 1200px) {
  .d-md-visible {
    display: none !important;
  }
}
@media (min-width: 1400px) {
  .case-small .photo-container .caption h1 {
    font-size: 2.4rem;
  }
  .case-small .photo-container .highlight {
    max-width: 45% !important;
  }

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

  .container-100 {
    padding: 0px 3vw;
  }

  .bel strong {
    font-size: 1rem;
  }
}
@media (min-width: 1580px) {
  .case .photo-container {
    height: 78vh;
  }

  .navbar .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media (min-width: 1980px) {
  .case .photo-container {
    height: 95vh;
  }

  .bg {
    height: 500px;
    background-position: right center;
    background-size: 100%;
  }

  .bg-personal {
    height: 120vh;
  }

  .bg-pattern .bg {
    background-size: 85% !important;
  }

  .container-large {
    width: 100%;
    max-width: 1400px;
  }

  .bg-small {
    height: 40vh;
  }

  #scrollDown span {
    bottom: 75px;
  }
}
@media (max-width: 1500px) {
  .top {
    width: 50%;
  }
}
@media (max-width: 1440px) {
  html, body {
    font-size: 17px;
  }

  .video-container {
    height: 400px;
    min-height: 400px;
  }

  .container {
    max-width: 1240px;
  }

  h2 {
    font-size: 2.3rem;
  }

  h3 {
    font-size: 1.9rem;
    margin-bottom: 15px;
  }

  h4 {
    font-size: 1.4rem;
  }

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

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

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

  .bg {
    background-size: cover !important;
  }
}
@media (max-width: 1200px) {
  .keuzes .keus {
    padding-right: 30px;
    margin-bottom: 30px;
  }

  .video-container {
    height: 45vh;
    min-height: 400px;
  }

  .toright {
    margin-left: 140px !important;
  }

  .case .photo-container {
    min-height: 400px;
  }
}
@media (max-width: 1280px) {
  h2 {
    font-size: 2.2rem;
    margin-bottom: 5px;
  }

  .container {
    max-width: 1180px;
  }

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

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

  main {
    padding: 15px;
  }
  main .inhoud {
    padding-right: 0px;
  }
}
@media (max-width: 992px) {
  .first-single-section {
    padding-top: 100px !important;
  }

  .omhoogblock {
    margin-top: 0px;
  }

  .image-big-right img {
    position: relative;
  }

  .bg-blue-block.doorlopen:after {
    left: -20px;
    width: calc(100% + 40px);
  }

  .bg-blue-block.doorlopen {
    margin-top: 0px !important;
  }
  .bg-blue-block.doorlopen section {
    z-index: 2;
  }

  .omhoogcarousel .blog .blog-photo {
    max-width: 130px;
  }

  .photoba {
    margin-top: -10px;
    width: 100% !important;
  }

  .block {
    padding: 30px 20px;
  }

  .bigimageleft .img {
    display: none;
  }

  #header .btn {
    padding: 15px 0px !important;
  }

  .omhoogcarousel {
    margin-top: 0px;
  }

  .omhoog {
    padding-top: 65px !important;
  }

  .extreme h1 {
    font-size: 4rem;
    line-height: 4.5rem;
  }

  .bg .caption {
    padding: 90px 40px;
  }

  .naarrechtsblock {
    margin-left: 0px;
  }
  .naarrechtsblock .blog-content {
    padding: 15px 0px;
    padding-bottom: 30px !important;
  }

  .omhoogcarousel .blog .blog-photo {
    min-height: 190px;
  }

  .omhoogcarousel .item {
    height: 230px;
  }

  .omhoogcarousel {
    padding-top: 40px !important;
  }

  .intro_banner img {
    padding-bottom: 0px;
  }

  .block-small {
    padding: 50px 30px;
  }

  .image-big-right img {
    float: inherit;
  }

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

  .container-fl {
    padding: 0px;
  }

  .usps_bar {
    padding-left: 20px;
  }

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

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

  .quote_banner .block {
    margin: 15px;
  }
  .quote_banner .caption-absolute {
    height: auto;
    bottom: 0px;
    top: inherit;
  }
  .quote_banner .caption-absolute .block {
    padding: 60px 60px 40px 60px !important;
    border-top-right-radius: 75px !important;
    border-bottom-left-radius: 75px !important;
  }

  .intro_banner .bg-blue-block {
    background: transparent;
  }
  .intro_banner img {
    border-radius: 0px !important;
    min-height: 350px;
  }

  .logo-partner {
    padding: 30px;
  }

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

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

  .footer {
    padding: 20px !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;
  }

  .bg-pattern .bg {
    background-size: cover !important;
  }

  .bg-pattern-xl .bg {
    background-size: cover !important;
  }

  .btn-important {
    background: transparent;
  }
  .btn-important:hover {
    background: transparent !important;
    color: var(--second-color) !important;
  }

  .photob {
    min-height: 475px;
    margin-right: 60px !important;
  }

  .intro_banner img {
    width: 100%;
  }

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

  .optieimg .btn-optie {
    width: 100%;
  }
  .optieimg .btn-optie img {
    margin: 0px auto;
    margin-bottom: 20px;
  }

  footer .btn-social {
    height: 50px !important;
    width: 50px !important;
  }

  .cat-container {
    margin-bottom: 15px;
  }

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

  .woocommerce-cart .woocommerce {
    display: block;
  }

  .contactimg {
    display: none;
  }

  .site_selector .geotext {
    display: block;
    margin-bottom: 15px !important;
  }

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

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

  .bg-small {
    min-height: 325px !important;
  }

  .aanbieding {
    font-size: 1rem;
  }

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

  .banner {
    height: auto;
  }

  .producten img {
    padding: 40px 30px;
  }

  .erkenning {
    padding: 75px;
  }

  .productcategory {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }

  .totop {
    margin-top: 40px;
  }

  .office .totop {
    margin-top: 30px;
  }

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

  .cta-small-img {
    position: relative;
    top: 15px;
  }

  a.cta {
    padding: 40px 35px;
  }

  .cta-popup .inner img {
    left: -65px;
  }

  .naarboven {
    margin-top: 0px;
    padding-top: 35px;
  }

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

  .cta-popup {
    right: 15px;
  }

  .contactblok .cb {
    padding: 15px 0px;
  }

  main, #main {
    padding: 0px;
  }

  .toright {
    margin-left: 0px !important;
  }

  .inleiding {
    margin-bottom: 30px;
  }

  .photob {
    margin-left: 0px;
  }

  .uitgelicht {
    height: auto;
    margin-bottom: 0px;
  }
  .uitgelicht .block {
    margin-top: 15px;
  }

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

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

  .findproducts .container {
    padding: 0px 15px;
  }

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

  .casehead {
    height: 80vh;
  }

  .projecten {
    padding: 15px;
  }

  .single-container {
    padding: 15px;
    padding-bottom: var(--padding-vertical);
  }

  .ml-right {
    width: auto;
  }

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

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

  h3 {
    font-size: 2rem;
  }

  .bigscreen {
    margin-top: 30px;
    width: 115%;
  }
  .bigscreen .screen {
    position: relative;
    height: 550px;
    border: 20px #0b131a solid;
  }

  .case-small .inner {
    padding: 0px;
  }

  .home .bg .caption h1 {
    padding-right: 15vw;
  }

  .section-small {
    padding: 15px;
  }

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

  .banner-small .banner-content {
    margin-left: 0px;
  }
  .banner-small .banner-content h1 {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }

  .blogitem img {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-top-right-radius: 75px !important;
  }
  .blogitem .caption-absolute .blog-content {
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 75px !important;
  }

  .banner::before {
    height: 400px;
  }

  .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;
    font-size: 30px;
  }

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

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

  .nieuwsbrief {
    padding: 15px 30px;
  }
  .nieuwsbrief input {
    margin-bottom: 15px !important;
  }

  .dienstenmenu .nav-link {
    width: 100%;
  }

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

  .dienstenmenu .navbar-nav .nav-link {
    padding: 10px 0px;
  }
  .dienstenmenu .navbar-nav li:last-child a {
    border-bottom: 0px;
  }

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

  .navbar-nav .dropdown-menu {
    position: relative !important;
  }

  .woocommerce-cart .woocommerce-cart-form {
    display: block;
    margin-right: 0px;
  }

  /* The element that contains the cart totals */
  .woocommerce-cart .cart-collaterals {
    flex: none;
    display: block;
    margin-left: 0px;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 36px;
  }

  .omhoog {
    margin-top: 0px;
  }

  .nopadmobile {
    padding: 0px !important;
  }

  .doorlopen:after {
    width: calc(60% + 20px);
    left: calc(100% - 20px);
  }

  .image-big img {
    height: 385px;
    border-radius: 15px !important;
  }

  .themeDark header:before {
    display: none;
    max-height: 350px;
  }

  .themeDark .bg {
    height: 50vh;
  }

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

  .wordpress-webdeveloper-arnhem {
    margin-top: 0px;
    margin-left: 0px;
    float: inherit;
  }

  .maker {
    padding-top: 30px;
    text-align: left;
  }
  .maker a {
    margin-right: 0px;
    display: block;
  }

  .bal-container, .sfeerimage {
    height: 35vh;
  }

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

  .video-container {
    height: 200px;
    min-height: 200px;
  }

  blockquote {
    font-size: 1.15rem;
  }

  .intro_banner .caption-absolute .block {
    height: auto;
    width: auto;
    border-radius: 0px;
    margin-top: 50px;
  }

  .topbar {
    display: none;
  }

  .breads .breadcrumb {
    display: none;
  }

  .btn-nieuwsbrief .btn {
    width: 100% !important;
    border-top-left-radius: 35px !important;
    border-bottom-left-radius: 35px !important;
  }

  .btn-nieuwsbrief .btn {
    position: relative;
    background: var(--second-color) !important;
    margin-bottom: 15px !important;
    margin-top: -10px !important;
  }

  .intro_banner .caption-absolute .block {
    padding: 30px 20px 30px 20px !important;
  }

  .image-big-right img {
    border-bottom-left-radius: 75px !important;
    margin-left: 15px;
  }

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

  .form .block {
    padding: 35px;
  }

  .intro {
    padding-right: 0px;
    font-size: 1.1rem;
    line-height: 1.75rem;
  }

  .cat {
    padding: 15px;
    text-align: left;
  }
  .cat img {
    width: 90px !important;
    height: auto !important;
    margin: 0px;
    margin-bottom: 15px !important;
    margin-right: 20px !important;
    float: left;
  }
  .cat h4 {
    margin-top: 15px;
    font-size: 1.2rem;
  }

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

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

  .newsletter input.btn {
    top: -92px;
  }

  .first .woocommerce table.shop_table_responsive tr td, .first .woocommerce-page table.shop_table_responsive tr td {
    text-align: left !important;
  }

  .shop_table .cart-subtotal {
    display: none !important;
  }

  .woocommerce table.shop_table_responsive tbody th, .woocommerce-page table.shop_table_responsive tbody th {
    display: block !important;
  }

  .woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail {
    display: block !important;
  }

  .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
    content: "" !important;
  }

  .product-subtotal {
    height: 60px;
  }

  html, body {
    font-size: 16px;
  }

  #choose_country_close {
    top: -70px;
    font-size: 1rem;
    margin-right: 0px;
  }

  .site_selector .geotext {
    padding-right: 30px;
    font-size: 0.9rem;
  }

  .footer-head .footertitel {
    font-size: 1.7rem;
  }

  .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: 25px 15px;
  }

  .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 25px;
    margin-bottom: 15px;
  }
  .keus h4 {
    font-size: 1.2rem !important;
  }

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

  .section-small {
    padding: calc(var(--padding-vertical) / 2) 0px;
  }

  .choose-us {
    padding: 0px;
  }

  .screen_container .screen {
    left: 0px;
  }

  .martin-popup {
    right: 15px;
  }
  .martin-popup .inner {
    padding: 13px 15px;
  }
  .martin-popup .inner img {
    left: -45px;
    bottom: -31px;
  }
  .martin-popup .inner p {
    font-size: 0.9rem !important;
    line-height: 26px !important;
  }
  .martin-popup .inner .medewerker .contact .custom-whatsapp {
    font-size: 0.9rem !important;
  }
  .martin-popup .inner .medewerker .contact .custom-whatsapp svg {
    height: 33px !important;
    width: 33px !important;
  }

  .medewerker:after {
    display: none;
  }

  .bigscreen {
    width: 125%;
  }
  .bigscreen .screen {
    height: 300px;
    min-height: 265px;
    border: 15px #0b131a solid !important;
  }

  .bg .caption {
    margin-left: 15px;
  }

  .klantLogo {
    width: calc(80% - 1px) !important;
    padding-bottom: calc(80% - 1px) !important;
  }

  .woocommerce-cart-form table.cart .product-thumbnail, .woocommerce-cart-form table.cart .product-thumbnail, .woocommerce-cart-form table.cart .product-thumbnail {
    display: inline-block !important;
    border: 0px;
  }

  .woocommerce-cart-form table.cart .product-name {
    display: inline-block !important;
    border: 0px;
  }

  .woocommerce-cart-form table.cart .product-remove {
    display: inline-block;
    max-width: 30px;
    border: 0px;
  }

  .woocommerce-cart-form table.cart .product-quantity {
    height: 80px;
    display: inline-block;
    width: 50%;
    border: 0px;
  }

  .woocommerce-cart-form table.cart .product-subtotal {
    display: inline-block !important;
    width: 45% !important;
    border: 0px;
  }

  .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background: transparent !important;
  }

  .bundled_table_item .product-quantity, .woocommerce-cart-form table.cart .product-price {
    display: none !important;
  }

  .woocommerce-cart-form table.cart .bundled_table_item .product-subtotal {
    display: none !important;
  }

  .bundle_table_item {
    margin-top: 15px;
  }

  .woocommerce-cart-form__contents .qty {
    max-width: 90%;
  }

  .quantity {
    width: 100%;
    max-width: 100%;
  }

  .cartcont .block {
    padding: 10px;
  }

  .cart-collaterals {
    padding: 30px 10px;
  }
}
@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: 215px !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: 36px !important;
  width: 36px !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.4;
}

.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;
}
.nf-form-content .nf-field-element .btn-primary {
  background: var(--main-color) !important;
  border-radius: 50px !important;
  height: 65px !important;
}

.nf-form-content .list-select-wrap .nf-field-element > div, .nf-form-content input:not([type=button]), .nf-form-content textarea {
  background: transparent !important;
  border-radius: 0px !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 {
  background: transparent;
  padding: 0px;
  margin-top: -30px;
  margin-bottom: 30px;
  color: inherit;
}
.breadcrumb a {
  color: var(--main-color);
}

@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 */
