/* ========================================
   DESIGN TOKENS – CSS Custom Properties
   ======================================== */

/* ========================================
   CSS - Anfang
   ======================================== */

:root {
  /* Markenfarben */
  --tillit-primary: #b59472;
  --tillit-primary-dark: #9a7d5f;

  /* Grautöne & Schwarz */
  --tillit-black: #222;
  --tillit-gray-dark: #393939;
  --tillit-gray: #414141;
  --tillit-gray-light: #666666;
  --tillit-gray-lighter: #f4f4f4;
  --tillit-white: #ffffff;

  /* Schatten */
  --tillit-shadow: rgba(0, 0, 0, 0.08);
  --tillit-shadow-hover: rgba(0, 0, 0, 0.12);

  /* Radii */
  --tillit-radius: 12px;
  --tillit-radius-lg: 20px;

  /* Transition */
  --tillit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);

  /* ==== Unterstrich-Konvention (Nav, Footer, Drawer, Panel,
     Seiten-Links) — EINE Logik fuer alle.

     bottom: calc(50% - var(--tillit-underline-font) - var(--tillit-underline-gap))

     Hergeleitet, nicht geraten: "bottom" misst ab der Padding-Box,
     nicht ab dem Text. Rechnet man den Weg von der Padding-Box-
     Unterkante bis zur Grundlinie durch, kuerzt sich die
     Zeilenhoehe heraus und es bleiben zwei Fontkonstanten und der
     Design-Knopf. Vorteil: unteres Padding UND hoehere
     Geschwister in Flex-Zeilen (Pfeil-Icons!) sind automatisch
     mit erledigt — beides hatte die Linie vorher verschoben
     (Drawer-Unterpunkte 9,9px statt 3,9px, sh-split__link 4,6px
     statt 2,6px unter der Grundlinie).

     Ein em-Wert ist hier richtig: der Abstand zur Grundlinie ist
     eine typografische Groesse und soll mit der Schrift skalieren
     (anders als die Linienstaerke, die 1px bleibt). */

  /* Fontkonstante: Inhaltsbox/2 minus Unterlaenge der Hausschrift.
     Nur anfassen, wenn die Schrift wechselt. */
  --tillit-underline-font: 0.365em;

  /* DESIGN-KNOPF: Abstand der Linie unter der Grundlinie.
     Groesser = weiter weg vom Text. */
  --tillit-underline-gap: 0.17em;

  /* Startseite-spezifisch */
  --tillit-home-primary: #b59472;
  --tillit-home-primary-dark: #9a7d5f;
  --tillit-home-black: #222222;
  --tillit-home-gray-dark: #444444;
  --tillit-home-gray: #555555;
  --tillit-home-gray-light: #666666;
  --tillit-home-surface: #ffffff;
  --tillit-home-bg: #f6f2eb;
  --tillit-home-shadow: 0 18px 40px rgba(0, 0, 0, 0.1);
  --tillit-home-radius: 16px;
  --tillit-home-radius-lg: 24px;
  --tillit-home-transition: all 0.35s ease;
}

#shopversion {
  display: none;
}

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body.page_home #headline {
  display: none;
}

/* CSS für Themenseiten */
.tillit-category-hero {
  position: relative;
  width: 100%;
  height: 40vh;
  min-height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4rem;
}

.tillit-category-hero__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.tillit-category-hero__background figure {
  width: 100%;
  height: 100%;
  margin: 0;
}

.tillit-category-hero__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.tillit-category-hero__content-wrapper {
  position: absolute;
  bottom: -4.5rem;
  /* Lü¤sst die ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“berschrift zur Hü¤lfte über den Rand hinausragen */
  left: 0;
  width: 100%;
  z-index: 3;
}

.tillit-category-hero__content {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
  text-align: center;
}

.tillit-category-hero__title {
  font-size: 6.5rem;
  font-weight: 700;
  /* Reduziert von 800 auf 700 */
  color: #000000;
  letter-spacing: 2px;
  line-height: 1.1;
  margin: 0;
  padding: 0;
}

.tillit-category-description {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto 3rem auto;
  padding: 0 1.5rem;
  text-align: center;
}

.tillit-category-description__text {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #333;
  margin-top: 6rem;
  max-width: 30vw;
  /* Begrenzt die Breite auf 30% der Viewport-Breite */
  margin-left: auto;
  margin-right: auto;
}

/* Größere Texte auf breiten Bildschirmen */
@media (min-width: 1200px) {
  .tillit-category-hero__title {
    font-size: 7rem;
  }

  .tillit-category-hero__content-wrapper {
    bottom: -5rem;
  }

  .tillit-category-description__text {
    font-size: 2.4rem;
  }
}

/* Mobile-Optimierung */
@media (max-width: 768px) {
  .tillit-category-hero {
    height: 35vh;
    min-height: 250px;
    margin-bottom: 3.5rem;
  }

  .tillit-category-hero__content-wrapper {
    bottom: -3.5rem;
  }

  .tillit-category-hero__title {
    font-size: 5rem;
    letter-spacing: 1px;
  }

  .tillit-category-description__text {
    margin-top: 6rem;
    max-width: 80vw;
  }
}



/* CSS für 3D-Cards*/

.tillit-categories__grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 3rem;
  /* Deutlich kleinerer Gap für mehr Karten auf dem Bildschirm */
  width: 100%;
  margin: 56px 0px 56px 0px;
}

/* Eindeutige Klassennamen, um Konflikte zu vermeiden */
.tillit-3d-card-container {
  width: 100%;
  height: 0;
  padding-bottom: 70%;
  /* Aspect ratio 10:7 */
  perspective: 1500px;
  cursor: pointer;
  position: relative;
  overflow: visible;
}

.tillit-3d-card {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transform-style: preserve-3d;
  transition: transform 0.2s ease;
  overflow: hidden;
  will-change: transform;
}

.tillit-3d-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.2) 100%);
  z-index: 1;
}

.tillit-3d-card-content {
  position: absolute;
  bottom: 25px;
  left: 25px;
  right: 25px;
  color: white;
  z-index: 2;
  transition: transform 0.2s ease;
  will-change: transform;
}

.tillit-3d-card-title {
  margin: 0;
  font-size: 2rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Stilisierter Untertitel mit Schrägstrichen */
.tillit-3d-card-subtitle {
  margin: 0.5rem 0 0;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 1px;
  opacity: 0.95;
  text-transform: uppercase;
}

.tillit-3d-card-link {
  display: inline-flex;
  align-items: center;
  margin-top: 1.2rem;
  padding: 0.8rem 1.5rem;
  background-color: #b59472;
  /* TilliT Keycolor - Braun */
  color: white;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 50px;
  transform: translateY(10px);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.tillit-3d-card-container:hover .tillit-3d-card-link {
  transform: translateY(0);
  opacity: 1;
}

.tillit-3d-card-link:hover {
  transform: scale(1.05);
  color: white;
}

.tillit-3d-card-link svg {
  margin-left: 8px;
  width: 16px;
  height: 16px;
}

/* Responsive Anpassungen */
@media (min-width: 768px) {
  .tillit-categories__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .tillit-categories__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}




/* ========================================
   CSS - Ende
   ======================================== */

.shop-width {
  max-width: 100%;
}

#Header #header_content {
  max-width: 1460px !important;
  background-position: 16px center;
}

#Main {
  padding: 0;
}

#Left:empty~#Right:empty~#Middle {
  padding: 0;
}

body .p-t--m {
  padding-top: 0;
}

#breadcrumb {
  padding-top: 1rem;
  padding-inline: 0.5rem;
  text-overflow: ellipsis;
  overflow: hidden;
}

body .m-t--m {
  margin-top: 0;
}

.h_menu {
  justify-content: center;
  font-size: 14px;
  letter-spacing: 0.5px;
}

.listcontrol {
  max-width: 1400px;
  margin: 0 auto;
}


#shipping_custbemerkung {
  margin-top: 1rem;
}

.area .content,
.area_bg .content,
.area_bg-l .content {
  border: none;
  padding: 0;
  border-radius: 8px;
}

#PaymentMethod_area>.content:hover,
#shippingmethod_area>.content:hover {
  box-shadow: 0 0 5px #e8e8e8;
}

#mobile_logo {
  background-size: inherit;
}

/* Damit der Artikelgrid (4 nebeneinander) nicht zu breit/groÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ dargestellt wird  */
.items {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto !important;
}


/* Suchfeld  */
#SearchStr,
#SearchStrUnderlay {
  width: 100%;
  padding: 1.75rem;
  margin-top: 0;
  border: none;
  background-color: #fbfbfb;
  border-radius: 9999px;
}

#SearchStr:focus-visible,
#SearchStrUnderlay:focus-visible {
  outline: 2px solid #b59472 !important;
  outline-offset: 3px;
  box-shadow: none;
}

.search button[type="submit"]::before {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='%23BE9971'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='m21 21-5.197-5.197m0 0A7.5 7.5 0 1 0 5.196 5.196a7.5 7.5 0 0 0 10.607 10.607Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  font-family: none;
}


.search button[type="submit"] {
  width: 2em;
  height: 2em;
}

input,
select,
textarea,
number,
password,
submit,
button,
email,
tel,
url {
  background-color: #fbfbfb;
  color: black;
  font-family: inter;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
}




.cart_icon::before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='%23000000'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M2.25 3h1.386c.51 0 .955.343 1.087.835l.383 1.437M7.5 14.25a3 3 0 0 0-3 3h15.75m-12.75-3h11.218c1.121-2.3 2.1-4.684 2.924-7.138a60.114 60.114 0 0 0-16.536-1.84M7.5 14.25L5.106 5.272M6 20.25a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Zm12.75 0a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  font-family: none;
}

.user_icon::before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='%23000000'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M15.75 6a3.75 3.75 0 1 1-7.5 0 3.75 3.75 0 0 1 7.5 0ZM4.501 20.118a7.5 7.5 0 0 1 14.998 0A17.933 17.933 0 0 1 12 21.75c-2.676 0-5.216-.584-7.499-1.632Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  font-family: none;
}

.navigation_logout .user_icon::before {
  width: 1rem;
  height: 1rem;
}

.search_icon::before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='%23000000'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='m21 21-5.197-5.197m0 0A7.5 7.5 0 1 0 5.196 5.196a7.5 7.5 0 0 0 10.607 10.607Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  font-family: none;
}

@media (max-width: 640px) {

  .cart_icon::before,
  .user_icon::before,
  .search_icon::before {
    width: 1.5rem;
    height: 1.5rem;
  }
}





.a_catalog #breadcrumb,
.a_catalog .headline {
  display: none;
}



/* Artikelcards*/

.catblog.grid article .prodpic {
  mix-blend-mode: multiply;
}

.catblog .item-image {
  background-color: #f9f9f9;
  border-radius: 16px 16px 0px 0px;
}

.catblog.design article>.position-and-dimensions-anchor>div {
  border-radius: 16px;
  border: none;
  transition: scale 0.3s ease-out;
}

.catblog.design article:hover>.position-and-dimensions-anchor>div {
  scale: 1.04;
  box-shadow: none;
}

.catblog.design .bottom-container {
  border-radius: 16px;
}

.tiles.grid> :not(.nogrid) {
  width: 50%;
}

.tiles.design>* {
  padding-right: 8px;
}

@media (min-width: 480px) {
  .tiles.design>* {
    padding-right: 16px;
  }
}

.tiles.grid {
  padding-left: 8px;
}

@media (min-width: 480px) {
  .tiles.grid {
    padding-left: 16px;
  }
}

@media (min-width: 880px) {
  #Left:empty~#Right:empty~#Middle .tiles.grid> :not(.nogrid) {
    width: 33, 33% !important;
  }
}

@media (min-width: 1024px) {
  #Left:empty~#Right:empty~#Middle .tiles.grid> :not(.nogrid) {
    width: 25%;
  }
}

.carousel .carousel-slider .slider-item .carousel-image {
  border: none;
  background-color: #f9f9f9;
  border-radius: 16px;
}

.carousel .carousel-slider .carousel-image img {
  mix-blend-mode: multiply;
}

#product {
  max-width: 1440px;
  margin: 0 auto;
}

#compare {
  max-width: 1600px;
  margin: 0 auto;
}

@media (min-width: 480px) {
  #product {
    padding-inline: 1rem;
  }
}

#headline,
#newProduct,
#breadcrumb {
  max-width: 1400px;
  margin: 1rem auto;
}

.cartfield.m-b--xs-r {
  margin-bottom: 1rem;
}

.catblog.design article .desc {
  padding: 0 0.8em 0;
}

@media (max-width:640px) {
  .productname {
    font-size: 0.9rem;
  }

  .itemprice .amount,
  .itemprice .currency {
    font-size: 1.5rem;
  }

  .catblog.grid article .pic {
    height: 160px;
  }
}

.button_put2cart {
  background-color: #f7f7f7;
  padding: 1em;
  border-radius: 9999px;
}

.button_put2cart:hover {
  background-color: #fbfbfb;
}

.button_put2cart .icon::before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='%23000000'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M2.25 3h1.386c.51 0 .955.343 1.087.835l.383 1.437M7.5 14.25a3 3 0 0 0-3 3h15.75m-12.75-3h11.218c1.121-2.3 2.1-4.684 2.924-7.138a60.114 60.114 0 0 0-16.536-1.84M7.5 14.25L5.106 5.272M6 20.25a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Zm12.75 0a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  font-family: none;
}

#newitems.area_bg-l,
#crossselling.area_bg-l {
  max-width: 1400px;
  margin-top: 4rem !important;
  margin: 0 auto;
}



.fancyOption {
  padding: 1em;
  margin-bottom: 0.4em;
  border: none;
  border-radius: 9999px;
  background-color: #f7f7f7;
  font-weight: 700;
}

.fancyOption:hover {
  background-color: #fbfbfb;
}

.fancyOption.selected {
  box-shadow: inset 0px 0px 0px 2px #b59472;
}

.new_sleeve {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  left: auto;
  transform: none;
  -ms-transform: none;
  transform-origin: unset;
  -ms-transform-origin: unset;
  padding: 0.4em 1em;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background-color: #b59472;
  color: #fff;
  border-radius: 999px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);

  width: auto;
  text-align: center;
  opacity: 1;
  z-index: 10;
}

table.design tr>* {
  padding: 0.75rem;
}

#compare>table>tbody>tr:first-child>td,
#compare>table>thead+tbody>tr:first-child>th,
#compare tr.groupname+tr td,
#compare tr.groupname+tr th {
  border-top: 1px solid #e8e8e8;
}

#compare>table>tbody>tr>td {
  border-bottom: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
}

#compare.favorite>table>tbody.bg_even>tr:nth-child(even)>td,
#compare.favorite>table>tbody.bg_odd>tr:nth-child(odd)>td {
  background-color: #f7f7f7 !important;
}

#compare .buttons {
  left: 1rem;
}




.newitem {
  background-color: #b59472;
  display: inline-block;
  border-radius: 9999px;
  padding: 0.4em 1em;
  font-size: 1.1em;
  margin-left: 1rem;
}

#leadProductnr {
  margin-left: 1rem;
}

.button_default {
  border: none;
}


nav#filter {
  background-color: #f9f9f9;
  padding: 1rem;
  border-radius: 16px;
  border: 1px solid #f1f1f1;
}

.caption-box {
  background-color: transparent;
  border: none;
}

.filterclasscap.p--s-r.bg-high--full {
  background-color: transparent;
}

.filtergroup.filtergrouptype0.k12.multiple-0 {
  background-color: white;
  padding-inline: 1rem;
  border-radius: 16px;
  margin-bottom: 1rem;
}

.filtergroupcap {
  border-bottom: 1px solid #e5e5e5;
}

.filteritem {
  padding: 0.5rem;
  border-radius: 8px;
}

.filtergroupitems select {
  background-color: white;
  border-radius: 16px;
}

@media (min-width: 880px) {
  #Left:not(:empty) {
    max-width: none;
  }
}


#Footer,
#Footer.style2,
#Footer.style1 #footer_content {
  width: 100%;
  padding-block: 2rem;
  background-color: #f7f7f7;
  border: none;
}

#footer_content {
  margin: 0 auto;
  overflow: hidden;
  max-width: 1480px !important;
}

#footer_mwst {
  border: none;
}

body.desktop #footer_content>.footercol:not(:last-child) {
  border-right: 1px solid #e9e9e9;
}

#footer_mwst,
#shopversion {
  padding: 3em 15px;
}

.manufacturer.m-t--s-r.acenter {
  display: none;
}

#printversion {
  display: none;
}

.footercol_content:not(.footercol_main .footercol_content)>.caption-smallest {
  display: none;
}

/* ========================================
   FOOTER STICKY-REVEAL (Standard)
   Stand: im Backend noch NICHT uebertragen.
   Ziel-Feld: "CSS - Ende".
   Prinzip (Referenz ayocin.com): #Footer
   haengt per sticky+bottom:0 an der
   Viewport-Unterkante und liegt unter dem
   opaken Content (#shop, z-index 1) — beim
   Scrollen legt der Content den Footer
   frei. Kein JS, kein position:fixed.
   Voraussetzung #shop.oflow_hidden auf
   overflow:clip steht weiter unten im
   Header-Abschnitt (bereits uebertragen).
   Guard: Footer-Hoehe muss unter der
   Viewport-Hoehe bleiben → Reveal nur ab
   880px Breite und 640px Hoehe (Footer V2
   ist ~600px hoch), darunter statisch.
   Nach dem Transfer diesen Hinweis
   entfernen.
   ======================================== */

@media (min-width: 880px) and (min-height: 640px) {
  html {
    /* Overscroll-Flaeche unten in Footer-Farbe (Footer V2: Ink) */
    background-color: #0f0f0f;
  }

  #shop {
    position: relative;
    z-index: 1;
    background-color: #ffffff;
    /* Content muss den Footer initial vollstaendig verdecken,
       auch auf kurzen Seiten (Login, Fehlerseiten). */
    min-height: 100svh;
    /* Weiche Kante: der Content wirft beim Freilegen einen
       Schatten auf den Footer. */
    box-shadow: 0 30px 60px -30px rgba(20, 20, 20, 0.28);
  }

  #Footer.style1 {
    position: sticky;
    bottom: 0;
    z-index: 0;
  }
}

/* ========================================
   FOOTER V2 — DESIGNSYSTEM (Standard)
   Entschieden 2026-08-18; ehem. Entwurf
   tillit-shop-footer-v2.css (Tweak
   entfernt, Datei aufgeloest).
   Stand: im Backend noch NICHT uebertragen.
   Ziel-Feld: "CSS - Ende", gemeinsam mit
   dem Reveal-Abschnitt darueber.
   Nach dem Transfer: diesen Hinweis
   entfernen und die alten Footer-Overrides
   weiter oben (heller V1-Look: #f7f7f7,
   Spalten-Hairlines) entschlacken — sie
   werden hier vollstaendig uebersteuert.
   Die Shopmanagement-Bloecke (Oeffnungs-
   zeiten, Social) bringen eigene Inline-
   Styles mit (dunkle Textfarben) — die
   Overrides hier gewinnen per #Footer-
   Spezifitaet; bei Gelegenheit besser die
   Bloecke direkt anpassen.

   Gestaltung (Referenz ayocin.com):
   1. Ink-Flaeche (#0f0f0f) als Gegen-
      gewicht zum weissen Content.
   2. Eyebrow-Zeile: alle Spalten beginnen
      mit einer Mono-Caption (0.95rem;
      Font/Tracking ueber --tbh-mono/
      --tbh-mono-tracking mit Fallback)
      auf einer Linie; darunter eine
      durchgehende Hairline (linear-
      gradient auf #footer_content).
   3. Kontakt als Statement: Mail gross,
      Telefon darunter, Adresse gedaempft
      (Flex-Order, Werkstabelle zu Blocks).
   4. Grid statt Float + Equal-Height-Hack;
      Hairlines statt Rahmen; Gold nur als
      Aktions-Hover.
   ======================================== */

/* Flaeche: Ink statt Hellgrau */

#Footer,
#Footer.style2,
#Footer.style1 #footer_content {
  background-color: #0f0f0f;
}

#Footer {
  padding-block: 3rem 0;
}

#Footer.style1 #footer_content {
  padding-block: 0;
}

#Footer,
#Footer a:not(.button_default) {
  color: rgba(255, 255, 255, 0.78);
}

/* Kein Farbwechsel auf Hover — Text-Links antworten mit dem
   Slide-Unterstrich (s. Linklisten). Farben explizit gepinnt,
   damit der Gold-Hover der Werks-CSS im Shop nicht
   durchschlaegt. */
#Footer a:not(.button_default):hover {
  color: rgba(255, 255, 255, 0.78);
}

#Footer .simlink:hover {
  color: rgba(255, 255, 255, 0.92);
}

/* Layout: Grid statt Float + Equal-Height-Hack */

#footer_content {
  overflow: visible;
  padding-inline: 24px;
}

#footer_content > .footercol {
  float: none;
  width: auto;
  padding: 0;
  margin: 0;
}

/* Hairline-Spalten des V1-Looks entfallen */
body.desktop #footer_content > .footercol:not(:last-child) {
  border-right: none;
}

@media (min-width: 880px) {
  #footer_content {
    display: grid;
    /* Gleichmaessige Spalten; Firma/Kontakt minimal breiter.
       Spalte 2 gehoert allein den Themen-Links (wachsend),
       Spalte 3 traegt Oeffnungszeiten + Social. */
    grid-template-columns: 1fr 1fr 1fr 1.15fr;
    gap: 2.5rem 3rem;
    /* Durchgehende Hairline unter der Eyebrow-Zeile — als
       Hintergrund-Verlauf, damit die Spalten-Gaps sie nicht
       unterbrechen (Eyebrows: 0.95rem Text + ~1.25rem Luft). */
    background-image: linear-gradient(rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.14));
    background-position: 0 2.2rem;
    background-size: 100% 1px;
    background-repeat: no-repeat;
  }

  #footer_content > .footercol:not(:last-child) {
    border-bottom: none;
  }
}

/* Mobil: ruhige Hairline-Liste statt Rahmen */
@media (max-width: 879px) {
  #footer_content > .footercol {
    padding-block: 1.6rem;
  }

  #footer_content > .footercol:first-child {
    padding-top: 0;
  }

  #footer_content > .footercol:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }
}

/* Captions als Mono-Eyebrows — Mono-Stimme ueber die System-
   Tokens aus Header V2 (--tbh-mono, --tbh-mono-tracking);
   die Fallbacks greifen nur noch, falls die V2-Datei mal nicht
   laedt — Header V1 gibt es seit 2026-08-20 nicht mehr. */

#Footer .caption-smallest {
  margin-bottom: 1.2rem;
  font-family: var(--tbh-mono, "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace);
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: var(--tbh-mono-tracking, 0.05em);
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.48);
}

#Footer .caption-smallest:empty {
  display: none;
}

/* Spalte 2 hat keine sichtbare System-Caption — die Themen-
   Links bekommen ihr Eyebrow per ::before. */
#footer_content > .footercol:nth-child(2) .individual_content > .footermenu::before {
  content: "Entdecken";
  display: block;
  font-family: var(--tbh-mono, "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace);
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: var(--tbh-mono-tracking, 0.05em);
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.48);
}

/* Die Eyebrows am Spaltenkopf tragen die Zeile ueber der
   Hairline: einheitlicher Abstand bis zum Inhalt darunter.
   (#Footer in jedem Selektor — sonst verliert die Regel gegen
   die Basis-Margin von "#Footer .caption-smallest".) */
@media (min-width: 880px) {
  #Footer .footercol_main .footercol_content > .caption-smallest,
  #footer_content > .footercol:nth-child(2) .individual_content > .footermenu::before,
  #footer_content > .footercol:nth-child(3) .individual_content > .content_block:first-child > .caption-smallest,
  #Footer address.company > .caption-smallest.name {
    margin-bottom: 3.1rem;
  }
}

/* Linklisten */

#Footer .footermenu {
  font-size: 0.95rem;
}

#Footer .footermenu li {
  padding-block: 0.2rem;
}

/* Erste Zeile buendig zur Grundlinie unter der Hairline —
   wie die grosse Mail und die Social-Icons. */
#Footer .footermenu li:first-child {
  padding-top: 0;
}

/* Listen-Links praesenter als der 0.78er-Grundton */
#Footer .footermenu a.level0,
#Footer .footermenu .simlink {
  color: rgba(255, 255, 255, 0.92);
}

#Footer .footermenu a.level0:hover,
#Footer .footermenu .simlink:hover {
  color: rgba(255, 255, 255, 0.92);
}

/* Hover-Antwort der Text-Links: Unterstrich laeuft von links
   ein und beim Verlassen nach rechts aus (transform-origin-
   Wechsel zwischen Ruhe- und Hover-Zustand). Ghost-Pill und
   Social-Icons behalten ihre eigene Antwort. */
#Footer .footermenu a.level0,
#Footer .footermenu .simlink,
#footer_mwst a:not(.button_default),
#Footer #footer_mail a.individual_content,
#Footer #footer_tel a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

/* Themen-Links enthalten div.text.hyphens (overflow:hidden) —
   das verschiebt die Inline-Block-Baseline auf die Box-
   Unterkante und macht diese Zeilen ~5px hoeher als die
   uebrigen. Top-Ausrichtung normalisiert die Zeilenhoehe
   (jeder Listen-Link steht allein in seiner Zeile; der
   MwSt-Link im Fliesstext bleibt auf der Baseline). */
#Footer .footermenu a.level0,
#Footer .footermenu .simlink {
  vertical-align: top;
}

#Footer .footermenu a.level0::after,
#Footer .footermenu .simlink::after,
#footer_mwst a:not(.button_default)::after,
#Footer #footer_mail a.individual_content::after,
#Footer #footer_tel a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  /* Half-Leading der geerbten line-height 1.6 herausgerechnet,
     Abstand aus der zentralen Stellschraube (:root). */
  bottom: calc(50% - var(--tillit-underline-font, 0.365em) - var(--tillit-underline-gap, 0.17em));
  height: 1px;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1);
}


#Footer .footermenu a.level0:hover::after,
#Footer .footermenu .simlink:hover::after,
#footer_mwst a:not(.button_default):hover::after,
#Footer #footer_mail a.individual_content:hover::after,
#Footer #footer_tel a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

@media (prefers-reduced-motion: reduce) {
  #Footer .footermenu a.level0::after,
  #Footer .footermenu .simlink::after,
  #footer_mwst a:not(.button_default)::after,
  #Footer #footer_mail a.individual_content::after,
  #Footer #footer_tel a::after {
    transition: none;
  }
}

#Footer * + .content_block {
  margin-top: 2rem;
}

/* Ghost-Pill statt grauem Werks-Button (Vertrag widerrufen) */
#Footer .button_default,
#Footer a.button_default {
  padding: 0.3em 0.95em;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  font-weight: 400;
  font-size: 0.8em;
  color: rgba(255, 255, 255, 0.78);
}

#Footer .button_default:hover,
#Footer a.button_default:hover {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.6);
  color: #ffffff;
}

/* Shopmanagement-Block "Oeffnungszeiten" — der Block bringt
   seit V2 kein eigenes <style> mehr mit; Markup-Sollzustand
   steht in footer.tpl, das Styling liegt vollstaendig hier. */

#Footer .tillit-opening-hours {
  max-width: 19rem;
}

/* Linksbuendig mit fester Tages-Spalte statt space-between —
   die Zeiten stehen buendig, nichts streckt sich ueber die
   volle Spaltenbreite. */
#Footer .opening-hours-item {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  margin: 2px 0;
}

#Footer .day-group {
  flex: none;
  width: 5.5em;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
}

#Footer .time-range {
  color: rgba(255, 255, 255, 0.55);
}

/* "Ausserhalb"-Zeile: Teil der Liste, per Hairline abgesetzt */
#Footer .opening-hours-extra {
  margin-top: 0.55rem;
  padding-top: 0.55rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

/* Social-Icons: Ink auf weissen Kreisen (Ink ueber das
   System-Token --tbh-ink mit Fallback). Der Block bringt seit
   V2 kein eigenes <style> mehr mit — Layout, Farbe und Hover
   liegen vollstaendig hier. Die Icons teilen sich Feld 3 mit
   den Oeffnungszeiten (ohne eigene Caption), der Abstand
   kommt daher hier. */

#Footer .tillit-social-icons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1.6rem;
}

/* a.social-icon haelt die Spezifitaet ueber den globalen
   #Footer a:not(.button_default)-Farbregeln. */
#Footer a.social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
  background-color: #ffffff;
  color: var(--tbh-ink, #0f0f0f);
  transition: background-color 0.3s ease, color 0.3s ease;
}

/* Hover ohne Motion und ohne Farbwechsel: der Kreis dimmt
   leicht — Helligkeit statt Farbe, wie bei den Text-Links. */
#Footer a.social-icon:hover {
  background-color: rgba(255, 255, 255, 0.78);
  color: var(--tbh-ink, #0f0f0f);
}

#Footer a.social-icon svg {
  width: 18px;
  height: 18px;
}

/* Kontakt-Spalte ruhig (Stammdaten-Markup): Adresse gedaempft,
   Telefon und Mail im Stil der uebrigen Links. Die Icon-Zellen
   der Werkstabelle entfallen, die redundante URL-Zeile auch
   (bleibt im DOM — Microdata liest das Markup, nicht das CSS). */

#Footer table.address {
  margin-top: 1.1rem;
  border-collapse: collapse;
  font-size: 0.95rem;
}

#Footer table.address td {
  padding: 0.2rem 0;
}

#Footer table.address td.label {
  display: none;
}

#Footer #footer_mail a.individual_content,
#Footer #footer_mail a.individual_content:hover,
#Footer #footer_tel a,
#Footer #footer_tel a:hover {
  color: rgba(255, 255, 255, 0.92);
}

#Footer address [itemprop="address"] .block {
  color: rgba(255, 255, 255, 0.5);
}

#Footer address [itemprop="url"] {
  display: none;
}

/* MwSt-Zeile als Hairline-Abschluss (einzeilig) */

#footer_mwst {
  margin-top: 2rem;
  padding: 0.9rem 24px 1.2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.35);
}

#footer_mwst > div {
  display: inline;
}

#footer_mwst a:not(.button_default) {
  color: rgba(255, 255, 255, 0.45);
}

#footer_mwst a:not(.button_default):hover {
  color: rgba(255, 255, 255, 0.5);
}

/* Riesen-Wortmarke ueber der MwSt-Zeile — reines CSS-::after
   auf #footer_content (im Grid eine volle Zeile unter den
   Spalten), kein DOM- oder Block-Eingriff. Die Alt-Text-
   Syntax (content / "") haelt sie fuer Screenreader stumm;
   Browser ohne die Syntax nehmen die erste Deklaration.
   Groesse: ~80% der Containerbreite ("TilliT Bikes" ist
   ~4.9em breit, Teiler 6 laesst bewusst Luft; zentriert),
   wird am Desktop stufenlos vom Hoehen-Budget des Viewports
   gedeckelt, damit der Sticky-Reveal intakt bleibt (Footer
   muss unter der Viewport-Hoehe bleiben) — auf flachen
   Laptops wird sie kleiner statt zu verschwinden.
   Kalibrierung: Footer ohne Wortmarke ~406px + Grid-row-gap
   35px (der die Zeile am Desktop traegt, deshalb dort
   margin-top 0) + ~50px Marge — nach groesseren Footer-
   Umbauten neu kalibrieren.
   Mobil ist der Footer statisch, dort gilt nur die Breite. */

#footer_content::after {
  content: "TilliT Bikes";
  content: "TilliT Bikes" / "";
  display: block;
  grid-column: 1 / -1;
  margin-top: 2rem;
  font-weight: 500;
  font-size: calc((100vw - 48px) / 6);
  line-height: 0.82;
  letter-spacing: -0.03em;
  white-space: nowrap;
  text-align: center;
  color: rgba(255, 255, 255, 0.23);
}

@media (min-width: 880px) {
  #footer_content::after {
    margin-top: 0;
    font-size: min(calc((100vw - 48px) / 6), calc((100vh - 490px) * 1.15), 15.5rem);
    font-size: min(calc((100vw - 48px) / 6), calc((100svh - 490px) * 1.15), 15.5rem);
  }
}


















/* Subnavigation Themenseiten */


/* Grundlegendes Container-Styling */
.subnavi.tiles.grid {
  display: flex;
  flex-wrap: wrap;
  padding: 0 1rem;
  max-width: 1400px;
  margin: 0 auto 2rem;
}

/* Wir behalten die Flex-Struktur bei, fügen aber Gaps hinzu */
.subnavi.tiles.grid>* {
  padding: 1rem;
  box-sizing: border-box;
}

/* Item Styling */
.subnavi.design .item>div {
  border: none;
  background-color: #ffffff;
  padding: 0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* Bild-Container */
.subnavi.grid .pic:not(:empty) {
  height: auto;
  padding-top: 66%;
  /* 2:3 Verhü¤ltnis */
  position: relative;
  overflow: hidden;
}

/* Bilder */
.subnavi.grid .pic figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.subnavi.grid .pic img {
  width: 100%;
  height: 100%;
  max-height: none;
  max-width: none;
  object-fit: cover;
  object-position: center;
  transition: transform 0.5s ease;
}

/* Titel */
.subnavi.design .title {
  padding: 1.25rem;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-align: center;
  color: #222;
  position: relative;
}

/* Hover-Effekt für Bilder */
.subnavi.tiles.hover .item:hover .pic img {
  transform: scale(1.05);
}

.subnavi.tiles.hover .item:hover>div {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.subnavi .item a:focus-visible {
  box-shadow: 0 0 0 3px #ff4800, 0 0 0 6px rgba(255, 72, 0, 0.3);
  border-radius: 12px;
}

/* Anpassung für reduzierte Bewegung (Barrierefreiheit) */
@media (prefers-reduced-motion: reduce) {

  .subnavi.design .item>div,
  .subnavi.grid .pic img {
    transition: none;
  }

  .subnavi.tiles.hover .item:hover .pic img {
    transform: none;
  }
}

/* Mobile Optimierung */
@media (max-width: 767px) {
  .subnavi.tiles.grid {
    padding: 0 0.375rem;
  }

  .subnavi.tiles.grid>* {
    padding: 0.375rem;
  }

  .subnavi.grid .pic:not(:empty) {
    padding-top: 56.25%;
    /* 16:9 Verhältnis für Mobilgeräte */
  }
}

/* Medium Screens */
@media (min-width: 768px) and (max-width: 991px) {
  .tiles.grid>*:not(.nogrid) {
    width: 50% !important;
    /* 2 Spalten für mittelgroße Bildschirme */
  }
}

body.page_agb h1#headline+div,
body.page_mail_feedback h1#headline+div,
body.page_shippingcosts h1#headline+div,
body.page_impressum h1#headline+div,
body.page_datenschutz h1#headline+div,
body.page_abgemeldet h1#headline+div,
body.page_angemeldet h1#headline+div,
body.page_orders h1#headline+div,
body.page_merkzettel h1#headline+div,
body.page_kunde_update h1#headline+div,
body.page_kennwort h1#headline+div,
body.page_loginname h1#headline+div,
body.page_anmeldung h1#headline+div,
body.page_kunde h1#headline+div,
body.page_cart h1#headline+div,
body.page_indenkorb h1#headline+div,
body.page_appointment h1#headline+div,
body.a_search h1#headline+div,
body.page_sessionabgelaufen h1#headline+div,
body.page_error h1#headline+div,
body.page_bestaetigung h1#headline+div,
body.page_kunde_update_ok h1#headline+div,
body.page_widerrufsbelehrung h1#headline+div,
body.page_widerrufsformular h1#headline+div,
body.page_appointment_ok h1#headline+div {
  max-width: 1400px;
  margin: 0 auto;
  padding-inline: 0.5rem;
}


.display_b.content .clear-left {
  padding: 0.5rem;
}

.float-l.w--3em.p-r--s-r {
  padding-top: 10px;
}

/* Styles für den Zusatztext der Versandarten im Checkout */
.float-l.w--100.w--40-480.p--xs.not-empty>.italic {
  font-weight: 600;
  font-style: normal;
  margin-top: 0.25rem;
}

.tillit-button {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  padding: 1.1rem 2.5rem;
  font-size: 0.875rem;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 50px;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  text-decoration: none;
}

.tillit-skip-link {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 300;
  padding: 0.85rem 1.15rem;
  border-radius: 999px;
  background: #ffffff;
  color: #222222;
  font-size: 0.85rem;
  font-weight: 700;
  text-decoration: none;
  transform: translateY(-150%);
  transition: transform 0.2s ease;
}

.tillit-skip-link:focus-visible {
  transform: translateY(0);
}

.tillit-page a:focus-visible,
.tillit-page button:focus-visible,
.tillit-home-page a:focus-visible,
.tillit-home-page button:focus-visible,
.tillit-skip-link:focus-visible {
  outline: 3px solid #111111;
  outline-offset: 3px;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.95);
}

.tillit-button--primary {
  background-color: #b59472;
  border: 2px solid #b59472;
}

.tillit-button--primary:hover {
  transform: scale(1.05);
  color: white;
}

#special_entry>.bg-color_light {
  width: auto !important;
  max-width: 480px;
  border-radius: 16px;
  margin: 1rem;
}

.manufacturer a>div:last-child {
  display: none;
}


/* ========================================
   TILLIT GLOBAL COMPONENTS
   Übertragen aus globals.css – alle
   wiederverwendbaren TilliT-Klassen für
   Themenseiten und Produktseiten.
   ======================================== */

/* BUTTONS – fehlende Varianten */
.tillit-button--secondary {
  background-color: transparent;
  border: 2px solid white;
}

.tillit-button--secondary:hover {
  transform: scale(1.05);
  letter-spacing: 1.5px;
  color: white;
}

.tillit-button--outline {
  background-color: transparent;
  border: 2px solid #222222;
  color: #222222;
}

.tillit-button--outline:hover {
  transform: scale(1.05);
  letter-spacing: 1.5px;
  color: #222222;
}

@media (prefers-reduced-motion: reduce) {

  .tillit-button,
  .tillit-skip-link,
  .tillit-faq__question,
  .tillit-faq__question-icon {
    transition: none;
  }
}

/* LAYOUT – Container */
.tillit-container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 1rem;
}

.tillit-container--narrow {
  max-width: 1200px;
}

/* HEADING RESET – Browser-Defaults neutralisieren */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

/* TYPOGRAPHY – Shared headings & labels */
.tillit-pretitle {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--tillit-primary);
  margin-bottom: 0.5rem;
}

.tillit-section-title {
  font-size: 1.75rem;
  font-weight: 800;
  margin-bottom: 1rem;
  color: var(--tillit-black);
  line-height: 1.15;
}

.tillit-section-subtitle {
  font-size: 1rem;
  font-weight: 500;
  color: var(--tillit-gray-dark);
  line-height: 1.6;
  max-width: 700px;
}

.tillit-section-subtitle--center {
  margin: 0 auto;
}

/* BIKE PAGE – SECTION */
.tillit-brand-logo {
  display: block;
  width: min(166px, 42vw);
  height: auto;
}

.tillit-brand-logo--hero {
  margin: 0 auto 1rem;
}

.tillit-brand-logo--section {
  width: min(150px, 36vw);
  margin: 0 auto 0.9rem;
}

.tillit-brand-logo--white {
  color: var(--tillit-white);
}

.tillit-brand-logo--dark {
  color: var(--tillit-black);
}

.tillit-section {
  padding: 3rem 0;
}

.tillit-section--muted {
  background: var(--tillit-gray-lighter);
}

.tillit-section__header {
  text-align: center;
  margin-bottom: 2rem;
}

/* BIKE PAGE – KPI GRID */
.tillit-kpis {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-top: 1.5rem;
}

.tillit-kpi {
  background: var(--tillit-white);
  border-radius: 10px;
  padding: 1.5rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  position: relative;
  overflow: hidden;
}

.tillit-kpi:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transform: scale(1.05);
}

.tillit-kpi__number {
  position: absolute;
  bottom: -15px;
  right: -8px;
  font-size: 5rem;
  font-weight: 800;
  color: rgba(181, 148, 114, 0.07);
  line-height: 1;
  z-index: 0;
}

.tillit-kpi__value {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: var(--tillit-black);
  position: relative;
  z-index: 1;
}

.tillit-kpi__hint {
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--tillit-gray);
  position: relative;
  z-index: 1;
}

/* BIKE PAGE – CARDS GRID */
.tillit-builds {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.tillit-builds--narrow {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.tillit-build {
  display: flex;
  flex-direction: column;
  background: var(--tillit-white);
  border-radius: var(--tillit-radius-lg);
  padding: 1.75rem;
  box-shadow: 0 4px 20px var(--tillit-shadow);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  color: inherit;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.tillit-build:hover,
.tillit-build:focus-visible {
  box-shadow: 0 8px 30px var(--tillit-shadow-hover);
  transform: scale(1.03);
  text-decoration: none;
  color: inherit;
}

.tillit-build__media {
  margin: 0 0 1.1rem;
  aspect-ratio: 2 / 1;
  overflow: hidden;
}

.tillit-build__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  mix-blend-mode: multiply;
}

.tillit-build__badge {
  display: inline-block;
  align-self: flex-start;
  background: var(--tillit-primary);
  color: var(--tillit-white);
  padding: 0.3rem 0.8rem;
  border-radius: 999px;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

.tillit-build__name {
  font-size: 1.22rem;
  font-weight: 800;
  color: var(--tillit-black);
  margin-bottom: 0.25rem;
}

.tillit-build__color {
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--tillit-gray);
  margin-bottom: 0.7rem;
}

.tillit-build__price {
  font-size: 1.45rem;
  font-weight: 800;
  color: var(--tillit-primary);
  margin-bottom: 1rem;
}

.tillit-build__specs {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tillit-build__specs li {
  padding: 0.45rem 0;
  font-size: 0.86rem;
  color: var(--tillit-gray);
  border-bottom: 1px solid var(--tillit-gray-lighter);
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.tillit-build__specs li:last-child {
  border-bottom: none;
}

.tillit-build__spec-label {
  font-weight: 600;
  color: var(--tillit-gray-dark);
  white-space: nowrap;
}

.tillit-build__spec-value {
  text-align: right;
}

.tillit-build__cta {
  margin-top: 1rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--tillit-primary);
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  gap: 0.35rem;
}

.tillit-build__cta::after {
  content: '\2192';
  transition: transform 0.3s ease;
}

.tillit-build:hover .tillit-build__cta::after {
  transform: translateX(4px);
}

.tillit-grid {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.tillit-card {
  background: var(--tillit-white);
  border-radius: 10px;
  box-shadow: 0 2px 8px var(--tillit-shadow);
  padding: 1.5rem;
  transition: box-shadow 0.3s ease;
}

.tillit-card:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.tillit-card__title {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  color: var(--tillit-black);
}

.tillit-card__text {
  color: var(--tillit-gray);
  font-size: 0.95rem;
  line-height: 1.6;
}

/* BIKE PAGE – LIST */
.tillit-list {
  margin-top: 0.75rem;
  display: grid;
  gap: 0.5rem;
}

.tillit-list li {
  padding-left: 1.1rem;
  position: relative;
  font-size: 0.95rem;
}

.tillit-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 999px;
  background: var(--tillit-primary);
}

.tillit-list strong {
  color: var(--tillit-black);
}

/* BIKE PAGE – NOTE */
.tillit-note {
  margin-top: 1rem;
  font-size: 0.9rem;
  color: var(--tillit-gray-light);
  max-width: 700px;
}

/* BIKE PAGE – FEATURE ROWS */
.tillit-feature-row {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 3rem;
}

.tillit-feature-row:last-child {
  margin-bottom: 0;
}

.tillit-feature-row__image {
  position: relative;
  overflow: hidden;
  border-radius: var(--tillit-radius-lg);
  aspect-ratio: 4 / 3;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tillit-feature-row__image img,
.tillit-page .tillit-feature-row__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.35s ease;
}

@media (hover: hover) and (pointer: fine) {
  .tillit-feature-row__image:hover {
    transform: scale(1.02);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.16);
  }

  .tillit-feature-row__image:hover img {
    transform: scale(1.03);
  }
}

.tillit-feature-row__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.tillit-feature-row__badge {
  display: inline-block;
  width: fit-content;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgba(181, 148, 114, 0.12);
  border: 1px solid rgba(181, 148, 114, 0.25);
  color: var(--tillit-primary-dark);
  font-weight: 700;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

.tillit-feature-row__title {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--tillit-black);
  margin-bottom: 0.75rem;
  line-height: 1.2;
}

.tillit-feature-row__text {
  font-size: 1rem;
  color: var(--tillit-gray);
  line-height: 1.7;
  margin-bottom: 1rem;
}

.tillit-feature-row__highlight {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--tillit-black);
  margin-bottom: 0.5rem;
}

.tillit-feature-row__highlight:last-child {
  margin-bottom: 0;
}

.tillit-feature-row__highlight svg {
  width: 18px;
  height: 18px;
  stroke: var(--tillit-primary);
  flex-shrink: 0;
}

/* BIKE PAGE – TABLE */
.tillit-table-wrap {
  margin: 1.75rem 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  background: var(--tillit-white);
  border-radius: var(--tillit-radius-lg);
  box-shadow: 0 4px 20px var(--tillit-shadow);
}

.tillit-geo-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 0.88rem;
}

@media (min-width: 768px) {
  .tillit-geo-table {
    font-size: 1rem;
  }
}

.tillit-geo-table caption {
  caption-side: top;
  padding: 0.75rem 1rem 0.25rem;
  text-align: left;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--tillit-gray-dark);
}

.tillit-geo-table th,
.tillit-geo-table td {
  padding: 0.75rem 1rem;
  text-align: center;
  border: none;
  border-bottom: 1px solid var(--tillit-gray-lighter);
}

.tillit-geo-table tbody tr:last-child td,
.tillit-geo-table tbody tr:last-child th {
  border-bottom: none;
}

.tillit-geo-table th:first-child,
.tillit-geo-table td:first-child {
  text-align: left;
}

.tillit-geo-table thead tr {
  background-color: var(--tillit-primary);
  color: var(--tillit-white);
}

.tillit-geo-table thead th:first-child {
  border-radius: var(--tillit-radius-lg) 0 0 0;
}

.tillit-geo-table thead th:last-child {
  border-radius: 0 var(--tillit-radius-lg) 0 0;
}

.tillit-geo-table tbody tr:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.02);
}

.tillit-geo-table tbody td:first-child,
.tillit-geo-table tbody th:first-child {
  font-weight: 600;
  color: var(--tillit-gray-dark);
}

/* BIKE PAGE – FAQ */
.tillit-faq {
  padding: 4rem 0;
}

.tillit-faq__header {
  text-align: center;
  margin-bottom: 2.5rem;
}

.tillit-faq__list {
  max-width: 800px;
  margin: 0 auto;
}

.tillit-faq__item {
  border-bottom: 1px solid #e5e5e5;
}

.tillit-faq__item:last-child {
  border-bottom: none;
}

.tillit-faq__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1.15rem 0;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
  color: var(--tillit-black);
  text-align: left;
  gap: 1rem;
  font-family: inherit;
  -webkit-tap-highlight-color: transparent;
  transition: color 0.2s ease;
}

.tillit-faq__question:hover {
  color: var(--tillit-primary);
}

.tillit-faq__question-icon {
  width: 20px;
  height: 20px;
  min-width: 20px;
  flex-shrink: 0;
  stroke: var(--tillit-primary-dark);
  transition: transform 0.3s ease;
}

.tillit-faq__item.active .tillit-faq__question-icon {
  transform: rotate(180deg);
}

.tillit-faq__answer {
  padding: 0 0 1.5rem 0;
  font-size: 0.95rem;
  line-height: 1.8;
  color: var(--tillit-gray);
  display: none;
}

.tillit-faq__item.active .tillit-faq__answer {
  display: block;
}

/* BIKE PAGE – CTA */
.tillit-cta {
  padding: 3rem 0;
  background: #1a1a1a;
  text-align: center;
}

.tillit-cta__content {
  max-width: 800px;
  margin: 0 auto;
}

.tillit-cta__title {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--tillit-white);
  margin-bottom: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.tillit-cta__text {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

.tillit-cta__buttons {
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  flex-wrap: wrap;
}

.tillit-cta__button--white {
  background: var(--tillit-white);
  color: var(--tillit-primary-dark);
  border-color: var(--tillit-white);
}

.tillit-cta__button--white:hover {
  background: var(--tillit-white);
  transform: scale(1.03);
}

/* BIKE PAGE – FOOTER */
.tillit-footer {
  padding: 2rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  background: var(--tillit-white);
  color: var(--tillit-gray-light);
  font-size: 0.9rem;
  text-align: center;
}

.tillit-footer a {
  color: var(--tillit-primary-dark);
  font-weight: 600;
}

/* RESPONSIVE – 480px */
@media (min-width: 480px) {
  .tillit-container {
    padding: 0 1.25rem;
  }

  .tillit-kpis {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* RESPONSIVE – 768px */
@media (min-width: 768px) {
  .tillit-container {
    padding: 0 2rem;
  }

  .tillit-pretitle {
    font-size: 0.85rem;
    margin-bottom: 0.75rem;
  }

  .tillit-brand-logo--hero {
    margin-bottom: 1.15rem;
  }

  .tillit-brand-logo--section {
    margin-bottom: 1rem;
  }

  .tillit-section-title {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
  }

  .tillit-section-subtitle {
    font-size: 1.15rem;
  }

  .tillit-section {
    padding: 5rem 0;
  }

  .tillit-section__header {
    margin-bottom: 3rem;
  }

  .tillit-kpis {
    gap: 1rem;
    margin-top: 2rem;
  }

  .tillit-kpi {
    padding: 2rem;
  }

  .tillit-kpi__number {
    font-size: 7rem;
  }

  .tillit-kpi__value {
    font-size: 1.35rem;
  }

  .tillit-kpi__hint {
    font-size: 1rem;
  }

  .tillit-builds {
    gap: 2rem;
    margin-top: 2rem;
  }

  .tillit-builds--2col {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tillit-builds--3col {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .tillit-build {
    padding: 2rem;
  }

  .tillit-build__name {
    font-size: 1.25rem;
  }

  .tillit-build__price {
    font-size: 1.5rem;
  }

  .tillit-build__specs li {
    font-size: 0.9rem;
  }

  .tillit-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-top: 2rem;
  }

  .tillit-card {
    padding: 2rem;
    border-radius: 12px;
  }

  .tillit-card__title {
    font-size: 1.35rem;
    margin-bottom: 0.75rem;
  }

  .tillit-card__text {
    font-size: 1rem;
  }

  .tillit-feature-row {
    flex-direction: row;
    gap: 3rem;
    margin-bottom: 4rem;
  }

  .tillit-feature-row--reverse {
    flex-direction: row-reverse;
  }

  .tillit-feature-row__image {
    flex: 1;
    min-width: 0;
  }

  .tillit-feature-row__content {
    flex: 1;
    min-width: 0;
  }

  .tillit-feature-row__title {
    font-size: 1.75rem;
  }

  .tillit-feature-row__text {
    font-size: 1.05rem;
  }

  .tillit-faq {
    padding: 5rem 0;
  }

  .tillit-faq__header {
    margin-bottom: 3rem;
  }

  .tillit-faq__list {
    max-width: 860px;
  }

  .tillit-faq__question {
    padding: 1.35rem 0;
    font-size: 1.1rem;
  }

  .tillit-faq__question-icon {
    width: 22px;
    height: 22px;
    min-width: 22px;
  }

  .tillit-faq__answer {
    font-size: 1.05rem;
  }

  .tillit-cta {
    padding: 5rem 0;
  }

  .tillit-cta__title {
    font-size: 2rem;
  }

  .tillit-cta__text {
    font-size: 1.15rem;
  }

  .tillit-footer {
    padding: 2.5rem 0;
  }
}

/* RESPONSIVE – 1024px */
@media (min-width: 1024px) {
  .tillit-section-title {
    font-size: 3rem;
  }

  .tillit-section {
    padding: 7rem 0;
  }

  .tillit-kpis {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
  }

  .tillit-kpi {
    padding: 2.5rem;
  }

  .tillit-kpi__number {
    font-size: 8rem;
  }

  .tillit-kpi__value {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .tillit-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }

  .tillit-card {
    padding: 2.5rem;
  }

  .tillit-card__title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }

  .tillit-card__text {
    font-size: 1.1rem;
  }

  .tillit-feature-row {
    gap: 4rem;
    margin-bottom: 5rem;
  }

  .tillit-feature-row__title {
    font-size: 2rem;
  }

  .tillit-feature-row__text {
    font-size: 1.1rem;
  }

  .tillit-faq {
    padding: 6rem 0;
  }

  .tillit-faq__list {
    max-width: 900px;
  }

  .tillit-faq__question {
    padding: 1.5rem 0;
    font-size: 1.2rem;
  }

  .tillit-faq__answer {
    font-size: 1.1rem;
    line-height: 1.8;
  }

  .tillit-cta {
    padding: 7rem 0;
  }

  .tillit-cta__title {
    font-size: 2.25rem;
  }
}

/* ========================================
   HEADER-KOMPRESSION (V1) — ENTFERNT 2026-08-20

   Der Block ist ersatzlos raus, weil Header V2
   entschieden ist und jede seiner Regeln ohnehin
   ueberschrieben hat. Gegengeprueft vor dem
   Entfernen (V2-Ersatz in
   assets/styles/tillit-shop-header-v2.css):

     --tb-shell-h 96/180px  -> 82/146px
     #Header border-bottom  -> var(--tbh-line)
     #header_content 88px   -> 72px
     level0-Padding .55em   -> .85em 1.05em + Mono
     #shop.oflow_hidden     -> identisch uebernommen

   Wichtig fuer den Transfer: `#shop.oflow_hidden
   { overflow: clip }` lebt jetzt NUR noch in der
   V2-Datei. overflow:hidden wuerde dort einen
   Scroll-Container erzeugen und position:sticky
   fuer alles darin toeten; clip schneidet genauso
   ab, ohne Container zu werden. Nicht wegkuerzen.
   ======================================== */

/* ========================================
   LOGIN-SEITE (Designsystem)
   Stand: im Backend noch NICHT uebertragen.
   Ziel-Feld: "CSS - Ende" (Shop-Design >
   Erweiterung durch individuelle CSS-Inhalte).
   Scope: body.a_login (e-vendo.php?a=login).
   Lokale Vorschau: pages/konto/login.html
   (DOM-Replik der Shop-Login-Seite).
   IBM Plex Mono kommt erst mit Phase 1/Header
   V2 in den Shop — bis dahin greift der
   System-Mono-Fallback.
   Nach dem Transfer diesen Hinweis entfernen.
   ======================================== */

body.a_login {
  --tb-ink-1: #141414;
  --tb-muted: #6a6a6a;
  --tb-line: rgba(15, 15, 15, 0.13);
  --tb-line-strong: rgba(15, 15, 15, 0.22);
  --tb-radius: 0.5rem;
  --tb-mono: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  --tb-mono-tracking: 0.05em;
}

/* Headline in der Designsystem-Stimme:
   Gewicht 400, negative Laufweite */
body.a_login #headline {
  margin: 2.4rem auto 2rem;
  padding-inline: 0.5rem;
  color: var(--tb-ink-1);
  font-size: clamp(1.9rem, 3.2vw, 2.6rem);
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1.05;
}

body.a_login #loginarea {
  margin-bottom: clamp(4rem, 10vh, 7rem);
}

/* Ruhige Flaechen: Hairline oben statt
   gerahmter Karten — beide Spalten lesen
   sich als Eintraege einer Liste. */
body.a_login #loginarea .area_bg-l {
  background: transparent;
}

body.a_login #loginarea .area_bg-l.b-t {
  border-top: 1px solid var(--tb-line-strong);
}

body.a_login #loginarea .area_bg-l .content {
  padding: 1.7rem 0 0;
  border-radius: 0;
}

/* Werks-Split bei 480px ist fuer die
   Formularspalte zu eng — die zwei Spalten
   erst ab 880px nebeneinander stellen. */
@media (min-width: 480px) and (max-width: 879px) {
  body.a_login #loginarea .w--50-480 {
    width: 100%;
  }
}

/* Grosszuegiger Spaltenabstand auf Desktop */
@media (min-width: 880px) {
  body.a_login #loginarea .flex > div {
    padding-right: clamp(3rem, 8vw, 7rem);
  }
}

/* Spalten-Captions als Mono-Eyebrow —
   Gold bleibt Akzenten vorbehalten */
body.a_login #loginarea .caption-small {
  margin-bottom: 1.5rem;
  font-family: var(--tb-mono);
  font-size: 0.78rem;
  font-weight: 400;
  letter-spacing: var(--tb-mono-tracking);
  text-transform: uppercase;
}

body.a_login #loginarea .caption-small.f-color--high {
  color: var(--tb-ink-1);
}

/* Pflichtfeld-Legende: klein, leise,
   Stern in Gold statt Fehler-Rot */
body.a_login #loginarea form + .font--small,
body.a_login #loginarea .font--small {
  color: var(--tb-muted);
}

body.a_login #loginarea span.mandatory {
  position: static;
  padding-left: 0;
}

body.a_login #loginarea span.mandatory::after {
  position: static;
  margin-right: 0.35em;
  font-size: 1em;
  font-weight: 400;
  color: var(--tillit-primary);
}

/* Pflicht-Stern wandert vom Feldrand
   an das Label — Rot bleibt Fehlern
   vorbehalten */
body.a_login #loginarea .input-field.mandatory::after {
  display: none;
}

body.a_login #loginarea .input-field.mandatory > label::after {
  content: " *";
  color: var(--tillit-primary);
}

/* Eingabefelder: weisse Flaeche, Hairline,
   Fokus in Ink statt System-Blau */
body.a_login #loginarea .input-field {
  margin: 1.15rem 0 0;
}

body.a_login #loginarea .input-field > input,
body.a_login #loginarea .input-field > select,
body.a_login #loginarea .input-field > textarea {
  height: 3.2em;
  padding: 0 1em;
  background-color: #ffffff;
  border: 1px solid var(--tb-line-strong);
  border-radius: var(--tb-radius);
  font-family: inherit;
  font-size: 1rem;
  color: var(--tb-ink-1);
  transition: border-color 0.2s, box-shadow 0.2s;
}

body.a_login #loginarea .input-field > input:hover {
  border-color: rgba(15, 15, 15, 0.38);
}

body.a_login #loginarea .input-field > input:focus,
body.a_login #loginarea .input-field > input:focus-visible {
  border-color: var(--tb-ink-1);
  box-shadow: inset 0 0 0 1px var(--tb-ink-1);
  outline: none;
}

body.a_login #loginarea .input-field > label {
  top: 1em;
  left: 1em;
  color: var(--tb-muted);
  font-size: 1rem;
}

body.a_login #loginarea .input-field.focus > label,
body.a_login #loginarea .input-field > select + label {
  top: -0.62em;
  left: 0.8em;
  padding: 0 0.45em;
  background-color: #ffffff;
  font-size: 0.75rem;
  letter-spacing: 0.01em;
  color: var(--tb-muted);
}

body.a_login #loginarea .password-toggle {
  right: 0.9em;
  color: var(--tb-muted);
}

body.a_login #loginarea .error:not(:empty) {
  margin-bottom: 1rem;
  font-size: 0.9rem;
}

/* Login-CTA: Ink-Pille (tb-btn-Formel,
   als reines CSS auf input[type=submit]) */
body.a_login #loginarea input.button_default {
  height: auto;
  padding: 1em 2em;
  background-color: #0f0f0f;
  border: none;
  border-radius: 50px;
  color: #ffffff;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  cursor: pointer;
  transition: background-color 0.3s;
}

body.a_login #loginarea input.button_default:hover {
  background-color: #292929;
}

body.a_login #loginarea input.button_default:focus-visible {
  outline: 2px solid #0f0f0f;
  outline-offset: 3px;
}

/* Neukunden-CTA: leise Outline-Pille —
   klare Hierarchie unter dem Login */
body.a_login #loginarea a.button_default {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.95em 1.9em;
  background-color: transparent;
  border: 1px solid var(--tb-line-strong);
  border-radius: 50px;
  color: var(--tb-ink-1);
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  transition: border-color 0.3s;
}

body.a_login #loginarea a.button_default:hover {
  background-color: transparent;
  border-color: var(--tb-ink-1);
  color: var(--tb-ink-1);
}

/* Vorteile als Hairline-Liste statt
   Bullet-Points */
body.a_login #loginarea .advantages {
  margin-top: 1.5rem;
  padding-left: 0;
  list-style: none;
}

body.a_login #loginarea .advantages li {
  margin-top: 0;
  padding: 0.7em 0;
  border-bottom: 1px solid var(--tb-line);
  color: #292929;
  font-size: 0.95rem;
}

/* "Passwort vergessen" ohne Guillemet,
   Unterstrich als Hairline */
body.a_login #loginarea .lightlink.before::before {
  content: none;
}

body.a_login #loginarea .lightlink {
  color: var(--tb-muted);
  font-size: 0.92rem;
  text-decoration: underline;
  text-decoration-color: var(--tb-line-strong);
  text-underline-offset: 4px;
  transition: color 0.2s, text-decoration-color 0.2s;
}

body.a_login #loginarea .lightlink:hover {
  color: var(--tb-ink-1);
  text-decoration-color: var(--tb-ink-1);
}

/* Beide Spalten auf dieselbe Innenbreite */
body.a_login #loginarea form.w-max--20em,
body.a_login #loginarea .w-max--320px {
  max-width: 24em;
}