
.splide__list{
    transition:all 0.5s linear;
}

.splide__arrow {
    background:none;
    border: 0;
}

.textblock{
    height:184px;
  overflow:hidden;
    padding:10px 20px 20px 20px;
    background:#ffffff;
    transition: all 1s;
    bottom:0px;
    position:absolute;
}
.name {
    color:#CD9600;
    margin-bottom:15px;
    font-size: clamp(14px, calc(0.875rem + ((1vw - 0px) * 0.1042)), 16px);
}

.textblock .headline{
    font-size: clamp(20px, calc(1.25rem + ((1vw - 0px) * 0.4167)), 28px);
  min-height: 0vw;
    line-height:1.2;
    font-weight:500;
    margin-bottom:15px;
}

.textblock .body{
    opacity:0;
    font-size: clamp(14px, calc(0.875rem + ((1vw - 0px) * 0.4167)), 22px);
    line-height:1.2;
  min-height: 0vw;
    transition: all 1s;
    & a{
        color:#CD9600;
    }
}

.hovered .textblock{
    height:100%;
    overflow: clip; 
}
.hovered:hover .textblock{
overflow: auto;
}

.hovered .textblock .body{
    opacity:1;
}


.textblock::-webkit-scrollbar {
    display: none;
}

.textblock {
    scrollbar-width: none;
}

h2{
    font-size:2.5rem;
}


.slide-wrapper {
    height:540px;
    overflow: hidden;
    background:#fff;
}
.splide__arrows {
    position: absolute;
    top: 46%;
    width: 100%;
    transform: translateY(-50%);
    z-index: 10;
    pointer-events: none; /* Damit die Klicks nur auf den Buttons registriert werden */
}

.splide__arrow {
    position: absolute;
    pointer-events: auto; /* Wieder aktivieren */
}

.splide__arrow--prev {
    left: -50px; /* Nach außen verschieben */
}

.splide__arrow--next {
    right: -50px; /* Nach außen verschieben */
}
section[id^=block] {
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    padding:60px 0;
    background-color: #f3e0b5;
    position: relative;
   margin:60px auto;
}

.geburtstag {
    margin-bottom:0 !important;
}

.geschenke {
    margin-top:0 !important;
}

#id_68109bd31c9dc .splide__arrow{
    display:none;
}




body {
 
    background-color: #faf1df;
    
}

.wrapper__stage .carousel-overlay--right {
    border-right-color:#faf1df;
}
.wrapper__stage .carousel-overlay--left{
    border-left-color:#faf1df;
}



.block-intro{
    max-width:740px;
    margin:0 auto 30px auto;
}
section.splide{
    max-width: 1116px;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
}

article{
    max-width:1140px;
    padding:0 20px;
}

article img.size-full{
    width: 100vw;
    max-width: 1100px;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  
}
.pressreport article>figure {
    max-width:100%;
}
figure:has(img.size-full){
    margin:0;
}

article a,article a:hover,.footer__text a{
    color:#CD9600 !important;
    transition: all 0.5s;
    font-weight:500;
}

@media screen and (max-width:1200px) {
    section#block {
        padding:40px;
    }
}

@media screen and (min-width:481px) and (max-width:768px){
    .block-intro{
        max-width:480px;
   
    }
}



@media screen and (max-width:480px) {
    .slide-wrapper{
        height:440px; 
    }
  .textblock{
    height:140px;
  }
  .splide__arrow--prev {
    left: -40px; /* Nach außen verschieben */
}

.splide__arrow--next {
    right: -40px; /* Nach außen verschieben */
}
}


/* Slidertype 2 */

.slidertype-2 {
    & h1{
        margin-bottom:50px;
        text-align: center;
    }

    & .slide-wrapper {
        height:auto;
    }
    & .textblock{
        position: relative;
    }
    & .head {
        display: flex;
        flex-direction: column;
        height: 100%;
        & .headline{
            flex-grow: 1;
        } 
    }
}