/**** FONT ****/
@font-face{
  font-family:"Roboto Condensed";
  src:url("../fonts/roboto-condensed-latin-500-normal.woff2") format("woff2");
  font-weight:500;
  font-style:normal;
  font-display:swap;
  /* optional: unicode-range for latin to trim bytes */
}
@font-face{
  font-family:"Roboto Condensed";
  src:url("../fonts/roboto-condensed-latin-500-italic.woff2") format("woff2");
  font-weight:500;
  font-style:italic;
  font-display:swap;
}
@font-face{
  font-family:"Roboto Condensed";
  src:url("../fonts/roboto-condensed-latin-700-normal.woff2") format("woff2");
  font-weight:700;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:"Roboto Condensed";
  src:url("../fonts/roboto-condensed-latin-700-italic.woff2") format("woff2");
  font-weight:700;
  font-style:italic;
  font-display:swap;
}

/*** 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: #3f78e0 !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;
}

/*** homepage ***/
body {
  font-family: "Roboto", "Arial", sans-serif;
}

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

.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 #5dc4af;
  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: #5dc4af;
  color: white;
  padding: 3px 12px;
  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: #5dc4af;
  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 #5dc4af;
  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: #5dc4af;
  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;


  /* 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: 400;
  font-size: 14px;
}

.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: #5dc4af !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;
  margin-left: auto;
  margin-right: auto;
}

.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: #5dc4af;
}

.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: #5dc4af;
}

aside .lblue_button {
  transition: all 0.25s ease-in-out;
  width: 100%;
  background: #5dc4af;
  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: 3px;
  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: #5dc4af;
}
.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: #5dc4af;
  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;
}