/*

Theme Name: posterityChild

Description: Mein neues Childtheme

Author: IndiTO

Author URI: https://www.indito.de

Template: posterity

Version: 1.0

Tags:

*/
@import url('https://fonts.googleapis.com/css2?family=Chau+Philomene+One:ital@0;1&display=swap');


.chau-philomene-one-regular {
  font-family: "Chau Philomene One", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #bc002f;
  font-size: 28px;
}

.chau-philomene-one-regular-italic {
  font-family: "Chau Philomene One", sans-serif;
  font-weight: 400;
  font-style: italic;
}




#maximum-inhalt {

    max-width: 1400px;
}


:root {
    --colorOrange: #f08944;
    --colorGreen: #55a685;
    --colorRed:  #a63320;
  }


#container-main {

    display: flex;
    justify-content: center;
}
.displayf {
  display: flex;
}
/*modal*/


.monatsOHeader {
  font-size: clamp(22px, 2.8vw, 26px);
    margin: 15px auto;
    max-width: 1200px;
    padding: 0;
    color: #a63320;
}

.monatsHeader {


  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;

  padding: 8px 20px;

  margin-top: 20px;
  backdrop-filter: blur(12px);

  border-left: 4px solid #ff3b3b; /* indito red accent */
  color: white;
}

body.no-scroll,
html.no-scroll {

  overflow-y: hidden;
  position: fixed;
  
}

.oberkatText {
  border-radius: 10px;
  border: 1px solid var(--colorRed);

}

.cabin-body {
  font-family: "Cabin", sans-serif;
  font-optical-sizing: auto;
  font-size: 12pt;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}


    .cardBin {
width: 100%;
      display: flex;
      background: white;
      border-radius: 12px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.08) !important;
      overflow: hidden;
      max-width: 1200px;
      height: 275px;
      margin: auto;
      margin-top: 20px;
      transition: all 250ms;

    }

    .cardBin:hover {
      cursor: pointer;
box-shadow: 0 12px 24px rgba(0,0,0,0.08) !important;
text-decoration: none !important;
    }


    .cardBinInner {
        width: 100%;
        display: flex;
padding: 0;
flex-wrap: wrap;
    }

    .cardBinMiddle {
padding-left: 20px;
padding-top: 15px;
        width: auto;
flex: 1;
order: 1;
    }
.cardBinRight {
    width: 200px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    order: 2;
}

.cardBinRightContainer {
  display: flex;
  width: 100%;


  flex-direction: row;
  justify-content: center; /* push items to the right */
  align-items: flex-start;   /* align items to the top */
  gap: 10px;
  padding: 0px 8px;

}

    .cardBin img {
      width: 275px;
      object-fit: cover;
      transform: scale(1.06);
    }

    .buttonBin {
      background: #c8102e;
      color: white;
      border: none;
      border-radius: 25px;
      padding: 10px 22px;
      cursor: pointer;
      font-size: 14px;
      font-weight: bold;
      display: flex;
      align-items: center;
      
      white-space: nowrap;
      transition: background 0.2s ease;

    }

    .buttonBin:hover {
      background: #a20d25;
    }

.descriptionBin {
  font-size: clamp(12px, 1.5vw, 16px);
}
    .dotsBin {
      display: flex;
      flex-direction: row;
      gap: 6px;
      align-items: center;
      font-size: 12px;
      color: #888;



    }

    .dotBin {
      width: 16px;
      height: 16px;
      background: #DEDEDE;
      border-radius: 50%;
    }

    .dotBinS {
      width: 16px;
      height: 16px;
      background: #DEDEDE;
      border-radius: 50%;
    }

    .dotBin.activegreen, .dotBinS.dotBin.activegreen {
      background: #025f0f;
    }

    .dotBin.activered, .dotBinS.activered  {
      background: #c8102e;
    }

    .dotBin.activeyellow, .dotBinS.activeyellow  {
      background: #ffee00;

    }

    .cardBinKTitel {
        font-family: "Chau Philomene One", sans-serif;
          font-weight: 400;
        font-size: 24px;
        margin: 0;
        padding: 0;

    }

    .cardBinMiddleUnter {
        font-size: 14px;
        margin: 5px 0px 0px 0px;
        padding: 0;
    }

    .cardBinMiddleDates {
margin-top: 18px;
margin-bottom: 12px;
    }

    .imageCardBin {
      margin: 0;
      padding: 0;
     
  width: 275px;
  height: 275px;
    flex-shrink: 0; /* <-- prevents shrinking */
  flex-grow: 0;   
  background: url('https://picsum.photos/260/200');
  background-size: cover;
    }

    .cardBinRightFooter {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;

    }

.cardBinRightMiddle {
width: 100%;
display: flex;
justify-content: center;
  align-items: center;

}

.divAmpel {
  margin-bottom: 6px;
}

    @media (max-width: 768px) {

.descriptionBin {
  margin-bottom: 10px;
  font-size: 14px;
}

.cardBin {
  height: auto;
}

  .cardBinInner {
    flex-direction: row;
  }
  .cardBinRight {
width: 200px;
    order: 1;
        padding-top: 0px;
    padding-bottom: 0px;
  }

  .imageCardBin {
    width: 40vw;        /* adjust width relative to viewport */
    height: 40vw;       /* same as width -> keeps it square */
    max-width: 275px;   /* optional: prevent it from being too big on large screens */
    max-height: 275px;  /* same as width */
  }
  .cardBinMiddle {

    flex: 1 1 100%;  /* full width below */
    order: 2;

  }
}




.modal {
  position: fixed;
padding: 0;
margin: 0;
justify-content: center;
align-items: center;
  /*max-width: 800px;*/
  width: 100%;
flex-direction: column;
    color: #222;
    border: 0;
background: none;
  }


.modal-termine {
    background: green;
}

.modalDetails
{
  width: 50%;

  padding-left: 10px;
  border: 1px solid #a63320;
  border-radius: 10px;
}

.container-modal {
background: white;
box-shadow: var(--shadow-2), 0 0 0 100vw rgb(0 0 0 / 0.5);
max-width: 800px;
margin: 0;
}

  .modal-weiterlesen {
    display: block;
  }

  .modal-display {
    display: none;
  }

  .trainerBio {
display: flex;
flex-direction: row;
flex-wrap: wrap;
gap: 20px;
  }

  .modal::backdrop {
    background: rgb(0 0 0 / 0.5);
    opacity: 0.3;
  }
  
  .modal[open] {
    animation: slide-up 1000ms forwards, fade-in 500ms forwards;
  }


  
  .modal[open]::backdrop {
      animation: fade-in 500ms forwards;
  }
  
  .modal[closing] {

    pointer-events: none;
    inset: 0;
    animation: fade-out 500ms forwards;
  }
  
  .modal[closing]::backdrop {
       animation: fade-out 500ms forwards;
   }
  
  @keyframes fade-in {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  
  @keyframes fade-out {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  
  @keyframes slide-up {
    0% {
      transform: translateY(100%);
    }
    100% {
      transform: translateY(0%);
    }
  }
  
  
  .button {
    position: absolute;
    top: 0px;
  }
  
  
  
  .modal-close {
      position: sticky;
      
      right: 10px;
      top: 10px;
      width: 50px;
    }
    .modal-close img {
      width: 50px;
    }
  
  .details .bild img {
  width: 50%;
  
  }

  
  .imgSquare
  {
    width: fit-content;
    border-radius: 10px;
  }
  
.modalsDatum, .modalSLeiter, .modalSOrt {
  display: flex;

  align-items: center;

}
  
.modalimgDatum {
  width: 50px;
  margin-right: 10px;
}
  .modal-textauszug {
color: black;
padding: 50px 20px 50px 20px;
  }

  .modalInfos {
    width: 100%;

  }
  

.modal-weiter-button {
  width: 100%;
  background: #55a685;
  padding: 20px;
border-radius: 10px;
transition: transform 500ms;
}

.modal-weiter-button:hover {
  transform: scale(1.05);
}

.modalTitel {
  height: 250px;
  display: flex;
  text-align: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
  .bild {
  
  width: 40%;

    background: url('https://relaunch-neu.indito.de/wp-content/uploads/2023/06/headertest.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  }

  .modal-bild-container {

    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;

  }
  
   .beschreibung {
  width: 50%;
  padding-left: 10px;
  margin: 0;
  }
  
  .beschreibung p {
    background: red;
  }
  
  .details {
    display: flex;
    width: 100%;
  margin: 0;
  padding: 0;
  justify-content:left;
    align-items:start;
    flex-direction: row;
    color: black;
  }
  
  @media (max-width: 600px) {
    .details {
      flex-direction: column;
    }
    .bild {
      width: 100%;
    }
  }
  
/* modal termine */
.modal-termine-container {
    background: blue;
}

  .modal-datum {
    margin: 0;
    padding: 0;
  }
  

  .modal-termine {
    width: 100%;
    display: flex;
    flex-direction: row;
    
    color: black;
    background: white;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
    cursor: pointer;

    justify-content: center;
    align-items: center ;
    

margin-top: 10px;}

.modal-termine-head {
    display: flex;
	width: 80%;
	align-items: center;
	justify-content: start;
}

.modal-rechts {
    display: flex;
    flex-direction: row;
  align-items: center; 
}





.AuflistungCompact {
display: grid; 
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); 
gap: 20px; 
margin: auto;
max-width: 1200px;

margin-bottom: 3rem;
}
/* --- UNIFIED CARD REFRESHED --- */
/* --- UNIFIED CARD REFRESHED (fixed title & bottom button) --- */
.cardUnified {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  transition: all 250ms;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

.cardUnified:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(0,0,0,0.1);
}

.infoIcon {
  font-size: 16px;

  margin-right: 8px;
}

/* TOP IMAGE / GRADIENT */
.cardTop {
  height: 275px;
  position: relative;
  background: linear-gradient(135deg, #EEEDFE 0%, #AFA9EC 100%);
  background-size: cover;
  background-position: center center;
}

/* TAGS */
.cardTopTags {
  position: absolute;
  top: 12px;
  right: 12px;
  display: flex;
  gap: 6px;
}

.cardTopTags span {
  font-size: 11px;
  padding: 4px 8px;
  border-radius: 10px;
  font-weight: 500;
  background: #c8102e;
  color: white;
}

/* CONTENT SECTION WITH TITLE & BUTTON FIXED */
.cardContent {
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* pushes button to bottom */
  flex: 1;                        /* fills remaining space of card */
  padding: 20px;
  gap: 10px;
}

/* TITLE */
.cardContent h3 {
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 5px 0;
  color: #000;
  font-family: "Chau Philomene One", sans-serif;
  flex-shrink: 0; /* title does not shrink */
}

/* DESCRIPTION */
.cardContent p.description {
  font-size: 14px;
  color: #222;
  margin: 0 0 10px 0;
  line-height: 1.5;
  flex-grow: 1; /* description grows to fill space */
}

/* INFO ROWS */
.cardInfo {
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: space-between;
    font-size: 13px;
  color: #555;
}

.cardInfo span.highlight {
  font-weight: 500;
  color: #55a685;
}

/* BUTTON ALWAYS AT BOTTOM */
.cardContent button {
  width: 100%;
  padding: 10px 22px;
  font-size: 14px;
  font-weight: bold;
  color: white;
  background: #55a685;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
  flex-shrink: 0; /* button never shrinks */
}

.cardContent button:hover {
  background: #3e7f66;
  transform: scale(1.02);
}
/* cards */

.cardBodyNEW {
    display: flex;
    flex-direction: row;
    color: black;
    background: white;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
    cursor: pointer;

    padding: 1.5rem;
    justify-content: center;
    align-items: center ;
transition: all 500ms;
margin-top: 10px;}

.cardBodyNEW:hover {
  background: rgba(0, 255, 115, 0.3);

}

.cardInnerNEW {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-top: 15px;

}

.cardImage {

  width: 150px;
  height: 150px;
    flex-shrink: 0; /* <-- prevents shrinking */
  flex-grow: 0;   
}


.cardSingle h3 {
  margin: 0;
  padding: 0;
}

.cardText {
  padding: 10px 20px 5px 20px;
  width: 100%;

}

.pDate {
  margin-bottom: 10px;
  margin-top: 0;
}
.pPrice {
  margin-bottom: 10px;
    margin-top: 0;
}
.pText {
  margin-top: 0;
}

.hTitel {
  margin-bottom: 1px;
}
.pUtitel {
  margin: 5px 0 0 0;
}

.cardAmpelNEW img {
height: 80px;
}

.cardLeftNEW
{

  width: 100%;
}
.head {
	z-index: 20;
display: flex;
	
	align-items: center;
	justify-content: start;

}

.cardBody {
    display: flex;
    flex-direction: row;
    color: black;
    background: white;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
    cursor: pointer;

    padding: 1.5rem;
    justify-content: center;
    align-items: center ;

margin-top: 10px;}

.cardHeadNEW {
    width: 100%;

}


.cardSideNEW {
  display: flex;
  margin: 10px;
  align-items: center;
}

.cardAmpelNEW {

display: flex;
width: 100px;

justify-content: center;
align-items: center ;

}

.cardTrainer {
  margin-left: 10px;
  display: flex;
width: 150px;


align-items: center ;
line-break: normal;
}

.cardAnmeldungNEW {
  font-weight: 600;
  display: flex;
  width: 110px;
  height: 40px;
  color: white;
  background: transparent;
  justify-content: center;
  align-items: center;
    background: #55a685;

}





.cardHeader {
    width: 80%;
    transition: transform 500ms;

}

.cardFlyer {
  display: flex;
  width: 60px;
  background: transparent;
  justify-content: center;
  align-items: center ;
}


.cardAmpel {
display: flex;
width: 50px;

justify-content: center;
align-items: center ;
}

.CardAuflistung {
	margin: 0;
	padding-top: 0px;

    color: black;
}

.cardUtitel {
	margin:0;
	margin-bottom:5px;
}

.cardDatum {
	margin-top: 5px;
}

.cardBody h3 {
	color: black;
	margin: 0;
	
}

.cardAnmeldung {
  font-weight: 600;
  display: flex;
  width: 110px;
  height: 40px;
  color: white;
  background: transparent;
  justify-content: center;
  align-items: center;
    background: #55a685;

}

.cardAmpel img {
height: 80px;
}

.cardRechts {
  display: flex;
  flex-direction: row;
align-items: center;
}




@media only screen and (max-width: 600px) {
  .cardBody {
    flex-direction: column;
    padding: 0;
  }
.dotsBin

{
  display: none;
}
.cardRechts {
  padding: .5rem 1.7rem .5rem 1.7rem;
  width: 100%;
  justify-content: space-between;

}
.cardHeader {
    width: 100%;
    padding: 1rem;
}


.modal-bild-container {
  flex-direction: column;
}

.modalDetails
{
  width: 98%;

  padding-left: 2px;
}
  }


.Auflistung {
width: 100%;
display: flex;
flex-direction: column ;


}



/* Trainer */



.trainerCard {
  background: blue;
  width: 300px;

}

.trainerBild img {
  height: 150px;
}

.trainerContainer {
  background: green;
  width: 80%;
  display: flex;
justify-content: center;

  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
}

.trainerName {
  background: yellow;
}

.filterKategorien {

color:white;
}

/*suche*/

.suche {
color:White;
}


.top-container {
  width: 100%;
  display: flex;

  flex-direction: row;
  justify-content: space-between;

}

.suche {
    width: 300px;
}


::placeholder {

display: flex;
align-items:center;
justify-content:center;
color: grey;
}

  .sortierContainerN {
display: flex;
flex-direction: row;
justify-content: space-around;
width: 100%;
    max-width: 1000px;

    background: rgba(85, 166, 133, 0.7);

color:white;
  }
.sorterEinzel {
display: flex;
flex-direction: column;
align-items: center;

}
.sorterBtns {
    display: flex;
    flex-direction: column;
justify-content: center;
align-items: center;

}

.btnUp, .btnDwn 
{
    display: flex;
    flex-direction: column;
justify-content: center;
align-items: center;
padding: 0;
background: none;
color: white;
font-size: 30pt;
border: 0;
margin: 0;
height: 20px;

}

.btnUp {
transform: rotate(90deg);
}
.btnDwn {
transform: rotate(90deg);
}

.CenterBlock {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
}

/* quotes */



@media only screen and (max-width: 800px) {
.top-container {
  flex-direction: column;
}

.such-container {
  margin-top: 20px;
}

}

