@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Vithkuqi:wght@400;500;600;700&display=swap');

:root {
  --primary-color: #EE1D23;
  --secundary-color: #F9A64A;
  --tertiary-color: #fff;
  --font: 'Noto Sans Vithkuqi';
}

div#ccm-panel-overlay {
  display: none !important;
}

.ccm-page,
.ccm-page p,
.ccm-page ul,
.ccm-page li,
.ccm-page h1,
.ccm-page h2,
.ccm-page h3,
.ccm-page h4 {

  line-height: 1.6;
}

.ccm-page p,
body {
  font-size: 17px;
  color: #231f20;
  font-family: var(--font);
  font-weight: normal;
}

.ccm-page h1 {
  font-size: 50px;
  font-weight: bold;
  line-height: 1.3;
  font-family: var(--font);
}

.ccm-page h2 {
  font-size: 40px;
  font-weight: bold;
  font-family: var(--font);
}

.ccm-page h3 {
  font-size: 20px;
  font-weight: bold;
}

.ccm-page h4 {
  font-size: 18px;
}

.ccm-page .subheading {
  text-transform: uppercase;
  color: var(--primary-color);
  font-weight: bold;
}

.ccm-page .btn {
  padding: 10px 30px;
  font-weight: bold;
  border: none;
}

.ccm-page .btn-primary {
  background: var(--primary-color);
  color: white;
}

.ccm-page .btn-secundary {
  color: white;
  background: var(--secundary-color);
}

.ccm-page .btn-teriary {
  color: var(--primary-color);
  background: transparent;
}

.ccm-page .btn:hover {
  background: #231f20;
  color: white;
  outline: none;
}

.ccm-page .btn:hover,
.ccm-page .btn:focus,
.ccm-page .btn:active {
  box-shadow: none;
  outline: 0;
}

.ccm-form input:focus,
.ccm-form textarea:focus,
.ccm-form input:active,
.ccm-form textarea:active {
  border: 2px solid var(--primary-color);
  box-shadow: none;
  outline: 0;
}

.ccm-page .owl-dots {
  text-align: center;
}

.owl-dots button.owl-dot.active span,
.owl-dots button.owl-dot:hover span {
  background-color: var(--primary-color);
  border-radius: 50%;
  height: 12px;
  width: 12px;
  position: absolute;
  top: 1px;
  left: 1px;
}

.owl-dots button.owl-dot.active {
  background: var(--secundary-color)
}

.owl-dots button.owl-dot {
  border: none;
  background: #f9f9f9;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  position: relative;
  margin-right: 10px;
}

.owl-dots button.owl-dot:last-child {
  margin-right: 0;
}

.ccm-page img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

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

.ccm-page .background-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.pb-none {
  padding-bottom: 0;
}

.pt-none {
  padding-top: 0;
}

.p-none {
  padding: 0;
}

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

.mt-none {
  margin-top: 0;
}

.m-none {
  padding: 0;
}

.big-area {
  padding: 0 1rem;
  padding-top: 120px;
  position: relative;
}

@media (max-width: 768px) {
  .big-area {
    padding-top: 25px;

  }

  .full-area {
    padding: 25px 0;
  }
}

.full-area {
  padding: 90px 0;
  position: relative;
}


.small-area {
  padding: 30px 0;
  position: relative;
}

.area {
  position: relative;
}

.dms-header {
  display: block;
  background: white;
  position: relative;
}

.dms-header .logo img {
  width: 100%;
}

.dms-header .contactlinks {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.dms-header .contactlinks ul {
  margin-bottom: 0;
  margin-right: 30px;
}

.dms-header .contactlinks ul li {
  padding: 0 10px;
}

.dms-header .contactlinks ul li svg {
  width: 25px;
  padding-right: 5px;
}

.dms-header .contactlinks ul a {
  text-decoration: none;
  color: #231f20;
}

.dms-header .cta p {
  margin-bottom: 0;
}

.dms-nav {
  padding: 15px 0;
  background: #231f20;
}

.dms-link {
  color: white !important;
  font-weight: bold !important;
  font-size: 16px !important;
}

.dms-nav .nav-item {
  position: relative;
  padding-left: 25px;
  padding-right: 25px;
}

.dms-nav .nav-item::after {
  content: '';
  position: absolute;
  right: -5px;
  background: var(--secundary-color);
  border-radius: 50%;
  height: 10px;
  width: 10px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}

.dms-nav .nav-item:last-of-type::after {
  display: none;
}

.dms-hero {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 auto;
  flex-direction: row-reverse;
}

/* Everything smaller than tablet */
@media (max-width: 768px) {
  .dms-hero {
    flex-direction: column-reverse;
  }
}

.dms-hero-text .btn {
  background: var(--secundary-color);
}

.dms-hero-image {
  margin-top: 3rem;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.dms-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dms-hero div {
  flex: 1;
}

.dms-hero-text {

  padding: 0 50px;
  position: relative;
}

.dms-hero-text h1 {
  color: #231f20;
}

.dms-hero-text h1 span {
  color: var(--secundary-color);
  display: block;
  font-weight: bold;
  font-size: 20px;
}

.hero-services {
  overflow: hidden;
  position: absolute;
  bottom: -100px;
  padding: 50px;
  z-index: 111;
  right: -50px;
  background: rgba(249, 166, 74, 0.9);
  opacity: 1;
  border-radius: 30px;
  rotate: 0;
}

/* Min screen tablet */
@media (max-width: 1024px) {
  .hero-services {
    display: none !important;
  }
}

.hero-services ul {
  display: block;
}

.hero-services ul li {
  font-weight: bold;
  color: white;
  font-size: 20px;
}

.custom-list {
  list-style: none;
  padding-left: 0;
}

.custom-list li {
  position: relative;
  padding-left: 60px;
  margin-bottom: 15px;
}

.custom-list li:before {
  content: '';
  width: 87px;
  height: 30px;
  position: absolute;
  background-repeat: no-repeat;
  background-image: url('../assets/bulletpoint.png');
  background-size: contain;
  background-position: center;
  left: -35px;
  top: 50%;
  transform: translateY(-50%);
}

.carousel-thumbnail {
  height: 450px;
  background-position: center;
  background-size: cover;
}

.carousel-thumbnail-abs .ccm-block-page-list-page-entry-text {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.carousel-thumbnail-abs .ccm-block-page-list-page-entry-text a {
  color: white;
  text-decoration: none;
}

.service-carousel .owl-item.hoveractiveitem .carousel-thumbnail {
  height: 650px !important;
}

/* Set a default height for the items */
.owl-carousel .item {
  height: 400px;
  /* Set your desired height here */
  position: relative;
  transition: height 0.3s ease;
  /* Add a transition effect for smooth height changes */
}

.carousel-thumbnail-abs {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.about {
  padding: 85px;
  background: #F7F7F7;
  position: relative;
}

/* tablet */
@media (max-width: 768px) {
  .about {
    padding: 25px;
  }
}

.about h2 {
  color: var(--secundary-color);
}

.about::before {
  content: '';
  position: absolute;
  left: -250px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  opacity: 0.4;
  z-index: -1;
  background: transparent;
  border: 40px solid var(--secundary-color);
}

.quote-icon {
  background: var(--secundary-color);
  height: 100px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  position: relative;
}

.quote-icon h2 {
  font-size: 26px;
  color: #231f20;
  position: absolute;
  left: 70px;
  font-weight: bold;
  bottom: 0;
  white-space: nowrap;
}

.quote-icon .fa {
  font-size: 54px;
}

.owl-item.hoveractiveitem .item {
  height: 500px;
}

.owl-dots {
  counter-reset: slides-num;
  /* Initialize counter. */
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: 15px;
  transform: translateX(-50%);
}

/*.owl-dots:after {
  content: counter(slides-num);
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  vertical-align: middle;
  padding-left: 5px;
}

.owl-dot {
  display: inline-block;
  counter-increment: slides-num;
  margin-right: 5px;
}*/

.owl-dot span {
  display: none;
}


.info {
  text-align: center;
  margin-top: 110px;
}

.service-carousel .owl-wrapper {
  display: flex !important;
  align-items: center;
}

.service-carousel {
  margin-top: 40px;
}

.service-carousel .slide h3 {
  display: none;
}

.owl-theme .owl-controls {
  text-align: center;
}

.owl-theme .owl-controls .owl-page {
  display: inline-block;
  padding: 10px 20px;
  zoom: 1;
}

.owl-theme .owl-controls .owl-page h3 {
  font-size: 16px;
  text-transform: uppercase;
}

.owl-theme .owl-controls .owl-page.active h3,
.owl-theme .owl-controls .owl-page:hover h3 {
  color: #4d959b;
}

.service-carousel .owl-buttons {
  position: absolute;
  z-index: 10;
  bottom: 90px;
  left: 50%;
  margin-left: -50px;
}

.service-carousel .owl-buttons .owl-prev,
.service-carousel .owl-buttons .owl-next {
  display: inline-block;
}

.service-carousel .owl-buttons .owl-prev,
.service-carousel .owl-buttons .owl-next {
  background: rgba(255, 255, 255, 0.6);
  width: 30px;
  height: 30px;
  border-radius: 15px;
  display: inline-block;
  margin: auto 10px;
}

.service-carousel .owl-buttons .owl-prev:before,
.service-carousel .owl-buttons .owl-next:before {
  content: "‹";
  color: #000000;
  font-size: 30px;
  line-height: 27px;
  font-weight: bold;
  border-radius: 5px;
}

.service-carousel .owl-buttons .owl-next:before {
  content: "›";
}

.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}

.testimonials {
  margin-top: 60px;
}

.testimonial-item {
  background: #f9f9f9;
  padding: 35px;
}

.banner {
  height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  position: relative;
}

.banner::after {
  content: '';
  position: absolute;
  left: 250px;
  width: 350px;
  bottom: -80px;
  height: 350px;
  border-radius: 50%;
  opacity: 0.4;
  z-index: -1;
  background: transparent;
  border: 30px solid var(--secundary-color);
}

/* Tablet and smalller */
@media (max-width: 768px) {
  .banner::after {
    display: none !important;
  }
}

.banner h1 {
  color: white;
}

.dms-footer {
  background: black;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.dms-offerte {
  background: var(--primary-color);
  padding: 40px 0;
  position: relative;
  overflow: hidden;
  border-bottom: 5px solid var(--secundary-color);
}

.dms-offerte::before {
  content: '';
  position: absolute;
  right: -50px;
  width: 200px;
  height: 200px;
  bottom: -50px;
  border-radius: 50%;
  opacity: 1;
  z-index: 1;
  background: transparent;
  border: 30px solid var(--secundary-color);
}

.dms-footer::before {
  content: '';
  position: absolute;
  left: -50px;
  width: 200px;
  height: 200px;
  bottom: -50px;
  border-radius: 50%;
  opacity: 0.2;
  z-index: 1;
  background: transparent;
  border: 30px solid var(--secundary-color);
}

.dms-offerte p {
  color: white;
}

.dms-offerte h2 {
  color: white;
}

.dms-offerte .btn {
  background: white;
}

.dms-footer h4 {
  color: white;
  font-size: 22px;
  position: relative;
  padding-left: 50px;
}

.dms-footer h4:before {
  content: '';
  width: 33px;
  height: 30px;
  position: absolute;
  background-repeat: no-repeat;
  background-image: url(../assets/bulletpoint.png);
  background-size: contain;
  background-position: center;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.dms-footer ul,
.dms-footer ul li {
  display: inline-block;
}

.dms-footer ul li a {
  font-size: 15px;
  padding-right: 5px;
  color: #D8D8D8;
  text-decoration: none;
}

.dms-footer p {
  color: #D8D8D8;
  font-size: 15px;
}

.dms-footer ul {
  margin-bottom: 30px;
}

.copy {
  padding: 15px 0;
  text-align: center;
}

.ccm-block-feature-item {
  border: 1px solid #f9f9f9;
  margin-bottom: 0;
}

.icon {
  background: var(--secundary-color);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: white;
  font-size: 24px;
  margin: 0 1rem 0 0;
}

.ccm-block-feature-item h4 {
  margin-top: 19px;
  font-weight: bold;
  font-size: 22px;
}

.ccm-block-feature-item {
  /* text-align: center; */
  display: flex;
  align-items: center;
}

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

.banner nav a,
.banner nav li {
  color: white;
}

.breadcrumb-item.active {
  color: white !important;
}

.dms-link.nav-selected {
  position: relative;
  color: var(--secundary-color) !important;
}

.dms-link.nav-selected::before {
  content: '';
  width: 30px;
  height: 30px;
  background: var(--secundary-color);
  opacity: 0.2;
  z-index: 1;
  border-radius: 50%;
  margin: auto;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}

.dms-page {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.dms-page:nth-of-type(even) {
  flex-direction: row-reverse;
}

.dms-page .dms-text,
.dms-page .dms-thumbnail {
  flex: 1;
}

.dms-text {
  padding: 35px;
}

.dms-page:hover .dms-thumbnail img {
  filter: brightness(1.2);
}

.ccm-form {
  background: var(--secundary-color);
  padding: 65px;
}

.ccm-form button {
  width: 100%;
}

.border-orange p {
  margin-bottom: 0;
}

.testimonial-item h3 {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .border-orange {
    margin-top: 15px;
    border-left: 5px solid var(--secundary-color);
    padding-left: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

p.bedrijf {
  font-size: 14px;
  font-style: italic;
}

.bg-grey {
  background: #f9f9f9;
}

.feature-item {
  background: white;
  border: 1px solid #f9f9f9;
  padding: 60px;
  position: relative;
  overflow: hidden;
  transition: all 0.6s ease-in;
}

.feature-item:hover {
  border-bottom: 2px solid var(--secundary-color);
}

.feature-item::before {
  content: '';
  position: absolute;
  left: -50px;
  width: 200px;
  height: 200px;
  top: -50px;
  border-radius: 50%;
  opacity: 0.2;
  z-index: 1;
  background: transparent;
  border: 30px solid var(--secundary-color);
}

.dms-hero {
  position: relative;
}

.dms-hero::before {
  content: '';
  position: absolute;
  left: -50px;
  width: 300px;
  height: 300px;
  top: -50px;
  border-radius: 50%;
  opacity: 0.1;
  z-index: -1;
  background: transparent;
  border: 30px solid var(--secundary-color);
}

.dms-hero-text a {
  color: var(--primary-color);
}

.dms-hero-text a.btn {
  color: white !important;
}

.service-carousel .ccm-block-page-list-description {
  color: white;
}

div.ccm-block-feature-item i {
  margin-right: 0;
}

/**
  * Service block
  */

.ccm-block-service-item {
  display: flex;
  position: relative;
  padding-bottom: 100px;
}

.ccm-block-service-item.image-left {
  flex-direction: row-reverse;
}

/* text */

.ccm-block-service-item .ccm-block-service-content h3 {
  font-weight: 600;
}

.ccm-block-service-item .ccm-block-service-content h2 {
  color: var(--secundary-color);
  font-weight: 600;
}

.ccm-block-service-item.image-left .ccm-block-service-content .paragraph {
  margin-left: 60px;
}

.ccm-block-service-item.image-right .ccm-block-service-content .paragraph {
  margin-left: 0;
}

/* Image */

.ccm-block-service-item img {
  z-index: 10;
  width: 100%;
  max-width: 400px;
  object-fit: cover;
}

.ccm-block-service-item.image-right img {
  border-radius: 10rem 0rem 0rem 10rem;
  margin-left: -10rem;
  object-position: left;


}

.ccm-block-service-item.image-left img {
  border-radius: 0 10rem 10rem 0;
  margin-right: -10rem;
  object-position: right;
}

/* Content */

.ccm-block-service-item .ccm-block-service-content {
  padding-right: 8%;
  padding-top: 3%;
  padding-left: 8%;
  margin-top: 15rem;
}

.ccm-block-service-item.image-right .ccm-block-service-content {
  padding-right: 20%;
}

.ccm-block-service-item.image-left .ccm-block-service-content {
  text-align: end;

  padding-left: 20%;
}

@media (max-width: 768px) {
  .ccm-block-service-item.image-left .ccm-block-service-content {
    padding-left: 0;
  }
}

/* Color */

.ccm-block-service-content.bg-orange {
  background-color: #fef0e0;
}

.ccm-block-service-content.bg-gray {
  background-color: #f7f7f7;
}

@media (max-width: 1024px) {
  .ccm-block-service-item {
    flex-direction: column !important;
  }

  .ccm-block-service-item .ccm-block-service-content {
    margin: 0rem;
  }

  .ccm-block-service-item img {
    margin: 1rem auto !important;
  }

}

/* Page list services */

.service-block-pagelist .dms-page {
  max-width: 32rem;
}

.service-block-pagelist .ccm-block-page-list-page-entry-read-more {
  bottom: -4%;
  z-index: 100;
}

.service-block-pagelist .ccm-block-page-list-page-entry-read-more,
.service-block-pagelist .dms-text {
  position: absolute;
  padding: 0;
}

.service-block-pagelist .dms-page,
.service-block-pagelist .dms-thumbnail {
  position: relative;
}

.service-block-pagelist .ccm-block-page-list-page-entry-read-more a {
  border-radius: 10rem;
}

.service-block-pagelist .ccm-block-page-list-title {
  font-size: 20px;
  font-weight: bold;
  color: white;
  background: red;
  text-align: center;
  padding: 0;
  margin: 0;
}


.service-block-pagelist .dms-thumbnail::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: red;
  opacity: .6;
  transition: transform 0.3s ease-in-out;
}

.service-block-pagelist .dms-thumbnail img {
  aspect-ratio: 1/1;
  transition: transform 0.3s ease-in-out;
}

.service-block-pagelist .ccm-block-page-list-description {
  width: calc(25%* 3);
  text-align: center;
  margin: 0 auto;
  color: white;
}


/*  zoom  */
.service-block-pagelist .dms-page:hover .dms-thumbnail img {
  filter: none;
  transform: scale(1.04);
}

.service-block-pagelist .dms-page:hover .dms-thumbnail::after {
  transform: scale(1.04);
}

/* colors */
.service-block-pagelist .dms-page:nth-child(even) .ccm-block-page-list-title,
.service-block-pagelist .dms-page:nth-child(odd) .ccm-block-page-list-page-entry-read-more a,
.service-block-pagelist .dms-page:nth-child(even) .dms-thumbnail::after {
  background: orange;
}


@media (min-width: 1200px) {
  .service-block-pagelist .dms-page:nth-child(even) {
    margin-left: auto;
    margin-top: -35%;
  }
}

.bvh-vacatures-links {
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  padding-top: 15px;
  padding-bottom: 15px;
}

.bvh-vacatures-links a {
  width: auto;
}

.bvh-vacature {
  border: 1px solid #e3e3e3;
  padding: 20px 25px;
  background: #f8F8F8;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .dms-hero-text {
    padding: 0;
  }

}