/* Georgia-400 - light */
@font-face {
  font-family: "Georgia";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(''), url('/interaktives-hexagon/georgia.woff2') format("woff2");
}
@font-face {
  font-family: "Georgia";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local(''), url('/interaktives-hexagon/georgia-bold.woff2') format("woff2");
}
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local(''), url('/interaktives-hexagon/source-sans-pro-v21-300.woff2') format("woff2");
}
/* SourceSansPro-medium */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local(''), url('/fonts/source-sans-pro-v21-600.woff2') format('woff2')
}
.flyer {
  perspective: 300px;
  position: relative;
  z-index: 9999;
  margin-left: -2rem;
  margin-right: -2rem;
}
.flyer * {
  box-sizing: border-box;
}
.flyer__wrapper {
  -webkit-hyphens: unset;
  hyphens: unset;
  overflow: hidden;
  padding-top: 50px;
  min-height: 500px;
  position: relative;
  width: 100%;
  text-align: center;
  transition: transform 1s;
  transform-style: preserve-3d;
}
.flyer__wrapper.toggled {
  transform: rotateY(180deg);
}
.flyer__inner {
  justify-content: center;
  width: 100%;
  display: flex;
  position: absolute;
  z-index: 1;
}
.flyer__inner.toggled {
  z-index: 2;
}
.flyer__element {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  width: 310px;
  height: 360px;
  background-color: transparent;
  box-sizing: border-box;
  color: #fff;
  perspective: 400px;
  transform: translate(0, 0);
  transition: transform 1s cubic-bezier(0.42, 0, 0.95, 0.38);
  transition-delay: 0.5s;
}
.flyer__element--inner {
  position: relative;
  transition: transform 1s;
  transform-style: preserve-3d;
  height: 100%;
}
.flyer__element--inner.toggled {
  transform: rotateY(180deg);
}
.flyer__element .logo {
  max-width: 7rem;
  margin: 0 auto;
}
.flyer__element p {
  margin: 0;
}
.flyer__element .bold-light {
  font-weight: 500;
}
.flyer__element--img {
  margin-top: 20px;
  min-width: 100%;
  height: auto;
}
.flyer__element--front {
  padding: 60px 26px 80px;
  font-family: "Georgia", serif;
  font-weight: 400;
}
.flyer__element--front p {
  border-left: 2px solid #fff;
  padding-left: 20px;
  font-size: 26px;
  line-height: 35px;
}
.flyer__element--front > div {
  flex-grow: 0.7;
}
.flyer__element--front.centered {
  justify-content: center;
}
.flyer__element--front.centered .center-title {
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  font-weight: 500;
  display: block;
  text-align: center;
  font-size: 32px;
  line-height: 35px;
  max-width: 200px;
  margin: 20px auto;
}
.flyer__element--back {
  padding: 80px 15px 75px;
  transform: rotateY(180deg);
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  font-weight: 400;
}
.flyer__element--back p {
  font-size: 10px;
  line-height: 1.3;
}
.flyer__element--back p a {
  color: #ffffff !important;
  text-decoration: none;
}
.flyer__element--back p a:hover {
  color: #ffffff !important;
}
.flyer__element--back b {
  font-weight: 600;
}
.flyer__element--back > div {
  flex-grow: 1;
}
.flyer__element--front, .flyer__element--back {
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  flex-direction: column;
}
.flyer__element--front p, .flyer__element--back p {
  text-align: left;
}
.flyer__element--front > div, .flyer__element--back > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.flyer__element__headline {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  font-weight: 500;
  font-size: 18px;
  margin-top: 30px;
  color: #ffffff;
}
.flyer__element__trigger {
  position: absolute;
  bottom: 40px;
  width: 56px;
  height: 56px;
  left: calc(50% - 28px);
  display: flex;
  justify-content: center;
  align-self: center;
  cursor: pointer;
}
.flyer__element__trigger:after {
  content: "";
  background-image: url('/interaktives-hexagon/images/cwf-plus.svg');
  background-size: 100%;
  width: 100%;
}
.flyer__element__trigger.back {
  top: 30px;
  padding: 14px;
}
.flyer__element__trigger.back:after {
  background-image: url('/interaktives-hexagon/images/cwf-close.svg');
}
.flyer__element__trigger-cards {
  display: flex;
  justify-content: center;
  align-self: center;
  cursor: pointer;
}
.flyer__element__trigger-cards .icon-back {
  max-width: 5rem;
  transform: scale(1);
  transition: transform 0.2s ease-in-out;
}
.flyer__element__trigger-cards .icon-back:hover {
  transform: scale(0.9);
}
.flyer__element--center {
  position: relative;
  z-index: 1;
  background-color: #003061;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
.flyer__element--center.last {
  background-color: #3180b2;
}
.flyer__element:nth-of-type(2) {
  transform: translate(-40px, -40px);
  transition-delay: 0.7s;
}
.flyer__element:nth-of-type(2)#klima-box > div > div {
  background-color: #623c72;
}
.flyer__element:nth-of-type(2)#ausbildung-box > div > div {
  background-color: #166e79;
}
.flyer__element:nth-of-type(3) {
  transform: translate(40px, -40px);
  transition-delay: 0.9s;
}
.flyer__element:nth-of-type(3)#rohstoffe-box > div > div {
  background-color: #166e79;
}
.flyer__element:nth-of-type(3)#lieferketten-box > div > div {
  background-color: #b21f63;
}
.flyer__element:nth-of-type(4) {
  transform: translate(40px, 0);
  transition-delay: 1.1s;
}
.flyer__element:nth-of-type(4)#facts-box > div > div {
  background: #3180b25c url('/interaktives-hexagon/images/windenergy.png');
  background-size: cover;
  background-blend-mode: color;
}
.flyer__element:nth-of-type(4)#innovation-box > div > div {
  background-color: #623c72;
}
.flyer__element:nth-of-type(5) {
  transform: translate(40px, 40px);
  transition-delay: 1.3s;
}
.flyer__element:nth-of-type(5)#gesundheit-box > div > div {
  background-color: #5a7916;
}
.flyer__element:nth-of-type(5)#sicherheit-box > div > div {
  background-color: #be9527;
}
.flyer__element:nth-of-type(6) {
  transform: translate(-40px, 40px);
  transition-delay: 1.5s;
}
.flyer__element:nth-of-type(6)#dialog-box > div > div {
  background-color: #b21f63;
}
.flyer__element:nth-of-type(6)#wertschopfung-box > div > div {
  background-color: #5a7916;
}
.flyer__element:nth-of-type(7) {
  transform: translate(-40px, 0);
  transition-delay: 1.7s;
}
.flyer__element:nth-of-type(7)#ernahrung-box > div > div {
  background-color: #be9527;
}
.flyer__element:nth-of-type(7)#arbeitsplatz-box > div > div {
  background-color: #f35c32;
}

@media screen and (max-width: 1023px) {
  .flyer__inner {
    z-index: 1;
  }
  .flyer__inner.-active {
    z-index: 2;
  }
  .flyer__element.-active {
    z-index: 2;
  }

  .afterload .flyer__element {
    transform: translate(0, 0) !important;
  }
}
.mobile-menu {
  display: none;
}

.mobile-menu {
  position: absolute;
  right: 90px;
  top: 0;
}
.mobile-menu__outer {
  position: absolute;
  right: 0;
  top: 400px;
  width: 100vw;
  z-index: 3;
}
.mobile-menu__wrapper {
  max-width: 350px;
  margin: auto;
  position: relative;
}
.mobile-menu__trigger {
  margin-top: -20px;
  float: right;
  z-index: 2;
  background-color: #aaaaaa;
  height: 90px;
  width: 90px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.mobile-menu__trigger > span {
  display: block;
  margin: 4px;
  height: 4px;
  width: 40px;
  background-color: #fff;
}
.mobile-menu__trigger.-active {
  background-color: #003061;
}
.mobile-menu__list {
  position: relative;
  background-color: #efefef;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 15px 15px 20px !important;
  text-align: left;
  line-height: 23px;
  text-transform: uppercase;
  box-shadow: 0 0 15px #00000030;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 20px;
}
.mobile-menu__list:after {
  position: absolute;
  top: 20px;
  right: -14px;
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 16px solid #efefef;
  transform: rotate(90deg);
}
.mobile-menu__list li {
  color: #acacac;
  list-style: none;
  font-size: 20px !important;
  line-height: 23px !important;
  margin-bottom: 2px !important;
  font-style: normal !important;
  font-weight: 700 !important;
}
.mobile-menu__list li.-active, .mobile-menu__list li:hover {
  color: #003061;
}
.mobile-menu__list li:before {
  content: unset !important;
}
.mobile-menu.-active {
  display: block;
}

@media screen and (min-width: 375px) {
  .mobile-menu__outer {
    top: calc(400px + 50px);
  }

  .flyer__element {
    width: calc(310px + 60px);
    height: calc(360px + 60px);
  }
  .flyer__element--back p {
    font-size: 12px;
  }
  .flyer__element--front {
    padding: 60px 40px 80px;
  }
  .flyer__element--front p {
    font-size: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .mobile-menu__outer {
    display: none;
  }

  .flyer {
    perspective: 1000px;
  }
  .flyer__wrapper {
    padding-top: 290px;
    min-height: 1010px;
    overflow: unset;
  }
  .flyer__inner {
    min-width: 1070px;
    align-items: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: rotateX(0);
  }
  .flyer__inner.last {
    transform: rotateY(180deg);
  }
  .flyer__element {
    width: 350px;
    height: 400px;
  }
  .flyer__element .logo {
    max-width: unset;
    min-width: 9rem;
    height: auto;
    transform: translateY(-20px);
  }
  .flyer__element__headline {
    font-size: 24px;
    margin-top: 20px;
  }
  .flyer__element--back {
    transform: rotateY(180deg);
    padding: 40px 10px 35px 10px;
  }
  .flyer__element--back p {
    font-size: 11px;
  }
  .flyer__element__trigger {
    transform: scale(1);
    transition: transform 0.2s ease-in-out;
    width: 44px;
    height: 44px;
    left: calc(50% - 22px);
  }
  .flyer__element__trigger:hover {
    transform: scale(0.9);
  }
  .flyer__element__trigger.back {
    padding: 10px;
  }
  .flyer__element--center {
    width: calc(350px + 30px);
    height: calc(400px + 30px);
  }
  .flyer__element--center > div {
    transform: scale(0.8);
  }
  .flyer__element--center > div div > * {
    transform: scale(1.1);
  }
  .flyer__element:nth-of-type(2) {
    transform: translate(-180px, calc(-350px + 45px));
  }
  .flyer__element:nth-of-type(3) {
    transform: translate(180px, calc(-350px + 45px));
  }
  .flyer__element:nth-of-type(3)#lieferketten-box > div > div {
    background-color: #b21f63;
  }
  .flyer__element:nth-of-type(4) {
    transform: translate(365px, 0);
  }
  .flyer__element:nth-of-type(5) {
    transform: translate(180px, calc(350px - 45px));
  }
  .flyer__element:nth-of-type(6) {
    transform: translate(-180px, calc(350px - 45px));
  }
  .flyer__element:nth-of-type(7) {
    transform: translate(-365px, 0);
  }
}
@media screen and (min-width: 1550px) {
  .flyer__wrapper {
    padding-top: 405px;
    min-height: 1390px;
  }
  .flyer__element {
    width: 500px;
    height: 550px;
  }
  .last .flyer__element > div .centered {
    padding-bottom: 150px;
  }
  .flyer__element .logo {
    min-width: 12rem;
  }
  .flyer__element__headline {
    font-size: 29px;
    margin-top: 0;
  }
  .flyer__element--front {
    padding: 110px 65px 80px;
  }
  .flyer__element--front p {
    border-left: 3px solid #fff;
    padding-left: 30px;
    font-size: 43px;
    line-height: 50px;
  }
  .flyer__element--front.centered .center-title {
    font-size: 45px;
    line-height: 49px;
    max-width: 240px;
  }
  .flyer__element--back {
    padding: 60px 40px 60px;
  }
  .flyer__element--back p {
    font-size: 14px;
    line-height: 1.5;
  }
  .flyer__element__trigger {
    width: 56px;
    height: 56px;
    left: calc(50% - 28px);
  }
  .flyer__element__trigger.back {
    top: 55px;
    padding: 14px;
  }
  .flyer__element__trigger-cards .icon-back {
    min-width: 6rem;
  }
  .flyer__element--center {
    width: calc(500px + 30px);
    height: calc(550px + 30px);
  }
  .flyer__element--center > div div > * {
    transform: scale(1.08);
  }
  .flyer__element:nth-of-type(2) {
    transform: translate(-255px, calc(-500px + 80px));
  }
  .flyer__element:nth-of-type(3) {
    transform: translate(255px, calc(-500px + 80px));
  }
  .flyer__element:nth-of-type(4) {
    transform: translate(510px, 0);
  }
  .flyer__element:nth-of-type(5) {
    transform: translate(255px, calc(500px - 80px));
  }
  .flyer__element:nth-of-type(6) {
    transform: translate(-255px, calc(500px - 80px));
  }
  .flyer__element:nth-of-type(7) {
    transform: translate(-510px, 0);
  }
}
.waitload .flyer__element {
  transform: none !important;
}

/* version without logos */

/*# sourceMappingURL=styles.css.map */
