.pauschalen-section {
    border: 3px solid var(--color-brand);
    position: relative;
    gap: 1rem;
    display: flex;
    flex-direction: column;
}

.pausch-offer {
    font-weight: 600;
    color: var(--color-white);
    background-color: var(--color-brand);
    padding: 5px 10px;
    border-radius: 5px;
    z-index: 0;
    line-height: 1.2;
    top: 15px;
    left: 10px;
    position: absolute;
}

.pauschalCard__top h4 {
    padding-top: .5rem;
}

.pauschalCard__bottom {
    display: flex;
    gap: .5rem;
    justify-content: space-between;
}

.calender-icon .fa-calendar-alt {
    content: "";
    background: var(--icon-b-calender) no-repeat;
    background-position: center;
    background-size: contain;
    position: relative;
    display: inline-block;
    margin-right: .5rem;
    width: 1.2rem;
    height: 1.2rem;
    top: 3.5px;
}

.pauschalCard {
    border: none;
}

.pauschalCard .kats {
    margin: 0;
}

.timeframe {
    font-family: var(--font-lato) !important;
    display: inline;
    padding: 5px 10px;
    padding-left: 0;
}

.perperson {
    font-size: 10px;
    margin-top: 5px;
    line-height: 1;
}

.pauschPrice {
    font-family: var(--font-alegreya);
    font-size: 1.125rem;
}

@media screen and (max-width: 768px) {
    .pauschPrice .unit {
        font-size: unset;
        margin-left: 0;
    }

    .pauschalCard__bottom .btn-primary {
        align-self: end;
        height: auto;
    }
}

.unit {
    font-family: var(--font-lato) !important;
    font-size: 22px;
    font-weight: 600;
    margin-left: 5px;
}

.swiper-controls {
    position: absolute;
    padding: 0 5px;
    top: 0;
    left: 0;
    height: 0;
    width: 100%;
    top: 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.swiper-controls .swiper-button-prev,
.swiper-controls .swiper-button-next {
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    width: 2rem;
    height: 2rem;
    border: 1px solid white;
    border-radius: 50%;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .55);
}

.swiper-controls .swiper-button-next::after,
.swiper-controls .swiper-button-prev::after {
    display: flex;
}

.swiper-controls .swiper-button-prev {
    left: 5px;
}

.swiper-controls .swiper-button-next {
    right: 5px;
}

.swiper-button-disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.swiper-slide-fully-visible,
.swiper-slide-visible {
    z-index: 0 !important;
}

.swiper-slide {
    z-index: -1;
}

.pauschalCard {
    border: none !important;
}

.pauschalCard .pill {
    color: var(--color-white);
    background-color: var(--color-brand);
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
}

.pauschalCard .bullets {
    margin: 5px 0;
}

.pauschalCard__bottom .btn-primary {
    height: auto;
    align-self: end;
}

.pauschalCard .btn-primary::before,
.pauschalCard .btn-primary::after {
    content: none;
}

.pauschalCard .btn-primary {
    padding-right: 24px;
}

.swiper-wrapper {
    display: flex;
    flex-direction: row;
}

.pauschalCard {
    flex: 1 0 100%;
    min-width: 100%;
}

@media screen and (max-width: 768px) {
    .description {
        display: none;
    }

    .swiper-controls .swiper-button-next {
        right: -1rem;
    }

    .swiper-controls .swiper-button-prev {
        left: -1rem;
    }
}

@media screen and (max-width: 1280px) {
    .pauschalCard .btn-primary {
        border-radius: 8px;
        padding: 7px 10px;
        line-height: 22px;
        font-weight: 500;
        height: 100%;
    }
}
