@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Text:ital,wght@0,300..700&display=swap');
body {
  font-family: "Red Hat Text", sans-serif;
  color: #25312e;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  background-color: #caf0e7;
  word-break: break-word;
}
main {
  min-height: 500px;
}
a {
  color: #25312e;
  transition: 0.3s ease;
}
a:hover {
  color: #0d745b;
}
p {
  color: #25312e;
  font-family: "Red Hat Text", sans-serif;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
}
h1 {
  color: #25312e;
  font-family: "Red Hat Text", sans-serif;
  font-size: 50px;
  line-height: 60px;
  font-weight: 400;
  margin-bottom: 32px;
}
h2 {
  color: #25312e;
  font-family: "Red Hat Text", sans-serif;
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
  margin-bottom: 32px;
}
h3,
h4,
h5,
h6 {
  color: #25312e;
  font-family: "Red Hat Text", sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 32px;
}
ul {
  color: #25312e;
}
ul li {
  color: #25312e;
}
.ccm-page .button,
.ccm-page .btn,
.footer .button,
.footer .btn {
  display: block;
  padding: 12px 32px;
  background-color: #0d745b;
  border: 0px;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  transition: 0.3s ease;
  height: fit-content;
  width: fit-content;
  margin-bottom: 0px;
  border-radius: 4px;
  box-shadow: none;
}
.ccm-page .button:hover,
.ccm-page .btn:hover,
.footer .button:hover,
.footer .btn:hover {
  background-color: #e83d47;
}
.ccm-page .button.red,
.ccm-page .btn.red,
.footer .button.red,
.footer .btn.red {
  background-color: #e83d47;
}
.ccm-page .button.red:hover,
.ccm-page .btn.red:hover,
.footer .button.red:hover,
.footer .btn.red:hover {
  background-color: #0d745b;
}
.small-block-margin {
  margin-bottom: 20px;
}
.block-margin {
  margin-bottom: 40px;
}
.no-margin-first > *:first-child {
  margin-bottom: 0px;
}
.no-margin-first > *:first-child em {
  color: rgba(255, 255, 255, 0.75);
  font-size: 20px;
}
.background {
  background-color: #25312e;
  background-image: url('/application/themes/microtechniek/img/background-color.jpg');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .background {
    padding: 80px 0px 40px 0px;
  }
}
.background p,
.background a,
.background h1,
.background h2,
.background h3,
.background h4,
.background h5,
.background h6,
.background ul,
.background li {
  color: #fff;
}
.highlight-background {
  background-color: #25312e;
  background-image: url('/application/themes/microtechniek/img/background-color.jpg');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px;
  border-radius: 32px 80px 32px 32px;
  overflow: hidden;
}
.highlight-background * {
  color: #fff;
}
.highlight-background > *:last-child {
  margin-bottom: 0px;
}
.default-page {
  padding-top: 100px;
  margin-bottom: 80px;
}
.header.logged-in ~ .default-page {
  padding-top: 148px;
}
.expertise-area {
  margin-bottom: 60px;
}
.ccm-image-block {
  border-radius: 32px 80px 32px 32px;
}
ul.custom-dots {
  list-style: none;
  padding-left: 0;
}
ul.custom-dots li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 10px;
}
ul.custom-dots li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  width: 24px;
  height: 24px;
  background-image: url('/application/themes/microtechniek/img/icons/list.svg');
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}
ul.custom-dark-dots {
  list-style: none;
  padding-left: 0;
}
ul.custom-dark-dots li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 10px;
}
ul.custom-dark-dots li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  width: 24px;
  height: 24px;
  background-image: url('/application/themes/microtechniek/img/icons/dark-list.svg');
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}
ul.custom-arrows {
  list-style: none;
  padding-left: 0;
}
ul.custom-arrows li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 10px;
}
ul.custom-arrows li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 23px;
  width: 32px;
  height: 16px;
  background-image: url('/application/themes/microtechniek/img/icons/arrow-right.svg');
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}
ul.custom-arrows li a {
  text-decoration: none;
  font-size: 20px;
  line-height: 42px;
  font-weight: 400;
}
ul.custom-arrows li a:hover {
  color: #0d745b;
}
html.ccm-toolbar-visible .ccm-page {
  margin-top: 0px;
}
.ccm-image-slider-container {
  width: 100%;
}
.ccm-image-slider-container.slider-with-text,
.ccm-image-slider-container.ccm-block-image-slider-pages {
  width: 100%;
}
.ccm-image-slider-container.slider-with-text .ccm-image-slider,
.ccm-image-slider-container.ccm-block-image-slider-pages .ccm-image-slider {
  width: 100%;
}
.ccm-image-slider-container.slider-with-text .ccm-image-slider .ccm-image-slider-inner,
.ccm-image-slider-container.ccm-block-image-slider-pages .ccm-image-slider .ccm-image-slider-inner {
  position: relative;
  width: 100%;
}
.ccm-image-slider-container.slider-with-text .ccm-image-slider .ccm-image-slider-inner .rslides,
.ccm-image-slider-container.ccm-block-image-slider-pages .ccm-image-slider .ccm-image-slider-inner .rslides {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  width: 100%;
}
.ccm-image-slider-container.slider-with-text .ccm-image-slider .ccm-image-slider-inner .rslides li,
.ccm-image-slider-container.ccm-block-image-slider-pages .ccm-image-slider .ccm-image-slider-inner .rslides li {
  position: relative;
  width: 100%;
}
.ccm-image-slider-container.slider-with-text .ccm-image-slider .ccm-image-slider-inner .rslides li img,
.ccm-image-slider-container.ccm-block-image-slider-pages .ccm-image-slider .ccm-image-slider-inner .rslides li img {
  display: block;
  width: 100%;
  height: 544px;
  border-radius: 32px 160px 32px 32px;
  object-fit: cover;
}
.ccm-image-slider-container.slider-with-text .ccm-image-slider .ccm-image-slider-inner .rslides li .ccm-image-slider-text,
.ccm-image-slider-container.ccm-block-image-slider-pages .ccm-image-slider .ccm-image-slider-inner .rslides li .ccm-image-slider-text {
  position: absolute;
  right: 0px;
  bottom: 0px;
  background: #25312e;
  padding: 32px;
  border-radius: 24px 0 32px 0;
  width: 124px;
  color: #fff;
  z-index: 5;
}
.ccm-image-slider-container.slider-with-text .ccm-image-slider .ccm-image-slider-inner .rslides li .ccm-image-slider-text .ccm-image-slider-title,
.ccm-image-slider-container.ccm-block-image-slider-pages .ccm-image-slider .ccm-image-slider-inner .rslides li .ccm-image-slider-text .ccm-image-slider-title,
.ccm-image-slider-container.slider-with-text .ccm-image-slider .ccm-image-slider-inner .rslides li .ccm-image-slider-text strong,
.ccm-image-slider-container.ccm-block-image-slider-pages .ccm-image-slider .ccm-image-slider-inner .rslides li .ccm-image-slider-text strong,
.ccm-image-slider-container.slider-with-text .ccm-image-slider .ccm-image-slider-inner .rslides li .ccm-image-slider-text b,
.ccm-image-slider-container.ccm-block-image-slider-pages .ccm-image-slider .ccm-image-slider-inner .rslides li .ccm-image-slider-text b {
  font-weight: 700;
  color: #fff;
  font-size: 24px;
  line-height: 24px;
}
.ccm-image-slider-container.slider-with-text .ccm-image-slider .ccm-image-slider-inner .rslides li .ccm-image-slider-text p,
.ccm-image-slider-container.ccm-block-image-slider-pages .ccm-image-slider .ccm-image-slider-inner .rslides li .ccm-image-slider-text p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
.ccm-image-slider-container.slider-with-text .ccm-image-slider .ccm-image-slider-inner .rslides_tabs,
.ccm-image-slider-container.ccm-block-image-slider-pages .ccm-image-slider .ccm-image-slider-inner .rslides_tabs {
  position: absolute;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ccm-image-slider-container.slider-with-text .ccm-image-slider .ccm-image-slider-inner .rslides_tabs li,
.ccm-image-slider-container.ccm-block-image-slider-pages .ccm-image-slider .ccm-image-slider-inner .rslides_tabs li {
  margin: 0;
  padding: 0;
}
.ccm-image-slider-container.slider-with-text .ccm-image-slider .ccm-image-slider-inner .rslides_tabs li a,
.ccm-image-slider-container.ccm-block-image-slider-pages .ccm-image-slider .ccm-image-slider-inner .rslides_tabs li a {
  margin: 0px;
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  font-size: 0;
  overflow: hidden;
}
.ccm-image-slider-container.slider-with-text .ccm-image-slider .ccm-image-slider-inner .rslides_tabs li.rslides_here a,
.ccm-image-slider-container.ccm-block-image-slider-pages .ccm-image-slider .ccm-image-slider-inner .rslides_tabs li.rslides_here a {
  background: #0d745b;
}
.item {
  position: relative;
  overflow: hidden;
  border-radius: 32px 80px 32px 32px;
}
.item a {
  display: block;
  position: relative;
  text-decoration: none;
  color: #fff;
}
.item a:hover {
  color: #fff;
}
.item a:hover .item-image {
  transform: scale(1.05);
}
.item a:hover::after {
  background: rgba(0, 0, 0, 0);
}
.item a .item-image {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.item a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
  transition: background 0.3s ease;
  z-index: 1;
  pointer-events: none;
}
.item a .item-text {
  position: absolute;
  left: 50%;
  bottom: 32px;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  z-index: 2;
}
.item a .item-text h2 {
  margin: 0;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}
.certification {
  padding: 16px;
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 32px 80px 32px 32px;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.certification .certification-image {
  height: 100px;
  margin-bottom: 20px;
}
.certification .certification-image.white-background {
  border-radius: 16px 48px 48px 48px;
  background-color: #fff;
  width: fit-content;
  min-width: 120px;
}
.certification .certification-image img {
  height: 100%;
}
.certification h2 {
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}
.certification p {
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 0px;
  color: rgba(255, 255, 255, 0.75);
}
.story {
  background: url('/application/themes/microtechniek/img/background-color.jpg') center center / cover no-repeat;
  padding: 8px;
  border-radius: 16px 40px 16px 16px;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.story iframe {
  width: 100%;
  height: 222px;
  display: block;
  border-radius: 8px 32px 8px 8px;
}
.story .title {
  color: #fff;
  flex-grow: 1;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 16px;
}
.story .title p {
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  text-align: center;
  width: 100%;
  margin-bottom: 0px;
}
.light-green-area {
  background: #caf0e7;
  padding: 80px 80px 0px 0px;
  border-radius: 0 160px 0 0;
  position: relative;
  z-index: 1;
}
.light-green-area p,
.light-green-area a,
.light-green-area h1,
.light-green-area h2,
.light-green-area h3,
.light-green-area h4,
.light-green-area h5,
.light-green-area h6,
.light-green-area ul,
.light-green-area li {
  color: #000;
}
.light-green-area h2 {
  margin-bottom: 32px;
}
.light-green-area::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100vw;
  width: 100vw;
  height: 100%;
  background: #caf0e7;
  z-index: -1;
}
.light-green-area.light-green-area::after {
  content: '';
  position: absolute;
  bottom: -500px;
  left: calc(-50vw + 50%);
  width: calc(100% + (50vw - 50%));
  height: 500px;
  background: #caf0e7;
  z-index: -1;
}
.partners {
  margin-bottom: 80px;
}
.partners .partner-item {
  margin-bottom: 32px;
}
.partners .partner-item img {
  object-fit: contain;
  height: 100px;
  transition: 0.3s ease;
}
.partners .partner-item:hover img {
  transform: scale(1.05);
}
.slider-area .block-margin {
  width: 100%;
}
.slider-area ul {
  margin-bottom: 32px;
}
.slider-area ul.custom-dots li p,
.slider-area ul.custom-dots li em {
  font-size: 20px;
  line-height: 32px;
}
.slider-area ul.custom-dots li::before {
  top: 16px;
}
footer.footer .footer-top {
  padding: 80px 0px 40px 0px;
  background: url('/application/themes/microtechniek/img/background-color.jpg') center center / cover no-repeat;
  color: #fff;
  font-weight: 500;
}
footer.footer .footer-top h2 {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 37px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 20px;
}
footer.footer .footer-top p {
  line-height: 24px;
  margin-bottom: 8px;
  color: #fff;
}
footer.footer .footer-top a {
  margin-bottom: 0px;
  text-decoration: none;
  line-height: 24px;
  margin-bottom: 8px;
  color: #fff;
}
footer.footer .footer-top a:hover {
  color: #0d745b;
}
footer.footer .footer-top .button,
footer.footer .footer-top .btn {
  color: #fff;
  flex: 0 0 auto;
  align-self: center;
  margin-bottom: 0px;
}
footer.footer .footer-top .button:hover,
footer.footer .footer-top .btn:hover {
  color: #fff;
}
footer.footer .footer-top .footer-logo {
  display: block;
  width: 100%;
}
footer.footer .footer-top .footer-logo img {
  width: 100%;
}
footer.footer .footer-top .social-icons {
  display: flex;
  align-items: center;
  gap: 20px;
}
footer.footer .footer-top .social-icons .icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  margin-bottom: 0px;
  border-radius: 50%;
}
footer.footer .footer-top .social-icons .icon::before {
  content: '';
  position: absolute;
  inset: 5px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0;
  transition: opacity 0.2s ease;
  z-index: 0;
}
footer.footer .footer-top .social-icons .icon svg {
  position: relative;
  z-index: 1;
  display: block;
}
footer.footer .footer-top .social-icons .icon svg path {
  transition: fill 0.2s ease;
}
footer.footer .footer-top .social-icons .icon:hover::before {
  opacity: 1;
}
footer.footer .footer-top .social-icons .icon:hover svg path[fill="white"] {
  fill: #0d745b;
}
footer.footer .footer-top .social-icons .icon:hover svg path[fill="#1C2925"] {
  fill: #fff;
}
footer.footer .footer-bottom {
  background-color: #caf0e7;
  padding: 12px 0px 80px 0px;
  color: #25312e;
}
@media (max-width: 991px) {
  footer.footer .footer-bottom {
    padding: 12px 0px 40px 0px;
  }
}
footer.footer .footer-bottom a {
  color: #25312e;
}
footer.footer .footer-bottom a:hover {
  color: #0d745b;
}
footer.footer .footer-bottom .footer-bottom-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 991px) {
  footer.footer .footer-bottom .footer-bottom-items {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 6px;
  }
}
@media (max-width: 575px) {
  footer.footer .footer-bottom .footer-bottom-items > div:nth-child(2) {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
}
footer.footer .footer-bottom .divider {
  padding: 0px 8px;
}
@media (max-width: 575px) {
  footer.footer .footer-bottom .divider {
    display: none;
  }
}
footer.footer .footer-bottom .copyright {
  text-decoration: none;
  cursor: text;
}
.home-page .global-vacancy-area {
  margin-top: 120px;
}
.global-vacancy-area {
  margin-top: 40px;
  margin-bottom: 120px;
}
.global-vacancy-area .no-margin-first > *:first-child em {
  color: rgba(0, 0, 0, 0.75);
}
.global-vacancy-area .want-to-work {
  background: url('/application/themes/microtechniek/img/background-color.jpg') center center / cover no-repeat;
  border-radius: 32px 160px 32px 32px;
  color: #fff;
  margin-top: 40px;
}
.global-vacancy-area .want-to-work p {
  color: #fff;
  margin-bottom: 20px;
}
.global-vacancy-area .want-to-work a {
  color: #fff;
}
.global-vacancy-area .want-to-work h2 {
  color: #fff;
  margin-bottom: 32px;
}
.global-vacancy-area .want-to-work h3,
.global-vacancy-area .want-to-work h4,
.global-vacancy-area .want-to-work h5,
.global-vacancy-area .want-to-work h6 {
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 20px;
}
.global-vacancy-area .want-to-work ul {
  color: #fff;
}
.global-vacancy-area .want-to-work ul li {
  color: #fff;
}
.global-vacancy-area .want-to-work .banner-image img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 32px 160px 0px 0px;
}
.global-vacancy-area .want-to-work .want-to-work-content {
  padding: 80px;
}
.global-vacancy-area .want-to-work .vacancies-list .vacancy-item {
  display: block;
  text-decoration: none;
  margin-bottom: 20px;
}
.global-vacancy-area .want-to-work .vacancies-list .vacancy-item:hover {
  color: #fff;
}
.global-vacancy-area .want-to-work .vacancies-list .vacancy-item:hover .vacancy-item-content {
  background-color: rgba(28, 151, 121, 0.2);
}
.global-vacancy-area .want-to-work .vacancies-list .vacancy-item .vacancy-item-content {
  padding: 32px;
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 40px;
  text-align: center;
  transition: 0.3s ease;
}
.global-vacancy-area .want-to-work .vacancies-list .vacancy-item .vacancy-item-content p {
  margin-bottom: 0px;
}
.global-vacancy-area .want-to-work .more-vacancies {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 24px;
  line-height: 42px;
  font-weight: 400;
  width: 100%;
  text-decoration: none;
  padding: 0px 16px 0px 16px;
  border-bottom: 1px solid #fff;
  color: #fff;
  transition: 0.3s ease;
}
.global-vacancy-area .want-to-work .more-vacancies:hover {
  color: #0d745b;
  border-bottom: 1px solid #0d745b;
}
.global-vacancy-area .want-to-work .more-vacancies::after {
  content: '';
  display: block;
  width: 32px;
  height: 16px;
  background: url('/application/themes/microtechniek/img/icons/arrow-right.svg') no-repeat center;
  background-size: contain;
  margin-left: 16px;
  flex-shrink: 0;
}
.vacancies-list a {
  text-decoration: none;
}
.vacancies-list .vacancy-item {
  text-decoration: none;
}
.vacancies-list .vacancy-item:hover {
  color: #fff;
}
.vacancies-list .vacancy-item:hover .vacancy-item-content {
  background-color: #0d745b;
}
.vacancies-list .vacancy-item .vacancy-item-content {
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 32px;
  background-color: #25312e;
  border-radius: 40px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: 0.3s ease;
}
.vacancies-list .vacancy-item .vacancy-item-content h2 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 20px;
}
.vacancies-list .vacancy-item .vacancy-item-content h2:not(:has(+ p)) {
  margin-bottom: 0px;
}
.vacancies-list .vacancy-item .vacancy-item-content::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('/application/themes/microtechniek/img/background-color.jpg') center center / cover no-repeat;
  opacity: 0.8;
  pointer-events: none;
  z-index: 0;
}
.vacancies-list .vacancy-item .vacancy-item-content > * {
  position: relative;
  z-index: 1;
}
.vacancies-list .vacancy-item .vacancy-item-content * {
  color: #fff;
  border: none;
}
.vacancies-list p {
  margin-bottom: 0;
}
.vacancy-contact {
  position: sticky;
  top: 140px;
  overflow: hidden;
  padding: 40px;
  background-color: #25312e;
  border-radius: 40px 80px 40px 40px;
}
.vacancy-contact::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('/application/themes/microtechniek/img/background-color.jpg') center center / cover no-repeat;
  opacity: 0.8;
  pointer-events: none;
  z-index: 0;
}
.vacancy-contact > * {
  position: relative;
  z-index: 1;
}
.vacancy-contact h1 {
  display: flex;
  flex-direction: column;
  font-size: 24px;
  font-weight: 300;
  line-height: 42px;
  margin-bottom: 32px;
}
.vacancy-contact h1 span {
  font-size: 40px;
  font-weight: bold;
}
.vacancy-contact .vacancy-list {
  margin-bottom: 40px;
}
.vacancy-contact .vacancy-list .vacancy-list-item {
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
}
.vacancy-contact .vacancy-list .vacancy-list-item p {
  margin-bottom: 0;
}
.vacancy-contact .vacancy-contactperson {
  margin-bottom: 40px;
}
.vacancy-contact .vacancy-contactperson p {
  font-size: 24px;
  line-height: 42px;
  font-weight: 500;
  margin-bottom: 17px;
}
.vacancy-contact .vacancy-contactperson .person {
  display: flex;
  align-items: center;
  margin-bottom: 17px;
}
.vacancy-contact .vacancy-contactperson .person img {
  border-radius: 100%;
  width: 40px;
  height: 40px;
}
.vacancy-contact .vacancy-contactperson .person .person-info p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin: 0 0 0 16px;
}
.vacancy-contact .vacancy-contactperson .person .person-info .name {
  font-weight: bold;
}
.vacancy-contact .vacancy-button a {
  width: 100%;
  padding: 12px 32px;
  text-align: center;
}
.vacancy-contact * {
  color: #fff;
}
.default-page .hero-image-video {
  margin-bottom: 80px;
}
.default-page .hero-image-divider {
  margin-bottom: 80px;
}
.default-page .hero-image {
  margin-bottom: 80px;
}
.hero-image-video {
  position: relative;
  overflow: hidden;
  height: 100vh;
  background-color: #25312e;
  background-image: url('/application/themes/microtechniek/img/background-color-hero.jpg');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .hero-image-video {
    height: 100%;
  }
}
.hero-image-video .hero-media {
  position: absolute;
  top: 60%;
  right: -8%;
  transform: translateY(-50%);
  width: 70%;
  aspect-ratio: 1;
  z-index: 1;
}
@media (max-width: 991px) {
  .hero-image-video .hero-media {
    right: -20%;
  }
}
@media (max-width: 767px) {
  .hero-image-video .hero-media {
    position: relative;
    width: 100%;
    right: 0%;
    transform: none;
  }
}
.hero-image-video .hero-cog-left {
  position: absolute;
  top: 50%;
  left: -2300px;
  height: 2750px;
  aspect-ratio: 1;
  background: url('/application/themes/microtechniek/img/icons/cog-wheel.svg') center center / contain no-repeat;
  opacity: 0.75;
  z-index: 0;
  pointer-events: none;
  transform: rotate(60deg);
  animation: cog-left-spin 60s linear infinite;
}
@media (max-width: 767px) {
  .hero-image-video .hero-cog-left {
    height: 2000px;
    left: unset;
    right: -1400px;
    top: -350px;
  }
}
.hero-image-video .hero-cog-inner {
  position: absolute;
  inset: 0;
  background: url('/application/themes/microtechniek/img/icons/cog-wheel-inner.svg') center center / contain no-repeat;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 2;
  pointer-events: none;
  transform: rotate(75deg);
  animation: cog-spin-inner 60s linear infinite;
}
.hero-image-video .hero-cog-outer {
  position: absolute;
  inset: -8%;
  background: url('/application/themes/microtechniek/img/icons/cog-wheel-outer.svg') center center / contain no-repeat;
  z-index: 0;
  pointer-events: none;
  opacity: 0.75;
  transform: rotate(30deg);
  animation: cog-outer-spin 60s linear infinite;
}
.hero-image-video video {
  position: absolute;
  inset: 13.5%;
  width: 73%;
  height: 73%;
  object-fit: cover;
  border-radius: 50%;
  z-index: 1;
}
.hero-image-video .hero-image-video-content {
  position: relative;
  z-index: 5;
  height: 100vh;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .hero-image-video .hero-image-video-content {
    height: 100%;
  }
}
.hero-image-video .hero-image-video-content .container {
  width: 100%;
}
.hero-image-video .hero-image-video-content .hero-image-video-inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100vh;
}
@media (max-width: 767px) {
  .hero-image-video .hero-image-video-content .hero-image-video-inner {
    height: 100%;
  }
}
.hero-image-video .hero-image-video-content .hero-content {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
.hero-image-video .hero-image-video-content .hero-content .hero-text {
  color: #fff;
  max-width: 440px;
  text-align: left;
  margin-right: auto;
  margin-left: 0;
}
@media (max-width: 767px) {
  .hero-image-video .hero-image-video-content .hero-content .hero-text {
    max-width: 100%;
    margin-top: 220px;
    margin-bottom: 40px;
  }
}
.hero-image-video .hero-image-video-content .hero-content .hero-text h2 {
  margin: 0;
  font-size: 20px;
  font-weight: 300;
  font-style: italic;
  line-height: 32px;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 8px;
}
.hero-image-video .hero-image-video-content .hero-content .hero-text h1 {
  margin: 0 0 40px;
  font-size: 48px;
  font-weight: 700;
  line-height: 52px;
  color: #fff;
}
.hero-image-video .hero-image-video-content .hero-content .hero-text p {
  margin: 0;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  color: #fff;
}
.hero-image-divider {
  position: relative;
  height: 270px;
}
.hero-image-divider .hero-image-background {
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.hero-image-divider .hero-image-background::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  pointer-events: none;
}
.hero-image-divider .hero-content {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.hero-image-divider .hero-content .hero-text {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.hero-image-divider .hero-content .hero-text p,
.hero-image-divider .hero-content .hero-text a,
.hero-image-divider .hero-content .hero-text ul,
.hero-image-divider .hero-content .hero-text li,
.hero-image-divider .hero-content .hero-text h1,
.hero-image-divider .hero-content .hero-text h2,
.hero-image-divider .hero-content .hero-text h3,
.hero-image-divider .hero-content .hero-text h4,
.hero-image-divider .hero-content .hero-text h5,
.hero-image-divider .hero-content .hero-text h6 {
  font-size: 32px;
  line-height: 32px;
  color: #fff;
  margin-bottom: 0px;
}
.hero-image {
  position: relative;
  min-height: 716px;
  height: 100%;
}
.hero-image .hero-image-background {
  min-height: 876px;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.hero-image .hero-image-background::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  pointer-events: none;
}
.hero-image .hero-content {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}
.hero-image .hero-content .hero-text {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.hero-image .hero-content .hero-text strong {
  font-weight: 500;
}
.hero-image .hero-content .hero-text .mega-chance {
  font-size: 72px;
  line-height: 70px;
  display: block;
  margin-bottom: 10px;
}
.hero-image .hero-content .hero-text .mega-chance strong {
  font-weight: 700;
}
.hero-image .hero-content .hero-text h2 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 300;
  margin-bottom: 32px;
}
.hero-image .hero-content .hero-text ul.custom-dots {
  margin-bottom: 32px;
}
.hero-image .hero-content .hero-text ul.custom-dots li {
  font-size: 24px;
  line-height: 42px;
  margin-bottom: 0px;
}
.hero-image .hero-content .hero-text ul.custom-dots li::before {
  top: 21px;
}
.hero-image .hero-content .hero-text ul.custom-arrows {
  margin-bottom: 32px;
}
.hero-image .hero-content .hero-text ul.custom-arrows li {
  font-size: 20px;
  line-height: 42px;
  margin-bottom: 0px;
}
.hero-image .hero-content .hero-text ul.custom-arrows li a:hover {
  color: #0d745b;
}
.hero-image .hero-content .hero-text p,
.hero-image .hero-content .hero-text a,
.hero-image .hero-content .hero-text ul,
.hero-image .hero-content .hero-text li,
.hero-image .hero-content .hero-text h1,
.hero-image .hero-content .hero-text h2,
.hero-image .hero-content .hero-text h3,
.hero-image .hero-content .hero-text h4,
.hero-image .hero-content .hero-text h5,
.hero-image .hero-content .hero-text h6 {
  color: #fff;
}
.hero-content-page {
  position: relative;
  height: 300px;
  margin-bottom: 160px;
}
.hero-content-page::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 160px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(102, 102, 102, 0) 100%);
  pointer-events: none;
  z-index: 1;
}
.hero-content-page .hero-image-background {
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.hero-content-page .hero-image-background::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  pointer-events: none;
}
.hero-content-page .hero-content {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.hero-content-page .hero-content .hero-text {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.hero-content-page .hero-content .hero-text p,
.hero-content-page .hero-content .hero-text a,
.hero-content-page .hero-content .hero-text ul,
.hero-content-page .hero-content .hero-text li {
  font-size: 32px;
  line-height: 32px;
  color: #fff;
  margin-bottom: 0px;
}
.hero-content-page .hero-content .hero-text h1,
.hero-content-page .hero-content .hero-text h2,
.hero-content-page .hero-content .hero-text h3,
.hero-content-page .hero-content .hero-text h4,
.hero-content-page .hero-content .hero-text h5,
.hero-content-page .hero-content .hero-text h6 {
  color: #fff;
  margin-bottom: 0px;
}
@keyframes cog-spin-inner {
  from {
    transform: rotate(75deg);
  }
  to {
    transform: rotate(-15deg);
  }
}
@keyframes cog-outer-spin {
  from {
    transform: rotate(30deg);
  }
  to {
    transform: rotate(120deg);
  }
}
@keyframes cog-left-spin {
  from {
    transform: translateY(-50%) rotate(60deg);
  }
  to {
    transform: translateY(-50%) rotate(150deg);
  }
}
.our-industries-block .industries-nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 767px) {
  .our-industries-block .industries-nav {
    margin-bottom: 40px;
  }
}
.our-industries-block .industries-nav .industry-nav-item {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 8px 16px 8px 32px;
  border-radius: 32px 80px 32px 80px;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  background-color: rgba(0, 0, 0, 0.25);
  border: 0;
  transition: 0.3s ease;
  text-align: left;
}
.our-industries-block .industries-nav .industry-nav-item img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  flex-shrink: 0;
}
.our-industries-block .industries-nav .industry-nav-item span {
  flex: 1;
}
.our-industries-block .industries-nav .industry-nav-item.active {
  background-color: rgba(28, 151, 121, 0.2);
}
.our-industries-block .industries-nav .industry-nav-item:hover {
  background-color: rgba(28, 151, 121, 0.2);
}
.our-industries-block .industries-content-wrapper {
  position: relative;
  min-height: var(--industries-content-height, auto);
}
.our-industries-block .industries-content-wrapper .industry-content-area {
  min-height: var(--industries-content-height, auto);
  padding: 32px;
  border-radius: 32px 80px 32px 32px;
  position: absolute;
  inset: 0;
  width: 100%;
  overflow: hidden;
  background: transparent;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.our-industries-block .industries-content-wrapper .industry-content-area::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: var(--industry-bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.1;
  z-index: 0;
}
.our-industries-block .industries-content-wrapper .industry-content-area::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(202, 240, 231, 0.1), rgba(202, 240, 231, 0.1)), linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
  z-index: 1;
}
.our-industries-block .industries-content-wrapper .industry-content-area.measuring {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  position: relative;
}
.our-industries-block .industries-content-wrapper .industry-content-area.active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.our-industries-block .industries-content-wrapper .industry-content-area.active .industry-content {
  opacity: 1;
}
.our-industries-block .industries-content-wrapper .industry-content-area .industry-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.our-industries-block .industries-content-wrapper .industry-content-area .industry-content h2 {
  margin-bottom: 32px;
}
.our-industries-block .industries-content-wrapper .industry-content-area .industry-content .industry-description {
  margin-bottom: 32px;
}
.our-industries-block .industries-content-wrapper .industry-content-area .industry-content .btn {
  margin-top: auto;
  align-self: flex-start;
}
header.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 500;
  padding: 16px 0;
  transition: background-color 0.3s ease;
}
header.header:before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background: url('/application/themes/microtechniek/img/background-color.jpg') center center / cover no-repeat;
  opacity: .95;
}
@media (max-width: 991px) {
  header.header:before {
    inset: auto;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    max-height: 100%;
    pointer-events: none;
    transition: max-height 0.3s ease;
  }
  header.header:has(.navbar-collapse.show)::before,
  header.header:has(.navbar-collapse.collapsing)::before {
    max-height: 100vh;
  }
}
header.header.logged-in {
  top: 48px;
}
header.header.edit-mode {
  position: relative;
  padding-top: 48px;
  top: 0px;
}
header.header .header-container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  header.header .header-container {
    position: relative;
  }
}
header.header .header-container .header-logo {
  flex: 0 0 auto;
}
header.header .header-container .header-logo a {
  display: inline-block;
}
header.header .header-container .header-logo img {
  display: block;
  max-height: 80px;
  width: auto;
}
@media (max-width: 380px) {
  header.header .header-container .header-logo img {
    width: 250px;
  }
}
header.header .header-container .header-nav {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}
header.header .header-container .header-nav .header-nav-top {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  header.header .header-container .header-nav .header-nav-top {
    display: none;
  }
}
header.header .header-container .header-nav .header-nav-top a {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
}
header.header .header-container .header-nav .header-nav-top .counter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  padding: 0 6px;
  border-radius: 999px;
  font-size: 12px;
  line-height: 1;
  background: #0d745b;
  color: #fff;
  margin-top: -12px;
}
header.header .header-container .header-nav .header-nav-top .divider {
  align-self: stretch;
  width: 2px;
  background-color: #fff;
}
header.header .header-container .header-nav .header-nav-top .language {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
header.header .header-container .header-nav .header-nav-top .language img {
  display: block;
  width: 24px;
  height: auto;
}
header.header .header-container .header-nav .header-nav-top .language::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 10px;
  flex: 0 0 20px;
  margin-left: 0px;
  border: 0px;
  border-top: 0px;
  border-right: 0px;
  border-bottom: 0px;
  border-left: 0px;
  vertical-align: middle;
  background: url('/application/themes/microtechniek/img/icons/chevron.svg') center center / contain no-repeat;
}
header.header .header-container .header-nav .header-nav-bottom {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  text-align: right;
}
@media (max-width: 991px) {
  header.header .header-container .header-nav .header-nav-bottom .ccm-block-top-navigation-bar .navbar {
    position: static;
  }
}
header.header .header-container .header-nav .header-nav-bottom .ccm-block-top-navigation-bar .navbar .container-fluid {
  padding: 0px;
}
@media (max-width: 991px) {
  header.header .header-container .header-nav .header-nav-bottom .ccm-block-top-navigation-bar .navbar .container-fluid {
    position: static;
  }
}
header.header .header-container .header-nav .header-nav-bottom .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-toggler {
  border: 0px;
  box-shadow: none;
  padding: 0px;
  margin-right: -8px;
}
header.header .header-container .header-nav .header-nav-bottom .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-toggler.collapsed {
  margin-right: 0px;
}
header.header .header-container .header-nav .header-nav-bottom .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-toggler .icon-bar {
  margin-right: 0px;
  background-color: #fff;
}
@media (max-width: 991px) {
  header.header .header-container .header-nav .header-nav-bottom .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-collapse {
    position: absolute;
    left: 0;
    right: auto;
    top: 100%;
    width: 100%;
    text-align: left;
    background: transparent;
    padding: 40px 0px;
    z-index: 501;
    transition: none !important;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    direction: rtl;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  header.header .header-container .header-nav .header-nav-bottom .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-collapse::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
  }
  header.header .header-container .header-nav .header-nav-bottom .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-collapse > * {
    direction: ltr;
  }
  header.header .header-container .header-nav .header-nav-bottom .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-collapse.collapsing {
    height: auto !important;
    max-height: calc(100vh - 100px);
    overflow-y: auto !important;
    overflow-x: hidden !important;
    transition: none !important;
    display: block;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  header.header .header-container .header-nav .header-nav-bottom .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-collapse.collapsing::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
  }
  header.header .header-container .header-nav .header-nav-bottom .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-collapse.show {
    display: block;
  }
}
header.header .header-container .header-nav .header-nav-bottom .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-collapse .mobile-header-top {
  display: none;
}
@media (max-width: 991px) {
  header.header .header-container .header-nav .header-nav-bottom .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-collapse .mobile-header-top {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
    width: 100%;
    margin-bottom: 40px;
  }
  header.header .header-container .header-nav .header-nav-bottom .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-collapse .mobile-header-top .mobile-language {
    display: inline-flex;
    align-items: center;
    gap: 8px;
  }
  header.header .header-container .header-nav .header-nav-bottom .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-collapse .mobile-header-top .mobile-language img {
    display: block;
    width: 24px;
    height: auto;
  }
  header.header .header-container .header-nav .header-nav-bottom .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-collapse .mobile-header-top .mobile-language::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 10px;
    flex: 0 0 20px;
    background: url('/application/themes/microtechniek/img/icons/chevron.svg') center center / contain no-repeat;
  }
  header.header .header-container .header-nav .header-nav-bottom .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-collapse .mobile-header-top .mobile-divider {
    width: 2px;
    height: 24px;
    background-color: #fff;
  }
}
header.header .header-container .header-nav .header-nav-bottom .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-collapse .mobile-header-links {
  display: none;
}
@media (max-width: 991px) {
  header.header .header-container .header-nav .header-nav-bottom .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-collapse .mobile-header-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    margin-top: 24px;
    margin-bottom: 24px;
  }
  header.header .header-container .header-nav .header-nav-bottom .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-collapse .mobile-header-links a {
    display: inline-flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    line-height: 16px;
    font-weight: 600;
  }
  header.header .header-container .header-nav .header-nav-bottom .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-collapse .mobile-header-links .counter {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    padding: 0 6px;
    border-radius: 999px;
    font-size: 12px;
    line-height: 1;
    background: #0d745b;
    color: rgba(255, 255, 255, 0.75);
    margin-top: -12px;
  }
}
header.header .header-container .header-nav .header-nav-bottom .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-collapse .navbar-nav {
  gap: 32px;
}
@media (max-width: 991px) {
  header.header .header-container .header-nav .header-nav-bottom .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-collapse .navbar-nav {
    width: 100%;
    align-items: stretch;
    text-align: left;
    gap: 24px;
  }
}
@media (max-width: 991px) {
  header.header .header-container .header-nav .header-nav-bottom .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-collapse .navbar-nav .nav-item {
    width: 100%;
  }
}
header.header .header-container .header-nav .header-nav-bottom .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-collapse .navbar-nav .nav-item.dropdown {
  position: relative;
}
@media (min-width: 992px) {
  header.header .header-container .header-nav .header-nav-bottom .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-collapse .navbar-nav .nav-item.dropdown:hover > .dropdown-menu {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
}
header.header .header-container .header-nav .header-nav-bottom .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-collapse .navbar-nav .nav-item.dropdown .nav-link-row {
  display: flex;
  align-items: center;
  gap: 4px;
}
@media (max-width: 991px) {
  header.header .header-container .header-nav .header-nav-bottom .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-collapse .navbar-nav .nav-item.dropdown .nav-link-row {
    width: 100%;
    justify-content: space-between;
  }
}
@media (max-width: 991px) {
  header.header .header-container .header-nav .header-nav-bottom .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-collapse .navbar-nav .nav-item.dropdown .nav-link-row > .nav-link:not(.nav-dropdown-toggle) {
    flex: 1 1 auto;
  }
}
header.header .header-container .header-nav .header-nav-bottom .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-collapse .navbar-nav .nav-item.dropdown .nav-link-row .nav-dropdown-toggle {
  border: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
  width: 20px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 20px;
}
header.header .header-container .header-nav .header-nav-bottom .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-collapse .navbar-nav .nav-item.dropdown .nav-link-row .nav-dropdown-toggle::after {
  content: "";
  display: block;
  width: 16px;
  height: 10px;
  flex: 0 0 16px;
  margin-left: 0;
  border: 0;
  vertical-align: middle;
  background: url('/application/themes/microtechniek/img/icons/chevron.svg') center center / contain no-repeat;
  transition: 0.3s ease;
}
header.header .header-container .header-nav .header-nav-bottom .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-collapse .navbar-nav .nav-item.dropdown .nav-link-row .nav-dropdown-toggle.is-open::after,
header.header .header-container .header-nav .header-nav-bottom .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-collapse .navbar-nav .nav-item.dropdown .nav-link-row .nav-dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(180deg);
}
header.header .header-container .header-nav .header-nav-bottom .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu {
  background-color: #181F1E;
  padding: 16px;
  border-radius: 0px 0px 16px 16px;
  margin-top: 0;
  left: -24px;
  top: calc(100% + 24px);
  border: 0px;
}
@media (max-width: 991px) {
  header.header .header-container .header-nav .header-nav-bottom .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu {
    position: static !important;
    transform: none !important;
    padding: 16px 16px 0px 16px;
    background-color: unset;
    display: none;
  }
}
header.header .header-container .header-nav .header-nav-bottom .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -24px;
  height: 24px;
  background: transparent;
}
@media (max-width: 991px) {
  header.header .header-container .header-nav .header-nav-bottom .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu::before {
    display: none;
  }
}
header.header .header-container .header-nav .header-nav-bottom .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu.show {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 991px) {
  header.header .header-container .header-nav .header-nav-bottom .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu.show {
    gap: 8px;
  }
}
header.header .header-container .header-nav .header-nav-bottom .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: rgba(255, 255, 255, 0.75);
  border-radius: 16px;
  padding: 4px 8px;
  line-height: 32px;
  font-size: 18px;
  font-weight: 600;
  min-width: 344px;
  transition: 0.3s ease;
}
@media (max-width: 991px) {
  header.header .header-container .header-nav .header-nav-bottom .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
    color: #fff;
    min-width: 0;
  }
}
header.header .header-container .header-nav .header-nav-bottom .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item.active {
  background-color: #25312e;
  color: #fff;
}
header.header .header-container .header-nav .header-nav-bottom .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:focus {
  background-color: #25312e;
  color: #fff;
}
header.header .header-container .header-nav .header-nav-bottom .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:focus-visible {
  background-color: #25312e;
  color: #fff;
}
header.header .header-container .header-nav .header-nav-bottom .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:active {
  background-color: #25312e;
  color: #fff;
}
header.header .header-container .header-nav .header-nav-bottom .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #25312e;
  color: #fff;
}
header.header .header-container .header-nav .header-nav-bottom .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover::after {
  opacity: 1;
}
header.header .header-container .header-nav .header-nav-bottom .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 10px;
  flex: 0 0 20px;
  margin-left: 0px;
  border: 0px;
  vertical-align: middle;
  background: url('/application/themes/microtechniek/img/icons/chevron.svg') center center / contain no-repeat;
  opacity: 0.75;
  transform: rotate(-90deg);
  transition: 0.3s ease;
}
@media (max-width: 991px) {
  header.header .header-container .header-nav .header-nav-bottom .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item::after {
    display: none;
  }
}
header.header .header-container .header-nav .header-nav-bottom .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: #fff;
  padding: 0px;
  font-size: 18px;
  line-height: 16px;
  font-weight: 600;
  text-decoration: none;
}
@media (max-width: 991px) {
  header.header .header-container .header-nav .header-nav-bottom .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-collapse .navbar-nav .nav-item .nav-link {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 991px) {
  header.header .header-container .header-nav .header-nav-bottom .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-collapse .navbar-nav .nav-item > .nav-link {
    width: 100%;
    justify-content: space-between;
  }
}
.skiptranslate iframe,
.goog-te-banner-frame,
.goog-te-banner-frame.skiptranslate {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
}
#site-translate-wrapper {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.55);
}
#site-translate-wrapper .translate-container {
  position: relative;
  max-width: 700px;
  width: fit-content;
  min-width: 320px;
  margin: 80px auto;
  padding: 0 32px 24px;
  background: #caf0e7;
  border-radius: 12px;
  overflow: hidden;
}
#site-translate-wrapper .translate-container h2 {
  background: #25312e;
  color: #fff;
  text-align: center;
  margin: 0 -32px 24px;
  padding: 18px 32px 18px 32px;
  font-size: 28px;
  line-height: 1.2;
}
#site-translate-wrapper .translate-container .icon-close {
  position: absolute;
  top: 14px;
  right: 20px;
  border: 0;
  background: none;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  z-index: 1;
}
#site-translate-wrapper .translate-container #google_translate_element {
  text-align: center;
}
#site-translate-wrapper .translate-container #google_translate_element .goog-te-combo {
  width: 100%;
  min-width: 220px;
  height: 44px;
  padding: 0 44px 0 16px;
  outline: 1px solid #25312e;
  border-radius: 8px;
  background-color: #fff;
  color: #25312e;
  font-size: 15px;
  font-weight: 600;
  line-height: 44px;
}
#site-translate-wrapper .translate-container #google_translate_element .goog-te-combo option {
  height: 44px;
  color: #25312e;
  font-size: 15px;
  font-weight: 600;
  line-height: 44px;
}
.help-bar {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 502;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 991px) {
  .help-bar {
    right: auto;
    left: 50%;
    top: auto;
    bottom: 16px;
    transform: translateX(-50%);
    flex-direction: row;
    align-items: center;
    width: auto;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    overflow: hidden;
  }
}
.help-bar a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  transition: 0.3s ease;
}
.help-bar .contact a {
  background: #fff;
  color: #000;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  padding: 4px 4px 16px 4px;
  gap: 10px;
  border-radius: 4px 0 0 0;
  line-height: 32px;
  font-size: 14px;
}
@media (max-width: 991px) {
  .help-bar .contact a {
    writing-mode: horizontal-tb;
    padding: 4px 16px 4px 4px;
    gap: 8px;
    border-radius: 4px 0 0 4px;
    height: 40px;
    white-space: nowrap;
    font-weight: 700;
  }
}
.help-bar .contact img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.help-bar .contact a:hover {
  background: #0d745b;
  color: #fff;
}
.help-bar .quote-request {
  margin-top: -1px;
}
@media (max-width: 991px) {
  .help-bar .quote-request {
    margin-top: 0;
  }
}
.help-bar .quote-request a {
  background: #e83d47;
  color: #fff;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  padding: 16px 4px;
  border-radius: 0 0 0 4px;
  line-height: 32px;
  font-size: 14px;
}
@media (max-width: 991px) {
  .help-bar .quote-request a {
    writing-mode: horizontal-tb;
    padding: 4px 16px 4px 16px;
    border-radius: 0 4px 4px 0;
    height: 40px;
    white-space: nowrap;
    font-weight: 700;
  }
}
.help-bar .quote-request a:hover {
  background: #0d745b;
}
