@charset "UTF-8";
/*
Theme Name: Carclin
Theme URI: https://carclin.nl
Author: Pixel Creation
Author URI: https://www.pixelcreation.nl/
Description: This is a theme for Carclin made by Pixel Creation.
Version: 1.0
Text Domain: carclin
*/
/* This file is made for all your variables, think of colors you will use, basic spacing etc. */
/* Review */
.bg-review {
  height: 400px !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.review .container {
  max-width: 1800px;
}
.review .review-block:nth-child(even) {
  margin-left: auto;
  display: flex;
}
.review .review-block {
  position: relative;
  margin-bottom: 30px;
  background-color: white;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-bottom: 6px solid;
  border-image: linear-gradient(45deg, #0d4b55, #d7cf30) 1;
}
.review .review-block .review-img {
  width: 100%;
  height: 100%;
}
.review .review-block .row-inhoud {
  align-items: center;
  overflow: hidden;
}
.review .review-block .row-inhoud .img-review {
  margin-left: 6%;
}
.review .review-block .inhoud-review {
  padding-left: 80px;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}
.review .review-block .inhoud-review .quote {
  color: #00a978;
  opacity: 0.2;
  position: absolute;
  font-size: 80px;
  z-index: 1;
  top: 30px;
  left: 50px;
}
.review .review-block .inhoud-review .quote-inhoud-review {
  z-index: 99;
  position: relative;
}
.review .review-block .inhoud-review p {
  margin-bottom: 0 !important;
}
.review .review-block .inhoud-review .branche-review {
  font-weight: 600;
  color: #00a978;
  font-size: 20px;
}

/* slide review */
.review-slide .btn-link {
  color: #145566 !important;
  font-size: 20px;
  transition: 0.3s ease-in-out;
}
.review-slide .btn-link:hover {
  color: #00a978 !important;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
.review-slide .item {
  margin-left: 1rem;
}
.review-slide .item .row {
  align-items: center;
}
.review-slide .item .btn {
  padding: 0 !important;
}
.review-slide .item hr {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border: 0;
  border-top-color: currentcolor;
  border-top-style: none;
  border-top-width: 0px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.review-slide .bg-img-review {
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100px;
  justify-content: center;
  justify-items: center;
  display: flex;
}
.review-slide .img-review {
  background-size: contain;
  background-repeat: no-repeat;
  width: 70px;
  justify-content: center;
  justify-items: center;
  display: flex;
  background-position: center;
}

html, body {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  color: #145566;
}

.container {
  max-width: 1380px;
}

.container.container-small {
  max-width: 1280px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  opacity: 0.7;
  display: block;
  font-size: 0.95rem;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.75rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.15rem;
}

h5 {
  font-size: 1rem;
}

p a {
  color: inherit;
  text-decoration: underline;
}
p a.btn {
  text-decoration: none;
}

.dark-green {
  color: #145566;
}

.intro {
  font-size: 1.1rem;
  color: #67727e;
}

.overflow-show {
  overflow: visible !important;
}

.btn {
  border-radius: 2rem;
  padding: 0.5rem 1.5rem;
  border: none;
}
.btn .fal, .btn .far, .btn .fas {
  margin-left: 1rem;
  font-size: 0.9rem;
}

.btn-sm {
  padding: 0.25rem 0.75rem;
  background-color: transparent;
  border: 1px solid #eee;
}
.btn-sm .flag {
  position: relative;
  bottom: 2px;
}
.btn-sm:hover {
  background-color: #e9f3f4;
  border-color: #e9f3f4;
}

.btn-primary {
  background-color: #00a978;
  color: #fff;
}
.btn-primary:hover {
  background-color: #2f3146;
}

.btn-secondary {
  background-color: #2f3146;
  color: #fff;
}
.btn-secondary:disabled {
  background-color: #e9f3f4;
  color: #2f3146;
}

.btn-outline-secondary {
  border: 1px solid #eee;
}

.btn-toggle {
  padding: 0.5rem 1.5rem 0.5rem 1rem;
  border-bottom-right-radius: 2rem !important;
  border-top-right-radius: 2rem !important;
}
.btn-toggle .far, .btn-toggle .fal, .btn-toggle .fas {
  margin-left: 0;
}

.btn-circle {
  color: #e8792b;
  width: 2.8rem;
  height: 2.8rem;
  display: inline-block;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 2.9rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
}

.show_all {
  float: none;
  padding: 0;
  height: 2rem;
  line-height: 2rem;
  color: #145566;
  display: block;
}
.show_all:hover {
  color: #145566;
}

.border-top {
  border-top: 1px solid #f2f2f2 !important;
}

.text-white a:hover {
  color: #fff;
}

.certificaat-wrapper {
  display: inline-block;
  width: 6rem;
  height: 6rem;
  text-align: center;
}
.certificaat-wrapper .certificaat {
  max-width: 100%;
  max-height: 100%;
}

.medewerker-foto {
  padding: 0.35rem;
  width: 7.7rem;
  height: 7.7rem;
  background: linear-gradient(215deg, #a8c549 15%, #27a576 50%, #2b4551 85%);
  border-radius: 50%;
}
.medewerker-foto img {
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
}

.flag {
  width: 1.15rem;
  position: relative;
  bottom: 2px;
  margin-right: 0.25rem;
}

.floating-btn {
  background-color: #e7792b;
  display: inline-block;
  padding: 0.75rem 1.25rem;
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
  color: #fff;
  position: fixed;
  right: 0;
  top: 15rem;
  z-index: 1000;
  transition: all 0.4s ease;
  margin-right: -4.75rem;
}
.floating-btn .far, .floating-btn .fal, .floating-btn .fas {
  margin-right: 1rem;
  font-size: 1.2rem;
  position: relative;
  top: 0.2rem;
}
.floating-btn:hover {
  color: #fff;
  text-decoration: none;
  margin-right: 0;
}

section ul {
  list-style: none;
  padding-left: 0;
}
section ul li {
  position: relative;
  font-size: 1rem;
  padding: 0.3rem 0 0.3rem 1.5rem;
}
section ul li:after {
  content: "\f061";
  color: #00a978;
  font-family: "Font Awesome 5 Pro", serif;
  position: absolute;
  left: 0;
  font-size: 0.9rem;
  top: calc(0.3rem + 2px);
}

/* MENU */
.gradient-bar {
  height: 0.5rem;
  background: linear-gradient(270deg, #d8cf03 0%, #0d4b55 100%);
}

.navbar {
  display: block;
  padding: 1.25rem;
}
.navbar .navbar-nav .nav-item {
  margin-right: 2.5rem;
}
.navbar .navbar-nav .nav-item .nav-link {
  color: #2f3146;
  font-weight: 600;
  font-size: 1.05rem;
  padding: 0.5rem 0;
}
.navbar .navbar-nav .dropdown-menu .nav-item {
  margin-right: 0;
}
.navbar .navbar-toggler {
  padding: 0.25rem 0.5rem 0;
  font-size: 1.5rem;
}

.side-menu {
  font-size: 0.9rem;
}
.side-menu a {
  color: #2f3146;
}

.searchbar {
  position: relative;
  width: 100%;
}
.searchbar .search {
  padding: 0.5rem 1rem;
  background-color: #e9f3f4;
  color: #2f3146;
  border: none;
  width: 100%;
}
.searchbar button {
  position: absolute;
  height: 100%;
  right: 0;
  border: none;
  width: 3rem;
  background-color: transparent;
  color: #2f3146;
}

.search-result {
  padding: 2rem;
  color: #145566;
  border: 1px solid #eee;
  transition: all 0.4s ease;
}
.search-result:hover {
  color: #145566;
  text-decoration: none;
  background-color: #e9f3f4;
  border-color: #e9f3f4;
}

.navbar-brand {
  padding: 0;
  margin-right: 2rem;
}
.navbar-brand img {
  width: 144px;
  height: 37px;
}

.logo-divider {
  background-color: #e9f3f4;
  width: 1px;
  height: 2.3rem;
  display: inline-block;
  position: absolute;
  left: 10rem;
}

.logo-synerlogic {
  width: 108px;
  height: 23px;
  position: relative;
  top: 3px;
}

/* SECTION */
section, footer {
  padding: 2rem 0;
  position: relative;
  overflow: hidden;
}

.section-sm {
  padding: 1.5rem 0;
}

.section-xs {
  padding: 0.75rem 0;
}
.section-xs .breadcrumb {
  margin-bottom: 0;
}

.section-half-photo {
  background-color: #e9f3f4;
}
.section-half-photo .half-photo {
  width: calc(20% + 60px);
  position: absolute;
  top: 0;
  left: calc(80% - 60px);
  height: 100%;
  background-size: cover;
  background-position: center;
  display: none;
}
.section-half-photo .half-photo .swoos {
  top: -2px;
  height: calc(100% + 4px);
  position: absolute;
  z-index: 100;
  left: -1px;
}

.section-white {
  background-color: #fff;
}

.section-half-photo .half-photo:after, .section-photo:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: linear-gradient(215deg, #a8c549 0%, #27a576 50%, #2b4551 100%);
  opacity: 0.15;
}

.section-photo {
  padding: 4rem 0;
  background-size: cover;
  background-position: center;
  color: #fff;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}
.section-photo .swoos {
  top: -2px;
  height: calc(100% + 4px);
  position: absolute;
  z-index: 100;
  left: 50%;
  display: none;
}
.section-photo .container {
  position: relative;
  z-index: 150;
}

.section-photo.section-photo-dark:after {
  opacity: 0.5;
}

.section-light {
  background-color: #e9f3f4;
}

.section-gradient {
  background: #0d4b55;
  background: linear-gradient(215deg, #a8c549 0%, #27a576 50%, #2b4551 100%);
  color: #fff;
}

.section-map {
  background-image: url("images/background-map.png");
  background-size: cover;
}
.section-map .section-map-text {
  color: #fff;
  margin: 1rem 0 2rem;
  border-left: 4px solid #fff;
  padding: 0.5rem 0 0.5rem 1.5rem;
}

.section-hover {
  padding-bottom: 0;
  overflow: unset;
  margin-bottom: 0;
}

.section-after-hover {
  display: none;
}

.section-dark, footer {
  color: #fff;
  background-color: #273346;
}

.section-bordered {
  border-top: 1px solid #3b4759;
  border-bottom: 1px solid #3b4759;
}

.section-bordered-light {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.section-half-overlay {
  padding: 0;
}

.section-overflow {
  overflow: unset;
}

.half-overlay {
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #0d4b55;
  background: linear-gradient(215deg, #a8c549 0%, #27a576 50%, #2b4551 100%);
  display: none;
}

.half-overlay-mobile {
  background: linear-gradient(215deg, #a8c549 0%, #27a576 50%, #2b4551 100%);
  padding: 2rem;
}

.half-white-mobile {
  padding: 2rem;
}

.category {
  color: #2f3146;
  font-weight: 600;
  font-size: 1.1rem;
  text-align: center;
  display: block;
}
.category .category-photo {
  width: 7rem;
  height: 7rem;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 0.25rem;
}

.hero-btn {
  width: 280px;
  height: 280px;
  padding: 75px 35px 35px 35px;
  display: block;
  color: #fff;
  text-align: left;
  font-size: 40px;
  line-height: 45px;
  font-weight: 600;
  border-radius: 50%;
  z-index: 999;
  transition: all 0.3s ease;
  background: #00a978;
}
.hero-btn i {
  margin-left: 5px;
  font-size: 27px;
}
.hero-btn:hover {
  text-decoration: none;
  color: #fff;
  background: #2f3146;
}
@media screen and (max-width: 991.98px) {
  .hero-btn {
    margin: 0 auto;
    margin-top: 25px !important;
  }
}

/* BLOCKS */
.block {
  padding: 2rem;
  position: relative;
}

.block-white {
  background-color: #fff;
}

.block-light {
  background-color: #e9f3f4;
}

.block-extra-info {
  background-color: #fff;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  bottom: 3rem;
  padding: 2rem;
}
.block-extra-info:after {
  content: "";
  bottom: 0;
  width: 100%;
  left: 0;
  position: absolute;
  height: 0.5rem;
  background: linear-gradient(270deg, #d8cf03 0%, #0d4b55 100%);
}
.block-extra-info ul li {
  padding-left: 1rem;
}
.block-extra-info ul li:after {
  content: "\f111";
  color: #00a978;
  font-weight: bold;
  font-size: 0.4rem;
  top: calc(0.7rem + 3px);
}

.block-overlay {
  background: #0d4b55;
  background: linear-gradient(215deg, #a8c549 0%, #27a576 50%, #2b4551 100%);
  color: #fff;
}

.block-light-home {
  padding-bottom: 4rem;
}

.block-image {
  max-width: 45%;
  position: absolute;
  bottom: 0;
  right: 0;
}

/* USPS */
.usp {
  display: flex;
  align-items: center;
}
.usp img {
  width: 5rem;
  margin-right: 1rem;
}
.usp .usp-content {
  width: calc(100% - 6rem);
  line-height: 1.5rem;
  color: #67727e;
}
.usp .usp-content strong {
  font-size: 1.2rem;
  display: block;
  font-weight: 600;
  color: #2f3146;
}

.video {
  color: #fff;
}
.video:hover {
  color: #fff;
}
.video .btn-video {
  display: inline-block;
  width: 3.5rem;
  height: 3.5rem;
  color: #e8792b;
  border-radius: 50%;
  background-color: #fff;
  line-height: 3.65rem;
  padding-left: 0.2rem;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
}

/* PRODUCT CAROUSEL */
.carousel-container {
  width: 100%;
  max-width: calc(50% + 690px);
  margin-left: auto;
  margin-right: 0;
  position: relative;
  padding-right: 0;
}
.carousel-container:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 5rem;
  right: 0;
  top: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  z-index: 100;
}

.owl-carousel .owl-item img {
  width: auto;
}

.btn-next {
  position: absolute;
  right: 1rem;
  z-index: 200;
  top: 50%;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  padding: 0;
}

.slider-product {
  padding: 2rem 2rem 3rem 2rem;
  display: block;
  color: #67727e;
  border-right: 1px solid #e9f3f4;
  width: 19rem;
}
.slider-product:hover {
  text-decoration: none;
  color: #67727e;
}
.slider-product:hover:after {
  opacity: 1;
}
.slider-product:hover h4 {
  color: #e8792b;
}
.slider-product:after {
  position: absolute;
  bottom: 1.5rem;
  right: 2rem;
  content: "\f061";
  font-family: "Font Awesome 5 Pro", serif;
  color: #e8792b;
  opacity: 0;
  transition: all 0.4s ease;
}
.slider-product h4 {
  margin-bottom: 0.25rem;
  color: #004494;
  transition: all 0.4s ease;
}

.slider-product-photo {
  height: 8rem;
  text-align: center;
  margin-bottom: 2rem;
}
.slider-product-photo img {
  max-height: 8rem;
  max-width: 80%;
  margin: 0 auto;
}

.side-photo {
  height: 100%;
  background-size: cover;
  background-position: center;
  min-height: 15rem;
}

.link-list {
  display: block;
  color: #67727e;
  padding: 1rem 0;
  border-bottom: 1px solid #e9f3f4;
  position: relative;
}
.link-list:hover {
  text-decoration: none;
  color: #67727e;
}
.link-list:hover strong {
  color: #e8792b;
}
.link-list:hover:after {
  opacity: 1;
}
.link-list:after {
  position: absolute;
  bottom: 1.5rem;
  right: 1rem;
  content: "\f061";
  font-family: "Font Awesome 5 Pro", serif;
  color: #e8792b;
  opacity: 0;
  transition: all 0.4s ease;
}
.link-list strong {
  display: block;
  font-weight: 600;
  color: #2f3146;
  transition: all 0.4s ease;
}
.link-list:last-of-type {
  border-bottom: 0;
}

.divider {
  display: inline-block;
  width: 100%;
  max-height: 1px;
  background-color: #d3e3e6;
  height: 1px;
}

.phone {
  font-size: 2rem;
  margin: 0.5rem 0;
  color: #145566;
  display: block;
}
.phone:hover {
  text-decoration: none;
  color: #145566;
}
.phone .far, .phone .fal, .phone .fas {
  position: relative;
  top: 2px;
  transform: rotate(25deg);
}

.white-banner {
  padding: 1rem 1.5rem;
  background-color: #fff;
  height: 100%;
  color: #145566;
  border-right: 1px solid #e9f3f4;
  display: flex;
  align-items: center;
}
.white-banner .white-banner-icon {
  width: 6rem;
}
.white-banner .white-banner-icon img {
  width: 4rem;
}
.white-banner .white-banner-content {
  width: calc(100% - 6rem);
}
.white-banner .white-banner-medewerker {
  width: calc(4rem + 6px);
  height: calc(4rem + 6px);
  margin-right: 2rem;
  border-radius: 50%;
  padding: 3px;
  background: linear-gradient(215deg, #a8c549 0%, #27a576 50%, #2b4551 100%);
}
.white-banner .white-banner-medewerker .white-banner-medewerker-image {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
}

.news-article {
  display: flex;
  padding: 2rem;
  height: 100%;
  background-size: cover;
  background-position: center;
  min-height: 15rem;
  align-items: flex-end;
  color: #fff;
  position: relative;
  z-index: 10;
}
.news-article:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #2f3146 100%);
  opacity: 0.5;
  transition: all 0.4s ease;
}
.news-article .news-article-content {
  width: 100%;
  position: relative;
  z-index: 100;
}
.news-article .news-article-content time {
  opacity: 0.7;
}
.news-article .news-article-content:after {
  position: absolute;
  bottom: -0.5rem;
  right: -0.5rem;
  color: #e8792b;
  width: 2.8rem;
  height: 2.8rem;
  display: block;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 2.9rem;
  font-family: "Font Awesome 5 Pro", serif;
  content: "\f061";
}
.news-article:hover {
  text-decoration: none;
  color: #fff;
}
.news-article:hover:after {
  opacity: 0.7;
}

.section-review {
  overflow: hidden;
}
.section-review iframe {
  width: 100vw;
  height: 56.25vw;
  /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh;
  /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video-section:before {
  content: "";
  width: 100%;
  height: 50%;
  top: 0;
  left: 0;
  position: absolute;
  background: #e9f3f4;
}

.video-frame {
  position: relative;
}
.video-frame:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: linear-gradient(215deg, #a8c549 0%, #27a576 50%, #2b4551 100%);
  opacity: 0.15;
}
.video-frame:before {
  content: "";
  bottom: 0;
  width: 100%;
  left: 0;
  position: absolute;
  height: 0.5rem;
  background: linear-gradient(270deg, #d8cf03 0%, #0d4b55 100%);
}
.video-frame .play-btn {
  top: calc(50% - 2rem);
  left: calc(50% - 2rem);
  z-index: 9;
  text-align: center;
  width: 4rem;
  height: 4rem;
  color: #e8792b;
  border-radius: 50%;
  background-color: #fff;
  line-height: 4rem;
  padding-left: 0.2rem;
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
}

/* MSDS */
#nf-form-14-cont .nf-form-fields-required {
  display: none;
}

.msds-block {
  background-color: #fff;
  padding: 1rem 1rem;
}

.msds-title {
  margin: 0;
  padding-right: 1.5rem;
  position: relative;
  font-size: 1.2rem;
  /* when expanded, rotate the arrow 180° (points up) */
}
.msds-title small {
  display: block;
  margin-bottom: 0.1rem;
}
.msds-title::after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro", serif;
  position: absolute;
  color: #00a978;
  right: 0;
  top: 1.3rem;
  font-size: 1rem;
  font-weight: 400;
  /* make only the arrow box clickable */
  pointer-events: auto;
  cursor: pointer;
  /* set up rotation and transition */
  transform: rotate(0deg);
  transform-origin: center;
  transition: transform 0.15s ease-in-out;
}
.msds-title[aria-expanded=true]:after {
  transform: rotate(180deg);
}

.sds-languages {
  padding: 0.8rem 0 0 0;
}

/* HEADERS */
.figure-header {
  height: 25rem;
  background-size: cover;
  background-position: center;
  margin-bottom: 0;
}

/* FOOTER */
.logo-footer {
  width: 8rem;
  filter: brightness(0) invert(1);
}

.text-footer-logo {
  font-size: 0.8rem;
  display: inline-block;
  line-height: 0.9rem;
  position: relative;
  top: 0.2rem;
  margin-left: 1rem;
  padding-left: 1rem;
  border-left: 1px solid #3b4759;
}

.slogan {
  font-size: 1.25rem;
}

footer h3 {
  font-size: 1.15rem;
  font-weight: 400;
  margin-bottom: 0.75rem;
}
footer ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
footer ul li {
  line-height: 2.25rem;
  padding-left: 1.25rem;
  position: relative;
}
footer ul li:after {
  content: "\f105";
  color: #fff;
  opacity: 0.5;
  font-family: "Font Awesome 5 Pro", serif;
  position: absolute;
  left: 0;
  font-size: 0.9rem;
}
footer ul li a, footer ul li a:hover {
  color: #fff;
}
footer .btn-primary:hover {
  background-color: #fff;
  color: #00a978;
}

.socials a {
  color: #fff;
  margin-right: 1.5rem;
}

/* WPML */
.wpml-ls-flag {
  margin-right: 0.3rem;
  position: relative;
  bottom: 1px;
}

.dropdown-menu {
  padding: 0;
  border-radius: 0;
  top: calc(100% + 0.5rem);
  left: -1rem;
  border: 1px solid #e9f3f4;
}
.dropdown-menu .dropdown-item {
  padding: 0.5rem 1rem;
}
.dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:active, .dropdown-menu .dropdown-item:focus {
  background-color: #e9f3f4;
  color: #145566;
}
.dropdown-menu .dropdown-item .wpml-ls-flag {
  bottom: 2px;
}

.btn-group-msds .dropdown-menu {
  top: 100%;
  left: 0;
}
.btn-group-msds .btn-group {
  position: unset;
}
.btn-group-msds .btn-group .btn-toggle {
  position: unset;
}
.btn-group-msds .btn-group .dropdown-menu {
  top: 100%;
  left: 0;
  border-radius: 1rem;
  padding: 0 0;
  min-width: 195px;
  overflow: hidden;
}
.btn-group-msds .btn-group .dropdown-menu .dropdown-item {
  padding: 0.5rem 1.5rem;
}

.breadcrumb {
  background-color: transparent;
  padding: 0;
  margin-bottom: 0.5rem;
}
.breadcrumb a {
  color: #145566;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 0.75rem;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  font-family: "Font Awesome 5 Pro", serif;
  content: "\f061";
  padding-right: 0.75rem;
  font-size: 0.9rem;
}

/* PRODUCT OVERZICHT */
a.product {
  display: block;
  padding: 1.5rem;
  border: 1px solid #eee;
  margin: 1rem 0;
  color: #145566;
  padding-bottom: 5rem;
  position: relative;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0);
  transition: all 0.4s ease;
  height: calc(100% - 2rem);
  background-color: #fff;
}
a.product .product-image {
  height: 9rem;
  text-align: center;
  margin-bottom: 1.5rem;
  position: relative;
}
a.product .product-image img {
  max-height: 9rem;
  max-width: 80%;
  margin: 0 auto;
}
a.product .product-image .highlighted {
  background-color: #e8792b;
  color: #fff;
  font-size: 0.8rem;
  padding: 0.25rem 0.75rem;
  border-radius: 1rem;
  position: absolute;
  top: 0;
  left: 0;
}
a.product .product-content {
  padding-right: 2.5rem;
}
a.product .product-content h4 {
  font-size: 1.2rem;
  font-weight: 700;
  min-height: 50px;
}
a.product .product-content p {
  height: 3rem;
  overflow: hidden;
  margin-bottom: 0;
}
a.product:hover {
  text-decoration: none;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}
a.product:hover .bekijk-product {
  background-color: #00a978;
  color: #fff;
}
a.product .bekijk-product {
  position: absolute;
  display: inline-block;
  height: 4rem;
  line-height: 4rem;
  bottom: 0;
  left: 0;
  padding: 0 1.5rem;
  border-top-right-radius: 1.5rem;
  transition: all 0.4s ease;
  background-color: #00a978;
  color: #fff;
}
a.product .pictogrammen {
  width: 4rem;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  padding: 1rem 0.5rem;
  display: flex;
  align-items: flex-end;
}
a.product .pictogrammen .pictogram-wrapper-border {
  width: calc(2rem + 6px);
  height: calc(2rem + 6px);
  padding: 3px;
  background: linear-gradient(215deg, #a8c549 15%, #27a576 50%, #2b4551 85%);
  border-radius: 50%;
  margin-top: 0.5rem;
}
a.product .pictogrammen .pictogram-wrapper {
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.8rem;
  background-color: #fff;
}
a.product .pictogrammen .pictogram-wrapper img {
  width: 1.2rem;
  object-position: center;
  object-fit: contain;
}

.single-pictogram {
  display: flex;
  align-items: center;
}
.single-pictogram .pictogram-wrapper-border {
  width: calc(2.5rem + 6px);
  height: calc(2.5rem + 6px);
  padding: 3px;
  background: linear-gradient(215deg, #a8c549 15%, #27a576 50%, #2b4551 85%);
  border-radius: 50%;
  margin: 0 0.5rem;
}
.single-pictogram .pictogram-wrapper {
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  display: inline-block;
  text-align: center;
  line-height: 2.2rem;
  background-color: #fff;
}
.single-pictogram .pictogram-wrapper img {
  width: 1.4rem;
}
.single-pictogram .single-pictogram-content {
  width: calc(100% - 2.5rem);
  line-height: 1.25rem;
  color: #67727e;
}

.product-photo {
  max-width: 80%;
  max-height: 14rem;
}

.nav-pills .nav-link {
  border-radius: 0;
}

.block-extra-info .nav-link {
  display: block;
  padding: 0.75rem 0.5rem;
  margin-left: -0.5rem;
  color: #145566;
  border-bottom: 1px solid #eee;
  font-size: 1.1rem;
  position: relative;
}
.block-extra-info .nav-link:last-of-type {
  border-bottom: 0;
}
.block-extra-info .nav-link.active, .block-extra-info .nav-link:hover {
  background-color: transparent !important;
  color: #e8792b !important;
}
.block-extra-info .nav-link.active:after, .block-extra-info .nav-link:hover:after {
  content: "\f063";
  font-family: "Font Awesome 5 Pro", serif;
  position: absolute;
  right: 0;
  font-size: 1rem;
  font-weight: 300;
  top: calc(0.75rem + 2px);
}
.block-extra-info .accordion .nav-link {
  color: #e8792b;
}
.block-extra-info .accordion .nav-link.collapsed {
  color: #145566 !important;
}
.block-extra-info .accordion .nav-link.collapsed:after {
  content: "\f061";
}
.block-extra-info .accordion .nav-link:last-of-type {
  border-bottom: 1px solid #eee;
}
.block-extra-info .accordion .nav-link:after {
  content: "\f063";
  font-family: "Font Awesome 5 Pro", serif;
  position: absolute;
  right: 0;
  font-size: 1rem;
  font-weight: 300;
  top: calc(0.75rem + 2px);
}
.block-extra-info .accordion .collapse .collapse-inner, .block-extra-info .accordion .collapsing .collapse-inner {
  padding-top: 1rem;
  border-bottom: 1px solid #eee;
}

.ph-scale .ph-block {
  width: 2rem;
  height: 2rem;
  display: inline-block;
  color: #fff;
  float: left;
  margin-right: 2px;
  font-size: 0.8rem;
  font-weight: 700;
  text-align: center;
}
.ph-scale .ph-block.ph-active {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  position: relative;
  top: -0.25rem;
}
.ph-scale .ph-block.ph-active.ph-block-big {
  width: 5rem;
}
.ph-scale .ph-block.ph-active.ph-tot {
  margin-left: -2px;
}
.ph-scale .ph-block.ph-active.ph-tot:before {
  content: "-";
  position: absolute;
  left: -2px;
}
.ph-scale .ph-0 {
  background-color: #ee1c25;
}
.ph-scale .ph-1 {
  background-color: #f26724;
}
.ph-scale .ph-2 {
  background-color: #f8c611;
}
.ph-scale .ph-3 {
  background-color: #f5ed1c;
}
.ph-scale .ph-4 {
  background-color: #b5d333;
}
.ph-scale .ph-5 {
  background-color: #84c341;
}
.ph-scale .ph-6 {
  background-color: #4db749;
}
.ph-scale .ph-7 {
  background-color: #33a94b;
}
.ph-scale .ph-8 {
  background-color: #22b46b;
}
.ph-scale .ph-9 {
  background-color: #0ab8b6;
}
.ph-scale .ph-10 {
  background-color: #4690cd;
}
.ph-scale .ph-11 {
  background-color: #3853a4;
}
.ph-scale .ph-12 {
  background-color: #5a51a2;
}
.ph-scale .ph-13 {
  background-color: #63459d;
}
.ph-scale .ph-14 {
  background-color: #462c83;
}

.ph-scale-numbers .ph-number {
  width: 2rem;
  display: inline-block;
  color: #145566;
  float: left;
  margin-right: 2px;
  font-size: 0.8rem;
  text-align: center;
}
.ph-scale-numbers .ph-number.ph-number-active {
  width: 2.5rem;
}

.clearfix {
  clear: both;
}

.filter-producten {
  color: #273346;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.filter-option {
  color: #145566;
  display: block;
  padding: 0.25rem 0 0.25rem 1.5rem;
  position: relative;
}
.filter-option .dot, .filter-option .check {
  background-color: #e9f3f4;
  width: 16px;
  height: 16px;
  display: inline-block;
  top: 10px;
  position: absolute;
  left: 0;
}
.filter-option .dot:after, .filter-option .check:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #145566;
  margin-left: 4px;
  margin-top: 4px;
  display: none;
}
.filter-option .dot {
  border-radius: 50%;
}
.filter-option .dot:after {
  border-radius: 50%;
}
.filter-option:hover, .filter-option.active {
  font-weight: bold;
  color: #145566;
  text-decoration: none;
}
.filter-option.active .dot:after, .filter-option.active .check:after {
  display: inline-block;
}

.filter-block {
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #eeeeee;
}
.filter-block:last-of-type {
  border-bottom: none;
}

#btn-filters {
  padding: 1rem;
  background-color: #e9f3f4;
  position: relative;
  font-size: 1rem;
}
#btn-filters:before {
  content: "\f0b0";
  font-family: "Font Awesome 5 Pro", serif;
  font-size: 1rem;
  margin-right: 0.5rem;
}
#btn-filters:hover {
  cursor: pointer;
}

#filters {
  display: none;
}

.pagination {
  margin-top: 2rem;
  text-align: left;
}
.pagination .nav-links {
  width: 100%;
  display: flex;
  justify-content: center;
}
.pagination .nav-links .page-numbers {
  color: #273346;
  margin-right: 0.25rem;
  width: 2rem;
  height: 2rem;
  text-align: center;
  line-height: 2rem;
  padding: 0;
  border-radius: 50%;
}
.pagination .nav-links .page-numbers:after {
  content: unset;
}
.pagination .nav-links .page-numbers.current, .pagination .nav-links .page-numbers:hover {
  background-color: #00a978;
  color: #fff;
  text-decoration: none;
}
.pagination .nav-links .page-numbers.prev .far, .pagination .nav-links .page-numbers.prev .fal, .pagination .nav-links .page-numbers.prev .fas, .pagination .nav-links .page-numbers.next .far, .pagination .nav-links .page-numbers.next .fal, .pagination .nav-links .page-numbers.next .fas {
  font-size: 0.9rem;
}

.woocommerce nav.woocommerce-pagination {
  margin-top: 1rem;
  text-align: left;
}
.woocommerce nav.woocommerce-pagination ul {
  border: none;
}
.woocommerce nav.woocommerce-pagination ul li {
  border: none;
}
.woocommerce nav.woocommerce-pagination ul li:after {
  content: unset;
}
.woocommerce nav.woocommerce-pagination ul li .page-numbers {
  color: #273346;
  margin-right: 0.25rem;
  width: 2rem;
  height: 2rem;
  text-align: center;
  line-height: 2rem;
  padding: 0;
  border-radius: 50%;
}
.woocommerce nav.woocommerce-pagination ul li .page-numbers.current, .woocommerce nav.woocommerce-pagination ul li .page-numbers:hover {
  background-color: #00a978;
  color: #fff;
}
.woocommerce nav.woocommerce-pagination ul li .page-numbers.prev, .woocommerce nav.woocommerce-pagination ul li .page-numbers.next {
  width: auto;
  padding: 0 1rem;
  border-radius: 2rem;
}
.woocommerce nav.woocommerce-pagination ul li .page-numbers.prev .far, .woocommerce nav.woocommerce-pagination ul li .page-numbers.prev .fal, .woocommerce nav.woocommerce-pagination ul li .page-numbers.prev .fas, .woocommerce nav.woocommerce-pagination ul li .page-numbers.next .far, .woocommerce nav.woocommerce-pagination ul li .page-numbers.next .fal, .woocommerce nav.woocommerce-pagination ul li .page-numbers.next .fas {
  font-size: 0.9rem;
}

#map_canvas {
  height: 45rem;
}

#map_small {
  height: 20rem;
}

.btn-maps {
  position: absolute;
  right: 3rem;
  bottom: 1.3rem;
  background-color: #fff;
  z-index: 10000;
  border-radius: 2px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 1px 4px -1px;
}

.verkooppunt {
  position: absolute;
  left: 2rem;
  width: calc(100% - 4rem);
  top: 30px;
  padding: 2rem;
  background-color: #fff;
  z-index: 10000;
  display: none;
}
.verkooppunt .close-verkooppunt {
  position: absolute;
  right: -1rem;
  top: -1rem;
  width: 2rem;
  height: 2rem;
  background-color: #273346;
  color: #fff;
  border-radius: 50%;
  line-height: 2.1rem;
  text-align: center;
  opacity: 0.9;
  transition: all 0.4s ease;
}
.verkooppunt .close-verkooppunt:hover {
  opacity: 1;
  cursor: pointer;
}

.filters-wissen {
  border: 1px solid #eee;
  background-color: #fff;
  display: inline-block;
  padding: 0.4rem 1rem;
  border-radius: 2rem;
  margin-top: 0.75rem;
  color: #145566;
  float: right;
  font-size: 1rem;
  font-weight: normal;
  transition: all 0.4s ease;
}
.filters-wissen .fal {
  font-size: 0.8rem;
  position: relative;
  bottom: 1px;
}
.filters-wissen:hover {
  background-color: #145566;
  color: #fff;
  border-color: #145566;
  text-decoration: none;
}

/* NINJA FORMS */
.modal-dialog {
  margin-top: 3rem !important;
}

.modal-content {
  border-radius: 0;
}
.modal-content .close {
  margin: 0;
  padding: 0;
  background-color: #145566;
  color: #fff;
  opacity: 1;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 1rem;
  text-align: center;
  position: absolute;
  top: 0.45rem;
  right: 0.45rem;
  transition: 0.15s all ease;
}
@media screen and (min-width: 576px) {
  .modal-content .close {
    top: -0.8rem;
    right: -0.8rem;
  }
}
.modal-content .close:hover {
  opacity: 1 !important;
  background-color: #00a978;
}
.modal-content .close:focus {
  opacity: 1 !important;
  outline: unset;
}

.nf-response-msg {
  padding: 0.5rem !important;
}

.modal-body:after {
  content: "";
  bottom: 0;
  width: 100%;
  left: 0;
  position: absolute;
  height: 0.5rem;
  background: linear-gradient(270deg, #d8cf03 0%, #0d4b55 100%);
}

#ninja_forms_required_items, .nf-field-container {
  margin-bottom: 1rem !important;
}
#ninja_forms_required_items.hidden-container, .nf-field-container.hidden-container {
  margin-bottom: 0 !important;
}

.ninja-forms-form-wrap {
  margin: 0 -5px !important;
}

.nf-form-content .label-above .nf-field-label {
  margin-bottom: 0.25rem !important;
}

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

.nf-form-fields-required {
  font-size: 0.8rem;
  opacity: 0.8;
  margin-left: 5px;
}

.nf-form-content input[type=button] {
  border-radius: 2rem !important;
  padding: 0.5rem 1.5rem !important;
  border: none !important;
  background-color: #00a978 !important;
  color: #fff !important;
}
.nf-form-content input[type=button]:hover {
  background-color: #2f3146 !important;
}

.nf-form-content .list-select-wrap .nf-field-element > div, .nf-form-content input:not([type=button]), .nf-form-content textarea {
  background: #e9f3f4 !important;
  border: none !important;
  color: #145566 !important;
}

.contactform .nf-form-fields-required {
  margin-left: 0;
}
.contactform .ninja-forms-form-wrap {
  margin: 0 0 !important;
}

.wp-block-table table {
  min-width: 500px;
}

.verpakkingsvorm {
  margin: 1rem 0;
}
.verpakkingsvorm img {
  width: 5rem;
}
.verpakkingsvorm .verpakkingsvorm-text {
  margin-top: 0.5rem;
  font-weight: bold;
}
.verpakkingsvorm .verpakkingsvorm-text small {
  display: block;
  font-weight: normal;
  font-size: 0.9rem;
  margin-top: -0.25rem;
}

#cookie-notice .cn-button {
  border-radius: 2rem !important;
  padding: 0.5rem 1.5rem !important;
  border: none !important;
  background-color: #00a978 !important;
  color: #fff !important;
  font-size: 13px;
}

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

.nf-form-content input[type=submit] {
  border-radius: 2rem !important;
  padding: 0.5rem 1.5rem !important;
  border: none !important;
  background-color: #00a978 !important;
  color: #fff !important;
}
.nf-form-content input[type=submit]:hover {
  background-color: #2f3146 !important;
}

#nf-form-title-14 {
  display: none;
}

.field-wrap .nf-field-element:after {
  font-family: "Font Awesome 5 Pro" !important;
}

.nf-error.field-wrap .nf-field-element:after {
  font-family: "Font Awesome 5 Pro" !important;
}

@media (max-width: 991px) {
  .review-block {
    margin-left: auto;
    margin-right: auto;
  }

  .review .review-block .row-inhoud .img-review {
    margin-left: 0;
    width: 100%;
    height: 200px;
    object-fit: cover;
  }

  .inhoud-review {
    padding: 40px;
  }

  .bg-review {
    height: 200px !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .review .row {
    margin-right: 0;
    margin-left: 0;
  }
  .review .row-inhoud {
    margin-left: -15px;
    margin-right: -15px;
  }

  .inhoud-review {
    padding: 40px !important;
  }
}
@media (max-width: 992px) {
  .review-slide .img-review {
    margin-left: -80px;
  }
}
@media (max-width: 768px) {
  .inhoud-review {
    padding: 20px !important;
  }
}
@media (max-width: 600px) {
  .inhoud-review {
    padding: 20px !important;
  }

  .review-slide .img-review {
    margin-left: -40px;
  }
}
@media (min-width: 576px) {
  .show_all {
    float: right;
    display: inline-block;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 1.75rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  section {
    padding: 4rem 0;
  }

  .searchbar {
    width: 14rem;
  }

  .divider {
    width: 1px;
    max-height: 100%;
    height: 10rem;
  }

  .btn-next {
    position: absolute;
    right: 3rem;
    z-index: 200;
    top: 50%;
    padding: 0.5rem 1.5rem;
    width: auto;
    height: auto;
    border-radius: 2rem;
  }

  .carousel-container:after {
    width: 15rem;
  }

  .section-half-photo .half-photo {
    width: calc(50% + 60px);
    left: calc(50% - 60px);
    display: block;
  }

  .section-hover {
    margin-bottom: -5rem;
  }

  .section-after-hover {
    padding-top: 8rem;
    padding-bottom: 3rem;
    margin-top: 0;
    display: block;
  }

  .section-sm {
    padding: 2rem 0;
  }

  .half-overlay {
    display: block;
  }

  .half-overlay-mobile {
    background: transparent;
    padding: 0 15px;
  }

  .section-photo {
    padding: 8rem 0;
  }
  .section-photo .swoos {
    display: block;
  }

  .link-list {
    padding: 1.5rem 1rem;
  }

  .block-lg {
    padding: 2.5rem 3rem;
  }

  .news-article {
    min-height: 25rem;
  }

  .section-half-overlay {
    padding: 4rem 0;
  }

  .half-white-mobile {
    padding: 0 15px;
  }

  .block-extra-info {
    padding: 3rem;
    bottom: 4rem;
  }
  .block-extra-info .nav-link.active:after, .block-extra-info .nav-link:hover:after {
    content: "\f061";
  }

  #filters {
    display: block;
  }

  #btn-filters {
    padding: 0;
    background-color: transparent;
    position: relative;
    font-size: 1.2rem;
  }
  #btn-filters:before {
    content: unset;
  }
  #btn-filters:hover {
    cursor: unset;
  }

  .white-banner {
    padding: 1.5rem 2.5rem;
  }

  .section-map .section-map-text {
    margin: 3rem 0 6rem;
  }

  .verkooppunt {
    left: calc(50% + 4rem);
    top: 125px;
    width: auto;
  }

  .block-light-home {
    padding-bottom: 2rem;
  }

  a.product:hover .bekijk-product {
    background-color: #00a978;
    color: #fff;
  }
  a.product .bekijk-product {
    color: #145566;
    background-color: transparent;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.75rem;
  }
}

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