

    .rating-stars.svelte-1imdya2 {
        display: flex;
        gap: 0.25rem;

        &.white-text {
            color: var(--white);
        }

        &.dark-text {
            color: var(--black);
        }
    }

    .star-wrapper.svelte-1imdya2 {
        display: flex;
        gap: 0.25rem;

        svg:where(.svelte-1imdya2) {
            stroke-width: 1px;
            stroke: var(--neutral-warm-700);
        }

        svg.large:where(.svelte-1imdya2) {
            height: 48px;
            width: 48px;
        }

        svg.small:where(.svelte-1imdya2) {
            height: 24px;
            width: 24px;
        }
    }
.scribble-wrapper.svelte-1kga9hq {
  position: absolute;
}

.top-right.svelte-1kga9hq {
  top: -0.5rem;
  right: 0;
  transform: rotate(5deg);
}

.center-right.svelte-1kga9hq {
  top: 75%;
  right: -0.5rem;
  transform: translateY(-50%) rotate(2deg);
}

.outside-right.svelte-1kga9hq {
  top: 50%;
  left: 102%;
  transform: translateY(-50%) rotate(2deg);
  z-index: 4;
}

.outside-left.svelte-1kga9hq {
  top: 50%;
  right: 102%;
  transform: translateY(-50%) rotate(-2deg);
  z-index: 4;
}

.outside-bottom.svelte-1kga9hq {
  top: 102%;
  left: 50%;
  transform: translateX(-50%) rotate(-2deg);
  z-index: 4;
}

.arrow.svelte-1kga9hq {
  width: 35px;
  height: 30px;
}

.left-arrow.svelte-1kga9hq {
  transform: rotate(118deg);
  margin-right: 0.75rem;
}

.right-arrow.svelte-1kga9hq {
  transform: rotate(313deg);
  margin-left: 1.25rem;
}

.up-arrow.svelte-1kga9hq {
  transform: rotate(208deg);
  margin-bottom: 0.5rem;
}

a.svelte-1kga9hq {
  position: relative;
  all: unset;
}
a.svelte-1kga9hq:hover, a.svelte-1kga9hq:active, a.svelte-1kga9hq:visited {
  all: unset;
}

.card.svelte-1kga9hq {
  height: 100%;
  min-height: 200px;
  border-radius: 1rem;
  display: flex;
  position: relative;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  color: inherit;
  text-decoration: inherit;
  border: 2px solid transparent;
  transition: 200ms ease-out;
  background-clip: padding-box;
  min-width: 280px;
  /* top heights */
  /* Right layout */
  /* Spacer height for no-thumb cards to clear the floating button */
}
.card[data-fill=min].svelte-1kga9hq {
  height: auto;
}
.card.beige.svelte-1kga9hq {
  background-color: var(--neutral-warm-50);
}
.card.white.svelte-1kga9hq {
  background-color: var(--white);
}
.card.ice-blue.svelte-1kga9hq {
  background-color: var(--accent-ice-blush);
}
.card.dark-blue.svelte-1kga9hq {
  background-color: var(--primary-dark);
  color: white;
}
.card.svelte-1kga9hq:hover {
  border-color: var(--secondary-orange);
}
.card.svelte-1kga9hq .action-button-container:where(.svelte-1kga9hq) {
  position: absolute;
  inset-inline: 0;
  inset-block-end: 0;
  display: flex;
  justify-content: end;
  align-items: end;
  padding: 1.25rem;
  z-index: 2;
  pointer-events: none;
}
@media (width <= 768px) {
  .card.svelte-1kga9hq .action-button-container:where(.svelte-1kga9hq) {
    padding: 0.75rem;
  }
}
.card.svelte-1kga9hq .action-button-container:where(.svelte-1kga9hq) button.icon-button:where(.svelte-1kga9hq) {
  pointer-events: auto;
  padding: 0;
  transition: 200ms ease-out;
  background-color: var(--primary-sky);
}
.card.svelte-1kga9hq:hover .action-button-container:where(.svelte-1kga9hq) .icon-button:where(.svelte-1kga9hq) {
  background-color: var(--secondary-orange);
}
.card.svelte-1kga9hq .content-wrapper:where(.svelte-1kga9hq) {
  display: flex;
  gap: 1rem;
  height: 100%;
}
/* (unused) .card[data-fill=min] .card .content-wrapper {
  height: auto;
}*/
.card.svelte-1kga9hq .content-wrapper.thumbnail-top:where(.svelte-1kga9hq) {
  flex-direction: column-reverse;
}
.card.svelte-1kga9hq .content-wrapper.thumbnail-bottom:where(.svelte-1kga9hq) {
  flex-direction: column;
}
.card.svelte-1kga9hq .content-wrapper.thumbnail-right:where(.svelte-1kga9hq) {
  flex-direction: row;
  align-items: stretch;
}
.card.svelte-1kga9hq .card-text-wrapper:where(.svelte-1kga9hq) {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  box-sizing: border-box;
  min-width: 0;
  height: 100%;
}
/* (unused) .card[data-fill=min] .card .card-text-wrapper {
  height: auto;
}*/
@media (max-width: 768px) {
  .card.svelte-1kga9hq .card-text-wrapper:where(.svelte-1kga9hq) {
    padding: 0rem;
  }
}
.card.svelte-1kga9hq .card-text-wrapper:where(.svelte-1kga9hq) .card-text:where(.svelte-1kga9hq) {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.5rem;
  margin: 1.25rem;
  height: 100%;
}
/* (unused) .card[data-fill=min] .card .card-text-wrapper .card-text {
  height: auto;
}*/
.card.svelte-1kga9hq .card-text-wrapper:where(.svelte-1kga9hq) .card-text:where(.svelte-1kga9hq) .category:where(.svelte-1kga9hq) {
  border-radius: 100px;
  background-color: var(--white);
  padding: 2px 8px;
  width: fit-content;
  font-size: 0.875rem;
  line-height: normal;
  color: var(--black);
}
.card.svelte-1kga9hq .card-text-wrapper:where(.svelte-1kga9hq) .card-text:where(.svelte-1kga9hq) .category.beige:where(.svelte-1kga9hq) {
  background-color: var(--neutral-warm-100);
}
.card.svelte-1kga9hq .card-text-wrapper:where(.svelte-1kga9hq) .card-text:where(.svelte-1kga9hq) .title:where(.svelte-1kga9hq) {
  font-size: 1.5rem;
  line-height: normal;
  font-weight: 500;
}
@media (max-width: 768px) {
  .card.svelte-1kga9hq .card-text-wrapper:where(.svelte-1kga9hq) .card-text:where(.svelte-1kga9hq) .title:where(.svelte-1kga9hq) {
    font-size: 1.5rem;
    line-height: 2.25rem;
    font-weight: 500;
  }
}
.card.svelte-1kga9hq .thumbnail:where(.svelte-1kga9hq) {
  overflow: hidden;
  border-radius: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  box-sizing: border-box;
}
.card.svelte-1kga9hq .thumbnail:where(.svelte-1kga9hq) .image:where(.svelte-1kga9hq) {
  inline-size: 100%;
  block-size: 100%;
  object-fit: var(--thumbnail-object-fit);
  max-width: var(--thumbnail-max-width);
  object-position: var(--thumbnail-offset);
}
.card.svelte-1kga9hq .thumbnail:where(.svelte-1kga9hq) .image.watermark:where(.svelte-1kga9hq) {
  opacity: 0.1;
  filter: saturate(0);
}
.card.svelte-1kga9hq .content-wrapper.thumbnail-bottom:where(.svelte-1kga9hq) .thumbnail:where(.svelte-1kga9hq) {
  inline-size: 100%;
  block-size: 191px;
  min-height: 191px;
}
@media (width > 768px) {
  .card.svelte-1kga9hq .content-wrapper.thumbnail-bottom:where(.svelte-1kga9hq) .thumbnail:where(.svelte-1kga9hq) {
    block-size: 220px;
    min-height: 220px;
  }
  .card[data-grid="3"].svelte-1kga9hq .content-wrapper.thumbnail-bottom:where(.svelte-1kga9hq) .thumbnail:where(.svelte-1kga9hq) {
    block-size: 220px;
    min-height: 220px;
  }
  .card[data-grid="4"].svelte-1kga9hq .content-wrapper.thumbnail-bottom:where(.svelte-1kga9hq) .thumbnail:where(.svelte-1kga9hq) {
    block-size: 277px;
    min-height: 277px;
  }
  .card[data-grid="6"].svelte-1kga9hq .content-wrapper.thumbnail-bottom:where(.svelte-1kga9hq) .thumbnail:where(.svelte-1kga9hq) {
    block-size: 366px;
    min-height: 366px;
  }
}
.card.svelte-1kga9hq .content-wrapper.thumbnail-top:where(.svelte-1kga9hq) .thumbnail:where(.svelte-1kga9hq) {
  inline-size: 100%;
  block-size: 191px;
  min-height: 191px;
}
@media (width > 768px) {
  .card.svelte-1kga9hq .content-wrapper.thumbnail-top:where(.svelte-1kga9hq) .thumbnail:where(.svelte-1kga9hq) {
    block-size: 220px;
    min-height: 220px;
  }
  .card[data-grid="3"].svelte-1kga9hq .content-wrapper.thumbnail-top:where(.svelte-1kga9hq) .thumbnail:where(.svelte-1kga9hq) {
    block-size: 220px;
    min-height: 220px;
  }
  .card[data-grid="4"].svelte-1kga9hq .content-wrapper.thumbnail-top:where(.svelte-1kga9hq) .thumbnail:where(.svelte-1kga9hq) {
    block-size: 277px;
    min-height: 277px;
  }
  .card[data-grid="6"].svelte-1kga9hq .content-wrapper.thumbnail-top:where(.svelte-1kga9hq) .thumbnail:where(.svelte-1kga9hq) {
    block-size: 366px;
    min-height: 366px;
  }
}
.card.svelte-1kga9hq .content-wrapper.thumbnail-right:where(.svelte-1kga9hq) .thumbnail:where(.svelte-1kga9hq) {
  flex: 0 0 calc(50% - 0.5rem);
  min-block-size: 250px;
  align-self: stretch;
}
.card.svelte-1kga9hq .content-wrapper.thumbnail-right:where(.svelte-1kga9hq) .card-text-wrapper:where(.svelte-1kga9hq) {
  flex: 1 1 0;
}
.card.svelte-1kga9hq .bottom-content:where(.svelte-1kga9hq) {
  display: flex;
  align-items: end;
  justify-content: start;
  width: 100%;
}
.card.svelte-1kga9hq .spacer:where(.svelte-1kga9hq) {
  height: 75px;
}

/* (unused) img.icon {
  height: 18px;
  width: 18px;
}*/
@media (width <= 768px) {
  /* (unused) img.icon {
    height: 14px;
    width: 14px;
  }*/
}
/* (unused) img.icon.rotate {
  transform: rotate(-90deg);
}*/
/* (unused) img.icon.shift {
  width: 16px;
  margin-left: 2px;
}*/
@media (width <= 768px) {
  /* (unused) img.icon.shift {
    width: 12px;
    margin-left: 2px;
  }*/
}

.small-title.svelte-1kga9hq {
  font-size: 1.25rem !important;
  font-weight: 700 !important;
}
    .steuer-schlittschuh-component.svelte-1ifltuc {
        border: 2px solid #3498db;
        padding: 15px;
        margin: 10px 0;
        border-radius: 5px;
        background-color: #eaf2f8;
    }
