*   {
    background-color: #f29200;
    font-family: Helvetica;
    scroll-behavior: smooth;
}

body {
    display: flex;
    flex-direction: column;
    align-items: center;
}

header img {
    max-width: 100%;
    height: auto;
}

@media only screen and (max-width: 3400px) {
    /* Styles for screens smaller than 3400px */
    header  {
        background-color: #f29200;
        color: #fff;
        padding: 10px 0;
        text-align: center;
        max-width: 1200px;
    }

    #countdown  {
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 2.2em;
        color: #fff;
    }

    #timer   {
        display: flex;
        justify-content: center;
        margin: 30px 0;
        gap: 20px;
        font-size: 50px;
        text-align: center;
        color: #fff;

        div {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 10px;
        }
    }

    #timer label {
        font-size: 0.5em;
        color: rgba(255, 255, 255, 0.5);
    }

    #sponsoren  {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        margin-top: 25px;

        h1 {
            font-size: 1.5em;
            color: #fff;
        }

        a {
            color: #fff;
            text-decoration: underline;
        }

        #logos  {
            display: grid;
            align-items: center;
            justify-items: center;
            gap: 50px;
            margin-bottom: 50px;

            div {
                display: flex;
                gap: 50px;
                width: 100%;
                justify-content: center;
                align-items: center;
            }
        }
        
        img {
            height: auto;
            max-height: 150px;
            max-width: 450px;
        }

    }

    footer {
        text-align: center;

        #footer-email a {
            color: #fff;
            text-decoration: underline;
        }
        
    }
}

@media only screen and (max-width: 1080px) {
    /* Styles for screens smaller than 1080px */
    header  {
        background-color: #f29200;
        color: #fff;
        padding: 5px 0;
        text-align: center;
        max-width: 675px;
    }

    #countdown  {
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 1.8em;
        color: #fff;
    }

    #timer   {
        display: flex;
        justify-content: center;
        margin: 18px 0;
        gap: 12px;
        font-size: 40px;
        text-align: center;
        color: #fff;

        div {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 5px;
        }
    }

    #timer label {
        font-size: 0.5em;
        color: rgba(255, 255, 255, 0.5);
    }

    #sponsoren  {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 12px;
        margin-top: 14px;

        h1 {
            font-size: 1.2em;
            color: #fff;
        }

        a {
            color: #fff;
            text-decoration: underline;
        }

        #logos  {
            display: grid;
            align-items: center;
            justify-items: center;
            gap: 28px;
            margin-bottom: 28px;

            div {
                display: flex;
                gap: 28px;
                width: 100%;
                justify-content: center;
                align-items: center;
            }
        }
        
        img {
            height: auto;
            max-height: 85px;
            max-width: 253.215px;
        }

    }

    footer {
        text-align: center;

        #footer-email a {
            color: #fff;
            text-decoration: underline;
        }
        
    }
}

@media only screen and (max-width: 768px) {
    /* Styles for screens smaller than 768px */
    header  {
        background-color: #f29200;
        color: #fff;
        padding: 3px 0;
        text-align: center;
        max-width: 480px;
    }

    #countdown  {
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 1.4em;
        color: #fff;
    }

    #timer   {
        display: flex;
        justify-content: center;
        margin: 12px 0;
        gap: 8px;
        font-size: 35px;
        text-align: center;
        color: #fff;

        div {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 3px;
        }
    }

    #timer label {
        font-size: 0.5em;
        color: rgba(255, 255, 255, 0.5);
    }

    #sponsoren  {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
        margin-top: 10px;

        h1 {
            font-size: 0.9em;
            color: #fff;
        }

        a {
            color: #fff;
            text-decoration: underline;
        }

        #logos  {
            display: grid;
            align-items: center;
            justify-items: center;
            gap: 20px;
            margin-bottom: 20px;

            div {
                display: flex;
                gap: 20px;
                width: 100%;
                justify-content: center;
                align-items: center;
            }
        }
        
        img {
            height: auto;
            max-height: 50px;
            max-width: 160px;
        }

    }

    footer {
        text-align: center;

        #footer-email a {
            color: #fff;
            text-decoration: underline;
        }
        
    }
}

@media only screen and (max-width: 480px) {
    /* Styles for screens smaller than 480px */
    header  {
        background-color: #f29200;
        color: #fff;
        padding: 2.5px 0;
        text-align: center;
        max-width: 300px;
    }

    #countdown  {
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 1em;
        color: #fff;
    }

    #timer   {
        display: flex;
        justify-content: center;
        margin: 7.5px 0;
        gap: 5px;
        font-size: 25px;
        text-align: center;
        color: #fff;

        div {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 2.5px;
        }
    }

    #timer label {
        font-size: 0.5em;
        color: rgba(255, 255, 255, 0.5);
    }

    #sponsoren  {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 5px;
        margin-top: 6.25px;

        h1 {
            font-size: 0.65em;
            color: #fff;
        }

        a {
            color: #fff;
            text-decoration: underline;
        }

        #logos  {
            display: grid;
            align-items: center;
            justify-items: center;
            gap: 12.5px;
            margin-bottom: 12.5px;

            div {
                display: flex;
                gap: 12.5px;
                width: 100%;
                justify-content: center;
                align-items: center;
            }
        }
        
        img {
            height: auto;
            max-height: 35px;
            max-width: 105px;
        }

    }

    footer {
        text-align: center;

        #footer-email a {
            color: #fff;
            text-decoration: underline;
        }
        
    }
}

