/* DR_Verlauf_mint_pink */
.button {
  appearance: none;
  text-decoration: none;
  display: inline-block;
  padding: 10px 28px;
  box-sizing: border-box;
  text-align: center;
  background-color: var(--btnBgColor, #D8C4E2);
  background-origin: border-box;
  border-radius: 100vw;
  isolation: isolate;
  position: relative;
  cursor: pointer;
  color: var(--btnLinkColor, var(--sitecolor));
  font-weight: 700;
}
@media (max-width: 767px) {
  .button {
    font-size: 14px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .button:hover,
  .button:focus {
    color: var(--btnLinkColorHov, #fff);
    background-color: var(--btnBgColorHov, #AC95BF);
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.navigation div.navi {
  float: left;
}
.navigation div.navi > .item {
  float: left;
}
.navigation div.navi > .item > .menu {
  text-decoration: none;
  display: block;
}
@media (min-width: 1200px) {
  .mobile-navigation,
  .navToggle {
    display: none;
  }
}
.navigation div.sub1 > .item > .menu.path {
  color: var(--linkcolor-hov);
}
.navigation div.sub1 {
  margin-bottom: -60px;
  display: flex;
  gap: 64px;
}
.navigation div.sub1 > .item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .navigation div.sub1 > .item:hover > .menu,
  .navigation div.sub1 > .item:focus > .menu {
    color: var(--linkcolor-hov);
  }
}
.navigation div.sub1 > .item > .menu {
  padding-block-end: 60px;
  box-sizing: border-box;
  font-size: 24px;
  line-height: 1.25;
}
.navigation div.sub1 > .item > .menu.path {
  font-weight: 600;
}
.navigation div.sub2 {
  position: absolute;
  width: max-content;
  top: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  isolation: isolate;
  pointer-events: none;
  padding-top: 20px;
  padding-bottom: 20px;
  --linkcolor: #412A50;
  --linkcolor-hov: #fff;
  gap: 5px;
}
.navigation div.sub2:after {
  content: '';
  position: absolute;
  left: -25px;
  box-sizing: border-box;
  top: 0;
  height: 0%;
  border-radius: 25px;
  width: calc(100% + 50px);
  z-index: -1;
  background-color: #D8C4E2;
  transition: all 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}
.navigation div.sub2 > .item {
  opacity: 0;
  transform: translateY(20px);
}
.navigation div.sub2 > .item > .menu {
  box-sizing: border-box;
  transition: all 0.4s cubic-bezier(0.3, 1, 0.8, 1);
  font-size: 20px;
  line-height: 1.35;
  position: relative;
}
.navigation div.sub2 > .item > .menu.path {
  font-weight: 600;
  color: var(--linkcolor-hov);
}
¨ .navigation div.sub1 > .item.exit div.sub2 {
  left: initial;
  right: -16px;
  border-radius: 10px 0 10px 10px;
  align-items: flex-end;
}
¨ .navigation div.sub1 > .item.exit div.sub2:after {
  left: initial;
  right: -20px;
}
.navigation div.sub1 > .item:hover div.sub2 {
  transition: none;
  max-height: 1000px;
  pointer-events: all;
}
.navigation div.sub1 > .item:hover div.sub2:after {
  height: calc(100%);
}
.navigation div.sub1 > .item:hover div.sub2 > .item {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.6s 0.1s cubic-bezier(0.3, 1, 0.8, 1);
}
/*# sourceMappingURL=./screen-large.css.map */