@charset "utf-8"; /*** ESSENTIAL STYLES ***/
@media only screen and (min-width: 768px) {
    .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 > li {
        float: left;
    }

    .sf-menu li:hover > ul, .sf-menu li.sfHover > 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 */
        width: 100%;
    }

    .sf-menu a {
        padding: 0.3125rem 0rem;
        margin: 0 auto;
        font-size: 1.5rem;
        text-decoration: none;
        zoom: 1; color: #fff;
        text-transform: uppercase;
        width: 100%;
        font-weight: 400;
        transition: all 0.9s;
        /* background: #464646; */
    }

    .sf-menu a:hover {
        transition: all 0.9s;
        color: #c89999;
    }

    .sf-menu li a .spacing {
        padding-left: 1rem;
    }

    .sf-menu a.act {
        color: #c89999;
        transition: all 0.9s;
    }

    .sf-menu li:first-child a {
        border-left: 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%;
        /* border-right: 1px solid #fff; */
    }

    .sf-menu li:last-child {
        border-right: none;
    }

    .menuakt {
        background: #494848;
    }

    .sf-menu ul li {
        background: #fe0229;
        background: #db1937;
        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);
        background: rgb(155 12 34 / 80%);
        -webkit-transition: background 0.3s;
        -moz-transition: background 0.3s;
        transition: background 0.9s;
        background: rgb(255 255 255);
    }

    .sf-menu ul li a:hover, .sf-menu ul li a.act {
        transition: all 0.9s;
        color: #000;
    }

    .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.6rem;
        font-size: 1.0625rem;
        text-decoration: none;
        zoom: 1; color: #fff;
        border: none;
        font-weight: 400;
    }

    .sf-menu ul li a:hover {
        /* color: #fcc300; */
    }

    #logo {
        width: 70%;
        max-width: 312px;
        height: auto;
        float: left;
        width: 60%;
        max-width: 396px;
    }

    #logosp {
        width: 90%;
    }

    #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 {
        font-weight: 500;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        transition: all 1s;
    }

    .sf-menu > li:first-child {
        width: 19%;
        background-image: none;
        margin-left: 0%;
    }

    .sf-menu > li:nth-child(2) {
        width: 29%;
    }

    .sf-menu > li:nth-child(3) {
        width: 17%;
    }

    .sf-menu > li:nth-child(4) {
        width: 16%;
    }

    .sf-menu > li:nth-child(5) {
        width: 18%;
    }

    .sf-menu a {
        font-weight: 500;
        font-size: 0.9375rem;
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
        /* border-right: 1px solid red; */
    }

    .sf-menu ul li a:after {
        content: '';
        display: inline-block;
        color: #fff;
    }

    .sf-menu a:after {
        content: '|';
        float: right;
    }

    .sf-menu li:last-child a:after {
        content: '';
    }

    #headpic {
        max-width: inherit;
        width: 40%;
        position: relative;
    }

    #logo {
        width: 70%;
        max-width: 312px;
        height: auto;
        float: left;
        width: 100%;
        margin-bottom: 0;
        float: right;
    }

    #logosp {
        float: left;
        width: 85%;
        margin-top: 5px;
    }
}

@media only screen and (min-width: 870px) {
    #headpic {
        /* max-width: inherit; */ /* width: 40%; */ /* position: relative; */
    }

    #sliding {
        /* margin-top: 170px; */
    }

    #logo {
        /* width: 75%; */
        /* max-width: 400px; */
        /* height: auto; */
    }

    #topmenubox img#logoclaim {
        margin-top: 12px;
    }

    #logosp {
        float: left;
        width: 66%;
        margin-top: 95px;
        position: absolute;
        bottom: 0px;
        max-width: 460px;
    }

    .sf-menu a {
        font-weight: 500;
        font-size: 1rem;
    }
}

@media only screen and (min-width: 985px) {
    #headpic {
        /* max-width: inherit; */ width: 45%;
        /* position: relative; */
    }

    .sf-menu a {
        font-size: 1.125rem;
    }
}

@media only screen and (min-width: 1080px) {
    .sf-menu a {
        font-weight: 500;
        font-size: 1.25rem;
    }

    #headpic {
        max-width: inherit;
        width: 40%;
        /* margin-bottom: 0; */
    }

    #logo {
        /* width: 75%; */
        max-width: 380px;
        /* height: auto; */
    }

    #topmenubox img#logoclaim {
        margin-top: 25px;
    }

    #logosp {
        width: 80%;
        position: absolute;
        bottom: 0px;
        max-width: 460px;
    }

    #sliding {
        margin-top: 265px;
        border-top: 0px solid green;
    }
}

@media only screen and (min-width: 1150px) {
    .sf-menu a {
        font-weight: 500;
        font-size: 1.375rem;
    }

    @media only screen and (min-width: 1250px) {
        #navi {
            clear: both;
            float: right;
            margin-top: 0rem;
            /* width: 100%; */
            display: block;
            /* background: transparent; */
            z-index: 10;
            /* position: relative; */
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
        }

        #sliding {
            /* margin-top: 275px; */
            border-top: 0px solid green;
        }
    }

    @media only screen and (min-width: 1280px) {
        .sf-menu > li:first-child {
            width: 19%;
            background-image: none;
            margin-left: 0%;
        }

        .sf-menu > li:nth-child(2) {
            width: 27%;
        }

        .sf-menu > li:nth-child(3) {
            width: 18%;
        }

        .sf-menu > li:nth-child(4) {
            width: 16%;
        }

        .sf-menu > li:nth-child(5) {
            width: 19%;
        }

        .sf-menu a {
            font-size: 1.425rem;
        }
    }

    @media only screen and (min-width: 1350px) {
        .sf-menu a {
            font-weight: 500;
            padding-top: 0.75rem;
            padding-bottom: 0.75rem;
            transition: all 0.9s;
        }

        #navi.reduced .sf-menu a {
            font-weight: 500;
            padding-top: .5rem;
            padding-bottom: .5rem;
            transition: all 1s;
        }
    }

    @media only screen and (min-width: 1350px) {
        .sf-menu a {
            font-size: 1.55rem;
        }
    }
