.swiper-button-next.navarrows:after, .swiper-button-prev.navarrows:after {
    width: 100%!important;
    height: 14px!important;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.swiper-container.cardslider-swiper {
    display: grid;
    padding: 5vh 0;
    overflow: hidden;
    justify-content: end;
}
.swiper.swiper-container-cards {
    width: 90vw;
    cursor: -webkit-grab;
    overflow: hidden;
    padding: 12px 0 12px 12px;
}
.fixed-card-content.default.center, .fixed-card-content.informative.center {
    text-align: center;
}
.fixed-card-content.default.right, .fixed-card-content.informative.right {
    text-align: right;
}
a.fixed-card-link.default.center, a.fixed-card-link.informative.center {
    margin: auto auto 12px;
}
a.fixed-card-link.default.right, a.fixed-card-link.informative.right {
    margin: auto 12px 12px auto;
}
.imgcardslide-icon, img.cardslide-icon {
    margin: 12px auto;
}
.imgcardslide-icon svg {
    height: 100px;
    padding: 10px;
    width: auto;
}
.imgcardslide-icon img.cardslide-icon {
    display: flex;
    height: 100px;
    padding: 10px;
    width: auto;
}
p.cardslider_info {
    padding: 18px 0;
}
.cardslider-area {
    display: flex;
    height: 55vh;
    width: 100%;
    max-width: 90vw;
    padding: 0;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
}
.card-title, .fixed-card-content, .fixed-card-zone {
    height: 100%;
    flex-direction: column;
    display: flex;
}
.fixed-card-zone {
    padding: 0;
    width: 25vw;
    margin: 0 20px 0 0;
    border-radius: 22px;
}
.fixed-card-content {
    padding: 56px 28px 32px 26px;
    align-items: stretch;
}
.fixed-card-zone h2 {
    font-size: 4.4rem;
    font-weight: 300;
    padding: 12px 0 22px;
}
.card-title h2, .slide-overlay h2 {
    font-size: 1.3rem;
    line-height: 1;
    text-align: center;
    word-break: break-word;
}
.fixed-card-info {
    font-weight: 300;
    line-height: 2.5rem;
    padding: 16px 0;
    max-height: 20vh;
}
a.fixed-card-link {
    margin: auto auto 12px 12px;
    color: #fff;
    border-bottom: 1px solid;
}
.os-swiper-nav-freeslider.cards {
    right: 66px;
    top: 22px;
}
img.cardslider-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.title-cardslider h2 {
    margin: 32px 0 22px;
    font-family: Montserrat;
}
.card-title {
    position: fixed;
    top: 0;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.card-title h2 {
    font-weight: 800;
    margin-bottom: 18px;
    width: 77%}
.card-title>div {
    font-weight: 400;
    margin: 5px 0 0;
    width: 80%;
    max-height: 70%;
    color: #333;
}
.cardslide-no-link, .slide-overlay, .swiper-slide-unique img, a.cardslide-link {
    height: 100%;
    width: 100%}
.card-title.informative>div.slide_info_title, p.info-title.hidebtn {
    display: none;
}
.swiper-slide-unique img {
    position: absolute;
    object-fit: cover;
    z-index: -1;
}
.slide-overlay {
    display: flex;
    position: fixed;
    top: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(0, 130, 195, 0);
    color: #fff;
    opacity: 0;
}
.swiper-slide.swiper-slide-cards {
    display: flex;
    border-radius: 22px;
    height: 55vh;
    overflow: hidden;
}
.swiper-slide.swiper-slide-cards:hover .slide-overlay {
    display: flex;
    padding: 0;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    background: var(--button-background);
    opacity: 0.88;
    flex-direction: column;
    align-content: center;
	color:#FFF;
}
.swiper-slide.swiper-slide-cards:hover .card-title {
    opacity: 0;
    transition: opacity .66s ease-in-out;
}


.slide-overlay h2 {
    font-weight: 800;
    margin-bottom: 18px;
    width: 75%;
    color: #333;
}
.slide-overlay>div {
    font-weight: 400;
    margin: 5px 0 0;
    width: 80%;
    max-height: 60%;
    color: #333;
}
.swiper-button-next, .swiper-button-prev {
    color: #000;
}
.swiper-button-next.navarrows {
    position: relative;
    right: 22px;
    width: 100px;
}
.swiper-button-next.navarrows:after {
    background-image: url(/wp-content/themes/Opensmjle/assets/icons/color-next-arrow.svg) !important;
}
.swiper-button-prev.navarrows {
    position: relative;
    left: 10px;
    width: 100px;
}
.swiper-button-prev.navarrows:after {
    background-image: url(/wp-content/themes/Opensmjle/assets/icons/long-prev-arrow.svg) !important;
}
.navarrows.cardslider {
    display: flex;
    width: 100%;
    align-content: center;
    flex-direction: row-reverse;
    margin-top: 22px;
    justify-content: space-between;
}
div#swiper-container-cards.informative {
    cursor: auto;
}
.fixed-card-zone.informative {
    border-bottom: 2px solid #00000024;
    border-radius: 12px;
}
.swiper-slide.swiper-slide-cards.informative {
    border-radius: 12px;
}
.fixed-card-content.default h3 {
    font-size: 3rem;
    line-height: 3rem;
    font-weight: 400;
    padding: 12px 0 22px;
    font-family: Montserrat;
}
.cardslide-no-link.informative {
    display: flex;
    overflow: hidden;
    align-content: flex-end;
    align-items: flex-end;
}
.card-title.informative {
    display: flex;
    position: absolute;
    top: inherit;
    bottom: 12px;
    left: 50%;
    width: 90%;
    height: fit-content;
    background: #f0efeb;
    padding: 12px;
    align-items: flex-start;
    z-index: 2;
    border-radius: 12px;
    transform: translateX(-50%);
}
.card-title.informative h2 {
    margin-top: 8px;
    margin-bottom: 10px;
    padding: 0 12px;
    text-align: left;
    width: 100%;
    font-size: 1rem;
}
.swiper-slide.swiper-slide-cards:hover .slide-overlay.informative {
    background: var(--button-background);
}
.slide-overlay.informative h2 {
    word-break: break-word;
    font-weight: 800;
    margin-bottom: 18px;
    width: 80%;
    text-align: left;
    color: #333;
}
.fixed-card-info li, .slide-overlay li {
    list-style: inside;
}
.fixed-card-info, .slide-overlay>div {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.fixed-card-info::-webkit-scrollbar, .slide-overlay>div::-webkit-scrollbar {
    display: none;
}
@media screen and (max-width:900px) {
    .cardslider-area {
    display: flex;
    height: fit-content;
    width: 100%;
    max-width: 98vw;
    padding: 24px 0;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
}
.fixed-card-zone {
    width: 96%!important;
    margin: auto;
}
.title-cardslider h2 {
    margin: 32px 0 22px;
    font-family: Montserrat;
    width: 98%;
    padding: 0 12px;
}
.swiper-slide.swiper-slide-cards {
    display: flex;
    border-radius: 22px;
    height: 60vh;
    margin: 2px!important;
    overflow: hidden;
}
.swiper.swiper-container-cards {
    cursor: -webkit-grab;
    overflow: visible;
    padding: 22px 0;
}
p.cardslider_info {
    width: 90%;
    padding: 0 12px;
}
.title-cardslider {
    max-width: 99vw;
}
}@media screen and (max-width:1440px) {
    .fixed-card-content.default h3 {
    font-size: 2.2rem;
    line-height: 2.2rem;
    padding: 6px 0 12px;
}
.fixed-card-content {
    padding: 32px 22px;
}
}


/* KPM */

.cardslider-swiper .swiper-button-next::before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;

    background: var(--button-background) !important;

    -webkit-mask-image: url('/wp-content/themes/Opensmjle/assets/icons/next-arrow.svg');
    mask-image: url('/wp-content/themes/Opensmjle/assets/icons/next-arrow.svg');

    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;

    -webkit-mask-position: center;
    mask-position: center;

    -webkit-mask-size: contain;
    mask-size: contain;
}
.cardslider-swiper .swiper-button-prev::before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;

    background: var(--button-background) !important;

    -webkit-mask-image: url('/wp-content/themes/Opensmjle/assets/icons/prev-arrow.svg');
    mask-image: url('/wp-content/themes/Opensmjle/assets/icons/prev-arrow.svg');

    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;

    -webkit-mask-position: center;
    mask-position: center;

    -webkit-mask-size: contain;
    mask-size: contain;
}


.cardslider-swiper .swiper-button-next, 
.cardslider-swiper .swiper-button-prev {
	border:1px solid var(--button-background) !important;
	width: 32px !important;
	height: 32px !important;
}

.swiper-slide.swiper-slide-cards:hover .slide-overlay p,
.swiper-slide.swiper-slide-cards:hover .slide-overlay h2{
	color:#FFF !important;
}

.swiper-slide.swiper-slide-cards:hover .slide-overlay {
    background: var(--button-background);
    opacity: 0.88;
}
.card-title.informative {
    background: var(--button-background);
}
.card-title.informative h2 {
	color:#FFF !important;
}

.cardslider-swiper .navarrows {
	margin-top:10px;
	display: flex;
	  gap: 16px;
	  align-items: center;
	  justify-content: center;
}
.cardslider-swiper .swiper-button-next {
	right: 0;
}
.cardslider-swiper .swiper-button-prev {
	left: 0;
}



.cardslider-area{
    display:flex !important;
    gap:26px !important;
    width:100% !important;
    align-items:stretch !important;
}

.fixed-card-zone{
    flex:0 0 320px !important;
    width:320px !important;
    margin:0 !important;
    border-radius:22px !important;
    overflow:hidden !important;
}

.swiper.swiper-container-cards{
    flex:1 !important;
    min-width:0 !important;
    width:auto !important;
    overflow:hidden !important;
    padding:0 !important;
}

.swiper-slide.swiper-slide-cards{
    height:55vh !important;
    border-radius:22px !important;
    overflow:hidden !important;
}

.swiper-container.cardslider-swiper{
    width:100% !important;
    overflow:hidden !important;
}

.navarrows.cardslider{
    margin-top:20px !important;
}

@media (max-width:900px){

    .cardslider-area{
        flex-direction:column !important;
    }

    .fixed-card-zone{
        width:100% !important;
        flex:0 0 auto !important;
    }

    .swiper.swiper-container-cards{
        width:100% !important;
    }

    .swiper-slide.swiper-slide-cards{
        height:60vh !important;
    }

}

.cardswiper {
	overflow: hidden !important;
}

.swiper-container.cardslider-swiper{
    display:block !important;
}

@media (max-width:900px){

    .cardslider-area{
        width:100% !important;
        max-width:100% !important;
        flex-direction:column !important;
        gap:0 !important;
        padding:24px 0 20px 0 !important;
        overflow:hidden !important;
    }

    .fixed-card-zone{
        width:100% !important;
        flex:0 0 auto !important;
    }

    .swiper-container.cardslider-swiper{
        width:100% !important;
        max-width:100% !important;
        overflow:hidden !important;
    }

    .swiper.swiper-container-cards{
        width:100% !important;
        max-width:100% !important;
        flex:0 0 auto !important;
        padding:0 !important;
        overflow:hidden !important;
        box-sizing:border-box !important;
    }

    .cardswiper .swiper-wrapper,
   .cardswiper .swiper-wrapper.cards{
        width:100% !important;
        max-width:100% !important;
        margin:0 !important;
        padding:0 !important;
        gap:0 !important;
        box-sizing:border-box !important;
    }

    .cardswiper .swiper-slide,
    .cardswiper .swiper-slide.swiper-slide-cards{
        width:100% !important;
        max-width:100% !important;
        margin:0 !important;
        padding:0 !important;
        box-sizing:border-box !important;
        flex-shrink:0 !important;

        /* falls der 1px Streifen sonst bleibt */
        transform:translateX(-1px);
    }

    .cardslide-link,
    .cardslide-no-link,
    .cardslider-img{
        width:100% !important;
        max-width:100% !important;
        box-sizing:border-box !important;
    }
.cardswiper .swiper-slide{
    opacity:0;
    transition:opacity .4s ease;
}

.cardswiper .swiper-slide.swiper-slide-active{
    opacity:1;
}

    .cardswiper .swiper-slide.swiper-slide-cards.informative:nth-child(even){
        margin-top: 0 !important;
    }

}




/* KPM */

.cardslider-area{
    height:auto !important;
    min-height:calc(55vh + 90px) !important;
    align-items:flex-start !important;
    padding-top:0 !important;
    padding-bottom:90px !important;
}

.swiper-container.cardslider-swiper,
.swiper.swiper-container-cards{
    overflow:visible !important;
}

.cardswiper .swiper-wrapper,
.cardswiper .swiper-wrapper.cards{
    align-items:flex-start !important;
}

.cardswiper .swiper-slide:nth-child(even){
    margin-top:66px !important;
}

.cardswiper .swiper-slide:nth-child(even){
    margin-top:66px;
}


/* ANIMATION */

@keyframes cardslider-float-a{
    0%{transform:translateY(-10px);}
    100%{transform:translateY(10px);}
}

@keyframes cardslider-float-b{
    0%{transform:translateY(-6px);}
    100%{transform:translateY(6px);}
}

@keyframes cardslider-float-c{
    0%{transform:translateY(-12px);}
    100%{transform:translateY(12px);}
}

@keyframes cardslider-float-d{
    0%{transform:translateY(-8px);}
    100%{transform:translateY(8px);}
}

/* Animation auf den kompletten Slide */
.cardswiper .swiper-slide:nth-child(4n+1){
    animation:cardslider-float-a 6.8s ease-in-out infinite alternate;
}

.cardswiper .swiper-slide:nth-child(4n+2){
    animation:cardslider-float-b 7.6s ease-in-out infinite alternate;
}

.cardswiper .swiper-slide:nth-child(4n+3){
    animation:cardslider-float-c 6.3s ease-in-out infinite alternate;
}

.cardswiper .swiper-slide:nth-child(4n+4){
    animation:cardslider-float-d 7.5s ease-in-out infinite alternate;
}

/* Mobil deaktivieren */
@media (max-width:900px){

    .cardslider-area{
        padding-bottom:20px !important;
    }

    .cardswiper .swiper-slide{
        animation:none !important;
    }

}