:root{
    --color-gold: #9f8b19;
}

/*Font*/
@font-face {
    font-family: 'IntroRust';
    src: url('../fonts/intro-rust/IntroRust-Base.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
.intro-rust {
    font-family: IntroRust !important;
}

#panthers-introduction{
    display: block;
    height: 200px;
    background-image: url('/assets/img/introduction/crowd.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

@media (max-width: 767px) {
    #panthers-introduction{
        display: none;
    }
}

.introduction-label > h1{
    font-size: 3.3em;
    letter-spacing: .1em;
}

.introduction-logo > img{
    width: 120px;
}
.bg-ig{
    /* background-image: url('/assets/img/custom/ig-bg.jpg'); */
    /* background:linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d); */
}

/* Saison Tabs */
.nav-tabs-image .nav-tabs {
    border: none;
}

.nav-tabs-image .nav-item {
    flex: 1 1 0px;
}

.nav-tabs-image .nav-tabs li .nav-link,
.nav-tabs-image .nav-tabs li .nav-link:hover {
    background: none;
    border-radius: 0;
}

.nav-tabs-image .nav-item.nav-item-herren {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('/assets/img/custom/test/9.jpg');
    background-size: cover;
    background-position: center;
}

.nav-tabs-image .nav-item.nav-item-herren.active {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('/assets/img/custom/test/9.jpg');
    background-size: cover;
    background-position: center;
}

.nav-tabs-image .nav-item.nav-item-jugend {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('/assets/img/custom/test/12.jpg');
    background-size: cover;
    background-position: center;
}

.nav-tabs-image .nav-item.nav-item-jugend.active {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('/assets/img/custom/test/12.jpg');
    background-size: cover;
    background-position: center;
}

.nav-tabs-image .nav-tabs li .nav-link,
.nav-tabs-image .nav-tabs li .nav-link:active,
.nav-tabs-image .nav-tabs li .nav-link:hover,
.nav-tabs-image .nav-tabs li .nav-link:focus,
.nav-tabs-image .nav-tabs li .nav-link:hover,
html body .nav-tabs-image.tabs .nav-tabs .nav-link:hover,
html body .nav-tabs-image.tabs .nav-tabs .nav-link.active {
    border: 1px solid gray;
    border-top-color: gray;
}

/* Spieltabelle */
.scoreboard {
    width: 100%;
}

.scoreboard th {
    padding: 5px 10px;
    border-bottom: 1px solid #E3E3E3;
}

.scoreboard thead {}

.scoreboard td {
    border-top: 1px solid #E3E3E3;
    padding: 5px 10px;
}

.scoreboard tbody {}











/* Schedule */
.schedule .event .event-body {
    display: grid;
    grid-template-columns: 4fr 2fr 4fr;
}

.schedule .event .event-body .team {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: auto;
    aspect-ratio: 1;
}

.schedule .event .event-body .team .logo {
    order: 1;
    width: 100px;
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    z-index: -1;
}

.schedule .event .event-body .team .logo img {
    max-height: 100px;
    max-width: 100px;
}

.schedule .event .event-body .team .team-name {
    order: 2;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    line-height: 1.2em;
    text-shadow: 0px 0px 5px black;
    word-wrap: anywhere;
}

@media (min-width: 576px) {
    .schedule .event .event-body .team .team-name {
        font-size: 1.3em;
    }
}
@media (min-width: 768px) {
    .schedule .event .event-body .team .team-name {
        font-size: 1.5em;
    }
}

.schedule .event .event-body .game {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.schedule .event .event-body .game .score {
    font-size: 1.3em;
    white-space: nowrap;
    display: grid;
    grid-template-columns: 2fr 1fr 2fr;
}

.schedule .event .event-body .game .score span:first-child{
    text-align: right;
}
.schedule .event .event-body .game .score span:last-child{
    text-align: left;
}

.schedule .event .event-body .game .date {
    text-align: center;
    font-size: 1.3em;
}

.schedule .event .event-body .game .location {
    text-align: center;
    font-size: 1.3em;
}


@media (min-width: 576px) {

}

@media (min-width: 768px) {
    .schedule .event .event-body .team {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: auto;
        aspect-ratio: 4;
    }

    .schedule .event .event-body .game .score {
        font-size: 1.5em;
        font-weight: bold;
    }

    .schedule .event .event-body .team .team-name {
        font-size: 2em;
    }
}

@media (min-width: 992px) {

    .schedule .event .event-body .game .score {
        font-size: 3em;
    }
}

@media (min-width: 1200px) {

}

/*.schedule {}*/

/*.schedule .event {}*/

/*.schedule .event .event-body {*/
/*    display: grid;*/
/*    grid-template-columns: 1fr 200px 1fr;*/
/*}*/

/*.schedule .event .event-body .team {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    gap: 25px;*/
/*}*/

/*.schedule .event .event-body .team:first-child {*/
/*    flex-direction: row-reverse;*/
/*}*/

/*.schedule .event .event-body .team:last-child {}*/

/*.schedule .event .event-body .team .logo {*/
/*    order: 1;*/
/*    width: 80px;*/
/*    text-align: center;*/
/*}*/

/*.schedule .event .event-body .team .logo img {*/
/*    max-height: 80px;*/
/*    max-width: 80px;*/
/*}*/

/*.schedule .event .event-body .team .team-name {*/
/*    order: 2;*/
/*    font-size: 2em;*/
/*}*/

/*.schedule .event .event-body .game {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: center;*/
/*    text-align: center;*/
/*}*/

/*.schedule .event .event-body .game .score {*/
/*    font-size: 2em;*/
/*}*/

/*.schedule .event .event-body .game .date {}*/

/*.schedule .event .event-body .game .location {}*/

/* Welcome Page */
.section.section-no-border {

}
.welcome-header-image {
    height: 200px;
    object-fit: cover;
    pointer-events: none;
    border-bottom: 5px solid var(--color-gold-1);
}
.welcome-display {
    display: grid;
    grid-template-columns: 1fr;
    place-items: center;
    gap: 10px;
    margin: 0 calc(-1 * var(--bs-gutter-x) * .5) 0 calc(-1 * var(--bs-gutter-x) * .5);
    padding: 30px 10px;
    background-image: url("/welcome/welcome-display-background .png");
    background-position: center;
    background-size: contain;
}
.welcome-display.saison {
    grid-template-columns: 1fr 1fr;
    background-image: none;
}

@media (min-width: 768px) {
    .welcome-display {
        grid-template-columns: 1fr 1fr;
    }

}

.welcome-item {
    display: grid;
    position: relative;
    place-items: center;
    width: 100%;
    aspect-ratio: 5;
    transition-duration: .3s;
}

.welcome-item.saison {
    width: 100%;
    aspect-ratio: .5;
}

a.welcome-item:hover,
.welcome-item:active {
    box-shadow: 0 0 20px 1px var(--color-gold);
    text-decoration: none;
}

.welcome-item-background {
    position: absolute;
    inset: 0;
    margin: 0;
}

.welcome-item-background > img {
    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;
}

.welcome-item-content {
    z-index: 1;
    text-align: center;
}

.welcome-item-headline {
    margin: 0;
    color: white;
    font-family: IntroRust;
    letter-spacing: 5px;
    font-size: 1.5em;
    text-shadow: 0 0 5px black;
}
.welcome-item.saison .welcome-item-headline {
    line-height: 3rem;
    font-size: 2em;
}
@media (min-width: 768px) {
    .welcome-item-headline {
        letter-spacing: 5px;
    }
}
@media (min-width: 992px) {
    .welcome-item-headline {
        letter-spacing: 10px;
    }
}

.welcome-item-subheadline {
    text-shadow: 0 0 5px black;
    margin: 10px 0 0 0;
    color: white;
    line-height: 1em;
}

/* Cards */
.card-cta-footer {

}
.card-cta-footer-link {
    font-family: IntroRust;
    display: grid;
    place-items: center;
    width: 100%;
    padding: 10px 0;
    color: black;
    background-color: var(--color-gold);

    /*background-image: url("../img/custom/card-cta.png");*/

    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem;
}