.page-header .panel.wrapper {
    background: #FFF !important;
    color: #303030 !important;
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: 'Roboto', sans-serif !important;
    align-items: center;
}

.host-name {
    float:left;
    margin-top: 5px;
    font-size: 24px;
    font-family: 'Montserrat', 'Roboto' Sans-serif;
}

.host-name a {
    color: #303030 !important;
}

.host-name a:hover {
    text-decoration: none;
}

.header-wrapper-links {
    float:right;
    margin-bottom: 0;
    margin-top: 7px;
}

.header-wrapper-links li {
    display:inline-block;
    font-size: 14px;
}

.header-wrapper-links a {
    padding-left: 10px;
    padding-right:11px;
    color: #303030 !important;
}

.header-wrapper-links a:not(:last-child){
    border-right: 1px solid #dad9d6;
}


.header-wrapper-links a:hover {
    text-decoration: none;
    border-bottom: 2px solid #00468e;
    color: #00468e !important;
}

.header-wrapper-links ul {
    padding-left: 0;
    margin-top:auto;
    margin-bottom:auto;
    list-style-type:none;
}

.header.panel > .header.links {
    margin-top: 7px !important;
    font-size: 15px;
}
.udir-link {
    float:right;
    background:#b9e1cb;
    margin-left: 10px;
}

.udir-link a {
    display:block;
    color: #303030 !important;
    padding:5px;
}

.udir-link a:hover {
    background:#00468e;
    color: #FFF !important;
}

.udir-link a div {
    width: 100%;
    height: 100%;
}

.action.primary {
    background: #6D889D !important;
    border-color: #6D889D !important;
}

.action.primary:hover {
    background: #566c7c !important;
    border-color: #566c7c !important;
}

.checkout-index-index .payment-option._collapsible.opc-payment-additional.discount-code
{
    display: none;
}

#kontaktinformasjon {
    width:90%;
    margin: auto;
    text-align:center;
}

.minicart-wrapper .action.showcart:before {
    color: rgb(54, 54, 54) !important;
}

.logo {
    display:none !important;
}

/** footer **/

.page-footer {
    background-color: #303030 !important;
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 0px !important;
}

.custom-footer {
    display: flex;
    text-align: center;
    color: #FFF;
    align-items: center;
}

.custom-footer .parent-element {
   flex: 1;
}

.custom-footer .info-links ul {
    padding: 0 !important;
}

.custom-footer .info-links li {
    display:inline-block;
    padding-left: 10px;
    padding-right:11px;
}

.custom-footer .info-links a:not(:last-child){
    border-right: 1px solid #dad9d6;
}

.custom-footer .udir {
    background:#b9e1cb;
    padding:8px;
    color: #303030 !important;
}

.custom-footer .udir:hover{
    background:#00468e;
    color: #FFF !important;
}

.custom-footer a {
    color: #FFF !important;
}

.custom-footer .info-links a:hover {
    color: #B9E1CC !important;
}

.copyright {
    background: #303030 !important;
}

/* add margin-top to checkout cause of adjusments in header we have done */
#checkout {
    margin-top: 20px;
}


@media only screen and (min-width: 768px){
    .nav-sections, .navigation {
        background: #303030 !important;
        font-family: 'Roboto', sans-serif !important;
    }

    .navigation .level0 > .level-top {
        color: rgb(235, 235, 235) !important;
    }

    .customer-welcome .action.switch {
        color: #303030 !important;
    }

    .topmenu_categories {
        text-align: center;
    }

    .category-item:hover > a > span{
        color: #B9E1CC;
    }

    .header.content {
        padding: 0 0 0 0 !important;
    }

    .header.links {
        display:none !important;
    }
}

@media only screen and (max-width: 768px){
    .custom-footer {
        display: block;
    }

    .custom-footer div{
        width: 100%;
        margin-top: 40px;
        margin-bottom: 20px;
    }

    .udir-link {
        margin-top: 7px;
    }

    .header-wrapper-links {
        display: none;
    }

    .nav-toggle {
        top: -90px !important;
    }

    .greet.welcome {
        display:none !important;
    }
}

@media only screen and (max-width: 800px){
    .host-name {
        float:none;
        text-align: center;
    }
}
