:root {
  --weiß: #fefefe;
  --grün: #0ca57f;
  --blau: #12467a;
  --kütüp-library--dark-slate-grey: #264653;
  --kütüp-library--burntsienna: #e76f51;
  --kütüp-library--dim-grey: #6e6e6e;
}

.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;
}

.body {
  background-color: var(--weiß);
  color: #000;
  padding-top: 70px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;
  line-height: 1.6rem;
  overflow: visible;
}

.navbar {
  background-color: var(--weiß);
  position: fixed;
  inset: 0% 0% auto;
}

.div-block {
  justify-content: space-between;
  align-items: center;
  height: 70px;
  padding-left: 5rem;
  padding-right: 5rem;
  display: flex;
}

.nav-link {
  padding: 10px 15px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6rem;
  transition: all .4s ease-in-out;
}

.nav-link:hover, .nav-link.w--current {
  color: var(--grün);
}

.image {
  width: 110px;
}

.image._2 {
  width: 150px;
}

.section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10rem 5rem;
  display: block;
  position: relative;
  overflow: hidden;
}

.section.verlauf {
  height: 100vh;
  color: var(--weiß);
  background-image: linear-gradient(0deg, #12467a, #8ba2bc);
}

.section.video {
  width: 100%;
  height: 90vh;
  padding: 0;
}

.section.st-rer {
  background-color: var(--grün);
  height: 60vh;
  color: var(--weiß);
  padding: 0;
}

.section.st-rer.blau {
  background-color: var(--blau);
  height: auto;
  padding: 7rem 5rem;
}

.section.slieder {
  background-color: #f7f7f7;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

.section.history {
  background-color: var(--blau);
  color: var(--weiß);
}

.section.news-detaliert {
  padding-top: 5rem;
  padding-bottom: 0;
}

.section.start {
  justify-content: flex-start;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.quick-stack {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  padding: 0;
}

.heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 3rem;
}

.heading.video {
  text-align: center;
  max-width: 800px;
}

.abstandt {
  width: 100%;
  height: 2rem;
}

.abstandt._1rem {
  height: 1rem;
}

.abstandt._4rem {
  height: 4rem;
}

.div-block-2 {
  text-align: center;
}

.background-video {
  height: 100%;
}

.quick-stack-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  padding: 0;
}

.div-block-3 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: block;
}

.div-block-3._2 {
  padding-bottom: 5rem;
  padding-left: 5rem;
  padding-right: 5rem;
}

.div-block-3.mitte {
  text-align: center;
}

.button {
  border: 2px solid var(--grün);
  color: var(--grün);
  background-color: #3898ec00;
  margin-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  transition: all .4s ease-in-out;
}

.button:hover {
  background-color: var(--grün);
  color: var(--weiß);
}

.button.wei {
  border-color: var(--weiß);
  color: var(--weiß);
}

.button.wei:hover {
  background-color: var(--weiß);
  color: var(--grün);
}

.paragraph {
  margin-bottom: 0;
}

.quick-stack-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  height: 100%;
  padding: 0;
}

.div-block-4 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 5rem 2rem;
  display: flex;
}

.div-block-4.blau {
  background-color: var(--blau);
}

.div-block-5 {
  background-image: url('../images/Bildschirmfoto-2026-06-01-um-13.55.37.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-5.history {
  background-image: url('../images/Bildschirmfoto-2026-05-04-um-11.42.40.png');
}

.heading-h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 3rem;
}

.image-2 {
  max-width: 16%;
}

.paragraph-2 {
  margin-bottom: 0;
  margin-right: 5px;
  font-size: 18px;
  line-height: 1.8rem;
}

.collection-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.kutup-section {
  background-color: #fff;
  padding: 90px 5%;
}

.kutup-large-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.kutup-display-2 {
  color: var(--kütüp-library--dark-slate-grey);
  margin-top: 0;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1;
}

.kutup-max-w-width-640px {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.kutup-small-top-text {
  color: var(--kütüp-library--burntsienna);
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 700;
}

.kutup-divider-60px {
  height: 60px;
}

.kutup-faq-content {
  text-align: left;
  padding-top: 0;
  padding-left: 0;
  padding-right: 20px;
}

.kutup-faq-item {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  overflow: hidden;
}

.kutup-stripe-1 {
  background-color: var(--grün);
  width: 2px;
  height: 100%;
}

.kutup-stripe-2 {
  background-color: var(--grün);
  width: 100%;
  height: 2px;
  position: absolute;
}

.kutup-faq-wrapper {
  cursor: pointer;
  margin-bottom: 10px;
  line-height: 1.6em;
  overflow: hidden;
}

.kutup-faq-componenet {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.kutup-faq-title-content {
  text-align: left;
  flex: 1;
  padding-top: 20px;
  padding-bottom: 20px;
}

.kutup-faq-title {
  font-size: 20px;
  font-weight: 700;
}

.kutup-faq-icon {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.kutup-faq-top-part {
  background-color: #fff;
  border: 1px #000;
  align-items: center;
  display: flex;
}

.kutup-faq-plus-icon {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
  position: relative;
}

.kutup-paragraph {
  font-size: 16px;
  font-weight: 700;
}

.paragraph-3 {
  margin-bottom: 0;
}

.quick-stack-4 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  padding: 0;
}

.div-block-6 {
  background-color: #f7f7f7;
  width: 100%;
  height: 100%;
  padding: 26px;
}

.section-2 {
  border-top: 2px solid var(--blau);
  padding: 2rem 5rem;
}

.quick-stack-5 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  padding: 0;
}

.div-block-7 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.link {
  color: #000;
  text-decoration: none;
}

.link:hover {
  color: var(--grün);
}

.text-block {
  font-weight: 700;
}

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

.quick-stack-6 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  padding: 0;
}

.div-block-9 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.link-block {
  color: #000;
  background-color: #f7f7f7;
  width: 100%;
  height: 100%;
  text-decoration: none;
  transition: all .4s ease-in-out;
  position: static;
}

.link-block:hover {
  background-color: var(--blau);
  color: var(--weiß);
  transform: scale(1.05);
}

.div-block-10 {
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.div-block-11 {
  height: 150px;
  padding: 25px;
}

.button-box {
  display: flex;
}

.slide {
  width: 40vw;
  margin-left: 0;
  margin-right: 2rem;
}

.slider {
  background-color: #ddd0;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100vw;
  height: 50vh;
  padding-left: 5rem;
  padding-right: 0;
  display: flex;
  overflow: visible;
}

.div-block-12 {
  background-color: var(--weiß);
  width: 100%;
  height: 100%;
  padding: 25px;
}

.mask {
  width: 40vw;
  position: static;
  left: -60vw;
  overflow: visible;
}

.slide-nav {
  display: none;
}

.left-arrow {
  z-index: 100;
  border: 2px solid var(--grün);
  background-color: var(--grün);
  width: 50px;
  height: 50px;
  margin-top: 0;
  inset: -60px 70px auto auto;
}

.right-arrow {
  border: 2px solid var(--grün);
  background-color: var(--grün);
  width: 50px;
  height: 50px;
  inset: -60px 10px auto auto;
}

.button-3d {
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  transition: transform .2s;
}

.button-3d:active {
  transform: scale(.975);
}

.button-face {
  background-color: #2b20ff;
  padding: 1rem 1.75rem;
}

.button-face.hover {
  transform-origin: 50% 0;
  transform-style: preserve-3d;
  background-color: #2018bf;
  position: absolute;
  top: 100%;
  transform: rotateX(-90deg)rotateY(0)rotateZ(0);
}

.button-inner {
  position: relative;
}

.navigation-link {
  height: 100%;
  color: var(--blau);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 15px;
  margin-right: 0;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.navigation-link.w--current {
  color: var(--grün);
  border: 1px #000;
}

.button-text-wrapper {
  z-index: 10;
  flex-direction: column;
  height: 24px;
  line-height: 1.5;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-text {
  background-color: #0000;
  justify-content: center;
  align-items: center;
}

.line-below {
  background-color: var(--blau);
  opacity: 1;
  width: 100%;
  height: 2px;
  margin-top: 5px;
}

.nav-menu {
  display: flex;
}

.menu-cta-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.menu-cta-wrap.desktop {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.link-cta {
  background-color: var(--grün);
  color: #fff;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 150px;
  margin-right: 10px;
  padding: 10px 20px;
  line-height: 120%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: clip;
}

.text-cta {
  z-index: 3;
  position: relative;
}

.fill-cta {
  z-index: 1;
  background-color: var(--blau);
  border-radius: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
  transform: translate(0, 101%);
}

.div-block-13 {
  background-color: var(--grün);
  color: var(--weiß);
  padding: 5px 10px;
  position: absolute;
  transform: rotate(-10deg);
}

.text-block-2 {
  z-index: 1000;
  background-color: var(--grün);
  color: var(--weiß);
  padding: 9px;
  position: relative;
  inset: 0% auto auto 0%;
}

.div-block-14 {
  position: relative;
}

.body-master {
  background-color: #00000038;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.section-hero {
  position: relative;
}

.padding-vertical-xlarge {
  padding-top: 120px;
  padding-bottom: 120px;
}

.container {
  width: 90vw;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.timeline_quote {
  color: #fff;
  margin-bottom: 16px;
  font-size: 14px;
}

.timeline_centre {
  justify-content: center;
  display: flex;
}

.relume-link {
  width: 124px;
  height: 33.33px;
  position: relative;
}

.timeline-main_heading-wrapper {
  color: #fff;
  text-align: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.inline-block {
  display: inline-block;
}

.timeline_date-text {
  color: #fff;
  letter-spacing: -.03em;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  position: sticky;
  top: 50vh;
}

.relume-logo-primary {
  z-index: 0;
  color: #000;
  position: absolute;
  inset: 0%;
}

.hero-nav_button-wrapper {
  display: flex;
}

.margin-bottom-large {
  margin-bottom: 40px;
}

.background-layer {
  z-index: 0;
  background-color: #d8d5d1;
  background-image: url('../images/Grain-Background.png'), url('../images/Gaussian-Blur---Brighter.svg');
  background-position: 0 0, 50% 80%;
  background-repeat: repeat, no-repeat;
  background-size: 300px 300px, cover;
  position: absolute;
  inset: 0%;
}

.overlay-fade-bottom {
  background-image: linear-gradient(0deg, var(--blau), #0a0a0a00);
  height: 80px;
  position: absolute;
  inset: auto 0% 0%;
}

.padding-vertical-footer {
  padding-top: 120px;
  padding-bottom: 40px;
}

.text-colour-lightgrey {
  color: #ffffffa6;
}

.button-wrapper {
  justify-content: center;
  display: flex;
}

.timeline_quote-text-wrapper {
  flex: 1;
}

.timeline_link {
  opacity: .6;
  color: #fff;
  letter-spacing: .8px;
  text-transform: uppercase;
  border-radius: 8px;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
}

.timeline_link:hover {
  opacity: 1;
}

.margin-bottom-small {
  margin-bottom: 24px;
}

.button-icon-small {
  z-index: 500;
  color: #fff;
  letter-spacing: .8px;
  text-transform: uppercase;
  background-color: #0a0a0a;
  border: 2px solid #0a0a0a;
  border-radius: 8px;
  align-items: center;
  padding: 12px 20px 12px 18px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.button-icon-small:hover {
  transform: translate(0, -2px);
}

.button-icon-small.margin-right-small {
  margin-right: 16px;
}

.button-inverted {
  color: #161616;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 8px;
  padding: 14px 32px;
  font-weight: 700;
  line-height: 20px;
  transition: all .4s;
}

.button-inverted:hover {
  transform: translate(0, -4px);
}

.margin-bottom-medium {
  margin-bottom: 1rem;
}

.timeline_quote-wrapper {
  border: 2px solid #fff;
  border-radius: 16px;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.overlay-fade-top {
  background-image: linear-gradient(180deg, var(--blau), #0a0a0a00);
  height: 80px;
  position: absolute;
  inset: 0% 0% auto;
}

.timeline_text {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}

.link-icon {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}

.relume-logo-secondary {
  z-index: 1;
  color: #fff;
  position: absolute;
  inset: 0%;
}

.button-icon {
  width: 24px;
  height: 24px;
  margin-right: 12px;
  position: relative;
}

.timeline_progress-bar {
  z-index: -1;
  background-color: var(--grün);
  background-image: none;
  width: 3px;
  height: 50vh;
  position: fixed;
  inset: 0 auto 50vh;
}

.text-colour-white {
  color: #fff;
}

.text-underline {
  background-image: url('../images/Underline.svg');
  background-position: 50% 110%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: -8px;
  margin-bottom: -8px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: inline-block;
}

.timeline_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.timeline_badge {
  color: #fff;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #ffffff26;
  border-radius: 8px;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 6px 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  display: inline-block;
}

.timeline_quote-image {
  border-radius: 8px;
  width: 48px;
  height: 48px;
  margin-right: 24px;
}

.timeline_quote-title {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.page-wrapper {
  z-index: 0;
  background-color: var(--blau);
  position: relative;
}

.footer_credits-wrapper {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.section-timeline-cta {
  background-color: var(--blau);
}

.padding-vertical-xxlarge {
  padding-top: 160px;
  padding-bottom: 160px;
}

.hero-nav {
  justify-content: space-between;
  align-items: center;
  width: 90vw;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.timeline_circle {
  width: 15px;
  min-width: 15px;
  max-width: 15px;
  height: 15px;
  min-height: 15px;
  max-height: 15px;
  box-shadow: 0 0 0 8px var(--weiß);
  background-color: #fff;
  border-radius: 100%;
  position: sticky;
  top: 50vh;
}

.timeline_left {
  text-align: right;
  justify-content: flex-end;
  align-items: stretch;
}

.margin-bottom-xlarge {
  margin-bottom: 1rem;
}

.text-link {
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: underline;
}

.footer_text-wrapper {
  text-align: center;
  max-width: 640px;
  margin-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.timeline_image-wrapper {
  background-image: linear-gradient(138deg, #000, #0000 28%), url('../images/Image-Background.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 12px;
  overflow: hidden;
}

.section-footer {
  position: relative;
}

.paragraph-large {
  letter-spacing: -.02em;
  font-size: 20px;
}

.timeline_definition-wrapper {
  background-color: #ffffff0d;
  border-radius: 16px;
  padding: 16px;
}

.timeline-hero_heading-wrapper {
  text-align: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.timeline_item {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 180px 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
  position: relative;
}

.timeline_progress {
  z-index: -2;
  background-color: #414141;
  width: 3px;
  height: 100%;
  position: absolute;
}

.button-icon-small-secondary {
  z-index: 500;
  color: #161616;
  letter-spacing: .8px;
  text-transform: uppercase;
  background-color: #fff;
  border: 2px solid #0a0a0a;
  border-radius: 8px;
  align-items: center;
  padding: 12px 20px 12px 18px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.button-icon-small-secondary:hover {
  transform: translate(0, -2px);
}

.button-icon-small-secondary.margin-right-small {
  margin-right: 16px;
}

.section-timeline {
  z-index: -3;
  background-color: var(--blau);
  color: var(--weiß);
  position: relative;
}

.timeline_milestone-badge {
  color: #161616;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 24px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 12px;
  display: inline-block;
}

.section-timeline-heading {
  background-color: var(--blau);
}

.quick-stack-7 {
  padding: 0;
}

.div-block-15 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50vh;
  display: flex;
  overflow: hidden;
}

.image-3, .image-3-copy {
  max-width: 150%;
}

.div-block-16 {
  background-image: url('../images/Grain-Background.png');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 5rem;
  padding-right: 5rem;
  display: flex;
}

.div-block-17 {
  width: 100vw;
  height: 100vh;
  position: static;
  inset: auto 0% 0% auto;
}

.master-moving-studio-hero {
  width: 100vw;
  margin-top: 64px;
  position: relative;
  overflow: hidden;
}

.inside-moving-hero-studio {
  justify-content: space-between;
  align-items: center;
  width: 160vw;
  display: flex;
}

.image-hero-studio {
  width: 32%;
  margin-right: 0;
}

.moving-images-top-fill {
  width: 102vw;
  position: absolute;
  inset: -1% 0% auto;
}

.moving-images-bottom-fill {
  width: 102vw;
  max-width: none;
  margin-left: -1vw;
  position: absolute;
  inset: auto 0% -2px;
}

.div-block-477 {
  display: flex;
}

.collection-location {
  display: block;
  position: static;
}

.walsh-link-block-green {
  color: #000;
  text-align: center;
  background-color: #ef3d37;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 20px 32px;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-green:hover {
  color: #000;
  background-color: #ffc549;
}

.walsh-hero-div-block {
  grid-column-gap: 1.25em;
  justify-content: flex-end;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.walsh-heading-medium {
  color: #4a57a6;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5em;
  font-weight: 100;
  line-height: 1.1;
}

.location-wrapper {
  z-index: 5;
  border: 1px #c2c2c2;
  border-radius: 0;
  width: 100%;
  min-width: auto;
  max-width: none;
  margin-top: 0;
  margin-left: 0;
  padding: 0 0 0 0;
  position: static;
  inset: 0% auto 0% 0%;
  overflow: auto;
}

.veranstaltungen {
  width: 100%;
}

.page-wrapper-2 {
  border-radius: 0;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.walsh-button-label-wrapper {
  z-index: 4;
  grid-column-gap: 0px;
  align-items: center;
  display: flex;
  position: relative;
}

.column-118 {
  border-radius: 0;
  height: 100%;
  max-height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.checkbox-label {
  color: #4a57a6;
  font-weight: 100;
}

.checkbox-label.rot {
  color: #ef3d37;
}

.collection-list-2 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.collection-list-2._2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.filter {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: block;
}

.form {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.map {
  border: 0 #000;
  border-radius: 0;
  width: 100%;
  height: 100vh;
  max-height: 100%;
  position: static;
  inset: 0%;
}

.checkbox-field {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  margin-right: 15px;
  padding-left: 0;
  font-size: 1.2rem;
  display: flex;
}

.button-2 {
  background-color: #ef3d37;
}

.button-2._2 {
  display: none;
}

.empty-state-46 {
  padding: 0;
}

.walsh-center-wrapper-gap-large {
  grid-row-gap: 2em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-117 {
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}

.walsh-icon-arrow-flip {
  height: 12px;
}

.walsh-arrow-wrapper {
  grid-row-gap: 0px;
  flex-direction: column;
  flex: none;
  align-items: center;
  height: 12px;
  display: flex;
  overflow: hidden;
}

.main-wrapper {
  display: block;
}

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

.section-55 {
  mix-blend-mode: normal;
  background-color: #15161700;
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.walsh-label-button {
  margin-right: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.2em;
}

.quick-stack-8 {
  padding: 0;
}

.columns-6 {
  width: 100%;
  height: 70vh;
  max-height: none;
}

.switsch {
  color: #f7e6e3;
  font-size: 1rem;
  font-weight: 600;
}

.walsh-main-paragraph {
  color: #3d3d3d;
  letter-spacing: 0;
  width: 90%;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 1.5em;
  font-style: normal;
  line-height: 1.6em;
}

.checkbox {
  cursor: pointer;
  border: 2px solid #4a57a6;
  border-radius: 0;
  width: 30px;
  min-width: 30px;
  max-width: 30px;
  height: 30px;
  min-height: 30px;
  max-height: 30px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 5px;
}

.checkbox:hover {
  background-color: #4a57a6;
  background-image: url('../images/Orte.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90%;
  border-color: #4a57a6;
}

.checkbox.w--redirected-checked {
  background-color: #4a57a6;
  background-image: url('../images/Orte.svg');
  background-position: 50%;
  background-size: 90%;
  border-color: #4a57a6;
  margin-top: 0;
  margin-left: 0;
}

.checkbox.rot {
  cursor: pointer;
  border-color: #ef3d37;
}

.checkbox.rot:hover {
  background-color: #ef3d37;
  background-image: url('../images/Veranstaltugnen.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90%;
}

.checkbox.rot.w--redirected-checked {
  background-color: #ef3d37;
  background-image: url('../images/Veranstaltugnen.svg');
  background-position: 50%;
  background-size: 90%;
}

.karte-neu {
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  display: flex;
}

.link-block-44 {
  width: 80%;
  height: 50%;
  display: none;
  position: absolute;
}

.detail-popup {
  background-color: var(--grün);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding: 10px;
  display: flex;
}

.pre-popup {
  background-color: var(--grün);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 250px;
  min-width: 250px;
  max-width: 250px;
  display: block;
}

.lon {
  color: #151617;
  width: 5em;
  margin-right: .5em;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 400;
  display: none;
}

.location-name-wrapper-2 {
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-block-242 {
  display: none;
}

.lat {
  color: #151617;
  width: 5em;
  margin-right: .5em;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 400;
  display: none;
}

.location-name {
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 1.3em;
  font-weight: 100;
  line-height: 25px;
  text-decoration: none;
}

.hidden {
  background-color: var(--grün);
  width: auto;
  min-width: auto;
  max-width: none;
  color: var(--weiß);
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 25px;
  display: none;
}

.location-profile {
  object-fit: cover;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-bottom: 0;
  margin-right: 0;
  display: flex;
  overflow: clip;
}

.heading-22 {
  color: #572381;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 25px;
}

.heading-22._2 {
  color: var(--weiß);
  text-align: center;
  margin-bottom: 0;
}

.location {
  background-color: var(--blau);
  color: var(--weiß);
  text-align: left;
  cursor: pointer;
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 1rem;
  margin-right: 1rem;
  padding: 1rem;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.location:hover {
  background-color: var(--grün);
  text-decoration: none;
}

.div-block-475 {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.div-block-473 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 200px;
}

.weiter {
  background-color: #4a57a6;
  border-radius: 20px;
}

.weiter:hover {
  background-color: #4a57a680;
}

.div-block-478 {
  display: flex;
}

.quick-stack-9 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  padding: 0;
}

.image-5 {
  width: 100%;
}

.quick-stack-10 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  padding: 0;
}

.div-block-479 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.cell-2, .cell-3, .cell-4, .cell-5, .cell-6 {
  justify-content: center;
  align-items: flex-start;
}

.quick-stack-11 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  padding: 0;
}

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

.inline-div-0, .star, .code-embed {
  display: none;
}

.map-layout-wrapper {
  align-items: flex-start;
  gap: 24px;
  display: flex;
}

.map-col-left {
  flex: 65%;
  min-width: 0;
}

.map-col-right {
  flex-direction: column;
  flex: 0 0 32%;
  gap: 12px;
  max-height: 620px;
  display: flex;
  overflow-y: auto;
}

.projekt-karte {
  cursor: pointer;
  background-color: #1a3c6e;
  border-radius: 10px;
  padding: 16px 20px;
}

.projekt-karte-titel {
  color: #fff;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 700;
}

.projekt-karte-sub {
  color: #ffffffb3;
  font-size: 13px;
}

.container-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.swiper-button__arrow {
  width: 1rem;
}

.swiper-button__arrow.is-2 {
  position: absolute;
}

.swiper-wrapper.is-team {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.global {
  position: fixed;
}

.swiper-button {
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  position: relative;
}

.swiper-button.swiper-btn-prev {
  transform: rotate(180deg);
}

.section-56 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.swiper-button__border {
  border: 1px dashed #ff5e00;
  border-radius: 100rem;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.swiper-slide.is-team {
  grid-row-gap: 1rem;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 20rem;
  display: flex;
}

.swiper.is-team {
  width: 100%;
  margin-top: 3rem;
  overflow: hidden;
}

.swiper-button__wrap {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.swiper-top {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.collection-list-3 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list-3.unterseite {
  grid-template-columns: 1fr;
}

.div-block-481 {
  font-size: 18px;
  position: relative;
}

.div-block-482 {
  background-color: #f7f7f7;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 150px;
  padding: 25px;
  display: flex;
  position: relative;
  inset: 0% auto auto 0%;
}

.image-6, .collection-item-2 {
  position: static;
}

.quick-stack-12 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  padding: 0;
}

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

.map-2 {
  height: 60vh;
}

.kontakt-map {
  background-color: #eef2f2;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px #0000000d;
}

.kontakt-map iframe,
.kontakt-map-canvas {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.kontakt-map .leaflet-container {
  color: #0e0f18;
  background: #eef2f2;
  font-family: Instrument Sans, Arial, sans-serif;
}

.kontakt-map .leaflet-control-zoom {
  border: 0;
  border-radius: 999px;
  overflow: hidden;
  box-shadow: 0 10px 30px #0000001f;
}

.kontakt-map .leaflet-control-zoom a {
  color: #0e0f18;
  border: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
}

.kontakt-map .leaflet-control-attribution {
  background: #ffffffe6;
  border-radius: 999px 0 0;
  padding: 4px 8px;
  font-size: 10px;
}

.kontakt-map-marker {
  background: #04a581;
  border: 7px solid #fff;
  border-radius: 999px;
  box-shadow: 0 12px 30px #04a58166, 0 0 0 1px #00000014;
}

.kontakt-map-marker span {
  background: #04a581;
  border-radius: 999px;
  width: 100%;
  height: 100%;
  display: block;
}

.kontakt-map-link {
  z-index: 2;
  color: #0e0f18;
  background-color: #fff;
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 13px;
  text-decoration: none;
  position: absolute;
  bottom: 14px;
  left: 14px;
  box-shadow: 0 8px 24px #0000001f;
}

.mellow-language-switcher {
  align-items: center;
  display: flex;
}

.mellow-language-button {
  appearance: none;
  cursor: pointer;
  background: transparent;
  border: 0;
  font-family: Instrument Sans, Arial, sans-serif;
  text-align: left;
}

.mellow-google-translate,
.mellow-google-translate *,
.skiptranslate,
.goog-te-gadget,
.goog-te-combo,
.goog-te-banner-frame,
.goog-te-banner-frame.skiptranslate,
.goog-te-balloon-frame,
#goog-gt-tt,
iframe.goog-te-banner-frame,
iframe.skiptranslate {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
}

html,
body {
  top: 0 !important;
  margin-top: 0 !important;
}

body > .skiptranslate {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
}

body.mellow-admin-editing :is(h1, h2, h3, h4, h5, h6, p, .heading, .heading-h2, .heading-22, .heading-23, .kutup-faq-title, .walsh-heading-medium, .paragraph-2, .paragraph-2-copy):not(.admin-fab-wrap *):not(.admin-cms-modal *):not(.admin-seo-modal *):not(.mellow-inline-text-modal *) {
  position: relative;
}

body.mellow-admin-editing :is(h1, h2, h3, h4, h5, h6, p, .heading, .heading-h2, .heading-22, .heading-23, .kutup-faq-title, .walsh-heading-medium, .paragraph-2, .paragraph-2-copy):not(.admin-fab-wrap *):not(.admin-cms-modal *):not(.admin-seo-modal *):not(.mellow-inline-text-modal *):hover {
  outline: 0;
}

.mellow-inline-edit-button {
  z-index: 9998;
  color: #fff;
  background: #2563eb;
  border: 2px solid #fff;
  border-radius: 999px;
  width: 42px;
  height: 42px;
  opacity: 0;
  justify-content: center;
  align-items: center;
  font-family: Arial, sans-serif;
  font-size: 22px;
  line-height: 1;
  transition: opacity .12s ease, transform .12s ease;
  display: none;
  position: absolute;
  box-shadow: 0 12px 28px #0000002e;
  transform: scale(.94);
}

.mellow-inline-edit-button.is-visible {
  opacity: 1;
  cursor: pointer;
  display: flex;
  transform: scale(1);
}

.mellow-inline-edit-button.is-visible:hover {
  transform: scale(1.12);
}

.mellow-inline-image-edit-button {
  z-index: 9998;
  color: #fff;
  background: #2563eb;
  border: 2px solid #fff;
  border-radius: 999px;
  width: 42px;
  height: 42px;
  opacity: 0;
  justify-content: center;
  align-items: center;
  font-family: Arial, sans-serif;
  font-size: 22px;
  line-height: 1;
  transition: opacity .12s ease, transform .12s ease;
  display: none;
  position: absolute;
  box-shadow: 0 12px 28px #0000002e;
  transform: scale(.94);
}

.mellow-inline-image-edit-button.is-visible {
  opacity: 1;
  cursor: pointer;
  display: flex;
  transform: scale(1);
}

.mellow-inline-image-edit-button.is-visible:hover {
  transform: scale(1.12);
}

.mellow-inline-button-edit-button {
  z-index: 9998;
  color: #fff;
  background: #2563eb;
  border: 2px solid #fff;
  border-radius: 999px;
  width: 42px;
  height: 42px;
  opacity: 0;
  justify-content: center;
  align-items: center;
  font-family: Arial, sans-serif;
  font-size: 22px;
  line-height: 1;
  transition: opacity .12s ease, transform .12s ease;
  display: none;
  position: absolute;
  box-shadow: 0 12px 28px #0000002e;
  transform: scale(.94);
}

.mellow-inline-button-edit-button.is-visible {
  opacity: 1;
  cursor: pointer;
  display: flex;
  transform: scale(1);
}

.mellow-inline-button-edit-button.is-visible:hover {
  transform: scale(1.12);
}

.mellow-inline-text-modal {
  z-index: 10000;
  background: #00000059;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
  position: fixed;
  inset: 0;
}

.mellow-inline-text-dialog {
  color: #0e0f18;
  background: #fff;
  border-radius: 24px;
  width: min(92vw, 720px);
  max-height: 86vh;
  padding: 28px;
  font-family: Instrument Sans, Arial, sans-serif;
  position: relative;
  overflow: auto;
  box-shadow: 0 24px 80px #00000040;
}

.mellow-inline-text-dialog h2 {
  margin: 0 0 16px;
  font-size: 24px;
}

.mellow-inline-text-close {
  color: #5f6b7a;
  background: #f1f3f5;
  border: 0;
  border-radius: 999px;
  width: 32px;
  height: 32px;
  font-size: 24px;
  line-height: 1;
  position: absolute;
  top: 18px;
  right: 18px;
}

.mellow-inline-text-toolbar {
  gap: 8px;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
}

.mellow-inline-text-toolbar button {
  color: #0e0f18;
  background: #f1f3f5;
  border: 0;
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1;
}

.mellow-inline-text-toolbar button:hover {
  background: #e4e8ee;
}

.mellow-inline-color-label {
  color: #0e0f18;
  background: #f1f3f5;
  border-radius: 999px;
  align-items: center;
  gap: 8px;
  padding: 6px 10px 6px 12px;
  font-size: 14px;
  line-height: 1;
  display: flex;
}

.mellow-inline-text-color {
  cursor: pointer;
  background: transparent;
  border: 0;
  width: 28px;
  height: 28px;
  padding: 0;
}

.mellow-inline-text-editor {
  border: 1px solid #d8dde6;
  border-radius: 16px;
  min-height: 180px;
  padding: 16px;
  font-size: 18px;
  line-height: 1.5;
  outline: none;
}

.mellow-inline-text-editor:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 3px #2563eb1f;
}

.mellow-inline-text-hint,
.mellow-inline-text-status {
  color: #5f6b7a;
  margin: 10px 0 0;
  font-size: 13px;
}

.mellow-inline-text-actions {
  justify-content: flex-end;
  gap: 10px;
  margin-top: 18px;
  display: flex;
}

.mellow-inline-text-actions button {
  border: 0;
  border-radius: 999px;
  padding: 10px 16px;
  font-size: 15px;
}

.mellow-inline-text-cancel {
  color: #0e0f18;
  background: #f1f3f5;
}

.mellow-inline-text-save {
  color: #fff;
  background: #2563eb;
}

.mellow-inline-link-popover {
  z-index: 2;
  background: #00000033;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.mellow-inline-link-card {
  background: #fff;
  border: 1px solid #e3e7ee;
  border-radius: 20px;
  width: min(92%, 440px);
  padding: 22px;
  box-shadow: 0 20px 60px #0000002e;
}

.mellow-inline-link-card h3 {
  margin: 0 0 14px;
  font-size: 22px;
}

.mellow-inline-link-card label {
  color: #5f6b7a;
  flex-flow: column;
  gap: 8px;
  font-size: 14px;
  display: flex;
}

.mellow-inline-link-card input {
  color: #0e0f18;
  border: 1px solid #d8dde6;
  border-radius: 14px;
  width: 100%;
  padding: 12px 14px;
  font-size: 16px;
  outline: none;
}

.mellow-inline-link-card input:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 3px #2563eb1f;
}

.mellow-inline-link-actions {
  justify-content: flex-end;
  gap: 10px;
  margin-top: 18px;
  display: flex;
}

.mellow-inline-link-actions button {
  border: 0;
  border-radius: 999px;
  padding: 10px 16px;
  font-size: 15px;
}

.mellow-inline-link-cancel {
  color: #0e0f18;
  background: #f1f3f5;
}

.mellow-inline-link-apply {
  color: #fff;
  background: #2563eb;
}

.mellow-inline-image-modal {
  z-index: 10000;
  background: #00000059;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
  position: fixed;
  inset: 0;
}

.mellow-inline-image-dialog {
  color: #0e0f18;
  background: #fff;
  border-radius: 24px;
  width: min(92vw, 720px);
  max-height: 86vh;
  padding: 28px;
  font-family: Instrument Sans, Arial, sans-serif;
  position: relative;
  overflow: auto;
  box-shadow: 0 24px 80px #00000040;
}

.mellow-inline-image-dialog h2 {
  margin: 0 0 16px;
  font-size: 24px;
}

.mellow-inline-image-close {
  color: #5f6b7a;
  background: #f1f3f5;
  border: 0;
  border-radius: 999px;
  width: 32px;
  height: 32px;
  font-size: 24px;
  line-height: 1;
  position: absolute;
  top: 18px;
  right: 18px;
}

.mellow-inline-image-preview-wrap {
  background: #f7f8fa;
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  min-height: 220px;
  margin-bottom: 14px;
  padding: 14px;
  display: flex;
}

.mellow-inline-image-preview {
  object-fit: contain;
  max-width: 100%;
  max-height: 360px;
  display: block;
}

.mellow-inline-image-drop {
  color: #5f6b7a;
  background: #f7f8fa;
  border: 1px dashed #b9c2d0;
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  min-height: 120px;
  padding: 18px;
  font-size: 16px;
  display: flex;
}

.mellow-inline-image-drop.is-dragover {
  color: #12467a;
  background: #eef4ff;
  border-color: #2563eb;
}

.mellow-inline-image-drop input {
  display: none;
}

.mellow-inline-image-actions {
  justify-content: flex-end;
  gap: 10px;
  margin-top: 18px;
  display: flex;
}

.mellow-inline-image-actions button {
  border: 0;
  border-radius: 999px;
  padding: 10px 16px;
  font-size: 15px;
}

.mellow-inline-image-cancel {
  color: #0e0f18;
  background: #f1f3f5;
}

.mellow-inline-image-save {
  color: #fff;
  background: #2563eb;
}

.mellow-inline-image-status {
  color: #5f6b7a;
  margin-top: 10px;
  font-size: 13px;
}

.mellow-inline-button-modal {
  z-index: 10000;
  background: #00000059;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
  position: fixed;
  inset: 0;
}

.mellow-inline-button-dialog {
  color: #0e0f18;
  background: #fff;
  border-radius: 24px;
  width: min(92vw, 560px);
  max-height: 86vh;
  padding: 28px;
  font-family: Instrument Sans, Arial, sans-serif;
  position: relative;
  overflow: auto;
  box-shadow: 0 24px 80px #00000040;
}

.mellow-inline-button-dialog h2 {
  margin: 0 0 18px;
  font-size: 24px;
}

.mellow-inline-button-close {
  color: #5f6b7a;
  background: #f1f3f5;
  border: 0;
  border-radius: 999px;
  width: 32px;
  height: 32px;
  font-size: 24px;
  line-height: 1;
  position: absolute;
  top: 18px;
  right: 18px;
}

.mellow-inline-button-dialog label {
  color: #5f6b7a;
  flex-flow: column;
  gap: 8px;
  margin-bottom: 14px;
  font-size: 14px;
  display: flex;
}

.mellow-inline-button-dialog input,
.mellow-inline-button-dialog select {
  color: #0e0f18;
  border: 1px solid #d8dde6;
  border-radius: 14px;
  width: 100%;
  padding: 12px 14px;
  font-size: 16px;
  outline: none;
}

.mellow-inline-button-dialog input:focus,
.mellow-inline-button-dialog select:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 3px #2563eb1f;
}

.mellow-inline-button-actions {
  justify-content: flex-end;
  gap: 10px;
  margin-top: 18px;
  display: flex;
}

.mellow-inline-button-actions button {
  border: 0;
  border-radius: 999px;
  padding: 10px 16px;
  font-size: 15px;
}

.mellow-inline-button-cancel {
  color: #0e0f18;
  background: #f1f3f5;
}

.mellow-inline-button-save {
  color: #fff;
  background: #2563eb;
}

.mellow-inline-button-status {
  color: #5f6b7a;
  margin-top: 10px;
  font-size: 13px;
}

.admin-fab-wrap,
.admin-fab-wrap *,
.admin-cms-modal,
.admin-cms-modal *,
.admin-seo-backdrop,
.admin-seo-backdrop *,
.mellow-inline-edit-button,
.mellow-inline-image-edit-button,
.mellow-inline-button-edit-button,
.mellow-inline-text-modal,
.mellow-inline-text-modal *,
.mellow-inline-image-modal,
.mellow-inline-image-modal *,
.mellow-inline-button-modal,
.mellow-inline-button-modal * {
  translate: no;
}

.archive-page {
  width: min(100% - 32px, 980px);
  margin: 0 auto 72px;
  font-family: Instrument Sans, Arial, sans-serif;
}

.archive-page h1 {
  margin: 0 0 12px;
  font-size: 48px;
}

.archive-page p {
  color: #5f6b7a;
  margin: 0 0 28px;
  font-size: 18px;
}

.archive-back {
  color: #12467a;
  margin-bottom: 28px;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
}

.archive-list {
  border: 1px solid #e4e8ee;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 18px 50px #0000000f;
}

.archive-row {
  background: #fff;
  border-bottom: 1px solid #e4e8ee;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 18px 20px;
  display: flex;
}

.archive-row:last-child {
  border-bottom: 0;
}

.analytics-page {
  width: min(100% - 32px, 1120px);
  margin: 0 auto 72px;
  font-family: Instrument Sans, Arial, sans-serif;
}

.analytics-page h1 {
  margin: 0 0 12px;
  font-size: 48px;
}

.analytics-page p {
  color: #5f6b7a;
  margin: 0 0 28px;
  font-size: 18px;
}

.analytics-back {
  color: #12467a;
  margin-bottom: 28px;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
}

.analytics-summary {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 24px;
  display: grid;
}

.analytics-card,
.analytics-panel {
  background: #fff;
  border: 1px solid #e4e8ee;
  border-radius: 22px;
  box-shadow: 0 18px 50px #0000000f;
}

.analytics-card {
  padding: 20px;
}

.analytics-card-label {
  color: #687588;
  margin-bottom: 8px;
  font-size: 14px;
  display: block;
}

.analytics-card strong {
  color: #10131d;
  font-size: 36px;
  line-height: 1;
}

.analytics-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  display: grid;
}

.analytics-panel {
  padding: 22px;
}

.analytics-panel h2 {
  margin: 0 0 18px;
  color: #10131d;
  font-size: 24px;
}

.analytics-chart {
  flex-direction: column;
  gap: 12px;
  display: flex;
}

.analytics-bar-row {
  display: grid;
  grid-template-columns: minmax(120px, 0.9fr) minmax(140px, 1.4fr) 56px;
  gap: 12px;
  align-items: center;
}

.analytics-bar-label,
.analytics-bar-value {
  color: #253045;
  font-size: 14px;
}

.analytics-bar-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.analytics-bar-track {
  height: 12px;
  background: #eef3ff;
  border-radius: 999px;
  overflow: hidden;
}

.analytics-bar-fill {
  min-width: 3px;
  height: 100%;
  background: #12467a;
  border-radius: 999px;
}

.analytics-bar-value {
  text-align: right;
  color: #687588;
}

.analytics-empty {
  color: #687588;
  padding: 12px 0;
  font-size: 15px;
}

@media (max-width: 820px) {
  .analytics-summary,
  .analytics-grid {
    grid-template-columns: 1fr;
  }

  .analytics-bar-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .analytics-bar-value {
    text-align: left;
  }
}

.archive-title {
  color: #0e0f18;
  font-size: 18px;
  font-weight: 700;
}

.archive-meta {
  color: #6b7280;
  margin-top: 4px;
  font-size: 14px;
}

.archive-row button {
  color: #fff;
  background: #2563eb;
  border: 0;
  border-radius: 999px;
  flex: 0 0 auto;
  padding: 10px 16px;
  font-size: 15px;
}

.archive-row button:disabled {
  color: #6b7280;
  background: #f1f3f5;
}

.archive-empty {
  color: #6b7280;
  background: #fff;
  padding: 24px;
  font-size: 16px;
}

.div-block-484 {
  background-color: #f7f7f7;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 25px;
  display: flex;
}

.section-57 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-485 {
  background-image: url('../images/mellow_TTM_40.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 80vw;
  height: 100vh;
  padding: 0;
}

.div-block-486 {
  width: 100%;
  padding: 5rem;
}

.div-block-487 {
  height: 80vh;
  color: var(--weiß);
  background-image: url('../images/mellow_TTM_17.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 50px;
  display: flex;
}

.div-block-487.logistik {
  background-image: url('../images/mellow_TTM_35.jpg');
}

.div-block-487.project-management {
  background-image: url('../images/mellow_TTM_02.jpg');
}

.div-block-3-copy {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: block;
}

.div-block-3-copy._2 {
  padding-bottom: 5rem;
  padding-left: 5rem;
  padding-right: 5rem;
}

.div-block-3-copy.mitte {
  text-align: center;
}

.quick-stack-13 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  padding: 0;
}

.div-block-488 {
  width: 100%;
  height: 60vh;
  overflow: hidden;
}

.quick-stack-14 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  padding: 0;
}

.div-block-489 {
  background-color: #f7f7f7;
  width: 100%;
  padding: 0;
}

.div-block-489._2 {
  position: relative;
  top: -50px;
}

.div-block-490 {
  padding: 25px;
}

.faq-item {
  background-color: #fff;
  border: 1px solid #212121;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.faq-question {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.faq-question-title {
  color: #0e0f18;
  margin-top: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5rem;
}

.faq-arrow-wrap {
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  position: relative;
}

.faq-arrow {
  width: 30px;
  max-width: none;
}

.faq-answer {
  height: auto;
  overflow: hidden;
}

.faq-answer-inner {
  max-width: 970px;
  padding-top: 0;
  padding-bottom: 15px;
  overflow: visible;
}

.faq-paragraph {
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 0;
}

.banner-big-track-image {
  display: inline-block;
  position: absolute;
  inset: auto auto 0 454px;
}

.banner-big-track-road-image {
  z-index: -1;
  display: inline-block;
  position: absolute;
  inset: auto auto 60px 454px;
}

.banner-button {
  justify-content: center;
  align-items: center;
  padding-top: 38px;
  display: flex;
}

.video-lightbox {
  z-index: 0;
  color: #0e0f18;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
}

.primary-button {
  z-index: 6;
  background-color: #fff;
  border: 1px solid #000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 16px 36px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
  box-shadow: 7px 7px #000;
}

.primary-button:hover {
  box-shadow: 0 0 #000;
}

.video-player-title {
  font-size: 18px;
  line-height: 150%;
}

.banner-box-image-one {
  display: inline-block;
  position: absolute;
  bottom: 100px;
  right: 310px;
}

.container-3 {
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  overflow: hidden;
}

.video-icon {
  margin-right: 8px;
}

.banner-inner {
  padding-top: 20px;
  padding-bottom: 20px;
}

.banner-man-image-two {
  display: inline-block;
  position: absolute;
  inset: auto 770px 180px auto;
}

.banner-robot-image-four {
  display: inline-block;
  position: absolute;
  bottom: 20px;
  left: 760px;
}

.banner-box-image-three {
  display: inline-block;
  position: absolute;
  inset: 500px 685px auto auto;
}

.btn-wrapper {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: inline-block;
  position: relative;
}

.banner-one-man-image {
  display: inline-block;
  position: absolute;
  top: 400px;
  bottom: auto;
  left: 600px;
}

.banner-thumbnail-wrap {
  z-index: -1;
  width: 100%;
  height: 100%;
  margin-top: -270px;
  padding-bottom: 0;
  position: relative;
}

.button-color {
  color: #0e0f18;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.banner-box-image-three-two {
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 200px;
}

.banner-small-track-image {
  display: inline-block;
  position: absolute;
  inset: 500px auto auto 100px;
}

.banner-paragraph {
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  font-weight: 400;
}

.banner-box-bg {
  text-align: right;
  margin-right: -550px;
}

.banner-area {
  z-index: 0;
  padding-top: 70px;
  padding-bottom: 150px;
  position: relative;
  overflow: hidden;
}

.banner-three-box-image {
  display: inline-block;
  position: absolute;
  inset: 380px auto auto 250px;
}

.video-button {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-left: 32px;
  display: flex;
}

.banner-title {
  text-align: center;
  margin-bottom: 0;
}

.button-content {
  display: flex;
}

.play-button-wrap {
  color: #fff;
  background-color: #0e0f18;
  border-radius: 10000000px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: none;
  position: absolute;
}

.banner-animated-image {
  width: 60%;
}

.banner-animated-image.m-minus {
  margin-bottom: -63px;
  margin-left: -60px;
}

.section-58 {
  height: 100vh;
}

.div-block-491 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 800px;
  display: flex;
}

.heading-23 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  line-height: 4rem;
}

.italic-text, .italic-text-2 {
  color: var(--grün);
}

.quick-stack-15 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  padding: 0;
}

.div-block-492 {
  width: 100%;
  padding: 25px;
}

.div-block-493 {
  background-color: var(--grün);
  border-radius: 100%;
  width: 12px;
  height: 12px;
  margin-right: 5px;
}

.div-block-494 {
  background-color: var(--weiß);
  color: var(--grün);
  justify-content: flex-start;
  align-items: center;
  padding-top: 5px;
  display: flex;
  position: static;
  top: 10px;
}

.section-59 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 5vw;
  display: flex;
  position: relative;
}

.section-59.home-hero-section {
  justify-content: space-between;
  align-items: stretch;
  min-height: 100vh;
  padding: 0 0;
  overflow: hidden;
}

.speaker-info {
  max-width: 500px;
  margin-bottom: 36px;
}

.body-display {
  color: #8a94a6;
  line-height: 1.55em;
}

.body-display.large {
  color: var(--blau);
  font-size: 18px;
  line-height: 1.8em;
}

.speaker-slide-mask {
  width: 33.33%;
  overflow: visible;
}

.speaker-slider-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.speaker-slider {
  background-color: #0000;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.slide-arrow {
  width: 18px;
}

.button-3 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 14px 32px;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.speaker-image-cover {
  z-index: 10;
  opacity: 1;
  cursor: pointer;
  background-image: url('../images/subtle-gradients-background.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 101%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.clip-text {
  overflow: hidden;
}

.clip-text.speaker-headding {
  margin-top: -48px;
  margin-bottom: 36px;
}

.speaker-name {
  z-index: 10;
  color: var(--grün);
  font-size: 64px;
  line-height: 1;
  position: relative;
}

.slide-image {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 65vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slide-image.team-image {
  justify-content: center;
  align-items: center;
  height: 100%;
  overflow: visible;
}

.speakers-hero-wrapper {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.speaker-arrow {
  background-color: var(--blau);
  border: 1px #ffffff0a;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 0;
  display: flex;
  inset: 1vw 5vw auto auto;
}

.speaker-arrow.left {
  background-color: var(--blau);
  margin-right: 70px;
  inset: 1vw 5vw auto auto;
}

.speaker-slide-content {
  z-index: 100;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding-bottom: 36px;
  display: flex;
  position: relative;
}

.member-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 101%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.member-image.two {
  background-image: url('../images/mellow_TTM_38.jpg');
}

.member-image.six {
  background-image: url('../images/mellow_TTM_50.jpg');
  background-position: 50% 0;
}

.member-image.one {
  background-image: url('../images/mellow_TTM_28.jpg');
}

.member-image.four {
  background-image: url('../images/mellow_TTM_02.jpg');
  background-position: 50%;
}

.member-image.three {
  background-image: url('../images/mellow_TTM_60.jpg');
  background-position: 50%;
  margin-right: 0;
}

.member-image.five {
  background-image: url('../images/mellow_TTM_08.jpg');
  background-position: 50% 0;
  width: 101%;
}

.quick-stack-16 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  padding: 0;
}

.div-block-495 {
  background-color: #f7f7f7;
  width: 100%;
  padding: 25px;
}

.quick-stack-17, .quick-stack-18 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  padding: 0;
}

.paragraph-2-copy {
  margin-bottom: 0;
  margin-right: 5px;
  font-size: 18px;
  line-height: 1.8rem;
}

.div-block-496 {
  background-color: var(--grün);
  height: 100%;
  color: var(--weiß);
  padding: 25px;
}

.section-60 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 5vw;
  display: flex;
  position: relative;
}

.team-wrapper {
  z-index: 20;
  justify-content: center;
  align-items: stretch;
  width: 100vw;
  min-height: 650px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.team-item {
  width: 33.33%;
  min-width: 33.33vw;
  height: 100%;
}

.team-member-info {
  z-index: 100;
  text-align: center;
  position: absolute;
  inset: auto 0% -48px;
  overflow: hidden;
}

.member-name {
  color: #fff;
  font-size: 54px;
}

.member-title {
  color: #8a94a6;
}

.quick-stack-19, .quick-stack-20 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  padding: 0;
}

.collection-list-3-copy {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-mail {
  color: var(--blau);
  font-size: 13px;
  line-height: 1rem;
  text-decoration: none;
}

.text-mail:hover {
  color: var(--grün);
}

._2 {
  margin-left: 5px;
  margin-right: 5px;
}

.quick-stack-21 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  padding: 0;
}

.bold-text, .bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5 {
  color: var(--grün);
}

@media screen and (min-width: 1440px) {
  .div-block, .section {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .div-block-4 {
    padding-right: 5rem;
  }

  .section-2 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .location-wrapper {
    margin-top: 0;
    margin-left: 0;
    inset: 0% auto 0% 0%;
  }

  .section-55 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .banner-big-track-image {
    bottom: 120px;
    left: 350px;
  }

  .banner-big-track-road-image {
    bottom: 60px;
    left: 454px;
  }

  .banner-box-image-one {
    bottom: 230px;
    right: 410px;
  }

  .banner-man-image-two {
    bottom: 85px;
    right: 670px;
  }

  .banner-robot-image-four {
    bottom: 20px;
    left: 760px;
  }

  .banner-box-image-three {
    top: 410px;
    right: 685px;
  }

  .banner-one-man-image {
    top: 500px;
    left: 550px;
  }

  .banner-thumbnail-wrap {
    max-width: 1480px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 170px;
  }

  .banner-box-image-three-two {
    bottom: 0;
    right: 393px;
  }

  .banner-small-track-image {
    top: 550px;
    left: 100px;
  }

  .banner-box-bg {
    margin-right: -450px;
  }

  .banner-three-box-image {
    top: 380px;
    left: 320px;
  }

  .banner-animated-image {
    width: 65%;
  }

  .banner-animated-image.building {
    width: auto;
  }

  .section-59.home-hero-section {
    min-height: 60vh;
  }
}

@media screen and (min-width: 1920px) {
  .navigation-link {
    font-size: 27px;
  }

  .button-text-wrapper {
    height: 37px;
  }

  .karte-neu {
    width: 80vw;
  }

  .banner-big-track-image, .banner-big-track-road-image {
    bottom: 60px;
    left: 454px;
  }

  .banner-box-image-one {
    bottom: 230px;
    right: 410px;
  }

  .banner-man-image-two {
    bottom: 85px;
    right: 670px;
  }

  .banner-robot-image-four {
    bottom: 20px;
    left: 760px;
  }

  .banner-box-image-three {
    top: 410px;
    right: 685px;
  }

  .banner-one-man-image {
    top: 400px;
    left: 600px;
  }

  .banner-thumbnail-wrap {
    max-width: 1730px;
    margin-left: auto;
    margin-right: auto;
  }

  .banner-small-track-image {
    top: 440px;
    left: 50px;
  }

  .banner-box-bg {
    margin-right: -450px;
  }

  .banner-three-box-image {
    top: 280px;
    left: 320px;
  }

  .banner-animated-image {
    z-index: -5;
    width: auto;
  }

  .banner-animated-image.m-minus {
    width: auto;
  }
}

@media screen and (max-width: 991px) {
  .section {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .heading {
    font-size: 30px;
    line-height: 2.5rem;
  }

  .collection-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .kutup-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .kutup-faq-title {
    font-size: 16px;
    line-height: 1.4rem;
  }

  .div-block-11 {
    height: 150px;
  }

  .navigation-link {
    color: #fff;
    padding-top: 2px;
    padding-bottom: 8px;
    padding-left: 3%;
  }

  .line-below {
    display: none;
  }

  .menu-cta-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .menu-cta-wrap.desktop {
    display: none;
  }

  .link-cta {
    height: 48px;
  }

  .button-icon-small, .button-icon-small-secondary {
    position: static;
    top: 16px;
  }

  .inside-moving-hero-studio {
    width: 180vw;
  }

  .walsh-hero-div-block {
    justify-content: center;
  }

  .karte-neu {
    width: 100vw;
  }

  .faq-item {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner-thumbnail-wrap {
    display: none;
  }

  .section-59 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-59.home-hero-section {
    min-height: auto;
    padding-top: 90px;
    padding-bottom: 60px;
  }

  .speaker-info {
    max-width: 470px;
  }

  .speaker-slide-mask {
    width: 65%;
  }

  .clip-text.speaker-headding {
    margin-top: -36px;
    margin-bottom: 24px;
  }

  .speaker-name {
    font-size: 52px;
  }

  .slide-image {
    height: 50vh;
    min-height: 500px;
  }

  .slide-image.team-image {
    min-height: auto;
  }

  .section-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .team-wrapper {
    justify-content: flex-start;
    min-height: 500px;
    overflow: auto;
  }

  .team-item {
    min-width: 48vw;
  }

  .member-name {
    font-size: 48px;
  }
}

@media screen and (max-width: 767px) {
  .collection-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .kutup-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .kutup-display-2 {
    font-size: 40px;
  }

  .navigation-link {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-vertical-xlarge {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .timeline_centre {
    justify-content: flex-start;
  }

  .timeline_date-text {
    margin-bottom: 24px;
    font-size: 36px;
  }

  .background-layer {
    background-position: 0 0, 50% 100%;
    background-size: 300px 300px, auto;
  }

  .padding-vertical-footer {
    padding-top: 80px;
    padding-bottom: 64px;
  }

  .margin-bottom-small {
    margin-bottom: 24px;
  }

  .button-icon-small {
    padding: 10px 16px 10px 14px;
  }

  .button-icon-small.hide-mobile {
    display: none;
  }

  .button-inverted {
    padding: 14px 24px;
  }

  .timeline_quote-wrapper {
    flex-direction: column-reverse;
  }

  .timeline_text {
    font-size: 20px;
  }

  .timeline_quote-image {
    margin-top: 24px;
    margin-right: 0;
  }

  .footer_credits-wrapper {
    flex-direction: column-reverse;
  }

  .padding-vertical-xxlarge {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .hero-nav {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .timeline_left {
    text-align: left;
  }

  .margin-bottom-xlarge {
    margin-bottom: 48px;
  }

  .text-link.text-light-grey.privacy-policy {
    margin-bottom: 16px;
  }

  .paragraph-large {
    font-size: 18px;
  }

  .timeline_item {
    grid-template-columns: 64px 1fr;
    width: 100%;
  }

  .timeline_progress {
    left: 6px;
  }

  .button-icon-small-secondary {
    padding: 10px 16px 10px 14px;
  }

  .button-icon-small-secondary.margin-right-small.mobile-margin-right-zero {
    margin-right: 0;
  }

  .master-moving-studio-hero {
    margin-top: 64px;
  }

  .inside-moving-hero-studio {
    width: 1280px;
  }

  .walsh-heading-medium {
    font-size: 2.4em;
  }

  .walsh-center-wrapper-gap-large {
    grid-row-gap: 3.5em;
  }

  .section-55 {
    padding-bottom: 4rem;
  }

  .primary-button {
    padding: 14px 30px;
  }

  .container-3 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .button-color {
    font-size: 16px;
  }

  .banner-area {
    padding-bottom: 100px;
  }

  .speaker-slide-mask {
    width: 90%;
  }

  .speaker-name {
    font-size: 48px;
  }

  .slide-image {
    min-height: 400px;
  }

  .slide-image.team-image {
    min-height: 300px;
  }

  .team-wrapper {
    min-height: 500px;
  }

  .team-item {
    min-width: 55vw;
  }

  .member-name {
    font-size: 42px;
  }
}

@media screen and (max-width: 479px) {
  .body {
    padding-top: 50px;
  }

  .div-block {
    height: 50px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .image {
    width: 80px;
  }

  .section {
    padding: 5rem 1rem;
  }

  .section.video {
    height: 80vh;
  }

  .section.st-rer {
    height: auto;
  }

  .section.st-rer.blau {
    padding: 2rem 1rem;
  }

  .section.start {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading {
    font-size: 26px;
    line-height: 2rem;
  }

  .div-block-4 {
    padding: 2rem 1rem;
  }

  .div-block-5 {
    height: 300px;
  }

  .heading-h2 {
    font-size: 26px;
    line-height: 2rem;
  }

  .paragraph-2.fu {
    text-align: center;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .kutup-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .kutup-display-2 {
    font-size: 30px;
    line-height: 1.1;
  }

  .section-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .quick-stack-5 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .div-block-7 {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-8 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .div-block-11 {
    height: auto;
  }

  .navigation-link {
    padding: 10px 0;
  }

  .navigation-link.w--current {
    color: var(--weiß);
  }

  .nav-menu {
    background-color: var(--grün);
    color: var(--grün);
    padding: 2rem 1rem;
  }

  .menu-cta-wrap.desktop {
    display: none;
  }

  .button-icon-small {
    padding: 10px 14px;
    font-size: 13px;
    top: 18px;
  }

  .margin-bottom-medium {
    margin-bottom: 24px;
  }

  .button-icon {
    display: none;
  }

  .paragraph-large {
    font-size: 16px;
  }

  .timeline_item {
    grid-template-columns: 48px 1fr;
  }

  .button-icon-small-secondary {
    padding: 10px 14px;
    font-size: 13px;
    top: 18px;
  }

  .quick-stack-7 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .div-block-15 {
    height: 20vh;
  }

  .image-3 {
    max-width: 120%;
  }

  .image-4, .image-3-copy {
    max-width: 100%;
  }

  .brand {
    padding-left: 0;
  }

  .div-block-17 {
    height: 70vh;
  }

  .inside-moving-hero-studio {
    width: 1070px;
  }

  .moving-images-top-fill {
    top: 0%;
  }

  .moving-images-bottom-fill {
    bottom: 0;
  }

  .div-block-477 {
    flex-flow: wrap;
  }

  .collection-location {
    overflow: visible;
  }

  .walsh-link-block-green {
    padding-left: 30px;
    padding-right: 25px;
  }

  .walsh-hero-div-block {
    grid-row-gap: 1.25em;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .walsh-heading-medium {
    text-align: left;
    font-size: 2.5em;
    line-height: 1.1;
  }

  .location-wrapper {
    height: auto;
    padding-right: 0;
    display: block;
  }

  .page-wrapper-2 {
    height: auto;
  }

  .checkbox-label {
    font-size: 1.2em;
    font-weight: 400;
  }

  .collection-list-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    overflow: scroll;
  }

  .map {
    height: 80vh;
  }

  .checkbox-field {
    margin-bottom: 10px;
  }

  .collection-item {
    width: 100%;
  }

  .walsh-center-wrapper-gap-large {
    grid-row-gap: 2em;
    justify-content: flex-start;
    align-items: flex-start;
    overflow: hidden;
  }

  .section-55 {
    padding: 0;
    overflow: hidden;
  }

  .walsh-label-button {
    font-size: 16px;
  }

  .columns-6 {
    height: auto;
  }

  .walsh-main-paragraph {
    text-align: left;
    width: 100%;
    font-size: 1.2em;
  }

  .checkbox {
    width: 20px;
    min-width: 20px;
    max-width: 20px;
    height: 20px;
    min-height: 20px;
    max-height: 20px;
  }

  .karte-neu {
    width: auto;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .link-block-44 {
    width: 90%;
    height: 390px;
    display: block;
  }

  .location-name-wrapper-2 {
    width: 100%;
  }

  .location-profile {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 300px;
    min-height: 300px;
    max-height: 300px;
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .location {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .div-block-475 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .menu-button {
    background-color: #0000;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    padding: 0;
    display: flex;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .icon {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .container-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .collection-list-3 {
    grid-template-columns: 1fr;
  }

  .div-block-482 {
    min-height: 150px;
  }

  .faq-item {
    padding-left: 20px;
    padding-right: 10px;
  }

  .faq-question {
    padding-right: 0;
  }

  .faq-question-title {
    font-size: 18px;
    line-height: 1.5rem;
  }

  .faq-arrow-wrap {
    width: 50px;
    height: 50px;
    margin-left: 20px;
    display: flex;
  }

  .faq-arrow {
    width: 20px;
  }

  .faq-paragraph {
    font-size: 16px;
  }

  .video-lightbox {
    display: block;
  }

  .primary-button {
    padding: 10px 30px;
  }

  .button-color {
    font-size: 14px;
  }

  .banner-paragraph {
    font-size: 18px;
  }

  .banner-area {
    padding-top: 50px;
    padding-bottom: 80px;
  }

  .video-button {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .div-block-491 {
    width: auto;
  }

  .heading-23 {
    font-size: 40px;
    line-height: 3rem;
  }

  .quick-stack-15 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .div-block-493 {
    min-width: 12px;
    max-width: 12px;
    min-height: 12px;
    max-height: 12px;
  }

  .div-block-494 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .section-59 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section-59.home-hero-section {
    padding-bottom: 36px;
  }

  .body-display.large {
    line-height: 1.8em;
  }

  .clip-text.speaker-headding {
    margin-top: 0;
    margin-bottom: 25px;
  }

  .speaker-name {
    margin-top: 25px;
    margin-bottom: 0;
    font-size: 26px;
    line-height: 2rem;
  }

  .slide-image {
    height: 40vh;
    min-height: 300px;
  }

  .slide-image.team-image {
    min-height: auto;
  }

  .speaker-arrow {
    margin-bottom: 40px;
    margin-right: 1rem;
    inset: auto 0% 0% auto;
  }

  .speaker-arrow.left {
    margin-bottom: 40px;
    margin-right: 90px;
    inset: auto 0% 0% auto;
  }

  .speaker-slide-content {
    padding-bottom: 6px;
  }

  .paragraph-2-copy.fu {
    text-align: center;
    text-align: center;
  }

  .section-60 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .team-wrapper {
    min-height: 475px;
    padding-bottom: 80px;
  }

  .team-item {
    min-width: 90vw;
  }

  .collection-list-3-copy {
    grid-template-columns: 1fr;
  }
}

#w-node-_94658177-a620-f90d-b7c2-774e2ad776e3-410160c0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_452a9ae5-d9ba-301d-ed59-b445d76e38cf-410160c0 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_89b0e034-7eed-648a-d18d-5b387289b476-410160c0, #w-node-_084c5e1c-623e-571d-fa87-87846d0095c0-410160c0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_6648df8e-2156-f0f4-b2d9-2fabe978f235-e978f233 {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
}

#w-node-_1ea413a0-7a28-5e93-7a02-2f591fc2920a-69289bb2, #w-node-_080c4193-fd98-7acf-38ec-9877e68b1962-d0a3d015 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-e4dfb925-06f1-e471-2452-b6320562b8aa-b25d83e0 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_079a48ea-7429-cac4-b01c-fb22d77cfe45-b25d83e0, #w-node-ede12ebb-291d-bd82-43eb-cc608eec5fc1-b25d83e0, #w-node-e7c5dfdb-c858-dc82-e685-91015bbe9f6c-ae08770b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0c915f09-cdb3-1e8e-7ae1-be88cd3c39d1-ae08770b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-d2687a4d-a879-b7a0-0bba-ceb09a171397-0ed8f2e3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-c8ecb075-7530-7a6a-ba86-5978ba770a7e-8ec907bb {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-ede12ebb-291d-bd82-43eb-cc608eec5fc1-8ec907bb {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 767px) {
  #w-node-_43717815-55da-2e2b-4f8a-9a96a89e5a83-c662cb60 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_43717815-55da-2e2b-4f8a-9a96a89e5a86-c662cb60 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_43717815-55da-2e2b-4f8a-9a96a89e5a88-c662cb60 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_43717815-55da-2e2b-4f8a-9a96a89e5a8f-c662cb60 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_43717815-55da-2e2b-4f8a-9a96a89e5a92-c662cb60 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_43717815-55da-2e2b-4f8a-9a96a89e5aa2-c662cb60 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_43717815-55da-2e2b-4f8a-9a96a89e5aa5-c662cb60 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_43717815-55da-2e2b-4f8a-9a96a89e5abc-c662cb60 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_43717815-55da-2e2b-4f8a-9a96a89e5abf-c662cb60 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_43717815-55da-2e2b-4f8a-9a96a89e5ad8-c662cb60 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_43717815-55da-2e2b-4f8a-9a96a89e5adb-c662cb60 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_43717815-55da-2e2b-4f8a-9a96a89e5af5-c662cb60 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_43717815-55da-2e2b-4f8a-9a96a89e5af8-c662cb60 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_43717815-55da-2e2b-4f8a-9a96a89e5b13-c662cb60 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_43717815-55da-2e2b-4f8a-9a96a89e5b16-c662cb60 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_43717815-55da-2e2b-4f8a-9a96a89e5b26-c662cb60 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_43717815-55da-2e2b-4f8a-9a96a89e5b29-c662cb60 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_43717815-55da-2e2b-4f8a-9a96a89e5b3a-c662cb60 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_43717815-55da-2e2b-4f8a-9a96a89e5b3d-c662cb60 {
    grid-area: 1 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_94658177-a620-f90d-b7c2-774e2ad776e3-410160c0 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_452a9ae5-d9ba-301d-ed59-b445d76e38cf-410160c0 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_89b0e034-7eed-648a-d18d-5b387289b476-410160c0, #w-node-_084c5e1c-623e-571d-fa87-87846d0095c0-410160c0, #w-node-_6648df8e-2156-f0f4-b2d9-2fabe978f235-e978f233, #w-node-_1ea413a0-7a28-5e93-7a02-2f591fc2920a-69289bb2, #w-node-_080c4193-fd98-7acf-38ec-9877e68b1962-d0a3d015 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-e4dfb925-06f1-e471-2452-b6320562b8aa-b25d83e0 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-_079a48ea-7429-cac4-b01c-fb22d77cfe45-b25d83e0, #w-node-ede12ebb-291d-bd82-43eb-cc608eec5fc1-b25d83e0, #w-node-e7c5dfdb-c858-dc82-e685-91015bbe9f6c-ae08770b, #w-node-_0c915f09-cdb3-1e8e-7ae1-be88cd3c39d1-ae08770b, #w-node-d2687a4d-a879-b7a0-0bba-ceb09a171397-0ed8f2e3, #w-node-ede12ebb-291d-bd82-43eb-cc608eec5fc1-8ec907bb {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


