@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/raleway/v37/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaooCP.ttf) format('truetype');
}

@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/raleway/v37/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVs9pYCP.ttf) format('truetype');
}


/* Pas dit toe op de hele site */
body, a, p, dd, dl, table {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

/* Optioneel: Specifiek voor koppen */
h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700; /* Gebruikt de dikke variant van Raleway */
}


/*** Image hover effect ***/
.image-wrapper-default {
  overflow: hidden;
  width: fit-content;
}

.image-hover-default {
  object-fit: contain;
  transition: transform 0.4s ease;
}

.image-wrapper-default:hover .image-hover-default {
  transform: scale(1.05);
}

/**** Cookie YES popup ***/
.cky-btn {
    padding: 1px !important;
    font-size: 12px !important;
    line-height: 20px !important;
}

.cky-notice-des *,
.cky-preference-content-wrapper *,
.cky-dma-content-wrapper *,
.cky-accordion-header-des *,
.cky-gpc-wrapper .cky-gpc-desc *,
.cky-notice-des a.cky-policy,
.cky-notice-des button.cky-policy,
.cky-dma-content-wrapper a.cky-policy,
.cky-dma-content-wrapper button.cky-policy {
    font-size: 12px !important;
    line-height: 16px !important;
    color: gray !important;
}

[data-cky-tag="powered-by"] {
    display: none !important;
}

button.cky-btn.cky-btn-customize {
    border-color: #929293 !important;
    color: #929293 !important;
}

.cky-btn-reject,
.cky-btn-accept {
    color: white !important;
    background: #929293 !important;
    border: 2px solid #929293 !important;
}

a.cky-policy {
    color: gray !important;
    font-weight: 400;
}



span.statcounter img {
    display: none;
}

.site-branding a {
  color: white;
}

.recaptcha-legal {
  display: none !important;
}

.layout-one-sidebar div#main-container {
  padding-top: 4rem;
}

h1,
h2,
h3 {
    color: #0096ff !important;
}

div#block-sandbox-searchfieldheader,
.page-node-type-article #block-breadcrumbs {
  display: none;
}

#views-exposed-form-search-results-page-1 [data-drupal-selector="edit-actions"] {
  display: none !important;
}

div#content iframe {
  min-height: 554px;
}

.video-wrapper {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
  overflow: hidden; /* Ensures the iframe corners are rounded */
}

.page-view-blog-lists .view-content {
  padding: 20px;
  font-family: sans-serif;
}

.page-view-blog-lists .views-row {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.page-view-blog-lists .views-row:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-view-blog-lists .views-row a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
  font-size: 0.8rem;
}

.page-view-blog-lists h1 {
  text-align: center;
}



p.card-text a.card-link {
  color: #343f52;
}

.homepage .hero {
  background-color: #f8f9fa;
  padding: 60px 20px;
  text-align: center;
  /*margin-top: -4rem;*/
  margin-bottom: 1.25rem;
}
.homepage .hero h1 {
  font-weight: 700;
  margin-bottom: 1rem;
}
.homepage .hero .lead {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.2rem;
  color: #495057;
}
.homepage .section {
  padding: 60px 20px;
}
.homepage .section-title {
  text-align: center;
  font-weight: 700;
}
.homepage .card {
  border: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.homepage .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.homepage .card-img-top {
  height: 220px;
  object-fit: contain;
}
.homepage .img-fluid {
  border-radius: 0.5rem;
}
.homepage .btn-primary {
  padding: 12px 30px;
  font-size: 1.1rem;
  transition: background-color 0.3s ease;
}
.homepage .btn-primary:hover {
  background-color: #0056b3;
  border-color: #0056b3;
}

img.logo {
    max-width: 151px;
}

.post-meta {
  display: none !important;
}

/********************* UNIVERSAL EXCEL *********************/
.hide {
  display: none !important;
}
.obscure {
  visibility: hidden !important;
}

.htmlFields {
  padding-top: 30px;
}

.ui-dialog input,
.ui-dialog select,
.ui-dialog textarea {
  font-size: 0.9em;
  border-color: #dbdbdb;
}

.center {
  text-align: center;
}

.blue {
  color: #4d89d7 !important;
}

article.universal .filters i {
  border: 1px solid #f58232;
  padding: 3px 5px;
}

article.universal .product-details h2 {
  background: #f1f1f1;
  padding: 4px 0;
}

article.universal .product-details h2 {
  background: #f1f1f1;
  color: #60697b !important;
}

article.universal .product-details dt,
article.universal .product-details dd {
  font-size: 14px;
  border-bottom: 1px solid #e5e5e5;
}

dl.row {
  /* --bs-gutter-y is the Bootstrap 5 variable for vertical gutters in a row */
  --bs-gutter-y: 0 !important; /* Default might be 1rem or 1.5rem. Adjust this value. Try 0.25rem or 0 */
}
dl.row dt,
dl.row dd {
  margin-bottom: 0 !important;
}

.parts a {
  background: #f58232;
  color: white;
  padding: 3px 12px;
  margin-right: 10px;
  border-radius: 10px;
  font-weight: 400;
  font-size: 13px;
  white-space: nowrap;
}
.parts a:hover {
  opacity: 0.8;
}

article.universal .call-to-actions .cta-buttons {
  visibility: hidden !important;
}

article.universal .lblue_button {
  transition: all 0.25s ease-in-out;
  width: 100%;
  background: #0096FF;
  color: white;
  text-decoration: none !important;
  padding: 8px 22px;
  border-radius: 17px;
  display: inline-block;
  box-shadow: 0rem 0.25rem 0.75rem rgba(30, 34, 40, 0.15);
  display: inline;
  margin-right: 20px;
  white-space: nowrap;
}
article.universal .lorange_button {
  transition: all 0.25s ease-in-out;
  width: 100%;
  background: #ff6600;
  color: white;
  text-decoration: none !important;
  padding: 8px 22px;
  border-radius: 17px;
  display: inline-block;
  box-shadow: 0rem 0.25rem 0.75rem rgba(30, 34, 40, 0.15);
  display: inline;
  margin-right: 20px;
  white-space: nowrap;
}

article.universal .lblue_button:hover {
  opacity: 0.8;
}

article.universal h2 {
  color: #60697b !important;
  font-weight: 400;
  font-size: 23px;
}

article.universal .subtitles h2 {
  color: #60697b !important;
  font-weight: 400;
  font-size: 19px;
}

article.universal h3 {
  color: #60697b;
  font-weight: 400;
  font-size: 18px;
  border-bottom: 2px solid #f58232;
  margin-bottom: 8px;
}

/** webform **/

.form-item-privacy {
  font-size: 12px;
}

.ui-dialog .ui-dialog-buttonpane button {
  transition: all 0.25s ease-in-out;
  width: 100%;
  background: #f58232;
  color: white;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  border-width: 1px;
  text-align: center;
  color: #ffffff;
  border-color: #3498db;
  text-decoration: none !important;
  padding: 8px;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 8px;
  box-shadow: 0rem 0.25rem 0.75rem rgba(30, 34, 40, 0.15);
}

.webform-submission-form .mb-4 {
  margin-bottom: 0.2rem !important;
}

.webform-submission-form .form-control {
  display: block;
  width: 100%;
  padding: 0.2rem 0.6rem;
  line-height: 1.2rem;
}

.webform-submission-form .two-fields-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 30px;
}

@media (max-width: 768px) {
  .webform-submission-form .two-fields-row {
    grid-template-columns: 1fr;
  }
}

.recommended-parts.parts.row {
  /* Override display:flex from .row for column-count to work on the section itself */
  display: block !important;
  column-count: 2;
  column-gap: 20px; /* Adjust the space between the two main columns */
  /* If .row adds negative margins, you might want to reset them */
  margin-left: 0;
  margin-right: 0;
}

.recommended-part-item {
  /* This div now wraps each dt-dd pair */
  /* Ensure the item itself doesn't break across the two main columns */
  break-inside: avoid-column;
  -webkit-column-break-inside: avoid; /* For Safari/Chrome */
  page-break-inside: avoid; /* Older browsers */
  /* Add some spacing below each pair if needed */
  display: flex;
  flex-wrap: wrap; /* Allow wrapping if content is too long */
}

.recommended-part-item dt {
    font-weight: 600;
    font-size: 13px;
}

.recommended-part-item dd {
  margin-bottom: 3px;
  margin-left: 0;
}

/********************* CKEDITOR *********************/

.CodeMirror {
  height: 600px;
  /* Adjust the height to your preference */
}

.ck-link-form .ck.ck-input {
  min-width: 500px !important;
}

/********************* WEBFORM *********************/

span.select2.select2-container.select2-container--default {
  display: block;
  width: 100%;
  padding: 0.3rem 2rem 0.3rem 1rem;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.7;
  color: #959ca9;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img),
    var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 20px 20px;
  border: 1px solid rgba(8, 60, 130, 0.07);
  border-radius: 0.4rem;
  box-shadow: 0rem 0rem 1.25rem rgba(30, 34, 40, 0.04);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.select2-container--default .select2-selection--single {
  border: 0;
}

/********************* HEADER *********************/

.header-middle-bar {
  display: none;
}

/********************* BREADCRUMBS *********************/
.col-md-8.col-lg-7.col-xl-6.mx-auto {
  width: 100%;
}

ol.breadcrumb {
  justify-content: left;
  padding-left: 1rem;
  background-color: white;
}

li.breadcrumb-item {
  display: flex;
}

.breadcrumb {
  font-size: 0.829em;
  line-height: 0.9em;
  padding-top: 12px;
}

/********************* TITLE *********************/
h1.title {
  font-size: calc(1.2rem + 0.3vw) !important;
}

h2,
.h2 {
  font-size: calc(1rem + 0.3vw) !important;
}

h3,
.h3 {
  font-size: calc(0.9rem + 0.3vw) !important;
}


h3 {
  margin-bottom: 1rem;
}

/********************* Top Bar *********************/
.region-top-bar p {
  text-align: center;
  font-size: 12px;
  margin-bottom: 0;
  color: white;
  padding-top: 3px;
  padding-bottom: 4px;
}

.region.region-top-bar {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  background: #3f78e0;
}

/********************* Banner field *********************/
.banner p {
  width: 80%;
  margin: 0 auto 0.5rem auto;
}

/********************* MESSAGES *********************/

.messages.messages--status {
  /*box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);*/
  color: red;
  font-weight: 600;
}

.alert-dismissible {
    margin-bottom: 0;
}

/********************* TITLE *********************/

.page-header {
  border-bottom: 0;
  margin: 1rem 0 0.5rem;
  padding: 0;
  text-align: center;
}

/*.page-node-type-page h1.title,
.page-node-type-universal h1.title {
  background-image: url("https://www.clinserts.com/sites/default/files/_images/banners/clinserts-banner.png");
  padding: 50px 0;
  background-size: cover;
  background-repeat: no-repeat;
  color: #484848;
}*/

/* Hero layout */
.hero-banner { position: relative; overflow: hidden; margin-bottom: 1.25rem; }
.hero__img   { position: absolute; inset: 0; width: 100%; z-index: 0; }
.hero__inner { position: relative; z-index: 2; padding: 2.5rem 0; }

/* Put title & breadcrumb in front of the image */
.hero__breadcrumb { position: absolute; top: 8px; margin-bottom: .5rem; }
.region-title .title { margin: 0 !important; }

.page-node-type-page div#block-breadcrumbs,
.page-node-type-universal div#block-breadcrumbs {
  margin-bottom: -44px;
  z-index: 1;
}

ol.breadcrumb {
  background-color: transparent !important;
}

/********************* MAIN MENU & SEARCH FIELD *********************/
.navbar-other .input-group .form-control {
  padding: 0.2rem 0.5rem;
  border-radius: 100px !important;
  border: 1px solid rgba(8, 60, 130, 0.2);
  z-index: 0;
}

.navbar-other .input-group .form-control:focus {
  box-shadow: inset 0 0 0 1px #9fbcf0;
}

.navbar {
  background: white !important;
  z-index: 10;
  margin: 0;
  padding: 0 !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.main.navbar {
  box-shadow: none;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.navbar.transparent:not(.navbar-stick):not(.pos-fixed)
  .navbar-collapse
  ul.navbar-nav
  > li
  > a {
  color: #343f52;
}

.navbar-other input[type="search"] {
  box-sizing: border-box;
  max-width: 180px;
}

.navbar-other button.btn.btn-primary {
  background: gray;
  border: none;
  margin-left: -28px !important;
  padding: 3px 10px;
  border-radius: 100px !important;
}

ul.dropdown-menu {
  box-shadow: 0rem 0.25rem 0.75rem rgba(30, 34, 40, 0.15);
}

a.dropdown-item {
  padding: 4px 16px;
  line-height: 18px;
}

/* Active state */
.navbar-nav .nav-item.active > a,
.navbar-nav .is-active {
  color: #f58232 !important;
}

a.dropdown-item.dropdown-toggle {
  display: flex;
  padding: 4px 8px 4px 16px;
  position: static;
}

#block-sandbox-navigationmobile ul.align-items-center {
    align-items: left !important;
        display: inline;
}
#block-sandbox-navigationmobile ul.flex-row {
    flex-direction: column !important;
}
#block-sandbox-navigationmobile .navbar-nav .dropdown-menu {
    position: static;
    padding-top: 0;
    background: #1e2228;
    padding-bottom: 0;
}
#block-sandbox-navigationmobile a.dropdown-item {
  padding: 4px 16px !important;
}

.navigation-button-blue {
  background: #3f78e0;
  color: white;
  padding: 4px 16px;
  border-radius: 100px;
  margin-left: 20px;
  transition: all 0.2s ease-in-out;
  box-shadow: 0rem 0.25rem 0.75rem rgba(30, 34, 40, 0.15);
}

.navbar-collapse .offcanvas-body {
  margin-right: 5vw;
}

.navbar-other.w-100.d-flex.ms-auto {
  width: auto !important;
}

.ms-auto.w-auto.region.region-navigation-other {
  width: max-content !important;
}

.swiper-container {
  z-index: 5 !important;
}

/***************** responsive menu sidebar *******************/

.offcanvas-nav .nav-link,
.offcanvas-nav a,
.offcanvas-nav h3 {
  padding: 3px;
  color: white !important;
  display: block;
  font-size: 14px;
}
.offcanvas-nav h3 {
  text-decoration: underline;
  padding-bottom: 0;
  margin-bottom: 3px;
  font-size: 16px;
}

.offcanvas-nav nav {
  margin-bottom: 15px;
  border-bottom: 1px solid white;
  padding-bottom: 10px;
}

/********************* contact button right *********************/
.navbar-other .btn-primary.rounded-pill {
  padding: 2px 16px;
}

/********************* off-canvas mobile menu *********************/
.offcanvas-footer .phone-numbers strong {
  width: 103px;
}

.navbar-expand-lg .navbar-brand {
  align-items: center;
}

/********************* FOOTER *********************/
/********************* CLIENTS LOGO SLIDER *********************/
.swiper-wrapper {
  align-items: center;
}

/********************* footer columns *********************/
footer p,
footer a,
footer ol,
footer ul,
footer li {
  font-size: 0.7rem;
}

.col-lg-5 .widget {
  padding-right: 12%;
}

footer .h2 {
  font-size: 0.9rem;
}

.phone-numbers strong {
  width: 112px;
  display: inline-block;

  clear: none;
  font-size: 0.6rem;
  line-height: rem;
  padding-top: 3px;
}

.phone-numbers a {
  display: inline-block;
  clear: none;
}

footer .col-lg-5 img {
  width: 112px;
}

/********************* BUTTONS *********************/
.btn.rounded-pill i.uil {
  padding-right: 6px;
  font-size: 1rem;
}

input#edit-submit {
  width: 150px;
  height: auto;
  margin: 0.5rem;
}

/********************* HR *********************/
hr {
  margin: 1.5rem 0;
}

/********************* TABS *********************/
.bg-gray .tabs-content {
  background: white;
}

.bg-gray .tabs-content li.active p {
  padding: 32px 40px 17px 32px;
}

/********************* TEXT *********************/
body ul {
  padding-left: 1rem;
}

h3 a {
  font-size: 18px;
}

h3 a:hover {
  text-decoration: none !important;
  display: inline-block;
  scale: 1.1;
}

/********************* BLOG & BASIC PAGES *********************/

body.page-node-type-landing-page {
  background-color: #fafafa;
}

.page-node-type-article h1.display-1 {
  font-size: 22px;
}

.page-node-type-article section.bg-ae {
  background-size: cover;
  border-radius: 10px;
}

.page-node-type-article .post img {
  height: auto;
  max-width: 80% !important;
}

.page-node-type-article .post table,
.page-node-type-page .content table {
  border: 1px solid #ccc;
  margin-top: 0% !important;
  margin-bottom: 30px;
}

.page-node-type-article .post table tr:nth-child(even),
.page-node-type-page .content table tr:nth-child(even) {
  background-color: #eeeeee;
}
.page-node-type-article .post table tr:first-child,
.page-node-type-page .content table thead tr:first-child {
  background-color: #3f78e044;
}

.page-node-type-article .post a,
.page-node-type-page .content a:hover:not(.btn) {
  text-decoration: underline;
  color: #f58232;
}

.page-node-type-page .title-wrapper > .container.text-center {
  padding-top: 2rem !important;
  padding-bottom: 0.2rem !important;
}

.page-node-type-page .content .lblue_button {
  transition: all 0.25s ease-in-out;
  background: #3f78e0;
  color: white;
  text-decoration: none !important;
  padding: 8px 22px;
  border-radius: 17px;
  display: inline-block;
  box-shadow: 0rem 0.25rem 0.75rem rgba(30, 34, 40, 0.15);
}

.navigation-button-blue:hover,
.page-node-type-page .content .lblue_button:hover {
  color: white !important;
  background-color: #1c58c7;
}

.page-node-type-page .content .lorange_button {
  transition: all 0.25s ease-in-out;
  background: #ff6600;
  color: white;
  text-decoration: none !important;
  padding: 8px 22px;
  border-radius: 17px;
  display: inline-block;
  box-shadow: 0rem 0.25rem 0.75rem rgba(30, 34, 40, 0.15);
}

.page-node-type-page .content .lorange_button:hover {
  color: white !important;
  background-color: #f58232;
}

aside .lblue_button {
    transition: all 0.25s ease-in-out;
    width: 100%;
    background: #0096FF;
    color: white;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    border-width: 1px;
    text-align: center;
    color: #ffffff;
    border-color: #3498db;
    text-decoration: none !important;
    padding: 8px;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 8px;
    box-shadow: 0rem 0.25rem 0.75rem rgba(30, 34, 40, 0.15);
}

aside .lblue_button:hover {
  color: white !important;
  background-color: #52af9d;
}

aside .lorange_button {
  transition: all 0.25s ease-in-out;
  width: 100%;
  background: #ff6600;
  color: white;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  border-width: 1px;
  text-align: center;
  color: #ffffff;
  border-color: #3498db;
  text-decoration: none !important;
  padding: 8px;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 8px;
  box-shadow: 0rem 0.25rem 0.75rem rgba(30, 34, 40, 0.15);
}

aside .lorange_button:hover {
  color: white !important;
  background-color: #df5900;
}

aside .title-wrap {
  font-size: 18px;
  text-align: center;
  color: #5893dd;
  font-weight: 600;
}

/********************* SIDEBAR *********************/
.layout-sidebar-first section.wrapper.bg-light.title-wrapper {
  display: none;
}

.layout-sidebar-first .container.pt-14.pb-19.pt-md-18.pb-md-20.text-center {
  padding-top: 1rem !important;
  padding-bottom: 7rem !important;
}

.layout-sidebar-first aside.col-sm-3 {
  padding-top: 48px;
}

.layout-sidebar-first aside.col-sm-3 {
  border-right: 1px solid lightgray;
}

.layout-sidebar-first div#content,
.layout-sidebar-first .col-lg-10.mx-auto,
.layout-sidebar-first section.bg-light {
  background-color: white !important;
}

/********************* RESPONSIVE *********************/

@media (min-width: 1200px) {
}

@media (min-width: 1400px) {
}

iframe {
  width: 100%;
  height: auto;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
    display: flex;
    align-items: center;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-toggle:after {
    display: flex;
    position: inherit;
    margin: 0 0 0 1px;
    padding: 0;
    top: 4px !important;
  }

  .navbar-expand-lg .dropend > .dropdown-menu {
    margin-left: -0.5rem;
  }
}

@media (max-width: 1024px) {
  /*** ROW ***/
  .row.gx-lg-8.gx-xl-12 {
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  iframe {
    width: 85%;
    height: calc(4rem + 32vw);
  }

  .logo {
    width: 85%;
  }

  table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }

  table td {
    padding: 0.25rem;
  }
  .hero__inner { padding: 1.2rem 0; }
}

/********************* BRANKO TABS *********************/

.tabs__container {
  max-width: 100%;
  overflow: hidden;
}

/********************* BRANKO FOOTER TEMP UNORGANISED *********************/

footer .container {
  padding-top: 2rem !important;
  padding-bottom: 0rem !important;
}

footer .btn-sm,
.btn-group-sm > .btn {
  --bs-btn-padding-y: 0.4rem;
  --bs-btn-padding-x: 0.4rem;
}

footer strong {
  font-size: 1rem;
}
footer p {
  font-size: 0.875rem !important;
}
footer a {
  color: white;
  font-size: 0.875rem !important;
}
footer a:hover {
  color: #f58232;
}
.footer {
  overflow: hidden;
  background-color: #0f1723;
  display: flex;
}
.footer__rowtop {
  display: flex !important;
  justify-content: space-around !important;
}
.footer__phonecontainer {
  display: flex;
}
.footer__row {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.footer__rowleft {
  border-right: solid white 1px;
}
.footer__rowmiddle {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer__rowbottom {
  border-top: 1px solid white;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 15%;
}
.footer__logodiv img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.footer__copyright {
  background-color: #0f1723;
  display: flex;
  justify-content: center;
  text-align: center;
}
.footer__copyrighttext {
  padding-bottom: 1%;
}
@media (max-width: 770px) {
  .iframe__container {
    width: 70vw;
    height: 40vh;
  }
}
@media (max-width: 1300px) {
  .footer__rowleft {
    border-right: none;
  }
}
@media (max-width: 1024px) {
  .footer {
    margin-left: 0%;
    margin-right: 0%;
  }
  .footer__row {
    width: 40%;
  }
}

@media (max-width: 768px) {
  .footer__row {
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: 0rem;
    margin-right: 0rem;
    width: 90%;
  }

  .banner p {
    width: 100%;
  }

  .footer__rowbottom {
    border-top: 1px solid white;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 0%;
  }

  .image-wrapper.bg-cover {
    min-height: auto;
  }
}

/********************* CUSTOM ELEMENTS *********************/

.center-basic-pages {
  display: flex;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}

.center-basic-pages table {
  align-self: center;
}

.center-basic-pages-smalltables {
  display: flex;
  justify-content: center;
  text-align: center;
  flex-direction: row;
  flex-wrap: wrap;
}

.center-basic-pages-smalltables table {
  align-self: center;
  width: 5% !important;
}

.post table {
  text-align: center;
}

.table-theme th {
  background-color: #f58232;
  color: white;
}

a {
  font-weight: bold;
  transition: text-decoration-color 0.2s ease-in-out;
}

/********************* HOMEPAGE *********************/

.productContainerHomepage {
  width: 30%;
  height: auto;
  min-width: 200px;
}

.productContainerHomepage img {
  max-width: 100%;
  border: solid 0.5px rgba(0, 0, 0, 0.3);
}

.productHomeContainer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.productContainerHomepage h2 {
  font-size: 1rem;
  font-weight: 500;
}

.homepageTextHead {
  font-size: 1.25rem;
  color: #4d89d7;
}

.brandsContainer {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-evenly;
  align-self: center;
}

.brandsContainer img {
  max-height: 70px;
  margin-left: 4%;
  margin-right: 4%;
  width: auto;
}

.align-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.homevideocontainer {
  width: 50%;
  align-self: center;
}

.homevideocontainer iframe {
  width: 100%;
  height: 25vw;
}

@media screen and (max-width: 700px) {
  .productHomeContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .productContainerHomepage {
    width: 100%;
  }
  .homevideocontainer {
    width: 100%;
  }
  .homevideocontainer iframe {
    height: 50vh;
  }
}

/********************* ABOUT US *********************/

.about-us-item-container {
  position: relative;
  width: 40%;
  margin-top: 10%;
}

a.lblue.clinsertspart {
  display: inline-block;
}

a.clinsertspart.clinserts {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .about-us-item-container {
    width: 100% !important;
    margin-top: 30px;
    display: flex;
    justify-content: center;
  }
  .about-us-image {
    width: 100% !important;
  }
}
.about-us-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
}
.about-us-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 5%;
}

.about-us-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: #4d89d7;
  border-radius: 5%;
  z-index: 100;
}

.about-us-item-container:hover .about-us-overlay {
  opacity: 0.95;
}

.about-us-item-container:hover .about-us-member-name {
  transition: 0.5s ease;
  opacity: 0;
}

.about-us-text {
  color: white;
  position: absolute;
  top: 30%;
  left: 35%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  scale: 0.7;
  width: 100%;
  cursor: default;
}
.about-us-text p {
  font-size: 22px !important;
}
.about-us-member-name {
  background-color: #4d89d7;
  padding: 5%;
  width: fit-content;
  color: white !important;
  border-radius: 15px;
  top: 85%;
  position: absolute;
}
.about-us-job-title {
  color: black;
  position: absolute;
  top: 100%;
  right: 0%;
  font-size: 16px;
  text-align: right;
}
.about-us-responsible-for {
  position: absolute;
  top: 110%;
  left: 0%;
}
.about-us-text strong {
  color: white !important;
}

@media screen and (max-width: 768px) {
  .about-us-text p {
    font-size: 16px !important;
  }
}

@media screen and (max-width: 1024px) {
  article.universal .lblue_button,
  article.universal .lorange_button {
    display: block !important;
    margin-top: 30px;
  }

  .navbar #block-sandbox-mainnavigation {
    display: none !important;
  }

  aside {
    display: none !important;
  }

  #main-container,
  .row.gx-lg-8.gx-xl-12,
  .main-content.col.order-last.col-md-9 {
    width: 100% !important;
    max-width: 100% !important;
  }

  .layout-one-sidebar div#main-container {
    padding-top: 6rem;
    padding-right: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .container {
    max-width: 99%;
  }
}

@media (min-width: 768px) {
  .node--type-landing-page
    .content
    > section:first-child
    > div[class*="container"]:not(.space-0) {
    padding-top: 4rem;
  }
}

footer {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.paddingproductpage {
  padding: 5px;
}


.stock-orange {
  color: #ff6600 !important;
}


/****************** TURNLOCK EXTRA CSS OMEGA *********************************/

.no-header .hero-banner.page-header {
  display: none !important;
}

.hero__inner {
  /* Het pad naar de afbeelding */
  background-image: url('/sites/default/files/_images/banners/turnlock-quick-access-behind-panels-bg.webp');
  
  /* Zorgt dat de afbeelding de hele container vult */
  background-size: cover;
  
  /* Zorgt dat de afbeelding altijd gecentreerd staat */
  background-position: center center;
  
  /* Voorkomt dat de afbeelding herhaalt */
  background-repeat: no-repeat;

}

.text-muted {

  color: #727272 !important;
}
.text-secondary {
  color: #666c78 !important;
}

div#block-sandbox-clientlogoslider {
    padding-top: 43px;
}

#block-sandbox-technicalquestions strong a {
    font-size: 13px;
    color: #919191;
}

td {
    white-space: nowrap !important;
}


.universal a[href="https://omegacloudservers.be/turnlock"], .universal a[href="/turnlock"] {
  display: none !important;
}

.btn-primary {
    --bs-btn-bg: #0096FF;
    --bs-btn-border-color: #0096FF;
    --bs-btn-hover-bg: #0096FF;
    --bs-btn-hover-border-color: #0096FF;
    --bs-btn-active-bg: #0096FF;
    --bs-btn-active-border-color: #0096FF;
}

a {
    color: #0096FF;
    text-decoration: none;
}

a.btn.btn-primary.btn-lg {
    padding: 5px 5px !important;
}

article.universal .gray_button {
  transition: all 0.25s ease-in-out;
  width: 100%;
  background: #c6c7c8;
  color: white;
  text-decoration: none !important;
  padding: 8px 22px;
  border-radius: 17px;
  display: inline-block;
  box-shadow: 0rem 0.25rem 0.75rem rgba(30, 34, 40, 0.15);
  display: inline;
  margin-right: 20px;
  white-space: nowrap;
}


aside .gray_button {
    transition: all 0.25s ease-in-out;
    width: 100%;
    background: #aeb0b3;
    color: white;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    border-width: 1px;
    text-align: center;
    color: #ffffff;
    border-color: #3498db;
    text-decoration: none !important;
    padding: 8px;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 8px;
    box-shadow: 0rem 0.25rem 0.75rem rgba(30, 34, 40, 0.15);
}

p.blue.center.factorynew {
    FONT-WEIGHT: 600;
    color: #0096ff !important;
}


@media (max-width: 991.98px) {

    .js-hover-intent .dropdown-menu {

        background: gray;
    }

.nav.js-hover-intent {
    flex-direction: column;
}


}



/******************* HOMEPAGE TURNLOCK *********************************************/
.home-hero {
    background-color: #ffffff;
    color: #212529;
    border-bottom: 4px solid #ff6600;
    position: relative;
}

.home-py-5 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.home-py-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.home-mb-3 {
    margin-bottom: 1rem;
}

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

.home-text-uppercase {
    text-transform: uppercase;
}

.home-text-brand {
    color: #ff6600 !important;
    font-weight: 800;
    font-size: 0.9rem;
    letter-spacing: 1.5px;
}

.home-g-5 {
    gap: 3rem;
}

.home-mb-4 {
    margin-bottom: 1.5rem;
}

.home-display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.home-hero-h1 {
    color: #000000 !important;
    font-weight: 800;
    line-height: 1.1;
}

.home-lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.home-mb-5 {
    margin-bottom: 3rem;
}

.home-hero-lead {
    color: #333 !important;
    font-weight: 400;
    font-size: 1.15rem;
}

.home-gap-3 {
    gap: 1rem;
}

.home-btn {
    display: inline-block;
    padding: 0.375rem 0.75rem;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    transition: all 0.15s ease-in-out;
}

.home-btn-brand {
    background-color: #ff6600;
    border: 1px solid #ff6600;
    color: #fff !important;
    font-weight: 700;
    text-transform: uppercase;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.home-btn-brand:hover {
    background-color: #cc5200;
    border-color: #cc5200;
    color: #fff !important;
}

.home-btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}

.home-px-4 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.home-py-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.home-btn-outline-dark {
    border: 2px solid #212529;
    color: #212529 !important;
    font-weight: 700;
    background: transparent;
}

.home-btn-outline-dark:hover {
    background-color: #212529;
    color: #fff !important;
}

.home-hero-card {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 2.5rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    height: 100%;
    background-image: url(/sites/default/files/turnlock/turn-lock-home-card-bg.jpg);
}

.home-fw-bold {
    font-weight: 700;
}

.home-text-dark {
    color: #212529;
}

.home-hero-card-text {
    color: #000000 !important;
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(10px);
    padding: 20px;
    border-radius: 8px;
    border: 2px solid rgb(102 102 102 / 20%);
}

.home-w-100 {
    width: 100%;
}

.home-pt-3 {
    padding-top: 1rem;
}

.home-border-top {
    border-top: 1px solid #dee2e6;
}

.home-support-icon {
    width: 18px;
    height: 18px;
}

.home-small {
    font-size: 0.875rem;
}

.home-g-4 {
    gap: 1.5rem;
}

.home-icon-row {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid #e9ecef;
}

.home-icon-img {
    width: 40px;
    height: 40px;
}

.home-icon-label {
    font-weight: 700;
    font-size: 1.1rem;
    color: #000000;
    margin-bottom: 2px;
}

.home-icon-desc {
    font-size: 0.95rem;
    color: #6c757d;
    line-height: 1.3;
}

.home-bg-white {
    background-color: #ffffff;
}

.home-py-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.home-mb-5 {
    margin-bottom: 3rem;
}

.home-display-6 {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.home-mb-2 {
    margin-bottom: 0.5rem;
}

.home-text-muted {
    color: #6c757d;
}

.home-mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.home-section-lead {
    max-width: 700px;
}

.home-h-100 {
    height: 100%;
}

.home-series-card {
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    border: 1px solid #ced4da;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    position: relative;
}

.home-series-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.2) !important;
    border-color: #ff6600;
}

.home-series-card:hover .home-card-img-wrapper img {
    transform: scale(1.08);
}

.home-rounded-3 {
    border-radius: 0.3rem;
}

.home-card-img-wrapper {
    height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8f9fa;
    padding: 1.5rem;
    border-bottom: 1px solid #e9ecef;
    overflow: hidden;
}

.home-card-img {
    max-height: 100%;
    width: auto;
    transition: transform 0.5s ease;
    mix-blend-mode: multiply;
}

.home-p-4 {
    padding: 1.5rem;
}

.home-badge {
    display: inline-block;
    padding: 0.25em 0.6em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

.home-badge-secondary {
    background-color: rgba(108, 117, 125, 0.1);
    color: #6c757d;
    text-transform: uppercase;
}

.home-badge-warning {
    background-color: rgba(255, 193, 7, 0.1);
    color: #ffc107;
    text-transform: uppercase;
}

.home-badge-danger {
    background-color: rgba(220, 53, 69, 0.1);
    color: #dc3545;
    text-transform: uppercase;
}

.home-h4 {
    font-size: 1.5rem;
}

.home-series-title {
    font-weight: 800;
    letter-spacing: -0.5px;
}

.home-card-text {
    margin-bottom: 1rem;
}

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

.home-feature-item {
    font-size: 0.95rem;
    color: #495057;
    margin-bottom: 1.2rem;
    display: flex;
    align-items: flex-start;
    line-height: 1.4;
}

.home-feature-icon {
    width: 26px;
    height: 26px;
    margin-right: 15px;
    flex-shrink: 0;
    object-fit: contain;
}

.home-py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.home-py-lg-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

@media (min-width: 992px) {
    .home-py-lg-3 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}

.home-g-lg-5 {
    gap: 1.5rem;
}

@media (min-width: 992px) {
    .home-g-lg-5 {
        gap: 3rem;
    }
}


.block-prev-next-block .block-title {
  display: none;
}

.prev {
    display: inline-block;
}
.next {
    display: inline-block;
    padding-left: 27px;
}
div#block-sandbox-prevnext {
    padding-top: 12px;
    padding-left: 19px;
}
.blog.single.mt-n14 {
    margin-top: -139px !important;
}

/* Make range track visible (Chrome/Edge/Safari/Firefox) */
input[type="range"]{
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 2.25rem;             /* keeps your tall control layout */
  background: transparent;      /* don't paint the whole input */
}

/* Static red?yellow?green track */
input[type="range"]{
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  background: transparent;
}

input[type="range"]::-webkit-slider-runnable-track{
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ef4444 0%, #f59e0b 50%, #22c55e 100%);
  border: 1px solid rgba(0,0,0,.15);
}

input[type="range"]::-moz-range-track{
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ef4444 0%, #f59e0b 50%, #22c55e 100%);
  border: 1px solid rgba(0,0,0,.15);
}

input[type="range"]::-webkit-slider-thumb{
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #111827;
  border: 2px solid #fff;
  margin-top: calc((8px - 18px) / 2);
}

input[type="range"]::-moz-range-thumb{
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #111827;
  border: 2px solid #fff;
}
.review-card{
  display:flex;
  align-items:flex-start;
  gap:16px;
  padding:12px 0;
  border-bottom:1px solid #e6e6e6;
}

.review-left{
  display:flex;
  gap:10px;
  min-width:240px;
}

.review-avatar-img{
  width:28px;
  height:28px;
  border-radius:999px;
  object-fit:cover;
  background:#ddd;
}

.review-meta{min-width:0;}
.review-name{font-weight:600; line-height:1.2;}
.review-sub{font-size:12px; opacity:.75; margin-top:2px;}

.review-bars{
  flex:1 1 auto;
  display:flex;
  gap:18px;
  align-items:center;
  flex-wrap:wrap;
}

.metric{min-width:170px;}
.metric-head{
  display:flex;
  justify-content:space-between;
  align-items:baseline;
  gap:10px;
  margin-bottom:4px;
}
.metric-label{font-size:12px; opacity:.8; white-space:nowrap;}
.metric-value{font-size:12px; font-weight:600; opacity:.85; white-space:nowrap;}
.metric-bar{
  height:8px;
  border-radius:999px;
  background:#e9eef5;
  overflow:hidden;
}
.metric-fill{
  display:block;
  height:100%;
  width:var(--pct, 0%);
  background:#2f80ed;
}

/* Map rating -> percent without inline styles */
.metric-bar.v0  { --pct: 0%; }
.metric-bar.v1  { --pct: 10%; }
.metric-bar.v2  { --pct: 20%; }
.metric-bar.v3  { --pct: 30%; }
.metric-bar.v4  { --pct: 40%; }
.metric-bar.v5  { --pct: 50%; }
.metric-bar.v6  { --pct: 60%; }
.metric-bar.v7  { --pct: 70%; }
.metric-bar.v8  { --pct: 80%; }
.metric-bar.v9  { --pct: 90%; }
.metric-bar.v10 { --pct: 100%; }

.review-score{flex:0 0 auto;}
.score-badge{
  min-width:54px;
  height:36px;
  padding:0 12px;
  border-radius:6px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:700;
  background:#f5b400;
  color:#111;
}

.review-comment{
  margin:8px 0 0 38px;
  white-space:normal;
}
