html, body {
    margin: 0;
    padding: 0;
    position: relative;
    min-height: 100vh;
    transition: opacity 0.5s ease-in-out;
}

.background-1 {
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0)), /* mørk tone */
    url('/assets/2026/bg/1.png'), /* sort siluet */
    url('/assets/2026/bg/0.png'); /* skyer */
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    background-blend-mode: normal, multiply, normal;
}
.background-2 {
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0)), /* mørk tone */
    url('/assets/2026/bg/2.png'), /* sort siluet */
    url('/assets/2026/bg/0.png'); /* skyer */
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    background-blend-mode: normal, multiply, normal;
}
.background-3 {
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0)), /* mørk tone */
    url('/assets/2026/bg/3.png'), /* sort siluet */
    url('/assets/2026/bg/0.png'); /* skyer */
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    background-blend-mode: normal, multiply, normal;
}

.container {
    padding: 0 15px;
}

.event {
    min-height: 300px;
}
.icon-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
}

    .icon-container i {
        font-size: 10rem;
        max-width: 90%;
        max-height: 90%;
        object-fit: contain;
    }
.icon-header {
    font-family: tektur;
    font-size: 1.5rem;
    line-height: 1;
    object-fit: contain;
}
.video-container {
    width: 100%;
    overflow: hidden;
    display: block;
    height: 100%;
}
#video1, #video2 {
    width: 100%;
    max-height: 50vh;
    object-fit: cover;
    object-align: center center;
    margin-bottom: 20px;
}
#video1 {
    margin-left: 0px;
}
#video2 {
    margin-left: 0px;
}

.text-section {
    color: white;
}

.header-big {
    font-family: tektur;
    font-size: 7rem;
    line-height: 1;
    font-weight: bolder;
}

.header {
    font-family: tektur;
    font-size: 4rem;
    line-height: 1;
    font-weight: bolder;
}
.header-2 {
    font-family: tektur;
    font-size: 3.5rem;
    line-height: 1;
}
.header-box {
    font-family: tektur;
    font-size: 3rem;
    line-height: 1;
    font-weight: bolder;
}
.header-box-2 {
    font-family: tektur;
    font-size: 2.5rem;
    line-height: 1;
}
.header-small {
    font-family: tektur;
    font-size: 2rem;
    line-height: 1;
    font-weight: bolder;
}
.text {
    font-family: tektur;
    font-size: 2rem;
    line-height: 1;
    white-space: pre;
}
.sponsor-infortainment-text {
    font-family: tektur;
    font-size: 2rem;
    line-height: 1;
}
@media (max-width: 576px) {
    .header-big {
        font-family: tektur;
        font-size: 10vw;
        line-height: 1;
        font-weight: bolder;
    }

    .header {
        font-family: tektur;
        font-size: 5vw;
        line-height: 1;
        font-weight: bolder;
    }

    .header-small {
        font-family: tektur;
        font-size: 5vw;
        line-height: 1;
        font-weight: bolder;
    }
}
    #mainNav {
        display: contents;
    }

    .btn {
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        border-radius: 0 !important;
    }

    #count-down {
        color: white;
    }
.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 10px;
    margin: 20px 0;
}

    .gallery img {
        width: 50%;
        height: auto;
        border-radius: 5px;
    }

.sponsor-item {
    margin-bottom: 20px; /* Giver lidt luft mellem rækkerne */
    padding: 10px;
    border-radius: 10px;
    background: #f8f9fa; /* Lys baggrund for en pænere kontrast */
}

.sponsor-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border-radius: 8px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    width: 160px; /* Fast bredde for alle logoer */
    height: 120px; /* Fast højde for alle logo-containere */
    overflow: hidden; /* Skjuler eventuel overskydende indhold */
    padding: 10px;
}
.sponsor-infotainment-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    padding: 10px;
}

.sponsor-logo img, .sponsor-infotainment-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}


.card {
    border: none;
    height: 320px
}

.forms-inputs {
    position: relative
}

    .forms-inputs span {
        position: absolute;
        top: -18px;
        left: 10px;
        background-color: #fff;
        padding: 5px 10px;
        font-size: 15px
    }

    .forms-inputs input {
        height: 50px;
        border: 2px solid #eee
    }

        .forms-inputs input:focus {
            box-shadow: none;
            outline: none;
            border: 2px solid #000
        }

.success-data {
    display: flex;
    flex-direction: column
}

.bxs-badge-check {
    font-size: 90px
}
.footer {
    position: absolute;
    bottom: -3rem;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 600px;
    max-width: 95%; /* keeps it responsive */
}
@media (max-width: 768px) {
    .footer {
        bottom: -5rem;
    }
}
.btn-social {
    width: 40px;
    height: 40px;
    padding:0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    border-radius: 50%;
}