/* Base */
body {
  font-kerning: normal;
  font-feature-settings: "kern" 1, "pnum" 1;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,f.cases__slider .el-meta
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: white;
  -webkit-box-shadow: none;
  transition: background-color 5000s ease-in-out 0s;
}

.uk-svg, .uk-svg:not(.uk-preserve) [fill*="#"]:not(.uk-preserve) {
  fill: none!important;
}
.uk-text-emphasis.uk-svg path {
  stroke: var(--global-accent-color);
}
.uk-text-primary.uk-svg path {
  stroke: var(--global-emphasis-color);
}

/* Breadcrumb */
.uk-breadcrumb {
  margin-bottom: 20px !important;
}


/* Colors */
.color-red {
  color:#fb2c36;
}

/* Claim */
.claim {
  display: inline-flex;
  border-bottom: 2px solid white;
  gap: 0.5rem;
}
.claim.care {
  border-color: var(--global-care-color);
}
.claim.run {
  border-color: var(--global-run-color);
}
.claim.create {
  border-color: var(--global-create-color);
}

/* CTA */
@media screen and (max-width: 959px) {
  .cta__unit .uk-background-cover::before {
    content: "";
    background: #28273c;
  
    inset: 0;
  
    position: absolute;
    pointer-events: none;
    opacity: 0.8;

  }
}

@media screen and (max-width: 1200px) {
  .ceo__testimonial .uk-background-cover {
    background-image: none !important;
  }
}



/* Code */
code {
  white-space: pre-wrap;
}

/* Typography */
@media screen and (max-width: 640px) {
  .uk-text-lead,
  .uk-text-large {
    font-size: 1rem;
  }
  .uk-text-meta {
    font-size: var(--text-small-font-size);
  }
  /* h1,h2,h3,h4,h5,h6 {
    hyphens: auto;
    hyphenate-limit-chars: auto 5;
    hyphenate-limit-lines: 2;
    overflow-wrap: break-word;
  } */
  .copyright {
    font-size:var(--text-small-font-size);
  }
}

/* Navbar */
.uk-dropnav-dropbar {
  box-shadow: 0px 0.5rem 2.5rem rgba(148, 163, 184, 0.18);
}
@media screen and (max-width: 640px) {
  .uk-nav-primary {
    font-size: 1rem;
  }
}

/* Hero */

#hero {
position: relative;
}
#hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0 auto;
  background: url(/wp-content/themes/navacom/img/stage-shape.svg) no-repeat right bottom/contain;
  width: 1000px;
  height: 30px;
}
@media screen and (min-width: 960px) {
  #hero::after {
    height: 80px;
  }
}
.hero__footer {
  margin-top: 0 !important;
}
.hero__footer--rating {
  position: relative
}

.hero__footer--rating > div {
  position: absolute;
  bottom: -2.5rem;
  z-index: 10;
}
@media screen and (min-width: 960px) {
  .hero__footer--rating > div {
    bottom: -10.5rem;
    text-align: right;
    right: 0;
  }
}


/* Section Title */
.tm-section-title > ::before {
  inset: 0px 0px 0px 2px;
  position: relative;
  height: 5rem;
  width: 2px;
}
.tm-section-title > * {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: center;
}

/* Links */

.menu__contact {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.menu__contact video,
.menu__contact img { 
  border-radius:100%;
  overflow: hidden;

}
.contact__link {
cursor: pointer;
}

/* Footer */ 
@media screen and (min-width: 641px) {
  nav .uk-subnav {
    display: flex; 
    gap: 1rem;
  }
}

@media screen and (max-width: 640px) {
  footer nav ul::before {
    border-bottom:none!important;
  }
  footer nav li {

    width: 100%;
    text-align: justify;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
  }
  footer nav li a {
    width: 100%;
    justify-content: center;
    border-radius: 0.25rem;
    border-bottom:none!important;
  }
}

/* Form */
.hidden-fields-container {
  display: none
}
.dna__form .wpcf7-text,
.dna__form .wpcf7-textarea {

  padding: 1rem;
  height: auto;
}
.dna__form .wpcf7-select {

  padding: 1rem;
  height: auto !important;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNyA3TDE3IDE3TTE3IDE3VjdNMTcgMTdINyIgc3Ryb2tlPSIjNDA0MDQwIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPgo=")!important;
  background-size: 1.5rem;
  background-position: right 1rem center!important;

}
.dna__form .wpcf7-form-control-wrap {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
}
.dna__form .wpcf7-not-valid-tip {
  font-size: var(--text-small-font-size);
  position: absolute;
  color: var(--global-danger-background);
  right: 1rem;
}
.dna__form .wpcf7-textarea + .wpcf7-not-valid-tip {
  top:1.25rem;
  right: 1rem;
}
.dna__form .wpcf7-form-control.wpcf7-text:focus,
.dna__form .wpcf7-form-control.wpcf7-text:active,
.dna__form .wpcf7-form-control.wpcf7-select:focus {
  box-shadow: none;
}
.dna__form .wpcf7-form-control.uk-textarea {
  height: 15rem;
  min-width: 100%;
}
.dna__form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item label input {
  height: 1.5rem;
  width: 1.5rem;
  flex-shrink: 0;
  background-repeat: no-repeat;
  display: flex;
  background-size: 1.2rem;
  background-position: center center;
  border: 1px solid rgba(255, 255, 255, 0.25);
  margin: 0 1rem 0 0;
  background-color: transparent;
}
.dna__form
  .wpcf7-form-control.wpcf7-acceptance
  .wpcf7-list-item
  label
  input:checked {
  background-color: white;
}
.dna__form .wpcf7-spinner {
  display: none;
}
.dna__form input,
.dna__form textarea {
  caret-color: var(--global-color);
}
.wpcf7 form.invalid .wpcf7-response-output {
  border: none;
  background: var(--global-danger-background);
  color: var(--global-color);
  margin: 2rem 0px;
  box-sizing: border-box;
  padding: 2rem;
  font-size: 1.4rem;
}
.wpcf7 form.sent .wpcf7-response-output {
  border: 2px solid var(--global-border-radius);
  box-sizing: border-box;
  padding: 2rem;
  text-align: center;
  font-size: 2rem;
}
.wpcf7 form.sent .wpcf7-response-output::before {
  display: flex;
  justify-content: center;
  font-size: 6rem;
}
.wpcf7 .screen-reader-response {
  display: none;
}
.dna__form .uk-form-icon {
  width: auto;
  bottom: 3px;
  left:1rem;
  height: 100%;
  color:var(--global-emphasis-color);
}
.dna__form .attachment {
  position: absolute;
  bottom: 2rem;
  right: 0;
  display: flex;
}
.dna__form .attachment .wpcf7-form-control-wrap {
  display: none;
}
.dna__form .attachment label {
  background: rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
  padding: 0.5rem 1rem;
  border-radius: 100rem;
  font-size: 80%;
  cursor: pointer;
  transition: 0.2s ease all;
}
.dna__form .attachment label .uk-icon {
  margin-left: 0.5rem;
}
.dna__form .attachment label.success {
  background: var(--global-success-background);
  color: var(--global-color);
  padding: 0.5rem;
  font-size: 0;
}
.dna__form .attachment label.success .uk-icon {
  margin: 0;
}

@media screen and (max-width: 640px) {
  .dna__form .wpcf7-text,
  .dna__form .wpcf7-textarea,
  .dna__form .wpcf7-select {
    font-size: 1rem;
  }
  #kontakt .uk-tile {
    padding: 0;
    background: none;
  }
}


/* Jobs */
.jobs__counter {
  background: var(--global-secondary-background);
  display: inline-flex;
  font-size: var(--text-small-font-size);
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 10rem;
  justify-content: center;
  align-content: center;
  transform: translateY(-0.5rem);
}

/* Clients carousel */
.clients-carousel {
  --clients-carousel-gap: 1rem;
  --clients-carousel-logo-height: 2.5rem;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .clients-carousel {
    --clients-carousel-logo-height: 5rem;
    --clients-carousel-gap: 3rem;
  }
}

.clients-carousel__viewport {
  width: 100%;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.clients-carousel__track {
  display: flex;
  width: max-content;
  will-change: transform;
}

.clients-carousel__group {
  display: flex;
  align-items: center;
  gap: var(--clients-carousel-gap);
  flex-shrink: 0;
  padding-right: var(--clients-carousel-gap);
}

.clients-carousel__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.clients-carousel__logo {
  display: block;
  height: var(--clients-carousel-logo-height);
  width: auto;
  max-width: 10rem;
  object-fit: contain;
}

@media (prefers-reduced-motion: reduce) {
  .clients-carousel__track {
    transform: none !important;
  }

  .clients-carousel__viewport {
    overflow-x: auto;
    mask-image: none;
    -webkit-mask-image: none;
  }
}

/* Google rating */
.google-rating {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  flex-wrap: wrap;
  line-height: 1.2;
  color: inherit;
}

.google-rating__stars {
  display: inline-flex;
  align-items: center;
  gap: 0.1rem;
  color: var(--global-color);
}

.google-rating__star {
  display: inline-flex;
  line-height: 0;
}

.google-rating__star svg {
  display: block;
}

.google-rating__logo {
  display: inline-flex;
  align-items: center;
  line-height: 0;
}

.google-rating__logo-svg {
  display: block;
}

/* IT-Schnelltest */
#schnelltest {
  position: relative;
}
#schnelltest::after {
  content: "";
  background: white;
  height: 15rem;
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: -1;
  pointer-events: none;
}
.schnelltest {
  --schnelltest-radius: 0.25rem;
  --schnelltest-gap: 1.25rem;
  --schnelltest-confirm-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --schnelltest-confirm-duration: 0.7s;
  --schnelltest-muted: var(--background-muted-color, var(--global-muted-background, #f3f4f6));
  position: relative;
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 2.25rem 2.5rem;
  border-radius: 0;
  background: #fff;
  overflow: hidden;
  transition: height var(--schnelltest-confirm-duration) var(--schnelltest-confirm-ease);
  box-shadow:
    0 1px 2px rgba(15, 23, 42, 0.04),
    0 8px 24px rgba(15, 23, 42, 0.06),
    0 24px 48px rgba(15, 23, 42, 0.06);
}

.schnelltest__content {
  display: grid;
  grid-template-columns: minmax(14rem, 0.9fr) minmax(0, 1.35fr);
  gap: 2.5rem;
  align-items: stretch;
  will-change: transform, opacity;
  transition:
    transform var(--schnelltest-confirm-duration) var(--schnelltest-confirm-ease),
    opacity calc(var(--schnelltest-confirm-duration) * 0.85) ease;
}

.schnelltest.is-confirmed .schnelltest__content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  box-sizing: border-box;
  transform: translateY(-112%);
  opacity: 0;
  pointer-events: none;
}

.schnelltest__confirmation {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  text-align: center;
  will-change: transform, opacity;
  transform: translateY(112%);
  opacity: 0;
  pointer-events: none;
  transition:
    transform var(--schnelltest-confirm-duration) var(--schnelltest-confirm-ease),
    opacity calc(var(--schnelltest-confirm-duration) * 0.85) ease;
}

.schnelltest.is-confirmed .schnelltest__confirmation {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.schnelltest__aside {
  --schnelltest-aside-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --schnelltest-aside-duration: 0.65s;
  position: relative;
  top: auto;
  align-self: stretch;
  min-height: 0;
  height: auto;
  padding: 0.25rem 0.5rem 0.25rem 0;
  border-radius: 0;
  background: transparent;
  color: var(--global-color);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.schnelltest__aside-stage {
  position: relative;
  flex: 1 1 auto;
  width: 100%;
  min-height: 16rem;
  overflow: hidden;
}

.schnelltest__aside-panel {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
  padding: 0.25rem;
  text-align: center;
  will-change: transform, opacity;
  transition:
    transform var(--schnelltest-aside-duration) var(--schnelltest-aside-ease),
    opacity calc(var(--schnelltest-aside-duration) * 0.85) ease;
}

.schnelltest__aside-intro {
  transform: translateY(0);
  opacity: 1;
}

.schnelltest__aside-result {
  transform: translateY(-115%);
  opacity: 0;
  pointer-events: none;
}

.schnelltest.is-result .schnelltest__aside-intro {
  transform: translateY(115%);
  opacity: 0;
  pointer-events: none;
}

.schnelltest.is-result .schnelltest__aside-result {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.schnelltest__facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
  width: 100%;
  max-width: 18rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.schnelltest__fact {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  padding: 1.1rem 1rem;
  border: 0;
  border-radius: 0.25rem;
  border: 2px solid var(--global-border);
}

.schnelltest__fact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 5rem;
  background: var(--global-accent-color);
  color: inherit;
}

.schnelltest__fact-icon .schnelltest__icon,
.schnelltest__perk-icon .schnelltest__icon,
.schnelltest__hint-icon .schnelltest__icon,
.schnelltest__success-icon .schnelltest__icon {
  width: 1rem;
  height: 1rem;
  display: block;
}

.schnelltest__fact-label {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.schnelltest__main {
  position: relative;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  text-align: left;
}
@media screen and (max-width: 900px) {
  .schnelltest__main .uk-button {
    width:100%;
  }
}

.schnelltest__progress[hidden],
.schnelltest__landing[hidden],
.schnelltest__quiz[hidden] {
  display: none !important;
}

.schnelltest__landing {
  display: none;
  position: relative;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 1rem;
  min-height: 16rem;
  padding: 0.5rem 0.25rem 0.5rem 0.5rem;
  z-index: 0;
}

.schnelltest.is-intro .schnelltest__landing {
  display: flex;
}

.schnelltest__quiz {
  display: none;
  flex-direction: column;
  gap: 1.5rem;
}

.schnelltest:not(.is-intro) .schnelltest__quiz {
  display: flex;
}

.schnelltest__badge {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  background: var(--global-muted-background);
  color: var(--global-color);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1;
}

.schnelltest__perks {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.5rem;
  margin: 0.35rem 0 0;
  padding: 0;
  list-style: none;
}

.schnelltest__perk {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.92rem;
  line-height: 1.3;
  color: var(--global-muted-color, inherit);
}

.schnelltest__perk-icon {
  display: inline-flex;
  flex-shrink: 0;
}

.schnelltest__question-wrap {
  text-align: left;
}

.schnelltest__progress-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.5rem;
}

.schnelltest__progress-heading {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  min-width: 0;
}

.schnelltest__progress-label,
.schnelltest__progress-pct {
  font-size: var(--text-small-font-size);
  font-weight: 600;
  color: var(--global-muted-color, inherit);
}

.schnelltest__hint {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.35rem;
  height: 1.35rem;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: var(--global-color);
  cursor: help;
  flex-shrink: 0;
}

.schnelltest__hint:hover,
.schnelltest__hint:focus-visible {
  background: transparent;
  opacity: 0.75;
  outline: none;
}

.schnelltest.is-result .schnelltest__hint {
  display: none;
}

.schnelltest__progress-track {
  height: 0.4rem;
  border-radius: 999px;
  background: color-mix(in srgb, var(--global-color, #0aa0e1) 15%, transparent);
  overflow: hidden;
}

.schnelltest__progress-bar {
  height: 100%;
  width: 0;
  border-radius: inherit;
  background: var(--global-color, #0aa0e1);
  transition: width 0.35s ease;
}

.schnelltest__answers {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.65rem;
}

.schnelltest__answer {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  width: 100%;
  padding: 0.95rem 1.1rem;
  border: 2px solid var(--global-border);
  border-radius: var(--schnelltest-radius);
  background: #fff;
  color: inherit;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.schnelltest__answer:hover,
.schnelltest__answer:focus-visible {
  border-color: var(--global-color);  
  box-shadow: 0 0 0 1px var(--global-color);
  outline: none;
  transform: translateY(-1px);
}

.schnelltest__answer.is-selected {
  border-color: var(--global-color);  
  box-shadow: 0 0 0 1px var(--global-color);
}

.schnelltest__answer-key {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 0.55rem;
  background: var(--global-emphasis-color);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  flex-shrink: 0;
}

.schnelltest__answer-label {
  font-size: 0.98rem;
  font-weight: 400;
  line-height: 1.4;
}

.schnelltest__result[hidden],
.schnelltest__question-wrap[hidden] {
  display: none !important;
}

.schnelltest__result {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: stretch;
}

.schnelltest__result-text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.schnelltest__result-band[hidden] {
  display: none !important;
}

.schnelltest__result-heading {
  margin: 0 0 0.75rem;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.3;
}

.schnelltest__result-body p,
.schnelltest__result-unknown p {
  margin: 0 0 0.75rem;
  font-size: 1rem;
  line-height: 1.55;
}

.schnelltest__result-body p:last-child,
.schnelltest__result-unknown p:last-child {
  margin-bottom: 0;
}

.schnelltest__result-unknown {
  padding: 1rem 1.15rem;
  border-left: 3px solid var(--global-accent-color, var(--global-color));
  background: var(--schnelltest-muted);
}

.schnelltest__result-unknown[hidden] {
  display: none !important;
}

.schnelltest__aside-result .schnelltest__result-kicker {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--global-color);
  opacity: 0.72;
  text-align: center;
}

.schnelltest__aside-result .schnelltest__result-ring {
  --schnelltest-ring: 0;
  position: relative;
  width: 7.25rem;
  height: 7.25rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background:
    radial-gradient(closest-side, var(--schnelltest-muted) 76%, transparent 77% 100%),
    conic-gradient(
      var(--global-accent-color) calc(var(--schnelltest-ring) * 1%),
      color-mix(in srgb, var(--global-color) 18%, transparent) 0
    );
  flex-shrink: 0;
  margin: 0.35rem 0;
}

.schnelltest__aside-result .schnelltest__result-score {
  margin: 0;
  font-size: 1.55rem;
  font-weight: 800;
  line-height: 1;
  color: var(--global-color);
}

.schnelltest__aside-result .schnelltest__result-points {
  margin: 0;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--global-color);
}

.schnelltest__aside-result .schnelltest__result-title {
  margin: 0.2rem 0 0;
  max-width: 15rem;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.35;
  color: var(--global-color);
  text-align: center;
}

.schnelltest__aside-result .schnelltest__restart {
  margin-top: 0.85rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--global-color);
  font: inherit;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  cursor: pointer;
}

.schnelltest__aside-result .schnelltest__restart:hover,
.schnelltest__aside-result .schnelltest__restart:focus-visible {
  color: var(--global-color);
  outline: none;
}

.schnelltest__result [data-schnelltest-form] {
  position: relative;
  width: 100%;
}

.schnelltest__form-title {
  margin: 0 0 0.4rem;
  font-size: 1.15rem;
  font-weight: 700;
  text-align: left;
}

.schnelltest__form-intro {
  margin: 0 0 1.15rem;
  font-size: 0.95rem;
  line-height: 1.5;
  opacity: 0.85;
  text-align: left;
}

.schnelltest__fields {
  margin-bottom: 1rem;
}

.schnelltest__field-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.schnelltest__honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.schnelltest__form-status {
  margin: 0.75rem 0 0;
  font-size: 0.9rem;
  min-height: 1.25rem;
}

.schnelltest__form-status.is-error {
  color: var(--global-danger-color, #b91c1c);
}

.schnelltest__form-shell {
  position: relative;
  width: 100%;
}

.schnelltest__success {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin: 0;
  max-width: 28rem;
  text-align: center;
}

.schnelltest__success-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  color: var(--global-accent-color);
}

.schnelltest__success-icon .schnelltest__icon {
  width: 48px;
  height: 48px;
}

.schnelltest__success-text {
  margin: 0;
  line-height: 1.4;
}

.schnelltest__result-divider {
  margin: 0.25rem 0 1.25rem;
  border: 0;
  border-top: 1px solid color-mix(in srgb, var(--global-color) 14%, transparent);
}

.schnelltest.is-animating .schnelltest__question-wrap {
  animation: schnelltest-fade 0.28s ease;
}

@keyframes schnelltest-fade {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 900px) {
  .schnelltest {
    padding: 1.5rem;
  }

  .schnelltest__content {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .schnelltest__aside {
    position: static;
    height: auto;
    min-height: 0;
    padding: 0;
    overflow: visible;
  }

  .schnelltest__aside-stage {
    min-height: 0;
    overflow: hidden;
  }

  /* Intro defines height; result overlays until result-state swaps flow. */
  .schnelltest__aside-panel {
    position: relative;
    inset: auto;
  }

  .schnelltest__aside-result {
    position: absolute;
    inset: 0;
  }

  /* Result defines height so kicker/title are not clipped. */
  .schnelltest.is-result .schnelltest__aside-intro {
    position: absolute;
    inset: 0;
  }

  .schnelltest.is-result .schnelltest__aside-result {
    position: relative;
    inset: auto;
  }

  .schnelltest__aside-result .schnelltest__result-title {
    max-width: none;
  }

  .schnelltest__facts {
    max-width: none;
  }

  .schnelltest__landing {
    min-height: 0;
    padding: 0;
  }
}

@media (max-width: 640px) {
  .schnelltest__answers {
    grid-template-columns: 1fr;
  }

  .schnelltest__perks {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.65rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .schnelltest,
  .schnelltest__progress-bar,
  .schnelltest__answer,
  .schnelltest__aside-panel,
  .schnelltest__content,
  .schnelltest__confirmation {
    transition: none;
  }

  .schnelltest.is-animating .schnelltest__question-wrap {
    animation: none;
  }
}


/* Menu Product */
.menu__product .el-title {
  display: flex;
  justify-content: space-between;
}


/* Testimonials */  
.testimonial__grid .testimonial__meta{
  display: flex;
  gap: 1rem;
  margin-top: auto;
  flex-direction: column;
}
@media screen and (min-width: 640px) {
  .testimonial__grid .testimonial__meta{
    align-items: center;
    flex-direction: row;
  }
}
.testimonial__grid .testimonial__meta-info{
  display: flex;
  flex-direction: column;
}
.testimonial__header {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
}
.testimonial__content {
  font-style: italic;
  padding-bottom: 2rem;
  font-family: var(--global-tertiary-font-family);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.testimonial__grid .uk-card-default {
  border: 0;
  background-color: var(--background-muted-color, var(--global-muted-background, #f4f4f5));
}
.testimonial__rating {
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonial__category {
  background: #fff;
  color: inherit;
}
@media screen and (min-width: 640px) {
  .testimonial__category {
    font-size: 0.85rem;
  }
}
.testimonial__meta-image {
  width: 64px;
  height: 64px;
  border-radius: 10rem;
  flex-shrink: 0;
  object-fit: cover;
  object-position: center;
  overflow: hidden;
}
.testimonial__meta-image--initials {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  font-weight: 600;
  line-height: 1;
}
.testimonial__meta-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonial__category.testimonial__category-slate {
  background-color: #f1f5f9;
}
.testimonial__category.testimonial__category-gray {
  background-color: #f3f4f6;
}
.testimonial__category.testimonial__category-zinc {
  background-color: #f4f4f5;
}
.testimonial__category.testimonial__category-neutral {
  background-color: #f5f5f5;
}
.testimonial__category.testimonial__category-stone {
  background-color: #f5f5f4;
}
.testimonial__category.testimonial__category-red {
  background-color: #fee2e2;
}
.testimonial__category.testimonial__category-orange {
  background-color: #ffedd5;
}
.testimonial__category.testimonial__category-amber {
  background-color: #fef3c7;
}
.testimonial__category.testimonial__category-yellow {
  background-color: #fef9c3;
}
.testimonial__category.testimonial__category-lime {
  background-color: #ecfccb;
}
.testimonial__category.testimonial__category-green {
  background-color: #dcfce7;
}
.testimonial__category.testimonial__category-emerald {
  background-color: #d1fae5;
}
.testimonial__category.testimonial__category-teal {
  background-color: #ccfbf1;
}
.testimonial__category.testimonial__category-cyan {
  background-color: #cffafe;
}
.testimonial__category.testimonial__category-sky {
  background-color: #e0f2fe;
}
.testimonial__category.testimonial__category-blue {
  background-color: #dbeafe;
}
.testimonial__category.testimonial__category-indigo {
  background-color: #e0e7ff;
}
.testimonial__category.testimonial__category-violet {
  background-color: #ede9fe;
}
.testimonial__category.testimonial__category-purple {
  background-color: #f3e8ff;
}
.testimonial__category.testimonial__category-fuchsia {
  background-color: #fae8ff;
}
.testimonial__category.testimonial__category-pink {
  background-color: #fce7f3;
}
.testimonial__category.testimonial__category-rose {
  background-color: #ffe4e6;
}

.horizontal__panel .crc__divider {
  border-width: 0.35rem;
}
.horizontal__panel.create .el-image path {
  stroke: var(--global-create-color)!important;
}
.horizontal__panel.run .el-image path {
  stroke: var(--global-run-color)!important;
}
.horizontal__panel.care .el-image path {
  stroke: var(--global-care-color)!important;
}
.horizontal__panel.create .crc__divider {
  border-color: var(--global-create-color);
}
.horizontal__panel.run .crc__divider {
  border-color: var(--global-run-color);
}
.horizontal__panel.care .crc__divider {
  border-color: var(--global-care-color);
}

@media screen and (min-width: 1200px) {
  .horizontal__wrap {
    flex-flow: row;
    display: flex;
    gap:2.5rem;
  }

  .horizontal__panel {
    flex: none;
    width: 100%;
    margin: 0 !important;
  }
  .horizontal__panel > div {
    padding:0;
  }

  .horizontal__panel .uk-heading-3xlarge {
    width: max-content;
    max-width: 100%;
  }

  .horizontal__panel-inner {
  }
}


/* Team Avatars Shortcode */
.team-avatars {
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
}

.team-avatars__item {
  position: relative;
  width: 70px;
  height: 70px;
  margin-left: -1.25rem;
  border: 0.15rem solid var(--global-border);
  border-radius: 50%;
  overflow: hidden;
  background: #ffffff;
  box-sizing: border-box;
}

.team-avatars__item:first-child {
  margin-left: 0;
}

.team-avatars--accent .team-avatars__item {
  border-color: var(--global-accent-color);
}

.team-avatars--white .team-avatars__item {
  border-color: #fff;
}

.team-avatars__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Floating Touchbar */
.navacom-touchbar {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(24px);
  transition: opacity 0.35s ease, transform 0.35s ease, visibility 0.35s;
}

.navacom-touchbar.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.navacom-touchbar__items {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 12px;
}

.navacom-touchbar__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--global-accent-color);
  color: var(--global-color);
  box-shadow: none;
  cursor: pointer;
  text-decoration: none;
  appearance: none;
  -webkit-appearance: none;
  transition: transform 0.2s ease;
}

.navacom-touchbar__btn:hover {
  transform: scale(1.06);
  color: var(--global-color);
  text-decoration: none;
}

.navacom-touchbar__btn:focus {
  outline: none;
}

.navacom-touchbar__btn:focus-visible {
  transform: scale(1.06);
  color: var(--global-color);
  text-decoration: none;
  outline: 2px solid var(--global-color);
  outline-offset: 3px;
}

.navacom-touchbar__btn svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  flex-shrink: 0;
}

.navacom-touchbar__item {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(16px);
  transition: opacity 0.28s ease, transform 0.28s ease, visibility 0.28s;
}

.navacom-touchbar.is-open .navacom-touchbar__item {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.navacom-touchbar.is-open .navacom-touchbar__item:nth-child(1) {
  transition-delay: 0.05s;
}

.navacom-touchbar.is-open .navacom-touchbar__item:nth-child(2) {
  transition-delay: 0.12s;
}

.navacom-touchbar.is-open .navacom-touchbar__item:nth-child(3) {
  transition-delay: 0.19s;
}

.navacom-touchbar:not(.is-open) .navacom-touchbar__item:nth-child(1) {
  transition-delay: 0.14s;
}

.navacom-touchbar:not(.is-open) .navacom-touchbar__item:nth-child(2) {
  transition-delay: 0.07s;
}

.navacom-touchbar:not(.is-open) .navacom-touchbar__item:nth-child(3) {
  transition-delay: 0s;
}

@media screen and (max-width: 960px) {
  .navacom-touchbar {
    right: 2rem;
    bottom: 1rem;
  }

  .navacom-touchbar__btn {
    width: 48px;
    height: 48px;
  }
}

/* Cases */

/* Navacom Forms */
.navacom-form {
  width: 100%;
  position: relative;
}

.navacom-form__honeypot,
.schnelltest__honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.navacom-form__consents,
.schnelltest__consents {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.navacom-form__consent,
.schnelltest__consent {
  display: flex !important;
  align-items: center;
  gap: 0.65rem;
  font-weight: 400;
  cursor: pointer;
}

.navacom-form__consent.is-invalid,
.schnelltest__consent.is-invalid {
  outline: 1px solid #b42318;
  outline-offset: 4px;
}

.navacom-form__consent .uk-checkbox,
.schnelltest__consent .uk-checkbox {
  margin-top: 0;
  flex-shrink: 0;
}

.navacom-form__privacy,
.schnelltest__privacy {
  margin: 0;
  opacity: 0.85;
}

.navacom-form__status,
.schnelltest__form-status {
  margin-top: 0.75rem;
}

.navacom-form__status.is-error,
.schnelltest__form-status.is-error {
  color: #b42318;
}

.navacom-form__status.is-success {
  color: #027a48;
}

.navacom-form .uk-input.uk-form-danger,
.navacom-form .uk-textarea.uk-form-danger,
.navacom-form .uk-input.is-invalid,
.navacom-form .uk-textarea.is-invalid {
  border-color: #b42318 !important;
}

.navacom-form__confirmation {
  padding: 1rem 0;
}

.navacom-form__confirmation-text {
  margin: 0;
  font-size: 1.05rem;
}

.navacom-form__upload {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.navacom-form__dropzone {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  min-height: 7.5rem;
  padding: 1.5rem 1.25rem;
  border: 2px dashed var(--global-emphasis-color);
  background: var(--background-muted-color, var(--global-muted-background, #f4f4f5));
  text-align: center;
}

.navacom-form__dropzone.is-dragover {
  background: color-mix(in srgb, var(--global-emphasis-color) 8%, transparent);
  outline: none;
}

.navacom-form__file-input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.navacom-form__dropzone-text,
.navacom-form__dropzone-meta {
  pointer-events: none;
}

.navacom-form__dropzone-text {
  font-weight: 600;
}

.navacom-form__dropzone-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.35rem 0.5rem;
  max-width: 28rem;
  line-height: 1.4;
}

.navacom-form__dropzone-sep {
  opacity: 0.45;
}

.navacom-form__file-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
}

.navacom-form__file-list[hidden] {
  display: none !important;
}

.navacom-form__file-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.65rem 0.85rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.navacom-form__file-list li:last-child {
  border-bottom: 0;
}

.navacom-form__file-name {
  flex: 1;
  min-width: 0;
  word-break: break-word;
}

.navacom-form__file-remove {
  border: 0;
  background: transparent;
  padding: 0.15rem 0.35rem;
  font-size: 0.9rem;
  line-height: 1.2;
  cursor: pointer;
  color: inherit;
  text-decoration: underline;
  flex-shrink: 0;
}

.navacom-form__file-remove:hover {
  color: #b42318;
}

.navacom-form .screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.navacom-form__dropzone:focus-within {
  outline: 2px solid var(--global-emphasis-color);
  outline-offset: 2px;
}

.navacom-form__confirmation:focus {
  outline: none;
}
