#header_8 {
    float: left;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
    background: url('https://vinresorportugal.se/assets/images/header-top.png') no-repeat top center;
    background-size: cover;
    z-index: 9;
    height: 200px;
    top: 0;
    left: 0;
}

header#header-1.header-1.header_misspuri_8 {
    padding-bottom: 0;
    padding-top: 0!important;
}

#header_8 .logoCenter {
    flex: 0 0 25%;
    text-align: center;
    width: 100% !important;
}

#header_8 .logo img {
    max-height: 100px;
}

#header_8 .navik-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 50px;
}

#header_8 .navik-menu > ul {
    text-align: left;
}

#header_8 .navik-menu ul:nth-child(2) {
    text-align: right;
}

#header_8 .navik-menu > ul:last-child {
    text-align: right;
}

.sticky #header_8 {
    background-image: none;
    height: 90px;
    position: unset;
}

.sticky #header_8 .navik-menu {
    padding: 0 30px;
}