.promo-info-card
{

    background-image: url(/page-images/mentally-homeless-TEST.png); /*url('images/testimage.jpg');*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-position: center 10%;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

    width: 100%;
    aspect-ratio: 2.5 / 1;

}



.promo-info-card-element
{
    text-align: left;
}



#title-element
{

    font-size: var(--size-title-little);
    font-weight: var(--weight-bold);

    margin: 0%;

}



.promo-info-card-data
{

    background-color: #000000CC;

    height: 100%;
    aspect-ratio: 1.1 / 1;

    align-self: flex-start;
    padding: 3vw;

}



#season-details-element
{

    width: 100%;
    display: flex;
    gap: 10vw;

    margin: 0%;

}



#season-element
{

    font-size: var(--size-subtitle-2);
    color: var(--webpage-text-color-subtitle);

    margin: 0%;

}



#season-info-element
{

    background-color: var(--webpage-background-color-lable-normal);
    color: var(--webpage-text-color-lable-light);

    border-radius: clamp(4px, var(--radius-dynamic), 12px);

    font-size: var(--size-text-3);

    width: 15vw;
    height: 3vh;

    background-size: 5% auto;
    background-repeat: no-repeat;
    background-position: center;


    display: flex;
    align-items: center;
    justify-content: center;

    margin: 0%;

}



#promo-info-text
{

    width: 100%;
    height: 60%;

    margin: 0%;
    padding-top: 3%;

    font-size: var(--size-text-2);
    color: var(--webpage-text-color-regular-light);

    white-space: normal;

    overflow-wrap: break-word; /* Bricht lange Wörter um */
    word-break: break-word;    /* Zusätzliche Absicherung für ältere Browser */

    overflow: hidden;     /* Schneidet alles ab, was übersteht */
    text-overflow: ellipsis; /* Fügt die "..." am Ende ein */

    line-height: 1.5;         /* Definiert den Zeilenabstand */

    /*hyphens: auto;*/ /*aktiviert trennung anhand der silben*/

}



#promo-info-card-link
{

    width: 25vw;
    height: 6vh;
    margin-top: 2%;


    font-size: var(--size-text-2);
    color: var(--webpage-text-color-button-dark);

    background-color: var(--webpage-text-color-regular-normal);

    border-radius: clamp(4px, var(--radius-dynamic), 12px);

    text-decoration: none; /* Entfernt den Unterstrich */

    transition: scale 0.4s;


    display: flex;
    align-items: center;
    justify-content: center;

}



#promo-info-card-link:hover
{
    scale: 1.09;
}



@media (max-width: 1260px)
{

    #promo-info-card-link
    {

        width: 30vw;
        height: 5vh;

    }



    .promo-info-card
    {

        aspect-ratio: 16 / 9;

    }



    #season-info-element
    {

        height: 1.33vh;

    }

}



@media (max-width: 860px)
{

    .promo-info-card-data
    {

        width: 100%;

    }



    #season-info-element
    {

        width: 24vw;

    }



    #promo-info-card-link
    {

        width: 40vw;
        height: 5vh;

    }



    .promo-info-card
    {

        aspect-ratio: 16 / 9;

    }

}



@media (max-width: 660px)
{

    .promo-info-card
    {

        aspect-ratio: 16 / 18;
        margin-top: 3%;
        margin-bottom: 10%;

    }



    #season-info-element
    {

        font-size: var(--size-text-4);
        font-weight: var(--weight-black);

    }



    #season-info-element
    {

        height: 2.5vh;

    }



    #promo-info-card-link
    {

        width: 80vw;
        height: 5vh;

    }

}
