:root{
  --bs-primary:#3b82f6;
  --accent-blue:#3b82f6;
  --accent-green:#22c55e;
  --accent-violet:#8b5cf6;
  --nav-bg: rgba(239,246,255,.92);

  --wow-speed: 1;
  --wow-intensity: 1;
  --wow-blur: 1;

  --scroll-offset: 90px;

  --dz-chat-btn-w: 260px;
  --dz-chat-btn-h: 56px;
  --dz-chat-gap: 16px;
  --dz-edge: 16px;

  color-scheme: light;
}

.py-6{padding-top:4.5rem;padding-bottom:4.5rem}
.nav-blur{backdrop-filter:saturate(140%) blur(6px); background: var(--nav-bg) !important;}
.navbar .nav-link,
.navbar .nav-link:focus,
.navbar .nav-link:hover,
.navbar .nav-link.active{color:var(--bs-body-color)!important}

.section-center{ text-align:center; max-width:900px; margin-inline:auto; }

@media (min-width: 992px){
  #kontakt .row.g-4 { --bs-gutter-x: 1rem; } 
}

@media (max-width: 991.98px){

  .navbar .container{
    flex-wrap: nowrap !important;
    gap: .5rem;
    min-width: 0;
  }

 .navbar .navbar-brand{
    flex: 0 0 auto;
    margin-right: .25rem;
    min-width: 0;
    overflow: hidden;
    white-space: nowrap;
    transition:
      opacity .14s ease,
      width .14s ease,
      max-width .14s ease,
      flex-basis .14s ease,
      margin .14s ease,
      padding .14s ease,
      transform .14s ease;
  }

  .navbar .navbar-brand img.dz-logo{
    height: 38px !important;
    width: auto;
    display: block;
  }

  .navbar a.btn.d-lg-none{
    flex: 1 1 auto;
    min-width: 0;
    padding: .5rem .7rem;
    font-size: .9rem;
    overflow: hidden;
    white-space: nowrap;
    transition:
      opacity .14s ease,
      width .14s ease,
      max-width .14s ease,
      flex-basis .14s ease,
      margin .14s ease,
      padding .14s ease,
      transform .14s ease;
  }

html.dz-nav-preopen .navbar .navbar-brand,
  html.dz-nav-open .navbar .navbar-brand,
  html.dz-nav-preopen .navbar .dz-mobile-cta,
  html.dz-nav-open .navbar .dz-mobile-cta{
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    width: 0 !important;
    max-width: 0 !important;
    flex-basis: 0 !important;
    margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    transform: translateY(-2px);
  }

  .navbar .navbar-toggler{
    flex: 0 0 auto;
    padding: .4rem .55rem;
  }

  .navbar a.nav-cta{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 auto;
    min-width: 0;
    max-width: 100%;
    overflow: visible;
  }

  .navbar a.nav-cta .nav-cta-text{
    display: block;
    min-width: 0;
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
    line-height: 1.05;
  }

  .navbar .dropdown-menu,
  .navbar .dropdown-menu[data-bs-popper]{
    position: static !important;
    transform: none !important;
    inset: auto !important;
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: .25rem 0 0 !important;
    box-sizing: border-box;
  }

  .navbar .dropdown-menu .dropdown-item{
    display: flex;
    align-items: center;
    width: 100%;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
  }

  .navbar .dropdown-menu .text-truncate{
    overflow: visible !important;
    text-overflow: clip !important;
    white-space: normal !important;
  }

  #nav .dropdown-menu a.dropdown-item.dz-two-line{
    display: grid !important;
    grid-template-columns: 1.25rem 1fr;
    column-gap: .55rem;
    align-items: start;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
  }

  #nav .dropdown-menu a.dropdown-item.dz-two-line > i,
  #nav .dropdown-menu a.dropdown-item.dz-two-line > svg{
    margin-right: 0 !important;
    margin-top: .12rem;
  }

  #nav .dropdown-menu a.dropdown-item.dz-two-line .dz-menu-label{
    display: flex;
    flex-direction: column;
    line-height: 1.05;
  }

  #nav .dropdown-menu a.dropdown-item.dz-two-line .dz-menu-sub{
    opacity: .95;
  }

  .navbar #nav .nav-item.ms-lg-2{
    transition: opacity .15s ease, visibility .15s ease;
  }

  .dz-nav-open .navbar a.btn.d-lg-none,
  .dz-nav-open .navbar #nav .nav-item.ms-lg-2{
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
}

.hero-section{margin-top:64px;position:relative;overflow:hidden;z-index:0;
  background:
    radial-gradient(1200px 600px at 10% -10%, rgba(59,130,246,.18), transparent),
    radial-gradient(900px 500px at 100% 0%, rgba(59,130,246,.10), transparent);}
.hero-section::after{content:"";position:absolute;inset:-20%;
  background:conic-gradient(from 180deg at 50% 50%, rgba(59,130,246,.06), transparent, rgba(59,130,246,.06));
  animation:spin 14s linear infinite;pointer-events:none;z-index:0}
.hero-section .container{position:relative;z-index:1}
@keyframes spin{to{transform:rotate(360deg)}}

.typewriter-box{min-height:3.25rem;display:flex;align-items:flex-end}
.typewriter-line{white-space:nowrap;overflow:visible;text-overflow:clip;line-height:1.1}
#typewriter{font-weight:400!important}
@media (min-width:768px){.typewriter-box{min-height:3.9rem}}
@media (min-width:1200px){.typewriter-box{min-height:4.4rem}}

.section-ribbon{position:relative;overflow:hidden}
.section-ribbon::before{content:"";position:absolute;inset:-30%;z-index:0;pointer-events:none;animation:spin 100s linear infinite}
.section-ribbon > .container,
.section-ribbon > .container-fluid{position:relative;z-index:1}

.ribbon-websites{background:
  radial-gradient(900px 500px at 0% 20%, rgba(34,197,94,.10), transparent),
  radial-gradient(900px 500px at 100% 80%, rgba(59,130,246,.10), transparent);}
.ribbon-websites::before{background:conic-gradient(from 0deg at 50% 50%, rgba(34,197,94,.07), transparent, rgba(59,130,246,.07), transparent)}
.ribbon-desktop{background:
  radial-gradient(900px 500px at 0% 20%, rgba(59,130,246,.10), transparent),
  radial-gradient(900px 500px at 100% 80%, rgba(139,92,246,.10), transparent);}
.ribbon-desktop::before{background:conic-gradient(from 0deg at 50% 50%, rgba(59,130,246,.08), transparent, rgba(139,92,246,.07), transparent)}
.ribbon-webapp{background:
  radial-gradient(900px 500px at 10% 10%, rgba(6,182,212,.10), transparent),
  radial-gradient(900px 500px at 90% 90%, rgba(34,197,94,.08), transparent);}
.ribbon-webapp::before{background:conic-gradient(from 0deg at 50% 50%, rgba(6,182,212,.08), transparent, rgba(34,197,94,.07), transparent)}

.ribbon-bg{
  position:relative;
  overflow:hidden;

  --rb-inset: -25%;
  --rb-from: 0deg;
  --rb-c1: rgba(59,130,246,.06);
  --rb-c2: rgba(139,92,246,.05);
  --rb-spin: 100s;
  --rb-opacity: 1;
  --rb-filter: none;
}

.ribbon-bg::before{
  content:"";
  position:absolute;
  inset: var(--rb-inset);
  background: conic-gradient(
    from var(--rb-from) at 50% 50%,
    var(--rb-c1),
    transparent,
    var(--rb-c2),
    transparent
  );
  animation: spin var(--rb-spin) linear infinite;
  pointer-events:none;
  z-index:0;
  opacity: var(--rb-opacity);
  filter: var(--rb-filter);
}

.ribbon-bg > .container{position:relative;z-index:1}

.ribbon-bg--ice{
  --rb-c1: rgba(59,130,246,.08);
  --rb-c2: rgba(14,165,233,.07);
  --rb-spin: 90s;
  --rb-filter: saturate(140%);
}

.ribbon-bg--mint{
  --rb-c1: rgba(34,197,94,.09);
  --rb-c2: rgba(6,182,212,.07);
  --rb-spin: 100s;
  --rb-filter: saturate(145%);
}

.ribbon-bg--tech{
  --rb-c1: rgba(59,130,246,.08);
  --rb-c2: rgba(139,92,246,.07);
  --rb-spin: 120s;
}

.ribbon-bg--soft{
  --rb-c1: rgba(59,130,246,.05);
  --rb-c2: rgba(34,197,94,.04);
  --rb-opacity: .75;
  --rb-spin: 100s;
}

.ribbon-bg--mono{
  --rb-c1: rgba(15,23,42,.08);
  --rb-c2: rgba(15,23,42,.04);
  --rb-opacity: .85;
  --rb-filter: contrast(110%);
}

.ribbon-bg--wide{
  --rb-inset: -35%;
  --rb-spin: 120s;
  --rb-opacity: .95;
}

.icon-svg{width:1.25rem;height:1.25rem;display:inline-block;vertical-align:-2px;margin-right:.3rem}
.icon-svg.lg{width:1.35rem;height:1.35rem}
.icon-lg{font-size:1.35rem}

#benefits .benefit{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;height:100%}
#benefits .benefit-icon{display:inline-grid;place-items:center;width:6rem;height:6rem;border-radius:1.25rem;
  background:linear-gradient(180deg,#eef2ff,#fff);border:1px solid rgba(0,0,0,.06);
  box-shadow:0 10px 24px rgba(2,6,23,.06), inset 0 1px 0 rgba(255,255,255,.8)}
#benefits .benefit-icon i{font-size:2rem;background:linear-gradient(135deg,#3b82f6,#8b5cf6);
  -webkit-background-clip:text;background-clip:text;color:transparent}
#benefits h3{margin-top:.75rem;margin-bottom:.25rem}

.service-lead{font-size:1.05rem;color:var(--bs-body-secondary)}
.service-media{width:100%;height:220px;background:linear-gradient(180deg,rgba(0,0,0,.04),rgba(0,0,0,.01));
  border:1px solid rgba(0,0,0,.08);border-radius:1rem;transition:transform .15s ease, box-shadow .15s ease}
.service-media-tall{height:260px}
.reason-head{font-size:1.25rem;font-weight:700;margin:.5rem 0 .75rem}
.reason-card{display:grid;grid-template-columns:52px 1fr;gap:.9rem;align-items:start;background:#fff;
  border:1px solid rgba(0,0,0,.08);border-left-width:.55rem;border-radius:1rem;
  padding:1rem 1.1rem;box-shadow:0 10px 20px rgba(0,0,0,.05);height:100%;
  transition:transform .15s ease, box-shadow .15s ease}
.reason-card:hover,.service-media:hover{transform:translateY(-3px);box-shadow:0 14px 28px rgba(0,0,0,.08)}
.reason-card-icon{width:52px;height:52px;border-radius:.9rem;display:grid;place-items:center;font-size:1.3rem;background:rgba(0,0,0,.04)}
.reason-card-title{font-weight:700;margin-bottom:.15rem}
.reason-card-text{color:var(--bs-body-secondary)}
.reason-card.accent-1{border-left-color:#16a34a}.reason-card.accent-2{border-left-color:#f59e0b}
.reason-card.accent-3{border-left-color:#06b6d4}.reason-card.accent-4{border-left-color:#3b82f6}
.reason-card.accent-5{border-left-color:#8b5cf6}.reason-card.accent-6{border-left-color:#10b981}
.reason-card.accent-7{border-left-color:#ef4444}.reason-card.accent-8{border-left-color:#475569}

.skill-card{
  border:1px solid rgba(0,0,0,.10);
  background:#fff;
  border-radius:1rem;
  padding:1rem 1.25rem;
  height:100%;
  display:flex; align-items:center; gap:.75rem;
  transition:transform .15s ease, box-shadow .15s ease, border-color .15s ease;

  box-shadow:
    0 8px 18px rgba(0,0,0,.06),
    inset 0 0 0 2px rgba(59,130,246,.16);
}
.skill-card.hover-pop:hover{
  transform:translateY(-3px);
  border-color:rgba(0,0,0,.14);
  box-shadow:
    0 14px 28px rgba(0,0,0,.10),
    inset 0 0 0 3px rgba(59,130,246,.24);
}
.skill-icon{font-size:1.35rem;display:inline-flex;align-items:center;justify-content:center;width:2rem}

img.desktop-hero-img{
  display:block;
  margin-inline:auto;
  height:auto !important;
  width:min(62vw, 880px);
  max-width:100%;
  object-fit:contain !important;
  aspect-ratio:auto !important;
  image-rendering:auto;
}
@media (max-width: 768px){
  img.desktop-hero-img{ width:min(92vw,100%); }
}

.ref-narrow{max-width:1200px;margin-inline:auto;padding-inline:12px}
@media(min-width:992px){.ref-narrow{padding-inline:16px}}
.team-avatar{width:128px;height:128px;border-radius:9999px;background:rgba(255,255,255,.6);flex:0 0 auto;display:grid;place-items:center}
@media (min-width:992px){.team-avatar{width:144px;height:144px}}
.team-photo{width:100%;height:100%;border-radius:9999px;object-fit:cover;object-position:center;display:block}
.badge-outline{border:1px solid rgba(0,0,0,.12);border-radius:.9rem;background:#fff;padding:.8rem 1rem;display:flex;align-items:center;gap:.5rem;min-height:64px;transition:transform .15s ease, box-shadow .15s ease}
.badge-outline:hover{transform:translateY(-2px);box-shadow:0 10px 20px rgba(0,0,0,.06)}
.badge-outline .stack{display:flex;align-items:center;gap:.4rem;flex-wrap:wrap}

footer{position:relative;z-index:2}

.footer-locations{
  font-size: 0.60rem;
  line-height: 1.4;
  flex: 1 1 520px;
}

.footer-copy{
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  line-height: 1.1; 
}

.footer-logo-inline{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 1.1em;          
  vertical-align: middle;
  margin-left: .15rem;
}

.footer-logo-inline .dz-footer-logo{
  height: 40px;         
  width: auto !important;
  display: block;
  object-fit: contain;
}

@media (max-width: 991.98px){
  .footer-logo-inline{
    display: none;
  }
}

.pill-badges .badge{margin:.15rem .25rem;font-weight:500}
.navbar .dropdown-menu .dropdown-item{padding:.5rem 1rem}
.navbar .dropdown-menu{min-width:13rem}

.faq-page .accordion-body{
  background: #f6f7fb;
}
.faq-page .accordion-item{
  border: 1px solid rgba(0,0,0,.06);
}
.faq-page .accordion-button:not(.collapsed){
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.05);
}

.price-card{
  border: 0;
  border-radius: 1rem;
  background: linear-gradient(180deg, #f9fafb, #ffffff);
  box-shadow: 0 10px 22px rgba(0,0,0,.08);
  transition: transform .25s ease, box-shadow .25s ease;
}
.price-card:hover{
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0,0,0,.12);
}

.price-card .card-header{
  border: 0;
  background: linear-gradient(180deg, #2563eb, #1d4ed8);
  color:#fff;
}
.price-card .card-header h4{
  color:#fff;
  text-shadow: 0 1px 0 rgba(0,0,0,.25);
  letter-spacing:.2px;
}
.price-card .card-header small{
  display:inline-block;
  color:#e0e7ff;
  background:rgba(255,255,255,.14);
  padding:.15rem .5rem;
  border-radius:.5rem;
  font-weight:600;
  text-shadow:0 1px 0 rgba(0,0,0,.25);
}

.price-card.wordpress{
  background: linear-gradient(180deg, #eef2ff, #ffffff);
}
.price-card.normal{
  background: linear-gradient(180deg, #f1f5f9, #ffffff);
}
.price-card.premium{
  background: linear-gradient(180deg, #e0f2fe, #ffffff);
  border-top: 4px solid var(--bs-primary, #3b82f6);
}
.price-card.business{
  background: linear-gradient(180deg, #f3f4f6, #e5e7eb);
  border-top: 4px solid #111827;
}

.popular-badge{
  position: absolute;
  top: -12px;
  right: -12px;
  background: #f59e0b;
  color: #111;
  font-weight: 700;
  padding: .35rem .6rem;
  border-radius: .6rem;
  box-shadow: 0 10px 26px rgba(0,0,0,.18);
  transform: rotate(8deg);
  z-index: 6;
}

.offer-badge{
  position:absolute;
  top:-12px;
  left:-12px;
  background:#10b981;
  color:#fff;
  font-weight:800;
  padding:.4rem .6rem;
  border-radius:.6rem;
  box-shadow:0 10px 26px rgba(0,0,0,.18);
  transform:rotate(-6deg);
  z-index:6;
  line-height:1;
}


.offer-badge .sub{
  display:block;
  font-weight:600;
  font-size:.72rem;
  opacity:.95;
  margin-top:.15rem;
}

.price-list li{ margin:.35rem 0; }
.price-card .btn{ transition: transform .15s ease, box-shadow .15s ease; }
.price-card .btn:hover{
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(0,0,0,.12);
}

.faq-page .section-ribbon {
  --bleed: calc(50vw - 50%);
  margin-left: calc(-1 * var(--bleed));
  margin-right: calc(-1 * var(--bleed));
  padding-left: calc(var(--bleed) + 1rem);
  padding-right: calc(var(--bleed) + 1rem);
  border-radius: 0 !important;
}
.faq-page .section-ribbon:not(.dz-wow)::before { content: none !important; }

.dz-ta-wrap{ position:relative; }
.dz-ta-wrap textarea{ position:relative; background:transparent; }

.dz-ta-overlay{
  position:absolute;
  inset:0;
  padding: .375rem .75rem; 
  pointer-events:none;
  color: rgba(108,117,125,.95); 
  font: inherit;
  line-height: 1.5;
  white-space: normal;
  overflow:hidden;
}

@supports (-moz-appearance: none){
  #nachricht{
    box-sizing: border-box;
    overflow-y: auto;          
    padding-bottom: 1.25rem;   
  }

  .dz-ta-overlay{
    box-sizing: border-box;    
  }
}

.dz-ta-wrap.has-value .dz-ta-overlay{ display:none; }

.dz-ta-overlay ul{
  margin: .35rem 0 .35rem 1.2rem;
  padding: 0;
}
.dz-ta-overlay li{
  margin: 0;
}

@media (max-width: 576px){
  #nachricht{ min-height: 18rem; }
}

@supports (-moz-appearance: none) {
  @media (max-width: 576px){
    #nachricht{
      min-height: 23.5rem;
    }
  }
}

.map-stage{ position:absolute; inset:0; width:100%; height:100%; }
.map-stage #map{ position:absolute; inset:0; width:100%; height:100%; }
.map-overlay{
  position:absolute; top:.6rem; right:.6rem; display:flex; gap:.5rem;
  z-index:10010; pointer-events:none;
}
.map-overlay .btn{ pointer-events:auto; backdrop-filter:saturate(140%) blur(4px); border-radius:.6rem; }
.map-overlay .btn.btn-light{ background:rgba(255,255,255,.95); border-color:rgba(0,0,0,.08); }
.map-overlay .btn.btn-outline-light{ background:rgba(255,255,255,.7); border-color:rgba(0,0,0,.12); color:#111; }
@media (max-width: 576px){
  .map-overlay{ top:.5rem; right:.5rem; flex-direction:column; gap:.4rem; }
  .map-overlay .btn{ padding:.25rem .5rem; }
}

.old-price{
  text-decoration: line-through;
  color: var(--bs-body-secondary);
  opacity: .9;
  font-size: .95rem;
  margin-bottom: .25rem;
}


@keyframes wiggle{
  0%{ transform:translateY(0) rotate(0) }
  25%{ transform:translateY(-1px) rotate(-1.2deg) }
  50%{ transform:translateY(0) rotate(1.2deg) }
  75%{ transform:translateY(-1px) rotate(-0.8deg) }
  100%{ transform:translateY(0) rotate(0) }
}


.btn-attention{
  will-change: transform;
}

.btn-attention:hover,
.btn-attention:focus{
  box-shadow: 0 10px 24px rgba(0,0,0,.18);
}

.btn-attention.wiggle-now{
  animation: wiggle .45s ease;
}


#captcha-refresh{ animation: none !important; }

@supports not (-webkit-background-clip: text){
  .kpi-chip i,
  .kpi-text .num{ background: none !important; color:#1f2937 !important; }
}
@supports not (background-clip: text){
  .kpi-chip i,
  .kpi-text .num{ background: none !important; color:#1f2937 !important; }
}

.btn-hero-project{
  background: linear-gradient(135deg,#3b82f6,#1d4ed8);
  border-color:#1d4ed8;
  box-shadow:0 12px 30px rgba(37,99,235,.6);
}
.btn-hero-project:hover,
.btn-hero-project:focus{
  box-shadow:0 16px 40px rgba(37,99,235,.7);
}

.prefill-project-btn{
  background: linear-gradient(135deg,#3b82f6,#0ea5e9);
  border-color:#0ea5e9;
  color:#fff;
  box-shadow:0 10px 26px rgba(37,99,235,.45);
}
.prefill-project-btn:hover,
.prefill-project-btn:focus{
  color:#fff;
  box-shadow:0 14px 36px rgba(37,99,235,.55);
}

.price-card .btn-attention{
  background: linear-gradient(135deg,#3b82f6,#1d4ed8);
  border-color:#1d4ed8;
  color:#fff;
  box-shadow:0 10px 26px rgba(37,99,235,.45);
}
.price-card .btn-attention:hover,
.price-card .btn-attention:focus{
  color:#fff;
  box-shadow:0 14px 36px rgba(37,99,235,.55);
}

@media (prefers-reduced-motion: reduce){
  .btn:not(#captcha-refresh),
  .offer-badge{ animation:none !important; }
}

.dz-chat-widget {
  position: fixed;
  bottom: 90px;
  right: 20px;
  width: 320px;
  max-width: 90vw;
  height: 420px;
  max-height: 70vh;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
  display: none;
  flex-direction: column;
  z-index: 9999;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,0.08);
}

.dz-chat-header {
  padding: 10px 12px;
  background: var(--bs-primary, #0d6efd);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.9rem;
}

.dz-chat-close {
  background: transparent;
  border: none;
  color: inherit;
  font-size: 1.3rem;
  line-height: 1;
  cursor: pointer;
}

.dz-chat-log {
  flex: 1;
  padding: 10px;
  overflow-y: auto;
  background: #f8fafc;
  font-size: 0.9rem;
}

.dz-chat-message {
  margin-bottom: 6px;
  padding: 6px 8px;
  border-radius: 8px;
  line-height: 1.4;
}

.dz-chat-message-user {
  background: #e0f2fe;
  align-self: flex-end;
}

.dz-chat-message-bot {
  background: #e5e7eb;
}

.dz-chat-input-row {
  display: flex;
  gap: 6px;
  padding: 8px;
  border-top: 1px solid rgba(0,0,0,0.06);
  background: #ffffff;
}

.dz-chat-input-row input.form-control {
  font-size: 0.9rem;
}

.dz-chat-toggle-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9998;
  border-radius: 999px;
  padding: 10px 16px;
  border: none;
  background: var(--bs-primary, #0d6efd);
  color: #fff;
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
  cursor: pointer;
}

.dz-chat-toggle-btn:hover {
  filter: brightness(1.05);
}

@media (max-width: 576px) {
  .dz-chat-widget {
    right: 10px;
    left: 10px;
    width: auto;
    bottom: 80px;
  }
}

.navbar{
  min-height:56px;       
  padding-top:.25rem;
  padding-bottom:.25rem;
  overflow: visible;  
}

.navbar .navbar-brand{
  padding:5;
  margin:0;
  line-height:0;
  display:inline-flex;
  align-items:center;
}

.navbar .navbar-brand img.dz-logo{
  height:50px;
  width:auto;
  display:block;
}

.dropdown-divider.dz-divider-thick{
  height: 2px;
  opacity: 1;
  background-color: rgba(0,0,0,.14);
  margin: .6rem .75rem;
}

.navbar .dropdown-menu .dropdown-item.dz-subitem{
  padding-left: 2.25rem;   
  font-size: .95em;        
  opacity: .95;            
}



@media (max-width: 991.98px){
  .about-page .container,
  .about-page .row,
  .about-page [class^="col-"],
  .about-page [class*=" col-"]{
    min-width: 0;       
    max-width: 100%;
  }

  .about-page img,
  .about-page svg,
  .about-page iframe{
    max-width: 100%;
    height: auto;
  }
}

@media (min-width: 992px){
  .navbar .container{
    position:relative;
    min-height:56px;
    padding-left:128px;    
    align-items:center;
  }

  .navbar .navbar-brand{
    position:absolute;
    left:0;
    top:0;                 
    display:flex;
    align-items:flex-start;
  }
}

.referenzen-page .btn-cta-rotate{
  position: relative;
  padding-inline: 2.5rem;
  padding-block: 0.85rem;
  font-weight: 600;
  border-radius: .375rem;
  box-shadow: 0 0.75rem 1.5rem rgba(37, 99, 235, 0.35);
  background: linear-gradient(135deg, #2563eb, #3b82f6);
  border: none;
  transition:
    transform 0.5s linear,
    box-shadow 0.15s ease-out,
    background 0.15s ease-out;
}

.referenzen-page .btn-cta-rotate:hover{
  box-shadow: 0 1rem 2rem rgba(37, 99, 235, 0.5);
  background: linear-gradient(135deg, #1d4ed8, #3b82f6);
  transform: rotate(360deg);
}

.referenzen-page .btn-cta-rotate:active{
  transform: scale(0.97);
  box-shadow: 0 0.5rem 1rem rgba(15, 23, 42, 0.35);
}

#preise-apps{ scroll-margin-top: 90px; }

#vorgehensweise{ scroll-margin-top: 90px; }

.navbar img.dz-logo:hover{
  animation: wiggle .45s ease;
}


@media (min-width: 992px){
  .navbar .dropdown-menu{ min-width: 19rem; }
  .navbar .dropdown-menu .dropdown-item{ white-space: nowrap; }
}


#services-desktop,
#services-web{
  scroll-margin-top: 90px; 
}

@media (max-width: 991.98px){
  #services-desktop,
  #services-web{
    scroll-margin-top: 30px;
  }
}


.dz-wow{
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.dz-wow > *{ position: relative; z-index: 2; }

.dz-wow::before,
.dz-wow::after{
  content:"" !important;
  position:absolute;
  inset:-35%;
  z-index:1;
  pointer-events:none;
  will-change: transform, opacity, filter, background-position;
  transform: translateZ(0);
}

@media (prefers-reduced-motion: reduce){
  .dz-wow::before,
  .dz-wow::after{ animation: none !important; }
}

.dz-wow.wow-readable{
  box-shadow: inset 0 0 0 1px rgba(15, 23, 42, .06);
}

.wow-liquid{
  background: linear-gradient(180deg, #f8fafc 0%, #eef2ff 55%, #f8fafc 100%);
}
.wow-liquid::before{
  background:
    radial-gradient(980px 640px at 18% 28%, rgba(59,130,246,.40), transparent 62%),
    radial-gradient(920px 620px at 84% 22%, rgba(139,92,246,.34), transparent 60%),
    radial-gradient(920px 680px at 62% 92%, rgba(34,197,94,.28), transparent 62%),
    conic-gradient(from 110deg at 50% 45%,
      rgba(249,115,22,.16),
      transparent 28%,
      rgba(59,130,246,.14),
      transparent 62%,
      rgba(139,92,246,.12)
    );
  filter: blur(calc(42px * var(--wow-blur))) saturate(160%) contrast(110%);
  opacity: calc(.95 * var(--wow-intensity));
  animation: wowLiquidFloat calc(3.6s / var(--wow-speed)) ease-in-out infinite alternate;
}
.wow-liquid::after{
  background:
    radial-gradient(closest-side at 20% 55%, rgba(15,23,42,.10), transparent 72%),
    radial-gradient(closest-side at 80% 40%, rgba(15,23,42,.08), transparent 70%),
    conic-gradient(from 0deg at 50% 50%,
      rgba(59,130,246,.14),
      transparent 20%,
      rgba(34,197,94,.12),
      transparent 48%,
      rgba(139,92,246,.12),
      transparent 72%,
      rgba(249,115,22,.10)
    );
  filter: blur(calc(36px * var(--wow-blur))) hue-rotate(0deg);
  opacity: .65;
  mix-blend-mode: multiply;
  animation:
    wowLiquidSpin calc(2.4s / var(--wow-speed)) linear infinite,
    wowHue calc(2.8s / var(--wow-speed)) linear infinite;
}
@keyframes wowLiquidFloat{
  0%   { transform: translate(-10%, -6%) rotate(-10deg) scale(1.12); }
  100% { transform: translate( 10%,  8%) rotate( 12deg) scale(1.28); }
}
@keyframes wowLiquidSpin{
  0%   { transform: rotate(0deg) scale(1.04); }
  100% { transform: rotate(360deg) scale(1.18); }
}
@keyframes wowHue{
  0%   { filter: blur(calc(36px * var(--wow-blur))) hue-rotate(0deg); }
  100% { filter: blur(calc(36px * var(--wow-blur))) hue-rotate(80deg); }
}

.wow-smoke{
  background: linear-gradient(180deg, #f8fafc 0%, #eef6ff 60%, #f8fafc 100%);
}
.wow-smoke::before{
  background:
    radial-gradient(closest-side at 16% 55%, rgba(15, 23, 42, .14), transparent 74%),
    radial-gradient(closest-side at 36% 22%, rgba(59,130,246,.26), transparent 76%),
    radial-gradient(closest-side at 74% 60%, rgba(15, 23, 42, .12), transparent 74%),
    radial-gradient(closest-side at 60% 88%, rgba(139,92,246,.20), transparent 78%),
    radial-gradient(closest-side at 86% 34%, rgba(34,197,94,.16), transparent 76%);
  filter: blur(calc(56px * var(--wow-blur))) contrast(120%) saturate(150%);
  opacity: calc(.92 * var(--wow-intensity));
  animation: wowSmokeA calc(3.0s / var(--wow-speed)) ease-in-out infinite alternate;
}
.wow-smoke::after{
  background:
    radial-gradient(closest-side at 12% 68%, rgba(15,23,42,.10), transparent 70%),
    radial-gradient(closest-side at 54% 56%, rgba(59,130,246,.20), transparent 74%),
    radial-gradient(closest-side at 90% 42%, rgba(15,23,42,.10), transparent 70%),
    radial-gradient(closest-side at 34% 86%, rgba(34,197,94,.14), transparent 75%);
  filter: blur(calc(78px * var(--wow-blur))) contrast(112%);
  opacity: .78;
  animation: wowSmokeB calc(2.2s / var(--wow-speed)) ease-in-out infinite alternate;
}
@keyframes wowSmokeA{
  0%   { transform: translate(-14%, 6%)  rotate(-12deg) scale(1.18); }
  100% { transform: translate( 14%,-8%) rotate( 14deg) scale(1.42); }
}
@keyframes wowSmokeB{
  0%   { transform: translate( 16%,-6%) rotate( 16deg) scale(1.20); }
  100% { transform: translate(-16%, 8%) rotate(-18deg) scale(1.48); }
}

.wow-grain::after{
  background:
    repeating-radial-gradient(circle at 20% 30%,
      rgba(255,255,255,.10) 0 1px,
      rgba(0,0,0,0) 1px 3px);
  opacity:.07;
  mix-blend-mode: overlay;
  filter: contrast(120%);
  animation: wow_grain 1.8s steps(6) infinite;
}
@keyframes wow_grain{
  0%   { transform: translate(0,0); }
  20%  { transform: translate(-2%, 1%); }
  40%  { transform: translate(1%, -2%); }
  60%  { transform: translate(2%, 2%); }
  80%  { transform: translate(-1%, -1%); }
  100% { transform: translate(0,0); }
}

.wow-gradient-pan{
  background-image:
    radial-gradient(60% 45% at 20% 30%, rgba(59,130,246,.22), transparent 60%),
    radial-gradient(55% 40% at 80% 25%, rgba(139,92,246,.16), transparent 62%),
    radial-gradient(70% 50% at 55% 80%, rgba(34,197,94,.10), transparent 70%);
  background-size: 140% 140%;
  background-repeat: no-repeat;
  animation: wow_bg_pan 22s ease-in-out infinite alternate;
}
@keyframes wow_bg_pan{
  from { background-position: 0% 0%, 100% 0%, 30% 100%; }
  to   { background-position: 10% 8%, 90% 12%, 40% 92%; }
}

.referenzen-page header.hero-section{ position: relative; }
.referenzen-page header.hero-section .container{
  position: relative;
  z-index: 2; 
}

.referenzen-page .referenzen-fluid-bg{
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.dz-wow.wow-smoke::before{
  filter: blur(calc(56px * var(--wow-blur))) contrast(130%) saturate(165%);
}
.dz-wow.wow-smoke::after{
  filter: blur(calc(78px * var(--wow-blur))) contrast(122%);
}

.wow-mesh::before{
  background:
    radial-gradient(40% 40% at 15% 25%, rgba(59,130,246,.35), transparent 60%),
    radial-gradient(40% 40% at 85% 20%, rgba(139,92,246,.26), transparent 60%),
    radial-gradient(45% 45% at 30% 80%, rgba(34,197,94,.16), transparent 62%),
    radial-gradient(50% 50% at 75% 85%, rgba(59,130,246,.20), transparent 65%);
  background-size: 120% 120%;
  filter: blur(40px) saturate(150%);
  mix-blend-mode: screen;
  animation: wow_mesh 11s ease-in-out infinite alternate;
}
@keyframes wow_mesh{
  0%   { background-position: 0% 0%; transform: scale(1.03); }
  100% { background-position: 100% 100%; transform: scale(1.07); }
}


html{
  scroll-padding-top: var(--scroll-offset);
}

@media (max-width: 991.98px){
  :root{ --scroll-offset: 90px; }
}

.my-frame{
  background-color: rgba(255,255,255,.62);
  border-radius: inherit;

  border: 1px solid rgba(15,23,42,.10);
  box-shadow:
    0 18px 42px rgba(2,6,23,.10),
    inset 0 1px 0 rgba(255,255,255,.70);

  backdrop-filter: saturate(140%) blur(6px);
  -webkit-backdrop-filter: saturate(140%) blur(6px);

  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

@media (hover:hover){
  .my-frame:hover{
    transform: translateY(-2px);
    box-shadow:
      0 24px 60px rgba(2,6,23,.14),
      inset 0 1px 0 rgba(255,255,255,.75);
  }
}

.my-frame--soft{
  border-color: rgba(15,23,42,.10);
  box-shadow: 0 14px 36px rgba(2,6,23,.10), inset 0 1px 0 rgba(255,255,255,.75);
}

.my-frame--double{
  outline: 1px solid rgba(59,130,246,.18);
  outline-offset: -6px;
  border-color: rgba(15,23,42,.10);
}

.my-frame--leftbar{
  border-left: 6px solid rgba(59,130,246,.85);
  border-color: rgba(15,23,42,.10);
}

.my-frame--topbar{
  border-top: 4px solid rgba(139,92,246,.75);
  border-color: rgba(15,23,42,.10);
}

.my-frame--bevel{
  border-color: rgba(15,23,42,.12);
  box-shadow:
    0 18px 42px rgba(2,6,23,.10),
    inset 0 1px 0 rgba(255,255,255,.85),
    inset 0 -1px 0 rgba(15,23,42,.06),
    inset 1px 0 0 rgba(255,255,255,.55),
    inset -1px 0 0 rgba(15,23,42,.05);
}

.my-frame--dashed{
  border-style: dashed;
  border-width: 1.5px;
  border-color: rgba(59,130,246,.35);
  box-shadow: 0 16px 44px rgba(2,6,23,.10);
}

.my-frame--pulse{
  border-color: rgba(59,130,246,.22);
  animation: missionPulse 3.2s ease-in-out infinite;
}
@keyframes missionPulse{
  0%,100%{
    box-shadow:
      0 18px 42px rgba(2,6,23,.10),
      0 0 0 0 rgba(59,130,246,.00),
      inset 0 1px 0 rgba(255,255,255,.70);
  }
  50%{
    box-shadow:
      0 24px 60px rgba(2,6,23,.14),
      0 0 0 6px rgba(59,130,246,.08),
      inset 0 1px 0 rgba(255,255,255,.75);
  }
}

.my-frame--corners{
  border-color: rgba(15,23,42,.10);
  border-radius: 1.25rem; 
  clip-path: polygon(
    12px 0, calc(100% - 12px) 0, 100% 12px,
    100% calc(100% - 12px), calc(100% - 12px) 100%,
    12px 100%, 0 calc(100% - 12px), 0 12px
  );
}

.hero-section.dz-wow{
  position: relative;     
  isolation: isolate;     
}

.hero-section.dz-wow::before,
.hero-section.dz-wow::after{
  z-index: 0 !important;
}

.hero-section.dz-wow > .container{
  position: relative;
  z-index: 2 !important;
}

.hero-section .hero-card{ 
  background: #fff !important; 
}

.dz-wow > .container,
.dz-wow > .container-fluid{
  position: relative;
  z-index: 3 !important;
}

.ribbon-bg.dz-wow > .container,
.ribbon-bg.dz-wow > .container-fluid{
  position: relative;
  z-index: 3 !important;
}

.ribbon-bg.dz-wow::before,
.ribbon-bg.dz-wow::after{
  z-index: 0 !important;
}

.ribbon-bg.dz-wow.wow-gradient-pan::before{
  content:"" !important;
  position:absolute;
  inset:-35%;
  pointer-events:none;

  background:
    radial-gradient(900px 620px at 18% 28%, rgba(59,130,246,.36), transparent 66%),
    radial-gradient(920px 640px at 84% 22%, rgba(14,165,233,.22), transparent 66%),
    radial-gradient(980px 700px at 62% 92%, rgba(34,197,94,.16), transparent 70%);
  filter: blur(50px) saturate(160%);
  opacity: .95;
  mix-blend-mode: screen;

  animation: wowPanBlue 18s ease-in-out infinite alternate !important;
}

.ribbon-bg.dz-wow.wow-gradient-pan::after{
  content:"" !important;
  position:absolute;
  inset:-35%;
  pointer-events:none;

  background:
    radial-gradient(800px 520px at 30% 70%, rgba(59,130,246,.14), transparent 70%),
    radial-gradient(820px 540px at 78% 55%, rgba(14,165,233,.10), transparent 72%);
  filter: blur(62px) saturate(140%);
  opacity: .55;
  mix-blend-mode: screen;

  animation: wowPanBlue2 26s ease-in-out infinite alternate !important;
}

@keyframes wowPanBlue{
  0%   { transform: translate(-12%, -6%) rotate(-10deg) scale(1.10); }
  100% { transform: translate( 12%,  8%) rotate( 12deg) scale(1.34); }
}
@keyframes wowPanBlue2{
  0%   { transform: translate( 10%, -8%) rotate(  8deg) scale(1.06); }
  100% { transform: translate(-10%,  9%) rotate( -9deg) scale(1.28); }
}

html.is-samsung-internet{
  color-scheme: light !important;
}

html.is-samsung-internet .dz-wow::before,
html.is-samsung-internet .dz-wow::after{
  mix-blend-mode: normal !important;
  filter: none !important;
  opacity: .18 !important;
  animation: none !important; 
}

html.is-samsung-internet .hero-section,
html.is-samsung-internet .section-ribbon,
html.is-samsung-internet .ribbon-bg{
  background: linear-gradient(180deg, #f8fafc 0%, #eef2ff 60%, #f8fafc 100%) !important;
}

html.is-samsung-internet .card,
html.is-samsung-internet .hero-card,
html.is-samsung-internet .mini-card,
html.is-samsung-internet .reason-card,
html.is-samsung-internet .kpi-chip,
html.is-samsung-internet .my-frame,
html.is-samsung-internet .list-group-item{
  background: #ffffff !important;
  color: #111827 !important;
}

html.is-samsung-internet .text-body-secondary,
html.is-samsung-internet .small,
html.is-samsung-internet .form-text{
  color: #4b5563 !important;
}

html.is-samsung-internet a{
  color: #1d4ed8 !important;
}
html.is-samsung-internet .btn-primary{
  background: #2563eb !important;
  border-color: #1d4ed8 !important;
  color: #fff !important;
}

html.is-samsung-internet .nav-blur,
html.is-samsung-internet .my-frame{
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

html.is-samsung-internet .kpi-chip i,
html.is-samsung-internet .kpi-text .num{
  background: none !important;
  -webkit-background-clip: border-box !important;
  background-clip: border-box !important;
  color: #1d4ed8 !important;
}

.dropdown-menu .dropdown-item .bi{
  width: 1.25rem;
  display: inline-block;
  text-align: center;
}


.dz-chat-toggle-btn{
  position: fixed;
  right: var(--dz-edge);
  bottom: calc(var(--dz-edge) + env(safe-area-inset-bottom, 0px));
  z-index: 10060; 
}

.dz-chat-widget{
  z-index: 10060;
}

.dz-cookiebar{
  position: fixed;
  left: var(--dz-edge);
  right: calc(var(--dz-chat-btn-w) + var(--dz-chat-gap) + var(--dz-edge));
  bottom: calc(var(--dz-edge) + env(safe-area-inset-bottom, 0px));
  z-index: 10050;

  max-width: none;
  margin: 0;
  border-radius: 14px;
  padding: .9rem 1rem;

  display: none;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;

  background: #111827;
  color: #fff;
  box-shadow: 0 -10px 30px rgba(0,0,0,.25);
}

.dz-cookiebar-text{
  flex: 1 1 auto;
  min-width: 0;
}
.dz-cookiebar-actions{
  flex: 0 0 auto;
  display: flex;
  gap: .5rem;
  flex-wrap: nowrap;
}

.dz-cookiebar a{ color:#93c5fd; text-decoration: underline; }
.dz-cookiebar .btn{ border:0; border-radius:10px; padding:.55rem .9rem; cursor:pointer; }
.dz-cookiebar .btn-yes{ background:#22c55e; color:#06220f; }
.dz-cookiebar .btn-no{ background:#374151; color:#fff; }

@media (max-width: 576px){
  .dz-chat-toggle-btn{
    right: 10px;
    bottom: calc(14px + env(safe-area-inset-bottom, 0px));
    z-index: 10060;
  }

  .dz-cookiebar{
    left: 0;
    right: 0;

    bottom: calc(
      14px +
      env(safe-area-inset-bottom, 0px) +
      var(--dz-chat-btn-h) +
      var(--dz-chat-gap)
    );

    border-radius: 14px;
    margin: 0 var(--dz-edge);
    padding: .9rem 1rem;
    flex-wrap: wrap;
  }

  .dz-cookiebar-actions{
    width: 100%;
    justify-content: stretch;
  }
  .dz-cookiebar .btn{
    flex: 1 1 48%;
  }
}

.dz-chat-toggle-btn,
.dz-chat-widget{
  z-index: 10060;
}



html, body{
  background:#fff !important;
}



.hero-card .mini-card{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

@media (max-width: 576px){
  .hero-card .mini-card .webdev-title{
    line-height: 1.1;
    min-height: 3.2em;               
    margin-bottom: .25rem !important;
  }
}

.skill-lines{
  display: grid;
  gap: .35rem;
  margin-top: .35rem;
}

.skill-line{
  display: grid;
  grid-template-columns: 1.25rem 1fr; 
  align-items: center;
  gap: .5rem;
  line-height: 1.2;
}

.skill-line .icon-svg{
  width: 1.1rem;
  height: 1.1rem;
  margin: 0 !important;
  display: block;
}

.skill-line i[class^="devicon-"],
.skill-line i[class*=" devicon-"]{
  font-size: 1.1rem;
  width: 1.1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}


@media (min-width: 992px){
  .about-page .navbar .container{
    position: static !important;
    padding-left: var(--bs-gutter-x, .75rem) !important; 
    min-height: auto !important;
  }

  .about-page .navbar .navbar-brand{
    position: static !important;
    left: auto !important;
    top: auto !important;
    align-items: center !important;
  }
}

.about-page .footer-logo-inline{
  width: auto !important;
  height: auto !important;
  vertical-align: middle !important;
}

.about-page .footer-logo-inline .dz-footer-logo{
  position: static !important;
  transform: none !important;
  height: 28px !important;
  width: auto !important;
  display: inline-block !important;
  margin-left: .35rem;
  bottom: auto !important;
  left: auto !important;
}

.navbar-toggler{
  position: relative;
  width: 42px;
  height: 38px;
}

.navbar-toggler-icon{
  background-image: none !important;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 2px;
  background: #374151;
  transform: translate(-50%, -50%);
  transition: background .2s ease;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after{
  content: "";
  position: absolute;
  width: 22px;
  height: 2px;
  background: #374151;
  left: 0;
  transition: transform .25s ease, top .25s ease;
}

.navbar-toggler-icon::before{ top: -7px; }
.navbar-toggler-icon::after{ top: 7px; }

.dz-nav-open .navbar-toggler-icon{
  background: transparent;
}

.dz-nav-open .navbar-toggler-icon::before{
  top: 0;
  transform: rotate(45deg);
}

.dz-nav-open .navbar-toggler-icon::after{
  top: 0;
  transform: rotate(-45deg);
}

.dz-mobile-cta{
  transition: opacity .14s ease, transform .14s ease;
  will-change: opacity, transform;
}

.dz-mobile-cta.is-hiding{
  opacity: 0;
  transform: translateY(-2px);
  pointer-events: none;
}

@media (max-width: 991.98px){
  .team-card,
  .team-row,
  .team-member{
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 1rem;
  }

  .team-avatar{
    width: 160px;
    height: 160px;
    margin-inline: auto;  
  }

  .team-photo{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.about-page #team{
  margin-bottom: 4rem;
}

@media (max-width: 991.98px){
  .team-section,
  .team-card,
  .team-member{
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    width: 100% !important;
  }

  .team-photo,
  .team-avatar,
  .team-image{
    width: 160px !important;
    height: 160px !important;
    margin: 0 auto 1rem;
    border-radius: 50%;
    object-fit: cover;
  }

  .team-content,
  .team-text{
    width: 100% !important;
  }
}

@media (max-width: 991.98px){
  .about-page .skill-card .skill-icon{
    flex: 0 0 auto;
  }

  .about-page .skill-card > span:not(.skill-icon){
    min-width: 0;
    flex: 1 1 auto;
    white-space: normal;
    overflow-wrap: break-word;
  }
  
  .about-page .skill-card:has(img[alt="PostgreSQL"]),
  .about-page .skill-card:has(img[alt="MSSQL"]),
  .about-page .skill-card:has(img[alt="MySQL"]){
    justify-content: center;  
    text-align: center;
  }

  .about-page .skill-card .skill-icon{
    flex: 0 0 auto;
  }

  .about-page #team .d-flex.align-items-start.gap-3,
  .about-page #team .d-flex.align-items-center.gap-3{
    flex-direction: column !important; 
    align-items: center !important;
    text-align: center;
  }

  .about-page #team .d-flex.align-items-start.gap-3 > div:not(.team-avatar),
  .about-page #team .d-flex.align-items-center.gap-3 > div:not(.team-avatar){
    width: 100%;
  }

  .about-page #team .team-avatar{
    width: 160px;
    height: 160px;
    margin-inline: auto;
  }

  .about-page #team ul{
    text-align: left;
    display: inline-block;
    margin-inline: auto;
  }
  .about-page #team .team-photo{
    object-position: 50% 10%; 
  }
}

@media (max-width: 991.98px){
  .about-page #map-card{
    border-radius: 1.25rem !important;
    overflow: hidden; 
    box-shadow: 0 18px 44px rgba(2,6,23,.12);
    border: 1px solid rgba(0,0,0,.08);
  }

  .about-page #map-card .card-header{
    padding: .85rem 1rem;
    font-weight: 700;
    background: linear-gradient(180deg, #ffffff, #f8fafc);
    border-bottom: 1px solid rgba(0,0,0,.06);
  }

  .about-page #map-card .ratio{
    border-top: 1px solid rgba(0,0,0,.06);
    background: #fff;
  }

  .about-page #map{
    border-radius: 0 0 1.25rem 1.25rem;
    overflow: hidden;
  }

  .about-page .map-overlay{
    top: auto !important;
    right: .75rem !important;
    left: .75rem !important;
    bottom: .75rem !important;

    flex-direction: column;
    align-items: stretch;
    gap: .5rem;

    pointer-events: none;
    z-index: 10010;
  }

  .about-page .map-overlay .btn{
    pointer-events: auto;
    width: 100%;
    justify-content: center;

    border-radius: 999px;
    padding: .55rem .85rem;
    font-weight: 600;

    backdrop-filter: saturate(140%) blur(6px);
    -webkit-backdrop-filter: saturate(140%) blur(6px);
  }

  .about-page .map-overlay .btn.btn-light{
    background: rgba(255,255,255,.92);
    border-color: rgba(0,0,0,.10);
  }

  .about-page .map-overlay .btn.btn-outline-light{
    background: rgba(255,255,255,.78);
    border-color: rgba(0,0,0,.14);
    color: #111;
  }

  .about-page .leaflet-control-zoom a{
    border-radius: .75rem !important;
    border: 1px solid rgba(0,0,0,.10) !important;
    box-shadow: 0 10px 24px rgba(2,6,23,.12) !important;
    overflow: hidden;
  }

  .about-page .leaflet-popup-content-wrapper{
    border-radius: 1rem;
    box-shadow: 0 14px 34px rgba(2,6,23,.16);
  }
  .about-page .leaflet-popup-content{
    margin: .6rem .8rem;
    font-size: .95rem;
  }

  .about-page #map-consent{
    border-radius: 1.25rem !important;
    overflow: hidden;
    box-shadow: 0 18px 44px rgba(2,6,23,.10);
    border: 1px solid rgba(0,0,0,.08);
  }
  .about-page #map-consent .card-body{
    padding: 1.1rem 1rem;
  }
  .about-page #map-consent .btn{
    border-radius: 999px;
    padding: .65rem 1rem;
    font-weight: 700;
  }
  
  .about-page #map-card .ratio{
    --bs-aspect-ratio: 78%;
  }

  .about-page .map-overlay .btn{
    padding: .35rem .6rem;
    font-size: .85rem;
    border-radius: .65rem; 
  }

  .about-page .map-overlay .btn i{
    font-size: .95rem;
  }

  .about-page .map-overlay{
    flex-direction: row;       
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    gap: .45rem;
  }

  .about-page .map-overlay .btn{
    width: auto;               
    min-width: 0;
  }

  .about-page .leaflet-control-attribution{
    margin-bottom: 3.2rem;
    background: rgba(255,255,255,.8) !important;
    border-radius: .55rem;
    padding: .12rem .35rem;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
  }    
}

@media (max-width: 480px){
  .index-page .text-truncate,
  .about-page .text-truncate{
    overflow: visible !important;
    text-overflow: clip !important;
    white-space: normal !important;
  }

  .index-page h1, .index-page h2, .index-page h3,
  .about-page h1, .about-page h2, .about-page h3{
    white-space: normal !important;
    overflow: visible !important;
    overflow-wrap: anywhere;
    word-break: normal;
    hyphens: auto;
  }
}

@media (max-width: 420px){
  .dz-chat-input-row{
    display: flex;             
    flex-direction: column;
    align-items: stretch;
    gap: .5rem;
  }

  .dz-chat-input-row input.form-control{
    width: 100%;
    min-width: 0;
  }

  .dz-chat-input-row .btn,
  .dz-chat-input-row button{
    width: 100%;
  }
}


@media (max-width: 991.98px){
  .hero-section{
    margin-top: 56px !important;   
  }

  #hero{
    padding-top: 1.25rem !important;    
    padding-bottom: 1.75rem !important;
  }

  #services-icons{
    padding-top: 1.75rem !important;
  }
}

@media (max-width: 991.98px){
  .referenzen-page header.hero-section{
    padding-top: 1.25rem !important;
    padding-bottom: 1.75rem !important;
  }

  .referenzen-page main.py-6{
    padding-top: 1.25rem !important;
    padding-bottom: 2rem !important;
  }
}

@media (max-width: 991.98px){
  .faq-page header.hero-section.py-6{
    padding-top: 1.25rem !important;
    padding-bottom: 1.75rem !important;
  }

  .faq-page main.py-6{
    padding-top: 1.25rem !important;
    padding-bottom: 2rem !important;
  }
}

@media (max-width: 991.98px){
  .about-page header.hero-section.py-6{
    padding-top: 1.25rem !important;
    padding-bottom: 1.75rem !important;
  }

  .about-page main.py-6{
    padding-top: 1.25rem !important;
    padding-bottom: 2rem !important;
  }
}

@media (max-width: 576px){
  .hero-card{
    padding: .9rem !important;     
  }

  .hero-card .row.g-3{
    --bs-gutter-x: .65rem;
    --bs-gutter-y: .65rem;
  }

  .hero-card .mini-card{
    padding: .75rem .85rem !important;  
    height: auto !important;            
    text-align: left;
  }

  .hero-card .skill-lines{
    gap: .25rem;
    margin-top: .25rem;
  }
}

body.dz-chat-scroll-lock{
  position: fixed;
  overflow: hidden;
  width: 100%;
  left: 0;
  right: 0;
}

#dz-chat-log{
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
}

.ribbon-bg--steps{
  --rb-inset: -32%;
  --rb-from: 20deg;

  --rb-c1: rgba(59,130,246,.08);
  --rb-c2: rgba(34,197,94,.07);

  --rb-spin: 90s;

  --rb-opacity: .95;
  --rb-filter: saturate(150%);
}

.process-card{
  height: 100%;
  display: flex;
  gap: 1rem;
  align-items: flex-start;

  padding: 1.15rem 1.15rem;
  border-radius: 1rem;

  background: rgba(255,255,255,.68);
  border: 1px solid rgba(15,23,42,.10);

  box-shadow:
    0 18px 42px rgba(2,6,23,.10),
    inset 0 1px 0 rgba(255,255,255,.70);

  backdrop-filter: saturate(140%) blur(6px);
  -webkit-backdrop-filter: saturate(140%) blur(6px);

  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

@media (hover:hover){
  .process-card:hover{
    transform: translateY(-2px);
    border-color: rgba(15,23,42,.14);
    box-shadow:
      0 24px 60px rgba(2,6,23,.14),
      inset 0 1px 0 rgba(255,255,255,.75);
  }
}

.process-num{
  flex: 0 0 auto;
  width: 56px;
  height: 56px;
  border-radius: 999px;

  display: grid;
  place-items: center;

  font-weight: 900;
  letter-spacing: .5px;
  color: #0f172a;

  background:
    radial-gradient(circle at 30% 30%, rgba(255,255,255,.95), rgba(255,255,255,0) 55%),
    conic-gradient(from 180deg,
      rgba(59,130,246,.35),
      rgba(14,165,233,.28),
      rgba(34,197,94,.30),
      rgba(59,130,246,.35)
    );

  border: 2px solid rgba(255,255,255,.90);
  box-shadow:
    0 14px 30px rgba(2,6,23,.14),
    inset 0 0 0 1px rgba(15,23,42,.10);
}

.process-title{
  display: inline-flex;
  align-items: center;
  gap: .55rem;
}

.process-title::before{
  content: "";
  width: .72rem;
  height: .72rem;
  border-radius: 999px;

  background:
    radial-gradient(circle at 35% 35%, rgba(255,255,255,.95), rgba(255,255,255,0) 55%),
    linear-gradient(135deg, rgba(59,130,246,.95), rgba(34,197,94,.85));

  box-shadow: 0 10px 22px rgba(2,6,23,.16);
}

.process-body{ min-width: 0; }


.mission-copy{
  max-width: 38rem;
}


.mission-copy h2{
  font-size:clamp(1.6rem, 2.5vw, 2.35rem);
  line-height:1.15;
}

.usp-card{
  position:relative;
  padding:1.35rem 1.35rem 1.25rem;
  border-radius:1.25rem;
  background:rgba(255,255,255,.72);
  border:1px solid rgba(15,23,42,.10);
  box-shadow:
    0 18px 42px rgba(2,6,23,.10),
    inset 0 1px 0 rgba(255,255,255,.72);
  backdrop-filter:saturate(140%) blur(6px);
  -webkit-backdrop-filter:saturate(140%) blur(6px);
  overflow:hidden;
}

.usp-card::before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:6px;
  background:linear-gradient(180deg,#3b82f6,#8b5cf6);
}

.usp-badge{
  display:inline-flex;
  align-items:center;
  padding:.42rem .82rem;
  border-radius:999px;
  font-size:1.3rem;
  font-weight:700;
  color:#1d4ed8;
  background:rgba(59,130,246,.10);
  border:1px solid rgba(59,130,246,.18);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.5);
}

.usp-title{
  font-size:clamp(1.6rem, 2.5vw, 2.35rem);
  line-height:1.15;
  font-weight:700;
  color:var(--bs-body-color);
  margin:0;
}

.usp-text{
  color:var(--bs-body-secondary);
}

.usp-points{
  display:grid;
  gap:.75rem;
  margin-top:1rem;
}

.usp-point{
  display:flex;
  align-items:flex-start;
  gap:.75rem;
  padding:.85rem .95rem;
  border-radius:.95rem;
  background:rgba(255,255,255,.68);
  border:1px solid rgba(15,23,42,.08);
  box-shadow:
    0 10px 24px rgba(2,6,23,.06),
    inset 0 1px 0 rgba(255,255,255,.7);
}

.usp-point i{
  flex:0 0 auto;
  font-size:1.05rem;
  line-height:1.2;
  margin-top:.05rem;
  color:#3b82f6;
}

.usp-point span{
  min-width:0;
}

.mission-benefits{
  margin-top:1rem;
}

.benefit-tile{
  display:flex;
  align-items:center;
  min-height:100%;
  padding:.95rem 1rem;
  border-radius:1rem;
  background:rgba(255,255,255,.68);
  border:1px solid rgba(15,23,42,.08);
  box-shadow:
    0 10px 24px rgba(2,6,23,.06),
    inset 0 1px 0 rgba(255,255,255,.7);
  font-weight:500;
}

.benefit-tile i{
  color:#3b82f6;
  flex:0 0 auto;
}

@media (max-width: 991.98px){
  .mission-copy{
    margin-bottom:.2rem;
  }

  .usp-card{
    padding:1.15rem 1.1rem 1.05rem;
  }

  .mission-benefits{
    margin-top:.85rem;
  }
}

.mission-card{
  height:100%;
  padding:1.35rem 1.35rem 1.25rem;
  border-radius:1.25rem;
  background:rgba(255,255,255,.72);
  border:1px solid rgba(15,23,42,.10);
  box-shadow:
    0 18px 42px rgba(2,6,23,.10),
    inset 0 1px 0 rgba(255,255,255,.72);
  backdrop-filter:saturate(140%) blur(6px);
  -webkit-backdrop-filter:saturate(140%) blur(6px);
  position: relative;
  overflow: hidden;
}

@media (max-width: 991.98px){
  .mission-card{
    padding:1.15rem 1.1rem 1.05rem;
  }
}


.mission-card::before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:6px;
  background:linear-gradient(180deg,#3b82f6,#22c55e);
}






.hero-service-buttons{
  margin-bottom: 1.5rem;
  align-items: stretch;
  gap: .65rem !important;
}

.hero-service-buttons .btn-service{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: .55rem .9rem;
  border-radius: .85rem;
  font-weight: 700;
  font-size: .95rem;
  line-height: 1.2;
  letter-spacing: .01em;
  text-decoration: none;
  transition:
    transform .16s ease,
    box-shadow .16s ease,
    filter .16s ease,
    border-color .16s ease,
    background .16s ease,
    color .16s ease;
}

.hero-service-buttons .btn-service:hover,
.hero-service-buttons .btn-service:focus{
  transform: translateY(-2px);
}

.hero-service-buttons .btn-service:active{
  transform: translateY(0);
}

.btn-service-website,
.btn-service-desktop,
.btn-service-webapp{
  background: #fff;
  color: #111 !important;
  border: 1px solid #111;
  box-shadow:
    0 8px 18px rgba(0,0,0,.07),
    inset 0 1px 0 rgba(255,255,255,.85);
}

.btn-service-website:hover,
.btn-service-website:focus,
.btn-service-desktop:hover,
.btn-service-desktop:focus,
.btn-service-webapp:hover,
.btn-service-webapp:focus{
  color: #111 !important;
  border-color: #111;
  box-shadow:
    0 12px 24px rgba(0,0,0,.10),
    inset 0 1px 0 rgba(255,255,255,.92);
  filter: brightness(.99);
}


.btn-service-project{
  background: #3b82f6;
  color: #fff !important;
  border: 1px solid #3b82f6;
  box-shadow:
    0 10px 22px rgba(37,99,235,.24),
    inset 0 1px 0 rgba(255,255,255,.18);
}

.btn-service-project:hover,
.btn-service-project:focus{
  color: #fff !important;
  background: #3b82f6;
  border-color: #3b82f6;
  box-shadow:
    0 14px 28px rgba(37,99,235,.30),
    inset 0 1px 0 rgba(255,255,255,.22);
}

@media (max-width: 576px){
  .hero-service-buttons{
    display:grid !important;
    gap:.65rem !important;
    margin-bottom: 1.25rem;
  }

  .hero-service-buttons .btn-service{
    width:100%;
    min-height: 34px;
    padding: .5rem .8rem;
  }
}


#branchen-website .branch-card,
#branchentipps-website .branch-card{
  position: relative;
  overflow: hidden;

  background:
    radial-gradient(120% 100% at 100% 0%, var(--branch-bg, rgba(59,130,246,.08)), transparent 58%),
    linear-gradient(180deg, rgba(255,255,255,.88), rgba(255,255,255,.76)) !important;

  border-left: 5px solid var(--branch-line, rgba(59,130,246,.62)) !important;
  border-top: 3px solid var(--branch-top, rgba(59,130,246,.38)) !important;

  box-shadow:
    0 18px 42px rgba(2,6,23,.10),
    inset 0 1px 0 rgba(255,255,255,.72);
}

#branchen-website .branch-card::after,
#branchentipps-website .branch-card::after{
  content:"";
  position:absolute;
  left:1rem;
  right:1rem;
  bottom:.8rem;
  height:1px;
  background: linear-gradient(90deg, transparent, rgba(15,23,42,.08), transparent);
  pointer-events:none;
}

/* Varianten */
.branch-card--tile{
  --branch-line: rgba(37,99,235,.62);
  --branch-top: rgba(14,165,233,.34);
  --branch-bg: rgba(59,130,246,.05);
}

.branch-card--stucco{
  --branch-line: rgba(124,58,237,.58);
  --branch-top: rgba(167,139,250,.32);
  --branch-bg: rgba(139,92,246,.05);
}

.branch-card--paint{
  --branch-line: rgba(249,115,22,.58);
  --branch-top: rgba(251,191,36,.34);
  --branch-bg: rgba(249,115,22,.05);
}

.branch-card--mason{
  --branch-line: rgba(71,85,105,.58);
  --branch-top: rgba(148,163,184,.32);
  --branch-bg: rgba(100,116,139,.05);
}

.branch-card--law{
  --branch-line: rgba(30,64,175,.60);
  --branch-top: rgba(96,165,250,.32);
  --branch-bg: rgba(37,99,235,.05);
}

.branch-card--electric{
  --branch-line: rgba(2,132,199,.60);
  --branch-top: rgba(56,189,248,.34);
  --branch-bg: rgba(14,165,233,.05);
}

.branch-card--auto{
  --branch-line: rgba(5,150,105,.58);
  --branch-top: rgba(52,211,153,.32);
  --branch-bg: rgba(16,185,129,.05);
}

.branch-card--metal{
  --branch-line: rgba(107,114,128,.58);
  --branch-top: rgba(156,163,175,.32);
  --branch-bg: rgba(148,163,184,.05);
}

.branch-card--wood{
  --branch-line: rgba(180,83,9,.58);
  --branch-top: rgba(245,158,11,.34);
  --branch-bg: rgba(245,158,11,.05);
}

.branch-card--timber{
  --branch-line: rgba(21,128,61,.58);
  --branch-top: rgba(74,222,128,.32);
  --branch-bg: rgba(34,197,94,.05);
}

.branch-title{
  font-weight: 700;
  font-style: italic;
  letter-spacing: .015em;
  line-height: 1.2;
  font-family: "Palatino Linotype", Palatino, Georgia, serif;
  color: #1f2937;
}

.tablet-showcase-img{
  display:block;
  margin-inline:auto;
  height:auto;
  width:min(54vw, 760px);
  max-width:100%;
  object-fit:contain;
  filter:drop-shadow(0 18px 42px rgba(2,6,23,.14));
}

@media (max-width: 768px){
  .tablet-showcase-img{
    width:min(92vw, 100%);
  }
}

.website-ipad-showcase{
  display:block;
  margin-inline:auto;
  width:min(44vw, 620px);
  max-width:100%;
  height:auto;
  object-fit:contain;
  object-position:center;
  filter: drop-shadow(0 20px 44px rgba(2,6,23,.14));
}

@media (max-width: 768px){
  .website-ipad-showcase{
    width:100%;
    max-width:92vw;
  }
}

body.website-page main > section:first-of-type{
  padding-top: calc(5rem + 10px) !important;
}

@media (max-width: 991.98px){
  body.website-page main > section:first-of-type{
    padding-top: calc(4.5rem + 64px) !important;
  }
}
#fehler-handwerk.fehler-section{
  background:
    radial-gradient(900px 420px at 50% -10%, rgba(220, 38, 38, 0.08), transparent 60%),
    linear-gradient(180deg, rgba(255,255,255,0.96), rgba(248,250,252,0.98));
}


.fehler-intro{
  max-width:760px;
  margin-inline:auto;
}

.fehler-card{
  position:relative;
  padding:1.4rem 1.25rem 1.2rem;
  border-radius:1rem;
  background:rgba(255,255,255,0.88);
  border:1px solid rgba(226,232,240,.95);
  box-shadow:0 10px 30px rgba(15,23,42,.06);
  backdrop-filter:blur(4px);
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  overflow:hidden;
}

.fehler-card::before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:4px;
  background:linear-gradient(180deg, #f59e0b 0%, #dc2626 100%);
}

.fehler-card:hover{
  transform:translateY(-3px);
  box-shadow:0 14px 36px rgba(15,23,42,.1);
  border-color:rgba(245,158,11,.35);
}

.fehler-card-head{
  display:flex;
  align-items:flex-start;
  gap:.9rem;
  margin-bottom:1rem;
}

.fehler-icon{
  width:48px;
  height:48px;
  min-width:48px;
  flex:0 0 48px;
  border-radius:14px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:1.25rem;
  color:#b45309;
  background:linear-gradient(180deg, rgba(254,240,138,.55), rgba(254,215,170,.55));
  border:1px solid rgba(245,158,11,.22);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.55);
  margin-bottom:0;
}

.fehler-card h3{
  color:var(--bs-body-color);
  margin:0;
  line-height:1.3;
}

@media (max-width: 575.98px){
  .fehler-card{
    padding:1.1rem 1rem 1rem;
    border-radius:.9rem;
  }

  .fehler-card-head{
    gap:.75rem;
    margin-bottom:.85rem;
  }

  .fehler-icon{
    width:42px;
    height:42px;
    min-width:42px;
    flex:0 0 42px;
    font-size:1.05rem;
  }
}




#branchen-website .branch-mini-card .card-body{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:.7rem;
  min-height:132px;
}

.branch-mini-icon{
  width:56px;
  height:56px;
  border-radius:1rem;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:1.4rem;
  color:#2563eb;
  background:linear-gradient(180deg, rgba(59,130,246,.10), rgba(14,165,233,.08));
  border:1px solid rgba(59,130,246,.14);
  box-shadow:
    0 10px 24px rgba(2,6,23,.08),
    inset 0 1px 0 rgba(255,255,255,.75);
}

.branch-mini-title{
  line-height:1.2;
}

#branchen-website .branch-mini-card{
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

#branchen-website .branch-mini-card:hover{
  transform:translateY(-3px);
}

@media (max-width: 575.98px){
  #branchen-website .branch-mini-card .card-body{
    min-height:118px;
    padding:.95rem .65rem;
    gap:.55rem;
  }

  .branch-mini-icon{
    width:48px;
    height:48px;
    font-size:1.2rem;
    border-radius:.9rem;
  }

  .branch-mini-title{
    font-size:.95rem;
  }
}



#hero-unternehmen{
  padding-top: calc(5rem + 10px) !important;
}

@media (max-width: 991.98px){
  #hero-unternehmen{
    padding-top: calc(4.5rem + 64px) !important;
  }
}



.hero-kmu-panel{
  position:relative;
  padding:1.25rem;
  border-radius:1.25rem;
  background:rgba(255,255,255,.76);
  border:1px solid rgba(15,23,42,.10);
  box-shadow:
    0 18px 42px rgba(2,6,23,.10),
    inset 0 1px 0 rgba(255,255,255,.72);
  backdrop-filter:saturate(140%) blur(6px);
  -webkit-backdrop-filter:saturate(140%) blur(6px);
  overflow:hidden;
}

.hero-kmu-panel::before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:5px;
  background:linear-gradient(180deg,#3b82f6,#22c55e);
}

.hero-kmu-panel-head{
  display:flex;
  align-items:center;
  gap:.55rem;
  font-weight:700;
  margin-bottom:1rem;
  color:#0f172a;
}

.hero-kmu-dot{
  width:.78rem;
  height:.78rem;
  border-radius:999px;
  background:linear-gradient(135deg,#3b82f6,#22c55e);
  box-shadow:0 8px 18px rgba(37,99,235,.26);
  flex:0 0 auto;
}

.hero-kmu-checks{
  display:grid;
  gap:.7rem;
}

.hero-kmu-check{
  display:flex;
  align-items:flex-start;
  gap:.7rem;
  padding:.78rem .9rem;
  border-radius:.95rem;
  background:rgba(255,255,255,.72);
  border:1px solid rgba(15,23,42,.08);
  box-shadow:
    0 10px 24px rgba(2,6,23,.05),
    inset 0 1px 0 rgba(255,255,255,.72);
}

.hero-kmu-check i{
  color:#16a34a;
  margin-top:.08rem;
  flex:0 0 auto;
}

.hero-kmu-check span{
  min-width:0;
  line-height:1.35;
}


.kmu-case-list{
  display:grid;
  grid-template-columns:repeat(1, minmax(0, 1fr));
  gap:1rem;
}

@media (min-width: 768px){
  .kmu-case-list{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
}

.kmu-case-item{
  position:relative;
  padding:1.15rem 1.1rem 1.05rem;
  border-radius:1rem;
  background:
    radial-gradient(120% 100% at 100% 0%, rgba(59,130,246,.07), transparent 58%),
    linear-gradient(180deg, rgba(255,255,255,.92), rgba(255,255,255,.82));
  border:1px solid rgba(15,23,42,.08);
  border-left:5px solid rgba(59,130,246,.78);
  box-shadow:
    0 12px 28px rgba(2,6,23,.08),
    inset 0 1px 0 rgba(255,255,255,.72);
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.kmu-case-item:hover{
  transform:translateY(-3px);
  box-shadow:
    0 18px 36px rgba(2,6,23,.10),
    inset 0 1px 0 rgba(255,255,255,.78);
  border-color:rgba(59,130,246,.18);
}

.kmu-case-title{
  font-weight:700;
  margin-bottom:.3rem;
  color:#111827;
}

.kmu-case-text{
  color:var(--bs-body-secondary);
  line-height:1.45;
}



#faq-unternehmen .accordion-item{
  border:1px solid rgba(15,23,42,.08);
}

#faq-unternehmen .accordion-button:not(.collapsed){
  background:#f8fbff;
  color:#0f172a;
}

#faq-unternehmen .accordion-body{
  background:#fcfdff;
}



@media (max-width: 991.98px){
  .hero-kmu-panel{
    padding:1.05rem;
  }

  .hero-kmu-check{
    padding:.72rem .8rem;
  }
}


  .hero-kmu-panel{
    border-radius:1rem;
  }

  .hero-kmu-panel-head{
    margin-bottom:.85rem;
  }

  .hero-kmu-checks{
    gap:.6rem;
  }

  .hero-kmu-check{
    border-radius:.85rem;
    gap:.6rem;
  }

  .kmu-case-item{
    padding:1rem .95rem .95rem;
    border-radius:.9rem;
  }

  #inhalte-unternehmen .process-card{
    padding:1rem .95rem;
    gap:.8rem;
    border-radius:.9rem;
  }

  #inhalte-unternehmen .process-num{
    width:48px;
    height:48px;
    font-size:.95rem;
  }

  .kmu-dark-card{
    padding:1.1rem 1rem;
    border-radius:1rem;
  }
}


.kmu-dark-static > h2{
  color:#fff;
}

.kmu-dark-static > p,
.kmu-dark-static > .text-body-secondary{
  color:rgba(255,255,255,.78) !important;
}

#hero-unternehmen.kmu-hero-dark{
  padding-top: calc(5rem + 10px) !important;
  background:
    radial-gradient(900px 520px at 8% 18%, rgba(59,130,246,.18), transparent 58%),
    radial-gradient(900px 520px at 92% 20%, rgba(34,197,94,.10), transparent 58%),
    linear-gradient(180deg, #0f172a 0%, #111827 100%);
  color: #fff;
}

@media (max-width: 991.98px){
  #hero-unternehmen.kmu-hero-dark{
    padding-top: calc(4.5rem + 64px) !important;
  }
}

#hero-unternehmen.kmu-hero-dark h1,
#hero-unternehmen.kmu-hero-dark .service-lead,
#hero-unternehmen.kmu-hero-dark .hero-kmu-panel-head,
#hero-unternehmen.kmu-hero-dark .hero-kmu-check span{
  color:#fff;
}

#hero-unternehmen.kmu-hero-dark .text-body-secondary,
#hero-unternehmen.kmu-hero-dark p.text-body-secondary{
  color: rgba(255,255,255,.82) !important;
}

#hero-unternehmen.kmu-hero-dark .breadcrumb,
#hero-unternehmen.kmu-hero-dark .breadcrumb-item,
#hero-unternehmen.kmu-hero-dark .breadcrumb-item.active{
  color: rgba(255,255,255,.72);
}

#hero-unternehmen.kmu-hero-dark .breadcrumb a{
  color: #c7dcff;
}

#hero-unternehmen.kmu-hero-dark .hero-kmu-panel{
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 18px 42px rgba(0,0,0,.22);
}

#hero-unternehmen.kmu-hero-dark .hero-kmu-check{
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
}

#hero-unternehmen.kmu-hero-dark .hero-kmu-panel::before{
  background: linear-gradient(180deg, #60a5fa, #22c55e);
}

.kmu-section-box{
  padding: 2rem;
  border-radius: 1.25rem;
  overflow: hidden;
}

.kmu-section-box--dark{
  box-shadow: 0 20px 48px rgba(2,6,23,.18);
}

.kmu-section-box .kmu-case-list{
  margin-top: 1.25rem;
}


@media (max-width: 575.98px){
  .kmu-section-box{
    padding: 1.25rem;
    border-radius: 1rem;
  }
}

.kmu-section-box .kmu-case-item{
  background: rgba(255,255,255,.94) !important;
  border: 1px solid rgba(15,23,42,.08);
  border-left: 5px solid rgba(59,130,246,.78);
  color: #1f2937 !important;
}

.kmu-section-box .kmu-case-title{
  color: #0f172a !important;
}

.kmu-section-box .kmu-case-text{
  color: #334155 !important;
}




.faq-unternehmen-band .container{
  position: relative;
  z-index: 1;
}

.faq-unternehmen-intro{
  color: rgba(255,255,255,.78);
}

.faq-unternehmen-label{
  color: rgba(255,255,255,.72) !important;
}

.faq-unternehmen-band .accordion{
  --bs-accordion-bg: rgba(255,255,255,.96);
  --bs-accordion-border-color: rgba(15,23,42,.08);
  --bs-accordion-btn-bg: rgba(255,255,255,.96);
  --bs-accordion-active-bg: #f8fbff;
  --bs-accordion-active-color: #0f172a;
  --bs-accordion-btn-color: #0f172a;
  --bs-accordion-color: #334155;
  border-radius: 1rem;
  overflow: hidden;
}

.faq-unternehmen-band .accordion-item{
  border-color: rgba(15,23,42,.08);
}

.faq-unternehmen-band .accordion-button{
  font-weight: 600;
}

.faq-unternehmen-band .accordion-button:not(.collapsed){
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.05);
}

.faq-unternehmen-band .accordion-body{
  background: #fcfdff;
}



/* =========================================================
   BASE: DUNKLE BANNER / BOXEN / CARDS
   ========================================================= */

.dark-band-base{
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(2,6,23,.18);
  background: linear-gradient(180deg, #0f172a, #111827);
}

.dark-band-base--bluegreen{
  background:
    radial-gradient(900px 520px at 10% 10%, rgba(59,130,246,.16), transparent 60%),
    radial-gradient(900px 520px at 90% 90%, rgba(34,197,94,.10), transparent 62%),
    linear-gradient(180deg, #0f172a, #111827);
}

.dark-band-base--warning{
  background:
    radial-gradient(900px 520px at 12% 12%, rgba(59,130,246,.16), transparent 60%),
    radial-gradient(900px 520px at 88% 88%, rgba(239,68,68,.10), transparent 62%),
    linear-gradient(180deg, #111827, #0f172a);
}

.dark-box-base{
  padding: 2rem;
  border-radius: 1.5rem;
  overflow: hidden;
}

.dark-card-base{
  height: 100%;
  border-radius: 1.1rem;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 14px 32px rgba(0,0,0,.16);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.dark-card-base:hover{
  transform: translateY(-3px);
  box-shadow: 0 20px 42px rgba(0,0,0,.22);
}

.text-on-dark{
  color: #fff;
}

.text-on-dark-soft{
  color: rgba(255,255,255,.78);
}

.text-on-dark-muted{
  color: rgba(255,255,255,.72);
}


@media (max-width: 575.98px){
  .dark-box-base{
    padding: 1.25rem;
    border-radius: 1rem;
  }

  .dark-card-base{
    border-radius: 1rem;
  }
}

.unternehmen-structure-box,
.fehler-unternehmen-box{
  position: relative;
}

.unternehmen-structure-card{
  display:flex;
  align-items:flex-start;
  gap:1rem;
  padding:1.1rem 1.1rem;
}

.unternehmen-structure-card:hover{
  border-color:rgba(147,197,253,.22);
}

.unternehmen-structure-num{
  flex:0 0 auto;
  width:52px;
  height:52px;
  border-radius:1rem;
  display:grid;
  place-items:center;
  font-weight:800;
  color:#fff;
  background:linear-gradient(135deg,#3b82f6,#22c55e);
  box-shadow:0 10px 24px rgba(37,99,235,.28);
}

.unternehmen-structure-body{
  min-width:0;
  flex:1 1 auto;
}

.unternehmen-structure-title{
  color:#fff;
  line-height:1.25;
}

.unternehmen-structure-text{
  color:rgba(255,255,255,.78);
}



.unternehmen-structure-lead{
  color:rgba(255,255,255,.78);
}



.fehler-unternehmen-intro{
  color:rgba(255,255,255,.78);
  max-width:760px;
  margin-inline:auto;
}

.fehler-unternehmen-card{
  padding:1.25rem 1.15rem 1.1rem;
}

.fehler-unternehmen-card:hover{
  border-color:rgba(248,113,113,.22);
}

.fehler-unternehmen-card-head{
  display:flex;
  align-items:flex-start;
  gap:.9rem;
  margin-bottom:.95rem;
}

.fehler-unternehmen-icon{
  width:48px;
  height:48px;
  min-width:48px;
  border-radius:14px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:1.2rem;
  color:#fca5a5;
  background:linear-gradient(180deg, rgba(239,68,68,.18), rgba(245,158,11,.14));
  border:1px solid rgba(255,255,255,.10);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.12);
}

.fehler-unternehmen-card h3{
  color:#fff;
  line-height:1.3;
}

.fehler-unternehmen-text{
  color:rgba(255,255,255,.78);
}

@media (max-width:575.98px){
  .unternehmen-structure-card,
  .fehler-unternehmen-card{
    padding:1rem .95rem;
  }

  .unternehmen-structure-num{
    width:46px;
    height:46px;
    border-radius:.9rem;
    font-size:.95rem;
  }

  .fehler-unternehmen-card-head{
    gap:.75rem;
    margin-bottom:.85rem;
  }

  .fehler-unternehmen-icon{
    width:42px;
    height:42px;
    min-width:42px;
    font-size:1.05rem;
    border-radius:12px;
  }
}

.kmu-dark-band{
  position: relative;
}

.kmu-dark-card{
  padding: 1.35rem 1.25rem;
  border-radius: 1.1rem;
  color: #fff;
}

.kmu-dark-card i{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 1rem;
  font-size: 1.2rem;
  color: #bfdbfe;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}

.kmu-dark-card h3{
  color: #fff;
  line-height: 1.25;
}

.kmu-dark-card p{
  color: rgba(255,255,255,.78) !important;
}

@media (max-width: 575.98px){
  .kmu-dark-card{
    padding: 1.1rem 1rem;
    border-radius: 1rem;
  }

  .kmu-dark-card i{
    width: 46px;
    height: 46px;
    border-radius: .9rem;
    font-size: 1.05rem;
  }
}

.kontakt-unternehmen-box{
  position: relative;
}

#kontakt.kontakt-dark-section{
  background: transparent !important;
}

.kontakt-unternehmen-box .contact-card,
.kontakt-unternehmen-box .list-group{
  margin-bottom: 0;
}

.kontakt-unternehmen-box .form-label{
  color: #fff;
}

.kontakt-unternehmen-box .form-text{
  color: rgba(255,255,255,.72) !important;
}

.kontakt-unternehmen-box .list-group-item{
  background: rgba(255,255,255,.72);
  border-color: rgba(15,23,42,.08);
}

.kontakt-unternehmen-box .list-group-item strong{
  color: #0f172a;
}

.kontakt-unternehmen-box .list-group-item,
.kontakt-unternehmen-box .list-group-item a,
.kontakt-unternehmen-box .list-group-item .link-body-emphasis{
  color: #1f2937 !important;
}

@media (max-width: 575.98px){
  .kontakt-unternehmen-box{
    padding: 1.25rem;
    border-radius: 1rem;
  }
}

.kontakt-unternehmen-box textarea.form-control,
.kontakt-unternehmen-box input.form-control{
  background:#fff !important;
  color:#212529 !important;
}

.kontakt-unternehmen-box textarea.form-control::placeholder,
.kontakt-unternehmen-box input.form-control::placeholder{
  color:#6c757d !important;
}

.kontakt-unternehmen-box .dz-ta-wrap textarea{
  background:#fff !important;
}

.kontakt-unternehmen-box .dz-ta-overlay{
  color: rgba(108,117,125,.95) !important;
}

.eyebrow{
  display:inline-flex;
  align-items:center;
  padding:.35rem .75rem;
  border-radius:999px;
  font-size:.85rem;
  font-weight:700;
  letter-spacing:.04em;
}

/* für dunkle Bereiche */
.eyebrow--dark{
  color:#60a5fa;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
}

/* für helle Bereiche */
.eyebrow--light{
  color:#1d4ed8;
  background:rgba(59,130,246,.08);
  border:1px solid rgba(59,130,246,.15);
}



.faq-unternehmen-band .accordion{
  --bs-accordion-bg: transparent;
  --bs-accordion-border-color: rgba(255,255,255,.08);
  --bs-accordion-border-radius: 14px;
}

/* ITEM */
.faq-unternehmen-band .accordion-item{
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 14px;
  overflow: hidden;
  transition: all .2s ease;
}

/* Abstand zwischen Items */
.faq-unternehmen-band .accordion-item + .accordion-item{
  margin-top: .75rem;
}

/* HOVER */
.faq-unternehmen-band .accordion-item:hover{
  background: rgba(255,255,255,.05);
  border-color: rgba(255,255,255,.14);
}

/* BUTTON */
.faq-unternehmen-band .accordion-button{
  background: transparent;
  color: #fff;
  font-weight: 600;
  padding: 1rem 1.1rem;
  box-shadow: none;
}

/* Hover Button */
.faq-unternehmen-band .accordion-button:hover{
  color: #93c5fd;
}

/* ACTIVE (geöffnet) */
.faq-unternehmen-band .accordion-button:not(.collapsed){
  background: rgba(255,255,255,.04);
  color: #60a5fa;
}

/* Pfeil (Icon) */
.faq-unternehmen-band .accordion-button::after{
  filter: invert(1) opacity(.7);
  transform: scale(.9);
}

/* BODY */
.faq-unternehmen-band .accordion-body{
  color: rgba(255,255,255,.75);
  padding: 1rem 1.1rem 1.2rem;
}

/* LINKS IM BODY */
.faq-unternehmen-band .accordion-body a{
  color: #93c5fd;
}

.faq-unternehmen-band .accordion-body a:hover{
  color: #bfdbfe;
}

/* LISTEN */
.faq-unternehmen-band .accordion-body ul{
  padding-left: 1.1rem;
}

.faq-unternehmen-band .accordion-body li{
  margin-bottom: .25rem;
}

/* LABELS (Allgemein / Kosten etc.) */
.faq-unternehmen-label{
  color: rgba(255,255,255,.5);
  letter-spacing: .06em;
}

.faq-unternehmen-band .accordion-collapse{
  background: transparent !important;
}

.faq-unternehmen-band .accordion-body{
  background: transparent !important;
}


.service-overview-card{
  position: relative;
  border: 1px solid rgba(15,23,42,.14);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,255,255,.90));
  box-shadow:
    0 20px 48px rgba(2,6,23,.10),
    0 6px 18px rgba(2,6,23,.05),
    inset 0 1px 0 rgba(255,255,255,.88);
  overflow: hidden;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.service-overview-card::before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:6px;
  background: linear-gradient(180deg, #111111 0%, #3f3f46 55%, #a1a1aa 100%);
}

.service-overview-card:hover{
  transform: translateY(-4px);
  border-color: rgba(15,23,42,.22);
  box-shadow:
    0 28px 64px rgba(2,6,23,.14),
    0 10px 24px rgba(2,6,23,.07),
    inset 0 1px 0 rgba(255,255,255,.92);
}

.service-overview-card .card-body{
  display:flex;
  flex-direction:column;
  height:100%;
  padding:1.7rem 1.6rem;
}

.service-overview-card h3{
  margin-bottom:.9rem;
}

.service-overview-card p{
  margin-bottom:0;
  color:var(--bs-body-secondary);
  line-height:1.55;
}

.service-overview-card .btn{
  margin-top:auto;
  align-self:center;
}

.section-soft{
  background:#f7f8fa;
}

.section-soft-2{
  background:#f2f4f7;
}


.hero-service-buttons {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  width: 100%;
}

.hero-service-buttons .btn-service {
  width: 100%;
}

.hero-service-buttons .btn-service:last-child {
  grid-column: 2;
}

@media (max-width: 991.98px) {
  .hero-service-buttons {
    grid-template-columns: 1fr;
  }

  .hero-service-buttons .btn-service:last-child {
    grid-column: auto;
  }
}

.migration-hero-card{
  border:1px solid rgba(15,23,42,.10);
  background:linear-gradient(180deg, rgba(255,255,255,.96), rgba(248,250,252,.92));
  border-radius:1.15rem;
  box-shadow:
    0 16px 36px rgba(2,6,23,.08),
    inset 0 1px 0 rgba(255,255,255,.85);
}

.step-card,
.usecase-card,
.quality-card,
.cta-panel,
.scope-card{
  border:1px solid rgba(0,0,0,.08);
  background:#fff;
  border-radius:1rem;
  box-shadow:0 10px 24px rgba(2,6,23,.06);
}

.migration-hero-card .mini-box,
.migration-hero-card .mini-chart,
.scope-card .mini-box{
  border:1px solid rgba(0,0,0,.08);
  background:linear-gradient(180deg,#fafafa,#fff);
  border-radius:1rem;
}

.migration-hero-card .mini-box{
  height:100%;
  border-top:3px solid rgba(59,130,246,.18);
}

.migration-hero-card .mini-chart{
  border-left:4px solid rgba(59,130,246,.40);
  background:linear-gradient(180deg,#ffffff,#fbfcfe);
}

.migration-hero-card .fw-semibold{
  color:#1f2937;
}

.mini-problem-list{
  display:grid;
  gap:.45rem;
}

.mini-problem-item{
  display:flex;
  align-items:flex-start;
  gap:.35rem;
  color:var(--bs-body-secondary);
  line-height:1.45;
}

.mini-problem-item i{
  color:#3b82f6;
  font-size:1.1rem;
  line-height:1;
  margin-top:.15rem;
}

    .migration-kpi{
      border:1px solid rgba(0,0,0,.08);
      border-radius:1rem;
      background:linear-gradient(180deg,#ffffff,#f8fafc);
      padding:1rem;
      height:100%;
    }

    .migration-kpi .icon{
      width:3rem;
      height:3rem;
      display:grid;
      place-items:center;
      border-radius:.9rem;
      background:rgba(59,130,246,.08);
      font-size:1.25rem;
      margin-bottom:.75rem;
    }

    .check-list,
    .scope-list{
      list-style:none;
      padding-left:0;
      margin-bottom:0;
    }

    .check-list li,
    .scope-list li{
      position:relative;
      padding-left:1.7rem;
      margin-bottom:.7rem;
      color:var(--bs-body-secondary);
    }

    .check-list li::before,
    .scope-list li::before{
      content:"\F26E";
      font-family:"bootstrap-icons";
      position:absolute;
      left:0;
      top:.1rem;
      color:#16a34a;
    }

    .problem-list .list-group-item{
      background:transparent;
      border-color:rgba(0,0,0,.08);
    }

    .step-number{
      width:2.4rem;
      height:2.4rem;
      display:grid;
      place-items:center;
      border-radius:999px;
      background:linear-gradient(135deg, rgba(59,130,246,.12), rgba(139,92,246,.12));
      font-weight:700;
      margin-bottom:.9rem;
    }

    .faq-note{
      max-width:850px;
      margin-inline:auto;
    }

    .badge-soft{
      display:inline-flex;
      align-items:center;
      gap:.45rem;
      padding:.55rem .85rem;
      border-radius:999px;
      background:#fff;
      border:1px solid rgba(0,0,0,.08);
      box-shadow:0 6px 16px rgba(2,6,23,.04);
      font-size:.95rem;
    }

.topic-chip {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .5rem .8rem;
    border-radius: 999px;
    background: rgba(255,255,255,.7);
    border: 1px solid rgba(0,0,0,.08);
    font-size: .95rem;
    margin: .25rem;
}

.shop-step-card,
.region-card,
.scenario-card {
    height: 100%;
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 .35rem .9rem rgba(0,0,0,.06);
}

.shop-step-number {
    width: 2.35rem;
    height: 2.35rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--bs-primary-bg-subtle, #e7f1ff);
    font-weight: 700;
    margin-bottom: .9rem;
}

.shop-check-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

    .shop-check-list li {
        position: relative;
        padding-left: 1.8rem;
        margin-bottom: .75rem;
    }

        .shop-check-list li::before {
            content: "\F26E";
            font-family: "bootstrap-icons";
            position: absolute;
            left: 0;
            top: .05rem;
            color: var(--bs-primary);
        }

.process-grid {
    display: grid;
    gap: 1rem;
}

@media (min-width: 992px) {
    .process-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.process-box {
    padding: 1rem;
    border-radius: 1rem;
    background: rgba(255,255,255,.78);
    border: 1px solid rgba(0,0,0,.08);
    height: 100%;
}

.mini-note {
    font-size: .95rem;
}


.topic-chip {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .5rem .8rem;
    border-radius: 999px;
    background: rgba(255,255,255,.75);
    border: 1px solid rgba(0,0,0,.08);
    font-size: .95rem;
    margin: .25rem;
}

.shop-check-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

    .shop-check-list li {
        position: relative;
        padding-left: 1.8rem;
        margin-bottom: .8rem;
    }

        .shop-check-list li::before {
            content: "\F26E";
            font-family: "bootstrap-icons";
            position: absolute;
            left: 0;
            top: .05rem;
            color: var(--bs-primary);
        }

.signal-card,
.pillar-card,
.fit-card,
.process-card {
    height: 100%;
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 .35rem .9rem rgba(0,0,0,.06);
}

.signal-icon,
.pillar-icon {
    width: 3rem;
    height: 3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--bs-primary-bg-subtle, #e7f1ff);
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.shop-number {
    width: 2.4rem;
    height: 2.4rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--bs-primary-bg-subtle, #e7f1ff);
    font-weight: 700;
    margin-bottom: .9rem;
}

.process-grid {
    display: grid;
    gap: 1rem;
}

@media (min-width: 992px) {
    .process-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.process-box {
    padding: 1rem;
    border-radius: 1rem;
    background: rgba(255,255,255,.82);
    border: 1px solid rgba(0,0,0,.08);
    height: 100%;
}

.soft-note {
    font-size: .96rem;
}




/* alle Breadcrumbs kleiner */
nav[aria-label="Breadcrumb"] {
  font-size: 0.8rem;
}