/* /Pages/Tanzcorps.razor.rz.scp.css */
.tc-hero[b-n74txevogm] {
    position: relative;
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.tc-hero-image[b-n74txevogm] {
    position: absolute;
    inset: 0;
}

.tc-hero-image[b-n74txevogm]  .ant-image {
    display: block;
    width: 100%;
    height: 100%;
}

.tc-hero-image[b-n74txevogm]  .ant-image-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tc-hero[b-n74txevogm]  .ant-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.tc-hero[b-n74txevogm]  .ant-image-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.tc-hero-overlay[b-n74txevogm] {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
}

.tc-hero-content[b-n74txevogm] {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 48px 16px;
    color: #fff;
    width: 100%;
}

/* Alle AntDesign-Typografie im Hero auf weiß setzen */
.tc-hero-content[b-n74txevogm]  .ant-typography {
    color: #fff;
}

.tc-section[b-n74txevogm] {
    padding: 40px 24px;
}

.tc-story[b-n74txevogm] {
    align-items: flex-start;
}

.tc-story-media-col[b-n74txevogm] {
    display: flex;
}

.tc-story-image-shell[b-n74txevogm] {
    width: 100%;
}

.tc-story-image-shell[b-n74txevogm]  .ant-image,
.tc-story-image[b-n74txevogm] {
    display: block;
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
}

.tc-story-image-shell[b-n74txevogm]  .ant-image {
    aspect-ratio: 1 / 1;
}

.tc-story-image-shell[b-n74txevogm]  .ant-image-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tc-story-content[b-n74txevogm] {
    display: flex;
    align-items: center;
}

.tc-story-content-inner[b-n74txevogm] {
    width: 100%;
}

.tc-contact-list[b-n74txevogm] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: flex-start;
}

.tc-contact-email[b-n74txevogm] {
    display: inline-block;
    overflow-wrap: anywhere;
}

.tc-team-carousel-shell[b-n74txevogm] {
    width: min(100%, 1720px);
    margin: 0 auto;
}

.tc-team-carousel[b-n74txevogm] {
    width: 100%;
}

.tc-team-carousel-shell[b-n74txevogm]  .slick-list,
.tc-team-carousel-shell[b-n74txevogm]  .slick-track,
.tc-team-carousel-shell[b-n74txevogm]  .slick-slide {
    height: auto !important;
}

.tc-team-carousel-slide[b-n74txevogm] {
    display: flex;
    gap: 24px;
    justify-content: center;
    align-items: stretch;
    padding: 4px 0;
}

.tc-team-carousel-item[b-n74txevogm] {
    display: flex;
    flex: 0 0 100%;
    min-width: 0;
}

.tc-team-carousel-item--placeholder[b-n74txevogm] {
    pointer-events: none;
}

.tc-team-carousel-slide--2 .tc-team-carousel-item[b-n74txevogm] {
    flex-basis: calc(50% - 12px);
}

.tc-team-carousel-slide--3 .tc-team-carousel-item[b-n74txevogm] {
    flex-basis: calc((100% - 48px) / 3);
}

.tc-team-carousel-slide--4 .tc-team-carousel-item[b-n74txevogm] {
    flex-basis: calc((100% - 72px) / 4);
}

.tc-team-carousel-slide--5 .tc-team-carousel-item[b-n74txevogm] {
    flex-basis: calc((100% - 96px) / 5);
}

.tc-team-carousel-shell[b-n74txevogm]  .slick-slide > div {
    height: auto;
}

.tc-team-card[b-n74txevogm] {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.tc-team-card--placeholder[b-n74txevogm] {
    visibility: hidden;
}

.tc-team-card-image[b-n74txevogm] {
    display: block;
    width: 100%;
}

.tc-team-card[b-n74txevogm]  .ant-image {
    display: block;
    width: 100%;
    height: 220px;
    overflow: hidden;
}

.tc-team-card[b-n74txevogm]  .ant-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.tc-team-card-meta[b-n74txevogm]  .ant-card-meta-description {
    color: rgba(0, 0, 0, 0.45);
}

.tc-team-card-meta[b-n74txevogm]  .ant-card-meta-detail {
    min-height: 110px;
    text-align: center;
}

@media (max-width: 767.98px) {
    .tc-story-image-shell[b-n74txevogm]  .ant-image {
        aspect-ratio: auto;
    }

    .tc-story-image-shell[b-n74txevogm]  .ant-image-img {
        height: auto;
    }

    .tc-team-carousel-slide[b-n74txevogm] {
        gap: 0;
    }
}

@media (max-width: 991.98px) and (min-width: 768px) {
    .tc-story-image-shell[b-n74txevogm]  .ant-image {
        aspect-ratio: 4 / 5;
    }
}
