/*------------------------------------------------------------------
    Version: 1.0
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
    IMPORT FONTS
-------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap');
@font-face {
    font-family: 'AvenirLight'; /* choose a name you want */
    src: url('fonts/AvenirLight.ttf') format('truetype'); /* path to your font */
    font-weight: normal;
    font-style: normal;
}


/*------------------------------------------------------------------
    IMPORT FILES
-------------------------------------------------------------------*/

@import url(css/animate.css);
@import url(css/responsiveslides.css);
@import url(css/flaticon.css);

/*------------------------------------------------------------------
    SKELETON
-------------------------------------------------------------------*/


html {
    scroll-behavior: smooth;
}

.top{

    background: url('uploads/angebote/bg01.jpg');
    height:60px;
}

.topKalendar{

    background: url('uploads/angebote/bg05.jpg');
    height:60px;
}

body {
    color: #000000;
    font-family: 'AvenirLight', sans-serif;
    line-height: 1.80857;
}

#home, #dance, #zum, #workshops {
    position: relative;
}

#dance{
    padding: 140px;
    display: flex;
    flex-direction: column;  

}

#zum, #workshops{
    padding: 140px;
    display: flex;
    flex-direction: column;           

}

#unterkunft{
    padding: 40px;
    display: flex;
    flex-direction: column;           

}

#kalendar {
    padding: 40px 40px; 
    background-size: cover;

}

#workshops.parallaxie{
    background-size: cover 150% !important;
    background-position: center !important;
    background-repeat: no-repeat;
    
    background-attachment: fixed; 
    background-color: #000;
}



.parallaxie,
.parallaxieCarousel,
.main-banner,
.shop,
#team {
    /* background-position: top center !important; */
    min-height: 100vh;
}


#home::before,
#dance::before,
#workshops::before,
#kalendar::before,
#unterkunft::before {
    content: "";
    position: absolute;
    inset: 0; /* replaces top/left/width/height */
    background: rgba(0, 0, 0, 0.5);
    z-index: 0;
}

#home > *,
#dance > *,
#zum > * ,
#workshops > *,
#kalendar > * {
    position: relative;
    z-index: 1;
}

#einzelretreats {
    width: 100%;
    max-width: 800px;   /* controls line width */
    margin: 0 auto;     /* centers the block horizontally */
    text-align: center;
    padding-bottom: 214px;
    margin-top: 60px;
}

footer{
    background-color: #000000;
}


.hero-wrapper {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 250px;
}



.hero-title{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    text-align: center;


}

.title-inner {
    position: relative;
    display: inline-block;
}



.hero-title h1{
    font-size: 60px;
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-weight: 100;
    line-height: 1.1em;
    color: #ffffff;
    margin: 0;

    z-index:1;
}

.section-title {
    display: block;
    position: relative;
    align-items: center;
}

h2 {
    font-weight: 100;
    font-size: 40px;
    line-height: 1.2em;
    margin: 0 0 25px;
    padding: 0;
    text-transform: none;
    font-style: italic;
    color: #ffffff;
    font-family: "Cormorant Garamond";
}

h3 {
    font-weight: 100;
    font-size: 29px;
    line-height: 1.4em;
    padding: 0;
    text-transform: none;
    font-style: italic;
    color: #ffffff;
    font-family: "Cormorant Garamond";
}

h4 {
    font-weight: 100;
    font-size: 20px;
    padding: 0;
    text-transform: none;
    font-style: italic;
    color: #ffffff;
    font-family: "Cormorant Garamond";
    
}

h5 {
    font-weight: 100;
    font-size: 36px;
    padding: 0;
    text-transform: none;
    color: #ffffff;
    font-family: "Cormorant Garamond";
    
}

h6 {
    font-weight: 100;
    font-size: 24px;
    line-height: 1.4em;
    padding: 0;
    text-transform: none;
    font-style: italic;
    color: #ffffff;
    font-family: "Cormorant Garamond";
}

p {
    color: #ffffff;
    font-weight: 100;
    margin: 0;
    font-family: 'AvenirLight', serif;
letter-spacing: 0;
position: relative;
color: #ffffff;
font-size: 14px;
    
}

.bold-text {
    font-weight: 700;
}

.italic-text {
    font-style: italic;
}

.italic-bold {
    font-weight: 700;
    font-style: italic;
}


.infoTitle {
    display: block;
    margin-top: 40px;
    
}

#info .section-title {
    text-align: left;
    padding-left: 20px;
    width: 100%;
}

.outro{
    padding-top: 40px;
}

#info {

    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(12px) saturate(180%);
    -webkit-backdrop-filter: blur(12px) saturate(180%);

    border-top: 1px solid rgba(255,255,255,0.25);
    box-shadow: 0 8px 32px rgba(0,0,0,0.1);

    transition: all 0.3s ease;
    border-radius: 40px;

    padding: 64px;
    z-index: 10;
    

}
#zumInfo {

    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(12px) saturate(180%);
    -webkit-backdrop-filter: blur(12px) saturate(180%);

    border-top: 1px solid rgba(255,255,255,0.25);
    box-shadow: 0 8px 32px rgba(0,0,0,0.1);

    transition: all 0.3s ease;
    border-radius: 40px;
    margin-top: 20px;

    padding: 64px;
    z-index: 10;
    

}

.workshops-info{
    display: flex;
    justify-content: center;
    gap: 60px;              /* space between cards */
    flex-wrap: wrap;        /* responsive */
    margin-top: 20px;

}

.workshops-content {

    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(12px) saturate(180%);
    -webkit-backdrop-filter: blur(12px) saturate(180%);

    border-top: 1px solid rgba(255,255,255,0.25);
    box-shadow: 0 8px 32px rgba(0,0,0,0.1);

    transition: all 0.3s ease;
    border-radius: 20px;

    padding: 40px;
    text-align: center;
    flex: 1;
    max-width: 500px;
    min-width: 451px;
    min-height: 240;
    flex: 1;
    

}

.rules-container {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
    padding: 0px 40px;
}

.content {
    min-width: 210px;
    text-align: left;
    flex: 1;
}


.workshops-content img{
    width: 100%;
    height:240px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.scroll-float {
    opacity: 0;               /* start hidden */
    transform: translateY(30px); /* start slightly below */
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.scroll-float.visible {
    opacity: 1;
    transform: translateY(0); /* move to original position */
}


.overlayOne {
    position: absolute;
    left: 100px;
    top: 120vh; 
    width: 200px;
    z-index: 5;
    pointer-events: none;
}

.overlayTwo {
    position: absolute;
    right: 100px;
    top: 165vh; /* <-- you should control vertical position too */
    width: 200px;
    z-index: 5;
    pointer-events: none;
}

.overlayThree {
    position: absolute;
    left: 100px;
    top: 300vh; /* <-- you should control vertical position too */
    width: 200px;
    min-height: 313px;
    z-index: 5;
    pointer-events: none;
}

.overlayFour {
    position: absolute;
    right: 100px;
    top: 340vh; /* <-- you should control vertical position too */
    width: 200px;
    min-height: 313px;
    z-index: 5;
    pointer-events: none;
}


#overlay img {
    width: 100%;
    height: auto;
}

.section {
    position: relative;
}
/* LINES */

.line {
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    margin: 40px 0;
}

.line_vertical {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    background: white;
}

/* TOP LINE */
.line_vertical.atas {
    bottom: 100%; /* attach to top of text */
    height: 80vh;
    margin-bottom: 40px;
}

/* BOTTOM LINE */
.line_vertical.bottom {
    top: 100%; /* attach to bottom of text */
    height:55vh;
    margin-top: 40px;
}

.between-line {
    position: absolute;
    left: 50%;
    transform: translateX(-100%);
    margin-top: 540px;

    top: 110vh;        /* start AFTER first section */
    height:250px;     /* adjust distance between sections */

    width: 1px;
    background-color: #ffffff;

    z-index: 1;
}

.Zumbetween-line {
    position: absolute;
    left: 50%;
    transform: translateX(-100%);
    margin-top: 670px;

    top: 280vh;        /* start AFTER first section */
    height:200px;     /* adjust distance between sections */

    width: 1px;
    background-color: #ffffff;

    z-index: 1;
}

.kalendarbetween-line {
    position: absolute;
    left: 50%;
    transform: translateX(-100%);
    margin-top: 820px;

    top: 375vh;        /* start AFTER first section */
    height:200px;     /* adjust distance between sections */

    width: 1px;
    background-color: #ffffff;

    z-index: 1;
}

.kalendar-wrapper {
    position: relative;
}


.unterkunftbetween-line {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    
    width: 1px;
    background-color: #ffffff;
    
    pointer-events: none;
    z-index: 5;
    height: 200px;
    bottom: 90vh;
}

#kalendar  .kalender-content {
    background: rgba(255, 255, 255, 0.193);
    backdrop-filter: blur(12px) saturate(180%);
    -webkit-backdrop-filter: blur(12px) saturate(180%);

    border-top: 1px solid rgba(255, 255, 255, 0.409);
    box-shadow: 0 8px 32px rgba(0,0,0,0.1);

    transition: all 0.3s ease;
    border-radius: 20px;

    padding: 40px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;  
    gap: 12px; 
    width: 100%;

}

#events-container{
    display: grid;
    grid-template-columns: repeat(5, 1fr) !important;
    gap: 24px;
    padding: 20px;
}

.event-desc {
    min-height: 20px; /* adjust based on your design */
}

.event-card {
    justify-content: center;
}

.event-card .card-body{

    background: rgba(255, 255, 255, 0.213);
    backdrop-filter: blur(12px) saturate(180%);
    -webkit-backdrop-filter: blur(12px) saturate(180%);

    border-top: 1px solid rgba(255, 255, 255, 0.409);
    box-shadow: 0 8px 32px rgba(0,0,0,0.1);

    transition: all 0.3s ease;

    padding: 40px 20px;
    text-align: center;
    flex: 1;
    max-width: 400px;
    min-height:auto;
    display: flex;
    flex-direction: column;  
    border-radius: 12px;
    

}   

.event-card .card-body h3, .card-body p{
color: #000000;
padding-top:4px;
}

.event-card .btn{
    flex: 1;       
    background-color:  rgba(0, 0, 0, 0.298);
    margin-top: 12px;
}

.event-image-wrapper {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.event-img {
    width: 100%;
    min-height: 280px;
    object-fit: cover; /* 🔥 important */
    display: block;
    border-radius: 4px;
    margin-bottom: 12px;
}

.view-all-wrapper {
    display: flex;
    width: 100%; /* better than min-width here */
}

.view-all-wrapper .btn {
    flex: 1;          /* makes button fill available space */
    width: 100%;      /* fallback */
    padding: 12px;
    background-color:  rgba(0, 0, 0, 0.298);
}

/* 
.slider {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 375px;
    padding: 20px 0;
}

.slider-track {
    display: flex;
    width: max-content;
    will-change: transform;
    gap:12px;
}

.slide {
    min-width: 40vh;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    overflow: hidden;
    flex: 0 0 auto;
}

.slide-inner {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 20px;
}

.slide-inner img {
    min-width: 100%;
    height: 355px;
    object-fit: cover;
    display: block;
}

.slide-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);

    display: flex;
    flex-direction: column;

    justify-content: flex-end; 
    align-items: flex-start;  

    color: #fff;
    opacity: 0;
    transition: opacity 0.4s ease;

    text-align: left;
    padding: 20px;
}

.slide-inner:hover .slide-overlay {
    opacity: 1;
} */

#events-container {
  /* display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); */
  gap: 20px;
}

.event-card {
  background: #111;
  border-radius: 12px;
  overflow: hidden;
  color: white;
  font-family: sans-serif;
}

.event-card img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.event-content {
  padding: 15px;
}

.event-content h3 {
  margin: 0 0 10px;
  font-size: 20px;
}

.event-content p {
  margin: 4px 0;
  font-size: 14px;
  opacity: 0.8;
}


.Unterkunft-grid {
    display: grid;
    gap: 20px;
    margin: auto;
    width: 120vh;
    padding-top: 0px;
    z-index: 20;
    text-align: center;
}

.Unterkunft-content img {
    width: 100vh;
    height: auto; 
    object-fit: cover;
    border-radius: 12px;
}

.Unterkunft-content h4 {
    padding-top: 12px;
}






.btn-primary {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}

.btn-primary:hover {
    background: #fff;
    color: #000;
}


.prev,
.next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0);
    color: #fff;
    border: none;
    font-size: 24px;
    padding: 10px 15px;
    cursor: pointer;
    z-index: 3;
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}


.modal {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.modal-content {
    background: #ffffff00;
    padding: 20px;
    border-radius: 12px;
    max-width: 90vh;
    height: auto;
    text-align: center;
}

.modal-content img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 15px;
}

.close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 30px;
    color: white;
    cursor: pointer;
}


#swiper {
    display: none;
  }

  


  

/*------------------------------------------------------------------
    FOOTER
-------------------------------------------------------------------*/

.copyrights {
    border-top: 1px dashed rgba(255, 255, 255, 0.1);
    background: #000000 !important;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
  }
  
  .footer-left {
    display: flex;
    align-items: center;
    width: 100%;
  }
  
  .spacer {
    flex: 1;
  }
  
  .footer-company-name {
    flex: 1;
    text-align: center;
    margin: 0;
    color: #ffffff;
    font-size: 10px;
    font-family: "AvenirLight";
  }
  
  .legal {
    flex: 1;
    text-align: right;
    color: #ffffff;
    font-size: 12px;
    font-family: "AvenirLight";
    text-decoration: none;
  }
  
  .legal:hover {
    color: #7084bc;
  }


#google_translate_element {
    transform: scale(0.9);
    transform-origin: center;
}

.goog-te-banner-frame {
    display: none !important;
}

iframe.goog-te-menu-frame {
    position: fixed !important;
}




/*------------------------------------------------------------------
    HEADER
-------------------------------------------------------------------*/

#mainNav.navbar-light {
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(12px) saturate(180%);
    -webkit-backdrop-filter: blur(12px) saturate(180%);

    border-bottom: 1px solid rgba(255,255,255,0.25);
    box-shadow: 0 8px 32px rgba(0,0,0,0.1);

    transition: all 0.3s ease;
}


#mainNav .navbar-collapse {
    justify-content: center; /* centers menu horizontally */
    margin-right: 180px;
}

#mainNav .container-fluid {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Horizontal menu */
#mainNav .navbar-nav {
    flex-direction: row;
    gap: 25px;
}

/* Space between items */
#mainNav .nav-item {

    display: flex;
}

#mainNav .navbar-brand {
    margin-left: 25px;
}

/* Menu link color */
#mainNav .nav-link {
    color: rgb(255, 255, 255);
    font-family: 'AvenirLight', sans-serif; /* your custom font */
    font-weight: 300; /* Light */
    font-size: 16px;   /* 16px size */
    letter-spacing: 0.05em; /* character spacing */
    transition: color 0.3s ease;
}

#mainNav .nav-link:hover {
    color: #595959;
}


/* Parallax background */
.parallaxie {
    
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    

    width: 100%;

    position: relative;

    display: block; 
}


/*------------------------------------------------------------------
    SCROLL TO TOP
-------------------------------------------------------------------*/

.dmtop.show {
    bottom: 70px;
}

.dmtop {
    background-color: #3C3D41;
    z-index: 100;
    width: 50px;
    height: 50px;
    line-height: 47px;
    position: fixed;
    bottom: -100px;
    border-radius: 3px;
    right: 10px;
    text-align: center;
    font-size: 28px;
    color: #ffffff !important;
    cursor: pointer;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}

.dmtop:hover{
	background-color: #5757579e;
}


/*------------------------------------------------------------------
    PRELOADER
-------------------------------------------------------------------*/



#preloader {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #333333;
    z-index: 11000;
    position: fixed;
    display: block
}


#main-ld {
  width: 160px;
  height: 190px;
  overflow: hidden;
  position: absolute;
  top: calc(50% - 100px);
  left: calc(50% - 60px);
}

.loader{
    width: 160px;
    height: 160px;
    line-height: 160px;
    border-radius: 50%;
    border-top: 5px solid #8299cd;
    color: #fff;
    text-align: center;
    position: relative;
    margin: 30px auto;
    -webkit-animation: 2s loading1 ease-in-out infinite;
    animation: 2s loading1 ease-in-out infinite;
}
.loader:before,
.loader:after{
    content: "";
    display: block;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    position: absolute;
    top: -5px;
    left: 0;
}
.loader:before{
    border-top: 5px solid #db5c87;
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg)
}
.loader:after{
    border-top: 5px solid #e45050;
    -webkit-transform: rotate(240deg);
    transform: rotate(240deg)
}
.loader .loader-inner{
    display: block;
    width: 160px;
    height: 160px;
    position: absolute;
    top: -5px;
    left: 0;
    -webkit-animation: 2s loading2 linear infinite;
    animation: 2s loading2 linear infinite;
}
@-webkit-keyframes loading1{
    50% {
        -webkit-transform: rotate(180deg)
    }
    100% {
        -webkit-transform: rotate(360deg)
    }
}
@keyframes loading1{
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@-webkit-keyframes loading2{
    50% {
        -webkit-transform: rotate(-180deg)
    }
    100% {
        -webkit-transform: rotate(-360deg)
    }
}
@keyframes loading2{
    50% {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

/*------------------------------------------------------------------
    BUTTONS
-------------------------------------------------------------------*/


.btn {
    position: relative;
    color: #fff;
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.6) !important;
    background: transparent;
    overflow: hidden;
    z-index: 1;
    font-family: "AvenirLight";
    font-weight: 100;
    font-size: 14px;

    padding: 6px 40px;
    /* margin-left: 15px; */
    text-decoration: none !important;
}



.btn:hover {
    background-color: rgba(0, 0, 0, 1);
    border: 0px solid rgba(255, 255, 255, 0) !important;
    color: #fff;
}


/* FOOTER */

.footer-company-name {
    font-size: 10px !important;
    
    }





/* MOBILE */
@media  (max-width: 785px)  {


    * {
        box-sizing: border-box;
    }
    
    html, body {
        margin: 0;
        padding: 0;
        overflow-x: hidden; /* prevents accidental horizontal scroll */
    }

    img {
        max-width: 100%;
        height: auto;
        display: block;
    }


    #mainNav .navbar-nav {
        flex-direction: column !important;
    }
    
    .btn{
        font-size: 12px;
        padding: 4px 20px;
    }


    body {
    
        background-size: contain;
    
        }

    .main-banner{

        background-size: contain;
        max-height:fit-content ;
        
        }
        #swiper{
            padding: 40px;
            display: flex;
            flex-direction: column;           
        
        }

    #swiper::before {
            content: "";
            position: absolute;
            inset: 0; /* replaces top/left/width/height */
            background: rgba(0, 0, 0, 0.5);
            z-index: 0;
        }

    #info,#dance, #home,#zum, #workshops{
            padding: 40px;
            display: flex;
            flex-direction: column;           
        
        }

        #kalendar{
            padding: 20px;
        }

        #unterkunft{
            padding: 40px;       
        
        }

        #swiper, #dance{
            padding: 40px;
            gap: 12px;           
        
        }


    .section {
        display: block;
        position: relative;
        overflow: hidden;
        padding: 20px 12px !important;
        background-color: #ffffff;
    }

    .section-title{
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    h2 {
        font-weight: 100;
        font-size: 24px;
        line-height: 1.2em;
        margin: 0 0 25px;
        padding: 0;
        text-transform: none;
        font-style: italic;
        color: #ffffff;
        font-family: "Cormorant Garamond";
    }
    
    h3 {
        font-weight: 100;
        font-size: 20px;
        line-height: 1.4em;
        padding: 0;
        text-transform: none;
        font-style: italic;
        color: #ffffff;
        font-family: "Cormorant Garamond";
    }
    
    h4 {
        font-weight: 100;
        font-size: 16px;
        padding: 0;
        text-transform: none;
        font-style: italic;
        color: #ffffff;
        font-family: "Cormorant Garamond";
        
    }
    
    h5 {
        font-weight: 100;
        font-size: 36px;
        padding: 0;
        text-transform: none;
        color: #ffffff;
        font-family: "Cormorant Garamond";
        
    }
    
    p {
        color: #ffffff;
        font-weight: 100;
        margin: 0;
        font-family: 'AvenirLight', serif;
    letter-spacing: 0;
    position: relative;
    color: #ffffff;
    font-size: 12px;
        
    }
    
    .parallaxie,
    .parallaxieCarousel,
    .main-banner,
    .shop,
    #team {
        background-attachment: scroll !important;
        background-position: center center !important;
    }

    .footer-company-name {
        font-size: 10px !important;
        
        }

    .line_vertical, .between-line, .Zumbetween-line, .kalendarbetween-line, .unterkunftbetween-line {
        display:none;
       }

    #overlay {
        display: none;
        }
/* 
        #unterkunft {
            display: none;
          }
        
          .mobile-swiper {
            display: block;
          }

          .mobile-swiper img {
            width: 100%;
            height: 210px;
            border-radius: 12px;
          }
          
          .swiper-slide {
            transform: scale(0.9);
            transition: 0.3s;
          }
          
          .swiper-slide-active {
            transform: scale(1);
          } */

          #zumInfo, #info{
            border-radius: 12px;
          }

        .infoTitle {
            margin-top: 12px;
            
        }

        #info .section-title {
            padding-left: 4px;
            width: 100%;
        }

        .rules-container{
            padding: 0px;
        }

        .workshops-info{
            gap: 20px;
        }

        .workshops-content{
            min-width:100%;
            border-radius: 12px;
        }
        .workshops-content img{
            min-width:100%;
            height: auto;
        }

        .event-image-wrapper {
            width: 100%;
            height: auto;
            overflow: hidden;
        }

        .event-filters {
            display: flex; 
            flex-direction: column;
            gap: 12px;
          }

        
        .event-filters .btn {
            width: 100%; 
        }

        #kalendar .kalender-content{
            padding: 20px 12px;
        }

#events-container{          
    margin: 0px;
    padding: 12px 0px;
    grid-template-columns: repeat(1, 1fr) !important;
}

.event-card .card-body{
    padding: 12px 12px;
    min-height:auto;

}   


.Unterkunft-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: 100%;
z-index: 20;
}
.Unterkunft-content {
    display: flex;
    flex-direction: column;
    align-items: center; /* ✅ centers image + text */
    text-align: center;
}

.Unterkunft-content img {
    width: 100%;              /* better than 35% for mobile readability */
    max-width: 300px;
    height: 300px;
    object-fit: cover;
    border-radius: 12px;
}

.Unterkunft-content h4{
    text-align: center;
}


}
