.nav.menu-top {
    height: 80px;
    align-items: center;
    background-color: var(--gray);
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
}

.nav.menu-top .menuitem {
    margin: 0 10px;
}

.nav.menu-top .menuitem.disabled {
    opacity: 0.4;
}

.nav.menu-top .formitem {
    margin-right: auto;
}

.nav.menu-top form {
    height: 40px;
}

.nav.menu-top form input {
    width: 475px;
    height: 100%;
    border: 0;
    border-radius: 20px;
    padding: 0 150px 0 15px;
}

.nav.menu-top form button {
    margin-left: -149px;
    background-color: var(--light-orange);
    height: 100%;
    border: 0;
    color: #fff;
    border-radius: 20px;
    width: 0;
    overflow: hidden;
    padding: 0;
    border: 0;
    transition: all .5s linear;
    position: relative;
    z-index: 1;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav.menu-top form:hover button {
    width: 145px;
}

.sticky .biotekheader {
    grid-template-rows: auto auto auto auto;
    -ms-grid-rows: auto auto auto;
}

.sticky .languageselect,
.sticky .newsletterbox,
.sticky .loginbx,
.sticky .headlineshadow {
    display: none !important;
}

.sticky .shadowline {
    display: block;
}

header.sticky {
    position: fixed;
    width: 100%;
    z-index: 200;
    left: 0;
    top: 0;
}

.logobox img {
    /*transition: height 0.5s linear;*/
}

.sticky .logobox img {
    height: 50px;
}

.sticky .logobox {
    grid-column: 1 / span 2;
    -ms-grid-column-span: 1 / span 2;
    padding: 10px 0;
}

.sticky .topmenu {
    grid-row: 3/4;
    -ms-grid-row: 3;
    grid-column: 3 / span 5;
}

.sticky .searchbar {
    grid-column: 8 / span 4;
    -ms-grid-column-span: 8 / span 4;
}

.sticky .topbar.cart {
    grid-row: 3/4;
    -ms-grid-row: 3;
}

.sticky #searchFormdesk input[name='query'],
.sticky #searchFormmob input[name='query'] {
    width: 400px;
    max-width: 100%;
}

.sticky .nav.menu-top {
    margin-top: 0;
}

.partner.sticky .shadowline {
    display: none;
}

#main.sticky {
    margin-top: 270px;
}

.partner.sticky .nav.menu-top {
    display: none;
}

.partner.sticky.up .nav.menu-top {
    display: flex;
}