body header{
position: fixed;
width: 100%;
background: rgba(229,234,238,.4);
backdrop-filter: blur(12px);
-webkit-backdrop-filter: blur(12px);
padding: 60px 0 27px;
z-index: 999;
top: 0;
left: 0;
transition: background .4s, opacity .4s;
}
body.home header {
opacity: 0;
}
body.home.opened header {
opacity: 1;
}
header.dark {
background: rgba(55,64,82,.4);
}
header * {
transition: color .4s;
}
header.dark * {
color: #fff;
}
.header_main_wrapper {
position: relative;
z-index: 1;
}
ul{
list-style:none;
margin:0;
padding:0;
}
.header_inner_left {
display: flex;
}
.header_menu_activator_container {
position: relative;
padding-left: 35px;
cursor: pointer;
line-height: 1;
min-height: 1rem;
}
.header_menu_activator_container:before,
.header_menu_activator_container:after {
content: '';
background: #374052;
width: 26px;
height: 4px;
position: absolute;
left: 0;
top: 1px;
transition: width .4s, transform .4s, background .4s;
}
header.dark .header_menu_activator_container:before,
header.dark .header_menu_activator_container:after {
background: #fff;
}
.header_menu_activator_container:after {
width: 21px;
top: 9px;
}
.header_menu_activator_container:hover:after {
width: 26px;
}
.header_menu_activator_container.open:after {
transform: translateY(-4px) rotate(-45deg);
width: 26px;
}
.header_menu_activator_container.open:before {
transform: translateY(4px) rotate(45deg);
}
.header_menu_activator_container * {
font-family: Nexa-Regular, sans-serif;
font-weight: 600;
letter-spacing: 1px;
color: #374052;
}
.header_container_menu {
margin-left: 35px;
transition: transform .6s;
display: none;
}
.header_menu_activator_container.open + .header_container_menu {
transform: translateX(-54px);
}
.header_container_menu ul{
display:flex;
}
.header_container_menu ul li {
line-height: 1;
}
.header_container_menu ul li:not(:last-child){
margin-right: 60px;
}
.header_container_menu ul li a {
text-transform: uppercase;
line-height: 1;
position: relative;
}
.header_container_menu ul li a:after {
content: '';
position: absolute;
left: 0;
top: calc(100%);
background: #374052;
width: 100%;
height: 2px;
transform: scaleX(0);
transform-origin: right center;
transition: transform .4s;
}
.header_container_menu ul li a:hover:after {
transform: scaleX(1);
transform-origin: left center;
}
.header_inner{
display:flex;
justify-content: center;
}
.header_inner > * {
flex: 0 0 auto;
max-width: 100%;
width: 33.333%;
}
.header_inner_middle {
text-align: center;
}
.header_inner_right {
text-align: right;
}
.header_inner_right .header_contact_button {
text-transform: uppercase;
font-weight: 600;
letter-spacing: 1px;
position: relative;
}
.header_inner_right .header_contact_button:after {
content: '';
position: absolute;
left: 0;
top: calc(100%);
background: #374052;
width: 100%;
height: 2px;
transform: scaleX(0);
transform-origin: right center;
transition: transform .4s;
}
.header_inner_right .header_contact_button:hover:after {
transform: scaleX(1);
transform-origin: left center;
}
.header_main_mobile_content{
display: flex;
flex-direction: column;
justify-content: space-between;
padding: 76px 20px 43px;
width: 500px;
right: 0;
-webkit-transition: -webkit-transform .4s, top .4s;
-moz-transition: -moz-transform .4s, top .4s;
-ms-transition: -ms-transform .4s, top .4s;
-o-transition: -o-transform .4s, top .4s;
transition: transform .4s, top .4s;
-webkit-transform: translateX(500px);
-moz-transform: translateX(500px);
-ms-transform: translateX(500px);
-o-transform: translateX(500px);
transform: translateX(500px);
top: -27px;
height: 100vh;
position: absolute;
z-index: 2;
overflow-y: scroll;
}
.header_main_mobile_content.open{
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
}
.header_main_mobile_content_top_2{
display: flex;
justify-content: space-between;
}
.header_main_desktop{
display:block;
}
.header_main_mobile{
display:none;
}
.header_container_mobil_menu ul{
list-style:none;
margin:0;
padding:0;
}
.mM_header_mobile_overlay{
background-color:rgba(229, 234, 238, .4);
position: fixed;
width: 100vw;
height: 100vh;
top: 0;
left: 0;
z-index: 15;
visibility: hidden;
opacity: 0;
-webkit-backdrop-filter: blur(12px);
backdrop-filter: blur(12px);
-webkit-transition: visibility 0s linear 300ms, opacity .4s, top .4s;
-moz-transition: visibility 0s linear 300ms, opacity .4s, top .4s;
-ms-transition: visibility 0s linear 300ms, opacity .4s, top .4s;
-o-transition: visibility 0s linear 300ms, opacity .4s, top .4s;
transition: visibility 0s linear 300ms, opacity .4s, top .4s;
}
.mM_header_mobile_overlay.show{
visibility: visible;
opacity: 1;
-webkit-transition: visibility 0s linear 0s, opacity .4s;
-moz-transition: visibility 0s linear 0s, opacity .4s;
-ms-transition: visibility 0s linear 0s, opacity .4s;
-o-transition: visibility 0s linear 0s, opacity .4s;
transition: visibility 0s linear 0s, opacity .4s;
}
.header_main_mobile_background_img {
position: absolute;
top: -27px;
right: 0;
width: 500px;
height: 100vh;
-webkit-transition: -webkit-transform .4s, top .4s;
-moz-transition: -moz-transform .4s, top .4s;
-ms-transition: -ms-transform .4s, top .4s;
-o-transition: -o-transform .4s, top .4s;
transition: transform .4s, top .4s;
-webkit-transform: translateX(500px);
-moz-transform: translateX(500px);
-ms-transform: translateX(500px);
-o-transform: translateX(500px);
transform: translateX(500px);
}
.header_main_mobile_overlay.show ~ .header_main_mobile_background_img {
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
}
.header_main_mobile_background_img img {
width: 100%;
height: 100%;
object-fit: cover;
}
.header_burger_menu_icon,
.header_container_close_button{
cursor:pointer;
}
.header_container_mobil_menu li.menu-item-has-children{
overflow:hidden;
}
.header_container_mobil_menu li.menu-item-has-children>a:after{
content:">";
display: inline-block;
-webkit-transition: -webkit-transform .3s ease-in-out;
-moz-transition: -moz-transform .3s ease-in-out;
-ms-transition: -ms-transform .3s ease-in-out;
-o-transition: -o-transform .3s ease-in-out;
transition: transform .3s ease-in-out;
}
.header_container_mobil_menu li.menu-item-has-children>a.open:after{
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
}
.sub-menu{
display:none;
}
.menu_item_img{
width: 100px;
height: auto;
}
.logo_container {
height: 60px;
}
.logo_container a,
.logo_container svg,
.logo_container img {
height: 100%;
}
.logo_container svg,
.logo_container img {
width: auto;
}
.logo_container svg {
fill: #0f55a1;
transition: fill .4s;
}
header.dark .logo_container svg {
fill: #2e99f7;
}
.header_container_logo {
height: 26px;
}
.header_container_logo a svg .logo_right {
clip-path: inset(0 calc(100% - 0px) 0 0);
transition: clip-path .4s;
}
.header_container_logo a svg .logo_left {
clip-path: inset(0 0 0 calc(100% - 0px));
transition: clip-path .4s;
}
.header_container_logo a:hover svg .logo_left,
.header_container_logo a:hover svg .logo_right {
clip-path: inset(0 0 0 0);
}
.header_inner_right_btn_container .button svg {
width: 18px;
min-width: 18px;
height: 21px;
min-height: 21px;
margin-right: 5px;
margin-bottom: 3px;
}
.header_burger_menu_icon {
display: flex;
flex-direction: column;
align-items: end;
}
.header_burger_bar {
display: block;
height: 6px;
background: #3f7898;
border-radius: 50px;
-webkit-transform-origin: 38.5px;
-moz-transform-origin: 38.5px;
-o-transform-origin: 38.5px;
transform-origin: 38.5px;
-webkit-transition: all .4s;
-moz-transition: all .4s;
-ms-transition: all .4s;
-o-transition: all .4s;
transition: all .4s;
}
.header_burger_bar:not(:last-child) {
margin-bottom: 10px;
}
.header_burger_bar_1 {
width: 41px;
}
.header_burger_bar_2 {
width: 54px;
}
.header_burger_bar_3{
width: 30px;
}
.header_burger_menu_mobile:hover .header_burger_bar {
width: 35px;
}
.header_inner.open .header_burger_bar_1 {
width: 35px;
height: 4px;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.header_inner.open .header_burger_bar_2 {
width: 0;
}
.header_inner.open .header_burger_bar_3 {
width: 35px;
height: 4px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
header .menu-item a {
font-family: Nexa-Regular, sans-serif;
font-weight: 600;
letter-spacing: 1px;
}
header #menu-header-navigation .menu-item a {
position: relative;
transition: text-shadow .4s;
}
header #menu-header-navigation .menu-item a:hover,
header #menu-header-navigation .current-menu-item a {
text-shadow: 0 0 1px #092939;
}
header #menu-header-navigation .menu-item a:after {
content: '';
position: absolute;
left: 0;
bottom: -2px;
width: 100%;
height: 3px;
background: #3f7898;
opacity: 0;
transition: opacity .4s;
}
header #menu-header-navigation .menu-item a:hover:after,
header #menu-header-navigation .current-menu-item a:after {
opacity: 1;
}
.header_main_mobile_content .footer_main_middle_item_social_container {
display: flex;
gap: 0 30px;
}
.footer_main_middle_item_social_links_item svg {
width: auto;
max-width: unset;
width: 22px;
height: 22px;
fill: #374052;
transition: fill .4s;
}
.footer_main_middle_item_social_links_item:hover svg {
fill: #2d99f7;
}
.header_main_mobile_content_bottom_2_left {
display: flex;
}
.header_main_mobile_content_bottom_2_left .mM_imprint_datasec_link {
display: inline-block;
font-size: 1.125rem;
font-family: 'Nexa-Book', sans-serif;
}
.header_main_mobile_content_bottom_2_left .mM_imprint_link {
padding-right: 25px;
position: relative;
display: inline-block;
}
.header_main_mobile_content_bottom_2_left .mM_imprint_link:after {
content: '|';
font-family: 'Nexa-Book', sans-serif;
font-weight: 400;
font-size: 1.125rem;
color: #374052;
position: absolute;
right: 11px;
top: 50%;
transform: translateY(-50%);
}
.header_main_mobile_content_bottom_1 {
margin-bottom: 17px;
}
.header_main_mobile_content_bottom_2_right_email_phone_fax_container {
display: flex;
flex-direction: column;
}
.header_main_mobile_content_bottom_2_right_phone_container {
margin-bottom: 7px;
}
.header_main_mobile_content_bottom_2_right_item a {
position: relative;
font-size: 1.125rem;
font-family: 'Nexa-Book', sans-serif;
}
.header_main_mobile_content_bottom_2_right_item a:after {
content: '';
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 2px;
background: #374052;
transition: transform .4s;
transform-origin: center;
}
.header_main_mobile_content_bottom_2 a,
.header_main_mobile_content_bottom_2 a * {
transition: color .4s;
}
.header_main_mobile_content_bottom_2 a:hover,
.header_main_mobile_content_bottom_2 a:hover * {
color: #092939;
}
.header_main_mobile_content_bottom_2_right_item a:hover:after {
transform: scaleX(0);
}
.header_main_mobile_content_middle {
position: relative;
margin: 53px 0 59px;
}
.header_main_mobile_content_middle_background_logo_container {
position: absolute;
top: 50%;
left: 7px;
width: calc(100% + 7px);
height: auto;
z-index: -1;
transform: translateY(-50%);
}
.header_main_mobile_content_middle_background_logo_container svg {
fill: rgba(255, 255, 255, .1);
width: 100%;
height: auto;
}
.header_main_mobile .menu a {
font-size: 2.1875rem;
font-weight: 800;
text-transform: uppercase;
font-family: 'Nexa-Heavy', sans-serif;
display: flex;
align-items: flex-start;
gap: 0 23px;
line-height: 1;
padding: 19px 0 10px;
border-top: 1px solid #374052;
}
.header_main_mobile .menu .menu-item:last-child a {
border-bottom: 1px solid #374052;
}
.header_main_mobile .menu a .mM_menu_index {
font-size: .875rem;
font-family: 'Nexa-Book', sans-serif;
font-weight: 400;
margin-top: -3px;
line-height: 1;
}
@media screen and (max-width: 1599px) {
}
@media screen and (max-width: 1399px) {
.header_container_menu ul li:not(:last-child){
margin-right: 30px;
}
}
@media screen and (max-width: 1199px) {
body header {
padding: 20px 0;
}
.header_inner {
justify-content: space-between;
align-items: center;
}
.header_container_logo {
height: 36px;
}
.header_main_wrapper {
position: static;
}
.header_main_desktop{
display:none;
}
.header_main_mobile{
display:block;
}
.header_main_mobile .header_inner_right {
position: relative;
z-index: 2;
}
.header_main_wrapper > .container {
max-width: 100% !important;
padding: 0 22px;
}
.header_burger_menu_mobile {
display: flex;
flex-direction: column;
align-items: end;
}
.header_menu_activator_container {
padding-left: 0;
padding-right: 35px;
}
.header_menu_activator_container:before,
.header_menu_activator_container:after {
left: auto;
right: 0;
}
.header_inner.open .header_menu_activator_container:after {
transform: translateY(-4px) rotate(-45deg);
width: 26px;
}
.header_inner.open .header_menu_activator_container:before {
transform: translateY(4px) rotate(45deg);
}
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 575px) {
.header_inner > * {
width: 50%;
}
}
@media screen and (max-width: 499px) {
.header_main_mobile_content{
width: 100%;
-webkit-transform: translateX(100%);
-moz-transform: translateX(100%);
-ms-transform: translateX(100%);
-o-transform: translateX(100%);
transform: translateX(100%);
}
}
@media screen and (max-width: 475px) {
}
@media screen and (max-width: 450px) {
}
@media screen and (max-width: 430px) {
}
@media screen and (max-width: 375px) {
header .logo_container {
height: 50px;
}
.header_main_mobile_content {
padding: 78px 22px 43px;
}
}
@media screen and (max-width: 350px) {
.header_main_mobile_content_bottom_2 {
flex-direction: column-reverse;
}
.header_main_mobile_content_bottom_2_right_email_phone_fax_container {
align-items: start;
margin-bottom: 20px;
}
}
@media screen and (max-width: 325px) {
header .logo_container {
height: 40px;
}
}
#scroll-debug-line {
position: fixed;
left: 0;
width: 100%;
height: 2px;
background: rgba(255, 0, 0, 0.7);
pointer-events: none;
z-index: 99999;
}
#scroll-debug-info {
position: fixed;
right: 10px;
top: 10px;
background: rgba(0,0,0,0.6);
color: white;
padding: 8px 12px;
font-size: 12px;
border-radius: 6px;
z-index: 99999;
pointer-events: none;
max-width: 260px;
line-height: 1.4;
}