/*!*****************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./layout/navigation/footer-nav.scss ***!
  \*****************************************************************************************************************************************************************************************************/
/** GLOBALS **/
/************
/** VARIABLES
/****************************************/
/*
$grids: (
    'default': $mobile_base,
    'switches': (
        $mobile_switch: $mobile_base,
        $tablet_switch: $tablet_base,
        $max_switch: $max_base
    ),
    'definitions': (
        $mobile_base: (
            'columns': 8,
            'column': 44,
            'gutter': 14,
            'fix': false
        ),
        $tablet_base: (
            'columns': 12,
            'column': 56,
            'gutter': 22,
            'fix': false
        ),
        $max_base: (
            'columns': 12,
            'column': 139,
            'gutter': 54,
            'fix': true
        )
    )
);
*/
/* EASING */
/* Font settings */
/************
/** COLOR VARIABLES
/****************************************/
/* **************************** */
/* Pimcore-editmode used colors */
/* **************************** */
/* **************************** */
/************
/** DEFINITION OF OWN MIXINS
/****************************************/
/* stylelint-disable */
.footer-nav__item {
  color: var(--footer-nav-foreground-color, black);
  display: inline-block;
  -webkit-text-decoration: var(--footer-nav-text-decoration, none);
          text-decoration: var(--footer-nav-text-decoration, none);
  text-underline-offset: 5px;
}
.footer-nav__item:focus-visible {
  outline-offset: 4px;
  outline-color: var(--textlink-foreground-color);
  outline-style: solid;
  outline-width: 2px;
  border-radius: 1px;
}
.footer-nav__item i {
  font-style: normal;
}
.footer-nav__item:not(.footer-nav--level-1) {
  font-size: 1rem;
  line-height: 150%;
}
.footer-nav__item.footer-nav--level-1 {
  --footer-nav-foreground-color: var(--footer-nav-level-1-foreground-color);
  font-family: "Oswald", Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-size: 1.125rem;
  line-height: 150%;
  padding-block: 16px;
  transition: color 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.footer-nav__item.footer-nav--level-1:not(.footer-nav--label) {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .footer-nav__item.footer-nav--level-1:not(.footer-nav--label) {
    display: block;
  }
}
.footer-nav__item.footer-nav--level-1.footer-nav--label {
  position: relative;
  padding-right: 40px;
  width: 100%;
}
.footer-nav__toggle.footer-nav--level-1:checked ~ .footer-nav__item.footer-nav--level-1.footer-nav--label .footer-nav__children svg {
  transform: rotate(270deg);
}
@media only screen and (min-width: 1024px) {
  .footer-nav__item.footer-nav--level-1.footer-nav--label {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .footer-nav__item.footer-nav--level-1 {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (hover: hover) {
  .footer-nav__item[href]:hover {
    --footer-nav-foreground-color: var(--footer-nav-foreground-color-hover);
    --footer-nav-text-decoration: underline;
  }
}

.footer-nav__item-element {
  display: flex;
  align-items: center;
  gap: 0 6px;
}

.footer-nav__toggle {
  position: absolute;
  top: 0;
  left: -1978em;
}
@media only screen and (min-width: 1024px) {
  .footer-nav__toggle {
    display: none;
  }
}

.footer-nav__children {
  display: block;
  line-height: 1;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: 0;
}
.footer-nav__children svg {
  transform: rotate(90deg);
  fill: var(--footer-nav-foreground-color);
}
@media only screen and (min-width: 1024px) {
  .footer-nav__children {
    display: none;
  }
}

.footer-nav__icon {
  width: 24px;
  height: 24px;
  line-height: 1;
}
.footer-nav__icon svg {
  fill: var(--footer-nav-foreground-color);
}

@media only screen and (max-width: 1023px) {
  .footer-nav__list-item.footer-nav--level-1:not(.footer-nav--networks).footer-nav--children {
    border-bottom: 1px solid var(--footer-nav-border-color, black);
  }
}
@media only screen and (min-width: 1024px) {
  .footer-nav__list-item.footer-nav--level-1:not(.footer-nav--networks) {
    padding-left: 1.4322916667vw;
    padding-right: 1.4322916667vw;
    flex-basis: 29.1666666667vw;
    width: 29.1666666667vw;
    max-width: 29.1666666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .footer-nav__list-item.footer-nav--level-1:not(.footer-nav--networks) {
    padding-left: 1.4322916667vw;
    padding-right: 1.4322916667vw;
    flex-basis: 14.5833333333vw;
    width: 14.5833333333vw;
    max-width: 14.5833333333vw;
  }
}
@media only screen and (min-width: 1680px) {
  .footer-nav__list-item.footer-nav--level-1:not(.footer-nav--networks) {
    padding-left: 24px;
    padding-right: 24px;
    flex-basis: 244px;
    width: 244px;
    max-width: 244px;
  }
}

@media only screen and (min-width: 1024px) {
  .footer-nav__list-item--snippet.footer-nav--level-1:not(.footer-nav--networks) {
    flex-basis: 21.875vw;
    width: 21.875vw;
    max-width: 21.875vw;
  }
}
@media only screen and (min-width: 1680px) {
  .footer-nav__list-item--snippet.footer-nav--level-1:not(.footer-nav--networks) {
    flex-basis: 366px;
    width: 366px;
    max-width: 366px;
  }
}

.footer-nav__list.footer-nav--level-2 {
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
  gap: 16px 0;
}
@media only screen and (min-width: 1024px) {
  .footer-nav__list.footer-nav--level-1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
  }
  .footer-nav__list.footer-nav--level-2 {
    padding-bottom: 0;
    gap: 8px 0;
  }
}

@media only screen and (max-width: 1023px) {
  .footer-nav.footer-nav--level-2 {
    transition: max-height 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.25s, opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .footer-nav__toggle.footer-nav--level-1:not(:checked) ~ .footer-nav.footer-nav--level-2 {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
  }
}
@media only screen and (min-width: 1024px) {
  .footer-nav.footer-nav--level-2 {
    margin-block: 24px;
  }
}

.footer-nav__back,
.footer-nav__close {
  visibility: hidden;
  width: 0;
  height: 0;
  pointer-events: none;
  overflow: hidden;
}
