
@media (max-width: 992px) {
    #topnavbar {
        display: none;
    }
}

header {
    background-color: White;
}

    header .authentication-required {
        display: none;
    }

    header .bot-nav {
        display: block;
        width: 100%;
        height: 39px;
        background-color: #535353;
        box-shadow: 0px 3px 10px 0px #A3A3A3;
    }

        header .bot-nav:hover .delay-overlay {
            z-index: 100;
            -moz-transition: 0s all;
            -o-transition: 0s all;
            -webkit-transition: 0s all;
            transition: 0s all;
            -moz-transition-delay: 0.1s;
            -o-transition-delay: 0.1s;
            -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
        }

        header .bot-nav > ul {
            width: 960px;
            margin: 0 auto;
            clear: both;
            height: 39px;
            position: relative;
            z-index: 100;
        }

        header .bot-nav ul li {
            float: left;
            height: 39px;
            /*ul.left{margin-left: 5px;}*/
        }

            header .bot-nav ul li.home {
                width: 36px;
            }

            header .bot-nav ul li.hover .nav-sub {
                display: block;
            }

            header .bot-nav ul li span {
                font-size: 14px;
            }

            header .bot-nav ul li a {
                display: block;
                font-size: 14px;
                height: 39px;
                text-decoration: none;
                padding: 14px 11px 0 10px;
                color: #fff;
                position: relative;
            }

            header .bot-nav ul li .nav-sub {
                display: none;
                position: absolute;
                top: 39px;
                background-color: #fff;
                z-index: auto;
                padding: 0;
                border-radius: 0 0 10px 10px;
                border-top: #757575 solid 1px;
                -webkit-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.6);
                -moz-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.6);
                box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.6);
                font-size: 12px;
            }

                header .bot-nav ul li .nav-sub .nav-sub-content .colgroup {
                    min-width: 200px;
                }

                header .bot-nav ul li .nav-sub ul li {
                    font-size: 90%;
                    margin: 3px 0;
                    float: none;
                    height: auto;
                    border: none;
                }

                    header .bot-nav ul li .nav-sub ul li a {
                        padding: 4px 5px;
                        color: #000;
                        background-color: #fff !important;
                        height: auto;
                        text-transform: none;
                    }

                        header .bot-nav ul li .nav-sub ul li a:hover {
                            background-color: #d9dcdd;
                        }

                header .bot-nav ul li .nav-sub .nav-sub-content {
                    border-radius: 0 8px 0 8px;
                    padding-bottom: 10px;
                    position: relative;
                }

                    header .bot-nav ul li .nav-sub .nav-sub-content:before {
                        content: " ";
                        display: block;
                        height: 10px;
                        background-color: #646467;
                    }

                    header .bot-nav ul li .nav-sub .nav-sub-content hr {
                        height: 200px;
                        width: 1px;
                        border: 0;
                        float: left;
                        margin-top: 32px;
                        margin-right: 15px;
                        background: transparent -o-linear-gradient(bottom, #c4c4c4 0%, rgba(255, 255, 255, 0) 95%);
                        background: transparent -moz-linear-gradient(bottom, #c4c4c4 0%, rgba(255, 255, 255, 0) 95%);
                        background: transparent -webkit-linear-gradient(bottom, #c4c4c4 0%, rgba(255, 255, 255, 0) 95%);
                        background: transparent -ms-linear-gradient(bottom, #c4c4c4 0%, rgba(255, 255, 255, 0) 95%);
                        background: transparent linear-gradient(to bottom, #c4c4c4 0%, rgba(255, 255, 255, 0) 95%);
                    }

                    header .bot-nav ul li .nav-sub .nav-sub-content img.fagbutiklogo {
                        width: 144px;
                        height: 93px;
                        position: absolute;
                        right: 20px;
                        bottom: 50px;
                    }

                    header .bot-nav ul li .nav-sub .nav-sub-content a.fagbutiklogo {
                        width: 144px;
                        height: 93px;
                        position: absolute;
                        right: 20px;
                        bottom: 20px;
                        display: block;
                        padding: 0;
                        background: none;
                    }

                    header .bot-nav ul li .nav-sub .nav-sub-content .colgroup {
                        padding: 0 20px;
                        float: left;
                        min-width: 225px;
                        margin: 10px 0;
                        min-height: 110px;
                    }

                        header .bot-nav ul li .nav-sub .nav-sub-content .colgroup h2 {
                            font-size: 14px;
                            font-weight: bold;
                            margin: 10px 0 10px 0;
                        }

                        header .bot-nav ul li .nav-sub .nav-sub-content .colgroup ul li a {
                            padding-left: 0px;
                            font-size: 13px;
                            display: inline-table;
                            line-height: 15px;
                            padding-top: 3px;
                            padding-bottom: 3px;
                        }

                    header .bot-nav ul li .nav-sub .nav-sub-content .col3 {
                        width: 500px;
                        -moz-column-count: 3;
                        -moz-column-gap: 20px;
                        -webkit-column-count: 3;
                        -webkit-column-gap: 20px;
                        -moz-column-fill: balance;
                        column-count: 3;
                        column-gap: 20px;
                        column-fill: auto;
                    }

                    header .bot-nav ul li .nav-sub .nav-sub-content .col2 {
                        width: 320px;
                        -moz-column-count: 2;
                        -moz-column-gap: 20px;
                        -webkit-column-count: 2;
                        -webkit-column-gap: 20px;
                        -moz-column-fill: balance;
                        column-count: 2;
                        column-gap: 20px;
                        column-fill: auto;
                    }

                    header .bot-nav ul li .nav-sub .nav-sub-content .col1 {
                        width: 175px;
                        -moz-column-count: 1;
                        -moz-column-gap: 20px;
                        -webkit-column-count: 1;
                        -webkit-column-gap: 20px;
                        -moz-column-fill: balance;
                        column-count: 1;
                        column-gap: 20px;
                        column-fill: auto;
                    }




.touchevents header .bot-nav ul li:hover a,
.touch-in-ua header .bot-nav ul li:hover a {
    background-color: transparent;
}

body.checkout header .bot-nav {
    display: block;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #bbbbbb;
    background-color: white;
}

.wrapper {
    width: 960px;
    margin: 0 auto;
    position: relative;
}

.clear {
    clear: both;
    float: none;
}

header h1,
header h2,
header h3,
header p,
header span,
header li,
header td,
header a {
    font-family: arial, sans-serif;
    font-size: 12px;
    line-height: 12px;
}

header nav ul li {
    list-style: none;
    list-style-type: none;
    white-space: nowrap;
    float: left;
}

    header nav ul li a {
        text-decoration: none;
        color: #fff;
    }

        header nav ul li a:hover,
        header nav ul li.hover > a {
            text-decoration: underline;
        }

header .top-nav {
    height: 42px;
    border-bottom: 1px solid #C2C2C2;
    padding-bottom: 6px;
}

    header .top-nav.logged-in .user-first-name {
        display: inline-block !important;
    }

    header .top-nav.logged-in .member-options {
        display: inline-block !important;
    }

    header .top-nav.logged-in .anonymous-options {
        display: none !important;
    }

    header .top-nav ul {
        height: 39px;
        float: left;
    }

        header .top-nav ul li {
            padding: 13px 15px 12px 0px;
            position: relative;
        }

            header .top-nav ul li.lesswordspacing {
                word-spacing: -1px;
            }

            header .top-nav ul li.active {
                font-weight: bold;
            }

                header .top-nav ul li.active:after,
                header .top-nav ul li.active:before {
                    content: '';
                    display: block;
                    position: absolute;
                    width: 0;
                    height: 0;
                    border-style: solid;
                    border-width: 9px;
                    left: 27%;
                }

                header .top-nav ul li.active:after {
                    border-color: #efefef transparent transparent transparent;
                    top: 102%;
                }

                header .top-nav ul li.active:before {
                    border-color: #c2c2c2 transparent transparent transparent;
                    top: 106%;
                }

                header .top-nav ul li.active.shopping-link:after,
                header .top-nav ul li.active.shopping-link:before {
                    left: 34%;
                }

                header .top-nav ul li.active.about-link:after,
                header .top-nav ul li.active.about-link:before {
                    left: 27%;
                }

                header .top-nav ul li.active.frontpage-link:after,
                header .top-nav ul li.active.frontpage-link:before {
                    left: 24%;
                }

            header .top-nav ul li a {
                color: #000;
                line-height: 14px;
                font-size: 13px;
            }

        header .top-nav ul.member-action {
            float: right;
            height: 34px;
        }

            header .top-nav ul.member-action li {
                min-height: 22px;
                margin-top: 5px;
                padding: 5px 16px 0 16px;
                border: none;
                text-align: center;
                color: #000;
                border-left: 0px solid #679436; // WikiFood Green
                border-right: 0px solid #00487c; // WikiFood Blue
            }


                header .top-nav ul.member-action li.first-member-option {
                border-left: 0px solid #679436; // WikiFood Green
                }

                    #member-header-link-image {
                        position: absolute;
                        top: 0px;
                        left: 8px;
                    }

                header .top-nav ul.member-action li.member-options {
                    display: none;
                }

                    header .top-nav ul.member-action {
                        padding-top: 2px;
                    }

                        header .top-nav ul.member-action span {
                            color: #fff;
                            font-weight: bold;
                            font-size: 18px;
                            font-family: 'Arial', Arial;
                        }

                            header .top-nav ul.member-action  {
                                padding-left: 3px;
                                font-size: 12px;
                                vertical-align: super;
                            }

                header .top-nav ul.member-action li a {
                    color: Black;
                }

                    header .top-nav ul.member-action li a.user-first-name {
                        display: none;
                    }

            header .nav-logo {
                position: absolute;
                top: 0px;
                left: 8px;
            }




header .wikifood-kunde-button {
    border-radius: 4px;
    margin-top: 26px;
    width: 128px;
    background-color: #f48c3d;
    float: right;
    padding-top: 0px;
    border: none;
    position: relative;
}

    header .wikifood-kunde-button:hover,
    header .wikifood-kunde-button:active {
        background-color: #ee750c;
    }

    header .wikifood-kunde-button a {
        display: block;
        height: 39px;
        padding: 14px 11px 0 10px;
        color: #fff;
        position: relative;
        text-decoration: none;
        font-size: 14px;
        padding-left: 69px;
        padding-top: 5px;
        line-height: 14px;
    }

        header .wikifood-kunde-button a img {
            position: absolute;
            z-index: 100;
            left: 4px;
            margin-top: -3px;
        }

.touchevents .close-menu,
.touch-in-ua .close-menu {
    width: 33px;
    height: 33px;
    position: absolute;
    right: -18px;
    top: -18px;
    z-index: 500;
    /*background-image: url('/Content/images/SharedHeaderFooter/close_window_icon.png');*/
}

header .my-account-sub {
    background: #ee750c;
    height: 40px;
}

    header .my-account-sub ul {
        width: 960px;
        margin: 0 auto;
    }

        header .my-account-sub ul li:hover {
            color: #fff;
            background: none;
        }

        header .my-account-sub ul li.active {
            color: #fff;
            background: none;
        }

        header .my-account-sub ul li a {
            display: block;
            text-transform: uppercase;
            padding: 14px 0 0;
            margin: 0 55px 0 10px;
            color: #fff;
            height: 31px;
            font-size: 14px;
            line-height: 14px;
        }

            header .my-account-sub ul li a:hover {
                color: #fff;
                background: none;
                -webkit-box-shadow: none;
                -moz-box-shadow: none;
                box-shadow: none;
                text-decoration: none;
            }

            header .my-account-sub ul li a.highlight {
                color: #fff;
                background: none !important;
                -webkit-box-shadow: none;
                -moz-box-shadow: none;
                box-shadow: none;
                border-bottom: #fff solid 2px;
            }

header .corporate-sub {
    height: 40px;
    margin-top: 1px;
    background: #f6f6f6;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f6f6f6 0%, #cecece 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f6f6), color-stop(100%, #cecece));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f6f6f6 0%, #cecece 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f6f6f6 0%, #cecece 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f6f6f6 0%, #cecece 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #f6f6f6 0%, #cecece 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#cecece', GradientType=0);
    /* IE6-9 */
}

    header .corporate-sub ul {
        width: 960px;
        margin: 0 auto;
    }

        header .corporate-sub ul li:hover {
            color: #111;
            background: none;
        }

        header .corporate-sub ul li.active {
            color: #111;
            background: none;
        }

        header .corporate-sub ul li a {
            display: block;
            text-transform: uppercase;
            padding: 14px 0 0;
            margin: 0 55px 0 10px;
            color: #111;
            height: 31px;
            font-size: 14px;
            line-height: 14px;
        }

            header .corporate-sub ul li a:hover {
                color: #111;
                background: none;
                -webkit-box-shadow: none;
                -moz-box-shadow: none;
                box-shadow: none;
                text-decoration: none;
            }

            header .corporate-sub ul li a.highlight {
                color: #111;
                background: none !important;
                -webkit-box-shadow: none;
                -moz-box-shadow: none;
                box-shadow: none;
                border-bottom: #666 solid 2px;
            }
