#mega-menu {
  position: relative;
  z-index: 2000;
  font-family: roboto, sans-serif;
}
#mega-menu .container {
  max-width: 1140px !important;
}
#mega-menu .shadow {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
  display: none;
}
#mega-menu #small-menu {
  height: 2.4rem;
  background-color: #5d5d5d;
  position: fixed;
  width: 100%;
  z-index: 50;
}
#mega-menu.menu-attached #small-menu {
  height: 0;
  overflow: hidden;
}
#mega-menu .menu-login {
  font-size: 1.2rem;
}
#mega-menu .additional-logo-text {
  color: #a8a8a8;
  line-height: 2.4rem;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.088rem;
}
#mega-menu .mobile-phonenumber, #mega-menu .mobile-e-mail {
  display: none;
}
#mega-menu #small-menu-list {
  font-size: 1.4rem;
  text-align: right;
  list-style: none;
  margin: 0;
  padding: 0;
  color: white;
}
#mega-menu #small-menu-list li {
  display: inline-block;
  line-height: 2.4rem;
}
#mega-menu #small-menu-list a {
  color: white;
  padding-left: 2.6rem;
  font-size: 1.2rem;
  text-decoration: none;
}
#mega-menu #small-menu-list .fa {
  padding-right: 0.2rem;
}
#mega-menu #small-menu-list .login-spacing-fix {
  padding-left: 0;
}
#mega-menu #main-menu {
  border-bottom: 1px solid #ccc;
  background: white;
  position: fixed;
  height: 6.5rem;
  z-index: 1;
  width: 100%;
  top: 2.4rem;
  transition: 0.2s height;
}
#mega-menu #main-menu .search-div {
  display: none;
}
#mega-menu #main-menu.shadow-active {
  border-bottom: 1px solid #8f8f8f;
}
#mega-menu #main-menu-placeholder {
  width: 100%;
  height: 8.8rem;
}
#mega-menu .main-nav {
  position: fixed;
  top: 2.4rem;
  left: 0;
  z-index: 20;
  width: 100%;
  transition: 0.2s height;
}
#mega-menu .main-nav nav {
  position: static;
}
#mega-menu .main-nav .main-nav-container > .row {
  position: relative;
}
#mega-menu .logo {
  z-index: 1;
}
#mega-menu .logo image {
  transition: 0.2s height;
}
#mega-menu .logo svg {
  float: left;
  width: auto;
  max-width: 14rem;
  height: 4rem;
  margin-top: 1.2rem;
  transition: 0.2s height;
  margin-left: -8px;
}
#mega-menu .logo-link {
  width: 14rem;
  height: 4rem;
  margin-top: 1.2rem;
  display: block;
  float: left;
  text-decoration: none;
  position: absolute;
}
#mega-menu .la-times {
  line-height: 6.4rem;
  float: right;
}
#mega-menu .search-div {
  position: relative;
  float: right;
  margin-left: 2rem;
}
#mega-menu .search-div .la-times {
  visibility: hidden;
  font-weight: bold;
  color: #707070;
  font-size: 1.7rem;
}
#mega-menu .search-div .la-search {
  font-weight: bold;
  color: #707070;
  font-size: 1.7rem;
}
#mega-menu .search-div .fa {
  transition: 0.2s line-height;
}
#mega-menu .search-div input[type=checkbox] {
  position: absolute;
  top: 1.2rem;
  right: 0rem;
  height: 4rem;
  width: 3rem;
  opacity: 0;
  z-index: 3;
  cursor: pointer;
}
#mega-menu .search-div > span {
  position: absolute;
  right: 0;
  height: 6.4rem;
  z-index: 1;
}
#mega-menu .search-div > div {
  position: absolute;
  top: 0.1rem;
  right: 0rem;
  height: 6.2rem;
  width: 2rem;
  z-index: 1;
  line-height: 6.4rem;
  /*border:1px solid red;*/
  transition: width 1s, opacity 0.5s ease-out 1.5s, right 0.5s;
}
#mega-menu .search-div .search-box {
  overflow: hidden;
  transition: height 0.2s, line-height 0.2s;
  height: 6.2rem;
  width: 100%;
  position: absolute;
  background: white;
  right: 0;
}
#mega-menu .search-div input[type=text] {
  position: absolute;
  left: 2rem;
  width: 95%;
  width: calc(100% - 6rem);
  top: 0;
  border: 0;
  padding: 0;
  margin: 0;
  outline: 0 none;
  height: 6.4rem;
  transition: 0.2s height;
  margin-left: 1rem;
}
#mega-menu .search-div input:checked ~ div, #mega-menu .search-div input:checked ~ span {
  width: 750px;
}
#mega-menu .search-div input:checked ~ div .search-box {
  width: 100%;
  display: block;
  opacity: 1;
  transition: right 0.5s, height 0.2s;
  right: 1.5rem;
}
#mega-menu .search-div input:checked ~ .la-times {
  visibility: visible;
}
#mega-menu .search-div input:checked ~ div .search-result {
  transition: right 1s, top 0.2s, height 1s, opacity 0.5s 0.5s, transform 0.5s 0.5s;
  transform: rotatex(0deg);
}
#mega-menu .search-div .search-result {
  position: absolute;
  background: white;
  right: 2rem;
  left: 0;
  top: 6.1rem;
  line-height: 2rem;
  transition: right 1s, top 0.2s, height 1s, opacity 0.5s, transform 0.2s;
  overflow: hidden;
  transform: rotatex(90deg);
  transform-origin: top;
}
#mega-menu .search-div .search-result ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#mega-menu .search-div .search-result i {
  padding-right: 0.5rem;
}
#mega-menu .search-div .result-50 {
  width: 50%;
  margin-top: 2.2rem;
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
  white-space: nowrap;
  float: left;
  overflow: hidden;
}
#mega-menu .search-div .result-50 a {
  cursor: pointer;
  padding-left: 3rem;
}
#mega-menu .search-div .result-box {
  display: block;
  width: 0%;
  transition: 1.5s;
}
#mega-menu .search-div .show-search-result {
  width: 50%;
  border-right: 1px solid #ccc;
}
#mega-menu .search-div .headline {
  font-size: 1.2rem;
  color: #8f8f8f;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  padding-left: 1.5rem;
  padding-bottom: 1rem;
  display: block;
}
#mega-menu .search-div button {
  border: 0;
  background: none;
  padding: 0;
  line-height: 3rem;
}
#mega-menu .hamburger {
  display: none;
  float: right;
  position: relative;
  margin-right: -2rem;
  padding: 2rem 2rem 2rem 2rem;
  cursor: pointer;
}
#mega-menu .hamburger span {
  display: block;
  width: 1.8rem;
  height: 0.2rem;
  position: relative;
  background: black;
  margin-bottom: 0.3rem;
}
#mega-menu .wrap-level-1 {
  float: right;
  list-style: none;
  margin: 0;
  transition: none;
  padding: 0;
}
#mega-menu .level-1 {
  display: inline-block;
}
#mega-menu .level-1 > div > a {
  margin-top: 0.2rem;
  line-height: 6rem;
  font-size: 1.6rem;
  color: #707070;
  font-weight: 500;
  letter-spacing: 0.1rem;
  transition: 0.2s line-height;
  border-bottom: 0.2rem solid white;
  color: #707070;
  padding: 0rem 1.5rem 0rem 1.5rem;
  text-decoration: none;
  display: inline-block;
}
#mega-menu .level-1.cta > div > a > span {
  background-color: #707070;
  color: #fff;
  padding: 0.3rem 1.7rem 0.3rem 1.7rem;
}
#mega-menu .level-1.cta > div > a:hover > span {
  background-color: #990000;
}
#mega-menu .level-1.items-0, #mega-menu .level-1.items-1, #mega-menu .level-1.items-2, #mega-menu .level-1.no-wrap {
  position: relative;
}
#mega-menu .level-1.items-0 .wrap-level-2, #mega-menu .level-1.items-1 .wrap-level-2, #mega-menu .level-1.items-2 .wrap-level-2, #mega-menu .level-1.no-wrap .wrap-level-2 {
  top: 6.4rem;
}
#mega-menu .level-3, #mega-menu .no-wrap li, #mega-menu .search-result {
  font-size: 1.4rem;
  color: #8f8f8f;
  padding-top: 0.1rem;
  letter-spacing: 0;
  padding-bottom: 0;
  margin: 0;
  font-weight: normal;
}
#mega-menu .level-3 a, #mega-menu .no-wrap li a, #mega-menu .search-result a {
  padding: 0.7rem 1.5rem 0.7rem 1.5rem;
  text-decoration: none;
  display: block;
  color: #8f8f8f;
}
#mega-menu .level-3 a:hover, #mega-menu .no-wrap li a:hover, #mega-menu .search-result a:hover {
  background: #f4f4f4;
}
#mega-menu .level-3.active a {
  background: #f4f4f4 !important;
}
#mega-menu .no-wrap li:nth-last-of-type(1) {
  margin-bottom: 1.8rem;
}
#mega-menu .wrap-level-2 {
  visibility: hidden;
  position: absolute;
  top: 6.4rem;
  margin: 0;
  padding: 0;
  transition: 0.2s top;
  background-color: white;
  transform-style: preserve-3d;
  z-index: 100;
}
#mega-menu .wrap-level-2 > ul {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
#mega-menu .level-1.no-wrap .wrap-level-2 {
  display: flex;
}
#mega-menu .level-1.no-wrap .wrap-level-2 ul {
  display: block;
  float: left;
  width: 277.5px;
}
#mega-menu .level-1.no-wrap .wrap-level-2 .content-block {
  text-transform: none;
}
#mega-menu .wrap-level-3 {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 0.8rem;
}
#mega-menu .level-1.css-hover:hover .wrap-level-2, #mega-menu .level-1.hover .wrap-level-2 {
  visibility: visible;
}
#mega-menu .level-1.css-hover.no-wrap:hover .wrap-level-2 {
  visibility: visible;
}
#mega-menu .level-1.css-hover:hover > div > a, #mega-menu .level-1.hover > div > a {
  border-bottom: 0.2rem solid #cf0000;
}
#mega-menu .level-1.cta.css-hover:hover > div > a, #mega-menu .level-1.cta.hover > div > a {
  border-bottom: 0.2rem solid white;
}
#mega-menu .headline-level-2 {
  font-weight: bold;
  font-size: 1.2rem;
  color: #8f8f8f;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  padding-left: 1.5rem;
}
#mega-menu .level-2 {
  -ms-flex: 1 1 100px;
  flex-basis: 100px;
  flex-grow: 1;
  float: left;
  padding: 0 1.5rem 2rem 1.5rem;
  border-right: 1px solid #ccc;
  line-height: 2rem;
  margin-top: 2rem;
  position: relative;
}
#mega-menu .level-2.active a {
  background: #f4f4f4 !important;
}
#mega-menu .no-wrap .level-2 {
  float: none;
}
#mega-menu .wrap-level-2.no-wrap {
  padding-top: 1.3rem;
}
#mega-menu .level-2:nth-last-child(1) {
  border: none;
}
#mega-menu .wrap-level-2.wrap-item-0 {
  width: 277.5px;
  left: 0;
}
#mega-menu .wrap-level-2.wrap-item-1 {
  width: 555px;
  left: 0;
}
#mega-menu .wrap-level-2.wrap-item-2 {
  width: 832.5px;
  left: 0;
}
#mega-menu .wrap-level-2.wrap-item-3 {
  width: 1110px;
  right: 15px;
}
#mega-menu .wrap-level-2.wrap-item-4 {
  width: 1387.5px;
  right: 15px;
}
#mega-menu .wrap-level-2.wrap-item-5 {
  width: 1665px;
  right: 15px;
}
#mega-menu .wrap-level-2.wrap-item-0.content-grid-6 {
  width: 555px;
  right: 15px;
}
#mega-menu .wrap-level-2.wrap-item-1.content-grid-6 {
  width: 832.5px;
  right: 15px;
}
#mega-menu .wrap-level-2.wrap-item-2.content-grid-6 {
  width: 1110px;
  right: 15px;
}
#mega-menu .wrap-level-2.wrap-item-3.content-grid-6 {
  width: 1387.5px;
  right: 15px;
}
#mega-menu .wrap-level-2.wrap-item-4.content-grid-6 {
  width: 1665px;
  right: 15px;
}
#mega-menu .wrap-level-2.wrap-item-5.content-grid-6 {
  width: 1942.5px;
  right: 15px;
}
#mega-menu .wrap-level-2.wrap-item-1.no-content {
  width: 277.5px;
}
#mega-menu .wrap-level-2.wrap-item-2.no-content {
  width: 555px;
}
#mega-menu .wrap-level-2.wrap-item-3.no-content {
  width: 832.5px;
}
#mega-menu .wrap-level-2.wrap-item-4.no-content {
  width: 1110px;
}
#mega-menu .wrap-level-2.wrap-item-5.no-content {
  width: 1387.5px;
}
#mega-menu .wrap-level-2.no-wrap {
  width: 277.5px !important;
  left: 0 !important;
}
#mega-menu .wrap-level-2.no-wrap li {
  border: none;
}
#mega-menu .wrap-level-2.no-wrap .content-block {
  float: left;
}
#mega-menu .wrap-level-2.no-wrap.content-grid-3, #mega-menu .wrap-level-2.no-wrap.content-grid-0 {
  width: 555px !important;
}
#mega-menu .wrap-level-2.no-wrap.content-grid-3 > ul, #mega-menu .wrap-level-2.no-wrap.content-grid-0 > ul {
  border-right: 1px solid #ccc;
}
#mega-menu .wrap-level-2.no-wrap.content-grid-6 {
  width: 832.5px !important;
}
#mega-menu .wrap-level-2.no-wrap.content-grid-6 > ul {
  border-right: 1px solid #ccc;
}
#mega-menu .wrap-level-2.no-wrap.no-content {
  width: 277.5px !important;
}
#mega-menu .content-grid-6 > ul > .content-block {
  flex-grow: 2;
  flex-basis: 200px;
}
#mega-menu .cta-link {
  border: 1px solid #c00;
  color: #c00 !important;
  background: white;
  padding: 2px 16px !important;
  border-radius: 0;
  margin: 2rem 1.5rem 1rem 1.5rem;
  display: inline-block;
  font-size: 1.4rem;
}
#mega-menu .cta-link:hover {
  background: #c00;
  color: white !important;
}
#mega-menu .ce::after {
  clear: both;
  content: " ";
  display: block;
}
#mega-menu.menu-attached #main-menu {
  left: 0;
  right: 0;
  top: 0 !important;
  z-index: 1;
  height: 4.1rem !important;
}
#mega-menu.menu-attached #main-menu .search-div .la-search, #mega-menu.menu-attached #main-menu .search-div .la-times {
  line-height: 3.6rem;
}
#mega-menu.menu-attached #main-menu .logo svg {
  height: 3rem;
  margin-top: 0.5rem;
}
#mega-menu.menu-attached .main-nav {
  top: 0 !important;
}
#mega-menu.menu-attached .main-nav .logo-link {
  height: 3rem;
  margin-top: 0.5rem;
}
#mega-menu.menu-attached .main-nav .level-1 > div > a {
  line-height: 3.6rem;
}
#mega-menu.menu-attached .main-nav .wrap-level-2 {
  top: 4rem !important;
}
#mega-menu.menu-attached .main-nav .search-div .search-box, #mega-menu.menu-attached .main-nav .la-times, #mega-menu.menu-attached .main-nav la-search {
  line-height: 3.8rem;
  height: 3.8rem;
}
#mega-menu.menu-attached .main-nav .search-div input[type=checkbox] {
  top: 0.1rem;
}
#mega-menu.menu-attached .main-nav .search-div input[type=text] {
  height: 4rem;
}
#mega-menu.menu-attached .main-nav .search-div .search-result {
  top: 3.9rem;
}
#mega-menu .desktop-hide {
  display: none !important;
  /*responsive*/
}
@media screen and (max-width: 1200px) {
  #mega-menu .level-1.no-wrap .wrap-level-2 ul {
    width: 232.5px;
  }
  #mega-menu .level-2 {
    width: 232.5px;
  }
  #mega-menu .wrap-level-2.wrap-item-0 {
    width: 232.5px;
  }
  #mega-menu .wrap-level-2.wrap-item-1 {
    width: 465px;
  }
  #mega-menu .wrap-level-2.wrap-item-2 {
    width: 697.5px;
  }
  #mega-menu .wrap-level-2.wrap-item-3 {
    width: 930px;
  }
  #mega-menu .wrap-level-2.wrap-item-4 {
    width: 1162.5px;
  }
  #mega-menu .wrap-level-2.wrap-item-5 {
    width: 1395px;
  }
  #mega-menu .wrap-level-2.wrap-item-0.content-grid-6 {
    width: 465px;
  }
  #mega-menu .wrap-level-2.wrap-item-1.content-grid-6 {
    width: 697.5px;
  }
  #mega-menu .wrap-level-2.wrap-item-2.content-grid-6 {
    width: 930px;
  }
  #mega-menu .wrap-level-2.wrap-item-3.content-grid-6 {
    width: 1162.5px;
  }
  #mega-menu .wrap-level-2.wrap-item-4.content-grid-6 {
    width: 1395px;
  }
  #mega-menu .wrap-level-2.wrap-item-5.content-grid-6 {
    width: 1627.5px;
  }
  #mega-menu .wrap-level-2.wrap-item-1.no-content {
    width: 232.5px;
  }
  #mega-menu .wrap-level-2.wrap-item-2.no-content {
    width: 465px;
  }
  #mega-menu .wrap-level-2.wrap-item-3.no-content {
    width: 697.5px;
  }
  #mega-menu .wrap-level-2.wrap-item-4.no-content {
    width: 930px;
  }
  #mega-menu .wrap-level-2.wrap-item-5.no-content {
    width: 1162.5px;
  }
  #mega-menu .wrap-level-2.no-wrap {
    width: 232.5px !important;
  }
  #mega-menu .wrap-level-2.no-wrap.content-grid-3, #mega-menu .wrap-level-2.no-wrap.content-grid-0 {
    width: 465px !important;
  }
  #mega-menu .wrap-level-2.no-wrap.content-grid-6 {
    width: 697.5px !important;
  }
  #mega-menu .wrap-level-2.no-wrap.no-content {
    width: 232.5px !important;
  }
  .designstudio-button {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  #mega-menu .hamburger {
    display: block;
  }
  #mega-menu #small-menu {
    display: none;
  }
  #mega-menu .logo svg {
    height: 3rem;
    margin-top: 1.2rem;
  }
  #mega-menu #main-menu {
    top: 0 !important;
    height: 5.6rem;
  }
  #mega-menu #main-menu .search-div {
    display: block !important;
    margin-left: 0;
  }
  #mega-menu #main-menu-placeholder {
    height: 5.6rem;
  }
  #mega-menu .search-div {
    transition: none;
  }
  #mega-menu .search-div .search-box {
    line-height: 5.3rem;
    height: 5.3rem;
  }
  #mega-menu .search-div .search-result {
    top: 5.3rem;
  }
  #mega-menu .search-div .search-result li {
    background: white;
    border: none;
  }
  #mega-menu .search-div input[type=checkbox] {
    top: 0.8rem;
    height: 4rem;
  }
  #mega-menu .search-div input[type=text] {
    height: 5.5rem;
  }
  #mega-menu .search-div .la-times {
    line-height: 5.5rem;
  }
  #mega-menu .search-div input:checked   div {
    width: 480px;
  }
  #mega-menu .search-div div .search-result {
    transition: none;
  }
  #mega-menu .search-div input[type=checkbox]:not(:checked) ~ div {
    transition: none;
  }
  #mega-menu .mobile-search {
    left: 0 !important;
    width: 100%;
    background: #f4f4f4;
  }
  #mega-menu .mobile-search > div {
    width: 100% !important;
    transition: width 1s, opacity 0.5s ease-out 1.5s, right 0.5s;
  }
  #mega-menu .mobile-search .search-box {
    background: #f4f4f4;
    position: relative;
  }
  #mega-menu .mobile-search .search-box button {
    position: absolute;
    left: 3rem;
    height: 100%;
    z-index: 1;
  }
  #mega-menu .mobile-search .search-box input {
    left: 5rem;
  }
  #mega-menu .mobile-search .search-result {
    background: #f4f4f4;
  }
  #mega-menu .mobile-search .search-result li {
    background: #f4f4f4;
  }
  #mega-menu .mobile-search input {
    background: #f4f4f4;
  }
  #mega-menu .mobile-search .la-times {
    position: relative;
    z-index: 1;
    margin-right: 1.5rem;
  }
  #mega-menu .mobile-search .result-50 {
    padding-left: 3rem;
  }
  #mega-menu .logo svg {
    margin-top: 1.2rem !important;
  }
  #mega-menu .search-div .result-box {
    display: none;
  }
  #mega-menu .search-div .show-search-result {
    display: block;
  }
  #mega-menu .main-nav {
    position: absolute;
    top: 0;
  }
  #mega-menu .main-nav .search-div {
    display: none;
    z-index: -1;
    margin-left: 0;
  }
  #mega-menu .main-nav nav {
    position: absolute;
    right: 0;
    width: 0;
    padding: 0;
    z-index: 1;
  }
  #mega-menu .main-nav nav.display-menu {
    width: 300px;
    transition: none;
  }
  #mega-menu .main-nav .main-nav-container > .row {
    position: static;
  }
  #mega-menu li {
    background: #f4f4f4;
    border-bottom: 1px solid #e0e0e0;
  }
  #mega-menu .wrap-level-1 {
    float: none;
    padding: 0;
    margin: 0;
    transition: none;
    right: 0;
    transform-style: preserve-3d;
    width: 300px;
    right: 0;
    z-index: 1;
  }
  #mega-menu .hide-menu {
    transform: translate(100%);
  }
  #mega-menu .wrap-level-2 {
    position: absolute;
    background-color: initial;
    width: 300px !important;
    visibility: visible;
    top: 0px !important;
    right: 0 !important;
    left: auto;
    transform: translate(100%);
    transition: none;
    background: white;
    bottom: 0;
  }
  #mega-menu .wrap-level-2 ul {
    display: block;
    width: 300px !important;
    border: none !important;
    float: none !important;
    padding: 0;
    list-style: none;
    transition: transform 0.1s 1s;
    transition: all 0.1s ease-in-out 1s;
    margin-top: -500px;
  }
  #mega-menu .show-submenu {
    transition: none;
    transform: translate(-100%);
  }
  #mega-menu .show-submenu ul {
    transition: none;
    margin-top: 0;
  }
  #mega-menu .menu-transition {
    transition: transform 1s;
  }
  #mega-menu .nav-transition {
    transition: width 1s 1s;
  }
  #mega-menu .wrap-level-2.no-wrap {
    padding-top: 0;
  }
  #mega-menu .wrap-level-2.no-wrap.content-grid-0, #mega-menu .wrap-level-2.no-wrap.content-grid-3, #mega-menu .wrap-level-2.no-wrap.content-grid-6, #mega-menu .wrap-level-2.no-wrap.no-content {
    width: auto !important;
  }
  #mega-menu .no-wrap li:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  #mega-menu .headline-level-2 {
    font-size: 1.2rem;
    line-height: 1.2rem;
    display: block;
    padding: 2rem 0 2rem 3rem;
  }
  #mega-menu .level-1 {
    transition: none;
    display: block;
    border-bottom: 1px solid #e0e0e0;
    margin: 0;
    font-size: 1.3rem;
    position: static !important;
    text-transform: uppercase;
  }
  #mega-menu .level-1 div > a {
    line-height: 4.3rem;
    color: #8f8f8f !important;
    padding: 0rem 0rem 0rem 3rem !important;
    margin: 0;
    border: none;
    font-size: 1.3rem;
  }
  #mega-menu .level-1 .back {
    padding: 3.5rem 0 0.6rem 0.4rem !important;
  }
  #mega-menu .level-1 .back-arrow {
    font-size: 1.8rem;
    line-height: 1.3rem;
  }
  #mega-menu .level-1 div > a {
    display: block;
  }
  #mega-menu .level-1.no-wrap .wrap-level-2 {
    display: block;
  }
  #mega-menu .level-1.cta > div > a > span {
    background: none;
    color: #8f8f8f;
    margin-left: 0;
    padding-left: 0;
  }
  #mega-menu .level-1.cta > div > a:hover > span {
    background-color: transparent;
  }
  #mega-menu .level-1:hover, #mega-menu .level-1.css-hover:hover {
    border-bottom: 1px solid #e0e0e0;
  }
  #mega-menu .level-1:nth-last-child(4) {
    margin-right: 0;
  }
  #mega-menu .level-2 {
    float: none;
    border: none;
    width: auto !important;
    background: white;
    margin-top: 0;
    padding: 0;
    border-bottom: none !important;
  }
  #mega-menu .level-2 li {
    background: white;
  }
  #mega-menu .level-2:first-child {
    border-top: 1px solid #e0e0e0;
  }
  #mega-menu .level-3, #mega-menu .no-wrap li {
    border-bottom: 1px solid #e0e0e0 !important;
  }
  #mega-menu .level-3 a, #mega-menu .no-wrap li a {
    padding: 1.3rem 0 1.3rem 3rem !important;
    text-transform: none;
  }
  #mega-menu .level-3:first-child, #mega-menu .no-wrap li:first-child {
    border-top: 1px solid #e0e0e0;
  }
  #mega-menu i.list-closed {
    display: inline-block;
    float: right;
    padding: 1.4rem 1rem;
    font-size: 1.5rem;
    cursor: pointer;
  }
  #mega-menu .content-block {
    float: none !important;
  }
  #mega-menu .content-block .col-md-6, #mega-menu .content-block col-md-3 {
    padding-left: 0;
  }
  #mega-menu .back-field {
    color: #8f8f8f;
    background: #f4f4f4;
    overflow: hidden;
  }
  #mega-menu .back-field .back {
    cursor: pointer;
    display: block;
    font-size: 1.3rem;
    color: #8f8f8f;
    line-height: 1rem;
    padding: 3.5rem 0 0.9rem 3rem;
  }
  #mega-menu .back-field .back a {
    color: #8f8f8f;
  }
  #mega-menu .back-field .close-menu {
    line-height: 3rem;
    padding-right: 1rem;
    padding-top: 1.4rem;
    padding: 1.4rem 1rem 0 2rem;
    cursor: pointer;
  }
  #mega-menu .back-field .back-arrow {
    display: inline-block;
    cursor: pointer;
    padding-left: 0.4rem;
    font-size: 1.3rem;
    font-weight: bold;
  }
  #mega-menu .parent-title {
    background: white;
  }
  #mega-menu .parent-title a {
    color: #c00 !important;
    text-transform: none;
    font-weight: normal;
    letter-spacing: normal;
  }
  #mega-menu .parent-title a:hover {
    text-decoration: underline;
  }
  #mega-menu .desktop-hide {
    display: block !important;
  }
  #mega-menu .mobile-hide {
    display: none !important;
  }
  #mega-menu a.cta-link {
    color: #c00 !important;
    margin-left: 3rem;
    padding: 5px 15px !important;
    margin-top: 2rem;
    margin-bottom: 2rem;
    border-radius: 0;
    float: none;
    display: inline-block !important;
  }
  #mega-menu .main-menu-attached {
    height: 5.6rem !important;
  }
  #mega-menu .main-nav-attached {
    position: absolute;
  }
  #mega-menu .main-nav-attached .level-1 {
    line-height: 4.3rem;
  }
  #mega-menu .mobile-info {
    border: none;
    list-style: none;
    padding: 0;
    background: #e6e6e6;
  }
  #mega-menu .mobile-info li:first-of-type a {
    padding-top: 1.7rem;
  }
  #mega-menu .mobile-info li:last-of-type a:last-of-type {
    padding-bottom: 1.7rem;
  }
  #mega-menu .mobile-info li {
    margin-left: 3rem;
    background: none;
    border: none;
    line-height: 4.3rem;
  }
  #mega-menu .mobile-info li a {
    display: block;
    color: #707070;
    letter-spacing: 0.13rem;
    font-weight: 300;
    font-size: 1.3rem;
    text-decoration: none;
  }
  #mega-menu .mobile-info li i {
    font-size: 2.5rem;
    vertical-align: middle;
  }
  #mega-menu .mobile-country-flag-wrap {
    display: none;
  }
  #mega-menu .mobile-country-flag {
    height: 15px;
  }
  #mega-menu .mobile-country {
    background: #f4f4f4;
    padding-left: 3rem;
  }
  #mega-menu .mobile-country a {
    color: #8f8f8f;
    line-height: 4.5rem;
    font-size: 1.3rem;
    letter-spacing: 0.026rem;
    text-decoration: none;
  }
  #mega-menu .mobile-country i {
    vertical-align: middle;
    font-size: 2.5rem;
  }
  #mega-menu .menu-cart, #mega-menu .login, #mega-menu .logout {
    float: right;
    margin-right: 12px;
    line-height: 5.3rem;
    font-size: 2rem;
    text-decoration: none;
    color: #707070;
    position: relative;
  }
  #mega-menu .menu-cart span {
    position: absolute;
    top: 1.1rem;
    right: -0.3rem;
    background: #cf0000;
    color: white;
    border-radius: 50%;
    font-size: 1rem;
    line-height: 1.2rem;
    height: 1.3rem;
    width: 1.3rem;
    text-align: center;
  }
  #mega-menu .menu-login span {
    font-size: 1.2rem;
    font-family: roboto, sans-serif;
  }
}
@media screen and (max-width: 930px) {
  #mega-menu #main-menu .search-div input:checked ~ div, #mega-menu .main-nav .search-div input:checked ~ div, #mega-menu #main-menu .search-div input:checked ~ span, #mega-menu .main-nav .search-div input:checked ~ span {
    width: 366px;
  }
  #mega-menu .search-div .search-result {
    display: block;
    width: 100%;
  }
  #mega-menu .show-search-result {
    width: 100%;
  }
  #mega-menu .search-div .result-50 {
    border: none;
    width: 100%;
  }
}
@media screen and (max-width: 510px) {
  #mega-menu #main-menu .search-div input:checked ~ div, #mega-menu .main-nav .search-div input:checked ~ div, #mega-menu #main-menu .search-div input:checked ~ span, #mega-menu .main-nav .search-div input:checked ~ span {
    width: 220px;
  }
  #mega-menu nav.display-menu {
    width: 85% !important;
  }
  #mega-menu .wrap-level-1 {
    width: 100% !important;
  }
  #mega-menu .wrap-level-1 .level-1 {
    transition: none;
  }
  #mega-menu .wrap-level-1.hide-menu:not(.submenu) .level-1 {
    margin-top: -1000px;
    transition: all 0.1s ease-in-out 1s;
  }
  #mega-menu .wrap-level-2 {
    width: 100% !important;
  }
  #mega-menu .wrap-level-2 ul {
    width: 100% !important;
  }
}
@media screen and (max-width: 355px) {
  #mega-menu .menu-login span {
    display: none;
  }
}
#main-footer {
  padding-top: 3rem;
  font-family: roboto, sans-serif !important;
  background: #363636;
  color: #fff;
}
#main-footer a {
  color: #fff;
  font-family: roboto, sans-serif;
}
#main-footer a:hover {
  text-decoration: underline;
}
#main-footer h5 {
  font-family: roboto, sans-serif !important;
  margin-top: 0;
  margin-bottom: 2.1rem;
  text-transform: uppercase;
  letter-spacing: 0.12rem;
  font-size: 1.2rem;
  color: white;
}
#main-footer .col-md-3:nth-of-type(1) > div {
  padding-left: 0rem;
}
#main-footer .col-md-3:nth-of-type(1) {
  padding-left: 1.5rem;
}
#main-footer p.bodytext {
  letter-spacing: 0.028rem;
  font-size: 1.4rem;
  color: white;
  font-family: roboto, sans-serif;
}
#main-footer ul {
  list-style: none;
  padding: 0;
}
#main-footer ul li {
  letter-spacing: 0.028rem;
  font-size: 1.4rem;
  margin: 0 0 1rem;
  font-family: roboto, sans-serif;
}
#main-footer img {
  max-width: 100%;
  height: auto;
}
#main-footer .footer-row {
  padding-top: 4.2rem;
  display: -ms-flexbox;
  display: flex;
}
#main-footer .col-md-3 {
  border-right: 1px solid #8f8f8f;
  -ms-flex: 1 1 100px;
  flex-basis: 100px;
  flex-grow: 1;
  padding-left: 3rem;
  padding-right: 3rem;
}
#main-footer .col-md-3:nth-last-of-type(1) {
  border-right: none;
}
#main-footer .social-media {
  padding-left: 3rem;
  padding-top: 1.5rem;
  font-size: 2.5rem;
}
#main-footer .social-media a {
  margin-right: 1rem;
}
#main-footer .social-media a:hover {
  text-decoration: none;
}
#main-footer .sitemap-copyright {
  margin-top: 1.5rem;
  font-size: 1.4rem;
  letter-spacing: 0.028rem;
  margin-bottom: 4rem;
}
#main-footer .menu-inline {
  display: inline;
  font-size: 1.4rem;
  margin-top: 1.4rem;
}
#main-footer .single-footer ul {
  margin-bottom: 0;
}
#main-footer .single-footer ul li {
  margin-bottom: 0;
}
#main-footer.footer-advanced {
  padding-top: 0;
  margin-top: 3rem;
}
#main-footer.footer-normal .social-media {
  padding-left: 1.5rem;
  text-align: right;
}
#main-footer.footer-normal .social-media a {
  margin-right: 0px;
  margin-left: 1rem;
}
@media screen and (max-width: 768px) {
  #main-footer .col-md-3 {
    padding-left: 1.5rem;
  }
  #main-footer .footer-row {
    display: block;
    padding-top: 3rem;
  }
  #main-footer .csc-default {
    padding-left: 0 !important;
  }
  #main-footer .col-md-3, #main-footer .social-media, #main-footer .sitemap-copyright {
    padding-bottom: 1.5rem;
    margin-right: 2.7rem;
    margin-top: 3rem;
    border-bottom: 1px solid #8f8f8f;
    border-right: none;
    padding-top: 0;
  }
  #main-footer .sitemap-copyright {
    border-bottom: none;
    margin-bottom: 0;
    margin-top: 1.5rem;
  }
  #main-footer .social-media {
    padding-bottom: 3rem;
    border-bottom: none;
    margin-top: 0;
    text-align: left !important;
    padding-left: 1.5rem;
  }
  #main-footer .social-media a:nth-of-type(1) {
    margin-left: 0;
  }
  #main-footer .col-md-3:nth-of-type(1) {
    margin-top: 0;
  }
  #main-footer .col-md-3:nth-of-type(1) div {
    padding-left: 0;
  }
}
#mega-menu .content-block .container--normal {
  width: 100% !important;
}
#mega-menu .content-block .col-md-6, #mega-menu .content-block .col-md-3 {
  width: 100% !important;
}
#mega-menu .csc-firstheader, #mega-menu h5 {
  font-weight: bold;
  font-size: 1.2rem;
  color: #8f8f8f;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  padding-left: 1.5rem;
  line-height: 2rem;
  margin: 0;
  margin-bottom: 0.8rem;
}
#mega-menu .product-group {
  font-size: 1.4rem;
  color: #8f8f8f;
  padding-top: 0.1rem;
  letter-spacing: 0;
  padding-bottom: 0;
  margin: 0;
  font-weight: normal;
  display: inline-block;
  width: 100%;
}
#mega-menu .product-group a {
  padding: 0.7rem 1.5rem 0.7rem 1.5rem !important;
  text-decoration: none;
  display: block;
  color: #8f8f8f;
}
#mega-menu .product-group a:hover {
  background: #f4f4f4;
}
#mega-menu .group-active {
  background: #f4f4f4;
}
#mega-menu .product-column, #mega-menu .link-column {
  column-count: 2;
}
#mega-menu .link-column {
  display: block;
}
#mega-menu .link-column > div {
  height: 10px;
}
@media screen and (max-width: 992px) {
  #mega-menu .csc-firstheader, #mega-menu h5 {
    padding: 2rem 0 2rem 3rem;
    line-height: 1.2rem;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 0;
  }
  #mega-menu .product-group {
    border-bottom: 1px solid #e0e0e0 !important;
  }
  #mega-menu .product-group a {
    padding: 1.3rem 0rem 1.3rem 3rem !important;
    text-transform: none;
    border-bottom: 1px solid #e0e0e0;
    font-size: 1.4rem !important;
  }
  #mega-menu .content-block .row {
    display: block;
  }
  #mega-menu .content-block .col-md-6 {
    width: 100%;
    max-width: 100%;
  }
  #mega-menu .product-column, #mega-menu .link-column {
    column-count: 1;
  }
}
@media (min-width: 576px) {
  .container {
    width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1140px;
  }
}
/*!
 * font awesome free 5.10.2 by @fontawesome - https://fontawesome.com
 * license - https://fontawesome.com/license/free (icons: cc by 4.0, fonts: sil ofl 1.1, code: mit license)
 */
.la-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}
.la-stack-1x, .la-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.la-stack-1x {
  line-height: inherit;
}
.la-stack-2x {
  font-size: 2em;
}
.la-inverse {
  color: #990000;
}
.la-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.la-2x {
  font-size: 2em;
}
.la-3x {
  font-size: 3em;
}
.la-4x {
  font-size: 4em;
}
.la-5x {
  font-size: 5em;
}
.la-fw {
  text-align: center;
  width: 1.28571429em;
}
.la-spin {
  animation: la-spin 2s infinite linear;
}
.la-pulse {
  animation: la-spin 1s infinite steps(8);
}
@keyframes la-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
html {
  -ms-overflow-style: scrollbar;
  overflow-x: hidden;
  min-height: 100%;
  height: auto;
}
body {
  overflow-x: hidden;
  min-height: 100%;
}
a {
  color: #cc0000;
}
a:focus, a:hover {
  color: #900;
  text-decoration: underline;
}
#tsfe_admin_panel_form {
  bottom: 10px;
}
.extbase-debugger {
  z-index: 3000;
}
.ui-helper-hidden-accessible {
  display: none;
}
#ap-cookie-policy {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #5d5d5d;
  color: white;
  padding: 1rem 0;
  z-index: 9999999;
  text-align: center;
}
#ap-cookie-policy-button {
  font-family: arial;
  margin: 0px 20px;
  margin-top: 0px !important;
  line-height: 20px;
  background: #900 none repeat scroll 0% 0%;
  border: medium none;
  color: #fcfcfc;
  border-radius: 0px;
  padding: 4px 12px;
  font-size: 13px;
  font-weight: bold;
}
.btn.btn-primary {
  background: #990000;
  color: #fff;
  border: 0 none;
}
.cookie-more {
  color: #fff;
}
.la {
  text-decoration: none;
}
@media screen and (max-width: 992px) {
  #mega-menu .column {
    width: 100% !important;
    border: none !important;
  }
  #mega-menu .columnitems {
    padding: 1.3rem 0 0.3rem 3rem !important;
  }
}
#cookie-policy-shadow {
  position: fixed;
  left: 0;
  height: 0;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 2000;
  display: none;
}
.cookie-policy {
  font-family: roboto, sans-serif !important;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2700;
  display: none;
}
.cookie-policy h3 {
  margin-top: 0;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 2rem;
}
.cookie-policy p, .cookie-policy a, .cookie-policy h3 {
  font-family: roboto, sans-serif !important;
}
.cookie-policy .policy-box {
  background: white;
  min-height: 20rem;
  padding: 3rem;
  outline: 1px solid rgba(0, 0, 0, 0.2);
}
.cookie-policy .cookie-group {
  background: #f4f4f4;
  padding: 1rem;
  margin-bottom: 2rem;
}
.cookie-policy div.cookie-group:last-of-type {
  margin-bottom: 0;
}
.cookie-policy .cookie-item {
  border-bottom: 1px solid #ccc;
  margin-top: 1rem;
  padding-bottom: 0.5rem;
  display: none;
}
.cookie-policy .cookie-item:last-of-type {
  border: none;
}
.cookie-policy dt {
  float: left;
  width: 40%;
  min-height: 2.2rem;
  padding-left: 1.8rem;
}
.cookie-policy dd {
  float: left;
  width: 60%;
  min-height: 2.2rem;
}
.cookie-policy dl {
  margin: 0;
}
.cookie-policy dl::after {
  clear: both;
  content: "";
  display: block;
}
.cookie-policy .hide-cookie-info {
  display: none;
}
.cookie-policy .btn {
  margin: 1.5rem;
}
.cookie-policy .group-headline {
  font-weight: bold;
}
.cookie-policy .group-description {
  margin-top: 1rem;
}
.cookie-policy .label-checkbox {
  display: inline-block;
  float: right;
  margin-top: 0.5rem;
}
.cookie-policy .main-group {
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
}
.cookie-policy .cookie-description {
  display: none;
}
.cookie-policy .links {
  text-align: center;
  margin-top: 1rem;
}
.cookie-policy .links a {
  color: #8f8f8f;
  padding: 1rem;
}
.cookie-policy .accept-required {
  text-align: center;
  margin-top: 2rem;
}
.cookie-policy .accept-required-link, .cookie-policy .cookie-individual-setting {
  font-size: 1.2rem;
  white-space: nowrap;
}
.cookie-policy .cookie-info-icon {
  color: #990000;
}
.cookie-policy input[type="checkbox"] {
  display: none;
}
.cookie-policy input[type="checkbox"]   label {
  width: 52px;
  height: 22px;
  border-radius: 30px;
  border: 2px solid #ddd;
  background-color: #eee;
  display: inline-block;
  content: "";
  transition: background-color 0.2s linear;
  box-sizing: content-box;
}
.cookie-policy input[type="checkbox"]   label:hover {
  cursor: pointer;
}
.cookie-policy input[type="checkbox"]   label::before {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #fff;
  display: block;
  content: "";
  float: left;
  margin-right: 5px;
  transition: margin 0.2s linear, background-color 0.2s linear;
  box-shadow: 0px 0px 5px #aaa;
}
.cookie-policy input[type="checkbox"]:checked   label {
  background-color: #990000;
  transition: background-color 0.2s linear;
}
.cookie-policy input[type="checkbox"]:checked   label::before {
  margin: 0 0 0 30px;
}
.cookie-policy .cookie-message-logo {
  display: none;
  width: 9rem;
}
.cookie-settings {
  cursor: pointer;
}
.cookie-settings:hover {
  text-decoration: underline;
}
@media (max-width: 992px) {
  .cookie-policy .cookie-message-logo {
    display: block;
  }
}
/*cookie policy*/
.csc-sitemap h3 {
  margin: 0;
  padding: 0 0 0.6rem 0;
  color: #707070;
}
.csc-sitemap ul li ul li:last-of-type ul {
  margin-bottom: 0rem;
}
.csc-sitemap > ul > li {
  margin-bottom: 1rem;
}
.csc-sitemap > ul > li > strong {
  margin-bottom: 1rem;
  display: block;
}
.csc-sitemap > ul > li:first-of-type {
  margin-top: 1.5rem;
}
.csc-sitemap h3   ul li:last-of-type {
  margin-bottom: 1rem;
}
