* {
    margin: 0;
    padding:0;
}

:root {
    --colorOrange: #f08944;
    --colorGreen: #55a685;
    --colorRed:  #a63320;
    --colorBlue: #bbdbce;
    --colorAlexgreen: #7bdbb5;
    --colorAlexblue: #252f3b;
    --colorThomasRed: #bc002f;
  }



  .cardFullTitel {
    position: relative;
    height: 50%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    padding-top: 10px;
    align-items: center;
    z-index: 100;
    color: white;


}

.swiper-button-next, .swiper-button-prev {
    color: #bc002f;

    font-size: 32px;
}

.mehrArea {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
}

.mehrBtn {
    border-radius: 40px;
    font-size: 14px;
    width: 220px;
    display: flex;
    justify-content: center;
    gap: 10px;
    background: white;
    padding: 10px 20px 10px 20px;
    color: #BC002F;
    border: 1px solid #BC002F;
    font-weight: 400;
}

.cardFull
{
    width: 100%;
    height: 600px;

}

.titelFull {

    color: black;
    width: 100%;
    padding: 10px;
    text-align: center;
    background: white;
    height: 50px;
transform: translateY(-10px);
font-family: "Chau Philomene One", sans-serif;
}

.cardFullButton {
    height: 45%;

    display: flex;
    flex-direction: column;
justify-content: end;
align-items: end;


}

.cardFullButton span {
    position: absolute;
    color: #BC002F;
    font-size: 11pt;
    font-weight: 500;
    background: white;
    padding: 4px 10px 4px 10px;
    border-radius: 16px;
    transition: background 200ms;
    bottom: 12px;
    right: 12px;
}

.redBtninfo {
    background: white;
    border: 1px solid #BC002F;
    border-radius: 40px;
    color: #BC002F;
    padding: 6px 16px 6px 16px;
}


@font-face { 
font-family: "Oswald", serif;
src: url("/Oswald-Bold.ttf"); 
}

.mainContainerFull {


position: relative;
    background-position: right;
    background-repeat: no-repeat;


    width: 100%;
    display: flex;
height: 600px;


}

.mainMainStart {
    width: 100%;
    height: 80vh;
    z-index: 0;
margin: 0;
padding: 0;
}

.mainContainerFull::before {
   
    position: absolute;
content: '';

width: 100%;
height: 350px;
transform: translateY(150px);
}


.mainTopx::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 80%;
backdrop-filter: blur(5px);
mask-image: linear-gradient(to top, black 70%, transparent 100%);


}

.mainContainerAussen {

margin: 0;
padding: 0;
height:600px;

    background-size: cover;
}

.containerSlideMain {
width: 100%;

}

.mainTopStart {
    margin: 0;
padding: 0;
height:600px;

    background-size: cover;
    overflow: hidden;
        background: url('IMG_1125.jpg');
    background-size: cover;
    background-position: center center;
}




.cardStartBody {
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* top & bottom */
height: 100%;
    padding: 10px;
}

.bodyHead {
    display: flex;
    flex-direction: column;

    min-height: 80px;
}

.cardTitel {
    font-size: 14pt;
    color: black;
            font-family: "Chau Philomene One", sans-serif;
          font-weight: 400;
}
.cardBodyHead {
    font-size: 11pt;
    color: #333;
}

.zwischenLinie {
    border: none; /* remove default border */
    border-top: 1px solid rgba(0,0,0,0.3);
    margin: 0;        /* remove any top/bottom margin */
    height: 1px;      /* ensure all lines have same thickness */
    flex-shrink: 0;   /* prevent it from shrinking in flex layout */
}

.cardbodyBody {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.cardbodyBody a {
    color: #BC002F;

    text-decoration: none;
    font-weight: 500;
    transition: background 200ms;
}



.btnZumSeminar {
    border: 0;
    background: none;
    position: absolute;
bottom: 10px;
right: 10px;
    border-radius: 10px;
    color: rgb(199, 9, 9);
    font-size: 13pt;
transition: transform 200ms;
}

.btnZumSeminar:hover {
    cursor: pointer;
    transform: scale(1.08);
}


.containerRechts, .containerSlideMain {



        width: 100%;
      
      height: 100%;
      position: relative;
      display: flex;
      flex-direction: column;
      overflow: hidden;
      padding-left: 40;
      padding-right: 40px;

}


.containerLinks {

    width: 50%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;

color: white;
}

.uberschriftStart {
font-family: "Oswald", serif;
font-weight: 500;
color: var(--colorThomasRed);
font-size: 50pt;
padding: 40px 0px 0px 60px;

position: relative;
z-index: 99;
text-shadow: 3px 2px 1px white;
}




.linksHead {
    height: 50%;
    display: flex;
    align-items: center;
    padding-left: 80px;
    justify-content: center;
 color: white;
 font-size: 2rem;

}



.linksBody {
    height: 50%;
max-width: 600px;
}

.btnContainer {
    width: 800px;
    display: flex;

margin: 0 0 0 80px;
z-index: 5000;
}



.programmBtn {
    background: none;
    border: 0;
    padding: 15px 15px 15px 10px;
    border-radius: 10px;
    width: 240px;
 color: white;  
 font-size: 13pt; 
 transition: transform 200ms;

}
.programmBtn:hover {
    cursor: pointer;
    transform: scale(1.05);
}

.btngreen {
    background: var(--colorGreen);
}

.btnred {
    background: var(--colorRed);
}

.btnorange {
    background: var(--colorOrange);
}


.btnm {
    
    align-items: center;
    justify-content: center;
}

.btnr {
    justify-content: end;
}

.cardStartseite, .swiper-slide {

    width: 280px;
    background: white;
    height: 480px;

    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
position: relative;
    box-sizing:content-box;
    margin-bottom: 40px;
    margin-top: 10px;
transition: all 500ms;


}

.topContent {
    display: flex;
    flex-direction: column;
    gap: 5px;   /* consistent spacing between title, line, and date */
    flex-shrink: 0;
}

.swiper-slide:hover {
    cursor: pointer;
    box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.08);
    background: var(--colorAlexgreen);
    background-blend-mode: saturation;
    transform: scale(1.05);

}

.swiper {
    width: clamp(400px, 90%, 1600px);
    padding-left: 10px;
    
}

.sliderBtn {
    background: none;
    color: white;
margin: 0 20px 0 20px;
    border: 0;
    font-size: 50pt;

}

.sliderNav {
 
    padding-top: 10px;


    display: none;
    justify-content: center;
  }
  


.sliderDatum {
    color: black;
}


  
.sliderIndicator {
    display: none;
    border: 0;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background: rgba(0,0,0,0.3);
    margin: 0 12px;
  }

.sliderTrackFull {
    padding: 0 50px 0 50px;
    margin: 0;

    list-style: none;
    position: relative;
    height: 100%;
  transition: transform 500ms ease-in-out;
  }

.cardStartHeader {
    width: 100%;
    aspect-ratio: 1 / 1; /* ensures square */
    background-size: cover;
    background-position: center center;
}

.imgCardStart {
    width: 100%;
height: 300px;
background: #7bdbb5;
}




.footerNav {



margin-top: 600px;
    width: 100%;

    position: relative;
    display: flex;    
    justify-content: center;
    align-items: end;

       
    
}



.cardKategorie {
color: var(--colorGreen);
    margin-bottom: 10px;
}


.bodyBody{
    display: flex;
    flex-direction: column;

margin-top: 10px;


}



.imgHeadshot {
   
    height: auto;
    
}

.cardTestiBild {


    width: 40%;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30%;
    overflow: hidden;
margin-right: 10px;
    z-index: 100;
}

.cardTestiText {
    display: flex;
    flex-direction: column;
    padding-left: 10px;
    max-width: 60%;
    justify-content: center;
font-size: 10pt;
    overflow: hidden;
}
.testiName {
    margin-bottom: 5px;
    font-weight: 800;
}

.fadeOutCard {


    animation-duration: 700ms;
  animation-name: faderOut;
  animation-direction: normal;
}

@keyframes faderOut {
    0% {
        opacity: 1;
    }
    80% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


.suchfeldContainer {
display: flex;
flex-direction: column;
    position: relative;
top: 200px;
justify-content: center;
align-items: center;
}



.suchInput {
    border-radius: 10px;


}
/* HASHTAGS CONTAINER */
.hashtags {
    display: flex;
    flex-wrap: wrap;           /* wrap to new lines */
    gap: 10px;                 /* more comfortable spacing */
    justify-content: center;   /* center all tags */
    align-items: center;
    margin-bottom: 24px;
    padding: 0 10px;           /* small horizontal padding */
    box-sizing: border-box;
}

/* SINGLE HASHTAG */
.einzelHash {
    background: #ffffff;
    border: 0.5px solid #bc002f;
    color: black;
    font-size: 11px;
    padding: 4px 10px;
    border-radius: 20px;
    white-space: nowrap;
}

/* HOVER EFFECT */
.einzelHash:hover {
    cursor: pointer;
    color: white;
    background: #1A352C;
}

/* MOBILE FIX - small screens */
@media only screen and (max-width: 600px) {
    .hashtags {
        gap: 8px;              /* slightly smaller gap */
        justify-content: flex-start; /* align left on mobile */
        margin-bottom: 16px;
    }

    .einzelHash {
        font-size: 0.5rem;      /* slightly smaller text */
        padding: 3px 6px;      /* smaller padding to fit narrow screens */
    }
}





.hideText {
    background: #55a685;
    display: none;
}
@media only screen and (max-width: 600px) {

  /* Containers full width & flexible */
  .mainContainerFull,
  .mainContainerAussen,
  .containerLinks,
  .containerRechts,
  .containerSlideMain {
      height: auto !important;
      flex-direction: column;
      padding: 0 0 4px 0 !important;
      width: 100% !important;
  }

  /* Cards full width */
  .cardStartseite,
  .cardFull {
      width: 100% !important;
      height: auto !important;
      margin-bottom: 20px;
      
  }

  .cardStartBody,
  .cardFullButton {
      height: auto !important;
      justify-content: flex-start !important;
      align-items: center !important;

  }

  .topContent { gap: 5px; }
  .cardbodyBody { justify-content: center !important; margin-top: 10px; }
  .zwischenLinie { margin: 5px 0; }

  /* Header adjustments */
  .linksHead,
  .uberschriftStart {
      font-size: 14pt !important;
      padding-left: 10px !important;
  }

  .linksBody { max-width: 100% !important; }

  /* Hide background pseudo-elements */
  .mainContainerFull::before,
  .mainTopx::after { display: none; }

  /* Swiper adjustments */
  .swiper {
      width: 100% !important;
      padding-left: 2px !important;  /* small padding to not stick to edges */
      padding-right: 2px !important;
      overflow: visible; /* allow arrows to show */
  }

  .swiper-wrapper {
      margin: 0 !important;
      gap: 16px;  /* spacing between slides */
  }

  .swiper-slide {
        width: 100% !important;
      margin: 0 !important;
  }
  

  /* Arrows inside container */
  .swiper-button-next,
  .swiper-button-prev {
      top: 50%;
      width: 30px;
      height: 30px;
      margin-top: -15px;
      color: #BC002F;
      z-index: 10;
  }
  .swiper-button-next { right: 10px; }
  .swiper-button-prev { left: 10px; }
}
