/* =========================================================== */
/* ========================= HEADER ========================== */
/* =========================================================== */
#header {background: var(--background-color); z-index: 5; position: sticky; width: 100%; top: 0;}
#header #brand {height: 4rem; font-size: 0.9rem; width: 100%; background: var(--background-color); top: 0; z-index: 3;}
#header #brand .container {display: flex; justify-content: space-between;}
#header #brand .container > div {display: flex;}
#header #brand #search {display: flex; align-items: center;}
#header #brand #search input {font-size: 0.9rem; width: 30rem; background: var(--background-color) url('/p/img/search.svg') calc(100% - 0.5rem) center / 1.5rem auto no-repeat; height: 2.5rem; line-height: 2.5rem; padding: 0 1rem;}
#header #brand #logo {margin-right: 1rem;}
#header #brand #logo img {display: block; height: 3rem; margin: 0.5rem 0; max-width: initial; width: auto;}
#header #brand #menutoggle {display: none; background: none; border: 0; cursor: pointer; margin-left: -1rem;}
#header #brand #menutoggle span {display: block; width: 1.5rem; height: 0.2rem; margin: 0.2rem 0.5rem; background: var(--main-color); border-radius: 0.1rem;}
#header #brand ul {display: flex; align-items: center;}
#header #brand ul li {list-style: none; padding-left: 1rem;}
#header #brand ul li a {color: var(--main-color); text-decoration: none; position: relative;}
#header #brand ul li a img {width: 1.7rem; vertical-align: middle;}

#header #nav {background: var(--primary-color); font-size: 0.9rem; width: 100%; z-index: 2;}
#header #nav > .container > ul {height: 3rem; display: flex; align-items: center; flex-wrap: wrap; overflow: hidden;}
#header #nav > .container > ul > li {list-style: none; padding-right: 2rem; height: 3rem; line-height: 3rem; position: relative; white-space: nowrap; font-weight: 700;}
#header #nav > .container > ul > li ul li {list-style: none; height: 1.4rem; line-height: 1.4;}
#header #nav > .container > ul > li ul li a {color: var(--main-color); text-decoration: none;}
#header #nav > .container > ul > li > div {display: none; position: fixed; left: 0; background: var(--secondary-color); width: 100%; z-index: 3; top: 7rem; padding: 2rem 0 1rem; line-height: 1.4;}
#header #nav > .container > ul > li.hassubnav:hover > div {display: block;}
#header #nav > .container > ul > li > div .container {display: flex; flex-wrap: wrap;}
#header #nav > .container > ul > li > div .container > div {flex-grow: 1; font-size: 0.8rem; min-width: 15rem;}
#header #nav > .container > ul > li > div .container > div h3 {font-size: 0.9rem; margin-bottom: 0.3rem; color: var(--primary-color);}
#header #nav > .container > ul > li > div .container > div ul {margin-bottom: 1.5rem;}
#header #nav > .container > ul > li.hassubnav:hover::after {content: ""; position: absolute; z-index: 99; width: 0rem; height: 0rem; left: 50%; margin-left: -1.5rem; bottom: 0; border: 0.5rem solid transparent; border-bottom: 0.5rem solid var(--secondary-color);}
#header #nav > .container > ul > li > a {color: var(--background-color); text-decoration: none; display: block; font-weight: 700; transition: color 0.15s ease-in-out; position: relative;}


#header #nav ul.submenu { background: var(--secondary-color); margin-left: -1rem; display: none; }
#header #nav ul.submenu li { display: flex; height: auto !important;  }
#header #nav ul.submenu li a { padding: 1rem; display: block; width: 100%; transition: background-color 0.15s ease-in-out;}
#header #nav ul.submenu li a:hover { background: var(--overlay-subtle);}
#header #nav ul.submenu li:not(:last-of-type) a { border-bottom: 1px solid var(--overlay-subtle);}

body.bu_Surgical #header #nav > .container > ul > li.bu_Surgical > a::after,
body.bu_Regeneration #header #nav > .container > ul > li.bu_Regeneration > a::after,
body.bu_Instruments #header #nav > .container > ul > li.bu_Instruments > a::after,
body.bu_Equipment #header #nav > .container > ul > li.bu_Equipment > a::after,
#header #nav > .container > ul > li.active > a::after {
    content: "";
    height: 3px;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: var(--background-color);
    left: 0;
    opacity: 1;
} 
body.bu_Surgical #header #nav > .container > ul > li.bu_Surgical > a,
body.bu_Regeneration #header #nav > .container > ul > li.bu_Regeneration > a,
body.bu_Instruments #header #nav > .container > ul > li.bu_Instruments > a,
body.bu_Equipment #header #nav > .container > ul > li.bu_Equipment > a {color: var(--background-color);}
#header #nav > .container > ul > li:not(.active) > a:hover {color: var(--disabled-color);}

/* --------------- BREADCRUMBS --------------- */
#breadcrumbs {background: var(--secondary-color); font-size: 0.8rem; color: var(--primary-color)}
#breadcrumbs ul {height: 2.5rem; display: flex; align-items: center; padding-bottom: 0.25rem;}
#breadcrumbs ul li {list-style: none; padding-right: 0.5rem;}
#breadcrumbs ul li::before {content: "›"; display: inline-block; color: var(--primary-color); margin-right: 0.5rem; opacity: 0.5; position: relative; top: 0.15rem; font-size: 1.25rem;}
#breadcrumbs ul li:first-child::before {content: none;}
#breadcrumbs ul li a {color: var(--primary-color); text-decoration: none;}
#breadcrumbs ul li a img {width: 1.1rem; vertical-align: middle; position: relative; top: 0.1rem;}
#breadcrumbs ul li.active a {color: var(--main-color);}

#header select { border: 0;  font-family: 'Manrope', sans-serif;  line-height: 1.4;  font-weight: 500;  color: var(--main-color); font-size: 0.9rem; padding: 0; margin: 0; }

.fullscreen.headerbar {min-height: 12rem; height: auto;} 
body.bu_Regeneration .fullscreen.headerbar {background: url(/img/regeneration.jpg) center center / cover no-repeat!important;}
body.bu_Equipment .fullscreen.headerbar {background: url(/img/equipment.jpg) center center / cover no-repeat!important;}
body.bu_Instruments .fullscreen.headerbar {background: url(/img/instruments.jpg) center center / cover no-repeat!important;}
body.bu_Surgical .fullscreen.headerbar {background: url(/img/surgical.jpg) center center / cover no-repeat!important;}

.fullscreen.headerbar > div {top: 0; height: 100%; position: absolute;}
.fullscreen.headerbar > div > div {padding-bottom: 1rem;}

@media only screen and (max-width: 500px) {
    .fullscreen > div > div > :nth-child(1) {font-size: 90%;}
    .fullscreen > div > div ul {display: none;}
    .fullscreen.headerbar {min-height: 8rem;} 
    .fullscreen.headerbar  > div > div h1 {font-size: 2rem;}
}

@media only screen and (max-width: 1100px) {
    #header #brand ul li.management {display: none;}
}

@media only screen and (max-width: 975px) {
    #header #brand #menutoggle {display: block;}
    #header {position: relative;}
    #header #brand #search {height: 4rem; position: absolute; top: 4rem; width: calc(100% - 2rem); z-index: 5;}
    #header #brand #search form, #header #brand #search input {width: 100%; border: 0;}
    #header #nav {height: 4rem;}
    #header #nav > .container > ul {display: block; height: 0; padding-top: 4.5rem;}
    #header #subnav {margin-top: 0;}
    #header #breadcrumbs {margin-top: 0;}
    .mobilemenu #header #nav > .container {position: absolute; left: 0; top: 4rem; z-index: 3; background: var(--primary-color); height: auto; width: 100%; padding-bottom: 2rem;}
    .mobilemenu #header #nav > .container > ul {height: auto;}
    .mobilemenu #header #nav > .container > ul > li > a { display: inline-block; }
    .mobilemenu #header #nav > .container > ul > li > a + button { margin-left: .1em; display: inline-block; width: 1.1rem; color: var(--background-color);}
    .mobilemenu #header #nav > .container > ul > li {height: auto;}
    .mobilemenu #header #nav > .container > ul > li > div {display: block; position: relative; top: 0; background: transparent; padding: 1rem 1rem 0;}
    .mobilemenu #header #nav > .container > ul > li > div .container {padding: 0;}
    .mobilemenu #header #nav > .container > ul > li > div .container > div h3,
    .mobilemenu #header #nav > .container > ul > li > div .container > div a {color: var(--background-color);}
    .mobilemenu #header #brand #menutoggle span:nth-child(1) {position: absolute; transform: rotate(-45deg);}
    .mobilemenu #header #brand #menutoggle span:nth-child(2) {position: absolute; transform: rotate(45deg);}
    .mobilemenu #header #brand #menutoggle span:nth-child(3) {opacity: 0;}
    #header #nav > .container > ul > li.hassubnav:hover::after {content: none;}
}

@media only screen and (max-width: 600px) {
    #header #brand ul li:nth-last-child(4) {display: none;}   
}

@media only screen and (max-width: 425px) {
    #header #brand ul li:nth-last-child(7) {display: none;}
}


/* =========================================================== */
/* ========================= FOOTER ========================== */
/* =========================================================== */
#footer {background: var(--primary-color); color: var(--background-color);  padding: 2.5rem 0 0.5rem; margin-top: 6rem;}
#footer .trustbar {position: relative; bottom: 2.5rem; border-bottom: 1px solid rgba(255,255,255,0.25);}
#footer .trustbar ul li::before, #footer .trustbar em {color: var(--background-color); }
#footer .trustbar ul {padding: 0.5rem 0 0.3rem;}
#footer .container {display: flex; flex-wrap: wrap;}
#footer .container > div {flex-grow: 1; font-size: 0.8rem; width: 12rem;}
#footer .container > div h3 {margin-block: 0.5rem;}
#footer .container > div ul {margin-bottom: 3rem;}
#footer .container > div ul li {list-style: none; line-height: 2;}
#footer .container > div ul li a {color: var(--background-color); text-decoration: none;}

#afterfooter {text-align: center; padding-bottom: 3rem; font-size: 0.8rem; color: gray; clear: both;}
#afterfooter .icons {border-bottom: 1px solid rgba(0,0,0,0.15); margin-bottom: 1.3rem;}
#afterfooter .icons img {display: inline-block; vertical-align: middle; margin: 0.8rem;}