/*	==================================================
	LAYOUT / Adobe Megamenu
	==================================================*/
:root {
  --cd-color-dark: #000;
  --cd-color-secondary: #cd1e3d;
  --cd-color-dark: #333;
  --cd-color-light: #eee;
  --megamenu-bg: #cd1e3d;
}

.main-header .wrapper .row {
  position: relative;
}

#my-menu .flyerNav ul {
  padding: 0;
}

#my-menu .flyerNav ul.accessible-megamenu ul {
  margin: 0;
  padding: 0;
}
#my-menu .flyerNav ul.accessible-megamenu ul li {
  margin: 0;
}

#my-menu .flyerNav .accessible-megamenu > .accessible-megamenu-top-nav-item > a {
  display: flex !important;
  height: 100% !important;
  padding: 0px 75px;
  min-height: 112px;
  flex-wrap: wrap;
  align-items: center;
  font-family: Arial;
  line-height: 1.5;
  transition: background 0.2s ease-in;
  font-weight: 600;
  color: #000;
}
#my-menu .flyerNav .accessible-megamenu > .accessible-megamenu-top-nav-item > a .subtitle {
  color: #fff;
  font-size: 16px;
  display: none;
  text-transform: none;
  line-height: 1.25;
}
#my-menu .flyerNav .accessible-megamenu > .accessible-megamenu-top-nav-item > a.active {
  font-weight: 600;
}
#my-menu .flyerNav .accessible-megamenu > .accessible-megamenu-top-nav-item > a:hover,
#my-menu .flyerNav .accessible-megamenu > .accessible-megamenu-top-nav-item a:focus {
  background-color: transparent;
}
#my-menu .flyerNav .accessible-megamenu > .accessible-megamenu-top-nav-item > a[aria-expanded]:hover,
#my-menu .flyerNav .accessible-megamenu > .accessible-megamenu-top-nav-item > a[aria-expanded]:focus {
  background-color: transparent !important;
}
#my-menu .flyerNav .accessible-megamenu > li:nth-child(1) {
  border-left: 1px solid #ccc;
}
#my-menu .flyerNav .accessible-megamenu > li:nth-child(1) > a:before {
  margin-right: 20px;
  content: "";
  padding: 0 3px;
  display: inline-block;
  width: 35px;
  background: url(../img/users-light.svg) 0 center no-repeat;
  height: 35px;
  vertical-align: middle;
}
#my-menu .flyerNav .accessible-megamenu > li:nth-child(2) {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
#my-menu .flyerNav .accessible-megamenu > li:nth-child(2) > a:before {
  margin-right: 20px;
  content: "";
  padding: 0 3px;
  display: inline-block;
  width: 35px;
  background: url(../img/building-columns-light.svg) 0 center no-repeat;
  height: 35px;
  vertical-align: middle;
}

#my-menu .flyerNav .subtitle {
  display: none;
}
#my-menu .flyerNav .liamEbene1Titel {
  flex-basis: 75%;
  background: #cd1e3d;
  padding: 0;
}
#my-menu .flyerNav .liamEbene1Titel .amEbene1Titel {
  border: 0;
}
#my-menu .flyerNav .accessible-megamenu {
  background: none;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border: 0;
  width: 100%;
}
#my-menu .flyerNav .accessible-megamenu .li-ebene-2 {
  padding: 0 10px 20px 0px;
  padding-left: 0px;
  margin-bottom: 30px;
  word-break: break-word;
}
#my-menu .flyerNav .accessible-megamenu .li-ebene-2 > a {
  font-weight: bold;
}
#my-menu .flyerNav .accessible-megamenu .li-ebene-2 > a:hover, #my-menu .flyerNav .accessible-megamenu .li-ebene-2 > a:focus {
  line-height: 27px;
}
#my-menu .flyerNav .accessible-megamenu .li-ebene-3 {
  padding: 0;
}
#my-menu .flyerNav .accessible-megamenu .li-ebene-3 > ul {
  margin-left: 10px;
}
#my-menu .flyerNav .accessible-megamenu .li-ebene-4 {
  display: none;
}
#my-menu .flyerNav .accessible-megamenu .sub-nav-group {
  padding: 0px 10px 0 0;
}
#my-menu .flyerNav .accessible-megamenu .accessible-megamenu-panel {
  flex-wrap: nowrap;
  background: var(--megamenu-bg);
}
#my-menu .flyerNav .accessible-megamenu li {
  list-style: none;
}
#my-menu .flyerNav .accessible-megamenu li a {
  display: block;
  color: #fff;
  width: 100%;
  font-size: 16px;
  line-height: 22px;
  font-family: Arial;
  font-weight: 500;
  text-transform: uppercase;
}
#my-menu .flyerNav .accessible-megamenu li a:hover,
#my-menu .flyerNav .accessible-megamenu li a:focus {
  color: var(--cd-color-secondary);
}
#my-menu .flyerNav .accessible-megamenu li a.active {
  color: var(--cd-color-secondary);
  font-weight: bold;
}
#my-menu .flyerNav .accessible-megamenu li li.currentParent > a {
  color: var(--cd-color-secondary);
  font-weight: bold;
}
#my-menu .flyerNav .accessible-megamenu li ul li a {
  font-size: 14px;
  line-height: 27px;
  font-family: Arial;
  font-weight: 500;
  text-transform: uppercase;
  padding: 5px 0px 0 0px;
  margin-bottom: 4px;
}
#my-menu .flyerNav .accessible-megamenu li ul li ul li a {
  font-size: 14px;
  line-height: 24px;
  font-family: Arial;
  font-weight: normal;
  text-transform: none;
}
#my-menu .flyerNav .accessible-megamenu > li {
  height: 100%;
  display: flex;
  border: 0;
  position: static;
}
#my-menu .flyerNav .accessible-megamenu > li > a {
  font-size: 18px;
  height: 100%;
  display: flex;
  width: 100%;
  text-decoration: none;
}
#my-menu .flyerNav .accessible-megamenu > li > ul[aria-expanded=true] {
  display: flex !important;
}
#my-menu .flyerNav .accessible-megamenu > li > ul {
  top: 112px;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  border: 0;
  left: 0;
}
#my-menu .flyerNav .accessible-megamenu > li > ul li {
  flex-basis: 33%;
  padding: 0 10px 0px 0px;
}
#my-menu .flyerNav .accessible-megamenu > li > ul li.liamEbene1Titel {
  flex-basis: 100%;
  padding: 0;
  background: transparent;
  margin-right: 30px;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
#my-menu .flyerNav .accessible-megamenu > li > ul li.liamEbene1Titel .amEbene1Titel {
  border: 0;
  width: 100%;
  border: 0;
  box-shadow: none;
}
#my-menu .flyerNav .accessible-megamenu > li > ul li.liamEbene1Titel .amEbene1Titel a {
  box-shadow: none;
  position: unset;
  display: -ms-flexbox;
  display: block;
  align-items: center;
  margin: 0;
  background: none;
  font-weight: 500;
  text-decoration: none;
  font-size: 18px;
  line-height: 42px;
  font-family: Arial;
  font-weight: 500;
  text-transform: uppercase;
  padding: 15px 0px 10px;
  transition: all 0.25s ease-in;
  border-bottom: 1px solid #fff;
  border-color: white;
}
#my-menu .flyerNav .accessible-megamenu > li > ul li.liamEbene1Titel .amEbene1Titel a:before {
  color: #fff;
  font-weight: normal;
}
#my-menu .flyerNav .accessible-megamenu > li > ul li.liamEbene1Titel .amEbene1Titel a:hover, #my-menu .flyerNav .accessible-megamenu > li > ul li.liamEbene1Titel .amEbene1Titel a:focus {
  text-decoration: underline;
}
#my-menu .flyerNav .accessible-megamenu > li > ul .liamEbene1Close {
  color: #fff;
  font-size: 28px;
  line-height: 42px;
  font-weight: 300;
  text-transform: uppercase;
  padding: 15px 20px 15px;
  position: absolute;
  right: 0;
  top: 0;
}
#my-menu .flyerNav .accessible-megamenu > li > ul .liamEbene1Close button {
  background: transparent;
  border: 0;
  color: #fff;
}
#my-menu .flyerNav .accessible-megamenu > li > ul .liamEbene1Close button i {
  font-weight: bold;
}
#my-menu .flyerNav .accessible-megamenu > li > ul > .liamEbene1Ebenen {
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-left: 30px;
}
#my-menu .flyerNav .accessible-megamenu > li > ul > .liamEbene1Extra {
  color: #fff;
  flex-basis: 15%;
  border-right: 1px solid #fff;
  border-color: rgba(255, 255, 255, 0.1);
}
#my-menu .flyerNav .accessible-megamenu > li > ul > .liamEbene1Extra a {
  margin: 0;
  outline: 0;
}
#my-menu .flyerNav .accessible-megamenu > li > ul > .liamEbene1Extra li {
  font-size: 16px;
  line-height: 24px;
  font-family: Arial;
  font-weight: normal;
  letter-spacing: 0rem;
  text-transform: none;
  padding: 0;
  word-break: break-all;
  margin: 5px 0px;
  width: 100%;
  flex-basis: 100%;
}
#my-menu .flyerNav .accessible-megamenu > li > ul > .liamEbene1Extra .mega-menu-extra {
  margin-top: 88px;
  margin-bottom: 20px;
}
#my-menu .flyerNav .accessible-megamenu > li > ul > .liamEbene1Extra .mega-menu-icons ul {
  margin-top: 20px;
}
#my-menu .flyerNav .accessible-megamenu > li > ul > .liamEbene1Extra .titel {
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-size: 19px;
  font-weight: 500;
  line-height: 27px;
  text-transform: uppercase;
}
#my-menu .flyerNav .accessible-megamenu > li > ul > .liamEbene1Extra ul {
  padding: 0;
  margin: 0;
}

.accessible-megamenu {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  border-color: none;
  border-style: solid;
  border-width: 0;
  z-index: 2;
}

.accessible-megamenu h2,
.accessible-megamenu h3,
.accessible-megamenu h4 {
  font-size: 1em;
  display: inline;
  margin: 0;
  padding: 0;
  line-height: inherit;
  border-bottom: 0;
}

.accessible-megamenu > .accessible-megamenu-top-nav-item {
  position: relative;
  display: block;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
  /*text-shadow: 0 1px 0 #fff;*/
  /*  -moz-text-shadow: 0 1px 0 #fff;*/
  border-right: 1px solid #b3b3b3;
  border-right-color: rgba(9, 50, 131, 0.3);
}

.accessible-megamenu :focus {
  outline: 2px solid rgba(9, 50, 131, 0.3);
  -moz-outline-radius: 3px;
}

.accessible-megamenu > .accessible-megamenu-top-nav-item a[aria-expanded] {
  position: relative;
  display: block;
  line-height: 1.5;
  text-decoration: none;
  z-index: inherit;
}

.accessible-megamenu > .accessible-megamenu-top-nav-item a[aria-expanded]:hover,
.accessible-megamenu > .accessible-megamenu-top-nav-item a[aria-expanded]:focus {
  outline-offset: -2px;
}

.accessible-megamenu > .accessible-megamenu-top-nav-item a[aria-expanded]:hover,
.accessible-megamenu > .accessible-megamenu-top-nav-item a[aria-expanded]:focus,
.accessible-megamenu > .accessible-megamenu-top-nav-item a[aria-expanded].open {
  margin-left: 0;
  z-index: 1002;
  background: var(--cd-color-light);
}

.accessible-megamenu > .accessible-megamenu-top-nav-item:first-child a[aria-expanded] {
  border-bottom-left-radius: 3px;
}

.accessible-megamenu > .accessible-megamenu-top-nav-item:first-child a[aria-expanded].open {
  border-bottom-left-radius: 0px;
  border-left: 0px solid #b3b3b3;
  border-left-color: rgba(0, 0, 0, 0.3);
  left: -1px;
  margin-right: -1px;
}

.accessible-megamenu .accessible-megamenu-panel {
  position: absolute;
  display: block;
  left: -1px;
  margin: 0;
  padding: 0;
  line-height: normal;
  cursor: default;
  visibility: hidden;
  top: -9999em;
  max-height: 0px;
  overflow: hidden;
  opacity: 0;
  transition: opacity 250ms ease 250ms, max-height 500ms ease, visibility 0s linear 500ms, top 0s linear 500ms;
  border: 2px solid #cd1e3d;
  border-color: #cd1e3d;
}

.accessible-megamenu .accessible-megamenu-panel.open {
  visibility: visible;
  top: 130px;
  max-height: 2000px;
  opacity: 1;
  z-index: 1001;
  transition: opacity 250ms ease, max-height 500ms ease, visibility 0s linear 0s, top 0s linear 0s;
}

.accessible-megamenu .accessible-megamenu-panel a {
  display: inline-block;
  text-decoration: none;
}

.accessible-megamenu .accessible-megamenu-panel.cols-4 {
  width: 876px;
}

.accessible-megamenu .accessible-megamenu-panel.cols-4 > ol > li {
  width: 22%;
}

.accessible-megamenu .accessible-megamenu-panel.cols-4b {
  width: 876px;
  left: -7.3625em;
  border-top-left-radius: 3px;
}

.accessible-megamenu .accessible-megamenu-panel.cols-4b > ol > li {
  width: 17%;
}

.accessible-megamenu .accessible-megamenu-panel.cols-3 {
  width: 689px;
}

.accessible-megamenu .accessible-megamenu-panel.cols-3 > ol > li {
  width: 29%;
}

.accessible-megamenu .accessible-megamenu-panel.cols-1 {
  width: 557px;
}

.accessible-megamenu .accessible-megamenu-panel.cols-1 > ol > li {
  width: auto;
}

.accessible-megamenu .accessible-megamenu-panel ol {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}

.accessible-megamenu .accessible-megamenu-panel ol > li {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

.accessible-megamenu .accessible-megamenu-panel > ol > li {
  float: left;
  display: block;
  margin-right: 1em;
  margin-bottom: 1em;
  padding-left: 1em;
  border-left: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: inset 1px 0 0 #fff;
}

.accessible-megamenu .accessible-megamenu-panel > ol > li:first-of-type {
  padding-left: 0;
  border-left: none;
  box-shadow: none;
}

.accessible-megamenu .accessible-megamenu-panel > p {
  color: #454545;
  font-size: 1.2em;
  line-height: 1.1em;
}

.accessible-megamenu .accessible-megamenu-panel > ol > li > h3 > a {
  font-weight: bold;
  color: #454545;
  font-size: 1.2em;
  margin-bottom: 6px;
  padding-top: 0.4em;
  padding-bottom: 0;
  line-height: 1.1em;
}

.accessible-megamenu .accessible-megamenu-panel ol ol > li > a {
  width: auto;
  text-indent: -2.333em;
  padding-left: 2.333em;
}

.accessible-megamenu .accessible-megamenu-panel a:hover,
.accessible-megamenu .accessible-megamenu-panel a:focus {
  text-decoration: underline;
}

.accessible-megamenu .accessible-megamenu-panel > h2 > a {
  font-weight: bold;
  color: #454545;
  font-size: 1.5em;
  margin-bottom: 0;
  margin-top: 0.8em;
  padding-bottom: 0;
  line-height: 1.4em;
}

.accessible-megamenu .accessible-megamenu-panel > h2 > a:hover,
.accessible-megamenu .accessible-megamenu-panel > h2 > a:focus,
.accessible-megamenu .accessible-megamenu-panel > ol > li > h3 > a:hover,
.accessible-megamenu .accessible-megamenu-panel > ol > li > h3 > a:focus {
  color: #333;
}

.accessible-megamenu .accessible-megamenu-panel hr {
  border-width: 1px 0px;
  border-style: solid;
  border-top-color: rgba(0, 0, 0, 0.3);
  border-bottom-color: #fff;
}

/* hides redundant header links in panel when megamenu is not initialized */
.accessible-megamenu:not(.js-accessible-megamenu) .accessible-megamenu-panel > h2 {
  display: none;
}

.accessible-megamenu-toggle {
  display: none;
  background: none;
  border: 0;
  padding: 0;
  position: absolute;
  z-index: 1;
  top: 3px;
  right: 1em;
  width: 33px;
  height: 33px;
}

.accessible-megamenu-toggle > span:not(.sr-only) {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #000;
  z-index: 1;
  transform-origin: 0 0;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), margin 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}

.accessible-megamenu-toggle > span {
  margin-top: 5px;
}

.accessible-megamenu-toggle > span:nth-last-child(1) {
  transform-origin: 0% 100%;
}

/*
   * Transform all the slices of hamburger
   * into a crossmark.
   */
.accessible-megamenu-toggle[aria-expanded=true] > span {
  margin-top: 0;
  opacity: 1;
  transform: rotate(45deg) translate(4px, -3px);
  background: #000;
  border-radius: 0;
}

/*
   * But, hide the middle one.
   */
.accessible-megamenu-toggle[aria-expanded=true] > span:nth-last-child(2) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
   * the last one should go the other direction.
   */
.accessible-megamenu-toggle[aria-expanded=true] > span:nth-last-child(1) {
  transform: rotate(-45deg) translate(0px, 7px);
}

@media (max-width: 920px) {
  .accessible-megamenu > .accessible-megamenu-top-nav-item {
    position: static;
  }

  .accessible-megamenu .accessible-megamenu-panel.cols-4,
.accessible-megamenu .accessible-megamenu-panel.cols-4b,
.accessible-megamenu .accessible-megamenu-panel.cols-3,
.accessible-megamenu .accessible-megamenu-panel.cols-1 {
    width: auto;
    left: 0;
    right: 0;
  }

  .accessible-megamenu .accessible-megamenu-panel.open {
    max-height: inherit;
  }

  .accessible-megamenu .accessible-megamenu-panel.cols-4 > ol > li,
.accessible-megamenu .accessible-megamenu-panel.cols-4b > ol > li,
.accessible-megamenu .accessible-megamenu-panel.cols-3 > ol > li {
    width: 44%;
  }

  .accessible-megamenu .accessible-megamenu-panel.cols-1 > ol > li {
    width: 100%;
  }

  .accessible-megamenu .accessible-megamenu-panel.cols-3 > ol > li {
    min-height: 256px;
  }

  .accessible-megamenu .accessible-megamenu-panel > ol > li {
    float: left;
    display: block;
    margin-right: 1em;
    margin-bottom: 1em;
  }

  .accessible-megamenu .accessible-megamenu-panel.cols-4 > ol > li:nth-of-type(3),
.accessible-megamenu .accessible-megamenu-panel.cols-4b > ol > li:nth-of-type(3),
.accessible-megamenu .accessible-megamenu-panel.cols-3 > ol > li:nth-of-type(3) {
    padding-left: 0;
    border-left: none;
    box-shadow: none;
  }
}
@media (max-width: 462px) {
  .accessible-megamenu-toggle {
    display: block;
    z-index: 3;
  }

  .accessible-megamenu-toggle ~ .accessible-megamenu > .accessible-megamenu-top-nav-item {
    height: 0;
    overflow: hidden;
    visibility: collapse;
  }

  .accessible-megamenu-toggle[aria-expanded=true] ~ .accessible-megamenu > .accessible-megamenu-top-nav-item {
    height: auto;
    overflow: visible;
    visibility: visible;
  }

  .accessible-megamenu {
    height: auto;
    padding-top: 3.077em;
    z-index: 2;
  }

  .accessible-megamenu > .accessible-megamenu-top-nav-item {
    border-right: 0;
    float: none;
    width: 100%;
    height: auto;
  }

  .accessible-megamenu > .accessible-megamenu-top-nav-item a[aria-expanded] {
    box-shadow: none;
  }

  .accessible-megamenu .accessible-megamenu-panel,
.accessible-megamenu .accessible-megamenu-panel.open {
    position: relative;
    top: 0;
    border: 0;
    box-shadow: none;
    padding-bottom: 0;
  }

  .accessible-megamenu .accessible-megamenu-panel.open {
    padding-bottom: 0.769em;
    max-height: 350px;
    overflow: auto;
  }
}
@media (max-width: 452px) {
  .accessible-megamenu .accessible-megamenu-panel.cols-4 > ol > li,
.accessible-megamenu .accessible-megamenu-panel.cols-4b > ol > li,
.accessible-megamenu .accessible-megamenu-panel.cols-3 > ol > li,
.accessible-megamenu .accessible-megamenu-panel.cols-1 > ol > li {
    width: 100%;
  }

  .accessible-megamenu .accessible-megamenu-panel.cols-4 > ol > li,
.accessible-megamenu .accessible-megamenu-panel.cols-4b > ol > li,
.accessible-megamenu .accessible-megamenu-panel.cols-3 > ol > li {
    padding-left: 0;
    border-left: none;
    box-shadow: none;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  /* IE10+ specific styles go here */
  .l-navigation .accessible-megamenu {
    height: 70px;
  }

  .l-navigation .accessible-megamenu > li > ul > .liamEbene1Close {
    padding: 30px 0 10px !important;
  }
}
/*# sourceMappingURL=navigation-megamenu.css.map */