@import '_content/DDigit.BlazorComponents/DDigit.BlazorComponents.i0vmewsxap.bundle.scp.css';
@import '_content/DDigitWebsiteComponents/DDigitWebsiteComponents.baltk6srdp.bundle.scp.css';
@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.boiwgh0w5b.bundle.scp.css';

/* /Components/Pages/ARKIdentifiers.razor.rz.scp.css */
p:has(+ code)[b-eloxijmbvg] {
  margin: 0;
}
/* /Components/Pages/CollectionMobile.razor.rz.scp.css */
[b-u6axvixcp2] .header-image {
  height: inherit;
}

@media (max-width: 750px) {
  [b-u6axvixcp2] .header-image {
    margin-top: 2rem;
    max-height: 50vh;
  }
}

.partner-grid[b-u6axvixcp2] {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin: 2rem 0;
}

[b-u6axvixcp2] .partner-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
  color: inherit;
  padding: 1rem;
  border-radius: 12px;
  border: 1px solid lightgray;
  box-shadow: var(--shadow);
  transition: transform 0.2s ease;
  will-change: transform;
}

  [b-u6axvixcp2] .partner-card svg {
    transition: fill var(--transition-speed), opacity var(--transition-speed);
  }

  /* Link styling */
  [b-u6axvixcp2] .partner-card:after,
  .store-badges > a[b-u6axvixcp2]:after {
    display: none;
  }

  [b-u6axvixcp2] .partner-card:hover {
    transform: scale(1.05);
    padding-right: 1rem;
  }

    [b-u6axvixcp2] .partner-card:hover svg {
      fill: var(--main-color);
      opacity: 75%;
    }

.store-badges > a:hover[b-u6axvixcp2] {
  padding-right: 0;
}

[b-u6axvixcp2] .partner-card svg {
  max-width: 10rem;
  fill: #777;
}

.offline-svg[b-u6axvixcp2] {
  opacity: 75%;
  min-width: 10rem;
  aspect-ratio: 4 / 3;
  filter: drop-shadow(4px 4px 4px rgba(0,0,0,0.5));
}

.store-badges[b-u6axvixcp2] {
  display: flex;
  gap: 1.25rem;
}

  .store-badges img[b-u6axvixcp2] {
    height: 48px;
    width: auto;
    transition: transform 0.15s ease;
  }

  .store-badges a:hover img[b-u6axvixcp2] {
    transform: translateY(-2px);
  }
/* /Components/Pages/Home.razor.rz.scp.css */
/*header styling*/

.home-header[b-41n564sq9v] {
  --header-height: 80vh;
  height: var(--header-height);
  padding-bottom: 8rem;
  display: grid;
  grid-template-columns: 1fr 40%;
  align-items: center;
}

@supports (height: 1svh) {
  .home-header[b-41n564sq9v] {
    --header-height: 80svh;
  }
}

.title-text[b-41n564sq9v] {
  margin: 0;
  padding: 0 1rem;
}

.home-header-title .title[b-41n564sq9v] {
  font-size: 7.5rem;
}

.home-header-title .tag[b-41n564sq9v] {
  padding-left: 1.5rem;
}

/*Other styling*/

.props[b-41n564sq9v] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(13rem, 1fr));
  justify-content: center;
  --grid-gap: 1.3rem;
  gap: var(--grid-gap);
  text-align: center;
}

.prop-group[b-41n564sq9v] {
  display: flex;
  flex-wrap: wrap;
  row-gap: 2rem;
  justify-content: space-around;
}

.prop-block[b-41n564sq9v] {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-items: center;
}

  .prop-block .icon-title[b-41n564sq9v],
  .prop-block .icon-desc[b-41n564sq9v] {
    max-width: 25ch;
  }

.icon-bg[b-41n564sq9v] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 4rem;
  min-height: 4rem;
  padding: 1rem;
  background-color: var(--main-color);
  border: 0.25rem solid color-mix(in srgb, var(--main-color) 25%, white);
  border-radius: 100%;
  margin-bottom: 1rem;
  overflow: visible;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
}

  .icon-bg[b-41n564sq9v]  div.icon {
    width: auto;
    height: auto;
  }

  .icon-bg[b-41n564sq9v]  svg {
    height: 2em;
    width: 2em;
    color: var(--background-color);
  }

.solution[b-41n564sq9v]  .solution-image {
  height: 100%;
  max-height: 22.5rem;
  width: 100%;
  object-fit: cover;
  box-shadow: rgba(50, 50, 50, 0.5) 5px 5px;
}

.core-values[b-41n564sq9v] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
}

.core-value-group[b-41n564sq9v] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  grid-gap: 2rem;
  justify-content: space-around;
}

.core-value[b-41n564sq9v] {
  display: flex;
  align-items: center;
}

a.contact .attention-button[b-41n564sq9v] {
  padding: .8rem 1.2rem;
}

  a.contact .attention-button:hover[b-41n564sq9v] {
    background-color: var(--complement-color-light);
    color: var(--complement-color-dark);
  }

/*Media queries*/

/*Tablet*/
@media (max-width: 870px) {
  .home-header-title .title[b-41n564sq9v] {
    font-size: 6rem;
  }

  .props[b-41n564sq9v] {
    grid-template-columns: repeat(auto-fit, minmax(13rem, 1fr));
    width: 100%;
  }
}

/*Mobiel*/
@media (max-width: 750px) {
  .home-header-title .title[b-41n564sq9v] {
    font-size: 5.5rem;
  }

  .icon-bg[b-41n564sq9v] {
    height: 3rem;
    width: 3rem;
  }
}

/*Mobiel klein*/
@media (max-width: 574px) {
  .home-header[b-41n564sq9v] {
    grid-template-columns: none;
    --header-height: 75vh;
  }

  @supports (height: 1svh) {
    .home-header[b-41n564sq9v] {
      --header-height: 75svh;
    }
  }

  .home-header-title[b-41n564sq9v] {
    z-index: 5;
  }

  .home-header[b-41n564sq9v]  .interactive-logo-wrapper {
    opacity: .3;
  }
}
/* /Components/Pages/NewsOverview.razor.rz.scp.css */
/* /Components/Pages/NewsPageComponent.razor.rz.scp.css */
/* /Components/Pages/NotFound.razor.rz.scp.css */
