.paderborn-roster .roster-swiper {
    width: 100%;
    max-width: 1600px;
    margin: 40px auto;
    overflow: hidden !important;
    padding: 20px 60px 80px 60px !important;
    position: relative;
}
.paderborn-roster .roster-card.is-flipped .card-inner {
    transform: rotateY(180deg) !important;
}

.paderborn-roster .player-number-badge {
    color: #ffffff;
    font-family: "Teko", sans-serif;
    font-size: 42px;
    font-weight: 700;
	padding-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
   
   
    z-index: 10;
   
    line-height: 0.8;
}

.paderborn-roster .badge-hash {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 2px;
    color: rgba(255, 255, 255, 0.6);
}

.paderborn-roster .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.5s ease, opacity 0.5s ease;
}

.paderborn-roster .card-inner {
    width: 400px;
    aspect-ratio: 350 / 550;
    perspective: 1000px;
    transform-style: preserve-3d;
    transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    cursor: pointer;
    margin: 0 auto;
}

.paderborn-roster .card-front,
.paderborn-roster .card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    overflow: hidden;
    /*box-shadow: 0 10px 40px rgba(0,0,0,0.4);*/
    transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
	clip-path: inset(0 round 30px);
    border-radius: 30px;
    background: #fff;
}

.paderborn-roster .card-front {
    transform: rotateY(0deg);
    z-index: 2;
}

.paderborn-roster .card-back {
    transform: rotateY(180deg);
}

.paderborn-roster .roster-card.is-flipped .card-inner {
    transform: rotateY(180deg);
}

@media (min-width: 1100px) {
    .paderborn-roster .swiper-slide.is-big:hover .card-inner {
        transform: rotateY(180deg) scale(1.05);
    }
    .paderborn-roster .swiper-slide.is-small:hover .card-inner {
        transform: rotateY(0deg) scale(0.9);
        opacity: 1;
        z-index: 10;
    }

    .paderborn-roster .swiper-slide.is-small .card-inner {
        transition: transform 0.4s ease, opacity 0.4s ease;
    }

    .paderborn-roster .swiper-slide.is-small .card-back {
        pointer-events: none;
    }
}

.paderborn-roster .swiper-slide .card-inner.is-clicked {
    transform: rotateY(180deg) scale(1.05)!important;
}

.paderborn-roster .swiper-slide.is-big .card-inner {
    transform: scale(1.05);
    z-index: 5;
}

.paderborn-roster .swiper-slide.is-small .card-inner {
    transform: scale(0.8);
    opacity: 0.3;
}

.paderborn-roster .card-front {

  background-position: center bottom;
  display: flex;
  align-items: flex-start;
  background-repeat: no-repeat;
  background-size: 90%;
  background-color: #fff;
}

.paderborn-roster .card-overlay {
    width: 70px;
	height: 100%;
	background: #8a1b21;
	position: relative;
	border-radius: 0 30px 30px 0;
}

.paderborn-roster .player-info-vertical {
    position: absolute;
    left: 20px;
    bottom: 30px;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.paderborn-roster .row-name-num {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    min-height: 45px;
}

.paderborn-roster .row-position {
    margin-top: 30px;
  width: 70%;
  border-bottom: solid 3px #8a1b21;
  height: auto;
  display: block;
}

.paderborn-roster .player-title {
    color: #fff;
    font-family: "Teko", sans-serif;
    font-size: 42px !important;
    line-height: 1;
    text-transform: uppercase;
    white-space: normal;
}


.paderborn-roster .player-position {
    color: #8a1b21;
  font-size: 20px;
  text-transform: uppercase;
  text-align: right;
   
}

.paderborn-roster .card-back {
    background-color: #f4f4f4;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center; /* Bild klebt links */
    color: #000;
}

.paderborn-roster .card-back-inner {
    position: relative;
    padding: 0;
    height: 100%;
    z-index: 1;
    display: flex;
	flex-direction: row;
	align-items: flex-start;
}
.paderborn-roster .back-player-img-standalone {
    position: absolute;
	right: 0;
	bottom: 0;
	height: 70%;
	width: auto;
	z-index: 2;
	pointer-events: none;
	object-fit: contain;
}

.paderborn-roster .player-title-back {
    font-family: "Teko", sans-serif;
	font-size: 25px;
	color: #8F1C21;
	margin: 0 20px 20px 0;
	text-align: right;
	border-bottom: 2px solid #8F1C21;
	flex-shrink: 0;
	z-index: 1;
	order: 2;
	padding: 20px 0 0 10px;
	hyphens: auto;
	width: calc(55% - 20px);
	line-height: 1em;
}

.paderborn-roster .back-content-wrapper {
    display: flex;
	gap: 15px;
	flex-grow: 1;
	min-height: 0;
	align-items: stretch;
	z-index: 1;
	order: 1;
	background: #8a1b21;
	width: 100%;
	border-radius: 0 40px 40px 0;
	max-width: 45%;
	padding: 20px 30px 20px 20px;
	height: 100%;
}

.paderborn-roster .back-col-image,
.paderborn-roster .back-col-info {
    flex: 1;
}

.paderborn-roster .back-col-image {
    flex: 1;
    border-radius: 8px;
    overflow: hidden;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

.paderborn-roster .back-player-img {
    display: none;
}

.paderborn-roster .back-col-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    text-align: left;
}

.paderborn-roster .back-position-tag {
    font-size: 22px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 12px;
	margin-top: 5px;
	text-transform: uppercase;
}

.paderborn-roster .info-list {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.paderborn-roster .info-item {
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
}

.paderborn-roster .info-item .label {
    display: block;
    font-size: 20px;
    font-weight: 800;
    color: #F08388;
}

.paderborn-roster .info-item .value {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    line-height: 1.2;
}

.paderborn-roster .swiper-button-prev,
.paderborn-roster .swiper-button-next {
    width: 60px !important;
    height: 40px !important;
    background-size: 60px 60px !important;
    top: 50% !important;
    z-index: 100;
}

.paderborn-roster .swiper-button-prev:after,
.paderborn-roster .swiper-button-next:after {
    display: none !important;
}

.paderborn-roster .swiper-button-next {
    right: 10px;
    transform: translateY(-50%);
    fill: #fff;
}

.paderborn-roster .swiper-button-prev {
    left: 10px;
    transform: translateY(-50%);
        fill: #fff;
}

@media (min-width: 901px) and (max-width: 1199px) {
    .paderborn-roster .roster-swiper {
        padding: 40px 60px 80px 60px !important;
        overflow: hidden !important;
    }
    .paderborn-roster .swiper-wrapper {
        justify-content: flex-start !important;
    }

    .paderborn-roster .swiper-slide {
        display: flex;
        justify-content: center;
    }

    .paderborn-roster .card-inner {
        max-width: 90% !important;
        width: 100%;
        margin: 0 auto;
    }

    .paderborn-roster .player-title {
        font-size: 36px !important;
        line-height: 0.95;
    }

    .paderborn-roster .player-number {
        font-size: 36px;
        line-height: 0;
    }

    .paderborn-roster .player-title-back {
        font-size: 24px;
        margin-bottom: 15px;
        line-height: 1;
    }

    .paderborn-roster .info-item .value {
        font-size: 14px;
    }
    .paderborn-roster .info-item .label {
        font-size: 14px;
    }
    .paderborn-roster .back-position-tag {
        font-size: 14px;
    }
}

@media (max-width: 900px) {
    body .paderborn-roster .roster-swiper {
        padding: 20px 10px 60px 10px !important;
    }

    body .paderborn-roster .swiper-slide {
        width: 100% !important;
        display: flex !important;
        justify-content: center !important;
        opacity: 1 !important;
    }

    body .paderborn-roster .card-inner {
        max-width: 340px !important;
        width: 85vw !important;
        aspect-ratio: 350 / 550;
        height: auto;
        opacity: 1 !important;
        transform: scale(1) !important;
    }

    body .paderborn-roster .player-title {
        font-size: 36px !important;
    }

    body .paderborn-roster .swiper-button-prev,
    body .paderborn-roster .swiper-button-next {
        width: 45px !important;
        height: 45px !important;
        background-size: contain !important;
        top: 50% !important;
        margin: 0 -5px;
    }

    body .paderborn-roster .back-content-wrapper {
        flex-direction: row !important;
        display: flex !important;
        gap: 8px;
        align-items: stretch;
    }

    body .paderborn-roster .back-col-image {
        flex: 0 0 45% !important;
        height: auto !important;
    }

    body .paderborn-roster .back-col-info {
        flex: 1 !important;
        display: flex;
        flex-direction: column;
        min-width: 0;
    }

    body .paderborn-roster .player-title-back {
        font-size: 22px;
        margin-bottom: 8px;
    }

    body .paderborn-roster .info-item .value {
        font-size: 14px;
        white-space: normal;
    }

    body .paderborn-roster .info-item .label {
        font-size: 14px;
    }

    body .paderborn-roster .back-position-tag {
        font-size: 14px;
        padding: 2px 4px;
        margin-bottom: 5px;
    }
}
@media (max-width: 480px) {
    body .paderborn-roster .card-inner {
        max-width: 280px !important;
    }
}
.paderborn-roster .roster-card {
    -webkit-tap-highlight-color: transparent;
    outline: none;
}