<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Footer*/

/* CLAASWB-223 - Hintergrundgrau des Footers bis zum Ende der Seite */
html.footerfill {
    min-height: 100%;
}

html.footerfill body {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 50%, #666666 51%, #666666 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #ffffff), color-stop(51%, #666666), color-stop(100%, #666666)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 50%, #666666 51%, #666666 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #ffffff 50%, #666666 51%, #666666 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 50%, #666666 51%, #666666 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #666666 51%, #666666 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0); /* no gradient for IE6-9 */
}

html.footerfill #main {
    background-color: #ffffff;
}

.js-no-touch #footer .ym-hlist a:hover {
    background-color: transparent;
    color: #b3c618;
    text-decoration: none;
}

#footer {
    color: #fff;
    background: #666666;
    font-size: 13px;
    margin: 0; /* 1.5em 0 0 */
    padding: 1.5em 0 1.5em 0;
}

#footer a:not(.stickyness):not(.top-link),
#footer .ym-hlist ul li a:not(.stickyness)  {
    text-decoration: none; /*spÃ¤ter Ã¼berprÃ¼fen*/
    color: #fff;
    background: url(../images/arrow-white-right.png) no-repeat right center;
    padding: 0 12px 0 0;
    margin: 0 30px 0 0;
}

#footer .ym-wbox {
    position: relative;
    min-height: 26px;
}

#footer .ym-hlist ul li {
    margin: 0;
}

.js-no-touch #footer a:not(.stickyness):not(.top-link):hover,
.js-no-touch #footer .ym-hlist ul li a:not(.stickyness):hover {
    background: url(../images/arrow-white-right-hover.png) no-repeat right center;
}

#footer .ym-hlist ul {
    margin: 0 76px 0 0;
    padding: 0;
    /*height: 200px;*/
}

#footer div.ym-hlist.socialMediaLinks{
    margin-top: 20px;
    width: 100%;
}

#footer div.ym-hlist.socialMediaLinks ul{
    display: block;
    margin: 0;
    float: right;
}

#footer div.ym-hlist.socialMediaLinks ul li{
    display: inline-block;
    margin: 0 0 0 10px;
}

#footer div.ym-hlist.socialMediaLinks ul li a{
    width: 35px;
    height: 35px;
    display: inline-block;
    background: none;
    padding: 0;
    margin: 0;
}

#footer .top-link {
    color: #fff;
    position: absolute;
    right: 0;
    top: 5px;
    background: url(../images/arrow-white-top.png) no-repeat right center;
    padding: 0 12px 0 0;
}

.js-no-touch #footer .top-link:hover {
    background: url(../images/arrow-green-top.png) no-repeat right center;
    color: #b3c618;
}

/* --------------  Breakpoint 1024 ---------------- */

@media only screen and (max-width: 1100px) and (min-width: 769px) {

    #footer {
        padding-left: 25px;
        padding-right: 25px;
    }
}

/* --------------  Breakpoint 768 ---------------- */

@media only screen and (max-width: 768px) {
    #footer {
        padding-left: 50px;
        padding-right: 50px;
    }

    #footer .ym-hlist ul {
        display: block;
        float: none;
        margin: 0 40px 0 0;
    }

    #footer .ym-hlist ul.footerLinks li {
        width: 33%;
    }

    #footer .ym-hlist ul.footerLinks li a {
        display: inline;
    }

    #footer div.ym-hlist.socialMediaLinks ul{
        float: left;
    }
    #footer div.ym-hlist.socialMediaLinks ul li{
        margin: 0 10px 10px 0;
    }
    #footer div.ym-hlist.socialMediaLinks ul li a{
        width: 35px;
        height: 35px;
        display: block;
    }

    #footer .top-link {
        margin: 0;
        right: 20px;
    }
}

/* --------------  Breakpoint 620 (for Search Input) ---------------- */

@media only screen and (max-width: 620px) {
    #footer .ym-hlist ul.footerLinks li {
        width: 100%;
    }

    #footer .ym-hlist ul li a {
        font-family: 'CLAASCultivaWeb';
        font-weight: 700;
    }

}

/* --------------  Breakpoint 320 ---------------- */

@media only screen and (max-width: 320px) {
    #footer {
        padding-left: 20px;
        padding-right: 20px;
    }

    #footer .ym-hlist ul.footerLinks li {
        width: 100%;
    }

    #footer .top-link {
        right: 30px;
        top: 100px;
        position: absolute;
        height: 30px;
        display: block;
        position: static;
        display: table;
        background-position: right 4px;
    }
}

/* Print */
@media print {

    #footer {
        display: none;
    }
}
</pre></body></html>