@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;
        display: flex;
        justify-content: end;
        /* align-items: end; */
    }

    .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: #5c5555;
        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: #c51113;
        transition: all 0.9s;
        font-weight: 500;
    }

    .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;
        background: #c51113;
    }

    .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;
        font-weight: 600;
    }

    .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;
        text-transform: none;
    }

    .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: 12%;
        background-image: none;
        margin-left: 0%;
    }

    .sf-menu > li:nth-child(2) {
        width: 14%;
    }

    .sf-menu > li:nth-child(3) {
        width: 30%;
    }

    .sf-menu > li:nth-child(4) {
        width: 20%;
    }

    .sf-menu > li:nth-child(5) {
        width: 14%;
    }

    .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;
        color: #514e4e !important;
    }

    .sf-menu li:last-child a:after {
        content: '';
    }

    #headpic {
        max-width: inherit;
        width: 35%;
        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: .9375rem;
    }

    #navi {
        clear: both;
        margin-top: -60px;
        width: 66%;
    }

    .sf-menu > li:first-child {
        width: 12%;
        background-image: none;
        margin-left: 0%;
    }

    .sf-menu > li:nth-child(2) {
        width: 15%;
    }

    .sf-menu > li:nth-child(3) {
        width: 32%;
    }

    .sf-menu > li:nth-child(4) {
        width: 21%;
    }

    .sf-menu > li:nth-child(5) {
        width: 15%;
    }
}

@media only screen and (min-width: 985px) {
    #headpic {
        /* max-width: inherit; */ /* width: 45%; */ /* position: relative; */
    }

    .sf-menu a {
        /* font-size: 1.0625rem; */
    }

    #navi {
        clear: both;
        margin-top: -62px;
        width: 65%;
    }

    .sf-menu > li:first-child {
        width: 12%;
        background-image: none;
        margin-left: 0%;
    }

    .sf-menu > li:nth-child(2) {
        width: 15%;
    }

    .sf-menu > li:nth-child(3) {
        width: 32%;
    }

    .sf-menu > li:nth-child(4) {
        width: 21%;
    }

    .sf-menu > li:nth-child(5) {
        width: 15%;
    }

    .acc-button {
        float: right;
        width: 61%;
        /* text-align: center; */
        /* margin-top: 5px; */
        /* margin-bottom: 5px; */
        /* padding-left: 50%; */
        /* padding-right: 5px; */
        transition: all .6s;
        opacity: 1;
        transition: opacity 0.5s ease;
        display: block;
    }
}

@media only screen and (min-width: 1080px) {
    .sf-menu a {
        font-weight: 500;
        font-size: 1.125rem;
    }

    #headpic {
        max-width: inherit;
        width: 30%;
        /* 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; */
    }

    #mainwrapstart {
        /* margin-top: 265px; */
    }

    #navi {
        clear: both;
        margin-top: -66px;
        width: 65%;
    }
}

@media only screen and (min-width: 1150px) {
    .sf-menu a {
        font-weight: 500;
        /* font-size: 1.375rem; */
    }

    #bread {
        /* margin-top: 1.75rem; */
        font-size: 0.935rem;
    }
}

@media only screen and (min-width: 1200px) {
    #bread {
        /* margin-top: 2.25rem; */
        font-size: 0.975rem;
    }
}

@media only screen and (min-width: 1250px) {
    #navi {
        clear: both;
        float: right;
        margin-top: -65px;
        /* margin-right: 20px; */
        width: 65%;
        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;
    }

    #mainwrapstart {
        /* margin-top: 275px; */
    }
}

@media only screen and (min-width: 1280px) {
    .sf-menu > li:first-child {
        width: 12%;
        background-image: none;
        margin-left: 0%;
    }

    .sf-menu > li:nth-child(2) {
        width: 15%;
    }

    .sf-menu > li:nth-child(3) {
        width: 32%;
    }

    .sf-menu > li:nth-child(4) {
        width: 21%;
    }

    .sf-menu > li:nth-child(5) {
        width: 15%;
    }

    .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.125rem;
    }

    .sf-menu > li:first-child {
        width: 12%;
        background-image: none;
        margin-left: 0%;
    }

    .sf-menu > li:nth-child(2) {
        width: 15%;
    }

    .sf-menu > li:nth-child(3) {
        width: 32%;
    }

    .sf-menu > li:nth-child(4) {
        width: 21%;
    }

    .sf-menu > li:nth-child(5) {
        width: 15%;
    }

    .sf-menu a {
        font-size: 1.125rem;
    }
}
