/** Shopify CDN: Minification failed

Line 15:0 All "@import" rules must come first

**/
/* Albert Sans wie auf www.track-pro.de, selbst gehostet (keine Google-Server) */
@font-face {
  font-family: 'Albert Sans';
  font-style: normal;
  font-weight: 650;
  font-display: swap;
  src: url('albert-sans-650-latin.woff2') format('woff2');
}

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap');

.tp-header-section {
  background: var(--tp-header-bg, #ffffff);
  color: var(--tp-header-text, #232121);
  display: block;
  font-family: 'Outfit', Arial, sans-serif;
  inset: 0 0 auto;
  position: relative;
  width: 100%;
  z-index: 40;
}

.tp-header__nav-toggle-text, .tp-header__nav-link {
  font-weight: 300 !important;
}

.tp-header-section *,
.tp-header-section *::before,
.tp-header-section *::after {
  box-sizing: border-box;
}

.tp-header-section--sticky {
  position: sticky;
  top: 0;
}

.tp-header__container {
  margin: 0 auto;
  max-width: var(--tp-header-max-width, 1300px);
  padding: var(--tp-header-padding-top, 32px) 32px var(--tp-header-padding-bottom, 32px);
  position: relative;
}

.tp-header__content {
  align-items: center;
  display: flex;
  gap: 32px;
  justify-content: space-between;
  min-height: 46px;
  position: relative;
}

.tp-header__logo-link {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  line-height: 0;
  position: relative;
  text-decoration: none;
  z-index: 4;
}

.tp-header__logo,
.tp-header__logo-text {
  display: block;
}

.tp-header__logo {
  height: auto;
  max-width: 100%;
  width: var(--tp-header-logo-width, 178px);
}

.tp-header__logo-text {
  color: var(--tp-header-text, #232121);
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}

.tp-header__middle {
  display: flex;
  flex: 1 1 auto;
  justify-content: center;
  min-width: 0;
}

.tp-header__nav {
  align-items: center;
  display: flex;
  justify-content: center;
  min-width: 0;
}

.tp-header__nav-list {
  align-items: center;
  display: flex;
  gap: 28px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.tp-header__nav-item {
  align-items: center;
  display: flex;
}

.tp-header__nav-link,
.tp-header__nav-toggle {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--tp-header-text, #232121);
  cursor: pointer;
  display: inline-flex;
  font-family: inherit;
  font-size: 18px;
  font-weight: 500;
  gap: 8px;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  text-decoration: none;
  transition: color 160ms ease;
}

.tp-header__nav-link:hover,
.tp-header__nav-link:focus-visible,
.tp-header__nav-link.is-active,
.tp-header__nav-toggle:hover,
.tp-header__nav-toggle:focus-visible,
.tp-header__dropdown.is-open .tp-header__nav-toggle {
  color: var(--tp-header-accent, #ee5c2a);
}

.tp-header__nav-toggle-icon {
  border-bottom: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  display: block;
  height: 7px;
  margin-top: -3px;
  transform: rotate(45deg);
  transition: transform 180ms ease;
  width: 7px;
}

.tp-header__dropdown.is-open .tp-header__nav-toggle-icon {
  margin-top: 2px;
  transform: rotate(-135deg);
}

.tp-header__dropdown-panel {
  inset: auto 0 auto;
  padding: 0 32px;
  position: fixed;
  top: calc(var(--tp-header-height, 110px) - 30px);
  width: 100%;
  z-index: 30;
}

.tp-header__dropdown-shell {
  margin: 0 auto;
  max-width: 1200px;
}

.tp-header__dropdown-content {
  background: var(--tp-header-dropdown-bg, #ffffff);
  border: 1px solid var(--tp-header-dropdown-border, #ece7e1);
  border-radius: 6px;
  box-shadow: 0 2px 5px var(--tp-header-shadow, rgba(0, 0, 0, 0.1));
  display: grid;
  gap: 32px;
  margin-top: 10px;
  overflow: hidden;
  padding: 36px 24px 24px 28px;
  position: relative;
}

.tp-header__dropdown-content--with-visual {
  grid-template-columns: 1.75fr 1fr;
  max-width: 1200px;
}

.tp-header__dropdown-list-wrap {
  color: var(--tp-header-text, #232121);
}

.tp-header__dropdown-heading {
  color: var(--tp-header-text, #232121);
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 26px;
  padding: 0 5px;
}

.tp-header__dropdown-columns {
  display: grid;
  gap: 28px 24px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  max-width: none;
}

.tp-header__dropdown-column {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.tp-header__dropdown-link {
  align-items: flex-start;
  border-radius: 18px;
  color: inherit;
  display: flex;
  gap: 14px;
  max-height: fit-content;
  padding: 0;
  text-decoration: none;
  transition: background-color 180ms ease, transform 180ms ease;
}

.tp-header__dropdown-link:hover,
.tp-header__dropdown-link:focus-visible {
  background: transparent;
  transform: none;
}

.tp-header__dropdown-icon {
  display: block;
  flex: 0 0 32px;
  height: 32px;
  max-width: none;
  object-fit: contain;
  width: 32px;
}

.tp-header__dropdown-text {
  display: grid;
  gap: 4px;
}

.tp-header__dropdown-title {
  color: var(--tp-header-text, #232121);
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}

.tp-header__dropdown-description {
  color: var(--tp-header-muted, #5f5f63);
  display: block;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
}

.tp-header__dropdown-visual {
  align-self: stretch;
  border-radius: 20px;
  min-height: 100%;
  overflow: hidden;
}

.tp-header__dropdown-visual-image {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.tp-header__right {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  gap: 20px;
  justify-content: flex-end;
  position: relative;
  z-index: 4;
}

.tp-header__actions {
  align-items: center;
  display: flex;
  gap: 12px;
}

.tp-header__actions--mobile {
  display: none;
}

.tp-header__button {
  align-items: center;
  border-radius: 10px;
  display: inline-flex;
  font-family: inherit;
  font-size: 16px;
  font-weight: 500;
  justify-content: center;
  line-height: 1.2;
  min-height: 52px;
  padding: 14px 24px;
  text-decoration: none;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, color 180ms ease;
  white-space: nowrap;
}

.tp-header__button:hover,
.tp-header__button:focus-visible {
  transform: translateY(-1px);
}

.tp-header__button--primary {
  background: var(--tp-header-accent, #ee5c2a);
  border: 1px solid var(--tp-header-accent, #ee5c2a);
  color: #ffffff;
}

.tp-header__button--primary:hover,
.tp-header__button--primary:focus-visible {
  background: #d85120;
  border-color: #d85120;
  color: #ffffff;
}

.tp-header__button--secondary {
  background: transparent;
  border: 1px solid var(--tp-header-text, #232121);
  color: var(--tp-header-text, #232121);
}

.tp-header__button--secondary:hover,
.tp-header__button--secondary:focus-visible {
  border-color: var(--tp-header-accent, #ee5c2a);
  color: var(--tp-header-accent, #ee5c2a);
}

.tp-header__menu-button {
  align-items: center;
  background: transparent;
  border: 0;
  display: none;
  flex-direction: column;
  gap: 11px;
  height: 42px;
  justify-content: center;
  margin: 0;
  padding: 0;
  transition: transform 0.3s;
  width: 42px;
}

.tp-header__menu-line {
  background: var(--tp-header-text, #232121);
  border-radius: 999px;
  display: block;
  height: 2px;
  transition: transform 180ms ease, opacity 180ms ease;
  width: 22px;
 background-color: #ee5c2a;
  width: 44px;
  height: 3px;
}



.tp-header__overlay {
  display: none !important;
}

html.tp-header-scroll-lock,
body.tp-header-scroll-lock {
  overflow: hidden;
  overscroll-behavior: none;
}

@media screen and (max-width: 1199px) {
  .tp-header__container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .tp-header__nav-list {
    gap: 22px;
  }

  .tp-header__nav-link,
  .tp-header__nav-toggle {
    font-size: 17px;
  }

  .tp-header__button {
    min-height: 48px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 991px) {
  .tp-header-section {
    z-index: 1000;
  }

  .tp-header__container {
    max-width: none;
    padding-bottom: 24px;
    padding-left: var(--tp-header-mobile-padding-x, 16px);
    padding-right: var(--tp-header-mobile-padding-x, 16px);
    padding-top: 24px;
  }

  .tp-header__content {
    gap: 16px;
    position: static;
  }

  .tp-header__middle {
    flex: 0 0 auto;
    justify-content: flex-end;
    position: static;
  }

  .tp-header__nav {
    align-items: flex-start;
    background: var(--tp-header-bg, #ffffff);
    border-top: 0;
    box-shadow: none;
    justify-content: flex-start;
    inset: var(--tp-header-height, 90px) 0 auto;
    height: calc(100vh - var(--tp-header-height, 90px));
    height: calc(100svh - var(--tp-header-height, 90px));
    height: calc(100dvh - var(--tp-header-height, 90px));
    max-height: calc(100vh - var(--tp-header-height, 90px));
    max-height: calc(100svh - var(--tp-header-height, 90px));
    max-height: calc(100dvh - var(--tp-header-height, 90px));
    min-height: calc(100vh - var(--tp-header-height, 90px));
    min-height: calc(100svh - var(--tp-header-height, 90px));
    min-height: calc(100dvh - var(--tp-header-height, 90px));
    opacity: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 24px;
    pointer-events: none;
    position: absolute;
    transform: translateY(-8px);
    transition: opacity 180ms ease, transform 180ms ease;
    width: 100%;
    z-index: 30;
    display: flex;
    flex-direction: column;
  }

  .tp-header-section.is-mobile-open .tp-header__nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .tp-header__nav-list {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 0;
    width: 100%;
  }

  .tp-header__nav-item,
  .tp-header__nav-item--dropdown,
  .tp-header__dropdown {
    display: block;
    text-align: left;
    width: 100%;
  }

  .tp-header__dropdown {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .tp-header__nav-link,
  .tp-header__nav-toggle {
    font-size: 20px;
    justify-content: space-between;
    padding: 16px 0;
    width: 100%;
  }

  .tp-header__dropdown-panel {
    inset: auto;
    padding: 0;
    position: static;
    top: auto;
    width: 100%;
  }

  .tp-header__dropdown-shell {
    max-width: none;
  }

  .tp-header__dropdown-content,
  .tp-header__dropdown-content--with-visual {
    background: transparent;
    border: 0;
    border-radius: 6px;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-top: 0;
    overflow: hidden;
    padding: 0 0 24px;
    top: 0;
    width: auto;
  }

  .tp-header__dropdown-heading {
    display: none;
  }

  .tp-header__dropdown-columns {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: none;
    width: 100%;
  }

  .tp-header__dropdown-column {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .tp-header__dropdown-link {
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
  }

  .tp-header__dropdown-link:hover,
  .tp-header__dropdown-link:focus-visible {
    background: transparent;
    transform: none;
  }

  .tp-header__dropdown-icon {
    flex: 0 0 28px;
    height: 28px;
    width: 28px;
  }

  .tp-header__dropdown-title {
    font-size: 16px;
    line-height: 1.35;
  }

  .tp-header__dropdown-description {
    font-size: 14px;
    line-height: 1.45;
  }



  .tp-header__menu-button {
    display: inline-flex;
    order: -1;
  }

  .tp-header__actions--desktop {
    display: none;
  }

  .tp-header__actions--mobile {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
    width: 70%;
  }


   .tp-header__button--secondary {
    width: 80% !important;
   }


  .tp-header__actions--mobile .tp-header__button {
    min-height: 48px;
    width: auto;
  }

  .tp-header__logo {
    width: min(var(--tp-header-logo-width, 178px), 158px);
  }

  .tp-header__nav-toggle-icon {
    height: 8px;
    width: 8px;
  }
}

@media screen and (max-width: 749px) {
  .tp-header__actions--mobile {
    display: grid;
  }

  .tp-header__actions--mobile .tp-header__button {
    width: 100%;
  }

  .tp-header__dropdown-content,
  .tp-header__dropdown-content--with-visual {
    padding-right: 16px;
    width: 100%;
  }

  .tp-header__nav-link,
  .tp-header__nav-toggle {
    font-size: 16px;
  }

  .tp-header__dropdown-title {
    font-size: 15px;
  }

  .tp-header__dropdown-description {
    font-size: 13px;
  }
}

/* Termin-Button wie auf www.track-pro.de (.button_primary-orange) */
.tp-header__button--primary {
  font-family: 'Albert Sans', Arial, sans-serif;
  font-weight: 650;
  letter-spacing: normal;
}

.tp-header__actions--desktop .tp-header__button--primary {
  border: 0;
  font-size: 14px;
  line-height: 1.6;
  min-height: 41px;
  padding: 9px 16px;
}
