/*--------------Genral------------------*/

html,
body {
    margin: 0;
    height: 100%;
    background-color: #EEE5E9;

}



.spacing-section {
    height: 80px;
}

.smaller-space {
    height: 40px;
}

a:focus-visible {
    outline: 2px dashed var(--highlight-color);
    border-radius: 3px;
    text-decoration: underline;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/*--------------Genral_END------------------*/




/*--------------COLORS_Variables-----------------*/

:root {
    --main-color: #004165;
    --secondary-color: #c2c9d6;
    --highlight-color: #CC2936;
    --text-color-dark: #1a1a1a;
    --text-color-light: #fff;

    --black: #000;
    --white: #fff;

    --accent: #F1BF98;
    --bg: #f7f9fc;
    --card-bg: #08415C;
    --radius: 1.25rem; /* 20 px */
    --shadow: 0 6px 12px rgba(0, 0, 0, 0.06);

    --accent2: #CC2936;          /* Sand‑Orange aus deinem Color‑Set */
    --bg: #EEE5E9;             /* Grundhintergrund */
    --bar-bg: #08415C;         /* dunkles Blau für Leisten‑Back */
    --radius: 0.75rem;
      --pink:#CC2936;
      --bg:#EEE5E9;
      --track:#08415C;

      --jlt-track:#6B818C;
      --jlt-fill:#F1BF98;
      --jlt-bg:#EEE5E9;
      --jlt-gap:clamp(.9rem,3vw,1.6rem);
      --jlt-pad:1rem;
      --jlt-desk:200px;
      --jlt-tab:170px;


}

/*--------------COLORS_Variables_END-----------------*/

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


@font-face {
    font-family: 'Fira_Sans_Condensed';
    src: url(./fonts/FiraSansCondensed-Regular.ttf) format("truetype");
}

@font-face {
    font-family: 'Fira_Sans_Condensed_Bold';
    src: url(./fonts/FiraSansCondensed-Bold.ttf) format("truetype");
}

@font-face {
    font-family: 'Merriweather_Black';
    src: url(./fonts/Merriweather-Black.ttf) format("truetype");
}

@font-face {
    font-family: 'Merriweather_Bold';
    src: url(./fonts/Merriweather-Bold.ttf) format("truetype");
}

@font-face {
    font-family: 'Merriweather_Reg';
    src: url(./fonts/Merriweather-Regular.ttf) format("truetype");
}


* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }

  .jlt-title{font-family:"Fira_Sans_Condensed_Bold";font-size:clamp(1.4rem,5vw,2.4rem);color:var(--jlt-track);text-align:center}

    /* Grid */
    .jlt-grid{display:grid;gap:var(--jlt-gap);width:100%;max-width:1100px;margin-inline:auto;justify-items:center}
    @media(min-width:1200px){.jlt-grid{grid-template-columns:repeat(5,minmax(var(--jlt-desk),1fr));}}
    @media(min-width:600px) and (max-width:1199px){.jlt-grid{grid-template-columns:repeat(auto-fit,minmax(var(--jlt-tab),1fr));}}
    @media(max-width:599px){.jlt-grid{grid-template-columns:1fr;}}

    /* Card */
    .jlt-card{width:100%;background:#08415C;border-radius:.75rem;padding:var(--jlt-pad);box-shadow:0 4px 12px rgba(0,0,0,.12);display:flex;flex-direction:column;gap:.7rem;opacity:0;transform:translateY(26px);transition:transform .55s cubic-bezier(.34,1.4,.6,1),opacity .4s ease-out}
    .jlt-card.show{opacity:1;transform:translateY(0)}

    .jlt-head{display:flex;align-items:center;gap:.7rem;font-size:14px;font-weight:600;color:var(--jlt-bg)}
    .jlt-icon{width:36px;height:36px;border-radius:50%;object-fit:cover;flex-shrink:0}

    .jlt-bar{position:relative;height:14px;border-radius:7px;background:var(--jlt-track);overflow:hidden}
    .jlt-fill{position:absolute;left:0;top:0;height:100%;width:0;background:var(--jlt-fill);transition:width 1.1s ease-out}

    .jlt-val{text-align:right;font-size:clamp(.95rem,3vw,1.15rem);font-weight:700;color:var(--jlt-bg)}

  /* ---------- Badge ---------- */
  .badge{
    width:var(--r-desktop);
    aspect-ratio:1/1;
    border-radius:50%;
    background:var(--c-badge-bg);
    color:var(--c-badge-fg);
    display:flex;flex-direction:column;align-items:center;justify-content:center;
    box-shadow:var(--c-shadow);
    position:relative;overflow:hidden;
    transform:scale(.55) translateY(26px);
    opacity:0;
    transition:transform .6s cubic-bezier(.33,1.6,.6,1),opacity .45s ease-out;
  }
  /* Tablet / Phone Größenüberschreiben */
  @media(max-width:1199px){.badge{width:var(--r-tablet);}}
  @media(max-width:599px){.badge{width:var(--r-phone);}}

  .badge.show{opacity:1;transform:scale(1) translateY(0);}

  /* Icon */
  .badge::before{
    content:attr(data-emoji);
    font-family:"Twemoji Mozilla","Apple Color Emoji";
    font-size:clamp(2rem,7vw,3.2rem);
    line-height:1;
    display:block;
    transform:translateY(18%);
    transition:transform .45s ease-out;
  }
  .badge.show::before{transform:translateY(0)}

  /* Zahl + Sportname */
  .val{font-size:clamp(1rem,3.6vw,1.4rem);font-weight:700;margin-top:.25rem}
  .sport{font-size:clamp(.75rem,3vw,1rem);opacity:.88;text-align:center;line-height:1.2}

  /* Hover nur bei Maus */
  @media(hover:hover){.badge:hover{transform:scale(1.06) translateY(-4px);}}

      /* ---------- Radial Chart Grid ---------- */
      .radial-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:2rem;justify-items:center;width:100%;max-width:1080px}
      .radial{position:relative;width:160px;height:160px}
  
      /* Ring */
      .ring{transform:rotate(-90deg)}
      circle{fill:none;stroke-width:14;stroke-linecap:round}
      .bg{stroke:var(--track)}
      .progress{stroke:var(--pink);stroke-dasharray:0 999;transition:stroke-dasharray 1.2s ease-out}
  
      /* Text */
      .txt-layer{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;pointer-events:none}
      .percent{font-weight:700;color:var(--pink);font-size:1.15rem;line-height:1}
      .sport{margin-top:6px;font-size:.9rem;text-align:center;color:var(--track)}


  #cards_fin { 
    max-width: 1080px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    margin: 0 auto;        /* Auto‑Margins links & rechts = zentriert */
  
  /* optional: Inhalte auch vertikal/horizontal innerhalb des Containers zentrieren */
}


  /* KPI‑Cards */
  .infographic-kpis {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(140px,1fr));
    gap: 1rem;
    margin: 0 auto;
    max-width: 900px;
  }
  .card {
    background: var(--card-bg);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    padding: 1.25rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  }
  .card.show {
    opacity: 1;
    transform: translateY(0);
  }
  .icon {
    width: clamp(2.5rem,6vw,3.75rem);
    height: clamp(2.5rem,6vw,3.75rem);
    margin-bottom: 0.5rem;
    border-radius: 9999px;
    overflow: hidden;
  }
  .icon img { width: 100%; height: 100%; object-fit: cover; }
  .number { font-size: clamp(1.5rem,4vw,2.25rem); font-weight: 800; color: var(--accent); }
  .label { font-size: 0.95rem; margin-top: 0.15rem; color: #EEE5E9; }


  #cards_fin .stats-headline {
    font-family: 'Fira_Sans_Condensed_Bold', sans-serif; /* oder deine Wunsch‑Font */
    font-size: 1.8rem;
    line-height: 1.2;
    text-align: center;
    margin: 0 0 1.25rem;   /* Abstand nach unten zu den Cards */
    color: var(--text-color-dark);
  }
  
  /* etwas größere Schrift ab Tablet‑Breite */
  @media (min-width: 600px) {
    #cards_fin .stats-headline {
      font-size: 2.2rem;
    }
  }

  @media (min-width: 600px) {
    .number { font-size: clamp(1.75rem,3vw,2.5rem); }
    .label { font-size: 1rem; }
   
  }
  @media (min-width: 1024px) {
    .infographic-kpis { grid-template-columns: repeat(4,1fr); max-width: none; }
  }

  /* Tablet & up */
  @media (min-width: 600px) {

    .number {
      font-size: 30px;
    }
    .label {
      font-size: 1rem;
    }
   
  }

  @media (max-width: 600px) {
    #cards_fin {
      padding-left: 16px;   /* gewünschter Randabstand */
      padding-right: 16px;  /* dito */
    }
  
    /* alternativ oder zusätzlich */
    /* .infographic-kpis { padding: 0 16px; } */
  }

  /* Desktop */
  @media (min-width: 1024px) 
 
    h1 {
      font-size: 2rem;
    }
    /* 4 Karten pro Zeile */
    .infographic {
      grid-template-columns: repeat(4, 1fr);
      max-width: none;
    }

html,
body {
    font-family: 'Merriweather_Reg', serif;

}

.header {
    font-family: 'Fira_Sans_Condensed_Bold', sans-serif;

}

.header,
.header-content {
    color: var(--white);
}

.overline {
    font-size: 20px;
    font-weight: 100;
    padding: 0 30px;
    font-family: "Fira_Sans_Condensed", sans-serif;

}

.chapter {
    font-size: 16px;
    color: var(--highlight-color);
    text-decoration: none;
}



.question {
    font-size: 24px;
    color: var(--highlight-color);
    font-family: 'Fira_Sans_Condensed_Bold', sans-serif;
}

.link {
    color: var(--highlight-color);
    text-decoration: none;
    font-family: 'Merriweather_Black', serif;
    font-size: 16px;
    line-height: 30px;
}

.h2-title {
    font-family: 'Fira_Sans_Condensed_Bold', sans-serif;
    font-size: 40px;
    line-height: 50px;
    padding-top: 30px;
    margin: 16px 0;
    max-width: 650px;
}



h4 {
    font-size: 22px;
    line-height: 30px;
    font-family: 'Merriweather_Black', serif;
    max-width: 700px;
}

.header-headline {
    font-family: 'Fira_Sans_Condensed_Bold', sans-serif;
    font-size: 80px;
    line-height: 85px;
    padding: 0 30px;
    color: var(--text-color-light);
    margin: 30px 0;
}

.mark-blue {
    background-color: unset;
    color: var(--main-color);
}



.paragraph {
    max-width: 650px;
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    padding: 16px;
    margin: 0 auto;
}

.subline {
    margin: 0px;
    padding: 0 30px;
    line-height: 20px;

}

.dropcap::first-letter {
    font-size: 4.5rem;
    font-weight: 600;
    float: left;
    color: var(--text-color-dark);
    line-height: 0.7;
    margin-right: 0.3em;
    margin-top: 0.1em;
    margin-bottom: 0.2em;
}



.caption {
    font-size: 13px;
    line-height: 16px;
    max-width: 650px;
    padding: 16px;
    margin: auto;
}


.caption-quote {
    font-family: 'Fira_Sans_Condensed_Bold', sans-serif;
    font-size: 14px;
    line-height: 16px;
    max-width: 650px;
    padding: 8px 0px 30px 16px;
    margin: auto;
    margin-left: 18px;
}


.caption-spiltblock {
    font-family: 'Fira_Sans_Condensed_Bold', sans-serif;
    position: absolute;
    bottom: 0px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    color: var(--text-color-light);
    padding: 8px 16px;
    margin: 0;
    font-size: 14px;
}




.credits-top {
    max-width: 700px;
    font-size: 13px;
    font-family: 'Fira_Sans_Condensed', sans-serif;

}


.credits-header h1 {
    font-family: 'Fira_Sans_Condensed_Black', sans-serif;
    font-size: 48px;
    line-height: 50px;
    margin: 8px 0;
    text-transform: uppercase;
}

.credits-header p {
    font-size: 18px;
    margin-top: 10px;
    max-width: 600px;
}

.credits-container {
    color: var(--white);
}


.person-info h2 {
    font-size: 20px;
    margin-bottom: 4px;
}

.person-info p {
    font-size: 14px;
    line-height: 16px;
    margin: 4px 0;
}


.chart-wrapper {
    width: 100%;
    max-width: 1080px;
  }

  .bar-chart {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
  }

  .bar {
    position: relative;
    background: var(--bar-bg);
    border-radius: var(--radius);
    overflow: hidden;
    padding: 0.65rem 0.85rem;
    min-height: 48px;
  }

  .bar .fill {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0%;
    background: var(--accent2);
    transition: width 1.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  }

  .label, .value {
    position: relative;
    z-index: 1;
    pointer-events: none;
  }
  .label2 {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }
  .value {
    position: absolute;
    right: 0.85rem;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 700;
    color: #EEE5E9;
  }


  @media(min-width: 600px){
    .label, .value { font-size: 1rem; }
  }

@media(max-width:1600px) {
    .header-headline {
        font-size: 60px;
        line-height: 60px;
        padding: 0 30px;
    }
}


@media (max-width: 868px) {
    .header-headline {
        font-size: 50px;
        line-height: 59px;
        margin: 0px;
        width: 90%;
    }

    .credits-top {
        padding-left: 30px;

    }

}


@media (max-width: 768px) {

    .paragraph-block,
    .subline {
        font-size: 15px;
    }

    h4 {
        font-size: 18px;
        line-height: 28px;
    }

    .overline {
        padding: 0;
        font-size: 16px;

    }

    .header {
        padding: 0 30px;
    }


    .credits-header h1 {
        font-size: 36px;
    }

    .credits-header p {
        font-size: 16px;
    }

    .person-info h2 {
        font-size: 20px;
    }

    .person-info p {
        font-size: 14px;
    }


}


@media(max-width:556px) {


    h4 {
        font-size: 18px;
        line-height: 24px;
    }

    .credits-top {
        padding-left: 0px;
    }

    .header-headline {
        font-size: 34px;
        line-height: 40px;
        padding: 0;
        margin: 4px 0px;
        width: 90%;
    }

    .header {
        padding: 0;
    }


    .subline {
        padding: 0;
        max-width: 90%;
    }
}


/*--------------FONTS_END------------------*/





/*---------------HEADER-----------------*/
.header {
    display: flex;
    align-items: center;
}


.header-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100vh;
}

.header-image-container,
.header-image-desktop,
.header-image-mobile {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.header-image-desktop {
    background-image: url('./material/Teaser.png');
    background-position: left;
}

.header-image-mobile {
    display: none;
    background-image: url('./material/Teaser_mobil.png');
}

.header-overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: rgba(8, 65, 92, 0.59);
    backdrop-filter: blur(10px);
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.header {
    display: flex;
    align-items: center;
}


.header-content {
    font-size: 3rem;
    font-weight: 700;
}

.footer {
    font-size: 14px;
    line-height: 18px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 10%;
    padding: 0 30px;
}

.arrow {
    align-items: center;
    cursor: pointer;
    position: absolute;
    bottom: 26px;
    right: 16px;
    width: 34px;
    height: auto;
}




@media (max-width: 801px) {
    .header-content {
        padding-bottom: 20px;
        display: flex;
        flex-direction: column;
    }

    .header-overlay {
        width: 100%;
        height: 41%;
        bottom: 0;
        top: auto;
        right: auto;
        padding: 16px;
        padding-top: 50px;
        justify-content: flex-start;
    }

    .header-image-desktop {
        display: none;
    }

    .header-image-mobile {
        display: block;
    }

    .footer {
        bottom: -23px;
        padding: 0;
    }
}

@media (max-width: 1000px) {
    .header-overlay {
        justify-content: space-between;
    }
}


@media(max-width:390px) {

    .header-overlay {
        height: 49%;
        min-height: 300px;
        padding-top: 20px;
        justify-content: flex-start;
    }



}


@media (min-width: 769px) {
    .header-image-desktop {
        display: block;
    }

    .header-image-mobile {
        display: none;
    }
}

@media (max-width: 400px) {
    .arrow {
        bottom: 10px;
    }


    .footer {
        max-width: 80%;
    }
}


/*--------------HEADER_END------------------*/


/*--------------CREDITS_SMALL------------------

see credits-top and mark-blue & paragraph in fonts

--------------CREDITS_SMALL_END------------------*/



/*--------------CREDITS_BIG------------------*/


.credits {
    background-color: var(--black);
    padding: 20px;
    padding-top: 120px;
}

.credits-container {
    max-width: 1200px;
    margin: 0 auto;
}


.credits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 30px;
}


.person {
    display: flex;
    align-items: center;
    background-color: #1d1d1d;
    padding: 20px;
    border-radius: 10px;
}

.person img {
    border-radius: 50%;
    border: 4px solid var(--highlight-color);
    width: 80px;
    height: 80px;
    object-fit: cover;
    margin-right: 16px;
}





@media (max-width: 768px) {
    .credits-grid {
        grid-template-columns: 1fr;
    }
}


/*--------------CREDITS_BIG_END------------------*/





/*---------------Split-Blocks-----------------*/


.split-container {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    background-color: var(--secondary-light);
    z-index: 99;

}





.split-image-container {
    flex: 0 0 50%;
    /* Take up half the width */
    position: sticky;
    top: 0;
    height: 100vh;
    z-index: 99;
    

}



#split-block-image-1 {
    background: url('./material/Teaser_Innen.png') no-repeat top center;
    background-size: cover;
    background-position: 20%;
}


.split-text-container {
    flex: 1;
    padding: 16px;
    margin: auto;
    line-height: 25px;

}

.split-text-content {
    max-width: 600px;
    margin: auto;
    color: var(--text-color-dark);
}


/*------------------Mobile Styles----------------*/



@media screen and (max-width: 768px) {

    .split-container {
        flex-direction: column;
        height: auto;
    }

    #split-block-image-1 {
        background: url('./material/Teaser_Innen_mobil.png') no-repeat top center;
        background-size: cover;
    }
    

    .split-image-container {
        height: 36vh;
        flex: none;
        position: sticky;
        top: 0;
    }


    .split-text-container {
        height: auto;

    }

    .split-text-content {
        margin-top: 0px;
    }


}




/*---------------------------------SPLITBLOCK_CONTENT--------------------------------*/

/*-----------------QUOTE_BLOCK-----------------*/

.quote-block-text-container {
    position: relative;
    padding-top: 20px;
    margin: 0 auto;
    font-family: "Fira_Sans_Condensed_Bold", sans-serif;
    display: flex;
    flex-direction: row;
}


.quote-block-text-container div {
    padding-top: 0px;
    padding-right: 8px;
}


.quote-block-text-container p {
    margin: 0;
    font-size: 32px;
    line-height: 35px;
    color: rgb(42, 61, 67);
}

@media(min-width: 768px) {
    .quote-block-text-container p {
        font-size: 32px;
        line-height: 35px;
    }


}



/*---------------FULL_WIDTH_IMAGE_BLOCK-----------------*/

.full-width-image-container {
    width: 100%;
    max-width: 650px;
}

.full-width-image {
    width: 100%;
    max-width: 650px;
    height: auto;
    object-fit: cover;
}



/*---------------EMBED_BLOCK-----------------*/


.embed-container {
    width: 50vw;
    margin: auto;
    max-width: 100%;
}

.embed {
    max-width: 50vw;
    margin: auto;
}



/* Mobile Styles */
@media screen and (max-width: 768px) {

    .embed-container {
        width: 100%;

    }

    .embed {
        max-width: 100%;
        margin: auto;
    }


}



/*--------------------------------*/


/*--------------Scrollanimations------------------*/



.scroll-watcher {
    height: 8px;
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100vw;
    background-color: var(--highlight-color);
    transform: scaleX(0);
    transform-origin: left;
}

.fade-in {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1s, transform 1s;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}