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

@media only screen and (min-width: 768px) {
    @charset "utf-8";
    /*** ESSENTIAL STYLES ***/
    .sf-menu, .sf-menu * {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .sf-menu li {
        /* position: relative; */
    }

    .sf-menu ul {
        /* position: absolute; */
        /* display: none; */
        top: 100%;
        left: 0;
        z-index: 99;
    }

    .sf-menu &gt; li {
        /* float: left; */
    }

    .sf-menu li:hover &gt; ul, .sf-menu li.sfHover &gt; ul {
        display: block;
    }

    .sf-menu a {
        display: block;
        position: relative;
    }

    .sf-menu ul ul {
        top: 0;
        left: 100%;
    }

    /*** DEMO SKIN ***/
    .sf-menu {
        float: left;
        margin-bottom: 0;
        width: 100%;
        z-index: 1000;
        /* background: red; */
        padding: 0;
    }

    .sf-menu ul {
        /* box-shadow: 2px 2px 6px rgba(0,0,0,.6); */
        min-width: 12em;
        /* allow long menu items to determine submenu width */
        *
        width: 12em;
        /* no auto sub width for IE7, see white-space comment below */
        /* min-width: 100%; */
    }

    .sf-menu a {
        padding: 0.3125rem 0rem;
        margin: 0 auto;
        font-size: 1.5rem;
        text-decoration: none;
        zoom: 1; color: #464646;
        text-transform: uppercase;
        width: 100%;
        font-weight: 400;
        transition: all 0.9s;
        /* background: #464646; */
        /* background: rgba(34,51,71,.88); */
    }

    .sf-menu a:hover {
        /* color: #84a090; */
        transition: all 0.9s;
        color: rgb(21 20 20);
        /* background: #fff; */
        font-weight: 400;
        transition: all .9s;
        transition: all 0.9s;
    }

    .sf-menu li a .spacing {
        padding-left: 1rem;
    }

    .sf-menu a.act {
        color: #b62929;
        /* background: #fff; */
        transition: all 0.9s;
        font-weight: 400;
    }

    .sf-menu li:first-child a {
        border-left: none;
    }

    .sf-menu li:last-child a {
        border-right: none;
    }

    .sf-menu li {
        /* white-space: nowrap; */
        /* no need for Supersubs plugin */
        *
        white-space: normal;
        /* ...unless you support IE7 (let it wrap) */
        -webkit-transition: background 0.5s;
        -moz-transition: background 0.5s;
        transition: background 0.5s;
        text-align: center;
        overflow: visible;
        width: 16.666666%;
        /* background: #fff; */
        /* border-right: 1px solid #fff; */
    }

    .sf-menu li:last-child {
        border-right: none;
    }

    .menuakt {
        background: #494848;
    }

    .sf-menu ul li {
        /* background: rgba(51,53,56,.75); */
        width: 100%;
        text-align: left;
        border-top: none;
        background-image: none;
        /* border-top: 1px solid #969696; */
        -webkit-transition: background 0.3s;
        -moz-transition: background 0.3s;
        transition: background 0.9s;
        border-right: none;
    }

    .sf-menu ul li:hover {
        /* background: rgba(51,53,56,.85); */
        -webkit-transition: background 0.3s;
        -moz-transition: background 0.3s;
        transition: background 0.9s;
    }

    .sf-menu ul li:first-child {
        border-top: none
    }

    .sf-menu ul li ul li {
        /* background: #fff; */
        width: 100%;
        text-align: left;
        border-top: none;
        background-image: none;
        border-top: 1px solid #969696;
    }

    .sf-menu ul li ul li:first-child {
        border-top: none
    }

    .sf-menu ul li a {
        border: none;
        /* padding: 0.8125rem .6rem; */
        font-size: 1.0625rem;
        text-decoration: none;
        zoom: 1;
        /* color: #fff; */
        border: none;
        font-weight: 400;
        transition: all .9s;
        text-transform: none;
    }

    .sf-menu ul li ul li a {
        font-weight: 400;
    }

    #logo {
        /* float: left; */
        /* max-width: 550px; */
    }

    #navi.reduced {
        position: fixed;
        width: 100%;
        max-width: 1260px;
        padding-top: 0;
        margin-top: 0;
        top: 0;
        z-index: 10000;
    }

    #navi.reduced .sf-menu a {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        transition: all 1s;
    }

    .sf-menu &gt; li:first-child {
        width: 25%;
        background-image: none;
        margin-left: 0%;
    }

    .sf-menu &gt; li:nth-child(2) {
        width: 33%;
    }

    .sf-menu &gt; li:nth-child(3) {
        width: 16%;
    }

    .sf-menu &gt; li:nth-child(4) {
        width: 26%;
        /* text-align:right; */
    }

    .sf-menu &gt; li:nth-child(5) {
        width: 23%;
        /* text-align: right; */
    }

    .sf-menu a {
        font-size: 1rem;
        padding-top: 1.25rem;
        padding-bottom: .5rem;
    }

    #headpic {
        max-width: inherit;
        width: 40%;
        /* background: red; */
        position: relative;
        margin-top: -30px;
    }

    #c479 #headpic {
        max-width: inherit;
        width: 50%;
        /* background: red; */
        position: relative;
        margin: 20px 0 20px 0;
    }
}

@media only screen and (min-width: 870px) {
    .sf-menu a {
        font-size: 1rem;
    }

    #headpic {
        max-width: inherit;
        position: relative;
    }

    #navi {
        width: 100%;
    }

    .sf-menu a {
        font-size: 1.0625rem;
    }
}

@media only screen and (min-width: 985px) {
    #headpic {
        max-width: inherit;
        position: relative;
    }

    .sf-menu a {
        font-size: 1.1875rem;
    }
}

@media only screen and (min-width: 1100px) {
    .sf-menu a {
        font-size: 1rem;
        /* padding-bottom: .75rem; */
    }

    #headpic {
        max-width: 300px;
        width: 30%;
    }

    #navi {
        width: 73%;
        margin-top: -2.75rem;
        float: right;
    }

    #topmenubox {
        padding-bottom: 12px;
    }
}

@media only screen and (min-width: 1200px) {
    .sf-menu a {
        font-size: 1.25rem;
    }
}

@media only screen and (min-width: 1250px) {
    #navi {
        clear: both;
        float: right;
        display: block;
        background: transparent;
        z-index: 10;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        margin-top: -3rem;
        /* width: 62%; */
    }

    #sliding {
        margin-top: 0px;
        border-top: 0px solid green;
    }
}

@media only screen and (min-width: 1280px) {
    .sf-menu &gt; li:first-child {
        width: 25%;
        background-image: none;
        margin-left: 0%;
    }

    .sf-menu &gt; li:nth-child(2) {
        width: 33%;
    }

    .sf-menu &gt; li:nth-child(3) {
        width: 16%;
    }

    .sf-menu &gt; li:nth-child(4) {
        width: 26%;
        text-align: center;
    }

    .sf-menu a {
        /* font-size: 1.5rem; */
    }
}

@media only screen and (min-width: 1350px) {
    .sf-menu a {
        font-size: 1.375rem;
        /* font-weight: 400; */
        padding-top: 1.25rem;
        /* padding-bottom: 1.25rem; */
        transition: all 0.9s;
    }

    /* zentralisierter underline effekt bei hover
    .sf-menu a:after {
        transition: all 0.5s;
        position: absolute;
        bottom: 18px;
        left: 0;
        right: 0;
        margin: auto;
        width: 0%;
        content: '';
        color: transparent;
        background: #90C300;
        height: 2px;
    }
    */
    .sf-menu a:hover:after {
        width: 75%;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

    #navi.reduced {
        position: fixed;
        width: 100%;
        max-width: 1320px;
        padding-top: 0;
        margin-top: 0;
        top: 0;
        z-index: 10000;
    }

    #navi.reduced .sf-menu a {
        font-weight: 300;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        transition: all 1s;
    }
}
</pre></body></html>