<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (max-height: 750px), (max-width: 1100px) {


    #content-wrapper {
        background: none;
    }

    h2 {
        z-index: 2;
        margin-left: 10px;
        margin-top: 25px;
    }

    #haende {
        position: absolute;
        bottom: -100%;
        right: -90px;
        opacity: 0;
        height: 548px;
    }
        #haende.pos {
            bottom: -290px;
            opacity: 1;
        }
    #pokal {
        position: absolute;
        top: -100%;
        right: 20px;
        z-index: -1;
        opacity: 0;
        height: 474px;
        margin-top: 30px;
    }
        #pokal.pos {
            top: -65px;
            opacity: 1;
        }

        #haende img,
        #pokal img {
            height: 100%;
        }

	/* Jahr der Awards */
	.award-year {
		position: relative;
		margin-top: 20px;
		margin-left: -80px;
		height: 170px;
	}

    #award-wrapper article {
        position: absolute;
        height: 502px;
        top: 110px;
        width: 790px;
        left: 10px;
    }
        #award-wrapper article.upper {
            margin-top: -100%;
            opacity: 0;
        }
        #award-wrapper article.current {
        }
        #award-wrapper article.lower {
            margin-top: 100%;
            opacity: 0;
        }

    #award-pagination {
        position: absolute;
        width: 172px;
        bottom: 20px;
        left: 151px;
        height: 66px;

        z-index: 2;
    }
        #next-award a,
        #prev-award a {
            background: url('/img/sprite.png');
            display: inline-block;
            position: absolute;
            height: 66px;
            width: 72px;
        }

            #prev-award a.inactive,
            #next-award a.inactive {
                cursor: default;
            }

            #prev-award a {
                background-position: -95px -227px;
                position: absolute;
            }
                #prev-award a:hover {
                    background-position: -95px -138px;
                }
            #next-award a {
                background-position: 0 -228px;
                left: 100px;
            }
                #next-award a:hover {
                    background-position: 0 -140px;
                }
            #prev-award a.inactive {
                background-position: -95px -315px;
            }
            #next-award a.inactive {
                background-position: 0 -316px;
            }


    /* Positionen der Awards */
    #award-wrapper &gt; article &gt; .awards &gt; div {
        margin: 0 12px 12px 0;
        width: 100px;
    }

    .year {
        width: 18px;
        margin-left: -25px;
        margin-top: 50px;
    }


    #award-pagination {
        bottom: 20px;
        height: 43px;
        left: 151px;
        width: 150px;
    }
    #next-award a,
    #prev-award a {
        width: 49px;
        height: 43px;
    }
    #prev-award a {
        background-position: -325px -423px;
        position: absolute;
    }
    #prev-award a:hover {
        background-position: -325px -363px;
    }
    #next-award a {
        background-position: -251px -423px;
        left: 100px;
    }
    #next-award a:hover {
        background-position: -251px -363px;
    }
    #prev-award a.inactive {
        background-position: -181px -424px;
    }
    #next-award a.inactive {
        background-position: -107px -424px;
    }


}</pre></body></html>