@font-face {
  font-family: Helvetica;
  src: url('../fonts/Helvetica-Bold.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvetica;
  src: url('../fonts/Helvetica-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --primary: #efefe4;
  --transparent: #0000;
  --black: #333;
  --btnhovertranspa: 25%;
  --copyll: Helvetica, Arial, sans-serif;
  --white: #fff;
  --workshopslight: #ccd2c2;
  --temporary: #7876ff;
  --copyls: Helvetica, Arial, sans-serif;
  --bpxsessencemarginleftlarge: 40px;
  --bpxsessencemargintoplarge: 160px;
  --bpxsessencemarginleftsmall: 20px;
  --bpxsessencemargintopsmall: 80px;
  --btnhover: #a6aa9f;
  --workshopsdark: #c4caba;
  --secondary: #85867a;
  --manifestobackground: #b3a1a1;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.body {
  background-color: var(--primary);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-flow: column;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.navbar {
  z-index: 2;
  background-color: var(--transparent);
  opacity: 1;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  min-width: auto;
  max-width: none;
  height: 100vh;
  min-height: auto;
  max-height: none;
  margin-top: 0;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.navbar:hover {
  border: 1px #000;
}

.navbar.manifesto {
  width: 100vw;
  height: 100vh;
  inset: 0 0% 0;
}

.navbarwrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
  position: fixed;
  top: 0;
}

.navbarwrapper.top {
  z-index: 4;
  background-color: var(--transparent);
  opacity: 1;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100vw;
  height: 100vh;
  padding: 20px 20px 0;
  display: flex;
  position: sticky;
}

.navbarwrapper.bottom {
  z-index: 4;
  background-color: var(--transparent);
  opacity: 1;
  align-items: flex-end;
  width: 100vw;
  height: auto;
  margin-bottom: 0;
  padding: 0 20px 20px;
  position: sticky;
  inset: 124px 0% 0%;
}

.copyl {
  background-color: var(--transparent);
  width: auto;
  height: auto;
  color: var(--black);
  letter-spacing: .4px;
  text-transform: none;
  margin-left: 0;
  margin-right: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 54px;
}

.copyl.right {
  background-color: var(--transparent);
  color: var(--black);
  text-align: right;
  text-underline-offset: 2px;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 0;
  line-height: 52px;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  transition: all .25s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.copyl.right:hover {
  opacity: var(--btnhovertranspa);
  font-weight: 700;
  text-decoration: none;
}

.copyl.right:active {
  text-decoration: none;
  text-decoration-thickness: 1px;
}

.copyl.navpos1 {
  transform-origin: 0 0;
  margin-top: 20px;
  margin-left: 20px;
  position: fixed;
  inset: 0% auto auto 0%;
}

.copyl.navpos2 {
  transform-origin: 100% 100%;
  text-align: right;
  margin-bottom: 20px;
  margin-right: 20px;
  position: fixed;
  inset: auto 0% 0% auto;
}

.copyl.navpos3 {
  transform-origin: 0 100%;
  margin-bottom: 20px;
  margin-left: 20px;
  position: fixed;
  inset: auto auto 0% 0%;
}

.copyl.navpos4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: right;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-end;
  display: block;
  position: static;
  inset: auto 0% 0% auto;
}

.copyl.manifestoheader.pos4 {
  width: 75%;
  max-width: none;
  margin-bottom: 20px;
  margin-left: 20px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.copyl.essence {
  background-color: var(--transparent);
  text-transform: capitalize;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 40px;
  padding-bottom: 0;
  display: block;
  overflow: visible;
}

.copyl.essencehead {
  background-color: var(--transparent);
  text-transform: capitalize;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 24px;
  padding-bottom: 0;
  display: block;
  overflow: visible;
}

.copyl.manifestofooter {
  width: 75%;
  margin-top: 0;
  margin-bottom: auto;
}

.copyl.manifestofooter.pos4 {
  width: 75%;
  margin-bottom: 20px;
  margin-left: 6%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.copyl.press.pos1 {
  width: 75%;
  margin-bottom: 80px;
}

.copyl.press.pos2 {
  width: 75%;
  margin-bottom: 40px;
}

.copyl.press.pos2b {
  width: 50%;
  margin-bottom: 40px;
  margin-left: 25%;
}

.copyl.rightnavbarl, .copyl.rightnavbarm, .copyl.rightnavbars {
  background-color: var(--transparent);
  color: var(--black);
  text-align: right;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 0;
  line-height: 52px;
  display: flex;
}

.copyl.workshops.pos1 {
  width: 75%;
  margin: auto auto 20px 20px;
  position: fixed;
  inset: auto auto 0% 0%;
}

.copyl.workshops.pos2 {
  width: 75%;
  margin-bottom: 40px;
}

.copyl.workshops.pos2b {
  width: 50%;
  margin-bottom: 40px;
  margin-left: 25%;
}

.main {
  z-index: 3;
  background-color: var(--transparent);
  opacity: 1;
  flex-flow: column;
  align-items: center;
  width: 100vw;
  max-width: 1920px;
  height: auto;
  margin: 100vh 0 0;
  padding-top: 0;
  display: flex;
  position: relative;
  top: 0;
}

.wrappersticky {
  flex-flow: row;
  justify-content: space-between;
  width: 100%;
  height: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.homecopy.pos1 {
  width: 75%;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  margin: 16px auto 45vh 10%;
}

.homecopy.pos2 {
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-left: 50%;
  margin-right: 6vw;
}

.homecopy.pos3 {
  width: 80%;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-top: 45vh;
  margin-left: 20%;
  margin-right: 0;
  padding-right: 40px;
  position: static;
  top: 1px;
}

.homecopy.pos4 {
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-top: 20vh;
  margin-left: 10%;
  margin-right: 50%;
}

.homecopy.pos5 {
  width: 75%;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-top: 20vh;
  margin-left: 20%;
  margin-right: 0;
  padding-left: 146px;
}

.homecopy.pos6 {
  flex-flow: column;
  align-items: flex-start;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  margin: 20vh 6vw 37.5vh 50%;
  padding-left: 0;
  display: flex;
}

.homecopy.pos7 {
  width: 25%;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-top: 10vh;
  margin-left: 18vw;
  margin-right: auto;
}

.homecopy.chronology {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  flex: none;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.copys {
  aspect-ratio: auto;
  background-color: var(--transparent);
  width: auto;
  height: auto;
  color: var(--black);
  letter-spacing: .4px;
  text-transform: none;
  flex: 1;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 27px;
  overflow: visible;
}

.copys.right {
  text-align: right;
}

.copys.chronology.scale75 {
  padding-top: 0;
  font-size: 22.5px;
  line-height: 21.5px;
}

.copys.chronology.scale50 {
  font-size: 15px;
  line-height: 15px;
}

.copys.manifestoheader.pos2 {
  text-align: right;
  margin-top: 20px;
  margin-left: auto;
  margin-right: 20px;
  position: fixed;
  inset: auto 0% 0% auto;
}

.copys.manifestoheader.pos1 {
  text-align: left;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: auto;
  transition: all .25s cubic-bezier(.165, .84, .44, 1);
  position: static;
  inset: 0% auto auto 0%;
}

.copys.manifestoheader.pos1:hover {
  opacity: var(--btnhovertranspa);
}

.copys.manifestoheader.pos3 {
  text-align: left;
  margin: auto auto 20px 20px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.copys.essencecopy {
  letter-spacing: .6px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: -270px;
  padding-right: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 22px;
  display: none;
}

.copys.essencecopy.posfinal {
  margin-bottom: 0;
  display: none;
}

.copys.manifestofooter {
  flex: 0 auto;
  width: calc(50vw - 20px);
  max-width: 960px;
  margin-bottom: 5px;
  margin-left: 25%;
  padding-right: 0;
  position: absolute;
}

.copys.pressheader.pos2 {
  text-align: right;
  margin-top: 20px;
  margin-left: auto;
  margin-right: 20px;
  position: fixed;
  top: 0;
  right: 0;
}

.copys.pressheader.pos1 {
  text-align: left;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: auto;
  transition: all .25s cubic-bezier(.165, .84, .44, 1);
  position: fixed;
  inset: 0% auto auto 0%;
}

.copys.pressheader.pos1:hover {
  opacity: var(--btnhovertranspa);
}

.copys.pressheader.pos2 {
  text-align: right;
  margin: 0 20px 20px auto;
  display: block;
  position: fixed;
  inset: auto 0% 0% auto;
}

.copys.pressheader.pos1 {
  text-align: left;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: auto;
  position: fixed;
  inset: 0% auto auto 0%;
}

.copys.pressheader.pos3 {
  text-align: left;
  margin: auto auto 20px 20px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.copys.press.pos1, .copys.press.pos2 {
  width: 50%;
  margin-left: 25%;
}

.copys.press.pos2 {
  margin-bottom: 80px;
  position: static;
}

.copys.press.w66 {
  width: 66%;
  margin-bottom: 15px;
  margin-left: 25%;
  position: static;
}

.copys.presschapter {
  margin-bottom: 20px;
  margin-left: 25%;
}

.copys.pos1 {
  color: var(--black);
  flex: 0 auto;
  margin: 20px auto auto 20px;
  position: relative;
  inset: 0% auto auto 0%;
}

.copys.pos2 {
  color: var(--black);
  flex: 0 auto;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: auto;
  position: absolute;
  inset: auto auto 0% 0%;
}

.copys.brnclose {
  color: var(--primary);
  flex: 0 auto;
  margin-bottom: auto;
  margin-right: auto;
  position: absolute;
  top: 20px;
}

.copys.pos1-copy {
  color: var(--black);
  flex: 0 auto;
  margin: 20px auto auto 20px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.copys.pos3 {
  color: var(--black);
  flex: 0 auto;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: auto;
  position: relative;
  inset: auto auto 0 0%;
}

.copys.pos2 {
  color: var(--black);
  inset: 0% auto auto 0%;
  flex: 0 auto;
  margin: auto auto 20px 20px;
  position: relative;
  inset: auto auto 0 0%;
}

.copys.workshops.pos1 {
  width: 50%;
  margin-top: 0;
  margin-bottom: 40px;
  margin-left: auto;
}

.copylxl {
  background-color: var(--transparent);
  width: auto;
  height: auto;
  color: var(--black);
  letter-spacing: .4px;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 72px;
}

.copylxl.right {
  text-align: right;
}

.copylxl.essencehead {
  text-transform: capitalize;
  margin-bottom: 33px;
}

.copyxs {
  background-color: var(--transparent);
  width: auto;
  height: auto;
  font-family: var(--copyll);
  color: var(--black);
  letter-spacing: .2px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}

.copyxs.right {
  text-align: right;
}

.copyxs.chronology {
  box-sizing: content-box;
  background-color: var(--transparent);
  letter-spacing: .4px;
  flex: 0 auto;
  width: auto;
  padding-left: 0;
  padding-right: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 17px;
}

.copyxs.manifesto {
  text-align: left;
  width: auto;
  height: auto;
}

.copyxs.manifestoindex {
  background-color: var(--transparent);
  width: auto;
  color: var(--black);
  letter-spacing: .5px;
  white-space: nowrap;
  overflow-wrap: normal;
  font-size: 14px;
  line-height: 12.5px;
  transition: all .25s cubic-bezier(.165, .84, .44, 1);
}

.copyxs.manifestoindex:hover {
  opacity: var(--btnhovertranspa);
}

.copyxs.manifestoindex.white, .copyxs.manifestoindex.white-copy {
  color: var(--white);
}

.copyxs.manifestoindexessence {
  background-color: var(--transparent);
  color: var(--black);
  letter-spacing: .5px;
  text-transform: uppercase;
  white-space: pre;
  overflow-wrap: normal;
  mix-blend-mode: normal;
  font-size: 14px;
  line-height: 12.75px;
  transition: all .25s cubic-bezier(.165, .84, .44, 1);
}

.copyxs.manifestoindexessence:hover {
  opacity: var(--btnhovertranspa);
}

.copyxs.backwhite {
  background-color: var(--white);
  padding-top: 20px;
  padding-bottom: 20px;
}

.copyxs.backwhite.pos1 {
  background-color: var(--transparent);
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.copyxs.backwhite.pos2 {
  background-color: var(--transparent);
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.copyxs.copyscroll {
  background-color: var(--transparent);
  opacity: 1;
  width: auto;
  color: var(--black);
  text-align: center;
  letter-spacing: 1px;
  white-space: nowrap;
  overflow-wrap: normal;
  margin-bottom: 12px;
  padding-bottom: 0;
  font-size: 10px;
  line-height: 12.5px;
  position: fixed;
  inset: auto auto 0%;
}

.copyxs.copyscroll.white, .copyxs.copyscroll.white-copy {
  color: var(--white);
}

.copyxs.essencesubhead {
  background-color: var(--transparent);
  text-align: left;
  width: 75%;
  margin-bottom: 24px;
  padding-bottom: 0;
}

.copyxs.essencesubhead.subhead {
  margin-bottom: 20px;
}

.copyxs.essencesubhead-copy {
  background-color: var(--transparent);
  width: 50%;
  margin-bottom: 0;
  padding-bottom: 0;
}

.copyxs.essencesubhead-copy.subhead {
  margin-bottom: 20px;
}

.copyxs.essenceindex {
  margin-bottom: 4px;
}

.copyxs.manifestoheader {
  background-color: var(--transparent);
  letter-spacing: .4px;
  white-space: nowrap;
  overflow-wrap: normal;
  width: auto;
  font-size: 14px;
  line-height: 12.5px;
}

.copyxs.manifestoheader.white, .copyxs.manifestoheader.white-copy {
  color: var(--white);
}

.copyxs.essencefilter {
  border: 1px none var(--black);
  background-color: var(--transparent);
  color: var(--black);
  letter-spacing: .6px;
  text-transform: uppercase;
  border-radius: 40px;
  justify-content: center;
  align-items: flex-start;
  padding: 4px 8px;
  font-size: 14px;
  line-height: 12.75px;
  text-decoration: none;
  top: 16px;
}

.copyxs.essencefilter.passive {
  border-style: none;
  border-color: var(--black);
  background-color: var(--primary);
  opacity: .25;
  color: var(--black);
}

.copyxs.manifestofilter {
  letter-spacing: .4px;
  font-size: 14px;
  line-height: 12.75px;
  transition: all .25s cubic-bezier(.165, .84, .44, 1);
}

.copyxs.manifestofilter:hover {
  opacity: var(--btnhovertranspa);
}

.copyxs.manifestofilter.passive {
  opacity: .25;
}

.copyxs.presschapter {
  margin-bottom: 40px;
  margin-left: 25%;
}

.copyxs.presscopys {
  background-color: var(--transparent);
  text-align: left;
  width: 75%;
  margin-bottom: 12px;
  padding-bottom: 0;
}

.copyxs.presscopys.subhead {
  margin-bottom: 20px;
}

.copyxs.press.pos2 {
  width: 50%;
  line-height: 18px;
}

.copyxs.sliderbutton {
  background-color: var(--primary);
  color: var(--black);
  letter-spacing: .5px;
  text-transform: uppercase;
  border-radius: 16px;
  margin: 8px;
  padding: 8px 16px;
  font-size: 10px;
  line-height: 10px;
}

.copyxs.presslink {
  margin-top: 15px;
  margin-left: 25%;
}

.copyxs.presscenter {
  position: fixed;
  inset: auto;
}

.copyxs.captionpress {
  margin-top: 15px;
  margin-bottom: -15px;
  margin-left: 25%;
}

.copyxs.imprinthero {
  position: absolute;
  inset: auto;
}

.copyxs.chapterworkshops {
  width: 80%;
  margin-left: 10%;
  margin-right: auto;
}

.copyxs.chapterworkshops.pos1 {
  width: auto;
  margin-left: 25%;
}

.copyxs.negative {
  color: var(--primary);
}

.copyxs.workshops {
  color: var(--workshopslight);
}

.copyxs.workshopprice {
  margin-bottom: 0;
}

.footer {
  z-index: 1;
  background-color: var(--transparent);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: 100vh;
  min-height: auto;
  max-height: none;
  margin-top: 120px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: static;
  left: auto;
  right: auto;
  overflow: hidden;
}

.footer.home {
  margin-bottom: 40px;
}

.footercopy.pos1 {
  mix-blend-mode: normal;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: calc(50% - 20px);
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footercopy.pos2 {
  width: 32%;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-top: 20vw;
  margin-left: auto;
  margin-right: 6vw;
}

.footercopy.pos3 {
  width: 68%;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-top: 25vw;
  margin-left: 6vw;
  margin-right: 0;
}

.footercopy.pos4 {
  width: 62%;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-top: 25vw;
  margin-left: auto;
  margin-right: auto;
}

.footercopy.pos5 {
  width: 24%;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-top: 20vw;
  margin-left: 12vw;
  margin-right: 0;
}

.footercopy.pos6 {
  width: 62%;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-top: 25vw;
  margin-left: auto;
  margin-right: 0;
}

.footercopy.pos7 {
  width: 50%;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-top: 25vw;
  margin-left: auto;
  margin-right: auto;
}

.footercopy.pos8 {
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-top: 25vw;
  margin-left: auto;
  margin-right: 0;
  padding-right: 0%;
  display: flex;
}

.footercopy.pos3 {
  z-index: 2;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-top: 12px;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.footercopy.ticker {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  margin: auto auto 0;
  display: flex;
}

.footercopy.disclaimer {
  z-index: 2;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  inset: auto 0 0% auto;
}

.footercopy.pos2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-top: 0;
  margin-left: 0%;
  margin-right: auto;
  display: flex;
}

.footercopy.subpage {
  z-index: 2;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  inset: auto 0 0% auto;
}

.linknavbar {
  background-color: var(--transparent);
  width: auto;
  height: auto;
  color: var(--black);
  text-underline-offset: 1px;
  text-decoration: none;
  -webkit-text-decoration-color: var(--black);
  text-decoration-color: var(--black);
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-position: auto;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 0;
  margin-bottom: 1px;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration-style: solid;
  text-decoration-thickness: auto;
  transition: all .5s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.linknavbar:hover {
  background-color: var(--transparent);
  opacity: 1;
  text-align: right;
  -webkit-text-stroke-width: 0px;
  text-transform: none;
  text-underline-offset: 3px;
  text-decoration: none;
  -webkit-text-decoration-color: var(--transparent);
  text-decoration-color: var(--transparent);
  border: 1px #000;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  font-style: normal;
  text-decoration-style: solid;
  text-decoration-thickness: 0;
}

.linknavbar.active, .linknavbar.passive {
  opacity: 1;
}

.image {
  z-index: 4;
  width: 25%;
  margin-left: 12vw;
  position: fixed;
  inset: auto 0% 0%;
}

.image.home.portrait {
  z-index: 1;
  opacity: 1;
  filter: grayscale();
  outline-color: var(--transparent);
  outline-offset: 0px;
  mix-blend-mode: multiply;
  border: 0 #000;
  border-radius: 0;
  outline-width: 0;
  outline-style: none;
  margin: auto auto 0 6vw;
  display: none;
  inset: 0 0%;
}

.image.home.portrait:hover {
  filter: grayscale();
  mix-blend-mode: multiply;
}

.manifesto {
  z-index: 99;
  background-color: var(--transparent);
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 2100vw;
  height: auto;
  padding-left: 0;
  display: flex;
  position: fixed;
  inset: 50vh 0% auto;
}

.manifesto.tempo {
  display: flex;
}

.manifestowrapper {
  background-color: var(--primary);
  width: 100px;
  height: 100px;
}

.manifestowrapper.global {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  background-color: var(--transparent);
  mix-blend-mode: normal;
  object-fit: fill;
  border-radius: 0;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 2100vw;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  padding-left: 0;
  display: flex;
  overflow: visible;
}

.manifestoindexwrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50vw;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.manifestoindexwrapper.pos1 {
  background-color: var(--transparent);
  mix-blend-mode: normal;
  justify-content: center;
  width: 100vw;
}

.manifestotempo {
  z-index: 3;
  background-color: var(--primary);
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 500vw;
  height: auto;
  padding-left: 50vw;
  display: flex;
  position: fixed;
  inset: 50vh 0% auto;
}

.manifestotempo.tempo {
  display: flex;
}

.spancopylight {
  column-count: auto;
  white-space: normal;
  font-weight: 400;
  display: inline;
  position: relative;
}

.spancopylight.nowrap {
  white-space: nowrap;
}

.spancopylxlindex {
  white-space: nowrap;
  font-size: 40px;
  font-weight: 700;
  line-height: 0;
  text-decoration: none;
  position: relative;
  top: -28px;
}

.device {
  background-color: var(--black);
  border-radius: 140px;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-right: 0;
  position: static;
  inset: 0%;
}

.device.opener {
  width: 15px;
  height: 15px;
}

.device.navbar {
  z-index: 1;
  width: 15px;
  height: 15px;
  margin: 0 0 -33px -23px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  position: static;
  inset: auto auto 0% 0%;
}

.device.hover {
  z-index: 99999;
  background-color: var(--temporary);
  width: 15px;
  height: 15px;
  padding-top: 0;
  display: none;
  position: fixed;
  inset: 20px auto auto 0;
}

.spancopylsindex {
  letter-spacing: 1px;
  font-size: 15px;
  font-weight: 700;
  line-height: 0;
  text-decoration: none;
  position: relative;
  top: -11px;
}

.divvideoembed {
  aspect-ratio: 3 / 2;
  background-color: var(--white);
  opacity: .73;
  border: 0 #000;
  border-radius: 0;
  width: calc(50% - 20px);
  height: auto;
  margin: 10px auto;
  padding-bottom: 0;
}

.divvideoembed.tempo {
  display: block;
}

.tickerwrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  overflow: visible;
  transform: translate(-100%);
}

.footerticker {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: calc(50% - 20px);
  height: 80px;
  margin-bottom: -20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 10px;
  overflow: hidden;
}

.footerticker.pos1 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 36%;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footerticker.pos2 {
  width: 32%;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-top: 20vw;
  margin-left: auto;
  margin-right: 6vw;
}

.footerticker.pos3 {
  width: 68%;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-top: 25vw;
  margin-left: 6vw;
  margin-right: 0;
}

.footerticker.pos4 {
  width: 62%;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-top: 25vw;
  margin-left: auto;
  margin-right: auto;
}

.footerticker.pos5 {
  width: 24%;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-top: 20vw;
  margin-left: 12vw;
  margin-right: 0;
}

.footerticker.pos6 {
  width: 62%;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-top: 25vw;
  margin-left: auto;
  margin-right: 0;
}

.footerticker.pos7 {
  width: 50%;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-top: 25vw;
  margin-left: auto;
  margin-right: auto;
}

.footerticker.pos8 {
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-top: 25vw;
  margin-left: auto;
  margin-right: 0;
  padding-right: 0%;
  display: flex;
}

.footerticker.pos3 {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.footerticker.ticker {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  margin: auto auto 0;
  display: flex;
}

.tickerentry {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--transparent);
  flex-flow: row;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-bottom: auto;
  margin-left: 0;
  margin-right: auto;
  display: flex;
  position: static;
  overflow: visible;
}

.homepreloader {
  z-index: 999;
  background-color: var(--transparent);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.navpos4 {
  z-index: 99;
  transform-origin: 100% 100%;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: auto;
  min-width: auto;
  height: auto;
  min-height: auto;
  margin-bottom: 20px;
  margin-right: 20px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.navpos4.manifestol {
  z-index: 2;
  position: fixed;
  inset: auto 0% 0% auto;
  transform: scale(.5);
}

.navpos4.subpagel {
  z-index: 99;
  position: fixed;
  inset: auto 0% 0% auto;
  transform: scale(.5);
}

.navpos4.home {
  transform-origin: 100% 0;
  margin-top: 20px;
  position: fixed;
  inset: 0% 0% auto auto;
}

.navpos4.manifestom {
  z-index: 2;
  position: fixed;
  inset: auto 0% 0% auto;
  transform: scale(.5);
}

.navpos4.manifesto {
  z-index: 2;
  transform-origin: 100% 0;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 20px;
  margin-bottom: auto;
  position: fixed;
  inset: 0% 0% auto auto;
  transform: scale(.5);
}

.navpos4.subpagem {
  z-index: 99;
  position: fixed;
  inset: auto 0% 0% auto;
  transform: scale(.5);
}

.navpos4.subpage {
  z-index: 99;
  transform-origin: 100% 0;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 20px;
  margin-bottom: 0;
  position: fixed;
  inset: 0% 0% auto auto;
  transform: scale(.5);
}

.scroll {
  background-color: #f3f3f3;
  border-radius: 140px;
  justify-content: center;
  align-items: center;
  width: 1px;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.linkmanifesto {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  mix-blend-mode: normal;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: auto;
  text-decoration: none;
  display: flex;
}

.spandevicel {
  text-indent: 0;
  text-transform: none;
  vertical-align: baseline;
  font-size: 80px;
  font-style: normal;
  line-height: 60px;
  text-decoration: none;
}

.spandevices {
  font-size: 50px;
  position: relative;
  inset: 11px 0 0 -4px;
}

.devicebackground {
  z-index: 1;
  background-color: var(--primary);
  opacity: 1;
  filter: blur(50vh);
  transform-origin: 50%;
  border-radius: 50vh;
  justify-content: center;
  align-items: center;
  width: 150vh;
  min-width: auto;
  height: 150vh;
  min-height: auto;
  margin-top: -25vh;
  margin-bottom: 0;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.heading {
  margin-top: 0;
  margin-bottom: 20px;
}

.grid {
  grid-column-gap: 40px;
  grid-row-gap: 80px;
  width: 75%;
  height: auto;
  font-family: var(--copyls);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: start;
  margin-left: auto;
  margin-right: auto;
}

.grid.skills {
  grid-row-gap: 80px;
  grid-template-rows: auto auto;
  margin-bottom: 80px;
  margin-right: 0;
}

.spanlink14px {
  width: auto;
  color: var(--black);
  letter-spacing: .5px;
  text-transform: uppercase;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 12.75px;
  text-decoration: none;
  transition: all .25s cubic-bezier(.165, .84, .44, 1);
  position: static;
}

.spanlink14px:hover {
  opacity: var(--btnhovertranspa);
}

.spanlink14px.scale75 {
  width: auto;
  transition: all .2s;
  position: static;
}

.spanlink14px.scale75:hover {
  background-color: var(--transparent);
  color: var(--black);
  border-radius: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
}

.spanlink14px.scale50 {
  position: static;
}

.spanlink14px.manifesto {
  width: auto;
}

.spanlink14px.manifesto.idg {
  margin-top: 20px;
  padding-left: 0;
  text-decoration: none;
  display: none;
}

.spanlink14px.copy30 {
  z-index: 55;
  vertical-align: baseline;
  margin-top: -4px;
  margin-left: 0;
  margin-right: auto;
  text-decoration: none;
  transition: opacity .25s cubic-bezier(.165, .84, .44, 1);
  display: inline;
  position: relative;
  top: 15px;
}

.spanlink14px.copy30:hover {
  opacity: var(--btnhovertranspa);
}

.spanlink14px.copy30.passive {
  display: inline;
  position: relative;
  top: -1px;
}

.spanlink14px.passive {
  opacity: .25;
  position: relative;
  top: 0;
}

.spanlink14px.negative {
  color: var(--primary);
  letter-spacing: 1px;
}

.containerfooter {
  z-index: 3;
  background-color: var(--transparent);
  width: 100vw;
  max-width: none;
  height: 50vh;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.containerfooter.press {
  z-index: 3;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--transparent);
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  height: 50vh;
  padding-left: 20px;
  display: flex;
  top: 0;
  bottom: 0;
}

.containerfooter.home {
  height: auto;
}

.containerfooter.manifesto {
  height: 50vh;
  top: 0;
}

.containerfooter.datenschutz {
  z-index: 3;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--transparent);
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 40px;
  padding-left: 20px;
  display: flex;
  top: 0;
  bottom: 0;
}

.containerfooter.imprint {
  z-index: 3;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--transparent);
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  height: auto;
  margin-top: 20px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  top: 0;
  bottom: 0;
}

.containerfooter.skills {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--transparent);
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 50vh;
  padding-left: 20px;
  display: flex;
  top: 0;
  bottom: 0;
}

.containerfooter.workshops {
  z-index: 3;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--transparent);
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  padding-bottom: 0;
  padding-left: 20px;
  display: flex;
  top: 0;
  bottom: 0;
}

.homecopychronology {
  padding-left: 20px;
  padding-right: 20px;
}

.homecopychronology.pos1 {
  width: 75%;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  margin: 16px auto 45vh 10%;
}

.homecopychronology.pos2 {
  width: 37%;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-left: 50%;
  margin-right: 6vw;
}

.homecopychronology.pos3 {
  width: 80%;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-top: 45vh;
  margin-left: 20%;
  margin-right: 0;
  padding-right: 40px;
  position: static;
  top: 1px;
}

.homecopychronology.pos4 {
  width: 37%;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-top: 20vh;
  margin-left: 10%;
  margin-right: auto;
}

.homecopychronology.pos5 {
  width: 75%;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-top: 45vh;
  margin-left: 20%;
  margin-right: 0;
  padding-left: 146px;
}

.homecopychronology.pos6 {
  width: 37%;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  margin: 20vh 6vw 45vh 50%;
}

.homecopychronology.pos7 {
  width: 25%;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-top: 10vh;
  margin-left: 18vw;
  margin-right: auto;
}

.homecopychronology.chronology {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  flex: none;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.homecopychronology.future {
  display: none;
}

.linkchronology {
  width: auto;
  height: auto;
  color: var(--black);
  flex-flow: column;
  align-items: flex-start;
  padding-top: 4px;
  padding-bottom: 4px;
  text-decoration: none;
  display: inline-flex;
  position: relative;
  overflow: visible;
}

.linkchronology.copy22 {
  top: 5px;
}

.linkchronology.copy15 {
  top: 8px;
}

.linkchronology.copy30 {
  top: -1px;
}

.link {
  z-index: 2;
  background-color: var(--transparent);
  text-decoration: none;
  display: inline;
  position: fixed;
  inset: 0% auto auto 0%;
  overflow: visible;
}

.link.w--current {
  pointer-events: auto;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
}

.link-2 {
  color: var(--black);
  text-decoration: none;
}

.link-2.underscore {
  text-decoration: underline;
}

.spandevicenavbar {
  font-size: 66px;
  line-height: 0;
  position: relative;
  top: 5px;
  right: 7px;
}

.header {
  z-index: 4;
  background-color: var(--transparent);
  opacity: 1;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  min-width: auto;
  max-width: none;
  height: 100vh;
  min-height: auto;
  max-height: none;
  margin-top: 0;
  padding: 0;
  display: flex;
  position: fixed;
  inset: 0%;
}

.header:hover {
  border: 1px #000;
}

.header.manifesto {
  z-index: 1;
  background-color: var(--transparent);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  min-height: 100vh;
  position: absolute;
  inset: auto 0%;
}

.header.press, .header.datenschutz {
  z-index: 1;
  background-color: var(--transparent);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  position: relative;
  inset: 0 0% 0;
}

.header.imprint {
  z-index: 1;
  background-color: var(--transparent);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0 0% 0;
}

.header.workshops {
  z-index: 1;
  background-color: var(--transparent);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-bottom: 0;
  position: relative;
  inset: 0 0% 0;
}

.copym {
  background-color: var(--transparent);
  width: auto;
  height: auto;
  color: var(--black);
  letter-spacing: .4px;
  text-transform: none;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 41px;
}

.copym.right {
  background-color: var(--transparent);
  text-align: right;
  line-height: 52px;
}

.copym.navpos1 {
  transform-origin: 0 0;
  margin-top: 20px;
  margin-left: 20px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.copym.navpos2 {
  transform-origin: 100% 0;
  text-align: right;
  margin-top: 20px;
  margin-right: 20px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.copym.navpos3 {
  transform-origin: 0 100%;
  margin-bottom: 20px;
  margin-left: 20px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.copym.navpos4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: right;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-end;
  display: block;
  position: static;
  inset: auto 0% 0% auto;
}

.copym.manifestoheader.pos3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 36px;
  position: static;
  inset: auto;
}

.copym.essencehead {
  text-transform: capitalize;
  margin-bottom: 24px;
}

.copym.workshops.pos1 {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.copym.workshoptitle {
  margin-bottom: 0;
}

.essence {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--transparent);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 25%;
  max-width: none;
  height: auto;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 80px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: visible;
}

.essence.pos1 {
  background-color: var(--transparent);
  pointer-events: auto;
  width: 25%;
  height: auto;
  margin-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.essence.pos2 {
  background-color: var(--transparent);
  width: 25%;
  height: auto;
  margin-left: 50%;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.essence.pos3 {
  background-color: var(--transparent);
  width: 25%;
  height: auto;
  margin-left: 25%;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.essence.pos4 {
  background-color: var(--transparent);
  width: 25%;
  height: auto;
  margin-left: 75%;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.essence.pos5 {
  background-color: var(--transparent);
  width: 25%;
  height: auto;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.essence.pos6 {
  background-color: var(--transparent);
  width: 25%;
  height: auto;
  margin-left: 50%;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.essence.pos7 {
  background-color: var(--transparent);
  width: 25%;
  height: auto;
  margin-left: 25%;
  padding-left: 10px;
  padding-right: 40px;
  overflow: visible;
}

.essence.pos8 {
  background-color: var(--transparent);
  width: 25%;
  height: auto;
  margin-left: 75%;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.essence.pos9 {
  background-color: var(--transparent);
  width: 25%;
  height: auto;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.essence.pos10 {
  background-color: var(--transparent);
  width: 25%;
  height: auto;
  margin-left: 50%;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.essence.pos11 {
  background-color: var(--transparent);
  width: 25%;
  height: auto;
  margin-left: 25%;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.essence.pos12 {
  background-color: var(--transparent);
  width: 25%;
  height: auto;
  margin-left: 75%;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.essence.pos13 {
  background-color: var(--transparent);
  width: 25%;
  height: auto;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.essence.pos14 {
  background-color: var(--transparent);
  width: 25%;
  height: auto;
  margin-left: 50%;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.essence.pos15 {
  background-color: var(--transparent);
  width: 25%;
  height: auto;
  margin-left: 25%;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.essence.pos16 {
  background-color: var(--transparent);
  width: 25%;
  height: auto;
  margin-left: 75%;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.essence.pos17 {
  background-color: var(--transparent);
  width: 25%;
  height: auto;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.essence.pos18 {
  background-color: var(--transparent);
  width: 25%;
  height: auto;
  margin-left: 50%;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.essence.pos19 {
  background-color: var(--transparent);
  width: 25%;
  height: auto;
  margin-left: 25%;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.essence.pos20 {
  background-color: var(--transparent);
  width: 25%;
  height: auto;
  margin-left: 75%;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.mainmanifesto {
  z-index: 3;
  background-color: var(--transparent);
  opacity: 1;
  flex-flow: column;
  align-items: flex-start;
  width: 100vw;
  height: auto;
  margin-top: 100vh;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
  top: 0;
}

.mainmanifesto.extended {
  margin-top: 0;
  padding-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
  display: none;
}

.mainmanifesto.compact {
  margin-top: 0;
  padding-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: static;
}

.mainmanifesto.extended {
  z-index: 2;
  max-width: none;
  margin-top: 100vh;
  padding-top: 40px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.wrapmanifestoheader {
  background-color: var(--transparent);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 20px;
  display: flex;
  position: fixed;
  inset: auto;
}

.essencefilter {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--transparent);
  border-radius: 0;
  flex-flow: row;
  display: flex;
  position: sticky;
  top: 20px;
}

.essencefilter.compact {
  z-index: 999;
  display: none;
}

.essencefilter.extended {
  z-index: 999;
  display: flex;
  top: 20px;
}

.bodymanifesto {
  background-color: var(--primary);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-flow: column;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.footermanifesto {
  z-index: 1;
  background-color: var(--transparent);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: static;
  left: auto;
  right: auto;
  overflow: hidden;
}

.link-block, .linkmanifestofilter {
  text-decoration: none;
}

.spanmanifestolarge {
  letter-spacing: .6px;
  font-size: 24px;
  line-height: 22px;
}

.spanmanifestosmall {
  letter-spacing: .2px;
  font-size: 18px;
  line-height: 18px;
}

.spanmanifestosmall.imprint {
  line-height: 18px;
  position: relative;
  bottom: 4px;
}

.linkcopy30 {
  color: var(--black);
  font-weight: 400;
  text-decoration: none;
  transition: all .555s cubic-bezier(.165, .84, .44, 1);
  position: relative;
}

.linkcopy30:hover {
  text-decoration: none;
  bottom: 4px;
}

.footerticker-2 {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: calc(50% - 20px);
  height: auto;
  margin-bottom: 9px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 10px;
  overflow: hidden;
}

.tickerentry-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  flex-flow: row;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  margin: auto auto auto 0;
  display: flex;
  position: static;
}

.copyls-2 {
  color: #000;
  letter-spacing: .4px;
  text-transform: none;
  background-color: #0000;
  width: auto;
  height: auto;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 27px;
}

.spancopylight-2 {
  column-count: auto;
  font-weight: 400;
}

.footerlatestticker {
  z-index: 3;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: calc(50% - 60px);
  height: 40px;
  margin: 0 auto 6px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  inset: auto 0% 0;
  overflow: hidden;
}

.footerlatestticker.manifesto {
  display: none;
}

.latesttickerentry {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  flex-flow: row;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  margin: auto auto auto 0;
  display: flex;
  position: static;
}

.latesttickerwrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--transparent);
  flex-flow: row;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 40px;
  display: flex;
  overflow: visible;
  transform: translate(-100%);
}

.spanticker {
  padding-left: 0;
  padding-right: 16px;
  font-weight: 400;
}

.latestimage {
  aspect-ratio: 3 / 2;
  filter: grayscale();
  mix-blend-mode: multiply;
  object-fit: cover;
  width: 100%;
  height: auto;
  position: static;
}

.linkimage {
  mix-blend-mode: normal;
  width: 100%;
  height: 100%;
  margin-top: 9px;
  margin-bottom: 7px;
}

.linkchronology-copy {
  width: auto;
  color: var(--black);
  text-decoration: none;
}

.linkcopyll {
  color: var(--black);
  letter-spacing: .4px;
  text-transform: uppercase;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.linkcopyll.homelatest {
  margin-top: 5px;
  margin-left: 0;
}

.bodypress {
  background-color: var(--primary);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-flow: column;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.wraptoc {
  z-index: 99;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: auto;
  display: flex;
  position: fixed;
  inset: auto auto 20px 20px;
}

.mainpress {
  z-index: 2;
  background-color: var(--transparent);
  opacity: 1;
  flex-flow: column;
  align-items: flex-start;
  width: 100vw;
  max-width: none;
  height: auto;
  margin-top: 20px;
  margin-bottom: -25vh;
  margin-right: 0;
  padding-top: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
  top: 0;
}

.mainpress.extended {
  margin-top: 0;
  padding-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
  display: none;
}

.mainpress.compact {
  margin-top: 0;
  padding-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: static;
}

.mainpress.extended {
  margin-top: 0;
  margin-bottom: 25vh;
  padding-top: 40px;
  padding-right: 30px;
  display: flex;
  position: static;
}

.presswrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--transparent);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-bottom: 25vh;
  margin-left: 0;
  padding-top: 24px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: visible;
}

.presswrapper.pos1 {
  background-color: var(--transparent);
  flex: 0 auto;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 50vh;
  padding-top: 24px;
  overflow: visible;
}

.presswrapper.pos2 {
  background-color: var(--transparent);
  width: 25%;
  height: auto;
  margin-left: 50%;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.presswrapper.pos3 {
  background-color: var(--transparent);
  width: 25%;
  height: auto;
  margin-left: 25%;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.presswrapper.pos4 {
  background-color: var(--transparent);
  width: 25%;
  height: auto;
  margin-left: 75%;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.presswrapper.pos5 {
  background-color: var(--transparent);
  width: 25%;
  height: auto;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.presswrapper.pos6 {
  background-color: var(--transparent);
  width: 25%;
  height: auto;
  margin-left: 50%;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.presswrapper.pos7 {
  background-color: var(--transparent);
  width: 25%;
  height: auto;
  margin-left: 25%;
  padding-left: 10px;
  padding-right: 40px;
  overflow: visible;
}

.presswrapper.pos8 {
  background-color: var(--transparent);
  width: 25%;
  height: auto;
  margin-left: 75%;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.presswrapper.pos9 {
  background-color: var(--transparent);
  width: 25%;
  height: auto;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.presswrapper.pos10 {
  background-color: var(--transparent);
  width: 25%;
  height: auto;
  margin-left: 50%;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.presswrapper.pos11 {
  background-color: var(--transparent);
  width: 25%;
  height: auto;
  margin-left: 25%;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.presswrapper.pos12 {
  background-color: var(--transparent);
  width: 25%;
  height: auto;
  margin-left: 75%;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.presswrapper.pos13 {
  background-color: var(--transparent);
  width: 25%;
  height: auto;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.presswrapper.pos14 {
  background-color: var(--transparent);
  width: 25%;
  height: auto;
  margin-left: 50%;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.presswrapper.pos15 {
  background-color: var(--transparent);
  width: 25%;
  height: auto;
  margin-left: 25%;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.presswrapper.pos16 {
  background-color: var(--transparent);
  width: 25%;
  height: auto;
  margin-left: 75%;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.presswrapper.pos17 {
  background-color: var(--transparent);
  width: 25%;
  height: auto;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.presswrapper.pos18 {
  background-color: var(--transparent);
  width: 25%;
  height: auto;
  margin-left: 50%;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.presswrapper.pos19 {
  background-color: var(--transparent);
  width: 25%;
  height: auto;
  margin-left: 25%;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.presswrapper.pos20 {
  background-color: var(--transparent);
  width: 25%;
  height: auto;
  margin-left: 75%;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.presswrapper.pos3 {
  background-color: var(--transparent);
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 25vh;
  margin-left: 0%;
  overflow: visible;
}

.presswrapper.pos2 {
  background-color: var(--transparent);
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 25vh;
  margin-left: auto;
  overflow: visible;
}

.presswrapper.podcasts {
  background-color: var(--transparent);
  flex: 0 auto;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 12vh;
  padding-top: 24px;
  overflow: visible;
}

.presswrapper.podcasts.posfinal {
  margin-bottom: 25vh;
}

.copywrapper.press.pos2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  margin-bottom: 40px;
  margin-left: 25%;
  display: flex;
}

.icon {
  inset: auto 0% 0% auto;
}

.icon-2 {
  inset: auto auto 0% 0%;
}

.slider {
  background-color: var(--transparent);
  width: 66%;
  height: auto;
  margin-left: 25%;
}

.slide, .sliderimage {
  width: 100%;
}

.sliderbutton {
  display: flex;
}

.slide-nav {
  display: none;
  overflow: visible;
}

.left-arrow {
  cursor: w-resize;
  justify-content: flex-start;
  align-items: flex-end;
  width: 50%;
  display: flex;
}

.right-arrow {
  cursor: e-resize;
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
  display: flex;
}

.linkpress {
  text-underline-offset: 8px;
  -webkit-text-decoration-color: var(--black);
  text-decoration-color: var(--black);
  margin-top: 15px;
  margin-left: 25%;
  text-decoration-thickness: 2px;
  transition: all .25s cubic-bezier(.165, .84, .44, 1);
}

.linkpress:hover {
  opacity: var(--btnhovertranspa);
}

.imagewrapper.press {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  object-fit: fill;
  justify-content: flex-start;
  align-items: flex-start;
  width: 66%;
  min-width: auto;
  max-width: none;
  min-height: auto;
  max-height: none;
  margin-left: 25%;
  display: flex;
}

.imagewrapper.press.pos2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  margin-bottom: 40px;
  margin-left: 25%;
  display: flex;
}

.imagepressportrait {
  width: 50%;
}

.imagepressportrait.pos2 {
  width: calc(42% - 20px);
}

.imagepressportrait.pos1 {
  width: 58%;
}

.imagepressinterview, .imagepress {
  width: 100%;
  max-width: none;
}

.imagepress._50 {
  width: calc(50% - 10px);
}

.imagepressportrait-copy {
  width: 50%;
}

.imagepressportrait-copy.pos2 {
  width: calc(42% - 20px);
}

.imagepressportrait-copy.pos1 {
  width: 58%;
}

.footerpress {
  z-index: 1;
  background-color: var(--transparent);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: static;
  left: auto;
  right: auto;
  overflow: hidden;
}

.linkcopytoc {
  color: var(--black);
  text-decoration: none;
  transition: all .25s cubic-bezier(.165, .84, .44, 1);
}

.linkcopytoc:hover {
  opacity: var(--btnhovertranspa);
}

.linkls {
  color: var(--black);
  text-decoration: none;
  transition: all .25s cubic-bezier(.165, .84, .44, 1);
}

.linkls:hover {
  opacity: var(--btnhovertranspa);
}

.wrappertickerdisclaimer {
  flex-flow: column;
  width: 100%;
  height: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.linkdisclaimer {
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
}

.linkcopy14 {
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  text-decoration: none;
  display: inline-flex;
  position: static;
  inset: 0% 0% auto auto;
}

.linkcopy14.btnclose {
  margin-bottom: 10px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  inset: 10px 0% auto auto;
}

.linkcopylm {
  color: var(--black);
  text-decoration: none;
  transition: all .25s cubic-bezier(.165, .84, .44, 1);
}

.linkcopylm:hover {
  opacity: var(--btnhovertranspa);
}

.linkcopylm.n {
  color: var(--primary);
}

.linkcopylm.negative {
  color: var(--primary);
  display: block;
}

.contact {
  z-index: 100;
  background-color: var(--white);
  opacity: 1;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  width: calc(100vw - 80px);
  max-width: none;
  height: calc(100vh - 80px);
  margin-top: 40px;
  margin-bottom: auto;
  padding: 0;
  display: none;
  position: fixed;
  inset: 0 0%;
}

.anchor {
  background-color: var(--temporary);
  width: 10px;
  height: 10px;
  margin-left: 0;
  margin-right: auto;
  display: none;
}

.maindatenschutz {
  z-index: 1;
  background-color: var(--transparent);
  opacity: 1;
  flex-flow: column;
  align-items: flex-start;
  width: 50%;
  max-width: none;
  height: auto;
  margin-left: 50%;
  margin-right: auto;
  padding-top: 0;
  padding-right: 6%;
  display: flex;
  position: relative;
  top: 0;
}

.maindatenschutz.extended {
  margin-top: 0;
  padding-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
  display: none;
}

.maindatenschutz.compact {
  margin-top: 0;
  padding-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: static;
}

.maindatenschutz.extended {
  margin-top: 0;
  margin-bottom: 25vh;
  padding-top: 40px;
  padding-right: 30px;
  display: flex;
  position: static;
}

.datenschutzwrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--transparent);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  max-width: none;
  height: auto;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 24px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: visible;
}

.datenschutzwrapper.pos1 {
  background-color: var(--transparent);
  flex: 0 auto;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  overflow: visible;
}

.datenschutzwrapper.pos2 {
  background-color: var(--transparent);
  width: 25%;
  height: auto;
  margin-left: 50%;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.datenschutzwrapper.pos3 {
  background-color: var(--transparent);
  width: 25%;
  height: auto;
  margin-left: 25%;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.datenschutzwrapper.pos4 {
  background-color: var(--transparent);
  width: 25%;
  height: auto;
  margin-left: 75%;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.datenschutzwrapper.pos5 {
  background-color: var(--transparent);
  width: 25%;
  height: auto;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.datenschutzwrapper.pos6 {
  background-color: var(--transparent);
  width: 25%;
  height: auto;
  margin-left: 50%;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.datenschutzwrapper.pos7 {
  background-color: var(--transparent);
  width: 25%;
  height: auto;
  margin-left: 25%;
  padding-left: 10px;
  padding-right: 40px;
  overflow: visible;
}

.datenschutzwrapper.pos8 {
  background-color: var(--transparent);
  width: 25%;
  height: auto;
  margin-left: 75%;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.datenschutzwrapper.pos9 {
  background-color: var(--transparent);
  width: 25%;
  height: auto;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.datenschutzwrapper.pos10 {
  background-color: var(--transparent);
  width: 25%;
  height: auto;
  margin-left: 50%;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.datenschutzwrapper.pos11 {
  background-color: var(--transparent);
  width: 25%;
  height: auto;
  margin-left: 25%;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.datenschutzwrapper.pos12 {
  background-color: var(--transparent);
  width: 25%;
  height: auto;
  margin-left: 75%;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.datenschutzwrapper.pos13 {
  background-color: var(--transparent);
  width: 25%;
  height: auto;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.datenschutzwrapper.pos14 {
  background-color: var(--transparent);
  width: 25%;
  height: auto;
  margin-left: 50%;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.datenschutzwrapper.pos15 {
  background-color: var(--transparent);
  width: 25%;
  height: auto;
  margin-left: 25%;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.datenschutzwrapper.pos16 {
  background-color: var(--transparent);
  width: 25%;
  height: auto;
  margin-left: 75%;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.datenschutzwrapper.pos17 {
  background-color: var(--transparent);
  width: 25%;
  height: auto;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.datenschutzwrapper.pos18 {
  background-color: var(--transparent);
  width: 25%;
  height: auto;
  margin-left: 50%;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.datenschutzwrapper.pos19 {
  background-color: var(--transparent);
  width: 25%;
  height: auto;
  margin-left: 25%;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.datenschutzwrapper.pos20 {
  background-color: var(--transparent);
  width: 25%;
  height: auto;
  margin-left: 75%;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.datenschutzwrapper.pos3 {
  background-color: var(--transparent);
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 25vh;
  margin-left: 0%;
  overflow: visible;
}

.datenschutzwrapper.pos2 {
  background-color: var(--transparent);
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 25vh;
  margin-left: auto;
  overflow: visible;
}

.wrapdatenschutzheader {
  z-index: 99;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: auto;
  display: flex;
  position: fixed;
  inset: auto auto 20px 20px;
}

.wrapsubpageheader {
  display: none;
  position: fixed;
  inset: auto auto 20px 20px;
}

.wrapperimprint {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.mainimprint {
  z-index: 1;
  background-color: var(--transparent);
  opacity: 1;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  width: 50%;
  max-width: none;
  height: 40vh;
  margin-top: 60vh;
  margin-left: 0;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 20px;
  padding-left: 20px;
  display: flex;
  position: relative;
  inset: auto auto 0% 0%;
}

.mainimprint.extended {
  margin-top: 0;
  padding-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
  display: none;
}

.mainimprint.compact {
  margin-top: 0;
  padding-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: static;
}

.mainimprint.extended {
  margin-top: 0;
  margin-bottom: 25vh;
  padding-top: 40px;
  padding-right: 30px;
  display: flex;
  position: static;
}

.nav-menu {
  flex-flow: column;
  display: flex;
}

.container {
  display: block;
}

.essencewrap.pos1 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 25%;
  max-width: none;
  height: auto;
  margin-left: 0;
  padding-bottom: 80px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.essencewrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--transparent);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 25%;
  max-width: none;
  height: auto;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 80px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: visible;
}

.essencewrapper.pos1 {
  background-color: var(--transparent);
  pointer-events: auto;
  width: 25%;
  height: auto;
  margin-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.essencewrapper.pos2 {
  background-color: var(--transparent);
  width: 25%;
  height: auto;
  margin-left: 50%;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.essencewrapper.pos3 {
  background-color: var(--transparent);
  width: 25%;
  height: auto;
  margin-left: 25%;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.essencewrapper.pos4 {
  background-color: var(--transparent);
  width: 25%;
  height: auto;
  margin-left: 75%;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.essencewrapper.pos5 {
  background-color: var(--transparent);
  width: 25%;
  height: auto;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.essencewrapper.pos6 {
  background-color: var(--transparent);
  width: 25%;
  height: auto;
  margin-left: 50%;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.essencewrapper.pos7 {
  background-color: var(--transparent);
  width: 25%;
  height: auto;
  margin-left: 25%;
  padding-left: 10px;
  padding-right: 40px;
  overflow: visible;
}

.essencewrapper.pos8 {
  background-color: var(--transparent);
  width: 25%;
  height: auto;
  margin-left: 75%;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.essencewrapper.pos9 {
  background-color: var(--transparent);
  width: 25%;
  height: auto;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.essencewrapper.pos10 {
  background-color: var(--transparent);
  width: 25%;
  height: auto;
  margin-left: 50%;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.essencewrapper.pos11 {
  background-color: var(--transparent);
  width: 25%;
  height: auto;
  margin-left: 25%;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.essencewrapper.pos12 {
  background-color: var(--transparent);
  width: 25%;
  height: auto;
  margin-left: 75%;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.essencewrapper.pos13 {
  background-color: var(--transparent);
  width: 25%;
  height: auto;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.essencewrapper.pos14 {
  background-color: var(--transparent);
  width: 25%;
  height: auto;
  margin-left: 50%;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.essencewrapper.pos15 {
  background-color: var(--transparent);
  width: 25%;
  height: auto;
  margin-left: 25%;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.essencewrapper.pos16 {
  background-color: var(--transparent);
  width: 25%;
  height: auto;
  margin-left: 75%;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.essencewrapper.pos17 {
  background-color: var(--transparent);
  width: 25%;
  height: auto;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.essencewrapper.pos18 {
  background-color: var(--transparent);
  width: 25%;
  height: auto;
  margin-left: 50%;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.essencewrapper.pos19 {
  background-color: var(--transparent);
  width: 25%;
  height: auto;
  margin-left: 25%;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.essencewrapper.pos20 {
  background-color: var(--transparent);
  width: 25%;
  height: auto;
  margin-left: 75%;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.essencecontainer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--transparent);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 25%;
  max-width: none;
  height: auto;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 80px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: visible;
}

.essencecontainer.pos1 {
  background-color: var(--transparent);
  pointer-events: auto;
  width: 25%;
  height: auto;
  margin-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.essencecontainer.pos2 {
  background-color: var(--transparent);
  width: 25%;
  height: auto;
  margin-left: 50%;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.essencecontainer.pos3 {
  background-color: var(--transparent);
  width: 25%;
  height: auto;
  margin-left: 25%;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.essencecontainer.pos4 {
  background-color: var(--transparent);
  width: 25%;
  height: auto;
  margin-left: 75%;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.essencecontainer.pos5 {
  background-color: var(--transparent);
  width: 25%;
  height: auto;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.essencecontainer.pos6 {
  background-color: var(--transparent);
  width: 25%;
  height: auto;
  margin-left: 50%;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.essencecontainer.pos7 {
  background-color: var(--transparent);
  width: 25%;
  height: auto;
  margin-left: 25%;
  padding-left: 10px;
  padding-right: 40px;
  overflow: visible;
}

.essencecontainer.pos8 {
  background-color: var(--transparent);
  width: 25%;
  height: auto;
  margin-left: 75%;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.essencecontainer.pos9 {
  background-color: var(--transparent);
  width: 25%;
  height: auto;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.essencecontainer.pos10 {
  background-color: var(--transparent);
  width: 25%;
  height: auto;
  margin-left: 50%;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.essencecontainer.pos11 {
  background-color: var(--transparent);
  width: 25%;
  height: auto;
  margin-left: 25%;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.essencecontainer.pos12 {
  background-color: var(--transparent);
  width: 25%;
  height: auto;
  margin-left: 75%;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.essencecontainer.pos13 {
  background-color: var(--transparent);
  width: 25%;
  height: auto;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.essencecontainer.pos14 {
  background-color: var(--transparent);
  width: 25%;
  height: auto;
  margin-left: 50%;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.essencecontainer.pos15 {
  background-color: var(--transparent);
  width: 25%;
  height: auto;
  margin-left: 25%;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.essencecontainer.pos16 {
  background-color: var(--transparent);
  width: 25%;
  height: auto;
  margin-left: 75%;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.essencecontainer.pos17 {
  background-color: var(--transparent);
  width: 25%;
  height: auto;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.essencecontainer.pos18 {
  background-color: var(--transparent);
  width: 25%;
  height: auto;
  margin-left: 50%;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.essencecontainer.pos19 {
  background-color: var(--transparent);
  width: 25%;
  height: auto;
  margin-left: 25%;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.essencecontainer.pos20 {
  background-color: var(--transparent);
  width: 25%;
  height: auto;
  margin-left: 75%;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.wrapforlink {
  white-space: normal;
  word-break: normal;
  overflow-wrap: anywhere;
}

.linkticker {
  text-decoration: none;
}

.link-3 {
  color: var(--black);
  text-decoration: none;
}

.spancopyxs {
  letter-spacing: .2px;
  font-size: 18px;
  line-height: 18px;
  position: relative;
  bottom: 3px;
}

.spanbtndevice {
  color: var(--black);
  text-indent: 0;
  text-transform: none;
  column-count: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 4px;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  position: relative;
}

.spanbtndevice:hover {
  margin-right: 0;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.mainskills {
  z-index: 3;
  background-color: var(--transparent);
  opacity: 1;
  flex-flow: column;
  align-items: flex-start;
  width: 100vw;
  max-width: none;
  height: auto;
  margin-top: 20px;
  margin-bottom: -25vh;
  margin-right: 0;
  padding-top: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
  top: 0;
}

.mainskills.extended {
  margin-top: 0;
  padding-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
  display: none;
}

.mainskills.compact {
  margin-top: 0;
  padding-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: static;
}

.mainskills.extended {
  margin-top: 0;
  margin-bottom: 25vh;
  padding-top: 40px;
  padding-right: 30px;
  display: flex;
  position: static;
}

.skillswrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--transparent);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-bottom: 25vh;
  margin-left: 0;
  padding-top: 24px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: visible;
}

.skillswrapper.pos1 {
  background-color: var(--transparent);
  flex: 0 auto;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 24px;
  overflow: visible;
}

.skillswrapper.pos2 {
  background-color: var(--transparent);
  width: 25%;
  height: auto;
  margin-left: 50%;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.skillswrapper.pos3 {
  background-color: var(--transparent);
  width: 25%;
  height: auto;
  margin-left: 25%;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.skillswrapper.pos4 {
  background-color: var(--transparent);
  width: 25%;
  height: auto;
  margin-left: 75%;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.skillswrapper.pos5 {
  background-color: var(--transparent);
  width: 25%;
  height: auto;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.skillswrapper.pos6 {
  background-color: var(--transparent);
  width: 25%;
  height: auto;
  margin-left: 50%;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.skillswrapper.pos7 {
  background-color: var(--transparent);
  width: 25%;
  height: auto;
  margin-left: 25%;
  padding-left: 10px;
  padding-right: 40px;
  overflow: visible;
}

.skillswrapper.pos8 {
  background-color: var(--transparent);
  width: 25%;
  height: auto;
  margin-left: 75%;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.skillswrapper.pos9 {
  background-color: var(--transparent);
  width: 25%;
  height: auto;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.skillswrapper.pos10 {
  background-color: var(--transparent);
  width: 25%;
  height: auto;
  margin-left: 50%;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.skillswrapper.pos11 {
  background-color: var(--transparent);
  width: 25%;
  height: auto;
  margin-left: 25%;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.skillswrapper.pos12 {
  background-color: var(--transparent);
  width: 25%;
  height: auto;
  margin-left: 75%;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.skillswrapper.pos13 {
  background-color: var(--transparent);
  width: 25%;
  height: auto;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.skillswrapper.pos14 {
  background-color: var(--transparent);
  width: 25%;
  height: auto;
  margin-left: 50%;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.skillswrapper.pos15 {
  background-color: var(--transparent);
  width: 25%;
  height: auto;
  margin-left: 25%;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.skillswrapper.pos16 {
  background-color: var(--transparent);
  width: 25%;
  height: auto;
  margin-left: 75%;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.skillswrapper.pos17 {
  background-color: var(--transparent);
  width: 25%;
  height: auto;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.skillswrapper.pos18 {
  background-color: var(--transparent);
  width: 25%;
  height: auto;
  margin-left: 50%;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.skillswrapper.pos19 {
  background-color: var(--transparent);
  width: 25%;
  height: auto;
  margin-left: 25%;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.skillswrapper.pos20 {
  background-color: var(--transparent);
  width: 25%;
  height: auto;
  margin-left: 75%;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.skillswrapper.pos3 {
  background-color: var(--transparent);
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 25vh;
  margin-left: 0%;
  overflow: visible;
}

.skillswrapper.pos2 {
  background-color: var(--transparent);
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 25vh;
  margin-left: auto;
  overflow: visible;
}

.skillscopychronology {
  padding-left: 0;
  padding-right: 0;
}

.skillscopychronology.pos1 {
  width: 75%;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  margin: 16px auto 45vh 10%;
}

.skillscopychronology.pos2 {
  width: 37%;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-left: 50%;
  margin-right: 6vw;
}

.skillscopychronology.pos3 {
  width: 80%;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-top: 45vh;
  margin-left: 20%;
  margin-right: 0;
  padding-right: 40px;
  position: static;
  top: 1px;
}

.skillscopychronology.pos4 {
  width: 37%;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-top: 20vh;
  margin-left: 10%;
  margin-right: auto;
}

.skillscopychronology.pos5 {
  width: 75%;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-top: 45vh;
  margin-left: 20%;
  margin-right: 0;
  padding-left: 146px;
}

.skillscopychronology.pos6 {
  width: 37%;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  margin: 20vh 6vw 45vh 50%;
}

.skillscopychronology.pos7 {
  width: 25%;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-top: 10vh;
  margin-left: 18vw;
  margin-right: auto;
}

.skillscopychronology.chronology {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  flex: none;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.skillscopychronology.future {
  display: none;
}

.linkunderscore {
  text-decoration: underline;
}

.schwerpunkte {
  width: auto;
  height: auto;
  margin-left: 0;
  margin-right: auto;
  display: none;
}

.linkpodcast {
  text-underline-offset: 8px;
  -webkit-text-decoration-color: var(--black);
  text-decoration-color: var(--black);
  margin-left: 25%;
  text-decoration-thickness: 2px;
  transition: all .25s cubic-bezier(.165, .84, .44, 1);
}

.linkpodcast:hover {
  opacity: var(--btnhovertranspa);
}

.imagepodcast {
  width: 66%;
  max-width: none;
  margin-left: 25%;
}

.imagepodcast._50 {
  width: calc(50% - 10px);
}

.image-2 {
  height: 40px;
}

.mainworkshops {
  z-index: 99;
  background-color: var(--transparent);
  opacity: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  max-width: none;
  height: auto;
  margin-bottom: 320px;
  margin-right: 0;
  padding-top: 160px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
  top: 0;
}

.mainworkshops.extended {
  margin-top: 0;
  padding-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
  display: none;
}

.mainworkshops.compact {
  margin-top: 0;
  padding-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: static;
}

.mainworkshops.extended {
  margin-top: 0;
  margin-bottom: 25vh;
  padding-top: 40px;
  padding-right: 30px;
  display: flex;
  position: static;
}

.sectionworkshops {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-width: auto;
  max-width: none;
  min-height: auto;
  padding-top: 20px;
  display: flex;
}

.imgworkshops {
  background-color: var(--transparent);
  flex-flow: column;
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  height: auto;
  min-height: auto;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: hidden;
}

.btnworkshops {
  background-color: var(--black);
  text-align: center;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  text-decoration: none;
  transition: all .25s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: relative;
  inset: auto;
}

.btnworkshops:hover {
  background-color: var(--btnhover);
}

.btnworkshops.hero {
  width: 240px;
  position: absolute;
  left: auto;
  right: auto;
}

.btnworkshops.cell {
  justify-content: center;
  align-items: center;
  width: 33%;
  margin-top: 40px;
  margin-bottom: 12px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.btnworkshops.cell:hover {
  border: 1px #000;
}

.wrapperworkshops {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--transparent);
  flex-flow: row;
  justify-content: flex-start;
  width: 80%;
  height: auto;
  display: flex;
}

.cardworkshops {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px dotted var(--workshopslight);
  background-color: var(--workshopsdark);
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 40%;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 40px;
  transition: all .25s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.cardworkshops:hover {
  border-style: dotted;
  border-width: 1px;
  border-color: #333 #333 var(--secondary);
  background-color: var(--workshopslight);
  border-radius: 12px;
}

.div-block {
  width: 100%;
  height: 100%;
}

.div-block-2 {
  background-color: var(--secondary);
}

.workshophead {
  background-color: var(--primary);
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
}

.workshopprice {
  background-color: var(--transparent);
  width: 100%;
  height: auto;
}

.headtitle, .headdetails {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
}

.headpos1 {
  align-items: flex-start;
  width: 40%;
  height: auto;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.headpos2 {
  flex-flow: column;
  width: 60%;
  height: auto;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.quick-stack {
  grid-row-gap: 80px;
  flex: 0 auto;
  width: auto;
  height: auto;
  min-height: auto;
  padding: 0;
}

.cell {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: flex-start;
}

.cell-2 {
  justify-content: flex-start;
  align-items: center;
}

.copyxslight {
  border: 1px #000;
  font-weight: 400;
}

.bodyworkshops {
  background-color: var(--workshopslight);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-flow: column;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.cell-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.dropdowntoggle {
  background-color: var(--transparent);
  text-align: center;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: flex;
  overflow: visible;
}

.dropdownlist {
  background-color: var(--transparent);
  width: 100%;
  margin-bottom: 12px;
  padding-left: 0;
  display: block;
  position: static;
  overflow: visible;
}

.studiowrappercopynoslide {
  background-color: #fff0;
  width: 50%;
  height: auto;
  margin-bottom: 14px;
}

.copybold {
  color: #1a1a1a;
  font-weight: 700;
}

.copybold.negative {
  color: #f5f5f5;
  text-transform: uppercase;
  text-decoration: none;
}

.workshopsdropdown {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-top: 1px none var(--black);
  border-bottom: 1px dotted var(--secondary);
  background-color: var(--transparent);
  opacity: 1;
  outline-offset: 0px;
  outline: 1px #333;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding-top: 12px;
  display: flex;
  overflow: hidden;
}

.workshopsdropdown.posfinal {
  border-bottom: 1px none var(--black);
}

.dropdownarrowimg {
  aspect-ratio: 1;
  background-color: var(--transparent);
  width: 10px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 5px;
}

.sectionlegal {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  background-color: #fff0;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 25%;
  height: auto;
  min-height: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: 0;
  padding-top: 12px;
  padding-bottom: 0;
  padding-right: 12px;
  display: flex;
  position: static;
  inset: 0% 0% auto auto;
  overflow: visible;
  transform: translate(0);
}

.sectionlegal:hover {
  transform: none;
}

.textcopyregularlm {
  color: #1a1a1a;
  text-align: center;
  letter-spacing: .4px;
  text-transform: uppercase;
  width: auto;
  margin-bottom: 0;
  margin-right: auto;
  padding-left: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  overflow: hidden;
}

.textcopyregularlm.negative {
  color: #f5f5f5;
  letter-spacing: .6px;
  background-color: #fff0;
  width: auto;
  height: auto;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  display: block;
  position: static;
}

.textcopyregularlm.negative:hover {
  color: #f5f5f5;
  text-align: center;
  letter-spacing: .6px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  text-decoration: none;
}

.wrapperdetails {
  border-top: 1px dotted var(--secondary);
  border-bottom: 1px dotted var(--secondary);
  flex-flow: column;
  width: auto;
  height: auto;
  display: flex;
}

.sectionintro {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--transparent);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  margin-bottom: 160px;
  display: flex;
}

.btnworkshopsnoslide {
  background-color: var(--black);
  opacity: 1;
  text-align: center;
  mix-blend-mode: normal;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  text-decoration: none;
  transition: all .25s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: relative;
  inset: auto;
}

.btnworkshopsnoslide:hover {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--btnhover);
  opacity: 1;
}

.btnworkshopsnoslide.hero {
  width: 240px;
  position: absolute;
  left: auto;
  right: auto;
}

.btnworkshopsnoslide.cell {
  justify-content: center;
  align-items: center;
  width: 33%;
  margin-top: 40px;
  margin-bottom: 12px;
  margin-right: 0;
}

.left-arrow-2, .right-arrow-2, .slide-nav-2 {
  display: none;
}

.slidemockup {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
}

.mask {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  overflow: hidden;
}

.imageworkshopmockup {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.image-4 {
  width: 100%;
  min-width: 100%;
}

.spancopyindexs {
  text-indent: 0;
  font-size: 15px;
  line-height: 15px;
  position: relative;
  bottom: 10px;
}

.video169 {
  aspect-ratio: 16 / 9;
  border: 1px solid var(--secondary);
  border-radius: 4px;
  width: 50%;
  height: auto;
}

.video169.tools {
  border: 1px solid var(--white);
  border-radius: 4px;
  margin-bottom: 40px;
}

.btnskills {
  background-color: var(--black);
  text-align: center;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  text-decoration: none;
  transition: all .25s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: relative;
  inset: auto;
}

.btnskills:hover {
  background-color: var(--secondary);
}

.btnskills.hero {
  width: 240px;
  position: absolute;
  left: auto;
  right: auto;
}

.btnskills.cell {
  justify-content: center;
  align-items: center;
  width: 33%;
  margin-top: 40px;
  margin-bottom: 12px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.btnskills.cell:hover {
  border: 1px #000;
}

@media screen and (max-width: 991px) {
  .navbar {
    height: 100vw;
  }

  .copyl, .copyl.right, .copyl.navpos1, .copyl.navpos2 {
    font-size: 48px;
    line-height: 42px;
  }

  .copyl.navpos3 {
    margin-bottom: 20px;
    font-size: 48px;
    line-height: 42px;
  }

  .copyl.manifestoheader.pos4 {
    width: 75%;
    margin-left: 20px;
  }

  .copyl.press.pos1, .copyl.press.pos2 {
    width: auto;
  }

  .copyl.rightnavbarl, .copyl.rightnavbarm {
    font-size: 30px;
    line-height: 27px;
  }

  .copyl.rightnavbars {
    font-size: 48px;
    line-height: 42px;
  }

  .copyl.workshops.pos1 {
    width: 75%;
    margin-bottom: 20px;
    margin-left: 20px;
    position: fixed;
    inset: auto auto 0% 0%;
  }

  .copyl.workshops.pos2 {
    width: auto;
  }

  .homecopy.pos1 {
    width: 90%;
    margin-bottom: 25vh;
    margin-left: 20px;
  }

  .homecopy.pos2 {
    width: 62.5%;
    margin-bottom: 50vh;
    margin-left: 37.5%;
    margin-right: auto;
    padding-right: 20px;
  }

  .homecopy.pos3 {
    width: 90%;
    margin-top: 0;
    margin-bottom: 25vh;
    margin-left: auto;
  }

  .homecopy.pos4 {
    width: 70%;
    margin: 0 auto 25vh 5%;
  }

  .homecopy.pos5 {
    width: 85%;
    margin: 0 auto 25vh 10%;
    padding-left: 0;
  }

  .homecopy.pos6 {
    width: 70%;
    margin: 0 auto 50vh 25%;
    padding-left: 0;
  }

  .copys {
    font-size: 30px;
    line-height: 27px;
  }

  .copys.chronology {
    line-height: 27px;
  }

  .copys.chronology.scale75 {
    font-size: 25px;
    line-height: 22.5px;
  }

  .copys.chronology.scale50 {
    font-size: 20px;
    line-height: 18px;
  }

  .copys.essencecopy {
    margin-bottom: -200px;
    font-size: 20px;
    line-height: 18px;
    display: none;
  }

  .copys.manifestofooter {
    width: 80%;
    max-width: none;
    margin-bottom: 120px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-right: 5%;
    inset: auto 0% 0%;
  }

  .copys.press.pos2, .copys.press.w66 {
    width: auto;
  }

  .copys.workshops.pos1 {
    width: 80%;
  }

  .copylxl {
    width: auto;
    font-size: 64px;
    line-height: 58px;
  }

  .copyxs.copyscroll {
    margin-bottom: 12px;
    top: auto;
    bottom: 0;
  }

  .copyxs.essencesubhead {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 16px;
  }

  .copyxs.sliderbutton {
    margin-left: 8px;
    margin-right: 8px;
    padding: 4px 16px;
    font-size: 10px;
  }

  .copyxs.imprinthero {
    top: auto;
  }

  .copyxs.chapterworkshops.pos1 {
    margin-left: 10%;
  }

  .footer.home {
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footercopy.pos1 {
    background-color: var(--transparent);
    width: 75vw;
  }

  .footercopy.disclaimer {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    margin: auto 0 0;
    padding-left: 20px;
    padding-right: 20px;
    right: auto;
  }

  .linknavbar {
    font-size: 14px;
  }

  .image.home.portrait {
    width: 50%;
    margin-left: 0;
    display: none;
  }

  .manifesto {
    position: fixed;
    inset: 45vh 0% auto;
  }

  .spancopylxlindex {
    font-size: 32px;
    top: -23px;
  }

  .navpos4.home {
    margin-bottom: 20px;
  }

  .navpos4.manifestom {
    transform: scale(.625);
  }

  .navpos4.manifesto {
    margin-bottom: 0;
    bottom: 20px;
    transform: scale(.625);
  }

  .navpos4.subpagem {
    transform: scale(.62523);
  }

  .navpos4.subpage {
    position: fixed;
    transform: scale(.625);
  }

  .grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    margin-bottom: 12vh;
  }

  .grid.skills {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-bottom: 120px;
  }

  .spanlink14px.copy30.passive {
    top: -1px;
  }

  .containerfooter.press {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .containerfooter.home {
    width: 100%;
    max-width: none;
  }

  .containerfooter.manifesto {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .containerfooter.datenschutz {
    background-color: var(--transparent);
    width: 100%;
    height: 80px;
    padding-left: 0;
    padding-right: 0;
  }

  .containerfooter.imprint {
    height: auto;
  }

  .containerfooter.skills {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .containerfooter.workshops {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    top: auto;
    bottom: 0;
  }

  .homecopychronology {
    padding-left: 0;
    padding-right: 0;
  }

  .linkchronology.copy22 {
    top: 4px;
    bottom: auto;
  }

  .linkchronology.copy15 {
    top: 8px;
  }

  .linkchronology.copy30 {
    top: -1px;
  }

  .header.manifesto {
    background-color: var(--transparent);
  }

  .copym.manifestoheader.pos3, .copym.essencehead {
    font-size: 36px;
    line-height: 32px;
  }

  .essence.pos1 {
    width: 50%;
    margin-bottom: 106px;
  }

  .essence.pos2 {
    width: 50%;
    max-width: none;
    margin-bottom: 209px;
    margin-left: 50%;
  }

  .essence.pos3 {
    width: 50%;
    margin-bottom: 209px;
    margin-left: 12.5%;
  }

  .essence.pos4 {
    width: 50%;
    margin-bottom: 139px;
    margin-left: 50%;
  }

  .essence.pos5 {
    width: 50%;
    margin-bottom: 209px;
    margin-left: 6%;
  }

  .essence.pos6 {
    width: 50%;
    margin-bottom: 209px;
    margin-left: 25%;
  }

  .essence.pos7 {
    width: 50%;
    margin-bottom: 107px;
    margin-left: 0%;
  }

  .essence.pos8 {
    width: 50%;
    margin-bottom: 209px;
    margin-left: 50%;
  }

  .essence.pos9 {
    width: 50%;
    margin-bottom: 210px;
    margin-left: 12%;
  }

  .essence.pos10 {
    width: 50%;
    margin-bottom: 210px;
    margin-left: 50%;
  }

  .essence.pos11 {
    width: 50%;
    margin-bottom: 210px;
    margin-left: 6%;
  }

  .essence.pos12 {
    width: 50%;
    margin-bottom: 210px;
    margin-left: 25%;
  }

  .essence.pos13 {
    width: 50%;
    margin-bottom: 81px;
  }

  .essence.pos14 {
    width: 50%;
    margin-bottom: 210px;
    margin-left: 50%;
  }

  .essence.pos15 {
    width: 50%;
    margin-bottom: 210px;
    margin-left: 12.5%;
  }

  .essence.pos16 {
    width: 50%;
    margin-bottom: 129px;
    margin-left: 50%;
  }

  .essence.pos17 {
    width: 50%;
    margin-bottom: 161px;
    margin-left: 6px;
  }

  .essence.pos18 {
    width: 50%;
    margin-bottom: 208px;
    margin-left: 25%;
  }

  .essence.pos19 {
    width: 50%;
    margin-bottom: 86px;
    margin-left: 0%;
  }

  .essence.pos20 {
    width: 50%;
    max-width: none;
    margin-left: 50%;
  }

  .mainmanifesto.extended {
    padding-left: 10px;
  }

  .wrapmanifestoheader {
    margin-top: -20px;
    margin-bottom: 0;
    top: 45vh;
  }

  .footerlatestticker {
    width: calc(100% - 40px);
    margin-bottom: -8px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    bottom: 44px;
    left: auto;
    right: auto;
  }

  .latestimage {
    aspect-ratio: 3 / 2;
  }

  .linkimage {
    aspect-ratio: auto;
    height: 100%;
  }

  .wraptoc {
    margin-bottom: 20px;
    margin-left: 20px;
    padding-right: 133px;
    inset: auto auto 0% 0%;
  }

  .presswrapper {
    max-width: none;
  }

  .presswrapper.pos1 {
    max-width: none;
    margin-bottom: 25vh;
  }

  .presswrapper.podcasts {
    max-width: none;
    margin-bottom: 12vh;
  }

  .copywrapper.press.pos2, .slider {
    width: auto;
  }

  .imagewrapper.press {
    width: 75%;
    min-width: auto;
    max-width: none;
    min-height: auto;
  }

  .linkcopy14 {
    margin-left: 0;
    margin-right: auto;
  }

  .linkcopy14.right {
    margin-left: auto;
    margin-right: 0;
  }

  .linkcopylm {
    display: flex;
  }

  .contact {
    margin-top: 40px;
    display: none;
  }

  .maindatenschutz {
    width: auto;
    margin-left: 25%;
    padding-right: 40px;
  }

  .wrapperimprint {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
  }

  .mainimprint {
    width: auto;
    padding-left: 20px;
    padding-right: 142px;
  }

  .essencewrap.pos1 {
    flex-flow: column;
    align-items: flex-start;
    width: 50%;
    margin-bottom: 106px;
    margin-left: 0;
    display: flex;
  }

  .essencewrapper.pos1 {
    width: 50%;
    margin-bottom: 106px;
  }

  .essencewrapper.pos2 {
    width: 50%;
    margin-top: 0;
    margin-bottom: 209px;
    margin-left: 50%;
  }

  .essencewrapper.pos3 {
    width: 50%;
    margin-bottom: 209px;
    margin-left: 12.5%;
  }

  .essencewrapper.pos4 {
    width: 50%;
    max-width: none;
    margin-bottom: 139px;
    margin-left: 50%;
  }

  .essencewrapper.pos5 {
    width: 50%;
    margin-bottom: 209px;
    margin-left: 0%;
  }

  .essencewrapper.pos6 {
    width: 50%;
    margin-bottom: 209px;
    margin-left: 25%;
  }

  .essencewrapper.pos7 {
    width: 50%;
    max-width: none;
    margin-bottom: 107px;
    margin-left: 0%;
  }

  .essencewrapper.pos8 {
    width: 50%;
    max-width: none;
    margin-bottom: 209px;
    margin-left: 50%;
  }

  .essencewrapper.pos9 {
    width: 50%;
    max-width: none;
    margin-bottom: 210px;
    margin-left: 12%;
  }

  .essencewrapper.pos10 {
    width: 50%;
    max-width: none;
    margin-bottom: 210px;
    margin-left: 50%;
  }

  .essencewrapper.pos11 {
    width: 50%;
    max-width: none;
    margin-bottom: 210px;
    margin-left: 6%;
  }

  .essencewrapper.pos12 {
    width: 50%;
    margin-bottom: 210px;
    margin-left: 25%;
  }

  .essencewrapper.pos13 {
    width: 50%;
    max-width: none;
    margin-bottom: 81px;
  }

  .essencewrapper.pos14 {
    width: 50%;
    max-width: none;
    margin-bottom: 210px;
    margin-left: 50%;
  }

  .essencewrapper.pos15 {
    width: 50%;
    max-width: none;
    margin-bottom: 210px;
    margin-left: 12.5%;
  }

  .essencewrapper.pos16 {
    width: 50%;
    max-width: none;
    margin-bottom: 129px;
    margin-left: 50%;
  }

  .essencewrapper.pos17 {
    width: 50%;
    max-width: none;
    margin-bottom: 161px;
    margin-left: 6px;
  }

  .essencewrapper.pos18 {
    width: 50%;
    max-width: none;
    margin-bottom: 208px;
    margin-left: 25%;
  }

  .essencewrapper.pos19 {
    width: 50%;
    max-width: none;
    margin-bottom: 86px;
    margin-left: 0%;
  }

  .essencewrapper.pos20 {
    width: 50%;
    max-width: none;
    margin-left: 50%;
  }

  .essencecontainer.pos1 {
    width: 50%;
    margin-bottom: 106px;
  }

  .essencecontainer.pos2 {
    width: 50%;
    margin-top: 0;
    margin-bottom: 209px;
    margin-left: 50%;
  }

  .essencecontainer.pos3 {
    width: 50%;
    margin-bottom: 209px;
    margin-left: 12.5%;
  }

  .essencecontainer.pos4 {
    width: 50%;
    max-width: none;
    margin-bottom: 139px;
    margin-left: 50%;
  }

  .essencecontainer.pos5 {
    width: 50%;
    margin-bottom: 209px;
    margin-left: 0%;
  }

  .essencecontainer.pos6 {
    width: 50%;
    margin-bottom: 209px;
    margin-left: 25%;
  }

  .essencecontainer.pos7 {
    width: 50%;
    max-width: none;
    margin-bottom: 107px;
    margin-left: 0%;
  }

  .essencecontainer.pos8 {
    width: 50%;
    max-width: none;
    margin-bottom: 209px;
    margin-left: 50%;
  }

  .essencecontainer.pos9 {
    width: 50%;
    max-width: none;
    margin-bottom: 210px;
    margin-left: 12%;
  }

  .essencecontainer.pos10 {
    width: 50%;
    max-width: none;
    margin-bottom: 210px;
    margin-left: 50%;
  }

  .essencecontainer.pos11 {
    width: 50%;
    max-width: none;
    margin-bottom: 210px;
    margin-left: 6%;
  }

  .essencecontainer.pos12 {
    width: 50%;
    margin-bottom: 210px;
    margin-left: 25%;
  }

  .essencecontainer.pos13 {
    width: 50%;
    max-width: none;
    margin-bottom: 81px;
  }

  .essencecontainer.pos14 {
    width: 50%;
    max-width: none;
    margin-bottom: 210px;
    margin-left: 50%;
  }

  .essencecontainer.pos15 {
    width: 50%;
    max-width: none;
    margin-bottom: 210px;
    margin-left: 12.5%;
  }

  .essencecontainer.pos16 {
    width: 50%;
    max-width: none;
    margin-bottom: 129px;
    margin-left: 50%;
  }

  .essencecontainer.pos17 {
    width: 50%;
    max-width: none;
    margin-bottom: 161px;
    margin-left: 6px;
  }

  .essencecontainer.pos18 {
    width: 50%;
    max-width: none;
    margin-bottom: 208px;
    margin-left: 25%;
  }

  .essencecontainer.pos19 {
    width: 50%;
    max-width: none;
    margin-bottom: 86px;
    margin-left: 0%;
  }

  .essencecontainer.pos20 {
    width: 50%;
    max-width: none;
    margin-left: 50%;
  }

  .spanbtndevice {
    padding-right: 3px;
    font-size: 50px;
  }

  .mainskills {
    margin-bottom: -25vh;
  }

  .skillswrapper {
    max-width: none;
  }

  .skillswrapper.pos1 {
    max-width: none;
    margin-bottom: 0;
  }

  .skillscopychronology {
    padding-left: 0;
    padding-right: 0;
  }

  .sectionworkshops {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 0;
  }

  .imgworkshops {
    width: 80%;
    min-width: 80%;
    max-width: 80%;
  }

  .cardworkshops {
    width: 100%;
    margin-bottom: 120px;
  }

  .cardworkshops.pos2 {
    margin-bottom: 0;
  }

  .dropdownlist {
    padding-right: 12px;
  }

  .sectionlegal {
    width: 75%;
    margin-bottom: 25vh;
    margin-left: auto;
    margin-right: 0;
    position: static;
  }

  .textcopyregularlm {
    margin-left: auto;
  }

  .sectionintro {
    max-width: none;
  }

  .video169.tools {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .copyl, .copyl.right, .copyl.navpos1, .copyl.navpos2, .copyl.navpos3 {
    font-size: 38px;
    line-height: 34px;
  }

  .copyl.press.pos2b {
    width: auto;
  }

  .copyl.workshops.pos1 {
    inset: auto auto 0% 0%;
  }

  .copyl.workshops.pos2b, .homecopy.pos2 {
    width: auto;
  }

  .copys {
    font-size: 24px;
    line-height: 22px;
  }

  .copys.chronology {
    line-height: 22px;
  }

  .copys.chronology.scale75 {
    font-size: 21px;
    line-height: 19px;
  }

  .copys.chronology.scale50 {
    font-size: 19px;
    line-height: 17px;
  }

  .copys.essencecopy {
    padding-right: 10px;
    display: none;
  }

  .copys.manifestofooter {
    padding-right: 0%;
  }

  .copys.workshops.pos1 {
    width: 90%;
  }

  .copylxl {
    font-size: 65px;
    line-height: 58px;
  }

  .copyxs.essenceindex {
    margin-bottom: 4px;
  }

  .copyxs.press.pos2 {
    width: auto;
  }

  .copyxs.datenschutz {
    margin-left: 0;
    margin-right: auto;
  }

  .copyxs.chapterworkshops.pos2 {
    margin-left: 3%;
  }

  .copyxs.chapterworkshops.pos1 {
    margin-left: 5%;
  }

  .footercopy.disclaimer {
    width: 100%;
  }

  .spancopylxlindex, .spancopylxlindex.nowrap {
    font-size: 32.5px;
  }

  .navpos4.manifesto {
    transform: scale(.75);
  }

  .spanlink14px.copy30.passive {
    top: 4px;
  }

  .containerfooter.press, .containerfooter.skills, .containerfooter.workshops {
    width: 100%;
  }

  .linkchronology.copy22 {
    top: 7px;
  }

  .linkchronology.copy15 {
    top: 9px;
  }

  .linkchronology.copy30 {
    top: 3px;
  }

  .copym.manifestoheader.pos3 {
    font-size: 30px;
    line-height: 27px;
  }

  .essence.pos3, .essence.pos6, .essence.pos9, .essence.pos11, .essence.pos12, .essence.pos15 {
    width: 75%;
  }

  .essence.pos17 {
    margin-bottom: 202px;
  }

  .wrapmanifestoheader {
    margin-bottom: 0;
  }

  .spanmanifestosmall.imprint {
    font-size: 18px;
    line-height: 16.2px;
  }

  .wraptoc {
    padding-right: 110px;
  }

  .copywrapper.press.pos2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .linkpress {
    text-underline-offset: 1.5px;
  }

  .linkcopy14 {
    margin-left: 0;
    margin-right: auto;
  }

  .contact {
    display: none;
  }

  .maindatenschutz {
    width: 75%;
  }

  .mainimprint {
    padding-right: 105px;
  }

  .essencewrapper.pos3, .essencewrapper.pos6 {
    width: 75%;
  }

  .essencewrapper.pos8 {
    margin-top: 0;
  }

  .essencewrapper.pos9, .essencewrapper.pos11, .essencewrapper.pos12, .essencewrapper.pos15 {
    width: 75%;
  }

  .essencewrapper.pos17 {
    margin-bottom: 202px;
  }

  .essencecontainer.pos3, .essencecontainer.pos6 {
    width: 75%;
  }

  .essencecontainer.pos8 {
    margin-top: 0;
  }

  .essencecontainer.pos9, .essencecontainer.pos11, .essencecontainer.pos12, .essencecontainer.pos15 {
    width: 75%;
  }

  .essencecontainer.pos17 {
    margin-bottom: 202px;
  }

  .spancopyxs {
    line-height: 18px;
  }

  .spanbtndevice {
    padding-right: 2px;
    font-size: 47.5px;
  }

  .spanbtndevice:hover {
    margin-right: 0;
  }

  .linkpodcast {
    text-underline-offset: 1.5px;
  }

  .imgworkshops {
    width: 90%;
    min-width: 90%;
    max-width: 90%;
  }

  .cardworkshops {
    padding: 20px;
  }

  .quick-stack {
    grid-column-gap: 20px;
    grid-row-gap: 80px;
  }

  .spancopyindexs {
    bottom: 6px;
  }

  .video169.tools {
    width: 90%;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    height: 100vw;
  }

  .copyl, .copyl.right {
    font-size: 24px;
    line-height: 22px;
  }

  .copyl.navpos1 {
    margin-top: 10px;
    margin-left: 10px;
    font-size: 24px;
    line-height: 21px;
  }

  .copyl.navpos2 {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    font-size: 24px;
    line-height: 21px;
  }

  .copyl.navpos3 {
    margin-bottom: 10px;
    margin-left: 10px;
    font-size: 24px;
    line-height: 22px;
  }

  .copyl.manifestoheader.pos4 {
    margin-bottom: 10px;
    margin-left: 10px;
  }

  .copyl.press.pos2b {
    margin-left: 8%;
  }

  .copyl.rightnavbarl, .copyl.rightnavbarm, .copyl.rightnavbars {
    font-size: 30px;
    line-height: 27px;
  }

  .copyl.workshops.pos1 {
    width: 70%;
    margin-bottom: 10px;
    margin-left: 10px;
    inset: auto auto 0% 0%;
  }

  .copyl.workshops.pos2b {
    margin-left: 12.5%;
  }

  .main {
    margin-top: 100vh;
  }

  .homecopy.pos1 {
    margin-bottom: 33vh;
    margin-left: 10px;
  }

  .homecopy.pos2 {
    width: auto;
    margin-bottom: 66vh;
    margin-left: 12.5%;
  }

  .homecopy.pos3 {
    width: auto;
    margin-bottom: 12.5vh;
    margin-left: 10px;
  }

  .homecopy.pos4 {
    width: 75%;
    margin-bottom: 12.5vh;
    margin-left: 6%;
    margin-right: auto;
  }

  .homecopy.pos5 {
    width: auto;
    margin-bottom: 12.5vh;
    margin-left: 12.5%;
    padding-right: 20px;
  }

  .homecopy.pos6 {
    width: auto;
    margin-bottom: 25vh;
    margin-left: 25%;
    padding-right: 20px;
  }

  .copys {
    font-size: 18px;
    line-height: 17px;
  }

  .copys.chronology {
    font-size: 22px;
    line-height: 21px;
  }

  .copys.chronology.scale75 {
    font-size: 18px;
    line-height: 17px;
  }

  .copys.chronology.scale50 {
    font-size: 18px;
  }

  .copys.manifestoheader.pos2 {
    margin-top: 10px;
    margin-right: 10px;
  }

  .copys.manifestoheader.pos1 {
    margin-top: 10px;
    margin-left: 10px;
  }

  .copys.essencecopy {
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 0;
    font-size: 18px;
    line-height: 17px;
    display: none;
  }

  .copys.manifestofooter {
    width: 90%;
    margin-left: auto;
  }

  .copys.pressheader.pos1 {
    margin-top: 10px;
    margin-left: 10px;
  }

  .copys.pressheader.pos2 {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    inset: auto 0% 0% auto;
  }

  .copys.press.pos2 {
    margin-bottom: 80px;
    margin-left: 8%;
  }

  .copys.press.w66 {
    margin-bottom: 20px;
    margin-left: 8%;
  }

  .copys.presschapter {
    margin-left: 8%;
  }

  .copys.pos1 {
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
  }

  .copys.pos3 {
    margin-top: 0;
    margin-bottom: auto;
    margin-left: 10px;
    top: 0;
    bottom: auto;
  }

  .copys.pos2 {
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: 10px;
    position: relative;
    top: 0;
    bottom: auto;
  }

  .copys.scale125 {
    font-size: 22px;
    line-height: 21px;
  }

  .copylxl {
    font-size: 36px;
    line-height: 32px;
  }

  .copyxs {
    text-align: left;
    white-space: normal;
    word-break: normal;
    text-underline-offset: 11px;
    width: auto;
    min-height: auto;
    margin: 0 auto 0 0;
    text-decoration-thickness: 2px;
  }

  .copyxs.manifestoindex {
    margin-bottom: -1px;
  }

  .copyxs.copyscroll {
    margin-bottom: 12px;
    font-size: 10px;
    display: block;
    top: auto;
    bottom: 0;
  }

  .copyxs.copyscroll.bpxs {
    font-size: 10px;
    line-height: 10px;
  }

  .copyxs.essencesubhead {
    width: 90%;
    margin-bottom: 24px;
    line-height: 17px;
    display: block;
  }

  .copyxs.essenceindex {
    line-height: 16.2px;
  }

  .copyxs.captionpress {
    margin-left: 8%;
  }

  .copyxs.chapterworkshops.pos2 {
    margin-left: 3%;
  }

  .copyxs.workshops {
    text-align: center;
    margin-left: auto;
  }

  .copyxs.center {
    margin-left: auto;
  }

  .copyxs.workshopprice {
    margin-bottom: 80px;
  }

  .footer.home {
    height: 100vh;
  }

  .footercopy.pos1 {
    width: 90vw;
  }

  .footercopy.disclaimer {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--transparent);
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image.home.portrait {
    width: 75%;
    display: none;
  }

  .manifestoindexwrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: auto;
    margin-right: 60px;
  }

  .manifestoindexwrapper.pos1 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-right: 0;
  }

  .spancopylxlindex {
    font-size: 16px;
    top: -13px;
  }

  .spancopylxlindex.nowrap {
    font-size: 16px;
  }

  .homepreloader {
    margin-top: -40px;
  }

  .navpos4 {
    margin-bottom: 0;
    margin-right: 10px;
  }

  .navpos4.home {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .navpos4.manifesto {
    margin-bottom: 10px;
    bottom: 0;
    transform: scale(.75);
  }

  .navpos4.subpage {
    margin-top: 10px;
    margin-bottom: 10px;
    transform: scale(.75);
  }

  .linkmanifesto {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    flex-flow: column;
  }

  .grid {
    grid-template-columns: 1fr;
    width: 90vw;
  }

  .grid.skills {
    width: 100%;
    margin-bottom: 120px;
  }

  .spanlink14px.copy30.passive {
    position: relative;
    top: 6px;
  }

  .containerfooter.press {
    width: 100%;
  }

  .containerfooter.home {
    padding-left: 10px;
    padding-right: 10px;
  }

  .containerfooter.imprint {
    margin-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .containerfooter.skills {
    width: 100%;
    padding-left: 0;
    padding-right: 10px;
  }

  .containerfooter.workshops {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .linkchronology.copy22 {
    top: 8px;
  }

  .linkchronology.copy15 {
    top: 10px;
  }

  .linkchronology.copy30 {
    top: 5px;
  }

  .link.w--current {
    width: auto;
    min-width: auto;
    max-width: none;
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .copym.essencehead {
    font-size: 30px;
    line-height: 27px;
  }

  .essence.pos1 {
    width: auto;
    margin: 40px 0px 0px var(--bpxsessencemarginleftlarge);
    padding-bottom: 0;
    padding-right: 20px;
  }

  .essence.pos2 {
    width: auto;
    margin: var(--bpxsessencemargintoplarge) 0px 0px 0%;
    padding-bottom: 0;
    padding-right: 20px;
  }

  .essence.pos3 {
    width: auto;
    margin: var(--bpxsessencemargintoplarge) 0px 0px var(--bpxsessencemarginleftsmall);
    padding-bottom: 0;
    padding-right: 20px;
  }

  .essence.pos4 {
    width: auto;
    margin: var(--bpxsessencemargintopsmall) 0px 0px 0%;
    padding-bottom: 0;
    padding-right: 20px;
  }

  .essence.pos5 {
    width: auto;
    margin: var(--bpxsessencemargintoplarge) 0px 0px var(--bpxsessencemarginleftlarge);
    padding-bottom: 0;
    padding-right: 20px;
  }

  .essence.pos6 {
    width: auto;
    margin: var(--bpxsessencemargintopsmall) 0px 0px 0%;
    padding-bottom: 0;
    padding-right: 20px;
  }

  .essence.pos7 {
    width: auto;
    margin: var(--bpxsessencemargintopsmall) 0px 0px var(--bpxsessencemarginleftsmall);
    padding-bottom: 0;
    padding-right: 20px;
  }

  .essence.pos8 {
    width: auto;
    margin: var(--bpxsessencemargintoplarge) 0px 0px 0%;
    padding-bottom: 0;
    padding-right: 20px;
  }

  .essence.pos9 {
    width: auto;
    margin: var(--bpxsessencemargintopsmall) 0px 0px var(--bpxsessencemarginleftlarge);
    padding-bottom: 0;
    padding-right: 20px;
  }

  .essence.pos10 {
    width: auto;
    margin: var(--bpxsessencemargintoplarge) 0px 0px 0%;
    padding-bottom: 0;
    padding-right: 20px;
  }

  .essence.pos11 {
    width: auto;
    height: auto;
    margin: var(--bpxsessencemargintoplarge) 0px 0px var(--bpxsessencemarginleftsmall);
    padding-bottom: 0;
    padding-right: 20px;
  }

  .essence.pos12 {
    width: auto;
    margin: var(--bpxsessencemargintopsmall) 0px 0px 0%;
    padding-bottom: 0;
    padding-right: 20px;
  }

  .essence.pos13 {
    width: auto;
    margin: var(--bpxsessencemargintoplarge) 0px 0px var(--bpxsessencemarginleftlarge);
    padding-bottom: 0;
    padding-right: 20px;
  }

  .essence.pos14 {
    width: auto;
    margin: var(--bpxsessencemargintopsmall) 0px 0px 0%;
    padding-bottom: 0;
    padding-right: 20px;
  }

  .essence.pos15 {
    width: auto;
    margin: var(--bpxsessencemargintopsmall) 0px 0px var(--bpxsessencemarginleftsmall);
    padding-bottom: 0;
    padding-right: 20px;
  }

  .essence.pos16 {
    width: auto;
    margin: var(--bpxsessencemargintoplarge) 0px 0px 0%;
    padding-bottom: 0;
    padding-right: 20px;
  }

  .essence.pos17 {
    width: auto;
    margin: var(--bpxsessencemargintopsmall) 0px 0px var(--bpxsessencemarginleftlarge);
    padding-bottom: 0;
    padding-right: 20px;
  }

  .essence.pos18 {
    width: auto;
    margin: var(--bpxsessencemargintoplarge) 0px 0px 0%;
    padding-bottom: 0;
    padding-right: 20px;
  }

  .essence.pos19 {
    width: auto;
    margin: var(--bpxsessencemargintoplarge) 0px 0px var(--bpxsessencemarginleftsmall);
    padding-bottom: 0;
    padding-right: 20px;
  }

  .essence.pos20 {
    width: auto;
    margin-top: var(--bpxsessencemargintopsmall);
    margin-left: 0%;
    margin-right: 0;
    padding-bottom: 0;
    padding-right: 20px;
  }

  .mainmanifesto.extended {
    padding-top: 80px;
    padding-left: 0;
    padding-right: 0;
  }

  .wrapmanifestoheader {
    margin-top: -20px;
    margin-bottom: 0;
    top: 45vh;
    bottom: auto;
  }

  .spanmanifestosmall.imprint {
    line-height: 10px;
  }

  .footerlatestticker {
    background-color: var(--transparent);
    width: calc(100% - 20px);
    margin-bottom: 0;
    bottom: 34px;
  }

  .wraptoc {
    margin-bottom: 10px;
    margin-left: 10px;
    padding-right: 76px;
  }

  .mainpress {
    width: 100%;
    padding-left: 10px;
    padding-right: 20px;
  }

  .presswrapper.pos1 {
    margin-bottom: 25vh;
  }

  .presswrapper.podcasts {
    margin-bottom: 12vh;
  }

  .copywrapper.press.pos2 {
    margin-bottom: 40px;
    margin-left: 8%;
  }

  .slider {
    margin-left: 8%;
  }

  .linkpress {
    text-underline-offset: 1.75px;
    margin-left: 8%;
    text-decoration-thickness: 2px;
  }

  .imagewrapper.press {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 87.5%;
    margin-left: 8%;
  }

  .imagepressportrait.pos2 {
    width: calc(42% - 10px);
  }

  .imagepress._50 {
    width: 50%;
    margin-right: 0;
  }

  .linkcopy14 {
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
  }

  .linkcopy14.btnclose {
    margin-top: 10px;
    padding-right: 0;
    top: 0;
    bottom: auto;
  }

  .linkcopy14.right {
    margin-left: auto;
    margin-right: 0;
  }

  .contact {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: calc(100vw - 40px);
    height: calc(100vh - 40px);
    margin-top: 20px;
    display: none;
  }

  .maindatenschutz {
    width: auto;
    margin-left: 10px;
    padding-right: 20px;
  }

  .wrapperimprint {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    justify-content: space-between;
    margin-left: 0;
    margin-right: auto;
  }

  .mainimprint {
    width: calc(100% - 120px);
    padding-left: 10px;
    padding-right: 0;
  }

  .essencewrap.pos1 {
    margin-top: 40px;
    margin-bottom: 0;
    margin-left: var(--bpxsessencemarginleftlarge);
    padding-bottom: 0;
    padding-right: 20px;
  }

  .essencewrapper.pos1 {
    width: auto;
    margin-top: 40px;
    margin-bottom: 0;
    margin-right: 40px;
    padding-bottom: 0;
    padding-right: 20px;
  }

  .essencewrapper.pos2 {
    width: auto;
    margin: var(--bpxsessencemargintoplarge) 20px 0px;
    padding-bottom: 0;
    padding-right: 20px;
  }

  .essencewrapper.pos3 {
    width: auto;
    margin: var(--bpxsessencemargintoplarge) 0px 0px 40px;
    padding-bottom: 0;
    padding-right: 20px;
  }

  .essencewrapper.pos4 {
    width: auto;
    margin: var(--bpxsessencemargintopsmall) 40px 0px 0%;
    padding-bottom: 0;
    padding-right: 20px;
  }

  .essencewrapper.pos5 {
    width: auto;
    margin: var(--bpxsessencemargintoplarge) 20px 0px;
    padding-bottom: 0;
    padding-right: 20px;
  }

  .essencewrapper.pos6 {
    width: auto;
    margin: var(--bpxsessencemargintopsmall) 0px 0px 40px;
    padding-bottom: 0;
    padding-right: 20px;
  }

  .essencewrapper.pos7 {
    width: auto;
    margin-top: var(--bpxsessencemargintopsmall);
    margin-bottom: 0;
    margin-right: 40px;
    padding-bottom: 0;
    padding-right: 20px;
  }

  .essencewrapper.pos8 {
    width: auto;
    margin: var(--bpxsessencemargintoplarge) 20px 0px;
    padding-bottom: 0;
    padding-right: 20px;
  }

  .essencewrapper.pos9 {
    width: auto;
    margin: var(--bpxsessencemargintopsmall) 0px 0px 40px;
    padding-bottom: 0;
    padding-right: 20px;
  }

  .essencewrapper.pos10 {
    width: auto;
    margin: var(--bpxsessencemargintoplarge) 40px 0px 0%;
    padding-bottom: 0;
    padding-right: 20px;
  }

  .essencewrapper.pos11 {
    width: auto;
    height: auto;
    margin: var(--bpxsessencemargintoplarge) 20px 0px;
    padding-bottom: 0;
    padding-right: 20px;
  }

  .essencewrapper.pos12 {
    width: auto;
    margin: var(--bpxsessencemargintopsmall) 0px 0px 40px;
    padding-bottom: 0;
    padding-right: 20px;
  }

  .essencewrapper.pos13 {
    width: auto;
    margin-top: var(--bpxsessencemargintoplarge);
    margin-bottom: 0;
    margin-right: 40px;
    padding-bottom: 0;
    padding-right: 20px;
  }

  .essencewrapper.pos14 {
    width: auto;
    margin: var(--bpxsessencemargintopsmall) 20px 0px;
    padding-bottom: 0;
    padding-right: 20px;
  }

  .essencewrapper.pos15 {
    width: auto;
    margin: var(--bpxsessencemargintopsmall) 0px 0px 40px;
    padding-bottom: 0;
    padding-right: 20px;
  }

  .essencewrapper.pos16 {
    width: auto;
    margin: var(--bpxsessencemargintoplarge) 40px 0px 0%;
    padding-bottom: 0;
    padding-right: 20px;
  }

  .essencewrapper.pos17 {
    width: auto;
    margin: var(--bpxsessencemargintopsmall) 20px 0px;
    padding-bottom: 0;
    padding-right: 20px;
  }

  .essencewrapper.pos18 {
    width: auto;
    margin: var(--bpxsessencemargintoplarge) 0px 0px 40px;
    padding-bottom: 0;
    padding-right: 20px;
  }

  .essencewrapper.pos19 {
    width: auto;
    margin-top: var(--bpxsessencemargintoplarge);
    margin-bottom: 0;
    margin-right: 40px;
    padding-bottom: 0;
    padding-right: 20px;
  }

  .essencewrapper.pos20 {
    width: auto;
    margin-top: var(--bpxsessencemargintopsmall);
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 0;
    padding-right: 20px;
  }

  .essencecontainer.pos1 {
    width: auto;
    margin-top: 40px;
    margin-bottom: 0;
    margin-right: 40px;
    padding-bottom: 0;
    padding-right: 20px;
  }

  .essencecontainer.pos2 {
    width: auto;
    margin: var(--bpxsessencemargintoplarge) 20px 0px;
    padding-bottom: 0;
    padding-right: 20px;
  }

  .essencecontainer.pos3 {
    width: auto;
    margin: var(--bpxsessencemargintoplarge) 0px 0px 40px;
    padding-bottom: 0;
    padding-right: 20px;
  }

  .essencecontainer.pos4 {
    width: auto;
    margin: var(--bpxsessencemargintopsmall) 40px 0px 0%;
    padding-bottom: 0;
    padding-right: 20px;
  }

  .essencecontainer.pos5 {
    width: auto;
    margin: var(--bpxsessencemargintoplarge) 20px 0px;
    padding-bottom: 0;
    padding-right: 20px;
  }

  .essencecontainer.pos6 {
    width: auto;
    margin: var(--bpxsessencemargintopsmall) 0px 0px 40px;
    padding-bottom: 0;
    padding-right: 20px;
  }

  .essencecontainer.pos7 {
    width: auto;
    margin-top: var(--bpxsessencemargintopsmall);
    margin-bottom: 0;
    margin-right: 40px;
    padding-bottom: 0;
    padding-right: 20px;
  }

  .essencecontainer.pos8 {
    width: auto;
    margin: var(--bpxsessencemargintoplarge) 20px 0px;
    padding-bottom: 0;
    padding-right: 20px;
  }

  .essencecontainer.pos9 {
    width: auto;
    margin: var(--bpxsessencemargintopsmall) 0px 0px 40px;
    padding-bottom: 0;
    padding-right: 20px;
  }

  .essencecontainer.pos10 {
    width: auto;
    margin: var(--bpxsessencemargintoplarge) 40px 0px 0%;
    padding-bottom: 0;
    padding-right: 20px;
  }

  .essencecontainer.pos11 {
    width: auto;
    height: auto;
    margin: var(--bpxsessencemargintoplarge) 20px 0px;
    padding-bottom: 0;
    padding-right: 20px;
  }

  .essencecontainer.pos12 {
    width: auto;
    margin: var(--bpxsessencemargintopsmall) 0px 0px 40px;
    padding-bottom: 0;
    padding-right: 20px;
  }

  .essencecontainer.pos13 {
    width: auto;
    margin-top: var(--bpxsessencemargintoplarge);
    margin-bottom: 0;
    margin-right: 40px;
    padding-bottom: 0;
    padding-right: 20px;
  }

  .essencecontainer.pos14 {
    width: auto;
    margin: var(--bpxsessencemargintopsmall) 20px 0px;
    padding-bottom: 0;
    padding-right: 20px;
  }

  .essencecontainer.pos15 {
    width: auto;
    margin: var(--bpxsessencemargintopsmall) 0px 0px 40px;
    padding-bottom: 0;
    padding-right: 20px;
  }

  .essencecontainer.pos16 {
    width: auto;
    margin: var(--bpxsessencemargintoplarge) 40px 0px 0%;
    padding-bottom: 0;
    padding-right: 20px;
  }

  .essencecontainer.pos17 {
    width: auto;
    margin: var(--bpxsessencemargintopsmall) 20px 0px;
    padding-bottom: 0;
    padding-right: 20px;
  }

  .essencecontainer.pos18 {
    width: auto;
    margin: var(--bpxsessencemargintoplarge) 0px 0px 40px;
    padding-bottom: 0;
    padding-right: 20px;
  }

  .essencecontainer.pos19 {
    width: auto;
    margin-top: var(--bpxsessencemargintoplarge);
    margin-bottom: 0;
    margin-right: 40px;
    padding-bottom: 0;
    padding-right: 20px;
  }

  .essencecontainer.pos20 {
    width: auto;
    margin-top: var(--bpxsessencemargintopsmall);
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 0;
    padding-right: 20px;
  }

  .wrapforlink {
    white-space: normal;
    word-break: break-all;
  }

  .text-span {
    white-space: normal;
    word-break: normal;
    overflow-wrap: break-word;
  }

  .link-3 {
    color: var(--black);
    text-decoration: none;
  }

  .spancopyxs {
    font-weight: 400;
    position: relative;
    bottom: 1px;
  }

  .spanbtndevice {
    padding-right: 1px;
    font-size: 30px;
  }

  .spanbtndevice:hover {
    margin-right: 0;
  }

  .mainskills {
    width: 100%;
    margin-bottom: -25vh;
    padding-left: 10px;
    padding-right: 10px;
  }

  .skillswrapper.pos1 {
    margin-bottom: 0;
  }

  .linkpodcast {
    text-underline-offset: 1.75px;
    margin-left: 12.5%;
    text-decoration-thickness: 2px;
  }

  .imagepodcast._50 {
    width: 50%;
    margin-right: 0;
  }

  .mainworkshops {
    width: 100%;
    margin-bottom: 320px;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .imgworkshops {
    width: 90%;
  }

  .btnworkshops {
    width: 80%;
  }

  .btnworkshops.cell {
    width: 80%;
    margin-top: 80px;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .cardworkshops {
    padding: 12px;
  }

  .quick-stack {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
  }

  .cell-3 {
    padding-bottom: 40px;
  }

  .dropdowntoggle {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--transparent);
    text-align: left;
    white-space: normal;
    word-break: normal;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-radius: 0;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    min-width: auto;
    max-width: none;
    height: auto;
    min-height: auto;
    max-height: none;
    text-decoration: none;
    overflow: visible;
  }

  .dropdownlist {
    background-color: var(--transparent);
    width: auto;
    padding-right: 0;
  }

  .workshopsdropdown {
    background-color: var(--transparent);
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: auto;
    padding-bottom: 0;
  }

  .dropdownarrowimg {
    margin-left: auto;
    overflow: clip;
  }

  .sectionlegal {
    width: 100%;
    margin-bottom: 25vh;
    margin-left: auto;
  }

  .textcopyregularlm.negative {
    margin-top: 0;
  }

  .wrapperdetails {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    align-items: flex-start;
    width: 100%;
  }

  .btnworkshopsnoslide {
    width: 80%;
    margin-bottom: 41px;
  }

  .cell-4, .cell-5 {
    padding-bottom: 40px;
  }

  .spancopyindexs {
    bottom: 2px;
  }

  .btnskills {
    width: 80%;
  }

  .btnskills.cell {
    width: 80%;
    margin-top: 80px;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
  }
}

#w-node-_5d66153c-fd5f-bda1-81c2-23dfdd8c932d-28fa52e9, #w-node-_377d8cf8-d308-69aa-276f-8d21800d8c62-28fa52ef, #w-node-_10aec351-78bc-a741-edd3-44f3e2e758b7-28fa52ef, #w-node-_717ecd75-2c31-c5f9-9ec1-30922613cb16-28fa52ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1cd94de4-1046-6f92-487e-6d2860510190-e5f5157a {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

#w-node-_1cd94de4-1046-6f92-487e-6d2860510194-e5f5157a {
  grid-column: span 2 / span 2;
}

#w-node-_97c885b2-c11b-52cb-7643-56a7302e58e0-e5f5157a {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_97c885b2-c11b-52cb-7643-56a7302e58e2-e5f5157a {
  grid-column: span 2 / span 2;
}

@media screen and (max-width: 479px) {
  #w-node-_1cd94de4-1046-6f92-487e-6d2860510190-e5f5157a {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_1cd94de4-1046-6f92-487e-6d2860510191-e5f5157a, #w-node-_1cd94de4-1046-6f92-487e-6d286051019c-e5f5157a, #w-node-_1cd94de4-1046-6f92-487e-6d28605101a1-e5f5157a, #w-node-_1cd94de4-1046-6f92-487e-6d28605101a6-e5f5157a {
    grid-column: span 2 / span 2;
  }

  #w-node-_97c885b2-c11b-52cb-7643-56a7302e58e0-e5f5157a {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_97c885b2-c11b-52cb-7643-56a7302e58e1-e5f5157a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a65da009-84d2-9eca-c121-3b1017ed9b99-e5f5157a {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-ab768345-aa12-9c18-6f97-53d4cf53bd6b-e5f5157a, #w-node-_668dbad6-ee70-1ef8-f371-253dc70151fa-e5f5157a {
    grid-column: span 2 / span 2;
  }
}


@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica-Bold.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}