.hs-language-switcher {
  position: relative;
  z-index: 100;
  display: flex;
}

.hs-language-switcher__inner-wrapper {
  position: relative;
  display: inline-block;
}

/* Button */
.hs-language-switcher__button {
  margin: 0;
  cursor: pointer;
  display:none;
}

.hs-language-switcher__label {
  display: flex;
  align-items: center;
  font-size: 1em;
  line-height: 1;
}

.hs-language-switcher__icon {
  height: 20px;
  width: 20px;
}

/* Menu */
.hs-language-switcher__menu {
  //position: absolute;
  z-index: 100;
  top: 100%;
  //display: none;
  overflow: hidden;
  box-sizing: border-box;
  min-width: 100%;
  padding: 0;
  margin: 0;
  background: #fff;
  list-style-type: none;
  white-space: nowrap;
}

.hs-language-switcher__menu.visible {
  display: block;
}

.hs-language-switcher__item {
  width: 100%;
  padding: 10px 20px;
  margin: 0;
  text-align: left;
}

.hs-language-switcher__item:focus,
.hs-language-switcher__item.active,
.hs-language-switcher__menu.mousemove .hs-language-switcher__item:hover {
  background: #efefef;
}

.hs-language-switcher__item a {
  display: block;
  height: 100%;
  color: #000;
  text-decoration: none;
}


.headerLogo svg.logo-header {
  width: 100px;
  height:100px;  
  transition: all .5s ease;
}
.headerLogoNavigation {
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:25px;
}
.page-center {
  max-width: 1360px;
  padding:0 20px;
  width:100%;
  margin:0 auto;
  float:none;
}
.headerInner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap:20px;
}
.headerLinksLangSwitcher {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
li.hs-language-switcher__item:not(:first-child) {
  display: none;
}
.headerNavigation ul > li.hs-menu-item.hs-menu-depth-1 > a {
  padding: 0 15px;
  color: #2a2b2d;
  font-size: 16px;
  text-decoration: none;
  height: 100px;
  display: flex;
  align-items: center;
  position:relative;
  transition: all .5s ease;
}
.headerNavigation ul > li.hs-menu-item.hs-menu-depth-1 > a:hover {
  color: #00f;
}
.headerNavigation ul > li.hs-menu-item.hs-menu-depth-1 > a::after {
  background-color: transparent;
  bottom: -6px;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  right: 0;
  transition: all .5s;
  z-index: -1;
}
.headerNavigation ul > li.hs-menu-item.hs-menu-depth-1 > a:hover::after {  
  bottom: 0px;
  z-index: 1;
  background-color: #00f;
}
.headerLinks a {
  font-size: 14px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #2a2b2d;
  height:100px;
  transition: all .5s ease;
}
.headerLinks a:hover {
  color: #00f;
}
.headerLinks a:hover svg {
  fill: #00f;
}
.headerLinks a:hover svg path {
  fill: #00f;
}
.headerLinks {
  display: flex;
  gap: 20px;
}
.headerLinksLangSwitcher svg {
  width: 12px;
}
.hs-language-switcher__item a {
  color: #2a2b2d;
  font-size: 14px;
  height:100px;
  display: flex;
  align-items: center;
  transition: all .5s ease;
}
.hs-language-switcher__item a:hover {
  color: #00f;
}
li.hs-language-switcher__item {
  padding: 0px;
}
.hs-language-switcher__menu {
  border:0px !important;
}
.headerLogo a {
  display: flex;
}
li.hs-menu-item.hs-menu-depth-1 {
  margin: 0 5px;
}
.headerNavigation {
  //position:relative;
}
.headerInner {
  position:relative;
}
.headerNavigation .hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  width:100%;
  padding-left: 120px;
}
.headerNavigation .hs-menu-wrapper.flyouts .hs-item-has-children {
  position: unset;
}
.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  font-size: 14px;
  text-decoration: none;
  color: #2a2b2d;
  border-bottom: 2px solid transparent;
  margin: 12px 11px;
  padding: 5px 9px 2px;
  transition: all .5s ease;
}
.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: row !important;
}
.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a:hover {
  border-bottom: 1px solid #2a2b2d;
}
.hs-menu-item.hs-menu-depth-1.hs-item-has-children.activeItem > a:after {
  background-color: #00f;
  bottom: 0px;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  right: 0;
  transition: all .5s;
  z-index: -1;
}
.hs-menu-item.hs-menu-depth-1.hs-item-has-children.activeItem > a {
  color: #00f;
}
li.hs-menu-item.hs-menu-depth-2.hs-item-has-children ul.hs-menu-children-wrapper.open-menu-list {
  display:none;
}

.headerOuter {
  border-bottom: 1px solid #c9cfd3;
  background: #fff;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9;
}
.headerOuterMargin {
  margin-top:100px;
}
.headerOuter.fixed .logo-header {
  height: 60px;
  width: 60px;
}
.headerOuter.fixed .headerNavigation ul > li.hs-menu-item.hs-menu-depth-1 > a,
.headerOuter.fixed .headerLinks a,
.headerOuter.fixed .hs-language-switcher__item a {
  height: 60px;
}
.headerLinks ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  display: flex;
  gap: 20px;
}
.mobile-menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 24px;
  height: 18px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1001;
  transition: all .5s ease;
}

.mobile-menu-toggle .bar {
  height: 3px;
  width: 100%;
  background-color: #000;
  border-radius: 2px;
}
.mobile-LinksInsideHamburger {
  display:none;
}
.headerNavigation ul ul ul.hs-menu-children-wrapper {
  display: none !important;
  padding-left:10px;
}
.headerNavigation li.hs-menu-item.hs-menu-depth-3 {
  width: 100%;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  background-color: #ffffff;
  border-top: 1px solid #c9cfd3;
}
@media (max-width: 1250px) {
  .headerLogoNavigation {
    gap: 10px;
  }
  .headerNavigation ul>li.hs-menu-item.hs-menu-depth-1>a {
    padding: 15px 0px;
    height: auto !important;
  }
  .headerLinks {
    gap: 10px;
  }
  .headerLinks a {
    gap: 4px;
  }
  .headerInner, .headerLinksLangSwitcher {
    gap: 10px
  }
  .mobile-LinksInsideHamburger {
    display:block;
  }
  .headerLinks {
    display:none;
  }
  .headerLinksLangSwitcher {
    padding-right:50px;
  }
  .mobile-menu-toggle {
    display: flex;
    position: absolute;
    top: 40px;
    right: 20px;
  }
  .headerNavigation {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 100%;
    width: 100%;
    background: white;
    z-index: 1000;    
    right:-350px;
    left:unset;
    width: 300px;
    transition: all .5s ease;
  }
  .headerNavigation.active {
    display: flex;
    width: 300px;
    background: #fff;
    border-top: 1px solid #e9eef3;
    box-shadow: -15px 23px 22px 5px rgba(42, 43, 45, .5);
    padding: 0 30px;
    padding-bottom: 90px;
    right:0px;
  }
  .hs-language-switcher__item a {
    color: #00f !important;
  }
  .mobile-menu-toggle .bar {
    background-color: #00f;
  }
  .mobile-menu-toggle.active .bar:nth-child(2) {
    display: none;
  }
  .headerNavigation .hs-menu-wrapper ul {
    display: block;
  }
  .headerOuter.fixed .mobile-menu-toggle {
    top: 20px;
  }
  .headerNavigation li.hs-menu-item.hs-menu-depth-1 { 
    margin: 0 0px;
    border-top: 1px solid #e9eef3;
  }
  .headerNavigation li.hs-menu-item.hs-menu-depth-1:last-child { 
    border-bottom: 1px solid #e9eef3;
  }
  .mobile-LinksInsideHamburger svg {
    width: 16px;
  }
  .mobile-LinksInsideHamburger ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
  }
  .mobile-LinksInsideHamburger a {
    color: #000000;
    text-decoration: none;
    font-size: 14px;
    display: flex;
    align-items: center;
    padding: 15px 0px;
    gap: 8px;
  }
  .headerNavigation ul > li.hs-menu-item.hs-menu-depth-1 > a::after {
    display:none;
  }
  .headerNavigation .hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
    margin: 0px;
    padding: 8px;
  }
  .mobile-menu-toggle.active .bar:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }
  .mobile-menu-toggle.active .bar:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
  }
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper a:hover {
    border-bottom: 0px solid #2a2b2d;
  }
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
    border-bottom: 0px solid #2a2b2d;
  }
  .headerNavigation li.hs-menu-item.hs-menu-depth-2 {
    width: 100%;
  }
  ul.hs-menu-children-wrapper.open-menu-list {
    position: unset !important;
  }
  .headerNavigation ul>li.hs-menu-item.hs-menu-depth-1>a:hover:after {
    background-color:transparent;
    bottom: unset;
    z-index: unseta;
  }
  .headerNavigation li.hs-menu-item.hs-menu-depth-2.hs-item-has-children>a {
    position:relative;
  }
  .headerNavigation ul>li.hs-menu-item.hs-menu-depth-1.hs-item-has-children>a::after,
  .headerNavigation li.hs-menu-item.hs-menu-depth-2.hs-item-has-children>a::after {
    box-shadow: inset -2px 2px 0 0;
    color:#00f;
    content: "";
    display: block;
    height: 7px;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: translate(0, -5px) rotate(135deg);
    transform: translate(0, -5px) rotate(135deg);
    transition: transform .15s ease-in-out;
    width: 7px;
    left: unset;
  }
  .hs-menu-item.hs-menu-depth-1.hs-item-has-children.activeItem ul.hs-menu-children-wrapper.open-menu-list {
    display: flex !important;
  }
  .headerNavigation .hs-menu-wrapper.flyouts .hs-menu-children-wrapper{
    padding-left:0px!important;
  }
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
    position:unset !important;
    display: none;
  }
  .headerNavigation ul ul ul.hs-menu-children-wrapper.open-menu-list {
    display: block !important;
  }
  ul.hs-menu-children-wrapper.open-menu-list {
    display: block !important;
  }
  .headerNavigation ul ul.open-menu-list ul {
    display: block !important;
    opacity:1 !important;
  }
  .headerNavigation .hs-menu-wrapper.flyouts ul.open-menu-list ul
    padding-left:10px !important;
  }
}
@media (max-width: 479px) {
  .headerOuter .page-center {
    padding-left: 0px;
  }
  #hs_cos_wrapper_Header-English .hs-language-switcher__menu {
    width: auto !important;
    max-width: max-content !important;
  }
  #hs_cos_wrapper_Header-German .hs-language-switcher__menu {
    width: auto !important;
    max-width: max-content !important;
  }
}