@font-face {
  font-family: Hero New;
  src: url('../fonts/Hero-New-Medium-Italic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Hero New Hairline;
  src: url('../fonts/Hero-New-Hairline.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Hero New;
  src: url('../fonts/Hero-New-ExtraBold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Hero New;
  src: url('../fonts/Hero-New-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Hero New;
  src: url('../fonts/Hero-New-Light-Italic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Hero New Hairline;
  src: url('../fonts/Hero-New-Hairline-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Hero New;
  src: url('../fonts/Hero-New-Bold-Italic.otf') format("opentype"), url('../fonts/Hero-New-ExtraBold-Italic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Hero New;
  src: url('../fonts/Hero-New-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Hero New;
  src: url('../fonts/Hero-New-SemiBold-Italic.otf') format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

:root {
  --white: white;
  --transparent: #fff0;
  --cornflower-blue: #6aa0bf59;
  --zambezi: #645555;
  --pale-turquoise: #c1eeee;
  --petrol-dark: #6c8778;
  --sky-blue: #79b4d1;
  --jg-move-space: #0f829b;
  --medium-violet-red-2: #b02a59;
  --tomato: #ff6640;
  --dark-turquoise: #645555;
  --midnight-blue: #183047;
  --sambesi: var(--zambezi);
  --medium-turquoise: #70d6dd;
  --dark-grey: #999;
  --soul-sync-light: #735a1426;
  --light-blue: #c4e2f3;
  --light-grey-med: #ada29b;
  --black: #333;
  --dim-grey: #636669;
  --deep-sky-blue: #3fbbf570;
  --steel-blue-2: #2e87cb;
  --vision-hub-light: #144b6e26;
  --petrol: #d1ded7;
  --light-steel-blue: #c1c9ee;
  --saphir--ocean: #64a5c3;
  --medium-violet-red: #a85d8f;
  --chocolate: #c65829;
  --brown: #8c3338;
  --dark-slate-blue: #523a4f;
  --saddle-brown: #56361f;
  --dark-khaki: #b2a124;
  --purple: #5d1759;
  --sienna: #b56644;
  --jg-vision-hub: #144b6e;
  --light-steel-blue-2: #86c1f5;
  --midnight-blue-2: #171836;
  --dark-slate-grey: #095045;
  --dark-cyan: #22888f;
  --dark-slate-grey-2: #052e2a;
  --angebotsgrau: #eee;
  --jg-soul-sync: #735a14;
  --jg-robs-hood: #5a320f;
  --move-space-light: #0f829b26;
  --zembesi-light: #64555533;
  --jg-soul-sync-light: #efcc6e;
  --robs-hood-light: #5a320f26;
  --pink-light: #f2d3ef;
  --light-grey: #e1e3e3;
  --saphir--light-green: #a9cab8;
}

.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-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@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: var(--white);
  flex-direction: column;
  justify-content: space-between;
  font-family: Exo, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  display: flex;
}

a {
  text-decoration: none;
}

.sticky-nav {
  z-index: 1;
  background-color: #f4f4f4;
  height: auto;
  position: sticky;
  top: 0;
}

.nav-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content max-content max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  display: grid;
}

.nav-logo-link {
  height: 60px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
}

.nav-logo {
  object-fit: contain;
  object-position: 0% 50%;
  width: auto;
  height: 100%;
}

.nav-link {
  color: #444;
  margin-left: 10%;
  margin-right: 0;
  padding: 10px 0;
  text-decoration: none;
  display: block;
}

.nav-link:hover {
  text-decoration: underline;
}

.div-block {
  justify-content: space-between;
  align-items: center;
  height: 100px;
  display: flex;
}

.image {
  cursor: pointer;
  width: 220px;
  height: 100%;
  position: static;
  inset: 0% auto auto 0%;
}

.nav-bar-container {
  background-color: #0000;
  background-image: url('../images/kontakt-header.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: space-between;
  width: 100vw;
  min-width: 100vw;
  max-width: 100vw;
  height: 40vw;
  display: block;
}

.nav-bar-container.home {
  background-image: url('../images/100-jeannine-start-hero.jpg');
  height: 40vw;
  display: block;
}

.nav-bar-container.jeannine {
  background-image: url('../images/crop-jeannine-start-hero.jpg');
  background-position: 50% 20%;
  display: block;
}

.nav-bar-container.ruderwelt {
  background-image: url('../images/meine-ruderwelt-navbar.jpg');
}

.nav-bar-container.behind {
  background-image: url('../images/v2-behind-the-scene-navbar.jpg');
}

.nav-bar-container.kontakt {
  background-image: url('../images/100-jeannine-angebot-navbar.jpg');
}

.hero-background {
  width: 100vw;
  min-width: auto;
  height: 70vw;
  min-height: 70vw;
}

.navbar {
  z-index: 9999;
  background-color: var(--transparent);
  opacity: 1;
  outline-color: var(--transparent);
  height: auto;
  padding-right: 0;
  font-weight: 500;
  display: block;
  position: relative;
  inset: 0% 0% auto;
}

.navbar.ruderwelt {
  z-index: 9000;
}

.section {
  background-color: var(--cornflower-blue);
  height: 75vh;
}

.section-3 {
  background-color: #b5e2bf;
  height: 75vh;
}

.menu-button.w--open {
  margin-right: 30px;
  display: flex;
}

.left-pop-out-menu {
  z-index: 9999;
  border: 0px none var(--white);
  background-color: var(--zambezi);
  opacity: 1;
  outline-color: var(--zambezi);
  outline-offset: 0px;
  color: var(--white);
  -webkit-text-fill-color: inherit;
  cursor: pointer;
  mix-blend-mode: normal;
  object-fit: fill;
  background-clip: border-box;
  border-radius: 0;
  outline-width: 20px;
  outline-style: solid;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  margin-top: 0;
  padding-left: 35vw;
  font-family: Montserrat, sans-serif;
  line-height: 10%;
  display: none;
  position: absolute;
  inset: 0%;
}

.left-pop-out-menu.old {
  display: none;
}

.left-menu-wrapper {
  color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
  position: static;
}

.open-btn {
  z-index: 999;
  border: 1px solid var(--white);
  cursor: pointer;
  background-image: url('../images/burger-85.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 68px;
  height: 68px;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.line-top {
  background-color: var(--white);
  width: 100%;
  height: 2px;
  margin-top: 0;
  margin-bottom: 8px;
  padding-top: 0;
}

.line-mid {
  background-color: var(--white);
  width: 100%;
  height: 2px;
  margin-bottom: 0;
}

.line-bottom {
  background-color: var(--white);
  width: 100%;
  height: 2px;
  margin-top: 8px;
  margin-bottom: 0;
}

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

.hamburger.js-hover {
  z-index: 110;
  background-color: var(--pale-turquoise);
  cursor: pointer;
  border-radius: 100%;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-top: 40px;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.hamburger.js-hover-hamburger {
  z-index: 998;
  border: 0px none var(--white);
  background-color: var(--transparent);
  cursor: pointer;
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 68px;
  height: 68px;
  margin-top: 0;
  padding: 0;
  display: none;
  position: relative;
  inset: 0% 0% auto auto;
}

.hamburger.js-hover-hamburger.w--open {
  align-items: center;
  padding: 0;
}

.hamburger.js-hover {
  z-index: 110;
  cursor: pointer;
  background-color: #c1eeee;
  border-radius: 100%;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-top: 40px;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.hamburger.js-hover {
  z-index: 110;
  cursor: pointer;
  background-color: #c1eeee;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-top: 15px;
  padding: 0;
  display: flex;
  position: absolute;
  top: 45px;
  right: 45px;
}

.hamburger.js-hover.w--open {
  align-items: center;
  padding: 0;
}

.open-btn-2 {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 64px;
  height: 64px;
  padding: 12px 15px 8px;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.close-btn {
  background-color: var(--petrol-dark);
  outline-color: var(--white);
  outline-offset: 0px;
  cursor: pointer;
  border: 1px #000;
  border-radius: 50%;
  outline-width: 1px;
  outline-style: solid;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 66px;
  height: 66px;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.brand {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  margin-top: 10%;
  padding-left: 1%;
  display: flex;
}

.brand.w--current {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  margin-top: 10%;
  padding-bottom: 0;
  padding-left: 1%;
  display: flex;
}

.nav-link-2 {
  margin-left: auto;
  margin-right: 20%;
  padding-left: 0;
  padding-right: 0;
}

.dropdown {
  margin-right: 20%;
}

.nav-link-3, .nav-link-4 {
  margin-left: auto;
  margin-right: 20%;
  padding-left: 0;
  padding-right: 0;
}

.dropdown-toggle {
  text-align: right;
  justify-content: flex-end;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Exo, sans-serif;
  font-weight: 200;
  display: flex;
}

.dropdown-toggle.w--open {
  margin-right: -76px;
}

.nav-link-menu-left {
  z-index: auto;
  color: var(--white);
  text-align: left;
  letter-spacing: 1.2px;
  -webkit-text-stroke-color: var(--white);
  cursor: pointer;
  width: 100%;
  margin: 3vh auto 2vh;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 2vh;
  font-weight: 600;
  display: flex;
}

.nav-link-menu-left:hover {
  color: var(--sky-blue);
}

.nav-link-menu-left:visited {
  color: var(--white);
}

.nav-link-menu-left.jeannine {
  color: var(--white);
  text-align: left;
  margin-top: 2%;
  margin-bottom: 0%;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 2vw;
  font-weight: 500;
  display: block;
}

.nav-link-menu-left.jeannine:hover {
  color: var(--white);
}

.nav-link-menu-left.jeannine.sub {
  background-color: var(--transparent);
  text-align: left;
  width: 100%;
  margin-top: 0%;
  margin-bottom: 0;
  padding-top: 6px;
  padding-bottom: 0;
  padding-left: 20px;
  font-size: 1.8vh;
  line-height: 1.5vh;
  display: block;
}

.nav-link-menu-left.jeannine.sub:hover {
  color: var(--sky-blue);
}

.nav-link-menu-left.jeannine.sub-sub {
  margin-top: 0%;
  margin-bottom: 5px;
  padding-top: 10px;
  padding-bottom: 0;
  padding-left: 100px;
  font-size: 1.5vw;
  line-height: 2vw;
}

.nav-link-menu-left.jeannine.sub-sub:hover {
  color: var(--sky-blue);
}

.nav-link-menu-left.behindethescene {
  margin-top: 2%;
  margin-bottom: 0%;
  margin-right: auto;
  font-size: 2vw;
  font-weight: 500;
  display: flex;
}

.nav-link-menu-left.behindethescene:hover {
  color: var(--white);
}

.nav-link-menu-left.partner {
  display: flex;
}

.nav-link-menu-left.erfolge {
  font-size: 3vw;
  display: flex;
}

.nav-link-menu-left.current {
  color: var(--white);
  padding-top: 30px;
  padding-bottom: 30px;
}

.nav-link-menu-left.home {
  color: var(--white);
  margin-bottom: 0%;
  padding-bottom: 10px;
  font-size: 2vw;
}

.nav-link-menu-left.home:hover {
  color: var(--jg-move-space);
}

.nav-link-menu-left.home.current {
  color: var(--medium-violet-red-2);
  margin-bottom: 0%;
  margin-right: auto;
  font-size: 2em;
  font-weight: 500;
}

.nav-link-menu-left.home.current:hover {
  color: var(--tomato);
}

.nav-link-menu-left.angebot {
  margin-bottom: 0%;
  margin-right: auto;
  font-size: 2.5vw;
  font-weight: 500;
}

.nav-link-menu-left.cursor-arrow {
  cursor: not-allowed;
}

.nav-link-menu-left.cursor-arrow:hover {
  color: var(--white);
}

.nav-link-menu-left.nolink {
  cursor: pointer;
  margin-top: 3vh;
  margin-bottom: 2vh;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 2vh;
}

.left-pop-out-container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  height: 100vh;
  min-height: 100vh;
  display: flex;
}

.dropdown-list {
  text-align: right;
}

.div-block-2 {
  margin-right: 10%;
}

.nav-dropdown-menu-left {
  z-index: auto;
  color: var(--white);
  text-align: right;
  letter-spacing: 1.2px;
  margin: 10px 0% 10px auto;
  padding-left: 0;
  padding-right: 0;
  font-family: Exo, sans-serif;
  font-size: 4vw;
  font-weight: 100;
}

.nav-dropdown-menu-left:hover {
  color: var(--dark-turquoise);
}

.right-pop-out-menu {
  z-index: 2222;
  color: #0000;
  background-color: #fffc;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50vw;
  height: 100vh;
  margin-left: 167px;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.div-block-3 {
  height: 100vh;
}

.submenu-03-behind {
  color: #0000;
  object-fit: fill;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 50vw;
  height: 100vh;
  min-height: 100px;
  padding-left: 62px;
  display: none;
  position: absolute;
  inset: 0%;
}

.nav-link-menu-right {
  z-index: auto;
  color: var(--white);
  text-align: right;
  letter-spacing: 1.2px;
  margin: 10px auto 10px 10%;
  padding-left: 0;
  padding-right: 0;
  font-family: Exo, sans-serif;
  font-size: 2vw;
  font-weight: 100;
}

.nav-link-menu-right:hover {
  color: var(--dark-turquoise);
}

.right {
  color: #183047b8;
  background-color: #183047cc;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 50vw;
  height: 100vh;
  display: flex;
}

.nav-link-menu-left-copy {
  z-index: auto;
  color: var(--white);
  text-align: right;
  letter-spacing: 1.2px;
  margin: 10px 10% 10px auto;
  padding-left: 0;
  padding-right: 0;
  font-family: Exo, sans-serif;
  font-size: 4vw;
  font-weight: 100;
}

.nav-link-menu-left-copy:hover {
  color: var(--dark-turquoise);
}

.container-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 100%;
  height: 100vh;
  min-height: 100px;
  font-family: Exo, sans-serif;
  font-size: 3vw;
  font-weight: 300;
  display: flex;
}

.link {
  color: var(--midnight-blue);
  white-space: normal;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Exo, sans-serif;
  font-size: 2.5vw;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
  display: flex;
}

.link:hover {
  filter: blur(1px);
  color: var(--sambesi);
}

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

.submenu-02-jeannine, .submenu-04-partner, .submenu-05-road {
  color: #0000;
  object-fit: fill;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 50vw;
  height: 100vh;
  min-height: 100px;
  padding-left: 62px;
  display: none;
  position: absolute;
  inset: 0%;
}

.div-block-5 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 300px;
  height: auto;
  display: flex;
}

.wg-element-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.wg-element-wrapper.sw5 {
  flex-direction: row;
  justify-content: center;
  width: auto;
  height: auto;
  display: flex;
}

.wg-element-wrapper.sw5:hover {
  background-color: #0000;
  border-style: none;
}

.wg-element-wrapper.sw4 {
  margin-right: 14px;
}

.wg-element-wrapper.sw1 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 0;
}

.wg-element-wrapper.sw2 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}

.text-block-28 {
  padding-top: 2px;
  font-size: 1.5vw;
}

.text-block-28:hover {
  font-size: 1.5vw;
}

.wg-dropdown-1-link {
  color: #000;
  text-align: center;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 0%;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  margin-top: 20px;
  padding: 0;
  font-family: Exo, sans-serif;
  font-size: 1.5vw;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .1s;
  display: flex;
}

.wg-dropdown-1-link:hover {
  color: #fff;
  background-color: #292929;
}

.wg-dd-1-togle-3 {
  z-index: 1;
  text-align: center;
  background-color: #0000;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  padding: 0;
  display: flex;
}

.wg-dd-1-togle-3:hover {
  color: var(--white);
  background-color: #0000;
  border: 1px #0000;
  border-radius: 0%;
  font-family: Exo, sans-serif;
  font-weight: 400;
}

.wg-element {
  color: #f4f0e3;
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: auto;
  margin-top: 14px;
  padding-bottom: 20px;
  font-size: 1.5vw;
  transition: background-color .2s;
  display: flex;
  position: relative;
  inset: 0% 0% auto auto;
}

.wg-element:hover {
  background-color: #0000;
}

.wg-dd-1-list {
  background-color: #0000;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  display: flex;
  overflow: hidden;
}

.wg-dd-1-list.w--open {
  display: block;
}

.wg-code {
  display: none;
}

.wg-dropdown-1 {
  z-index: 3;
  text-transform: uppercase;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  font-weight: 700;
  display: block;
}

.language-switcher {
  color: var(--white);
  font-family: Exo, sans-serif;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
}

.language-switcher:hover {
  color: var(--dark-turquoise);
  font-weight: 600;
}

.wg-selector-3-line {
  width: 2rem;
  height: 2px;
  position: relative;
  overflow: hidden;
}

.wg-selector3-text-lang2 {
  color: var(--white);
  text-transform: uppercase;
}

.wg-selector3-text-lang2:hover {
  color: var(--tomato);
}

.wg-selector3-text-lang1 {
  text-transform: uppercase;
}

.wg-selector-3-line-fill {
  background-color: #000;
  width: 100%;
  height: 100%;
}

.wg-selector-3-line-fill.f2 {
  background-color: #ff6640;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(-100%);
}

.wg-selector-3-line-fill.f1 {
  position: relative;
}

.wg-selector-3 {
  color: #000;
  padding: 10px;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.wg-selector-3.w--current {
  cursor: default;
}

.wg-selector-3.s1 {
  color: #ff6640;
}

.wg-selector-1 {
  color: #000;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
  position: relative;
}

.wg-selector-1:hover {
  color: #4049ff;
}

.wg-selector-1.w--current {
  cursor: default;
}

.wg-selector-1.s2 {
  opacity: .5;
  opacity: .5;
  opacity: .5;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: auto;
  padding-left: 10px;
  font-family: Oswald, sans-serif;
  display: flex;
}

.wg-selector-1.s1 {
  background-color: var(--transparent);
  cursor: pointer;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-right: 0;
  font-family: Oswald, sans-serif;
}

.wg-selector-1.s2 {
  opacity: .5;
  opacity: .5;
}

.wg-selector-1.s1 {
  padding-right: 5px;
}

.wg-selector-highlight {
  background-color: var(--tomato);
  width: 100%;
  height: 100%;
}

.wg-selector-highlight.h2, .wg-selector-highlight.h2:where(.w-variant-de1ac6a1-83e1-ddd2-18b4-89b5f32871e3) {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.wg-selector-highlight.h1 {
  background-color: #1cdae7;
  background-color: var(--zambezi);
}

.wg-selector-highlight.h2 {
  background-color: #1cdae7;
  transform: translate(-100%);
}

.wg-selector-highlight.h1 {
  background-color: #645555;
}

.wg-selector-highlight.h3 {
  background-color: var(--jg-move-space);
}

.wg-selector-highlight-wrapper {
  width: 100%;
  height: 3px;
  margin-top: .25rem;
  font-family: Oswald, sans-serif;
  overflow: hidden;
}

.wg-selector-highlight-wrapper:where(.w-variant-de1ac6a1-83e1-ddd2-18b4-89b5f32871e3) {
  height: 6px;
}

.lang-switcher-de-en {
  color: var(--dark-grey);
  letter-spacing: 1.2px;
  font-family: Exo, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.lang-switcher-de-en:hover {
  color: var(--dark-turquoise);
  font-size: 17px;
  font-weight: 600;
}

.text-block-30 {
  color: var(--white);
  font-family: Exo, sans-serif;
  font-weight: 300;
}

.text-block-30:hover {
  color: var(--dark-turquoise);
  font-weight: 600;
}

.nav-upper-right-wrapper {
  z-index: 9100;
  flex-direction: column;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-end;
  width: 100%;
  height: 150px;
  margin-top: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0%;
  display: flex;
  position: relative;
}

.text-block-31 {
  font-family: Exo, sans-serif;
  font-size: 15px;
}

.container-erfolge {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 3em;
}

.container-erfolge.is--title {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.erfolge_main-title {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 20vh;
  display: flex;
}

.meine-erfolge-title {
  color: #72c4d35c;
  margin-bottom: 100px;
  font-family: Exo, sans-serif;
  font-size: 10em;
  font-weight: 200;
}

.erfolge-press-and-hold {
  color: #72c4d3;
  margin-top: 62px;
  font-family: Exo, sans-serif;
  font-size: 2em;
  font-weight: 500;
}

.erfolge-html {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.erfolge-nav {
  z-index: 5000;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
}

.erfolge-bubble-year {
  outline-offset: 0px;
  color: var(--midnight-blue);
  text-align: center;
  letter-spacing: 0;
  text-indent: 0;
  border: 3px #0000;
  outline: 3px #fff;
  height: 20px;
  font-family: Exo, sans-serif;
  font-size: 7em;
  font-weight: 400;
  line-height: 1vh;
  text-decoration: none;
}

.erfolge-bubble-year._2003 {
  height: 120px;
  font-size: 5em;
  line-height: 5vh;
}

.work {
  width: 100%;
  height: 150vh;
  display: flex;
  position: relative;
}

.section-erfolge.is--hero {
  z-index: 1;
  width: 100%;
  height: 100vh;
  display: block;
  position: relative;
  overflow: hidden;
}

.box_link {
  color: #0000;
  border: 1px #000;
  border-radius: 19px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.box {
  cursor: pointer;
  background-color: #1f1f1f;
  background-image: url('../images/mark-zuravski-MmC7VSkNTwI-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 2px solid #000;
  border-radius: 50%;
  width: 20em;
  height: 20em;
  margin-top: 0;
  margin-left: -5.8em;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.box.is--1 {
  z-index: 12;
  background-color: #0000;
  background-image: url('../images/2016.png');
  background-position: 50%;
  background-size: cover;
  border: 3em #5f3454;
  justify-content: center;
  align-items: center;
  width: 30em;
  height: 30em;
  margin-left: 31.5em;
  display: flex;
}

.box.is--2 {
  z-index: 11;
  color: #2a31b7b0;
  background-color: #0000;
  background-image: url('../images/2020.png');
  background-position: 50%;
  background-size: cover;
  border: 3em #0000;
  flex-direction: column;
  justify-content: center;
  width: 30em;
  height: 30em;
  margin-top: 15vh;
  margin-left: 1.2em;
  display: flex;
}

.box.is--3 {
  z-index: 14;
  background-color: #0000;
  background-image: url('../images/2015-2.png');
  background-position: 50%;
  background-size: contain;
  border: 3em #eeb575;
  justify-content: center;
  align-items: center;
  width: 30em;
  height: 30em;
  margin-top: 78vh;
  margin-left: 47.6em;
  display: flex;
}

.box.is--3._2009 {
  background-image: url('../images/2009-2014.png');
  background-size: contain;
  margin-top: 11vh;
  margin-left: 14.3em;
}

.box.is--4 {
  z-index: 15;
  background-color: #0000;
  background-image: url('../images/2018.png');
  background-position: 50%;
  background-size: cover;
  border: 3em #fbbebb;
  flex-direction: column;
  justify-content: center;
  width: 30em;
  height: 30em;
  margin-top: 9vh;
  margin-left: 62.8em;
  display: flex;
}

.box.is--6 {
  z-index: 17;
  background-color: #0000;
  background-image: url('../images/2019.png');
  background-position: 50%;
  background-size: cover;
  border: 3em #dbd7c8;
  justify-content: center;
  align-items: center;
  width: 30em;
  height: 30em;
  margin-top: 75vh;
  margin-left: 9em;
  display: flex;
}

.box.is--6._2022 {
  margin-top: 88vh;
  margin-left: 28.2em;
}

.box.is--5 {
  z-index: 16;
  background-color: #0000;
  background-image: url('../images/2017.png');
  background-position: 50%;
  background-size: cover;
  border: 3em #5baa9e;
  flex-flow: column;
  justify-content: center;
  width: 30em;
  height: 30em;
  margin-top: 52vh;
  margin-left: 57.2em;
  display: flex;
}

.box.is--7 {
  z-index: 18;
  background-color: #0000;
  background-image: url('../images/erfolge-ring.png');
  background-position: 50%;
  background-size: contain;
  border: 0 #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 30em;
  height: 30em;
  margin-top: 42vh;
  margin-left: 19.4em;
  display: flex;
}

.box.is--7._2003 {
  background-image: url('../images/2003-2008.png');
  margin-top: 100vh;
  margin-left: 38.7em;
}

.box.is--8 {
  z-index: 18;
  background-color: #0000;
  background-image: url('../images/erfolge-ring.png');
  background-position: 50%;
  background-size: contain;
  border: 0 #0000;
  flex-direction: column;
  justify-content: center;
  width: 30em;
  height: 30em;
  margin-top: 57vh;
  margin-left: 17.5em;
  display: flex;
}

.box.is--9 {
  z-index: 18;
  background-color: #0000;
  background-image: url('../images/erfolge-ring.png');
  background-position: 50%;
  background-size: contain;
  border: 0 #0000;
  flex-direction: column;
  justify-content: center;
  width: 30em;
  height: 30em;
  margin-top: 43vh;
  margin-left: 37em;
  display: flex;
}

.box.is--8 {
  z-index: 18;
  background-color: #0000;
  background-image: url('../images/2009-2014.png');
  background-position: 50%;
  background-size: contain;
  border: 0 #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 30em;
  height: 30em;
  margin-top: 37vh;
  margin-left: 19.4em;
  display: none;
}

.box.is--9 {
  z-index: 18;
  background-color: #0000;
  background-image: url('../images/2003-2008.png');
  background-position: 50%;
  background-size: contain;
  border: 0 #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 30em;
  height: 30em;
  margin-top: 24vh;
  margin-left: 46em;
  display: none;
}

.box.is--10 {
  z-index: 18;
  background-color: #0000;
  background-image: url('../images/2020.png');
  background-position: 50%;
  background-size: contain;
  border: 0 #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 30em;
  height: 30em;
  margin-top: 60vh;
  margin-left: 32.8em;
  display: flex;
}

.box.is--10._2003 {
  background-image: url('../images/2003-2008.png');
  margin-top: 100vh;
  margin-left: 38.7em;
}

.modal-close-button-wrapper {
  z-index: 9999;
  color: #0000;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-top: 20px;
  margin-right: 20px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.modal-close-button-wrapper.w--current {
  width: 75px;
  height: 75px;
}

.modal-close-button-outer {
  opacity: .5;
  color: #fff;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  inset: 0%;
}

.modal-close-button-inner {
  border: 1px solid var(--sambesi);
  background-color: #fff;
  border-radius: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.modal-close-button-x {
  background-color: #171717;
  border-radius: 100px;
  width: 2px;
  height: 20px;
  position: absolute;
  transform: rotate(-45deg);
}

.modal-close-button-x._2 {
  transform: rotate(45deg);
}

.hero-erfolge {
  object-fit: cover;
  width: 100vw;
  height: auto;
  transition: height .3s;
  display: inline-block;
}

.paragraph-2 {
  text-align: left;
  margin-bottom: 34px;
  font-family: Lato, sans-serif;
  font-size: 1.6em;
}

.h2 {
  background-color: var(--zambezi);
  color: var(--sambesi);
  justify-content: space-between;
  align-items: center;
  font-family: Exo, sans-serif;
  font-size: 3.5em;
  line-height: 60px;
  display: block;
}

.cards-grid-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  width: 100%;
  display: grid;
}

.div-block-erfolge-platzierung {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 95vw;
  margin-top: 4em;
  padding: 10px;
  display: flex;
}

.div-block-erfolge-platzierung.bg-ice {
  background-color: #eef5f8;
  background-color: var(--soul-sync-light);
  border-radius: 25px;
  width: 80%;
  min-width: 90px;
  margin-top: 2.5em;
}

.div-block-erfolge-platzierung.bg-ice.subtitle-year {
  background-color: var(--light-blue);
  background-color: var(--zambezi);
  border-radius: 30px;
  justify-content: center;
  width: 100%;
}

.cards-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: none;
  height: auto;
  padding-bottom: 0;
  position: absolute;
  inset: 0%;
}

.year-small-link {
  color: var(--sambesi);
  font-family: Exo, sans-serif;
  font-size: 1.5em;
  font-weight: 600;
  text-decoration: none;
}

.txt-platzierung {
  font-family: Exo, sans-serif;
  font-size: 2em;
  font-weight: 600;
}

.cards-image-mask {
  border-radius: 0%;
  width: 100%;
  padding-top: 70%;
  position: relative;
  overflow: hidden;
}

.paragraph-4 {
  margin-top: 20px;
}

.section-erfolge-txt {
  border: 1px #000;
  border-radius: 25px;
  width: 80vw;
  height: auto;
  max-height: none;
  position: static;
  overflow: visible;
}

.erfolg-text {
  width: 75vw;
  padding-left: 0;
  padding-right: 0;
  font-family: Exo, sans-serif;
  font-size: 1.6em;
}

.smallyear-link-left {
  background-color: var(--light-blue);
  border-radius: 0 2em;
  justify-content: center;
  align-items: center;
  width: 10em;
  height: 4em;
  text-decoration: none;
  display: flex;
}

.year-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 90vw;
  min-width: 200px;
  margin-bottom: 50px;
  display: flex;
}

.div-block-250 {
  border: 25px solid #6aa0bf59;
  max-height: none;
}

.smallyear-link-right {
  background-color: var(--light-blue);
  border-radius: 2em 0 2em 0;
  justify-content: center;
  align-items: center;
  width: 10em;
  height: 4em;
  text-decoration: none;
  display: flex;
}

.centered-container {
  text-align: center;
  flex-direction: column;
  flex: 1;
  max-width: 90vw;
  display: block;
}

.container-3 {
  border: 10px none var(--white);
  background-color: var(--white);
  border-radius: 20px;
  width: 100%;
  height: 100%;
  padding: 0 2vw 5em;
  text-decoration: none;
  position: static;
}

.text-block-32 {
  color: var(--midnight-blue);
  font-family: Exo, sans-serif;
  font-style: normal;
  text-decoration: none;
}

.slider {
  width: 100%;
  max-width: 100vw;
  height: 100%;
  min-height: 100%;
}

.ring-wrapper-detail-page {
  border: 6px solid var(--cornflower-blue);
  background-image: url('../images/erfolge-ring.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 22vw;
  height: 22vw;
  padding-bottom: 10px;
  display: flex;
}

.slide {
  background-image: url('../images/2021_01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.slide-2 {
  background-image: url('../images/2021_03.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.erfolg-hero-sec {
  background-image: url('../images/erfolge-ring.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: auto;
  width: 100vw;
  height: 800px;
  position: static;
  inset: 0% 0% auto;
}

.mask {
  height: 100%;
}

.slide-3 {
  background-image: url('../images/2021_00.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100vw;
  max-width: 1600px;
  height: 100%;
}

.slide-3._2020 {
  background-image: url('../images/2020-01.jpg');
}

.slide-3._2019 {
  background-image: url('../images/2019-01.jpg');
}

.slide-3._2018 {
  background-image: url('../images/2018-00.jpg');
}

.slide-3._2017 {
  background-image: url('../images/2017-00.jpg');
}

.slide-3._2016 {
  background-image: url('../images/2016-04.jpg');
}

.erfolge-slider {
  object-fit: cover;
  max-width: 100vw;
  height: 800px;
  max-height: 800px;
  overflow: visible;
}

.slide-4 {
  background-image: url('../images/2022_01.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-4._2020 {
  background-image: url('../images/2020-02.jpg');
}

.slide-4._2019 {
  background-image: url('../images/2019-02.jpg');
}

.slide-4._2018 {
  background-image: url('../images/2018-01.jpg');
}

.slide-4._2017 {
  background-image: url('../images/2017-01.jpg');
}

.slide-5 {
  background-image: url('../images/2022_02.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-5._2020 {
  background-image: url('../images/2020-03.jpg');
}

.slide-5._2019 {
  background-image: url('../images/2019-03.jpg');
}

.slide-5._2018 {
  background-image: url('../images/2018-02.jpg');
}

.slide-5._2017 {
  background-image: url('../images/2017-02.jpg');
}

.slide-5._2016 {
  background-image: url('../images/2016-03.jpg');
}

.slide-6 {
  background-image: url('../images/2022_04.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-6._2019 {
  background-image: url('../images/2019-04.jpg');
}

.slide-6._2017 {
  background-image: url('../images/2017-03.jpg');
}

.slide-6._2016 {
  background-image: url('../images/2016-01.jpg');
}

.slide-nav-2 {
  display: none;
}

.footer {
  z-index: auto;
  border-top: 2px solid var(--white);
  background-color: var(--light-grey-med);
  color: var(--midnight-blue);
  text-align: center;
  justify-content: space-between;
  align-items: flex-start;
  width: 100vw;
  margin-top: auto;
  padding-top: 100px;
  padding-bottom: 60px;
  display: block;
  position: static;
  inset: auto 0% 0%;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 0;
  padding-top: 0;
  display: flex;
}

.footer-logo-link {
  flex: 0 auto;
  min-width: 60px;
  max-height: 60px;
}

.footer-image {
  object-fit: contain;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
}

.footer-heading {
  color: var(--white);
  letter-spacing: 8px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.footer-link {
  color: var(--white);
  letter-spacing: 1.2px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: var(--tomato);
  text-decoration: none;
}

.footer-container {
  color: var(--white);
  max-width: 90vw;
}

.text-block-33 {
  letter-spacing: 1px;
  padding-top: 0;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 25px;
  display: none;
}

.text-block-34 {
  font-family: Montserrat, sans-serif;
  font-weight: 100;
}

.footer-left-block {
  width: 40%;
}

.footer-adresse {
  padding-top: 20%;
}

.footer-textblock-rechts {
  flex-direction: column;
  justify-content: space-between;
  width: 70%;
  display: flex;
}

.email-address {
  color: var(--white);
  letter-spacing: 1px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

.footer-impressum {
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 100;
  text-decoration: none;
}

.footer-bottomline {
  justify-content: space-between;
  margin-top: -1px;
  padding-top: 10px;
  display: flex;
}

.footer-social {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.twitter-icon-wrapper {
  border: 1px solid var(--sambesi);
  background-color: #0000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  margin: 0 32px;
  display: flex;
  position: relative;
}

.twitter-icon-wrapper:hover {
  border-width: 5px;
  border-color: var(--white);
  background-color: var(--black);
}

.twitter-sm-inner-circle {
  border: 1px solid var(--sambesi);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: block;
  position: absolute;
}

._148-sm-inner-square {
  border: 1px solid #ffaff9;
  display: block;
  position: absolute;
  inset: 0%;
  transform: rotate(45deg);
}

._148-sm-icon-image {
  width: 30px;
  height: 30px;
  position: relative;
}

.twitter-icon, .insta-icon {
  object-fit: cover;
  width: 32px;
  height: auto;
}

.insta-icon:hover {
  background-color: #0000;
}

.insta-sm-inner-circle {
  border: 1px solid var(--sambesi);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: block;
  position: absolute;
}

.linkedin-icon-wrapper {
  background-color: var(--transparent);
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.insta-icon-wrapper {
  border: 1px solid var(--sambesi);
  background-color: var(--dark-grey);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  margin: 0;
  display: flex;
  position: relative;
}

.insta-icon-wrapper:hover {
  border-width: 5px;
  border-color: var(--white);
  background-color: var(--tomato);
}

.linkedin-sm-inner-circle {
  border: 1px solid var(--sambesi);
  background-color: var(--dark-grey);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  position: absolute;
}

.linkedin-sm-inner-circle:hover {
  border-width: 5px;
  border-color: var(--white);
  background-color: var(--midnight-blue);
}

.sm-icon, .linkedin-icon {
  object-fit: cover;
  width: 32px;
  height: auto;
}

.erfolge-bubble-year-multiple {
  outline-offset: 0px;
  color: var(--midnight-blue);
  text-align: center;
  letter-spacing: .1em;
  text-indent: 0;
  border: 3px #0000;
  outline: 3px #fff;
  height: 20px;
  font-family: Exo, sans-serif;
  font-size: 7em;
  font-weight: 400;
  line-height: 1vh;
  text-decoration: none;
}

.left-menu-inside {
  object-fit: fill;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  max-width: 100%;
  margin-top: 5vh;
  display: block;
  position: static;
}

.erfolge-2017-18 {
  color: #72c4d35c;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 5em;
  font-weight: 300;
}

.erfolge-bubble-year-von-bis {
  outline-offset: 0px;
  color: var(--midnight-blue);
  text-align: center;
  letter-spacing: 0;
  text-indent: 0;
  border: 3px #0000;
  outline: 3px #fff;
  height: 120px;
  font-family: Exo, sans-serif;
  font-size: 5em;
  font-weight: 400;
  line-height: 5vh;
  text-decoration: none;
}

.navbar-opak {
  background-color: #0000;
  position: fixed;
  top: 0;
}

.lang-switcher-de-en-opak {
  color: var(--midnight-blue);
  font-family: Exo, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.lang-switcher-de-en-opak:hover {
  color: var(--dark-turquoise);
  font-size: 17px;
  font-weight: 600;
}

.lang-switscher-divider-opak {
  color: var(--midnight-blue);
  font-family: Exo, sans-serif;
  font-size: 15px;
}

.left-pop-out-menu-opak {
  color: #18304759;
  background-color: #183047e3;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 50vw;
  height: 100vh;
  display: flex;
}

.right-pop-out-menu-opak {
  color: #0000;
  background-color: #ffffffe0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50vw;
  height: 100vh;
  margin-left: 167px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.txt-platzierung-2 {
  font-family: Exo, sans-serif;
  font-size: 2em;
  font-weight: 600;
}

.erfolg-text-2 {
  color: var(--dim-grey);
  width: auto;
  padding-left: 0;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 1.6em;
}

.h2-von-bis {
  color: var(--sambesi);
  text-align: center;
  justify-content: space-between;
  align-items: center;
  font-family: Exo, sans-serif;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 40px;
  display: block;
}

.jahr-subtitle {
  font-family: Exo, sans-serif;
  font-size: 2em;
  font-weight: 600;
}

.platzierung-wrapper {
  width: 100%;
}

.section-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 200px;
  display: flex;
}

.close-to-home-button-wrapper {
  z-index: 9999;
  color: #0000;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-top: 20px;
  margin-right: 20px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.close-to-home-button-wrapper.w--current {
  width: 75px;
  height: 75px;
}

.header-vid-4 {
  z-index: 2;
  object-fit: contain;
  background-color: #0000;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
  position: relative;
  inset: 0 0% 0% 0;
  overflow: visible;
}

.okb-text-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 60px;
  display: flex;
}

.partner-col-left {
  background-color: #fff;
  border-top-left-radius: 60px;
  border-bottom-left-radius: 60px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-bottom: 0;
  padding-left: 3vw;
  padding-right: 3vw;
  display: flex;
  top: 0;
}

.header-vid-3 {
  z-index: 2;
  object-fit: contain;
  background-color: #0000;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
  position: relative;
  inset: 0 0 0% 0%;
  overflow: visible;
}

.radblu-img-wrap {
  object-fit: cover;
  background-color: #0000;
  border: 1px #000;
  border-radius: 0;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  width: 100%;
  height: 100vw;
  display: flex;
  position: static;
  inset: 0%;
}

.columns {
  flex: 1;
  align-self: center;
  width: 94%;
  max-width: 1200px;
  height: 80vh;
  min-height: 80vh;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
}

.mail-link {
  color: var(--midnight-blue);
  margin-top: auto;
  padding-bottom: 0;
  font-size: 1.5vw;
  font-weight: 600;
  text-decoration: none;
}

.mail-link.white {
  color: var(--tomato);
  font-size: 1vw;
  font-weight: 100;
}

.paragraph-large-jeannine {
  color: var(--dim-grey);
  text-align: left;
  flex: 0 auto;
  align-self: flex-start;
  width: auto;
  height: auto;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 26px;
}

.paragraph-large-jeannine.markenbotschaft {
  font-family: Montserrat, sans-serif;
}

.paragraph-large-jg {
  color: var(--dim-grey);
  text-align: left;
  flex: 0 auto;
  align-self: flex-start;
  width: auto;
  height: auto;
  margin-bottom: 30px;
  font-family: Lato, sans-serif;
  font-size: 1.6vw;
  font-weight: 300;
  line-height: 2vw;
}

.tab-link-tab-1 {
  background-color: #6aa0bf40;
  border: 1px #000;
  border-radius: 25px 0% 0% 25px;
}

.tab-link-tab-1:hover {
  background-color: var(--deep-sky-blue);
  border-top-left-radius: 25px;
}

.tab-link-tab-1.w--current {
  background-color: #0000;
  border: 0 solid #292929;
  font-weight: 300;
}

.tab-link-tab-1.w--current:hover {
  background-color: #0000;
}

.tab-link-tab-1.blue {
  border-top-left-radius: 75%;
  font-weight: 300;
}

.tab-link-tab-1.blue:hover {
  background-color: var(--sambesi);
  color: var(--white);
}

.image-22 {
  width: 60%;
  margin-bottom: 60px;
}

.banner-header {
  color: #0e121c;
  letter-spacing: 0;
  flex: 0 auto;
  order: -1;
  align-self: flex-start;
  width: 100%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 0;
  font-family: Exo, sans-serif;
  font-size: 3vw;
  font-weight: 300;
  line-height: 4vw;
}

.banner-header.kibag {
  width: 100%;
}

.par-left-text-wrap {
  flex-direction: column;
  justify-content: flex-start;
  height: 100vh;
  min-height: 1000px;
  padding-right: 10%;
  display: flex;
}

.header-vid-1 {
  z-index: 2;
  object-fit: contain;
  background-color: #0000;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  position: relative;
  inset: 0% 0% auto;
  overflow: visible;
}

.section-partner {
  background-color: #0000;
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-right: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-block-35 {
  font-family: Exo, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
}

.text-block-35:hover {
  color: var(--black);
  font-weight: 300;
}

.column-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 0;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 80vh;
  min-height: 100%;
  padding: 0;
  display: block;
}

.tab-link-tab-2 {
  background-color: var(--cornflower-blue);
  border: 1px #000;
  border-radius: 0 30px 30px 0;
  font-size: 1.5vw;
}

.tab-link-tab-2:hover {
  background-color: var(--deep-sky-blue);
}

.tab-link-tab-2.w--current {
  background-color: #0000;
  border-style: none;
  border-top-right-radius: 50%;
}

.text-block-36 {
  font-size: 1.2rem;
  font-weight: 300;
}

.text-block-36:hover {
  color: var(--black);
  font-weight: 300;
}

.partner-col-left-2 {
  background-color: #fff;
  border-top-left-radius: 60px;
  border-bottom-left-radius: 60px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 30px 0 47px 3vw;
  display: flex;
  top: 0;
}

.tab-link-tab-1-2 {
  background-color: var(--cornflower-blue);
  border: 1px #000;
  border-top-left-radius: 50%;
}

.tab-link-tab-1-2:hover {
  background-color: var(--deep-sky-blue);
  border-top-left-radius: 50%;
}

.tab-link-tab-1-2.w--current {
  background-color: #0000;
  border: 0 solid #292929;
}

.kibag-logo {
  width: 20%;
  margin-bottom: 60px;
  padding-top: 0;
  padding-bottom: 0;
}

.div-radisson {
  flex-direction: column;
  justify-content: flex-end;
  height: auto;
  margin-left: 0;
  margin-right: 50px;
  display: flex;
}

.banner-header-oberzeile {
  color: #0e121c;
  letter-spacing: 0;
  flex: 0 auto;
  order: -1;
  align-self: flex-start;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 10px;
  padding-right: 0;
  font-family: Exo, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 2.5vw;
}

.text-block-37 {
  font-family: Exo, sans-serif;
  font-size: 1.5vw;
}

.tab-link-tab-2-2 {
  background-color: var(--cornflower-blue);
  border: 1px #000;
  border-top-right-radius: 50%;
  font-size: 1.5vw;
}

.tab-link-tab-2-2:hover {
  background-color: var(--light-blue);
  color: #333;
}

.tab-link-tab-2-2.w--current {
  background-color: #0000;
  border-style: none;
  border-radius: 0;
}

.tabs-menu-02 {
  z-index: 2222;
}

.partner-divider-section {
  flex-direction: column;
  justify-content: center;
  width: 100vw;
  height: 25vh;
  display: flex;
}

.partner-divider-section.bg-beige {
  background-color: var(--white);
  height: 15vh;
}

.partner-divider-section.title {
  z-index: auto;
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 200px;
  min-height: auto;
  max-height: 200px;
  margin-bottom: 0;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.partner-col-left-3 {
  background-color: #fff;
  border-top-left-radius: 60px;
  border-bottom-left-radius: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 3vw;
  padding-right: 60px;
  display: flex;
  top: 0;
}

.steiner-group-logo {
  width: 60%;
}

.columns-2 {
  flex: 1;
  align-self: center;
  width: 94%;
  height: 80vh;
  min-height: auto;
  margin: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.paragraph-large-jeannine-2, .paragraph-large-jg-2 {
  color: #0e121c;
  text-align: left;
  flex: 0 auto;
  align-self: flex-start;
  width: auto;
  height: auto;
  margin-bottom: 30px;
  font-family: Lato, sans-serif;
  font-size: 1.6vw;
  font-weight: 300;
  line-height: 2vw;
}

.banner-header-2 {
  color: #0e121c;
  text-align: center;
  letter-spacing: 0;
  flex: 0 auto;
  order: -1;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 80%;
  height: 30px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-right: 0;
  font-family: Exo, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 2.5vw;
  display: block;
}

.banner-header-oberzeile-2 {
  color: #0e121c;
  letter-spacing: 0;
  flex: 0 auto;
  order: -1;
  align-self: flex-start;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 10px;
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 2vw;
  font-weight: 300;
  line-height: 2.5vw;
}

.text-block-38 {
  font-family: Lato, sans-serif;
  font-size: 1.5vw;
}

.column-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 0;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 100%;
  padding: 0;
  display: block;
}

.tab-link-tab-2-3 {
  background-color: var(--cornflower-blue);
  border: 1px #000;
  border-top-right-radius: 50%;
  font-size: 1.5vw;
}

.tab-link-tab-2-3:hover {
  background-color: var(--deep-sky-blue);
}

.tab-link-tab-2-3.w--current {
  background-color: #0000;
  border-style: none;
}

.tab-link-tab-2-3.w--current:hover {
  background-color: #0000;
}

.div-block-254 {
  height: 28%;
}

.div-block-255 {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.heading {
  font-weight: 500;
}

.heading-hauptpartner {
  color: #ffffff2b;
  text-align: center;
  width: 100vw;
  margin-top: 0;
  margin-bottom: 3%;
  font-size: 11rem;
  font-weight: 500;
  line-height: 100%;
  position: static;
  inset: 0%;
}

.background-video {
  z-index: auto;
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  max-width: none;
  height: 100%;
  margin-top: 0;
  padding-bottom: 0;
  display: flex;
}

.background-video.center {
  justify-content: center;
}

.heading-supplier {
  color: #ffffff2b;
  text-align: center;
  width: 100vw;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 9rem;
  font-weight: 500;
  line-height: 100%;
  position: static;
  inset: 0%;
}

.exxentric-logo {
  width: 50%;
  min-width: auto;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-bottom: 0;
  padding-top: 30px;
  padding-left: 32px;
  padding-right: 32px;
}

.section-ausr-ster {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 2800px;
  height: auto;
  margin-top: 119px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-23 {
  object-fit: cover;
  height: 100%;
  min-height: 100%;
  position: absolute;
}

.link-2 {
  font-size: 1.5vw;
  font-weight: 600;
}

.supplier-div {
  border-bottom: 3px none var(--light-blue);
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 40vw;
  height: 300px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.supplier-div.right-bar {
  border-right: 2px solid var(--sambesi);
  border-bottom-style: none;
  border-bottom-width: 2px;
  justify-content: space-around;
  height: 300px;
  margin-top: 0;
}

.supplier-text-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 236px;
  padding-right: 236px;
  display: flex;
}

.heading-unterstuetzer {
  color: #ffffff2b;
  text-align: center;
  object-fit: fill;
  width: 100vw;
  margin-top: 0;
  margin-bottom: 0%;
  padding-bottom: 0;
  font-size: 9rem;
  font-weight: 500;
  line-height: 100%;
  position: static;
  inset: 0%;
}

.unterst-tzer-sec {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  display: flex;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 85vw;
  height: auto;
  margin-top: 50px;
  margin-bottom: 50px;
}

.banner-unterst-tzer {
  color: #0e121c;
  text-align: left;
  letter-spacing: 0;
  flex: 0 auto;
  order: -1;
  align-self: flex-start;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 100%;
  font-weight: 300;
  line-height: 4vw;
}

.formtech-logo {
  width: auto;
  min-width: auto;
  height: auto;
  margin-bottom: 0;
  padding: 60px 28px 6px;
}

.partner-divider-section-small {
  background-color: var(--cornflower-blue);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 25vh;
  min-height: 250px;
  display: flex;
}

.partner-divider-section-small.bg-beige {
  background-color: var(--cornflower-blue);
  height: 15vh;
}

.partner-divider-section-small.title {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 30vh;
}

.partner-divider-section-small.center {
  justify-content: center;
}

.page-fader {
  z-index: 9999;
  background-color: var(--white);
  width: 100vw;
  min-width: 100vw;
  height: 100vh;
  min-height: 100px;
  display: none;
  position: absolute;
  inset: 0%;
}

.footer-right-block {
  justify-content: space-between;
  width: 50%;
  height: 250px;
  display: flex;
}

.heading-medienberichte {
  z-index: 20;
  color: #ffffff2b;
  text-align: center;
  width: 100vw;
  margin-top: 0;
  margin-bottom: 3%;
  font-size: 8rem;
  font-weight: 500;
  line-height: 100%;
  position: relative;
  inset: 0%;
}

.left-grid-wrapper {
  justify-content: flex-end;
  display: flex;
}

.tope-page-but {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.label-right {
  color: #2e87cb;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Exo, sans-serif;
  font-size: 46px;
  font-weight: 700;
}

.content-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: sticky;
  top: 0;
}

.content {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  display: flex;
}

.content.robs, .content.vertical {
  flex-flow: column;
}

.image-2019 {
  border: 25px #d3f7a5;
  border-radius: 50%;
}

.step {
  z-index: 2;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 12% 5%;
  display: flex;
  position: relative;
}

.image-2020 {
  border: 25px none var(--cornflower-blue);
  border-radius: 50%;
  margin-top: 152px;
}

.content-wrap {
  justify-content: flex-end;
  width: 45%;
  margin-top: 100px;
  margin-bottom: 0;
  display: block;
}

.jg-timeline-wrapper {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  padding-bottom: 130px;
  display: none;
}

.step-content-block {
  text-align: left;
  align-self: center;
  width: 100%;
  position: relative;
}

.medien-thumb-wrapper {
  color: var(--black);
  width: 100%;
  height: auto;
  text-decoration: none;
}

.image-2021 {
  border: 0 #0000;
  border-radius: 50%;
  max-height: 100%;
}

.dot-2 {
  z-index: 3;
  background-color: #eeeff4;
  border: 5px solid #6aa0bf59;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  margin-top: -6px;
  margin-bottom: -63px;
  position: relative;
}

.scoll-wrap {
  flex-direction: column;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  bottom: 50%;
}

.bg-shadow {
  z-index: -1;
  border-radius: 16px;
  margin-top: 0;
  position: absolute;
  inset: 0%;
  box-shadow: 7px 7px 20px #12121212;
}

.text-block {
  justify-content: flex-end;
  width: 100%;
  display: block;
}

.paragraph-geschichte {
  text-align: left;
  width: 100%;
  font-size: .7em;
  line-height: 1.5em;
}

.steps-clone {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: relative;
}

.heading-geschichte {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  display: flex;
}

.container-7 {
  max-width: 1200px;
  margin-top: 42px;
}

.img-thumb {
  width: 100%;
  height: auto;
}

.medien-grid {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  grid-template-columns: minmax(25%, 20%) minmax(25%, 20%) minmax(25%, 20%) minmax(25%, 20%);
  grid-auto-columns: minmax(25px, 20%);
  justify-items: stretch;
  width: 100%;
  margin-top: 28px;
}

.img-block {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 45%;
  height: auto;
  display: flex;
}

.lottie-animation-4 {
  cursor: pointer;
  width: 8%;
}

.step-block {
  flex-wrap: nowrap;
  place-content: center space-around;
  align-items: center;
  width: 95vw;
  min-width: auto;
  max-width: 1000px;
  height: auto;
  min-height: 1100px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.label-left {
  color: #2e87cb;
  text-align: right;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Exo, sans-serif;
  font-size: 46px;
  font-weight: 700;
}

.scroll-base {
  transform-origin: 50% 0;
  background-color: #eeeff4;
  width: 6px;
  height: 100%;
}

.scroll-animate {
  object-fit: fill;
  background-color: #2e87cb;
  border: 1px #000;
  width: 6px;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.medien-caption {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Exo, sans-serif;
  line-height: 1.3;
  text-decoration: none;
}

.bold-text {
  font-family: Exo, sans-serif;
  text-decoration: none;
}

.thumbs-caption {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  line-height: 1.2;
}

.image-video-sec {
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  height: 0;
  padding-top: 56.25%;
  line-height: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-content-wrapper {
  object-fit: fill;
  background-color: #fbbebb;
  justify-content: center;
  align-items: center;
  height: 300px;
  display: flex;
  position: static;
}

.video-embed {
  z-index: 0;
  object-fit: contain;
  background-color: #0000;
  width: 100%;
  height: 100%;
  padding-top: 0%;
  position: absolute;
  inset: 0%;
}

.insta-feedsection {
  z-index: 5;
  background-color: var(--transparent);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: none;
  height: auto;
  min-height: auto;
  padding: 60px 10vw 20px;
  display: flex;
  position: relative;
}

.head-title-lead {
  width: 75vw;
  height: auto;
  margin-top: 0;
  margin-bottom: 40px;
}

.heading-13 {
  margin-top: 0;
  margin-bottom: 50px;
  font-weight: 500;
}

.ruderwelt-lead {
  color: var(--dim-grey);
  width: 75%;
  min-width: 40%;
  font-family: Exo, sans-serif;
  font-size: 1.6vw;
  font-weight: 300;
  line-height: 1.5;
}

.html-embed-3 {
  border-radius: 25px;
  width: 100%;
  min-width: auto;
  max-width: 1200px;
  height: 100%;
  min-height: auto;
  margin-top: 60px;
  margin-bottom: 50px;
  position: relative;
}

.heading-main {
  border-bottom: 3px none var(--dark-turquoise);
  color: var(--white);
  letter-spacing: .1em;
  background-color: #0000;
  width: 100%;
  max-width: 999px;
  margin-top: 0;
  margin-bottom: 26px;
  padding-bottom: 0;
  font-size: 2rem;
  font-weight: 300;
  line-height: 42px;
}

.news-posts-section {
  z-index: 100;
  background-color: #94d0e0;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.image-20 {
  width: 50%;
  max-width: 50%;
  position: relative;
}

.img-text-combo {
  color: var(--dim-grey);
  flex-direction: column;
  align-items: flex-start;
  width: 45%;
  max-width: 50%;
  height: auto;
  padding-left: 0;
  padding-right: 34px;
  display: flex;
}

.oberzeile {
  z-index: 100;
  color: #e3e3e3;
  letter-spacing: 2px;
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 11px;
  position: relative;
}

.oberzeile.home1 {
  color: #000;
  padding-top: 20px;
}

.despre-text {
  color: #fff;
  width: 850px;
  height: 80px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 100;
  line-height: 90px;
}

.despre-text.home2 {
  color: var(--midnight-blue);
  letter-spacing: .9px;
  width: 100%;
  min-width: 70%;
  max-width: 90%;
  height: auto;
  padding-left: 0;
  font-size: 5vh;
  font-weight: 200;
  line-height: 1.4em;
}

.slider-image-wrap {
  background-image: url('../images/hero-30.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.slider-image-wrap._4 {
  background-image: url('../images/hero-40.jpg');
}

.slider-image-wrap._5 {
  background-image: url('../images/hero-70.jpg');
  background-position: 50%;
}

.slider-image-wrap._3 {
  background-image: url('../images/hero-50.jpg');
}

.slider-image-wrap._2 {
  background-image: url('../images/hero-20.jpg');
  background-position: 50%;
}

.slider-image-wrap._6 {
  background-image: url('../images/hero-60.jpg');
}

.slider-image-wrap._7 {
  background-image: url('../images/hero-10.jpg');
}

.slider-image-wrap._9 {
  background-image: url('../images/hero-60.jpg');
  background-position: 100%;
  width: 100%;
}

.slider-image-wrap._8 {
  background-image: url('../images/hero-80.jpg');
}

.slider-image-wrap._10 {
  background-image: url('../images/hero-00.jpg');
}

.slider-image-wrap._09 {
  background-image: url('../images/hero-90.jpg');
}

.slide-item-wrap {
  z-index: 1;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  min-height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hs-right-arrow {
  width: 40px;
  height: 40px;
  display: block;
  inset: auto auto 20px 100px;
}

.hero-slider-mask {
  border-radius: 30px;
}

.slide-fotofinish {
  width: 100%;
  height: 100%;
}

.hs-left-arrow {
  width: 40px;
  height: 40px;
  padding: 10px;
  display: block;
  inset: auto auto 20px 30px;
}

.hs-slide-icon {
  z-index: 1;
  margin: 0;
  position: absolute;
}

.big-slider-section {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.big-slider-section.slider {
  background-color: var(--vision-hub-light);
  max-width: none;
  height: 85vh;
  min-height: 80vw;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 140px;
  display: none;
}

.progress-inner {
  background-color: #ff3d3d;
  width: 0%;
  height: 5px;
}

.darkcover {
  background-color: #0d0927;
  width: 100%;
  height: 100%;
}

.darkcover.second, .darkcover.fourth, .darkcover.first, .darkcover.third, .darkcover.fifth {
  width: 0%;
}

.hs-slide-nav {
  display: none;
}

.hero-slider {
  background-color: var(--transparent);
  border-radius: 0;
  width: 75vw;
  max-width: 1000px;
  height: 100%;
  min-height: 70vw;
}

.slide-row-item {
  z-index: 4;
  border-right: 1px solid #fff3;
  width: 20%;
  height: 100%;
  position: relative;
}

.slide-row-item.last {
  border-right-color: #fff0;
}

.progess-bar {
  z-index: 7;
  background-color: #0c1038;
  width: 100%;
  height: 5px;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.blue-titleline {
  background-color: var(--dark-turquoise);
  width: 50%;
  height: 5px;
}

.blue-titleline._66 {
  width: 66%;
}

.blue-titleline._100 {
  width: 100%;
}

.blue-titleline._90 {
  background-color: var(--petrol-dark);
  text-align: right;
  width: 70%;
  height: 3px;
}

.news-title-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 999px;
  margin-bottom: 30px;
  display: flex;
}

.step-block-right {
  flex-wrap: nowrap;
  place-content: center space-around;
  align-items: center;
  min-height: 80vh;
  margin-top: -1px;
  display: flex;
  position: relative;
}

.paragraph-3-left {
  color: var(--dim-grey);
  text-align: right;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6;
}

.content-block-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: sticky;
  top: 0;
}

.label {
  color: var(--pale-turquoise);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.label.lower-case {
  color: var(--dim-grey);
  text-transform: lowercase;
  font-size: 30px;
  font-weight: 300;
}

.label-left-2 {
  color: var(--midnight-blue);
  text-align: right;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-family: Exo, sans-serif;
  font-weight: 600;
}

.heading-start {
  color: #474a57;
  width: 70vw;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 45px;
  display: flex;
}

.heading-14 {
  color: #474a57;
  width: 50%;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 45px;
  display: flex;
}

.scroll-animate-2 {
  background-color: var(--light-blue);
  width: 6px;
  height: 105%;
  position: absolute;
  bottom: 0;
}

.paragraph {
  color: var(--dim-grey);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.paragraph.swiss-olympic {
  color: var(--dim-grey);
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.heading-right {
  background-color: var(--white);
  color: #474a57;
  width: 50%;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 55px;
  display: flex;
}

.step-block-2 {
  text-align: center;
  flex-wrap: nowrap;
  place-content: center space-around;
  align-items: center;
  width: 100%;
  min-height: 85vh;
  margin-top: -1px;
  display: flex;
  position: relative;
}

.content-wrap-2 {
  justify-content: flex-end;
  width: 45%;
  display: flex;
}

.step-2 {
  z-index: 2;
  background-color: var(--transparent);
  border-radius: 25px;
  flex-flow: column;
  align-items: center;
  height: auto;
  padding: 0%;
  display: flex;
  position: relative;
}

.step-2.last {
  height: 70em;
}

.step-2._40-top-margin {
  padding-top: 0%;
  padding-bottom: 0%;
}

.steps-clone-2 {
  flex-direction: column;
  justify-content: center;
  margin-top: 0;
  display: flex;
  position: relative;
}

.year-block-left {
  text-align: right;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  width: 45%;
  font-family: Exo, sans-serif;
  font-size: 44px;
  display: flex;
}

.step-content-block-2 {
  text-align: left;
  align-self: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
}

.bg-shadow-2 {
  z-index: 1;
  border-radius: 25%;
  position: absolute;
  inset: 0%;
  box-shadow: 7px 7px 20px #12121212;
}

.cont-meine-ruderwelt {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-bottom: 10%;
  padding-bottom: 0;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
  position: relative;
}

.dot {
  z-index: 3;
  border: 5px solid var(--midnight-blue);
  background-color: #d9dbe1;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  margin-top: -6px;
  margin-bottom: -6px;
  position: relative;
}

.year-block-right {
  text-align: left;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 45%;
  font-family: Exo, sans-serif;
  font-size: 44px;
  display: flex;
}

.zt-lead-home {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.autor {
  z-index: 100;
  color: #e3e3e3;
  letter-spacing: 2px;
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 11px;
  position: relative;
}

.autor.home1 {
  color: #000;
  text-align: right;
  width: 100%;
  min-width: 70%;
  max-width: 90%;
  padding-top: 20px;
}

.button-close {
  z-index: 500;
  color: #fff;
  background-color: #00000026;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-top: 6%;
  margin-right: 10%;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
}

.container-article {
  position: relative;
}

.header-text-3 {
  color: #f56020;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 19px;
  font-weight: 800;
  line-height: .9;
}

.header-text-3.black {
  color: #f56020;
  letter-spacing: 0;
  letter-spacing: 0;
}

.divider-circle {
  background-color: var(--midnight-blue);
  border-radius: 100%;
  width: 15px;
  height: 15px;
  margin-top: 15%;
  margin-bottom: 15%;
}

.divider-circle.orange {
  background-color: var(--dark-turquoise);
  background-color: #f52a20;
  width: 15px;
  height: 15px;
  margin-bottom: 10%;
}

.scroll-type-wrapper {
  display: flex;
}

.one {
  z-index: 20;
  background-color: #d4d4d4;
  flex-direction: column;
  flex: 0 auto;
  width: auto;
  max-width: 1500px;
  height: 100vh;
  line-height: 30px;
  display: none;
  position: relative;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
}

.inner-container {
  background-color: #67b0d8;
  padding: 10% 12% 15%;
}

.inner-container.orange {
  background-color: #64c9db;
}

.inner-container.violett {
  background-color: #19698f;
  padding-left: 5%;
  padding-right: 5%;
}

.inner-header-col {
  justify-content: center;
  align-items: center;
  display: flex;
}

.card-2 {
  z-index: 2;
  cursor: pointer;
  flex: none;
  width: 33.4%;
  position: relative;
  overflow: hidden;
}

.section-content {
  z-index: 600;
  background-color: #0000;
  flex-direction: row;
  width: 50%;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.divider-circle-red {
  background-color: #f52a20;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  margin-top: 15%;
  margin-bottom: 15%;
}

.image-container {
  width: 100%;
  height: 100%;
}

.image-container.first {
  background-image: url('../images/big-jeannine-gmelin.jpg');
  background-position: 100%;
  background-size: cover;
  position: relative;
}

.image-container.second {
  background-image: url('../images/robin-dowell-top.jpg');
  background-position: 25% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-container.first {
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  background-image: url('../images/big-jeannine-gmelin.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.image-container.third {
  background-image: url('../images/daniela-gisler-top.jpg');
  background-position: 0%;
  background-size: cover;
}

.card-inner {
  z-index: 10;
  opacity: 1;
  letter-spacing: 0;
  background-image: linear-gradient(#0000, #000c);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 100%;
  min-height: 70vh;
  padding-bottom: 10%;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.card-1 {
  z-index: 1;
  cursor: pointer;
  flex: none;
  align-self: stretch;
  width: 33.33%;
  position: relative;
  overflow: hidden;
}

.card-3 {
  z-index: 3;
  cursor: pointer;
  background-color: #0000;
  flex: none;
  align-self: stretch;
  width: 33.33%;
  position: relative;
  overflow: hidden;
}

.scroll-type {
  align-items: center;
  display: flex;
}

.divider-scroll {
  background-color: #fff9;
  border-radius: 200px;
  width: 10px;
  height: 10px;
  margin-left: 1vw;
  margin-right: 1vw;
}

.two {
  background-color: #fd4415;
  flex-direction: column;
  width: 100%;
  max-width: 1500px;
  height: 100vh;
  display: none;
  position: relative;
  overflow: auto;
}

.card-details-wrapper {
  width: 100%;
  padding-bottom: 8%;
  padding-left: 8%;
  padding-right: 8%;
}

.heading-9 {
  color: #585757;
  letter-spacing: -.2vh;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 5vh;
  font-weight: 300;
  line-height: 7vh;
  overflow: visible;
}

.section-core-team {
  width: 100%;
  max-width: 2800px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header-row {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15%;
  display: flex;
}

.image-wrapper {
  height: 100vh;
  overflow: hidden;
}

.rich-text-core-team {
  color: var(--midnight-blue);
  margin-bottom: 40px;
  font-family: Exo, sans-serif;
  font-size: 1.5em;
  line-height: 1.6;
}

.rich-text-core-team.white {
  color: #f4f0e3;
  font-weight: 200;
}

.three {
  background-color: #a20e06;
  flex-direction: column;
  width: 100%;
  max-width: 1500px;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: auto;
}

.bullet-wrapper {
  justify-content: space-between;
  display: flex;
}

.header-text-2 {
  color: var(--sambesi);
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 40px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: .9;
}

.header-text-2.white {
  color: var(--light-blue);
}

.heading-8 {
  color: #585757;
  letter-spacing: -.3vh;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 6vh;
  font-weight: 300;
  line-height: 7vh;
}

.heading-8.is--white {
  color: #fff;
  letter-spacing: 0;
  font-size: 5vh;
  line-height: 1.2;
}

.row-scroll {
  align-items: center;
  min-width: 33vw;
  padding-left: 16px;
  padding-right: 0;
  display: flex;
}

.small-text {
  color: #ffffffb3;
  letter-spacing: .03em;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.small-text.tag {
  padding-left: 19px;
}

.main-heading {
  color: #fff;
  text-transform: uppercase;
  width: auto;
  max-width: 18ch;
  margin-top: 5px;
  font-family: Exo, sans-serif;
  font-size: 5vh;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
}

.cap {
  float: left;
  color: var(--midnight-blue);
  margin-right: 2%;
  font-size: 172px;
  font-weight: 900;
  line-height: 79%;
}

.cap.is--orange {
  color: #f56020;
}

.container-9 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.sec-core-team-all {
  justify-content: space-between;
  align-items: center;
  padding-top: 200px;
  padding-bottom: 200px;
  display: flex;
}

.coreteam-img-wrap {
  width: 100vw;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.banner-header-coreteam {
  color: #0e121c;
  letter-spacing: 0;
  flex: 0 auto;
  order: -1;
  align-self: flex-start;
  width: 90%;
  height: auto;
  margin-top: 0;
  margin-bottom: 20px;
  padding-right: 0;
  font-family: Exo, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 36px;
}

.close-and-go-to-home-btn {
  margin-top: 3%;
  margin-right: 5%;
  display: none;
}

.div-block-257 {
  width: 100%;
  min-width: 100%;
  max-width: 150%;
}

.partner-titel {
  font-size: 18px;
  font-weight: 500;
}

.partner-logo-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 16%;
  margin-bottom: 24px;
  padding-bottom: 0;
  display: flex;
}

.mini-logo-wrapper {
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.sponser-logo {
  width: 70%;
  min-width: auto;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-bottom: 0;
  padding: 30px 32px 33px;
}

.uyn-logo, .ca-logo {
  width: 60%;
  min-width: auto;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-bottom: 0;
  padding-left: 32px;
  padding-right: 32px;
}

.supplier-logo {
  width: auto;
  min-width: auto;
  max-width: none;
  height: 225px;
  min-height: auto;
  max-height: none;
  margin-bottom: 0;
}

.supporter-logo {
  object-fit: contain;
  width: 400px;
  min-width: auto;
  height: 200px;
  min-height: auto;
  max-height: none;
  padding-top: 58px;
}

.supporter-logo.ohne-link {
  padding-top: 0;
}

.mini-supplier-div {
  border-bottom: 3px none var(--light-blue);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 9px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.we-logo {
  width: auto;
  min-width: auto;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-bottom: 0;
  padding-top: 33px;
  padding-left: 36px;
  padding-right: 36px;
}

.meine-ruderwelt-sec {
  background-color: var(--petrol);
  text-align: center;
  margin-top: -6vw;
  margin-bottom: -4vw;
  padding-top: 100px;
}

.meine-ruderwelt-sec._0-top {
  background-color: var(--transparent);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 10vw;
  padding-right: 10vw;
}

.meine-ruderwelt-sec._40top {
  background-color: var(--transparent);
  margin-top: 0;
  padding-top: 0;
}

.contact-fields {
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.success-message {
  background-color: var(--medium-turquoise);
  border: 1px solid #c0c0d333;
  border-radius: 20px;
  padding: 0;
  overflow: hidden;
}

.contact-field-wrapper {
  grid-column-gap: 18px;
  grid-row-gap: 12px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.vacation-card-arrow {
  width: 14px;
}

.success-message-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-items: center;
  min-height: 400px;
  padding: 60px;
  display: grid;
}

.grid-wrapper {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: minmax(80px, 1fr) minmax(auto, 1400px) minmax(80px, 1fr);
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
  position: relative;
}

.contact-quick-links {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.card-arrow-icon {
  z-index: 10;
  border: 1px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  display: flex;
  position: relative;
}

.card-arrow-icon.dark {
  background-color: #fff;
  border-color: #c0c0d333;
}

.field-label {
  margin-bottom: 0;
}

.error-state {
  background-color: #c0c0d333;
  border: 1px solid #c0c0d333;
  border-radius: 5px;
}

.form-block {
  background-color: #f7f8fc;
  border: 1px solid #c0c0d333;
  border-radius: 12px;
  margin-bottom: 0;
  padding: 48px;
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  display: grid;
}

.quick-links {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: sticky;
  top: 101px;
}

.horizontal-line {
  background-color: #c0c0d333;
  flex: 1;
  height: 1px;
}

.submit-button {
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #3572ff;
  border-radius: 5px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 12px;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
}

.submit-button:hover {
  background-color: #081c3a;
}

.subtitle {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.4em;
}

.contact-form-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .55fr;
  grid-auto-columns: 1fr;
  min-height: 200px;
  padding: 0;
  display: grid;
}

.quick-link-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #081c3a;
  background-color: #f7f8fc;
  border: 1px solid #c0c0d333;
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  padding: 18px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.25, .46, .45, .94);
  display: grid;
}

.quick-link-item:hover {
  padding-left: 24px;
}

.quick-link-list {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-us-intro {
  grid-column-gap: 16px;
  grid-row-gap: 100px;
  background-color: #fff;
  border-radius: 5px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: -60px;
  margin-left: 36px;
  padding: 48px 48px 0;
  display: grid;
}

.section-16 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 140px 0;
  display: flex;
  position: relative;
}

.section-16.no-top-padding {
  background-color: var(--white);
  width: 80vw;
  height: 80vh;
  padding-top: 0;
}

.text-field {
  border: 1px solid #c0c0d333;
  border-radius: 5px;
  min-height: 54px;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 18px;
  transition: all .5s cubic-bezier(.25, .46, .45, .94);
}

.text-field:focus {
  border-color: #e6e6f3;
  padding-left: 24px;
}

.text-field.large {
  min-height: 175px;
}

.subtitle-intro-wrapper {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: auto;
  display: grid;
  position: relative;
}

.section-17 {
  background-color: var(--light-blue);
  width: 100vh;
  height: 100vh;
  position: absolute;
}

.heading-support-team {
  color: #ffffff2b;
  text-align: center;
  width: 100vw;
  margin-top: 0;
  margin-bottom: 3%;
  font-size: 9rem;
  font-weight: 500;
  line-height: 100%;
  position: static;
  inset: 0%;
}

.support-member-sec {
  background-color: #0000;
  width: 100vw;
  height: 25vh;
  position: absolute;
  inset: 0%;
}

.body {
  justify-content: center;
  display: block;
}

.div-block-258 {
  background-color: var(--midnight-blue);
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.big-blue-circle {
  background-color: var(--midnight-blue);
  border-radius: 50%;
  width: 100vw;
  height: 100vw;
  display: none;
}

._3-sec-team {
  background-color: #ffffff57;
  width: 100vw;
  height: 100vh;
  margin-top: 0;
  position: static;
  inset: 0%;
}

._2-section {
  background-color: #0000;
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/eduardo-drapier-wgwoT2CQwmM-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 75vh;
  display: flex;
}

.grid-2 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  position: static;
  inset: 0%;
}

.support-team-cell-wrap._01 {
  object-fit: contain;
  background-image: url('../images/06-bruno-thuerig-okb.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 300px;
  display: flex;
}

.support-team-cell-wrap._01.center {
  height: 295px;
}

.support-team-cell-wrap._02 {
  object-fit: contain;
  background-image: url('../images/03-ueli-schudel-kibag.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  width: 100%;
  height: 295px;
}

.support-team-cell-wrap._02.center {
  justify-content: space-between;
  width: 10038%;
  display: flex;
}

.support-team-cell-wrap._03 {
  object-fit: contain;
  background-image: url('../images/01-stephan-bachmann.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  position: static;
  inset: 0%;
}

.support-team-cell-wrap._03.center {
  width: 100%;
  height: 295px;
}

.support-team-cell-wrap._04 {
  background-image: url('../images/05-nik-jordan-physio.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
}

.support-team-cell-wrap._06 {
  background-image: url('../images/02-frauenknecht.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
}

.support-team-cell-wrap._07 {
  background-image: url('../images/09-thomas_und_Elisabeth.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
}

.support-team-cell-wrap._08 {
  background-image: url('../images/04-ruth-baumann-gmelin.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  width: 100%;
  height: 300px;
}

.grid-container {
  margin-top: -2px;
  padding-top: 80px;
}

.text-block-40 {
  color: var(--white);
  text-align: center;
  width: 80%;
  font-size: 6em;
  font-weight: 500;
  line-height: 1.3em;
}

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

.collection-item {
  width: 100%;
  height: 100%;
  position: relative;
}

.grid-3 {
  grid-column-gap: 24px;
  grid-row-gap: 50px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 100px;
}

.support-team-img-wrap {
  justify-content: space-between;
  align-items: stretch;
  height: 0;
  padding-top: 50%;
  padding-bottom: 50%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.support-team-img-wrap._01 {
  z-index: auto;
}

.support-team-img-wrap._02 {
  z-index: -2;
}

.support-team-img {
  z-index: -1;
  object-fit: cover;
  background-image: url('../images/02-frauenknecht.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  inset: 0%;
}

.support-team-img._01 {
  z-index: -1;
  background-image: none;
}

.support-team-img._02 {
  background-image: none;
}

.text-block-41 {
  color: var(--dark-turquoise);
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}

.text-block-42 {
  width: 100%;
  height: 40px;
  font-weight: 600;
}

.support-team-but {
  z-index: auto;
  text-align: center;
  border: 1px #000;
  width: 100%;
  height: 40px;
  position: absolute;
}

.button {
  background-color: #0000;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}

.modal-overlay {
  background-color: #183047ba;
  border-radius: 16%;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 90vh;
  display: flex;
}

.overlay-div {
  justify-content: space-between;
  align-items: stretch;
  width: 33vw;
  height: 33vh;
  padding-top: 50%;
  padding-bottom: 50%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.overlay-grid-container {
  z-index: 500;
  object-fit: contain;
  background-color: #0000;
  min-height: 80vh;
  margin-top: -927px;
  padding-top: 0;
  display: flex;
  position: static;
  inset: 0%;
}

.overlay-grid {
  grid-column-gap: 24px;
  grid-row-gap: 50px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 205px;
}

.section-18 {
  height: 20vh;
}

._03-img {
  z-index: 10;
  border: 3px #4496be;
  border-radius: 50%;
  width: 250px;
  height: 250px;
  margin-top: -37px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 74px 0% 0%;
}

._02-name {
  z-index: 10;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Exo, sans-serif;
  line-height: 24px;
  display: block;
  position: absolute;
  inset: auto 0% 20px;
}

._04-card {
  z-index: 94;
  color: #333;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 292px;
  height: 350px;
  font-size: 18px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: visible;
}

._04-card:hover {
  border-color: #0000002b;
}

._01-name {
  z-index: 100;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Exo, sans-serif;
  line-height: 24px;
  position: absolute;
  inset: auto 0% 20px;
}

._09-dot {
  z-index: 1;
  background-image: linear-gradient(to top, #57635a, #909c93);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 144px;
  height: 144px;
  margin-top: -10px;
  display: flex;
  position: absolute;
  inset: auto;
  overflow: hidden;
}

._02-text {
  z-index: 10;
  text-align: left;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  font-family: Exo, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
  display: block;
  position: static;
  inset: auto 0% 0%;
}

._07-09-card {
  z-index: 96;
  perspective: 1000px;
  border-radius: 4px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

._05-name {
  z-index: 90;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Exo, sans-serif;
  line-height: 24px;
  position: absolute;
  inset: auto 0% 20px;
}

._05-card {
  z-index: 92;
  color: #333;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 292px;
  height: 350px;
  font-size: 18px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: visible;
}

._05-card:hover {
  border-color: #0000002b;
}

._08-dot {
  z-index: 1;
  background-image: linear-gradient(to top, #57635a, #909c93);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 144px;
  height: 144px;
  margin-top: -10px;
  display: flex;
  position: absolute;
  inset: auto;
  overflow: hidden;
}

._01-img {
  z-index: 100;
  border: 3px #0000;
  border-radius: 50%;
  width: 250px;
  height: 250px;
  margin-top: -40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 74px 0% 0%;
}

._07-text {
  z-index: 10;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 26px;
  font-family: Exo, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

._09-title {
  z-index: 10;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 26px;
  font-family: Exo, sans-serif;
  font-weight: 600;
  line-height: 24px;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

._04-img {
  z-index: 50;
  border: 3px #0000;
  border-radius: 50%;
  width: 250px;
  height: 250px;
  margin-top: -40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 74px 0% 0%;
}

._04-name {
  z-index: 10;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Exo, sans-serif;
  line-height: 24px;
  position: absolute;
  inset: auto 0% 20px;
}

._07-img {
  z-index: 10;
  border: 3px #0000;
  border-radius: 50%;
  width: 250px;
  height: 250px;
  margin-top: -40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 74px 0% 0%;
}

.iphone-c2 {
  z-index: 0;
  width: 86.4px;
  margin-top: 5px;
  position: relative;
}

._08-card {
  z-index: 86;
  color: #333;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 292px;
  height: 350px;
  font-size: 18px;
  text-decoration: none;
  transition: border-color .2s;
  display: flex;
  position: relative;
  overflow: visible;
}

._08-card:hover {
  border-color: #0000002b;
}

._06-dot {
  z-index: 1;
  background-image: linear-gradient(to top, #57635a, #909c93);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 144px;
  height: 144px;
  margin-top: -10px;
  display: flex;
  position: absolute;
  inset: auto;
  overflow: hidden;
}

.support-team {
  z-index: 10;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 1px;
  transition: text-indent .2s;
  display: flex;
  position: relative;
}

._09-img {
  z-index: 10;
  border: 3px #0000;
  border-radius: 50%;
  width: 250px;
  height: 250px;
  margin-top: -40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 74px 0% 0%;
}

._04-title, ._02-title {
  z-index: 10;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 26px;
  font-family: Exo, sans-serif;
  font-weight: 600;
  line-height: 24px;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

._03-name {
  z-index: 10;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Exo, sans-serif;
  line-height: 24px;
  position: absolute;
  inset: auto 0% 20px;
}

._05-dot {
  z-index: 1;
  background-image: linear-gradient(to top, #57635a, #909c93);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 144px;
  height: 144px;
  margin-top: -10px;
  display: flex;
  position: absolute;
  inset: auto;
  overflow: hidden;
}

._08-text {
  z-index: 10;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 26px;
  font-family: Exo, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

._07-name {
  z-index: 10;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Exo, sans-serif;
  line-height: 24px;
  position: absolute;
  inset: auto 0% 20px;
}

._07-card {
  z-index: 88;
  color: #333;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 292px;
  height: 350px;
  font-size: 18px;
  text-decoration: none;
  transition: border-color .2s;
  display: flex;
  position: relative;
  overflow: visible;
}

._07-card:hover {
  border-color: #0000002b;
}

._08-title {
  z-index: 10;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 26px;
  font-family: Exo, sans-serif;
  font-weight: 600;
  line-height: 24px;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

._03-text {
  z-index: 101;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 26px;
  font-family: Exo, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  display: block;
  position: relative;
  inset: auto 0% 0%;
}

._09-card {
  z-index: 84;
  color: #333;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 292px;
  height: 350px;
  font-size: 18px;
  text-decoration: none;
  transition: border-color .2s;
  display: flex;
  position: relative;
  overflow: visible;
}

._09-card:hover {
  border-color: #0000002b;
}

._06-text {
  z-index: 91;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 26px;
  font-family: Exo, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  display: block;
  position: relative;
  inset: auto 0% 0%;
}

._04-dot {
  z-index: 1;
  background-image: linear-gradient(to top, #57635a, #909c93);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 144px;
  height: 144px;
  margin-top: -10px;
  display: flex;
  position: absolute;
  inset: auto;
  overflow: hidden;
}

._08-img {
  z-index: 80;
  border: 3px #0000;
  border-radius: 50%;
  width: 250px;
  height: 250px;
  margin-top: -40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 74px 0% 0%;
}

._09-text {
  z-index: 10;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 26px;
  font-family: Exo, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

._02-dot {
  z-index: 1;
  background-color: #76cadf;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  margin-top: -10px;
  display: flex;
  position: absolute;
  inset: auto;
  overflow: hidden;
}

._06-title {
  z-index: 10;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 26px;
  font-family: Exo, sans-serif;
  font-weight: 600;
  line-height: 24px;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

._04-06-card {
  z-index: 98;
  perspective: 1000px;
  border-radius: 4px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

._07-dot {
  z-index: 1;
  background-image: linear-gradient(to top, #57635a, #909c93);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 144px;
  height: 144px;
  margin-top: -10px;
  display: flex;
  position: absolute;
  inset: auto;
  overflow: hidden;
}

._03-card {
  z-index: 96;
  color: #333;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 292px;
  height: 350px;
  font-size: 18px;
  text-decoration: none;
  transition: border-color .2s;
  display: flex;
  position: relative;
  overflow: visible;
}

._03-card:hover {
  border-color: #0000002b;
}

._05-text {
  z-index: 10;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 26px;
  font-family: Exo, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

._01-text {
  z-index: 10;
  text-align: left;
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  height: 270px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  font-family: Exo, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  display: block;
  position: static;
  inset: auto 0% 0%;
}

._01-title {
  z-index: 10;
  text-align: left;
  align-items: center;
  width: 100%;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 26px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

._05-img {
  z-index: 90;
  border: 3px #0000;
  border-radius: 50%;
  width: 250px;
  height: 250px;
  margin-top: -40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 74px 0% 0%;
}

._06-img {
  z-index: 10;
  border: 3px #0000;
  border-radius: 50%;
  width: 250px;
  height: 250px;
  margin-top: -40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 74px 0% 0%;
}

._05-title {
  z-index: 10;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 26px;
  font-family: Exo, sans-serif;
  font-weight: 600;
  line-height: 24px;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

._04-text {
  z-index: 10;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 26px;
  font-family: Exo, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

._06-card {
  z-index: 90;
  color: #333;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 292px;
  height: 350px;
  font-size: 18px;
  text-decoration: none;
  transition: border-color .2s;
  display: flex;
  position: relative;
  overflow: visible;
}

._06-card:hover {
  border-color: #0000002b;
}

._01-card {
  z-index: 100;
  color: #333;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 292px;
  height: 350px;
  font-size: 18px;
  line-height: 40px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: visible;
}

._01-card:hover {
  border-color: #0000002b;
}

._09-name {
  z-index: 10;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Exo, sans-serif;
  line-height: 24px;
  position: absolute;
  inset: auto 0% 20px;
}

._07-title {
  z-index: 10;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 26px;
  font-family: Exo, sans-serif;
  font-weight: 600;
  line-height: 24px;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

._02-card {
  z-index: 98;
  color: #333;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 292px;
  height: 350px;
  font-size: 18px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: visible;
}

._02-card:hover {
  border-color: #0000002b;
}

._02-img {
  z-index: 10;
  border: 3px #4496be;
  border-radius: 50%;
  width: 250px;
  height: 250px;
  margin-top: -37px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 74px 0% 0%;
}

._06-name {
  z-index: 10;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Exo, sans-serif;
  line-height: 20px;
  position: absolute;
  inset: auto 0% 0%;
}

._01-03-card {
  z-index: 100;
  perspective: 1000px;
  border-radius: 4px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.card {
  z-index: 10;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 750px;
  max-width: 1000px;
  margin: 40px 20px 20px;
  padding-top: 0;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

._01-dot {
  z-index: 1;
  color: #0000;
  background-color: #76cadf;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  margin-top: -10px;
  display: flex;
  position: absolute;
  inset: auto;
  overflow: hidden;
}

._03-title {
  z-index: 10;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 26px;
  font-family: Exo, sans-serif;
  font-weight: 600;
  line-height: 24px;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

._03-dot {
  z-index: 1;
  background-image: linear-gradient(to top, #57635a, #909c93);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 144px;
  height: 144px;
  margin-top: -10px;
  display: flex;
  position: absolute;
  inset: auto;
  overflow: hidden;
}

._08-name {
  z-index: 10;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Exo, sans-serif;
  line-height: 20px;
  position: absolute;
  inset: auto 0% 0%;
}

.dg-text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 75%;
  height: 100vh;
  display: flex;
}

.heading-jg {
  color: #79788d;
  letter-spacing: -.2vh;
  text-transform: none;
  align-self: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 6vh;
  font-weight: 300;
  line-height: 7vh;
  display: block;
}

.single-product-wrapper {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.single-product-wrapper._1 {
  background-color: #b8d8ee;
  flex-flow: column;
  align-items: flex-start;
  padding-left: 10%;
}

.single-product-wrapper._3 {
  background-color: #2a82bd;
  justify-content: flex-start;
  padding-left: 10%;
}

.single-product-wrapper._2 {
  background-color: #8abada;
  justify-content: flex-start;
  align-items: center;
  padding-left: 10%;
}

.jg-text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 75%;
  height: 100vh;
  display: flex;
}

.rich-text-rd {
  color: #183047;
  width: 100%;
  margin-bottom: 40px;
  padding-right: 0;
  font-family: Exo, sans-serif;
  font-size: 1.3em;
  line-height: 1.6;
}

.robin-thebig {
  opacity: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.image-2022 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-container--core {
  width: 50%;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.daniela-big {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.product-container {
  background-color: #0000;
  width: 50%;
  height: 300vh;
}

.rd-text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 75%;
  height: 100vh;
  display: flex;
}

.bullet-wrapper-2 {
  justify-content: space-between;
  width: 100%;
  padding-left: 0;
  padding-right: 146px;
  display: flex;
}

.heading-rd {
  color: #585757;
  letter-spacing: -.2vh;
  text-transform: none;
  align-self: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 59px;
  font-family: Exo, sans-serif;
  font-size: 5vh;
  font-weight: 300;
  line-height: 6vh;
  display: block;
}

.jeannine-big {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.scroll-section {
  align-items: flex-start;
  display: flex;
  position: relative;
}

.scroll-indication-wrapper {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  margin-left: -30px;
  display: none;
  position: fixed;
  top: 48vh;
  left: 50%;
}

.heading4 {
  color: #fff;
  white-space: nowrap;
  font-family: Exo, sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  line-height: 48px;
}

.cap-2 {
  float: left;
  color: #183047;
  margin-right: 2%;
  font-size: 172px;
  font-weight: 900;
  line-height: 79%;
}

.heading-dg {
  color: #fff;
  letter-spacing: -.2vh;
  text-transform: none;
  align-self: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 56px;
  font-family: Exo, sans-serif;
  font-size: 5vh;
  font-weight: 300;
  line-height: 6vh;
  display: block;
}

.rich-text-core-team-2 {
  color: #183047;
  width: 100%;
  margin-bottom: 40px;
  padding-right: 20px;
  font-family: Exo, sans-serif;
  font-size: 1.5em;
  line-height: 1.6;
}

.divider-circle-2 {
  background-color: #183047;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  margin-top: 15%;
  margin-bottom: 15%;
}

.load-overlay {
  z-index: 11;
  background-color: #dfd5d3;
  display: none;
  position: fixed;
  inset: 0%;
}

.support-team-lead {
  flex-direction: column;
  width: 70vw;
  height: auto;
  display: flex;
}

.text-block-43 {
  color: var(--midnight-blue);
  text-align: center;
  font-size: 2.2em;
  font-weight: 300;
  line-height: 1.3em;
}

.sup-team-lead-klein {
  color: var(--midnight-blue);
  text-align: center;
  padding-top: 21px;
  font-size: 1.6em;
  font-weight: 300;
  line-height: 1.3em;
}

.rk-step-year {
  z-index: 2;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 12% 5%;
  display: flex;
  position: relative;
}

.rk-year {
  justify-content: flex-end;
  width: 100%;
  margin-bottom: 13px;
  display: block;
}

.rk-grid {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  grid-template-columns: minmax(100%, 100%);
  grid-auto-columns: minmax(25px, 20%);
  justify-items: stretch;
  width: 100%;
  margin-top: 28px;
}

.rk-img-thumb {
  width: 100%;
  height: auto;
}

.rk-medien-caption {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Exo, sans-serif;
  line-height: 1.3;
  text-decoration: none;
}

.rk-label-right {
  color: #2e87cb;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 39px;
  font-family: Exo, sans-serif;
  font-size: 46px;
  font-weight: 700;
}

.rk-label-right.left {
  text-align: right;
}

.heading-rennkalender {
  color: #ffffff2b;
  text-align: center;
  width: 100vw;
  height: auto;
  margin-top: 0;
  margin-bottom: 3%;
  font-size: 8rem;
  font-weight: 500;
  line-height: 100%;
  position: static;
  inset: 0%;
}

.heading-rennkalender.trennung {
  margin-bottom: 3%;
}

.rk-steps-clone {
  flex-direction: column;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.rk-event-blue-wrap {
  background-color: var(--light-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 75px;
  display: flex;
}

.rk-event-white-wrap {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  display: flex;
}

.rk-event-white-wrap.url:hover {
  background-color: var(--pale-turquoise);
  color: #0000;
}

.rk-event-white-wrap.url-2023:hover {
  color: #0000;
  background-color: #9fb9df;
}

.rk-event-white-wrap.url-2024:hover {
  color: #0000;
  background-color: #c1c9ee;
}

.rk-event-date {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}

.rk-event-name-place {
  text-align: center;
  width: 100%;
  margin-bottom: 24px;
  padding-top: 0;
  font-size: 20px;
  font-weight: 300;
}

.rk-event-name-place.url {
  outline-offset: 0px;
  color: var(--black);
  outline: 3px #fff;
  text-decoration: none;
}

.rk-event-name-place.url:hover {
  color: var(--white);
  white-space: normal;
  text-decoration: none;
}

.rk-event-block {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 150px;
  display: flex;
}

.rk-event-block.last {
  height: 250px;
}

.rk-event-white-wrap-oly {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 150px;
  display: flex;
}

.rk-event-white-wrap-oly.last {
  height: 250px;
}

.rk-event-white-wrap-oly.last.url:hover {
  background-color: var(--pale-turquoise);
}

.rk-event-white-wrap-oly.last.url-2024:hover {
  background-color: var(--light-steel-blue);
}

.rk-event-name-place-oly {
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
  padding-top: 29px;
  font-size: 20px;
  font-weight: 300;
}

.core-twam-hike-text-wrapper {
  border: 25px solid var(--light-blue);
  border-radius: 50px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  padding: 75px 18px 60px;
  display: flex;
}

.image-2023 {
  object-fit: cover;
  border-radius: 50px;
  width: 50%;
  max-width: none;
}

.button-close-2 {
  z-index: 3000;
  color: #fff;
  background-color: #00000026;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  margin-top: 10%;
  margin-right: 5%;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
}

.divider-circle-3 {
  background-color: #f52a20;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  margin-top: 15%;
  margin-bottom: 15%;
}

.divider-circle-3.orange {
  background-color: #f52a20;
  width: 15px;
  height: 15px;
  margin-bottom: 10%;
}

.divider-circle-3.light-orange {
  background-color: #f56020;
}

.divider-circle-3.orange {
  background-color: #f56020;
  width: 15px;
  height: 15px;
  margin-bottom: 10%;
}

.one-2 {
  z-index: 20;
  background-color: #d4d4d4;
  flex-direction: column;
  flex: 0 auto;
  width: auto;
  max-width: 1500px;
  height: 100vh;
  line-height: 30px;
  display: none;
  position: relative;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
}

.two-2 {
  background-color: #fd4415;
  flex-direction: column;
  width: 100%;
  max-width: 1500px;
  height: 100vh;
  display: none;
  position: relative;
  overflow: auto;
}

.heading-15 {
  color: #585757;
  letter-spacing: -.2vh;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 5vh;
  font-weight: 300;
  line-height: 1.2;
  overflow: visible;
}

.rich-text-core-team-3 {
  color: #292929;
  margin-bottom: 40px;
  font-family: Exo, sans-serif;
  font-size: 1.5em;
  line-height: 1.8;
}

.rich-text-core-team-3.white {
  color: #f4f0e3;
}

.three-2 {
  z-index: 3333;
  background-color: #a20e06;
  flex-direction: column;
  width: 100%;
  max-width: 1500px;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: auto;
}

.header-text-4 {
  color: #f56020;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 40px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: .9;
}

.heading-16 {
  color: #585757;
  letter-spacing: -.3vh;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 6vh;
  font-weight: 300;
  line-height: 1;
}

.heading-16.is--white {
  color: #fff;
  letter-spacing: 0;
  font-size: 4vh;
  line-height: 1.4;
}

.main-heading-2 {
  color: #fff;
  text-transform: uppercase;
  width: auto;
  max-width: 18ch;
  margin-top: 5px;
  font-family: Exo, sans-serif;
  font-size: 5vh;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
}

.cap-3 {
  float: left;
  color: #000;
  margin-right: 2%;
  font-size: 172px;
  font-weight: 900;
  line-height: 79%;
}

.cap-3.is--orange {
  color: #f56020;
}

.custom-cursor {
  z-index: 1010;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.cursor-circle, .cursor {
  background-color: var(--white);
  border-radius: 100%;
  width: 30px;
  height: 30px;
  position: absolute;
}

.imgc-ol-radblu {
  object-fit: contain;
  border-radius: 0;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 100%;
  padding: 0;
  display: block;
}

.text-block-44 {
  object-fit: fill;
  flex: 1;
  height: 30px;
  padding-top: 9px;
  padding-bottom: 0;
  padding-left: 17px;
  font-family: Exo, sans-serif;
  font-size: 14px;
  font-weight: 100;
  position: absolute;
}

.kibag-img-wrap {
  object-fit: cover;
  background-color: #0000;
  border: 1px #000;
  border-radius: 0;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-self: center;
  align-items: stretch;
  width: 80%;
  height: 80vw;
  display: flex;
  position: static;
  inset: 0%;
}

.grid-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  height: 80vh;
}

.vid-wrapper-100 {
  background-color: var(--deep-sky-blue);
  width: 100%;
  height: 100%;
}

.vid-wrapper-50 {
  background-color: var(--deep-sky-blue);
  width: 50%;
  height: 50%;
}

.steiner-vid-wrap {
  border-radius: 0;
  flex-direction: column;
  flex: 1;
  justify-content: space-around;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  height: 50%;
  display: inline-block;
  position: static;
}

.header-vid-5 {
  z-index: 2;
  background-color: #fff75a;
  border-radius: 0;
  width: 100%;
  height: 50%;
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
  position: absolute;
  inset: 0% 0% auto;
  overflow: visible;
}

.header-vid-2 {
  z-index: 2;
  background-color: #0e121c;
  border-radius: 0;
  width: 50%;
  height: 50%;
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: visible;
}

.header-vid-6 {
  z-index: 2;
  background-color: #0e121c;
  border-radius: 0;
  width: 50%;
  height: 50%;
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
  position: absolute;
  inset: auto auto 0% 0%;
  overflow: visible;
}

.header-vid-7 {
  z-index: 2;
  background-color: #fff75a;
  border-radius: 0;
  width: 50%;
  height: 50%;
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
  position: absolute;
  inset: auto 0% 0% auto;
  overflow: visible;
}

.okb-img-wrap-copy {
  object-fit: cover;
  background-color: #0000;
  border: 1px #000;
  border-radius: 0;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  width: 100%;
  height: 100vw;
  display: flex;
  position: static;
  inset: 0%;
}

.radisson-img {
  object-fit: contain;
  flex: 0 auto;
  width: 100%;
  height: 100%;
  margin-top: 0;
  position: static;
  inset: 0% 0% auto;
}

.rad-blu-img-wrap {
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.radblu-vid-wrap {
  border-radius: 0;
  flex-direction: column;
  flex: 1;
  justify-content: space-around;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: inline-block;
  position: static;
}

.paragraph-large-jeannine-3 {
  color: #636669;
  text-align: left;
  flex: 0 auto;
  align-self: flex-start;
  width: auto;
  height: auto;
  margin-bottom: 30px;
  font-family: Exo, sans-serif;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 24px;
}

.tab-link-tab-1-3 {
  background-color: var(--light-blue);
  border: 1px #000;
  border-top-left-radius: 50%;
}

.tab-link-tab-1-3:hover {
  background-color: var(--pale-turquoise);
  border-top-left-radius: 50%;
}

.tab-link-tab-1-3.w--current {
  background-color: #0000;
  border: 0 solid #292929;
  font-weight: 300;
}

.tab-link-tab-1-3.w--current:hover {
  background-color: #0000;
}

.mail-link-2 {
  color: #183047;
  margin-top: 60px;
  padding-bottom: 0;
  font-size: 1.5vw;
  font-weight: 600;
  text-decoration: none;
}

.text-block-45 {
  font-family: Exo, sans-serif;
  font-size: 1.5vw;
  font-weight: 300;
}

.text-block-45:hover {
  color: #333;
  font-weight: 300;
}

.tab-link-tab-2-4 {
  background-color: #6aa0bf59;
  border: 1px #000;
  border-radius: 0 50% 0 0;
  font-size: 1.5vw;
}

.tab-link-tab-2-4:hover {
  background-color: #3fbbf570;
}

.tab-link-tab-2-4.w--current {
  background-color: #0000;
  border-style: none;
  border-top-right-radius: 50%;
}

.text-block-46 {
  font-weight: 300;
}

.text-block-46:hover {
  color: #333;
  font-weight: 300;
}

.header-vid-8 {
  z-index: 2;
  background-color: #0000;
  border-radius: 0;
  width: 100%;
  height: 50%;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
  overflow: visible;
}

.div-block-22 {
  object-fit: cover;
  background-color: #0000;
  border: 1px #000;
  border-radius: 0;
  flex-direction: column;
  flex: 1;
  justify-content: space-around;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  display: inline-block;
  position: static;
  inset: 0%;
}

.tab-link-tab-2-5 {
  background-color: var(--light-blue);
  border: 1px #000;
  border-top-right-radius: 50%;
  font-size: 1.5vw;
}

.tab-link-tab-2-5:hover {
  background-color: var(--pale-turquoise);
  color: #333;
}

.tab-link-tab-2-5.w--current {
  background-color: #0000;
  border-style: none;
  border-radius: 0;
}

.partner-col-left-4 {
  background-color: #fff;
  border-top-left-radius: 60px;
  border-bottom-left-radius: 60px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-left: 3vw;
  padding-right: 20px;
  display: flex;
  top: 0;
}

.section-partner-2 {
  background-color: #0000;
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tab-link-tab-2-6 {
  background-color: #6aa0bf59;
  border: 1px #000;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  font-size: 1.5vw;
}

.tab-link-tab-2-6:hover {
  background-color: #3fbbf570;
}

.tab-link-tab-2-6.w--current {
  background-color: #0000;
  border-style: none;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}

.tab-link-tab-2-6.w--current:hover {
  background-color: #0000;
}

.tab-link-tab-1-4 {
  background-color: #6aa0bf59;
  border: 1px #000;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}

.tab-link-tab-1-4:hover {
  background-color: #3fbbf570;
  border-top-left-radius: 25px;
}

.tab-link-tab-1-4.w--current {
  background-color: #0000;
  border: 0 solid #292929;
}

.columns-steiner {
  flex: 1;
  align-self: center;
  width: 94%;
  height: 100vh;
  min-height: 100vh;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
}

.section-partner-steiner {
  background-color: #0000;
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-partner-kibag {
  background-color: #0000;
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-right: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-partner-steinergroup {
  background-color: #0000;
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-ausr-ster--partner {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 1200px;
  height: auto;
  margin: 60px auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-259 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-partner-radisson {
  background-color: #0000;
  justify-content: center;
  width: 100vw;
  max-width: 100vw;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.horizontal-bar {
  background-color: var(--sambesi);
  align-self: center;
  width: 80vw;
  height: 2px;
  line-height: 22px;
}

.section-ausr-ster--supporter {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 2800px;
  height: auto;
  margin: 83px auto 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gmelin-profile-wrap {
  cursor: pointer;
  background-color: #0000;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 35vw;
  height: auto;
  margin-top: 0;
  text-decoration: none;
  display: flex;
}

.div-block-261 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
}

.image-2025 {
  height: 100%;
}

.image-2026 {
  width: 150px;
  height: 150px;
}

.mail-link-light {
  color: var(--midnight-blue);
  margin-top: 0;
  padding-bottom: 0;
  font-size: 1.5vw;
  font-weight: 400;
  text-decoration: none;
}

.textlink-small {
  background-color: var(--cornflower-blue);
  color: var(--black);
  text-align: center;
  border-radius: 30px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 35vw;
  height: 60px;
  font-size: 18px;
  font-weight: 300;
  line-height: 14px;
  display: flex;
}

.textlink-small:hover {
  background-color: var(--midnight-blue);
  color: var(--white);
}

.textlink-in-list {
  background-color: var(--cornflower-blue);
  color: var(--black);
  text-align: center;
  border-radius: 30px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: auto;
  padding-top: 7px;
  padding-bottom: 8px;
  font-size: 18px;
  font-weight: 300;
  line-height: 14px;
  display: flex;
}

.textlink-in-list:hover {
  background-color: var(--midnight-blue);
  color: var(--white);
}

.rennkalender-link {
  border-bottom: 1px solid var(--dark-grey);
  color: var(--black);
  text-align: center;
  min-width: 300px;
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 30px;
  text-decoration: none;
}

.rennkalender-link:hover {
  color: var(--midnight-blue);
  border-bottom-style: none;
  border-bottom-width: 0;
}

.rennkalender-link.last {
  margin-top: 8px;
}

.image-2027 {
  height: 100px;
}

.heading-right-small {
  color: #474a57;
  width: 50%;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 45px;
  display: flex;
}

.zwischentitel-home {
  background-color: var(--white);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 20vh;
  min-height: 250px;
  display: flex;
}

.zwischentitel-home.bg-beige {
  background-color: var(--cornflower-blue);
  height: 15vh;
}

.zwischentitel-home.title {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 30vh;
}

.zt-heading {
  color: #fff3;
  text-align: center;
  width: 100vw;
  margin-top: 0;
  margin-bottom: 3%;
  font-size: 11rem;
  font-weight: 500;
  line-height: 100%;
  position: static;
  inset: 0%;
}

.zt-heading._3-up, .zt-heading._3 {
  margin-bottom: 3%;
}

.zt-lead {
  color: #ffffff2b;
  text-align: center;
  width: 100vw;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 67px;
  padding-left: 100px;
  padding-right: 100px;
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
  position: static;
  inset: 0%;
}

.hero-wrap {
  object-fit: cover;
  background-color: #0000;
  flex-direction: column;
  width: 100vw;
  height: 100vh;
  display: block;
  position: static;
  inset: 0%;
  overflow: hidden;
}

.hero-bg-video-full {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  overflow: visible;
}

.image-2028 {
  position: absolute;
  inset: auto 0% 0%;
}

.video-toggler {
  object-fit: fill;
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 150px;
  height: 125px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.play-button-white {
  filter: blur(3px);
  background-color: #0000;
  background-image: linear-gradient(#0000, #0000);
  width: 60px;
  height: 100%;
}

.sec-interview {
  display: none;
}

.side-menu {
  z-index: 99999;
  color: #fff;
  cursor: move;
  background-color: #000000f0;
  border-radius: 4px 4px 3px 3px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 240px;
  padding-bottom: 10px;
  display: none;
  position: absolute;
  top: 20px;
  left: 20px;
  box-shadow: 0 1px 17px #0000001f;
}

.db-link-wrapper {
  background-color: #1d1d1d;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  width: 100%;
  padding: 10px 40px 15px;
}

.side-menu-headline {
  text-align: center;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.db-link {
  color: #3cc47c;
  text-decoration: none;
}

.db-button {
  text-transform: uppercase;
  cursor: pointer;
  background-color: #cdaa35;
  border-radius: 3px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  display: block;
}

.db-button:hover {
  background-color: #2b8f5a;
}

.shrink-box-wrapper {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.shrink-box-button {
  margin-right: 5px;
  display: block;
}

.db-logo-wrapper {
  background-color: #3cc47c;
  padding: 10px 15px;
}

.db-fixed-nav-headline {
  text-align: center;
  margin: 0 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}

.shrink-box-wrapper-2 {
  opacity: .5;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  transition: opacity .2s;
  display: flex;
}

.shrink-box-wrapper-2:hover {
  opacity: 1;
}

.shrink-box-button-2 {
  margin-right: 5px;
  display: block;
}

.db-mobile-fixed-nav {
  color: #fff;
  background-color: #0f0f0f;
  justify-content: space-between;
  align-items: center;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.db-flex-row {
  padding-right: 20px;
  display: flex;
}

.db-fixed-nav-logo {
  width: 100px;
}

._1-10-bullet {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 62px;
  display: block;
}

.image-4 {
  border-radius: 100%;
  width: 240px;
  height: 240px;
  margin-top: 105px;
}

.slider__image-cover {
  background-color: #272727;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.hero__text-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 95%;
  max-width: none;
  margin-left: 32px;
  display: flex;
}

.hero-slider-2 {
  background-color: #fff;
  height: 100vh;
  min-height: 1200px;
}

.slider__h1 {
  margin-top: 0;
  margin-bottom: 50px;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.slider__nav {
  font-size: 8px;
  display: none;
}

.frage-antwort-oberzeile {
  width: 45%;
}

.slide__wrapper {
  border-bottom: 1px solid #e9e9e9;
  justify-content: space-between;
  min-height: 100%;
  display: flex;
}

.text-span {
  letter-spacing: 0;
  font-size: 40px;
}

.text-block-47 {
  color: #3db6d4;
  letter-spacing: 0;
  padding-top: 19px;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 84px;
}

.slider__left-pane {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 70px;
  display: flex;
}

.slider__left-pane._01 {
  justify-content: flex-start;
}

.slider__left-icon {
  font-size: 20px;
}

.slider__control-wrapper {
  z-index: 10;
  justify-content: center;
  align-items: center;
  height: 50px;
  margin-bottom: 50px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.slider__p {
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

.slider__arrow-wrapper {
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.slider__right-icon {
  color: #272727;
  font-size: 20px;
}

.div-block-262 {
  background-color: #cbe4f1;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 175px;
  height: 175px;
  display: flex;
}

.divider-bar {
  background-color: #3db6d4;
  width: 100%;
  height: 2px;
}

.q-a-frage-oberzeile {
  color: #3db6d4;
  margin-top: 6px;
  margin-bottom: 25px;
  font-family: Exo, sans-serif;
  font-weight: 500;
}

.slider__right-pane {
  width: 50%;
  position: relative;
}

.slider__right-pane.image-03 {
  background-image: url('../images/001.jpg');
  background-position: 50%;
  background-size: cover;
}

.slider__right-pane._001 {
  background-image: url('../images/001.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider__right-pane._002 {
  background-image: url('../images/002.jpg');
  background-position: 50%;
  background-size: cover;
}

.slider__right-pane._003 {
  background-image: url('../images/003.jpg');
  background-position: 50%;
  background-size: cover;
}

.slider__right-pane._004 {
  background-image: url('../images/004.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider__right-pane._005 {
  background-image: url('../images/005.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider__right-pane._006 {
  background-image: url('../images/006.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider__right-pane._007 {
  background-image: url('../images/007.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider__right-pane._008 {
  background-image: url('../images/008.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider__right-pane._009 {
  background-image: url('../images/009.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider__right-pane._010 {
  background-image: url('../images/010.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider__control {
  background-color: #fff;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  margin-left: 20px;
  transition: background-color .2s;
  position: relative;
}

.slider__control:hover {
  background-color: #dbdbdb;
}

.slider__control.black {
  background-color: #272727;
  margin-left: 0;
  margin-right: 13px;
}

.slider__control.black:hover {
  background-color: #494949;
}

.image-movie_sec {
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
}

.video-embed-cont {
  outline-offset: 0px;
  object-fit: scale-down;
  background-color: #0000;
  outline: 3px #333;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  height: auto;
  min-height: auto;
  max-height: none;
  display: block;
  position: static;
}

.video {
  display: none;
}

.jeannine__hero-bg-video-full {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  overflow: visible;
}

.hero-video-jg-sec {
  object-fit: cover;
  width: auto;
  height: 0;
  padding-top: 56.25%;
  position: static;
  inset: 0%;
}

.div-block-263 {
  height: 20px;
}

.video-control {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  height: 50%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.jg-name-videoeinblender {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: static;
  inset: auto auto 0% 0%;
}

.text-block-48 {
  font-size: 50px;
  line-height: 20;
}

.text-block-49 {
  font-size: 50px;
}

.jg-video-tttle-txt {
  color: #63666954;
  text-align: center;
  letter-spacing: 2px;
  width: 100%;
  min-width: auto;
  max-width: none;
  font-size: 12vw;
  line-height: 100%;
  display: block;
}

.pause-button {
  filter: blur(2px);
  width: 64px;
  height: 64px;
}

.play-button {
  filter: blur(2px);
  width: 64px;
  height: 64px;
  display: none;
}

.jg-image-film {
  width: 100%;
  height: 75vh;
  min-height: 800px;
}

.html-embed-5 {
  object-fit: cover;
  background-color: #0000;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.container-10 {
  object-fit: contain;
  max-width: 100vw;
  max-height: 100vh;
  position: absolute;
  inset: 0%;
}

.jg-hero-mix-sec {
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100vh;
  display: block;
}

.jg-mix-cont {
  max-width: 100vw;
  max-height: 100vh;
  margin-top: 300px;
}

.html-embed-6 {
  object-fit: cover;
  position: absolute;
  inset: 0%;
}

.html-embed-7 {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.background-video-2 {
  height: 100vh;
}

.premium-partner-heading {
  color: #ffffff2b;
  text-align: center;
  width: 100vw;
  margin-top: 0;
  margin-bottom: 0%;
  font-size: 8rem;
  font-weight: 500;
  line-height: 100%;
  position: static;
  inset: 0%;
}

.markenbotschafterin-heading {
  color: #ffffff2b;
  text-align: center;
  width: 100vw;
  margin-top: 0;
  margin-bottom: 3%;
  font-size: 6.5rem;
  font-weight: 500;
  line-height: 100%;
  position: static;
  inset: 0%;
}

.background-video-top {
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  max-width: none;
  height: 100%;
  padding-bottom: 0;
  display: flex;
}

.section-19 {
  height: 75vh;
}

.news-post-form-wrap {
  background-color: var(--midnight-blue);
  justify-content: space-between;
  align-items: stretch;
  width: 50%;
  max-width: 750px;
  height: 90%;
  margin-top: 140px;
  margin-bottom: 140px;
  display: flex;
}

.jg-np-wrap {
  border: 3px none var(--pale-turquoise);
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.jg-np-field {
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--dim-grey);
  text-align: left;
  letter-spacing: 1.2px;
  border-radius: 20px;
  height: 40px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 8px;
  padding-left: 10px;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.jg-np-field.middle {
  border-top-style: solid;
  border-radius: 20px;
  margin-right: 10px;
  padding-right: 0;
  font-size: 14px;
  font-weight: 400;
}

.form-2 {
  background-color: var(--transparent);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: auto;
  padding-left: 0;
  display: flex;
}

.form-block-2 {
  text-align: right;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  display: flex;
}

.submit-button-2 {
  border: 1px none var(--white);
  background-color: var(--jg-move-space);
  outline-color: var(--white);
  outline-offset: 4px;
  color: var(--white);
  text-align: center;
  letter-spacing: 0;
  border-radius: 25px;
  outline-width: 1px;
  outline-style: dashed;
  width: 180px;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.submit-button-2:hover {
  background-color: var(--sky-blue);
}

.jg-np-title {
  color: var(--light-blue);
  text-align: left;
  letter-spacing: 1.2px;
  padding-left: 100px;
  font-size: 24px;
  font-weight: 500;
}

.jg-np-text {
  color: var(--white);
  text-align: left;
  letter-spacing: 1.2px;
  width: auto;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

.div-block-264 {
  width: 75vw;
}

.background-video-3 {
  z-index: 1;
  object-fit: fill;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-width: auto;
  height: auto;
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
  inset: 0%;
  overflow: visible;
}

.news-post-sec {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.absenden-but-wrap {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.absenden-but-wrap.kontaktform {
  justify-content: center;
  align-items: center;
  padding-top: 60px;
}

.success-message-jgnp {
  background-color: var(--saphir--ocean);
  align-self: center;
  width: 100vw;
  height: 500px;
  min-height: auto;
  padding-top: 40px;
}

.jgnp-success {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  padding-top: 40px;
  padding-left: 44px;
  padding-right: 44px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}

.text-span-2 {
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 500;
}

.jgnp-success-copy {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 34px;
}

.error-message {
  background-color: var(--tomato);
  width: 100vw;
  height: 50%;
}

.div-block-266 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 75px;
  display: block;
}

.div-block-266.w--current {
  padding-top: 20px;
}

.close-success-window {
  background-color: #0000;
  width: 75px;
  height: 50px;
  margin-top: 0;
}

.close-success-window:hover {
  background-color: #0000;
}

.por-video-left {
  text-align: right;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 45%;
  height: auto;
  font-family: Exo, sans-serif;
  font-size: 44px;
  display: flex;
}

.por-video-cont-01 {
  color: #474a57;
  width: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 45px;
  display: flex;
}

._01-por-video-wrapper {
  z-index: 500;
  background-color: var(--cornflower-blue);
  text-align: right;
  border-radius: 0%;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 95vw;
  min-width: 95vw;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  font-family: Exo, sans-serif;
  font-size: 44px;
  display: none;
  position: absolute;
  inset: 250px auto auto;
}

.background-video-4 {
  border-radius: 50px;
  width: 104%;
}

.video-2 {
  border-radius: 20px;
  width: 95%;
  height: auto;
  padding-right: 10px;
  position: static;
  inset: auto 0% 0%;
}

.video-frame-wrap {
  background-color: #0000;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.close-video-but {
  background-color: #0000;
}

.image-2029 {
  margin-bottom: -28px;
}

.image--port-01 {
  margin-bottom: -20px;
}

.video-port-o1 {
  opacity: .75;
  max-width: 100%;
  margin-top: -20px;
}

.html-embed-8 {
  font-size: 14px;
}

._01-video-port {
  opacity: .75;
  cursor: pointer;
  width: 75%;
  max-width: 100%;
  margin-top: -20px;
  display: block;
}

._02-por-video-wrapper {
  z-index: 500;
  background-color: var(--cornflower-blue);
  text-align: right;
  border-radius: 0%;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  font-family: Exo, sans-serif;
  font-size: 44px;
  display: flex;
  position: absolute;
  inset: 254px auto auto;
}

._02-youth-close-video-but {
  background-color: #0000;
  margin-top: 2%;
  margin-right: 2%;
  display: flex;
}

._01-close-vid1-but {
  background-color: #0000;
  margin-top: 2%;
  margin-right: 2%;
}

._03-por-video-wrapper {
  z-index: 500;
  background-color: var(--cornflower-blue);
  text-align: right;
  border-radius: 0%;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 95vw;
  min-width: 95vw;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  font-family: Exo, sans-serif;
  font-size: 44px;
  display: none;
  position: absolute;
  inset: 535px auto auto;
}

._03-youth-close-video-but {
  background-color: #0000;
  margin-top: 2%;
  margin-right: 2%;
}

.por-video-right {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 45%;
  font-family: Exo, sans-serif;
  font-size: 44px;
  display: flex;
}

.image--port-02, .image--port-04 {
  margin-bottom: -20px;
}

._04-por-video-wrapper {
  z-index: 500;
  background-color: var(--cornflower-blue);
  text-align: right;
  border-radius: 0%;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 95vw;
  min-width: 95vw;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  font-family: Exo, sans-serif;
  font-size: 44px;
  display: none;
  position: absolute;
  inset: 191px auto auto;
}

.video-3 {
  display: flex;
}

._04-youth-close-video-but {
  background-color: #0000;
  margin-top: 2%;
  margin-right: 2%;
}

._02-upper {
  object-fit: fill;
  background-color: #568494;
  border-radius: 50px 50px 0 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  display: flex;
}

._05-answer, ._08-answer {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-family: Exo, sans-serif;
  font-size: 4em;
  line-height: 40px;
  display: none;
}

._09-lower-text {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 60px;
  font-family: Exo, sans-serif;
  font-size: 3em;
  line-height: 40px;
  display: flex;
}

._07-lower {
  background-color: #1f7962;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  display: flex;
}

._06-lower-text {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 60px;
  font-family: Exo, sans-serif;
  font-size: 3em;
  line-height: 40px;
  display: flex;
}

._06-lower {
  background-color: #1f5879;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  display: flex;
}

._08-oder {
  color: #fff;
  text-align: center;
  object-fit: fill;
  background-color: #175d55;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 15%;
  font-family: Exo, sans-serif;
  font-size: 3em;
  line-height: 0;
  display: flex;
  position: static;
  inset: 0%;
}

._02-upper-text {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  font-family: Exo, sans-serif;
  font-size: 3em;
  line-height: 40px;
  display: flex;
}

.card-05 {
  cursor: pointer;
  background-color: #fff;
  background-image: url('../images/qa-05.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 450px;
  display: flex;
}

._08-lower-text {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 60px;
  font-family: Exo, sans-serif;
  font-size: 3em;
  line-height: 40px;
  display: flex;
}

._01-oder {
  color: #fff;
  text-align: center;
  object-fit: fill;
  background-color: #5d85a8;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Exo, sans-serif;
  font-size: 3em;
  line-height: 90px;
  display: flex;
  position: static;
  inset: 0%;
}

._06-upper-text {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  font-family: Exo, sans-serif;
  font-size: 3em;
  line-height: 40px;
  display: flex;
}

.grid-5 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 1200px;
}

._09-upper {
  object-fit: fill;
  background-color: #71b0c3;
  border-radius: 50px 50px 0 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  display: flex;
}

._07-lower-text, ._05-lower-text {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 60px;
  font-family: Exo, sans-serif;
  font-size: 3em;
  line-height: 40px;
  display: flex;
}

._07-upper-text {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  font-family: Exo, sans-serif;
  font-size: 3em;
  line-height: 40px;
  display: flex;
}

._01-q-a-sec {
  background-color: var(--transparent);
  display: block;
}

._09-lower {
  background-color: #71b0c3;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  display: flex;
}

._06-oder {
  color: #fff;
  text-align: center;
  object-fit: fill;
  background-color: #1f5879;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 15%;
  font-family: Exo, sans-serif;
  font-size: 3em;
  line-height: 0;
  display: flex;
  position: static;
  inset: 0%;
}

._03-answer {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-family: Exo, sans-serif;
  font-size: 4em;
  line-height: 40px;
  display: none;
}

.card-04 {
  cursor: pointer;
  background-color: #fff;
  background-image: url('../images/qa-04.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 450px;
  display: flex;
}

.card-02 {
  cursor: pointer;
  background-color: #fff;
  background-image: url('../images/qa-02.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 450px;
  display: flex;
}

._04-answer {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-family: Exo, sans-serif;
  font-size: 4em;
  line-height: 40px;
  display: none;
}

._04-lower-text {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 60px;
  font-family: Exo, sans-serif;
  font-size: 3em;
  line-height: 40px;
  display: flex;
}

.card-08 {
  cursor: pointer;
  background-color: #fff;
  background-image: linear-gradient(#00000040, #00000040), url('../images/qa-08.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 50px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 450px;
  display: flex;
}

._05-lower {
  background-color: #3a5250;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  display: flex;
}

._01-upper {
  cursor: pointer;
  object-fit: fill;
  background-color: #5d85a8;
  border-radius: 50px 50px 0 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  display: block;
}

._01-lower {
  background-color: #5d85a8;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  display: block;
}

._05-upper {
  object-fit: fill;
  background-color: #3a5250;
  border-radius: 50px 50px 0 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  display: flex;
}

._05-upper-text {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  font-family: Exo, sans-serif;
  font-size: 3em;
  line-height: 40px;
  display: flex;
}

.card-container {
  padding-top: 100px;
}

._04-oder {
  color: #fff;
  text-align: center;
  object-fit: fill;
  background-color: #3a3e52;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 15%;
  font-family: Exo, sans-serif;
  font-size: 3em;
  line-height: 0;
  display: flex;
  position: static;
  inset: 0%;
}

._08-upper-text {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  font-family: Exo, sans-serif;
  font-size: 3em;
  line-height: 40px;
  display: flex;
}

.card-09 {
  cursor: pointer;
  background-color: #fff;
  background-image: linear-gradient(#00000080, #00000080), url('../images/qa-09.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 50px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 450px;
  display: flex;
}

._05-oder {
  color: #fff;
  text-align: center;
  object-fit: fill;
  background-color: #3a5250;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 15%;
  font-family: Exo, sans-serif;
  font-size: 3em;
  line-height: 0;
  display: flex;
  position: static;
  inset: 0%;
}

._09-answer {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-family: Exo, sans-serif;
  font-size: 4em;
  line-height: 40px;
  display: none;
}

._04-upper-text {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  font-family: Exo, sans-serif;
  font-size: 3em;
  line-height: 40px;
  display: flex;
}

._01-answer {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  font-family: Exo, sans-serif;
  font-size: 4em;
  line-height: 40px;
  display: none;
}

.card-06 {
  cursor: pointer;
  background-color: #fff;
  background-image: linear-gradient(#00000080, #00000080), url('../images/qa-0g-02.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 50px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 450px;
  display: flex;
}

._03-oder {
  color: #fff;
  text-align: center;
  object-fit: fill;
  background-color: #606f86;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 15%;
  font-family: Exo, sans-serif;
  font-size: 3em;
  line-height: 0;
  display: flex;
  position: static;
  inset: 0%;
}

._03-upper {
  object-fit: fill;
  background-color: #606f86;
  border-radius: 50px 50px 0 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  display: flex;
}

._03-lower {
  background-color: #606f86;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  display: flex;
}

._07-answer {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-family: Exo, sans-serif;
  font-size: 4em;
  line-height: 40px;
  display: none;
}

._04-upper {
  object-fit: fill;
  background-color: #3a3e52;
  border-radius: 50px 50px 0 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  display: flex;
}

._02-oder {
  color: #fff;
  text-align: center;
  object-fit: fill;
  background-color: #568494;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 15%;
  font-family: Exo, sans-serif;
  font-size: 3em;
  line-height: 0;
  display: flex;
  position: static;
  inset: 0%;
}

._02-lower {
  background-color: #568494;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  display: flex;
}

._02-lower-text {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 60px;
  font-family: Exo, sans-serif;
  font-size: 3em;
  line-height: 40px;
  display: flex;
}

._02-answer {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-family: Exo, sans-serif;
  font-size: 4em;
  line-height: 40px;
  display: none;
}

._04-lower {
  background-color: #3a3e52;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  display: flex;
}

._01-lower-text {
  color: #fff;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 60px;
  font-family: Exo, sans-serif;
  font-size: 3em;
  line-height: 40px;
  display: flex;
}

._06-upper {
  object-fit: fill;
  background-color: #1f5879;
  border-radius: 50px 50px 0 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  display: flex;
}

._09-oder {
  color: #fff;
  text-align: center;
  object-fit: fill;
  background-color: #71b0c3;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 15%;
  font-family: Exo, sans-serif;
  font-size: 3em;
  line-height: 0;
  display: flex;
  position: static;
  inset: 0%;
}

._08-upper {
  object-fit: fill;
  background-color: #175d55;
  border-radius: 50px 50px 0 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  display: flex;
}

._01-upper-text {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  font-family: Exo, sans-serif;
  font-size: 3em;
  line-height: 40px;
  display: block;
}

._03-upper-text, ._09-upper-text {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  font-family: Exo, sans-serif;
  font-size: 3em;
  line-height: 40px;
  display: flex;
}

.card-01 {
  cursor: pointer;
  background-color: #fff;
  background-image: url('../images/qa-01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 450px;
  display: flex;
}

._07-oder {
  color: #fff;
  text-align: center;
  object-fit: fill;
  background-color: #1f7962;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 15%;
  font-family: Exo, sans-serif;
  font-size: 3em;
  line-height: 0;
  display: flex;
  position: static;
  inset: 0%;
}

.card-03 {
  cursor: pointer;
  background-color: #fff;
  background-image: linear-gradient(#00000040, #00000040), url('../images/qa-03.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 50px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 450px;
  display: flex;
}

._03-lower-text {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 60px;
  font-family: Exo, sans-serif;
  font-size: 3em;
  line-height: 40px;
  display: flex;
}

._08-lower {
  background-color: #175d55;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  display: flex;
}

._07-upper {
  object-fit: fill;
  background-color: #1f7962;
  border-radius: 50px 50px 0 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  display: flex;
}

._06-answer {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-family: Exo, sans-serif;
  font-size: 4em;
  line-height: 40px;
  display: none;
}

.card-07 {
  cursor: pointer;
  background-color: #fff;
  background-image: linear-gradient(#00000040, #00000040), url('../images/qa-07.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 50px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 450px;
  display: flex;
}

.container-11 {
  padding-top: 55px;
  padding-bottom: 55px;
}

.logo-swiss-olympic {
  background-color: #0000;
  border-radius: 0%;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 175px;
  display: flex;
}

.divider-bar-red {
  background-color: #3db6d4;
  width: 100%;
  height: 2px;
}

.swiss-oly-titel {
  color: var(--black);
  margin-top: 6px;
  margin-bottom: 25px;
  font-family: Exo, sans-serif;
  font-size: 2em;
  font-weight: 300;
}

.bold-text-2 {
  font-weight: 500;
}

.swiss-oylimpic-text {
  color: var(--dim-grey);
  margin-top: 0;
  margin-bottom: 39px;
  font-family: Exo, sans-serif;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 24px;
}

.list-item {
  color: var(--dim-grey);
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 24px;
}

.list {
  width: 100%;
  margin-bottom: 20px;
  padding-left: 10px;
}

.div-block-267 {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 67px;
  display: flex;
}

.image-2030 {
  border-radius: 15px;
}

._02-q-a-sec {
  flex-direction: column;
  display: block;
}

.card-10 {
  cursor: pointer;
  background-color: #fff;
  background-image: linear-gradient(#00000040, #00000040), url('../images/qa-10.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 50px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 450px;
  display: flex;
}

._10-upper {
  background-color: var(--medium-violet-red);
  cursor: pointer;
  object-fit: fill;
  border-radius: 50px 50px 0 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  display: flex;
}

._10-upper-text {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  font-family: Exo, sans-serif;
  font-size: 3em;
  line-height: 40px;
  display: flex;
}

._10-oder {
  background-color: var(--medium-violet-red);
  color: #fff;
  text-align: center;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 15%;
  font-family: Exo, sans-serif;
  font-size: 3em;
  line-height: 0;
  display: flex;
  position: static;
  inset: 0%;
}

._10-lower {
  background-color: var(--medium-violet-red);
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  display: flex;
}

._10-lower-text {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 60px;
  font-family: Exo, sans-serif;
  font-size: 3em;
  line-height: 40px;
  display: flex;
}

._10-answer {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-family: Exo, sans-serif;
  font-size: 4em;
  line-height: 40px;
  display: none;
}

.card-11 {
  cursor: pointer;
  background-color: #fff;
  background-image: linear-gradient(#00000040, #00000040), url('../images/qa-11.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 50px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 450px;
  display: flex;
}

._11-upper {
  background-color: var(--chocolate);
  object-fit: fill;
  border-radius: 50px 50px 0 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  display: flex;
}

._11-upper-text {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  font-family: Exo, sans-serif;
  font-size: 3em;
  line-height: 40px;
  display: flex;
}

._11-oder {
  background-color: var(--chocolate);
  color: #fff;
  text-align: center;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 15%;
  font-family: Exo, sans-serif;
  font-size: 3em;
  line-height: 0;
  display: flex;
  position: static;
  inset: 0%;
}

._11-lower {
  background-color: var(--chocolate);
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  display: flex;
}

._11-lower-text {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 60px;
  font-family: Exo, sans-serif;
  font-size: 3em;
  line-height: 40px;
  display: flex;
}

._11-answer {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-family: Exo, sans-serif;
  font-size: 4em;
  line-height: 40px;
  display: none;
}

.card-12 {
  cursor: pointer;
  background-color: #fff;
  background-image: linear-gradient(#00000040, #00000040), url('../images/qa-12.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 50px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 450px;
  display: flex;
}

._12-upper {
  background-color: var(--brown);
  object-fit: fill;
  border-radius: 50px 50px 0 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  display: flex;
}

._12-upper-text {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  font-family: Exo, sans-serif;
  font-size: 3em;
  line-height: 40px;
  display: flex;
}

._12-oder {
  background-color: var(--brown);
  color: #fff;
  text-align: center;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 15%;
  font-family: Exo, sans-serif;
  font-size: 3em;
  line-height: 0;
  display: flex;
  position: static;
  inset: 0%;
}

._12-lower {
  background-color: var(--brown);
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  display: flex;
}

._12-lower-text {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 60px;
  font-family: Exo, sans-serif;
  font-size: 3em;
  line-height: 40px;
  display: flex;
}

._12-answer {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-family: Exo, sans-serif;
  font-size: 4em;
  line-height: 40px;
  display: none;
}

.card-13 {
  cursor: pointer;
  background-color: #fff;
  background-image: url('../images/qa-13.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 450px;
  display: flex;
}

._13-upper {
  background-color: var(--dark-slate-blue);
  object-fit: fill;
  border-radius: 50px 50px 0 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  display: flex;
}

._13-upper-text {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  font-family: Exo, sans-serif;
  font-size: 3em;
  line-height: 40px;
  display: flex;
}

._13-oder {
  background-color: var(--dark-slate-blue);
  color: #fff;
  text-align: center;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 15%;
  font-family: Exo, sans-serif;
  font-size: 3em;
  line-height: 0;
  display: flex;
  position: static;
  inset: 0%;
}

._13-lower {
  background-color: var(--dark-slate-blue);
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  display: flex;
}

._13-lower-text {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 60px;
  font-family: Exo, sans-serif;
  font-size: 3em;
  line-height: 40px;
  display: flex;
}

._13-answer {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-family: Exo, sans-serif;
  font-size: 4em;
  line-height: 40px;
  display: none;
}

.card-14 {
  cursor: pointer;
  background-color: #fff;
  background-image: linear-gradient(#00000040, #00000040), url('../images/qa-14.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 50px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 450px;
  display: flex;
}

._14-upper {
  background-color: var(--saddle-brown);
  object-fit: fill;
  border-radius: 50px 50px 0 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  display: flex;
}

._14-upper-text {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  font-family: Exo, sans-serif;
  font-size: 3em;
  line-height: 40px;
  display: flex;
}

._14-oder {
  background-color: var(--saddle-brown);
  color: #fff;
  text-align: center;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 15%;
  font-family: Exo, sans-serif;
  font-size: 3em;
  line-height: 0;
  display: flex;
  position: static;
  inset: 0%;
}

._14-lower {
  background-color: var(--saddle-brown);
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  display: flex;
}

._14-lower-text {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 60px;
  font-family: Exo, sans-serif;
  font-size: 3em;
  line-height: 40px;
  display: flex;
}

._14-answer {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-family: Exo, sans-serif;
  font-size: 4em;
  line-height: 45px;
  display: none;
}

.card-15 {
  cursor: pointer;
  background-color: #fff;
  background-image: linear-gradient(#00000080, #00000080), url('../images/qa-15.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 50px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 450px;
  display: flex;
}

._15-upper {
  background-color: var(--dark-khaki);
  object-fit: fill;
  border-radius: 50px 50px 0 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  display: flex;
}

._15-upper-text {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  font-family: Exo, sans-serif;
  font-size: 3em;
  line-height: 40px;
  display: flex;
}

._15-oder {
  background-color: var(--dark-khaki);
  color: #fff;
  text-align: center;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 15%;
  font-family: Exo, sans-serif;
  font-size: 3em;
  line-height: 0;
  display: flex;
  position: static;
  inset: 0%;
}

._15-lower {
  background-color: var(--dark-khaki);
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  display: flex;
}

._15-lower-text {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 60px;
  font-family: Exo, sans-serif;
  font-size: 3em;
  line-height: 40px;
  display: flex;
}

._15-answer {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-family: Exo, sans-serif;
  font-size: 4em;
  line-height: 40px;
  display: none;
}

.card-16 {
  cursor: pointer;
  background-color: #fff;
  background-image: linear-gradient(#00000040, #00000040), url('../images/qa-16.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 50px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 450px;
  display: flex;
}

._16-upper {
  background-color: var(--medium-violet-red-2);
  object-fit: fill;
  border-radius: 50px 50px 0 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  display: flex;
}

._16-upper-text {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  font-family: Exo, sans-serif;
  font-size: 3em;
  line-height: 40px;
  display: flex;
}

._16-oder {
  background-color: var(--medium-violet-red-2);
  color: #fff;
  text-align: center;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 15%;
  font-family: Exo, sans-serif;
  font-size: 3em;
  line-height: 0;
  display: flex;
  position: static;
  inset: 0%;
}

._16-lower {
  background-color: var(--medium-violet-red-2);
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  display: flex;
}

._16-lower-text {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 60px;
  font-family: Exo, sans-serif;
  font-size: 3em;
  line-height: 40px;
  display: flex;
}

._16-answer {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-family: Exo, sans-serif;
  font-size: 4em;
  line-height: 40px;
  display: none;
}

.card-17 {
  cursor: pointer;
  background-color: #fff;
  background-image: linear-gradient(#00000040, #00000040), url('../images/qa-17.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 50px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 450px;
  display: flex;
}

._17-upper {
  background-color: var(--purple);
  object-fit: fill;
  border-radius: 50px 50px 0 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  display: flex;
}

._17-upper-text {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  font-family: Exo, sans-serif;
  font-size: 3em;
  line-height: 40px;
  display: flex;
}

._17-oder {
  background-color: var(--purple);
  color: #fff;
  text-align: center;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 15%;
  font-family: Exo, sans-serif;
  font-size: 3em;
  line-height: 0;
  display: flex;
  position: static;
  inset: 0%;
}

._17-lower {
  background-color: var(--purple);
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  display: flex;
}

._17-lower-text {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 60px;
  font-family: Exo, sans-serif;
  font-size: 3em;
  line-height: 40px;
  display: flex;
}

._17-answer {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-family: Exo, sans-serif;
  font-size: 4em;
  line-height: 50px;
  display: none;
}

.card-18 {
  cursor: pointer;
  background-color: #fff;
  background-image: linear-gradient(#00000080, #00000080), url('../images/qa-18.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 50px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 450px;
  display: flex;
}

._18-upper {
  background-color: var(--sienna);
  object-fit: fill;
  border-radius: 50px 50px 0 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  display: flex;
}

._18-upper-text {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  font-family: Exo, sans-serif;
  font-size: 3em;
  line-height: 40px;
  display: flex;
}

._18-oder {
  background-color: var(--sienna);
  color: #fff;
  text-align: center;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 15%;
  font-family: Exo, sans-serif;
  font-size: 3em;
  line-height: 0;
  display: flex;
  position: static;
  inset: 0%;
}

._18-lower {
  background-color: var(--sienna);
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  display: flex;
}

._18-lower-text {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 60px;
  font-family: Exo, sans-serif;
  font-size: 3em;
  line-height: 40px;
  display: flex;
}

._18-answer {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-family: Exo, sans-serif;
  font-size: 4em;
  line-height: 50px;
  display: none;
}

.memory-pager-01 {
  z-index: 10;
  justify-content: center;
  align-items: center;
  height: 75px;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.memory-but-01 {
  border: 0px none var(--midnight-blue);
  background-color: var(--midnight-blue);
  text-align: center;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  padding-bottom: 12px;
  padding-left: 20px;
  font-size: 60px;
  font-weight: 500;
  display: flex;
}

.memory-but-01:hover {
  background-color: var(--sambesi);
}

.memory-but-02 {
  border: 0px none var(--midnight-blue);
  background-color: var(--midnight-blue);
  text-align: center;
  border-radius: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  padding-bottom: 12px;
  padding-right: 20px;
  font-size: 60px;
  font-weight: 500;
  line-height: 60px;
  text-decoration: none;
  display: flex;
}

.memory-but-02:hover {
  background-color: var(--sambesi);
}

.memory-pager-02 {
  z-index: 10;
  justify-content: center;
  align-items: center;
  height: 75px;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.kontakt-title {
  color: var(--light-blue);
  text-align: left;
  letter-spacing: 1.2px;
  width: 100%;
  margin-top: 80px;
  margin-bottom: 40px;
  padding-left: 5vw;
  padding-right: 5vw;
  font-size: 60px;
  font-weight: 100;
  line-height: 60px;
}

.div-block-268 {
  height: 500px;
}

.newsposts-title {
  color: var(--white);
  text-align: left;
  letter-spacing: .3em;
  width: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 55px;
}

.jg-kon-wrap {
  border: 3px none var(--pale-turquoise);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-bottom: 31px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.select-field {
  background-color: var(--light-blue);
  border-radius: 0;
  width: 85%;
  height: 50px;
  margin: 26px auto 26px 5vw;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 400;
}

.contact-form-wrap {
  border: 3px none var(--white);
  background-color: var(--zambezi);
  outline-offset: 4px;
  border-radius: 25px;
  outline: 2px #333;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 80%;
  max-width: 900px;
  height: auto;
  min-height: auto;
  margin-top: 100px;
  margin-bottom: 100px;
  padding-top: 0;
  display: flex;
}

.kontakt-form-block {
  text-align: right;
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin-bottom: 0;
  display: block;
}

.kontakt-form {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-left: 0;
  display: flex;
}

.kont-header-text-wrap {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding-bottom: 60px;
  display: flex;
}

.jg-np-field-area {
  border-top: 1px solid var(--midnight-blue);
  border-right: 1px solid var(--midnight-blue);
  border-left: 1px solid var(--midnight-blue);
  background-color: var(--white);
  color: var(--dim-grey);
  text-align: left;
  letter-spacing: 1.2px;
  border-radius: 25px;
  width: 100%;
  height: 400px;
  min-height: 200px;
  max-height: 500px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 5vw;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  overflow: visible;
}

.jg-np-field-area.bottom {
  border-top-color: var(--white);
  border-right-color: var(--white);
  border-left-color: var(--white);
  border-radius: 20px;
}

.jg-kontakt-success {
  color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 99.9995%;
  margin-top: 79px;
  padding-left: 44px;
  padding-right: 44px;
  font-size: 24px;
  font-weight: 300;
  line-height: 45px;
  display: flex;
}

.cont-submit-button {
  border: 6px solid var(--white);
  background-color: var(--petrol);
  outline-color: var(--white);
  outline-offset: 0px;
  color: var(--midnight-blue);
  text-align: center;
  letter-spacing: 1.2px;
  border-radius: 100%;
  outline-width: 0;
  outline-style: none;
  width: 120px;
  height: 120px;
  margin-top: 60px;
  margin-bottom: 50px;
  font-size: 18px;
  font-weight: 500;
}

.cont-submit-button:hover {
  background-color: var(--tomato);
  color: var(--white);
}

.insta-posts-background-video {
  z-index: 1;
  object-fit: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
  inset: 0%;
  overflow: visible;
}

.con-suc-but {
  text-align: center;
  justify-content: flex-end;
  align-items: center;
  width: 75px;
  height: 75px;
  display: block;
}

.con-suc-but:hover {
  transform: scale(1.2);
}

.div-block-269 {
  justify-content: center;
  margin-top: 64px;
  display: flex;
}

.kontakt-herding {
  color: #fff3;
  text-align: center;
  width: 100vw;
  height: auto;
  margin-top: 0;
  margin-bottom: 3%;
  font-size: 10rem;
  font-weight: 500;
  line-height: 100%;
  position: static;
  inset: 0%;
}

._01-pop {
  z-index: 110;
  background-color: var(--medium-turquoise);
  object-fit: fill;
  border-radius: 125px;
  flex-direction: column;
  justify-content: flex-start;
  width: 250px;
  height: 500px;
  min-height: 500px;
  padding-top: 60px;
  display: none;
  position: relative;
  overflow: visible;
}

._02-pop {
  z-index: 99;
  background-color: var(--light-blue);
  object-fit: fill;
  border-radius: 125px;
  flex-direction: column;
  justify-content: flex-start;
  width: 250px;
  height: 500px;
  min-height: 500px;
  padding-top: 60px;
  display: none;
  position: relative;
  overflow: visible;
}

._03-pop {
  z-index: 97;
  background-color: var(--medium-turquoise);
  border-radius: 125px;
  flex-direction: column;
  justify-content: flex-start;
  width: 250px;
  height: 500px;
  min-height: 500px;
  padding-top: 60px;
  display: none;
  position: relative;
}

.radisson-logo {
  width: 40%;
  min-width: auto;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-bottom: 60px;
}

.submenu-06-erfolge {
  color: #0000;
  object-fit: fill;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 50vw;
  height: 100vh;
  min-height: 100px;
  padding-left: 62px;
  display: none;
  position: absolute;
  inset: 0%;
}

.h2-milestones {
  background-color: var(--white);
  outline-color: var(--cornflower-blue);
  outline-offset: 0px;
  color: var(--sambesi);
  text-align: center;
  outline-width: 3px;
  outline-style: solid;
  justify-content: center;
  align-items: center;
  width: 350px;
  min-width: 300px;
  height: 75px;
  font-family: Exo, sans-serif;
  font-size: 3.5em;
  font-weight: 600;
  line-height: 40px;
  display: flex;
}

.year-wrapper-milestones {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 200px;
  margin-bottom: 60px;
  display: flex;
}

.jg-steckbrief {
  margin-top: 60px;
  margin-left: 5%;
  margin-right: 5%;
}

.steckbrief-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 0;
  margin-bottom: 88px;
}

.steckbrief-cell {
  align-items: center;
  height: 100px;
  display: flex;
}

.image-2031 {
  width: 50px;
  height: 50px;
  margin-left: 29px;
  margin-right: 29px;
}

.text-block-50 {
  color: var(--midnight-blue);
  font-size: 20px;
  font-weight: 500;
}

.div-block-271 {
  flex-direction: column;
  height: 100%;
  padding-top: 18px;
  display: flex;
}

.steckbrief-oberzeile {
  color: var(--midnight-blue);
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 300;
}

.steckbrief-txt-small {
  color: var(--midnight-blue);
  font-size: 14px;
  font-weight: 500;
}

._01-text-copy {
  z-index: 10;
  text-align: left;
  z-index: 10;
  text-align: left;
  inset: auto 0% 0%;
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  height: 270px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  font-family: Exo, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.sec-markenbotschaft {
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 200px;
  display: flex;
}

.sec-swiss-olympic {
  background-color: var(--transparent);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  margin-top: 0;
  padding: 20px 10vw 0;
  display: flex;
}

.div-block-272 {
  flex-direction: column;
  display: flex;
}

.so-text-wrap {
  border: 0 #000;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  padding: 10px 40px;
  display: flex;
}

.so-title {
  color: #0e121c;
  letter-spacing: 0;
  flex: 0 auto;
  order: -1;
  align-self: flex-start;
  width: 80%;
  height: auto;
  margin-top: 0;
  margin-bottom: 20px;
  padding-right: 0;
  font-family: Exo, sans-serif;
  font-size: 3vw;
  font-weight: 300;
  line-height: 4vw;
}

.paragraph-large-so {
  color: var(--dim-grey);
  text-align: left;
  flex: 0 auto;
  align-self: flex-start;
  width: auto;
  height: auto;
  padding-top: 0;
  font-family: Exo, sans-serif;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 24px;
}

.image-2032 {
  width: 66%;
  margin-top: 26px;
  display: block;
}

.h36 {
  color: var(--dim-grey);
  width: 90%;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 36px;
  line-height: 30px;
}

.so-01-wrap {
  width: 90%;
  padding-top: 50px;
  padding-bottom: 0;
  display: flex;
}

.so-02-wrap {
  width: 100vw;
  padding: 0 5vw;
  display: flex;
}

.h-zt {
  color: var(--dim-grey);
  margin-top: 37px;
  margin-bottom: 37px;
  font-size: 2em;
  line-height: 30px;
}

.so-text-wrap-100-wide {
  border: 25px solid var(--white);
  border-radius: 50px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  padding: 10px 74px 10px 20px;
  display: flex;
}

._04-pop {
  z-index: 95;
  background-color: var(--light-steel-blue-2);
  object-fit: fill;
  border-radius: 125px;
  flex-direction: column;
  justify-content: flex-start;
  width: 250px;
  height: 500px;
  min-height: 500px;
  padding-top: 60px;
  display: none;
  position: relative;
  overflow: visible;
}

._01-text-copy {
  z-index: 10;
  text-align: left;
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  height: 270px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  font-family: Exo, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  display: block;
  position: static;
  inset: auto 0% 0%;
}

._06-pop {
  z-index: 91;
  background-color: var(--pale-turquoise);
  border-radius: 125px;
  flex-direction: column;
  width: 250px;
  height: 500px;
  min-height: 500px;
  padding-top: 60px;
  display: none;
  position: relative;
  overflow: visible;
}

._05-pop {
  z-index: 93;
  background-color: #cfeee8;
  border-radius: 125px;
  flex-direction: column;
  width: 250px;
  height: 750px;
  min-height: 500px;
  padding-top: 60px;
  display: none;
  position: relative;
}

._09-pop {
  z-index: 85;
  background-color: var(--pale-turquoise);
  border-radius: 125px;
  width: 250px;
  height: 500px;
  min-height: 500px;
  padding-top: 60px;
  display: none;
  position: relative;
}

._08-pop {
  z-index: 87;
  background-color: var(--light-steel-blue-2);
  border-radius: 125px;
  flex-direction: column;
  width: 250px;
  height: 500px;
  min-height: 500px;
  padding-top: 60px;
  display: none;
  position: relative;
}

._02-pop-copy {
  z-index: 101;
  background-color: var(--light-blue);
  object-fit: fill;
  border-radius: 125px;
  flex-direction: column;
  justify-content: flex-start;
  width: 250px;
  height: 500px;
  min-height: 500px;
  padding-top: 60px;
  display: flex;
  position: relative;
  overflow: visible;
}

._07-pop {
  z-index: 89;
  background-color: var(--light-blue);
  object-fit: fill;
  border-radius: 125px;
  flex-direction: column;
  justify-content: flex-start;
  width: 250px;
  height: 500px;
  min-height: 500px;
  padding-top: 60px;
  display: none;
  position: relative;
  overflow: visible;
}

.scroll-animate-1 {
  background-color: var(--light-blue);
  width: 6px;
  height: 105%;
  position: absolute;
  bottom: 0;
}

.content-wrap-2019 {
  justify-content: flex-end;
  width: 45%;
  display: block;
}

.step-block-2019 {
  flex-wrap: nowrap;
  place-content: center space-around;
  align-items: center;
  width: 95vw;
  min-width: auto;
  max-width: 1000px;
  height: 90vh;
  min-height: 70vh;
  margin-top: -1px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.content-wrap-2017 {
  justify-content: flex-end;
  width: 45%;
  display: block;
}

.step-2018 {
  z-index: 2;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 12% 5%;
  display: flex;
  position: relative;
}

.step-block-2018 {
  flex-wrap: nowrap;
  place-content: center space-around;
  align-items: center;
  width: 95vw;
  min-width: auto;
  max-width: 1000px;
  height: auto;
  min-height: auto;
  margin-top: -1px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.step-block-2017, .step-block-2016, .step-block-2021, .step-block-2020 {
  flex-wrap: nowrap;
  place-content: center space-around;
  align-items: center;
  width: 95vw;
  min-width: auto;
  max-width: 1000px;
  height: 90vh;
  min-height: 70vh;
  margin-top: -1px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.scroll-animate-70vh {
  object-fit: fill;
  background-color: #2e87cb;
  border: 1px #000;
  width: 6px;
  height: 100%;
  min-height: auto;
  display: block;
  position: absolute;
  inset: 0%;
}

.step-content-block-2018 {
  text-align: left;
  align-self: center;
  width: 100%;
  position: relative;
}

.video-control-jeannine {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  height: 50%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.zt-heading-long {
  color: #fff3;
  text-align: center;
  width: 100vw;
  margin-top: 0;
  margin-bottom: 3%;
  font-size: 9rem;
  font-weight: 500;
  line-height: 100%;
  position: static;
  inset: 0%;
}

.scroll-base-1 {
  transform-origin: 50% 0;
  background-color: #eeeff4;
  width: 6px;
  height: 70%;
  position: static;
  inset: auto 0% 0%;
}

.zt-heading-medium {
  color: #fff3;
  text-align: center;
  width: 100vw;
  margin-top: 0;
  margin-bottom: 0%;
  font-size: 10rem;
  font-weight: 500;
  line-height: 100%;
  position: static;
  inset: 0%;
}

.zwischentitel-medium {
  background-color: var(--cornflower-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 25vh;
  display: flex;
}

.zwischentitel-medium.bg-beige {
  background-color: var(--cornflower-blue);
  height: 15vh;
}

.zwischentitel-medium.title {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 30vh;
}

.zwischentitel-long {
  background-color: var(--cornflower-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 25vh;
  min-height: 250px;
  display: flex;
}

.zwischentitel-long.bg-beige {
  background-color: var(--cornflower-blue);
  height: 15vh;
}

.zwischentitel-long.title {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 30vh;
}

.zt-heading-superlong {
  color: #fff3;
  text-align: center;
  width: 100vw;
  margin-top: 0;
  margin-bottom: 0%;
  font-size: 9rem;
  font-weight: 500;
  line-height: 100%;
  position: static;
  inset: 0%;
}

.slider__h1-t1 {
  margin-top: 0;
  margin-bottom: 50px;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.zt-heading-2-zeilig {
  color: #fff3;
  text-align: center;
  width: 100vw;
  margin-top: 0;
  margin-bottom: 0%;
  padding-left: 5%;
  padding-right: 5%;
  font-size: 9rem;
  font-weight: 500;
  line-height: 1em;
  position: static;
  inset: 0%;
}

.zt-heading-ultralong {
  color: #fff3;
  text-align: center;
  width: 100vw;
  margin-top: 0;
  margin-bottom: 3%;
  font-size: 7rem;
  font-weight: 500;
  line-height: 100%;
  position: static;
  inset: 0%;
}

.markenbotschafterin-img-wrap {
  width: 90vw;
  min-width: auto;
  max-width: 1200px;
  display: flex;
}

.div-block-273 {
  background-image: url('../images/ok-markenbotschafterin.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50px;
  width: 50%;
}

.zt-heading-hauptpartner {
  color: #fff3;
  text-align: center;
  width: 100vw;
  margin-top: 0;
  margin-bottom: 0%;
  font-size: 10rem;
  font-weight: 500;
  line-height: 100%;
  position: static;
  inset: 0%;
}

.new-okb-sec {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  object-fit: contain;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: auto;
  min-height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
  overflow: auto;
}

.okb-grid-desk {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: contain;
  grid-template-rows: auto auto auto;
  grid-template-columns: .5fr .5fr 1fr;
  align-items: stretch;
  width: 85%;
  position: relative;
}

.new-kibag-sec {
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.kibag-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: contain;
  grid-template-rows: auto auto auto;
  grid-template-columns: .5fr .5fr 1fr;
  width: 85%;
  min-height: 1000px;
  margin-top: 0;
  position: relative;
}

.kibag-grid.dummy {
  margin-top: 50px;
  display: none;
}

.okb-text-wrapper-copy, .kibag-text {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.kibag-header-vid-1 {
  z-index: 2;
  object-fit: fill;
  background-color: #0000;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  position: relative;
  inset: 0% 0% 0;
  overflow: visible;
}

.new-steiner-sec {
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.mail-link-small {
  color: var(--midnight-blue);
  margin-top: 60px;
  padding-bottom: 0;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
}

.mail-link-small.white {
  color: var(--white);
  font-weight: 300;
}

.impressum-sec {
  flex-direction: column;
  justify-content: center;
  width: 100vw;
  height: 25vh;
  display: flex;
}

.impressum-sec.bg-beige {
  background-color: var(--white);
  height: 15vh;
}

.impressum-sec.title {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 30vh;
}

.div-block-274 {
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.impressum-title {
  color: var(--white);
  text-align: left;
  letter-spacing: 1.2px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 56px 5vw;
  font-size: 60px;
  font-weight: 100;
  line-height: 60px;
}

.body-2 {
  background-color: var(--zambezi);
}

.text-span-3 {
  font-weight: 400;
}

.imp-zt {
  color: var(--white);
  text-align: left;
  letter-spacing: 1.2px;
  width: 100%;
  padding-bottom: 30px;
  padding-left: 5vw;
  padding-right: 10vw;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
}

.mb-top-wrap {
  border: 25px solid var(--zambezi);
  border-radius: 50px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  padding: 75px 40px 60px;
  display: flex;
}

.text-span-4 {
  font-weight: 500;
}

.steiner-logo {
  width: 65%;
  margin-bottom: 60px;
  padding-top: 0;
  padding-bottom: 0;
}

.steiner-text {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 60px;
  display: flex;
}

.heading-right-small-copy {
  color: #474a57;
  width: 60%;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 45px;
  display: flex;
}

.banner-header-80 {
  color: #0e121c;
  letter-spacing: 0;
  flex: 0 auto;
  order: -1;
  align-self: flex-start;
  width: 80%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 0;
  font-family: Exo, sans-serif;
  font-size: 3vw;
  font-weight: 300;
  line-height: 4vw;
}

.banner-header-80.kibag {
  width: 100%;
}

.back-to-top-link {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 50px;
  margin-bottom: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.lottie-animation-5 {
  background-color: var(--midnight-blue);
  border-radius: 100%;
  width: 100px;
  height: 100px;
  margin-bottom: 18px;
}

.top-of-page-empty-div {
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.html-embed-9 {
  width: 100px;
  height: 0;
}

.top {
  z-index: 999;
  cursor: pointer;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 125px;
  height: 125px;
  margin-bottom: 0;
  margin-right: 35px;
  padding-top: 20px;
  display: flex;
  position: static;
  inset: auto 0% 0% auto;
}

.toppage {
  cursor: pointer;
  background-color: #ffffff59;
  border-radius: 100%;
  width: 75px;
  height: 75px;
}

.html-embed-10 {
  background-color: var(--dark-khaki);
  width: 100px;
  height: 100px;
  position: absolute;
  inset: 0%;
}

.blurbg {
  z-index: -100;
  background-color: #ffffff1a;
  border: 2px solid #fff3;
  border-radius: 8px;
  width: 500px;
  height: 300px;
  position: absolute;
  transform: rotate(0);
}

.overlay {
  z-index: -1000;
  background-image: url('../images/Bildschirmfoto-2022-03-28-um-16.09.10.png'), radial-gradient(circle, #fff0 50%, #0006);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  width: 100vw;
  height: 230vh;
  display: block;
  position: absolute;
  inset: 0%;
}

.avatarwrapper-12 {
  z-index: 100;
  cursor: pointer;
  background-image: url('../images/12.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  align-self: center;
  width: 300px;
  height: 165px;
  margin-top: 32px;
  position: absolute;
  inset: 37% 0% 0% 13%;
  transform: none;
  box-shadow: 0 8px 16px #0006;
}

.contentwrapper {
  z-index: 0;
  perspective: 1200px;
  background-color: #fff;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: perspective(1200px);
}

.avatarwrapper-11 {
  z-index: 100;
  cursor: pointer;
  background-image: url('../images/11.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  align-self: center;
  width: 300px;
  height: 165px;
  margin-top: 32px;
  position: absolute;
  inset: 37% 0% 0% 13%;
  transform: none;
  box-shadow: 0 8px 16px #0006;
}

.centeredcontent {
  perspective: 1200px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  transform: perspective(1200px);
}

.btn {
  background-color: var(--dim-grey);
  cursor: pointer;
  border-bottom-right-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 72px;
  padding-top: 47px;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  display: flex;
}

.paragraph-5 {
  color: #444545;
  cursor: default;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 150%;
}

.image-2033 {
  object-fit: contain;
  width: 20px;
}

.heading-17 {
  color: #151515;
  cursor: default;
  margin-top: 9px;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}

.avatarwrapper-02 {
  z-index: 100;
  cursor: pointer;
  background-image: url('../images/02.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  align-self: center;
  width: 300px;
  height: 165px;
  margin-top: 32px;
  position: absolute;
  inset: 37% 0% 0% 13%;
  transform: none;
  box-shadow: 0 8px 16px #0006;
}

.textwrapper {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  margin-left: 20px;
  padding-left: 0;
  padding-right: 24px;
  display: flex;
}

.avatarwrapper-09 {
  z-index: 100;
  cursor: pointer;
  background-image: url('../images/09.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  align-self: center;
  width: 300px;
  height: 165px;
  margin-top: 32px;
  position: absolute;
  inset: 37% 0% 0% 13%;
  transform: none;
  box-shadow: 0 8px 16px #0006;
}

.avatarwrapper-08 {
  z-index: 100;
  cursor: pointer;
  background-image: url('../images/08.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  align-self: center;
  width: 300px;
  height: 165px;
  margin-top: 32px;
  position: absolute;
  inset: 37% 0% 0% 13%;
  transform: none;
  box-shadow: 0 8px 16px #0006;
}

.avatarwrapper-010 {
  z-index: 100;
  cursor: pointer;
  background-image: url('../images/10.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  align-self: center;
  width: 300px;
  height: 165px;
  margin-top: 32px;
  position: absolute;
  inset: 37% 0% 0% 13%;
  transform: none;
  box-shadow: 0 8px 16px #0006;
}

.innercontent {
  perspective: 1200px;
  cursor: pointer;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 0;
  padding-top: 16px;
  padding-left: 0;
  display: flex;
  transform: perspective(1200px);
}

.glasscard {
  perspective: 1200px;
  border-radius: 8px;
  justify-content: center;
  align-items: stretch;
  width: 400px;
  min-width: 350px;
  height: 400px;
  display: flex;
  position: relative;
  overflow: visible;
  transform: perspective(1200px);
  box-shadow: 0 5px 14px #0006;
}

.avatarwrapper-06 {
  z-index: 100;
  cursor: pointer;
  background-image: url('../images/07.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  align-self: center;
  width: 300px;
  height: 165px;
  margin-top: 32px;
  position: absolute;
  inset: 37% 0% 0% 13%;
  transform: none;
  box-shadow: 0 8px 16px #0006;
}

.avatarwrapper-04 {
  z-index: 100;
  cursor: pointer;
  background-image: url('../images/04.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  align-self: center;
  width: 300px;
  height: 165px;
  margin-top: 32px;
  position: absolute;
  inset: 37% 0% 0% 13%;
  transform: none;
  box-shadow: 0 8px 16px #0006;
}

.avatarwrapper-05 {
  z-index: 100;
  cursor: pointer;
  background-image: url('../images/06.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  align-self: center;
  width: 300px;
  height: 165px;
  margin-top: 32px;
  position: absolute;
  inset: 37% 0% 0% 13%;
  transform: none;
  box-shadow: 0 8px 16px #0006;
}

.avatarwrapper-01 {
  z-index: 100;
  cursor: pointer;
  background-image: url('../images/01.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  align-self: center;
  width: 300px;
  height: 165px;
  margin-top: 32px;
  margin-left: 0;
  position: absolute;
  inset: 37% 0% 0% 13%;
  transform: none;
  box-shadow: 0 8px 16px #0006;
}

.video-grid {
  grid-column-gap: 8px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  max-width: none;
  margin-top: 60px;
  padding-left: 0;
  padding-right: 0;
}

.avatarwrapper-03 {
  z-index: 100;
  cursor: pointer;
  background-image: url('../images/03.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  align-self: center;
  width: 300px;
  height: 165px;
  margin-top: 32px;
  margin-left: 0;
  position: absolute;
  inset: 37% 0% 0% 13%;
  transform: none;
  box-shadow: 0 8px 16px #0006;
}

.avatarwrapper-13 {
  z-index: 100;
  cursor: pointer;
  background-image: url('../images/13.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  align-self: center;
  width: 300px;
  height: 165px;
  margin-top: 32px;
  position: absolute;
  inset: 37% 0% 0% 13%;
  transform: none;
  box-shadow: 0 8px 16px #0006;
}

.gmelin-play-srf-wrap {
  cursor: pointer;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 200px;
  margin-top: 60px;
  margin-bottom: 22px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 300;
  text-decoration: none;
  display: flex;
}

.image-2034 {
  width: 150px;
  height: auto;
}

.textlink-small-white {
  background-color: var(--sky-blue);
  color: #fff;
  text-align: center;
  border-radius: 30px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 60px;
  padding: 21px 50px;
  font-size: 20px;
  font-weight: 300;
  line-height: 14px;
  display: flex;
}

.textlink-small-white:hover {
  color: #fff;
  background-color: #183047;
}

.body-video-grid {
  background-color: var(--transparent);
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: auto;
  display: flex;
}

.div-block-275 {
  background-color: var(--medium-violet-red-2);
  width: 100px;
  height: 100px;
}

.blue-top-of-page-sec {
  background-color: var(--transparent);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 125px;
  display: flex;
  position: relative;
}

.toppage-blue {
  background-color: var(--transparent);
  border-radius: 100%;
  width: 100%;
  height: 100%;
}

.zt-heading-ultralong-8rem {
  color: #fff3;
  text-align: center;
  width: 100vw;
  margin-top: 0;
  margin-bottom: 0%;
  font-size: 8rem;
  font-weight: 500;
  line-height: 100px;
  position: static;
  inset: 0%;
}

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

.blue-top-of-page-sec-partner {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 125px;
  display: flex;
  position: relative;
}

.partner-col-left-3-topnotch {
  background-color: #fff;
  border-top-left-radius: 60px;
  border-bottom-left-radius: 60px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-left: 3vw;
  padding-right: 60px;
  display: flex;
  top: 0;
}

.jg-milesotnes {
  border: 6px solid var(--cornflower-blue);
  background-image: url('../images/milestones.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 22vw;
  height: 22vw;
  padding-bottom: 10px;
  display: flex;
}

.year-wrapper-milestones-top {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 200px;
  margin-bottom: 0;
  display: flex;
}

.mail-link-copy {
  color: var(--midnight-blue);
  margin-top: auto;
  padding-bottom: 0;
  font-size: 1.5vw;
  font-weight: 600;
  text-decoration: none;
}

.mail-link-copy.white {
  color: var(--deep-sky-blue);
  font-size: 1vw;
  font-weight: 100;
}

.url-link {
  color: var(--midnight-blue);
  margin-top: 60px;
  padding-bottom: 0;
  font-size: 1.5vw;
  font-weight: 600;
  text-decoration: none;
}

.url-link.white {
  color: var(--deep-sky-blue);
  font-size: 1vw;
  font-weight: 100;
}

.radisson-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  width: 85vw;
  min-height: 800px;
}

.div-radisson-img-caption {
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.radisson-caption {
  margin-top: 10px;
  font-size: 12px;
}

.steiner-left-text-wrap {
  flex-direction: column;
  justify-content: flex-start;
  height: 100vh;
  padding-right: 10%;
  display: flex;
}

.banner-header-60px {
  color: #0e121c;
  text-align: center;
  letter-spacing: 0;
  flex: 0 auto;
  order: -1;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 80%;
  height: 30px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-right: 0;
  font-family: Exo, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 2.5vw;
  display: block;
}

.banner-header-60px.sfa {
  height: 60px;
}

.div-block-284 {
  justify-content: center;
  display: flex;
}

.hero-vid-sec {
  object-fit: cover;
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 80vh;
  margin-top: -10vh;
  padding-top: 0;
  display: flex;
  position: relative;
}

.insta-sec {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  min-height: auto;
  margin-top: 40px;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.div-block-285 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.html-embed-11 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-top: 100px;
  margin-bottom: 100px;
  padding-top: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.body--oly {
  justify-content: center;
  align-items: center;
  display: flex;
}

.html-embed-12 {
  width: 80vw;
  max-width: 999px;
  height: 50vh;
}

.paris2024-herding {
  color: #fff3;
  text-align: center;
  width: 100vw;
  height: auto;
  margin-top: 0;
  margin-bottom: 3%;
  font-size: 9rem;
  font-weight: 500;
  line-height: 100%;
  position: static;
  inset: 0%;
}

.countdown-sec {
  width: 100vw;
  height: auto;
  min-height: 400px;
}

.countdown-outer {
  background-color: var(--midnight-blue-2);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 400px;
  display: flex;
}

.text-block-52 {
  margin-bottom: 21px;
}

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

.countdown-block {
  background-color: var(--sambesi);
  color: #fff;
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 120px;
  margin: 5px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: inline-block;
}

.countdown-time {
  font-size: 50px;
  line-height: 50px;
}

.sportarten-sec {
  opacity: .66;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: auto;
  min-height: 140vh;
  padding-top: 76px;
  display: flex;
}

.paris-disziplinen {
  color: #ffffff2b;
  text-align: center;
  width: 100vw;
  margin-top: 0;
  margin-bottom: 0%;
  font-size: 10rem;
  font-weight: 500;
  line-height: 100%;
  position: static;
  inset: 0%;
}

.sportarten-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 75vw;
  max-width: 999px;
  margin-top: 75px;
  display: none;
}

.sportarten-div {
  opacity: .65;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sportarten-div:hover {
  opacity: 1;
  filter: blur();
  mix-blend-mode: normal;
}

.text-block-53 {
  text-align: center;
  font-weight: 500;
}

.icon-caption {
  color: var(--black);
  text-transform: none;
  font-weight: 500;
  text-decoration: none;
}

.image-2035 {
  opacity: 1;
  cursor: pointer;
  background-color: #0000;
}

.image-2035:hover {
  opacity: 1;
}

.oly-lead {
  border-bottom: 3px none var(--dark-turquoise);
  color: var(--black);
  text-align: left;
  letter-spacing: 0;
  background-color: #0000;
  width: 100%;
  max-width: 999px;
  margin-top: 0;
  margin-bottom: 26px;
  padding-bottom: 0;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 32px;
}

.div-block-286 {
  width: 100%;
  max-width: 999px;
  margin-top: 93px;
}

.video-4 {
  max-width: 100%;
  margin-bottom: auto;
}

.video-5 {
  max-width: 1440px;
}

.maindroptog {
  border: 1px #000;
  width: 280px;
  transition: all .35s ease-in-out;
}

.maindroptog:hover, .maindroptog.w--open {
  color: #fff;
  background-color: #000;
}

.maindropwrap {
  background-color: #fff;
  width: 280px;
}

.maindroplink {
  background-color: #fff;
  border-bottom: 1px solid #00000040;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: all .35s ease-in-out;
}

.maindroplink:hover {
  color: #fff;
  background-color: #000;
}

.subdroplink {
  background-color: #fff;
  border-bottom: 1px solid #00000040;
  padding-left: 40px;
  transition: all .35s ease-in-out;
}

.subdroplink:hover {
  color: #fff;
  background-color: #000;
}

.subdroplist.w--open {
  position: relative;
}

.maindroplist.w--open {
  border: 1px solid #000;
  border-top-style: none;
  width: 280px;
  position: relative;
}

.subdroptog {
  background-color: #fff;
  border: 1px #000;
  border-top-color: #00000040;
  border-bottom: 1px solid #00000040;
  transition: all .35s ease-in-out;
  display: block;
}

.subdroptog:hover, .subdroptog.w--open {
  color: #fff;
  background-color: #000;
}

.subdroptog.noborder {
  border-bottom-style: none;
}

.subdroptog.noborder.w--open {
  border-bottom-style: solid;
}

.subdropwrap {
  display: block;
}

.text-block-54 {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
}

.mobile-nav-main-menu-entry {
  font-size: 18px;
}

.mobile-nav-sub-menu-entry {
  color: var(--white);
  font-size: 18px;
  font-weight: 500;
}

.brand--mobile {
  width: 150px;
}

.mobile-navbar {
  flex-direction: column;
  height: 150px;
  display: none;
}

.mob-nav-upper-right-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 150px;
  height: 175px;
  display: flex;
}

.mob-wg-element {
  color: #f4f0e3;
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: auto;
  margin-top: 14px;
  font-size: 1.5vw;
  transition: background-color .2s;
  display: flex;
  position: relative;
  inset: 0% 0% auto auto;
}

.mob-wg-element:hover {
  background-color: #0000;
}

.mobile-nav-dropdown-menu-entry, .mobile-nav-dropdown {
  font-size: 18px;
}

.textlink-medium {
  background-color: var(--cornflower-blue);
  color: var(--black);
  text-align: center;
  border-radius: 30px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 300;
  line-height: 14px;
  display: flex;
}

.textlink-medium:hover {
  background-color: var(--midnight-blue);
  color: var(--white);
}

.partner-divider-section-25 {
  flex-direction: column;
  justify-content: center;
  width: 100vw;
  height: 25vh;
  display: flex;
}

.partner-divider-section-25.bg-beige {
  background-color: var(--white);
  height: 15vh;
}

.partner-divider-section-25.title {
  z-index: auto;
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 35vh;
  min-height: 275px;
  display: flex;
  position: relative;
}

.heading-medienberichte-copy {
  z-index: 20;
  color: #ffffff2b;
  text-align: center;
  width: 100vw;
  margin-top: 0;
  margin-bottom: 3%;
  font-size: 8rem;
  font-weight: 500;
  line-height: 100%;
  position: relative;
  inset: 0%;
}

.background-video-25 {
  z-index: auto;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: none;
  height: 100%;
  margin-top: 0;
  padding-bottom: 0;
  display: flex;
}

.zwischentitel-fotofinish {
  background-color: var(--cornflower-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 25vh;
  display: flex;
}

.zwischentitel-fotofinish.bg-beige {
  background-color: var(--cornflower-blue);
  height: 15vh;
}

.zwischentitel-fotofinish.title {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 30vh;
}

.year-block-mob {
  text-align: right;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  width: 45%;
  font-family: Exo, sans-serif;
  font-size: 44px;
  display: flex;
}

.content-wrap-stretch {
  justify-content: flex-end;
  width: 45%;
  display: flex;
}

.step-block-right-stretch {
  flex-wrap: nowrap;
  place-content: center space-around;
  align-items: center;
  min-height: 80vh;
  margin-top: -1px;
  display: flex;
  position: relative;
}

.background-video-center {
  z-index: auto;
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  max-width: none;
  height: 100%;
  margin-top: 0;
  padding-bottom: 0;
  display: flex;
}

.zwischentitel-home-copy {
  background-color: var(--cornflower-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 25vh;
  min-height: 250px;
  display: none;
}

.zwischentitel-home-copy.bg-beige {
  background-color: var(--cornflower-blue);
  height: 15vh;
}

.zwischentitel-home-copy.title {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 30vh;
}

.background-video-25-center {
  z-index: auto;
  text-align: center;
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: none;
  height: 100%;
  min-height: 200px;
  margin-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.step-2-100-vh {
  z-index: 2;
  background-color: #ffffffbf;
  border-radius: 25%;
  align-items: center;
  height: 100%;
  padding: 12%;
  display: flex;
  position: relative;
}

.step-2-100-vh.last {
  height: 70em;
}

.step-content-block-90vh {
  text-align: left;
  align-self: center;
  height: 100%;
  position: relative;
}

.step-2-75-vh {
  z-index: 2;
  background-color: #ffffffbf;
  border-radius: 25%;
  align-items: center;
  height: 50em;
  padding: 12%;
  display: flex;
  position: relative;
}

.step-2-75-vh.last {
  height: 70em;
}

.step-2-90vh {
  z-index: 2;
  background-color: #ffffffbf;
  border-radius: 25%;
  align-items: center;
  height: 100%;
  padding: 12%;
  display: flex;
  position: relative;
}

.step-2-90vh.last {
  height: 70em;
}

.por-video-left-100vh {
  text-align: right;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 45%;
  height: auto;
  font-family: Exo, sans-serif;
  font-size: 44px;
  display: flex;
}

.tab-pane-tab-1 {
  border: 1px #000;
  width: 100%;
  padding: 40px 60px 60px;
}

.tabs-menu-3 {
  width: 100%;
  height: 70px;
  line-height: 30px;
}

.zt-heading-ultralong-6rem {
  color: #fff3;
  text-align: center;
  width: 100vw;
  margin-top: 0;
  margin-bottom: 0%;
  font-size: 8rem;
  font-weight: 500;
  line-height: 100px;
  position: static;
  inset: 0%;
}

.step-block-2022 {
  flex-wrap: nowrap;
  place-content: center space-around;
  align-items: center;
  width: 95vw;
  min-width: auto;
  max-width: 1000px;
  height: 60vh;
  min-height: 60vh;
  margin-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.label-2 {
  color: #006cd0;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Exo, sans-serif;
  font-weight: 400;
}

.heading-start-2 {
  color: #474a57;
  width: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 45px;
  display: flex;
}

.paragraph-6 {
  color: #8c8f97;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.7;
}

.step-block-2023 {
  background-image: url('../images/m2-left.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 75%;
  flex-wrap: nowrap;
  place-content: center space-around;
  align-items: center;
  min-height: 80vh;
  margin-top: -1px;
  display: flex;
  position: relative;
}

.content-wrap-2020 {
  justify-content: flex-end;
  width: 45%;
  display: flex;
}

.step-2019 {
  z-index: 2;
  background-color: #ffffff4d;
  border-radius: 20% 0 20px;
  align-items: center;
  height: 50em;
  padding: 12% 12% 12% 17%;
  display: flex;
  position: relative;
}

.year-block-left-2 {
  text-align: right;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  width: 45%;
  font-family: Exo, sans-serif;
  font-size: 44px;
  display: flex;
}

.step-content-block-2019 {
  text-align: left;
  align-self: center;
  position: relative;
}

.bg-shadow-3 {
  z-index: 1;
  border-radius: 0 16px 16px 0;
  position: absolute;
  inset: 0%;
  box-shadow: 7px 7px 20px #12121212;
}

.dot-3 {
  z-index: 3;
  background-color: #d9dbe1;
  border: 5px solid #858b44;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  margin-top: -6px;
  margin-bottom: -6px;
  position: relative;
}

.heading-18 {
  color: #474a57;
  width: 50%;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 45px;
  display: flex;
}

.scroll-base-2 {
  transform-origin: 50% 0;
  background-color: #eeeff4;
  width: 6px;
  height: 100%;
}

.scroll-animate-3 {
  transform-origin: 50% 0;
  background-color: #006cd0;
  width: 6px;
  height: 100%;
  position: absolute;
  bottom: 0;
}

.scoll-wrap-2 {
  flex-direction: column;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  bottom: 50%;
}

.scoll-wrap-top {
  flex-direction: column;
  align-items: center;
  height: 50%;
  display: flex;
  position: absolute;
  bottom: 50%;
}

.step-block-2020-copy {
  flex-wrap: nowrap;
  place-content: center space-around;
  align-items: center;
  width: 95vw;
  min-width: auto;
  max-width: 1000px;
  height: 90vh;
  min-height: 70vh;
  margin-top: -1px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.background-video-30vh {
  z-index: auto;
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  max-width: none;
  height: 100%;
  min-height: auto;
  margin-top: 0;
  padding-bottom: 0%;
  display: flex;
}

.link-block {
  z-index: 3333;
  cursor: pointer;
  margin-top: 10%;
  margin-right: 5%;
}

.tab-link-tab-1-5 {
  background-color: var(--light-blue);
  text-align: center;
  border-top-left-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 33.33%;
  height: 100%;
  padding: 0;
  display: flex;
}

.tab-link-tab-1-5.w--current {
  background-color: var(--pale-turquoise);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 33.33%;
  height: 100%;
  padding: 0;
  display: flex;
}

.tabs-text-18 {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.tab-link-tab-3 {
  background-color: var(--light-blue);
  text-align: center;
  border-top-right-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33.33%;
  height: 100%;
  padding: 0;
  display: flex;
}

.tab-link-tab-3.w--current {
  background-color: var(--pale-turquoise);
  border-top-right-radius: 20px;
}

.tab-link-tab-2-7 {
  background-color: var(--light-blue);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 33.33%;
  height: 100%;
  padding: 0;
  display: flex;
}

.tab-link-tab-2-7.w--current {
  background-color: var(--pale-turquoise);
  padding: 0;
}

.tabs-content {
  align-items: flex-end;
  display: flex;
}

.grid-6 {
  border-bottom: 6px none var(--pale-turquoise);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.tab-pane-tab-2 {
  padding: 40px 60px 60px;
}

.tabs {
  width: 100%;
}

.text-block-55 {
  color: var(--dim-grey);
  padding-bottom: 33px;
  padding-left: 40px;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 24px;
}

.list-item-2 {
  padding-top: 0;
  padding-bottom: 20px;
  font-size: 1.2em;
}

.list-2 {
  margin-bottom: 0;
  padding-top: 9px;
  padding-bottom: 9px;
}

.swiss-oly-list-item {
  color: var(--dim-grey);
  padding-bottom: 20px;
  font-size: 1.2em;
  line-height: 24px;
}

.tab-pane-tab-3 {
  padding: 40px 60px 60px;
}

.swiss-oly-cont {
  max-width: 1200px;
  margin-top: 20px;
}

.swiss-oly-grid-01 {
  border-bottom: 6px none var(--pale-turquoise);
  grid-template-rows: auto;
  padding-bottom: 95px;
}

.swiss-oly-grid-03 {
  border-bottom: 6px none var(--pale-turquoise);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: 60px;
}

.tab-dropdown {
  display: none;
}

.tabs-content-2 {
  border-bottom: 4px solid var(--midnight-blue);
  text-align: left;
  background-color: #f5faf9;
  border-radius: 6px;
  margin-top: 0;
  padding: 35px;
}

.kicker {
  color: #78cec3;
  max-width: 720px;
  margin-bottom: 18px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 21px;
  font-weight: 600;
  line-height: 31px;
  display: block;
}

.kicker.secondary {
  margin-bottom: 60px;
}

.tab-link {
  color: #78cec3;
  text-align: center;
  background-color: #0000;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  width: 16.66%;
  padding-left: 0;
  padding-right: 0;
  font-weight: 600;
}

.tab-link.w--current {
  color: #fff;
  background-color: #78cec3;
  font-weight: 800;
}

.tab-system {
  z-index: 999;
}

.tabs-dropdown-menuitems {
  z-index: 2222;
  text-align: center;
  border-bottom: 2px solid #78cec3;
  justify-content: center;
  align-items: center;
  height: 80px;
  display: flex;
}

.cont-so-tabs {
  text-align: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-19 {
  font-weight: 500;
}

.par-mobile-small {
  color: var(--dim-grey);
  text-align: left;
  flex: 0 auto;
  align-self: flex-start;
  width: auto;
  height: auto;
  padding-top: 0;
  font-family: Exo, sans-serif;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 24px;
}

.par-mobile-small.l-ez-0 {
  margin-bottom: 10px;
}

.par-mobile-small.list {
  margin-bottom: 10px;
  padding-left: 0;
}

.zt-lead-jeannine {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 108px;
  padding-bottom: 0;
  display: flex;
}

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

.slide-7 {
  background-image: url('../images/2021_04.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-7._2019 {
  background-image: url('../images/2019-04.jpg');
}

.slide-7._2017 {
  background-image: url('../images/2017-04.jpg');
}

.slide-8 {
  background-image: url('../images/2021_04.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-8._2019 {
  background-image: url('../images/2019-04.jpg');
}

.slide-10 {
  background-image: url('../images/2021_04.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-10._2019 {
  background-image: url('../images/2019-04.jpg');
}

.slide-10._2017 {
  background-image: url('../images/2017-05.jpg');
}

.slide-11 {
  background-image: url('../images/2021_04.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-11._2019 {
  background-image: url('../images/2019-04.jpg');
}

.slide-11._2017 {
  background-image: url('../images/2017-06.jpg');
}

.section-20 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100vw;
  height: auto;
  min-height: 750px;
  display: flex;
}

.html-embed-13 {
  width: 100%;
  max-width: 999px;
  height: 600px;
}

.container-13 {
  display: block;
}

.heading-jeannine {
  border-bottom: 3px none var(--dark-turquoise);
  color: var(--dark-grey);
  text-align: left;
  letter-spacing: .1em;
  background-color: #0000;
  width: 100%;
  max-width: 800px;
  margin-top: 101px;
  margin-bottom: 26px;
  padding-bottom: 0;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 36px;
}

.content-wrap-01 {
  justify-content: flex-end;
  width: 45%;
  display: flex;
}

.por-video-left-01 {
  text-align: right;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 45%;
  height: auto;
  font-family: Exo, sans-serif;
  font-size: 44px;
  display: flex;
}

.content-wrap-02 {
  justify-content: flex-end;
  width: 45%;
  display: flex;
}

.por-video-right-02 {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 45%;
  font-family: Exo, sans-serif;
  font-size: 44px;
  display: flex;
}

.nl-bg-video {
  z-index: 1;
  object-fit: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  min-height: 1000px;
  max-height: none;
  display: flex;
  position: relative;
  inset: 0%;
  overflow: visible;
}

.nl-form-wrap {
  background-color: var(--transparent);
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: none;
  height: auto;
  min-height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.step-block-right-02 {
  flex-wrap: nowrap;
  place-content: center space-around;
  align-items: center;
  min-height: 80vh;
  margin-top: -1px;
  display: flex;
  position: relative;
}

.content-wrap-1 {
  justify-content: flex-end;
  width: 45%;
  display: flex;
}

._09-lower-text-2, ._06-lower-text-2, ._02-upper-text-2, ._08-lower-text-2 {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-family: Exo, sans-serif;
  font-size: 3em;
  line-height: 40px;
  display: flex;
}

._01-oder-2 {
  color: #fff;
  text-align: center;
  object-fit: fill;
  background-color: #5d85a8;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 15%;
  font-family: Exo, sans-serif;
  font-size: 3em;
  line-height: 0;
  display: flex;
  position: static;
  inset: 0%;
}

._06-upper-text-2 {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-family: Exo, sans-serif;
  font-size: 3em;
  line-height: 40px;
  display: flex;
}

.grid-7 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 1200px;
}

._07-lower-text-2, ._05-lower-text-2, ._07-upper-text-2, ._04-lower-text-2 {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-family: Exo, sans-serif;
  font-size: 3em;
  line-height: 40px;
  display: flex;
}

.card-08-2 {
  cursor: pointer;
  background-color: #fff;
  background-image: url('../images/qa-08.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 450px;
  display: flex;
}

._05-upper-text-2 {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-family: Exo, sans-serif;
  font-size: 3em;
  line-height: 40px;
  display: flex;
}

.card-container-2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

._08-upper-text-2, ._04-upper-text-2 {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-family: Exo, sans-serif;
  font-size: 3em;
  line-height: 40px;
  display: flex;
}

._01-answer-2 {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-family: Exo, sans-serif;
  font-size: 4em;
  line-height: 40px;
  display: none;
}

._02-lower-text-2, ._01-lower-text-2, ._01-upper-text-2, ._03-upper-text-2, ._09-upper-text-2 {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-family: Exo, sans-serif;
  font-size: 3em;
  line-height: 40px;
  display: flex;
}

.card-01-2 {
  background-color: #fff;
  background-image: url('../images/qa-01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 450px;
  display: flex;
}

._03-lower-text-2 {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-family: Exo, sans-serif;
  font-size: 3em;
  line-height: 40px;
  display: flex;
}

._18-upper-2 {
  object-fit: fill;
  background-color: #b56644;
  border-radius: 50px 50px 0 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  display: flex;
}

._18-oder-2 {
  color: #fff;
  text-align: center;
  object-fit: fill;
  background-color: #b56644;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 15%;
  font-family: Exo, sans-serif;
  font-size: 3em;
  line-height: 0;
  display: flex;
  position: static;
  inset: 0%;
}

._18-lower-2 {
  background-color: #b56644;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  display: flex;
}

.memory-but-01-2 {
  text-align: center;
  background-color: #183047;
  border: 0 #183047;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  padding-bottom: 12px;
  padding-left: 20px;
  font-size: 60px;
  font-weight: 500;
  display: flex;
}

.memory-but-01-2:hover {
  background-color: #5f8cb6;
}

._01-oder-3 {
  color: #fff;
  text-align: center;
  object-fit: fill;
  background-color: #5f8cb6;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Exo, sans-serif;
  font-size: 3em;
  line-height: 77px;
  display: flex;
  position: static;
  inset: 0%;
}

.blue-titleline-2 {
  background-color: #1cdae7;
  width: 50%;
  height: 5px;
}

.blue-titleline-2._90 {
  text-align: right;
  background-color: #5f8cb6;
  width: 70%;
  height: 3px;
}

.heading-main-2 {
  color: #999;
  letter-spacing: .1em;
  background-color: #0000;
  border-bottom: 3px #1cdae7;
  width: 100%;
  max-width: 800px;
  margin-top: 0;
  margin-bottom: 26px;
  padding-bottom: 0;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 36px;
}

._11-upper-2 {
  object-fit: fill;
  background-color: #c65829;
  border-radius: 50px 50px 0 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  display: flex;
}

._16-lower-2 {
  background-color: #b02a59;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  display: flex;
}

._15-lower-2 {
  background-color: #b2a124;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  display: flex;
}

.memory-but-02-2 {
  text-align: center;
  background-color: #183047;
  border: 0 #183047;
  border-radius: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  padding-bottom: 12px;
  padding-right: 20px;
  font-size: 60px;
  font-weight: 500;
  line-height: 60px;
  text-decoration: none;
  display: flex;
}

.memory-but-02-2:hover {
  background-color: #5f8cb6;
}

._11-oder-2 {
  color: #fff;
  text-align: center;
  object-fit: fill;
  background-color: #c65829;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 15%;
  font-family: Exo, sans-serif;
  font-size: 3em;
  line-height: 0;
  display: flex;
  position: static;
  inset: 0%;
}

._13-upper-2 {
  object-fit: fill;
  background-color: #523a4f;
  border-radius: 50px 50px 0 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  display: flex;
}

._10-lower-2 {
  background-color: #a85d8f;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  display: flex;
}

._15-upper-2 {
  object-fit: fill;
  background-color: #b2a124;
  border-radius: 50px 50px 0 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  display: flex;
}

._13-oder-2 {
  color: #fff;
  text-align: center;
  object-fit: fill;
  background-color: #523a4f;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 15%;
  font-family: Exo, sans-serif;
  font-size: 3em;
  line-height: 0;
  display: flex;
  position: static;
  inset: 0%;
}

._14-lower-2 {
  background-color: #56361f;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  display: flex;
}

._16-upper-2 {
  object-fit: fill;
  background-color: #b02a59;
  border-radius: 50px 50px 0 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  display: flex;
}

._10-upper-2 {
  cursor: pointer;
  object-fit: fill;
  background-color: #a85d8f;
  border-radius: 50px 50px 0 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  display: flex;
}

._17-lower-2 {
  background-color: #5d1759;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  display: flex;
}

._15-oder-2 {
  color: #fff;
  text-align: center;
  object-fit: fill;
  background-color: #b2a124;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 15%;
  font-family: Exo, sans-serif;
  font-size: 3em;
  line-height: 0;
  display: flex;
  position: static;
  inset: 0%;
}

._16-oder-2 {
  color: #fff;
  text-align: center;
  object-fit: fill;
  background-color: #b02a59;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 15%;
  font-family: Exo, sans-serif;
  font-size: 3em;
  line-height: 0;
  display: flex;
  position: static;
  inset: 0%;
}

._17-oder-2 {
  color: #fff;
  text-align: center;
  object-fit: fill;
  background-color: #5d1759;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 15%;
  font-family: Exo, sans-serif;
  font-size: 3em;
  line-height: 0;
  display: flex;
  position: static;
  inset: 0%;
}

._12-oder-2 {
  color: #fff;
  text-align: center;
  object-fit: fill;
  background-color: #8c3338;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 15%;
  font-family: Exo, sans-serif;
  font-size: 3em;
  line-height: 0;
  display: flex;
  position: static;
  inset: 0%;
}

._13-lower-2 {
  background-color: #523a4f;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  display: flex;
}

._11-lower-2 {
  background-color: #c65829;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  display: flex;
}

._10-oder-2 {
  color: #fff;
  text-align: center;
  object-fit: fill;
  background-color: #a85d8f;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 15%;
  font-family: Exo, sans-serif;
  font-size: 3em;
  line-height: 0;
  display: flex;
  position: static;
  inset: 0%;
}

._17-upper-2 {
  object-fit: fill;
  background-color: #5d1759;
  border-radius: 50px 50px 0 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  display: flex;
}

._12-lower-2 {
  background-color: #8c3338;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  display: flex;
}

._12-upper-2 {
  object-fit: fill;
  background-color: #8c3338;
  border-radius: 50px 50px 0 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  display: flex;
}

._14-oder-2 {
  color: #fff;
  text-align: center;
  object-fit: fill;
  background-color: #56361f;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 15%;
  font-family: Exo, sans-serif;
  font-size: 3em;
  line-height: 0;
  display: flex;
  position: static;
  inset: 0%;
}

._14-upper-2 {
  object-fit: fill;
  background-color: #56361f;
  border-radius: 50px 50px 0 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  display: flex;
}

.support-team-divider-section {
  background-color: var(--cornflower-blue);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 25vh;
  min-height: 250px;
  display: flex;
}

.support-team-divider-section.bg-beige {
  background-color: var(--cornflower-blue);
  height: 15vh;
}

.support-team-divider-section.title {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 30vh;
}

.step-block-02 {
  flex-wrap: nowrap;
  place-content: center space-around;
  align-items: center;
  width: 95vw;
  min-width: auto;
  max-width: 1000px;
  height: auto;
  min-height: 1000px;
  margin-top: 0;
  margin-bottom: 29px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.step-block-03 {
  flex-wrap: nowrap;
  place-content: center space-around;
  align-items: center;
  width: 95vw;
  min-width: auto;
  max-width: 1000px;
  height: auto;
  min-height: 1000px;
  margin-top: 0;
  margin-bottom: 30px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.lang-switcher-de-en-2 {
  color: #999;
  letter-spacing: 1.2px;
  font-family: Exo, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.lang-switcher-de-en-2:hover {
  color: #1cdae7;
  font-size: 17px;
  font-weight: 600;
}

.mobile-nav-dropdown-menu-entry-2, .mobile-nav-main-menu-entry-2, .mobile-nav-dropdown-jeannine {
  font-size: 18px;
}

.div-block-289 {
  justify-content: center;
  width: 100vw;
  min-height: 200px;
  margin-bottom: 140px;
  display: flex;
  position: static;
}

.scoll-wrap-100 {
  flex-direction: column;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  bottom: 55%;
}

.scroll-animate-jeannine {
  background-color: var(--light-blue);
  width: 6px;
  height: 100%;
  position: absolute;
  bottom: 0;
}

.scroll-animate-jeannine-120 {
  background-color: var(--light-blue);
  width: 6px;
  height: 140%;
  position: absolute;
  bottom: 0;
}

.content-wrap-1200px {
  justify-content: flex-end;
  width: 45%;
  min-height: 1200px;
  display: flex;
}

.content-wrap-1000px {
  justify-content: flex-end;
  width: 45%;
  min-height: 1000px;
  display: flex;
}

.div-block-290 {
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  min-height: 100px;
  display: flex;
}

.heading-small-grey {
  color: #474a57;
  text-align: center;
  width: 70vw;
  margin-top: 33px;
  margin-bottom: 33px;
  font-size: 3em;
  line-height: 45px;
  display: block;
}

.close-success-window-copy {
  background-color: var(--medium-turquoise);
  width: 75px;
  height: 75px;
  margin-top: 0;
  padding: 10px;
}

.close-success-window-copy:hover {
  background-color: #0000;
}

.heading-start-copy {
  color: #474a57;
  width: 70vw;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 45px;
  display: block;
}

.newsletter-sec {
  min-height: 1200px;
}

.contact-form-wrapper {
  background-color: var(--transparent);
  justify-content: center;
  align-items: center;
  min-height: auto;
  display: flex;
}

.contact-form-wrapper.kontakt {
  flex-flow: column;
}

._01-fronttext {
  color: #fff;
  text-align: center;
  object-fit: fill;
  background-color: #5d85a8;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Exo, sans-serif;
  font-size: 3em;
  line-height: 90px;
  display: flex;
  position: static;
  inset: 0%;
}

.card-btn-focus-bg {
  background-image: radial-gradient(circle farthest-side, #ff9865, #fff0);
  width: 75%;
  height: 200%;
  position: absolute;
  inset: -75% -10% auto auto;
}

.card-btn-focus-bg.wf {
  background-image: radial-gradient(circle farthest-side, #999, #fff0);
}

.card-btn-focus-bg.sl {
  background-image: radial-gradient(circle farthest-side, #219fa3, #fff0);
}

.card-btn-focus-bg.tw {
  background-image: radial-gradient(circle farthest-side, #8cd1ff, #fff0);
}

.card-btn-focus-bg.bc {
  background-image: radial-gradient(circle farthest-side, #ffd3a4, #fff0);
}

.card-btn-focus-bg.ln {
  background-image: radial-gradient(circle farthest-side, #5dc3a3, #fff0);
}

.card-btn-focus-bg.ig {
  background-image: radial-gradient(circle farthest-side, #ffcb8f, #fff0);
}

.card-btn-focus-bg.fb {
  background-image: radial-gradient(circle farthest-side, #52a0ce, #fff0);
}

.c-content {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
}

.c-no-dots {
  z-index: 10;
  padding-top: 5px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.c-card-title {
  margin-bottom: 5px;
}

._w-card-img {
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.c-card-quote {
  object-fit: cover;
  border-radius: 0;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  position: relative;
}

.c-card-front {
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 350px;
  display: flex;
}

._w-card-front {
  background-color: var(--steel-blue-2);
  perspective: 1000px;
  border-radius: 50px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  transform: none;
}

._w-card-front.ig {
  background-image: linear-gradient(45deg, #ffce8a, #fc91d8 50%, #ba68f5);
}

._w-card-front.fb {
  background-color: #6670bd;
}

._w-card-front.wf {
  background-color: #333;
}

._w-card-front.bc {
  background-color: #e6b362;
}

._w-card-front.tw {
  background-color: #8ca7ff;
}

._w-card-front.ln {
  background-color: #3c9ea5;
}

._w-card-front.sl {
  background-image: linear-gradient(45deg, #219fa3, #333);
}

._w-card-front._03 {
  background-color: var(--dark-slate-grey);
}

._w-card-front._04 {
  background-color: var(--medium-violet-red);
}

._w-card-front._01 {
  background-color: var(--light-steel-blue-2);
}

._w-card-front._05 {
  background-color: var(--saddle-brown);
}

._w-card-front._06 {
  background-color: var(--sienna);
}

._w-card-front._07 {
  background-color: var(--dark-khaki);
  color: #0000;
}

._w-card-front._08 {
  background-color: var(--midnight-blue-2);
}

._w-card-front._09 {
  background-color: var(--black);
}

._w-card-front._10 {
  background-color: var(--dark-cyan);
}

._w-card-front._11 {
  background-color: var(--chocolate);
}

._w-card-front._12 {
  background-color: var(--sambesi);
}

._w-card-front._13 {
  background-color: var(--dark-slate-blue);
}

._w-card-front._14 {
  background-color: var(--zambezi);
}

._w-card-front._15 {
  background-color: var(--purple);
}

._w-card-front._16 {
  background-color: var(--medium-violet-red-2);
}

._w-card-front._17 {
  background-color: var(--sienna);
}

._w-card-front._18 {
  background-color: var(--dark-slate-grey-2);
}

.card-bg-quotemark {
  color: #fff;
  display: inline-block;
}

.card-bg-quotemark.btm {
  opacity: .2;
  font-family: PT Sans, sans-serif;
  font-size: 5em;
  line-height: 1em;
  position: absolute;
  inset: auto -.3em -.4em auto;
}

.card-bg-quotemark.top {
  opacity: .2;
  font-family: PT Sans, sans-serif;
  font-size: 5em;
  line-height: 1em;
  position: absolute;
  inset: -.4em auto auto -.3em;
}

.card-alias {
  color: #ddd;
  text-align: right;
  font-size: .9em;
  line-height: 1em;
}

.c-card-back {
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 350px;
  display: block;
}

.c-flipping-cards-list {
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 15vw;
  display: flex;
}

.c-card-img {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.c-card-label {
  text-align: center;
  padding: 20px;
}

.card-quote {
  z-index: 5;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 1em;
  font-style: italic;
  line-height: 1.4em;
  position: relative;
}

.no-dot {
  opacity: .2;
  background-color: #fff;
  width: 10px;
  height: 10px;
  margin: 5px 2px;
}

.c-card-text {
  perspective: 1000px;
  border-top: 1px dashed #ffffff40;
  padding: 20px 0;
  transform: translate(0);
}

.card-no-text {
  opacity: .2;
  color: #fff;
  font-size: 7em;
  font-weight: 700;
  line-height: 1em;
}

._w-card-quote {
  position: relative;
}

.card-title {
  color: #fff;
  text-align: center;
  padding-top: 19px;
  font-family: Montserrat, sans-serif;
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1.5em;
}

.cloneable-area {
  padding: 20px;
}

._w-card-back {
  perspective: 1000px;
  object-fit: cover;
  background-color: #333;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 50px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.card-btn-link {
  color: #fff;
  text-align: center;
  border: 2px solid #ff6565;
  border-radius: 1000px;
  width: 100%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.card-btn-link.sl {
  border-color: #219fa3;
}

.card-btn-link.wf {
  border-color: #666;
}

.card-btn-link.fb {
  border-color: #6670bd;
}

.card-btn-link.tw {
  border-color: #8ca7ff;
}

.card-btn-link.bc {
  border-color: #e6b362;
}

.card-btn-link.ig {
  border-color: #f88fdb;
}

.card-btn-link.ln {
  border-color: #3c9ea5;
}

.card-img {
  height: 120px;
}

.c-flip-card {
  position: relative;
}

.card-text.focus {
  z-index: 10;
  position: relative;
}

.c-card-no {
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

._w-flip-card {
  z-index: 10;
  perspective: 1000px;
  display: flex;
  position: relative;
}

.card-label {
  opacity: .2;
  color: #fff;
  font-size: .8em;
  line-height: 1em;
}

.c-card-btn-text {
  width: 100%;
  padding: 10px 20px;
}

.c-card-btn-text.focus {
  background-color: #ff6565;
  position: absolute;
  overflow: hidden;
}

.c-card-btn-text.focus.tw {
  background-color: #8ca7ff;
}

.c-card-btn-text.focus.wf {
  background-color: #666;
}

.c-card-btn-text.focus.sl {
  background-color: #333;
}

.c-card-btn-text.focus.fb {
  background-color: #6670bd;
}

.c-card-btn-text.focus.ig {
  background-color: #f88fdb;
}

.c-card-btn-text.focus.ln {
  background-color: #3c9ea5;
}

.c-card-btn-text.focus.bc {
  background-color: #e6b362;
}

._w-content {
  justify-content: center;
  align-items: center;
}

.c-card-btn {
  padding: 20px;
}

.co-created {
  z-index: 99998;
  position: fixed;
  inset: 0% 10px auto auto;
  overflow: hidden;
}

.c-created {
  z-index: 99998;
  opacity: .75;
  cursor: pointer;
  transition: all .25s;
}

.c-created:hover {
  opacity: 1;
}

._w-created {
  background-color: #333;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  align-items: center;
  padding: 7px 12px;
  text-decoration: none;
  transition: all .25s;
  display: flex;
}

._w-created:hover {
  padding-top: 15px;
}

.logo {
  height: 15px;
  margin-right: 5px;
}

.c-created-link {
  color: #fff;
  letter-spacing: .5px;
  font-size: .6em;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
}

.image-2037 {
  object-fit: cover;
  border-radius: 50px;
  width: 100%;
}

.card-back-title {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 2em;
  font-weight: 500;
  line-height: 1em;
  position: absolute;
}

.card-back-title.dark {
  color: var(--light-steel-blue-2);
  font-size: 4em;
  font-weight: 500;
  line-height: 1em;
}

._w-card-back-02 {
  perspective: 1000px;
  object-fit: cover;
  background-color: #333;
  background-image: url('../images/qa-02.jpg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 50px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.c-card-back-02 {
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
}

._w-card-back-copy {
  perspective: 1000px;
  object-fit: cover;
  background-color: #333;
  background-image: url('../images/qa-02.jpg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 50px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

._w-card-back-01 {
  perspective: 1000px;
  object-fit: cover;
  background-color: #333;
  background-image: url('../images/qa-01.jpg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 50px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

._w-card-back-03 {
  perspective: 1000px;
  object-fit: cover;
  background-color: #333;
  background-image: linear-gradient(#0003, #0003), url('../images/card-03.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border-radius: 50px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.c-card-back-03 {
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 350px;
  display: block;
}

._w-card-back-04 {
  perspective: 1000px;
  object-fit: cover;
  background-color: #333;
  background-image: url('../images/qa-04.jpg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 50px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

._w-card-back-05 {
  perspective: 1000px;
  object-fit: cover;
  background-color: #333;
  background-image: url('../images/qa-05.jpg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 50px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

._w-card-back-18 {
  perspective: 1000px;
  object-fit: cover;
  background-color: #333;
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/qa-18.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border-radius: 50px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

._w-card-back-07 {
  perspective: 1000px;
  object-fit: cover;
  background-color: #333;
  background-image: linear-gradient(#0003, #0003), url('../images/0card-7.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border-radius: 50px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

._w-card-back-08 {
  perspective: 1000px;
  object-fit: cover;
  background-color: #333;
  background-image: linear-gradient(#0003, #0003), url('../images/card-08.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border-radius: 50px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

._w-card-back-09 {
  perspective: 1000px;
  object-fit: cover;
  background-color: #333;
  background-image: linear-gradient(#0003, #0003), url('../images/qa-09.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border-radius: 50px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

._w-card-back-10 {
  perspective: 1000px;
  object-fit: cover;
  background-color: #333;
  background-image: linear-gradient(#0003, #0003), url('../images/qa-10.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border-radius: 50px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

._w-card-back-11 {
  perspective: 1000px;
  object-fit: cover;
  background-color: #333;
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/ard-11.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border-radius: 50px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

._w-card-back-12 {
  perspective: 1000px;
  object-fit: cover;
  background-color: #333;
  background-image: url('../images/qa-12.jpg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 50px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

._w-card-back-13 {
  perspective: 1000px;
  object-fit: cover;
  background-color: #333;
  background-image: url('../images/card-13.jpg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 50px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

._w-card-back-14 {
  perspective: 1000px;
  object-fit: cover;
  background-color: #333;
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/card-14.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border-radius: 50px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

._w-card-back-15 {
  perspective: 1000px;
  object-fit: cover;
  background-color: #333;
  background-image: linear-gradient(#0003, #0003), url('../images/card-15.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border-radius: 50px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

._w-card-back-16 {
  perspective: 1000px;
  object-fit: cover;
  background-color: #333;
  background-image: linear-gradient(#0003, #0003), url('../images/card-16.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border-radius: 50px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

._w-card-back-17 {
  perspective: 1000px;
  object-fit: cover;
  background-color: #333;
  background-image: linear-gradient(#0003, #0003), url('../images/card-17.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border-radius: 50px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

._w-card-back-09-copy {
  perspective: 1000px;
  object-fit: cover;
  background-color: #333;
  background-image: linear-gradient(#0003, #0003), url('../images/qa-09.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border-radius: 50px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

._w-card-back-06 {
  perspective: 1000px;
  object-fit: cover;
  background-color: #333;
  background-image: linear-gradient(#00000080, #00000080), url('../images/card-06.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border-radius: 50px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.content-wrap-2-copy {
  justify-content: flex-end;
  width: 45%;
  display: flex;
}

.step-content-block-2-copy {
  text-align: left;
  align-self: center;
  position: relative;
}

.bg-video-wrapper {
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: auto;
  min-height: auto;
  max-height: none;
  padding-top: 0;
  display: flex;
}

.tl-ruderwelt-mob {
  display: none;
}

.step-2-mob {
  z-index: 2;
  background-color: #ffffffbf;
  border-radius: 25%;
  align-items: center;
  height: 50em;
  padding: 12%;
  display: flex;
  position: relative;
}

.step-2-mob.last {
  height: 70em;
}

.scoll-wrap-mob {
  flex-direction: column;
  align-items: center;
  height: 95%;
  display: flex;
  position: absolute;
  bottom: 50%;
}

.slider__control-wrapper-top {
  z-index: 10;
  justify-content: center;
  align-items: center;
  height: 50px;
  margin-bottom: 50px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.slider__control-top {
  background-color: #fff;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  margin-left: 20px;
  transition: background-color .2s;
  position: relative;
}

.slider__control-top:hover {
  background-color: #dbdbdb;
}

.slider__control-top.black {
  background-color: #272727;
  margin-left: 0;
  margin-right: 13px;
}

.slider__control-top.black:hover {
  background-color: #494949;
}

.paragraph-3-left-2 {
  color: #636669;
  text-align: right;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6;
}

.scroll-animate-4 {
  background-color: #c4e2f3;
  width: 6px;
  height: 105%;
  position: absolute;
  bottom: 0;
}

.scroll-animate-jeannine-121 {
  background-color: #c4e2f3;
  width: 6px;
  height: 140%;
  position: absolute;
  bottom: 0;
}

.meine-ruderwelt-sec-mob {
  display: none;
}

._03-por-video-wrapper-2 {
  z-index: 2000;
  text-align: right;
  background-color: #6aa0bf59;
  border-radius: 0%;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 90vw;
  min-width: 400px;
  max-width: none;
  height: 40vh;
  min-height: auto;
  max-height: none;
  font-family: Exo, sans-serif;
  font-size: 44px;
  display: none;
  position: absolute;
  inset: 191px auto auto;
}

._01-por-video-wrapper-2 {
  z-index: 30;
  text-align: right;
  background-color: #6aa0bf59;
  border-radius: 0%;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 90vw;
  min-width: 400px;
  max-width: none;
  height: 40vh;
  min-height: auto;
  max-height: none;
  font-family: Exo, sans-serif;
  font-size: 44px;
  display: none;
  position: absolute;
  inset: 191px auto auto;
}

.label-left-3 {
  color: #183047;
  text-align: right;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-family: Exo, sans-serif;
  font-weight: 600;
}

._04-por-video-wrapper-2 {
  z-index: 2000;
  text-align: right;
  background-color: #6aa0bf59;
  border-radius: 0%;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 90vw;
  min-width: 400px;
  max-width: none;
  height: 40vh;
  min-height: auto;
  max-height: none;
  font-family: Exo, sans-serif;
  font-size: 44px;
  display: none;
  position: absolute;
  inset: 191px auto auto;
}

.heading-jeannine-2 {
  color: #999;
  letter-spacing: .1em;
  background-color: #0000;
  border-bottom: 3px #1cdae7;
  width: 100%;
  max-width: 800px;
  margin-top: 101px;
  margin-bottom: 26px;
  padding-bottom: 0;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 36px;
}

.modal-close-button-inner-2 {
  background-color: #fff;
  border: 1px solid #5f8cb6;
  border-radius: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

._02-por-video-wrapper-2 {
  z-index: 30;
  text-align: right;
  background-color: #6aa0bf59;
  border-radius: 0%;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 90vw;
  min-width: 400px;
  max-width: none;
  height: 40vh;
  min-height: auto;
  max-height: none;
  font-family: Exo, sans-serif;
  font-size: 44px;
  display: none;
  position: absolute;
  inset: 191px auto auto;
}

.dot-4 {
  z-index: 3;
  background-color: #d9dbe1;
  border: 5px solid #183047;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  margin-top: -6px;
  margin-bottom: -6px;
  position: relative;
}

.scroll-animate-jeannine-122 {
  background-color: #c4e2f3;
  width: 6px;
  height: 100%;
  position: absolute;
  bottom: 0;
}

.label-3 {
  color: #183047;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-family: Exo, sans-serif;
  font-weight: 600;
}

.paragraph-7 {
  color: #636669;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6;
}

._2000-meter-adrenalin-sec {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.zt-heading-2-zeilig-long {
  color: #fff3;
  text-align: center;
  width: 100vw;
  margin-top: 0;
  margin-bottom: 0%;
  padding-left: 5%;
  padding-right: 5%;
  font-size: 8rem;
  font-weight: 500;
  line-height: 1em;
  position: static;
  inset: 0%;
}

.div-block-291 {
  justify-content: center;
  align-items: center;
  display: flex;
}

._02-por-video-wrapper-neu {
  z-index: 30;
  text-align: right;
  background-color: #6aa0bf59;
  border-radius: 0%;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 90vw;
  min-width: 400px;
  max-width: none;
  height: 40vh;
  min-height: auto;
  max-height: none;
  font-family: Exo, sans-serif;
  font-size: 44px;
  display: none;
  position: absolute;
  inset: 191px auto auto;
}

.modal-close-button-wrapper-01 {
  z-index: 9999;
  color: #0000;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-top: 20px;
  margin-right: 20px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.modal-close-button-wrapper-01.w--current {
  width: 75px;
  height: 75px;
}

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

.sporthilfe {
  border-bottom: 3px none var(--light-blue);
  background-color: #0000;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 40vw;
  height: 300px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.sporthilfe.right-bar {
  border-right: 2px solid var(--sambesi);
  border-bottom-style: none;
  border-bottom-width: 2px;
  justify-content: space-around;
  height: 300px;
  margin-top: 0;
}

.steiner-mob-div {
  display: none;
}

.bg-shadow-2-copy {
  z-index: 1;
  border-radius: 25%;
  position: absolute;
  inset: 0%;
  box-shadow: 7px 7px 20px #12121212;
}

.step-2-1100 {
  z-index: 2;
  background-color: #ffffffbf;
  border-radius: 25%;
  align-items: center;
  height: 50em;
  padding: 12%;
  display: flex;
  position: relative;
}

.step-2-1100.last {
  height: 70em;
}

.bg-shadow-2-800, .bg-shadow-2-600 {
  z-index: 1;
  border-radius: 25%;
  position: absolute;
  inset: 0%;
  box-shadow: 7px 7px 20px #12121212;
}

.scroll-animate-100 {
  object-fit: fill;
  background-color: #2e87cb;
  border: 1px #000;
  width: 6px;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.scoll-wrap-50 {
  flex-direction: column;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  bottom: 50%;
}

.scoll-wrap-60 {
  flex-direction: column;
  align-items: center;
  height: 95%;
  display: flex;
  position: absolute;
  bottom: 50%;
}

.tv-titel {
  color: #fff3;
  text-align: center;
  width: 100vw;
  margin-top: 0;
  margin-bottom: 0%;
  font-size: 10rem;
  font-weight: 500;
  line-height: 100%;
  position: static;
  inset: 0%;
}

.tv-titel._3-up, .tv-titel._3 {
  margin-bottom: 3%;
}

.partner-divider-section-tv {
  flex-direction: column;
  justify-content: center;
  width: 100vw;
  height: 25vh;
  display: flex;
}

.partner-divider-section-tv.bg-beige {
  background-color: var(--white);
  height: 15vh;
}

.partner-divider-section-tv.title {
  z-index: auto;
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 35vh;
  min-height: 275px;
  margin-bottom: 0;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.partner-divider-section-30-mb {
  flex-direction: column;
  justify-content: center;
  width: 100vw;
  height: 25vh;
  display: flex;
}

.partner-divider-section-30-mb.bg-beige {
  background-color: var(--white);
  height: 15vh;
}

.partner-divider-section-30-mb.title {
  z-index: auto;
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 35vh;
  min-height: 275px;
  display: flex;
  position: relative;
}

.heading-medienberichte-mb {
  z-index: 20;
  color: #ffffff2b;
  text-align: center;
  width: 100vw;
  margin-top: 0;
  margin-bottom: 3%;
  font-size: 8rem;
  font-weight: 500;
  line-height: 100%;
  position: relative;
  inset: 0%;
}

.scoll-wrap-top-mb {
  flex-direction: column;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  bottom: 50%;
}

.scroll-animate-mb-2 {
  object-fit: fill;
  background-color: #2e87cb;
  border: 1px #000;
  width: 6px;
  height: 100%;
  min-height: auto;
  display: block;
  position: absolute;
  inset: 0%;
}

.scoll-wrap-06 {
  flex-direction: column;
  align-items: center;
  height: 150%;
  display: flex;
  position: absolute;
  bottom: 50%;
}

.scoll-wrap-05 {
  flex-direction: column;
  align-items: center;
  height: 125%;
  display: flex;
  position: absolute;
  bottom: 50%;
}

.scoll-wrap-07 {
  flex-direction: column;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  bottom: 50%;
}

.divider-paris {
  background-color: var(--cornflower-blue);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 25vh;
  min-height: 250px;
  display: flex;
}

.divider-paris.bg-beige {
  background-color: var(--cornflower-blue);
  height: 15vh;
}

.divider-paris.title {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 30vh;
}

.divider-paris.center {
  justify-content: center;
}

.background-video-copy {
  z-index: auto;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: none;
  height: 100%;
  margin-top: 0;
  padding-bottom: 0;
  display: flex;
}

.background-video-20-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.background-video-center-team {
  z-index: auto;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: none;
  height: 100%;
  margin-top: 0;
  padding-bottom: 0;
  display: flex;
}

.wg-selector-highlight-wrapper-2 {
  background-color: #1cdae7;
  width: 100%;
  height: 2px;
  margin-top: .25rem;
  overflow: hidden;
}

.wg-selector-highlight-wrapper-2:hover {
  color: #1cdae7;
}

.text-block-59 {
  color: #666;
  font-family: Exo, sans-serif;
  font-size: 18px;
  line-height: 12px;
}

.wg-code-2 {
  width: 10px;
  height: 10px;
  margin-right: 394px;
  display: block;
}

.third-article {
  background-color: #19698f;
  width: 100%;
  max-width: 1500px;
  height: 100vh;
  display: none;
  position: relative;
  overflow: auto;
}

.button-close-3 {
  z-index: 500;
  color: #fff;
  background-color: #00000026;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  margin-top: 60px;
  margin-right: 43px;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
}

.heading-20 {
  color: #666;
  letter-spacing: -.3vh;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 7vh;
  font-weight: 400;
  line-height: 1.2;
}

.small-divider {
  background-color: #f56020;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  margin-left: 15px;
  margin-right: 15px;
}

.small-divider.black {
  color: #f56020;
  background-color: #f56020;
  width: 8px;
  height: 8px;
}

.card-inner-2 {
  z-index: 10;
  opacity: 1;
  letter-spacing: 0;
  background-image: linear-gradient(#0000, #000c);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 100%;
  min-height: 70vh;
  padding-bottom: 10%;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.paragraph-8 {
  font-family: Exo, sans-serif;
}

.card-details-wrapper-2 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 240px;
  padding-bottom: 0%;
  padding-left: 8%;
  padding-right: 8%;
  display: flex;
}

.divider-circle-4 {
  background-color: #000;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  margin-top: 15%;
  margin-bottom: 15%;
}

.divider-circle-4.orange {
  background-color: #f56020;
  width: 15px;
  height: 15px;
}

.divider-circle-4.orange.small {
  width: 8px;
  height: 8px;
  margin-left: 14px;
  margin-right: 14px;
}

.text-block-60 {
  color: #aaa8a8;
  letter-spacing: 2px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.rich-text {
  color: #303030;
  font-family: Exo, sans-serif;
  line-height: 1.8;
}

.rich-text.white {
  color: #fff;
  font-size: 22px;
  font-weight: 300;
}

.rich-text.white._02, .rich-text.white._01 {
  color: var(--black);
}

.inner-container-2 {
  padding: 10% 12% 15%;
}

.second-article {
  background-color: #64c9db;
  width: 100%;
  max-width: 1500px;
  height: 100vh;
  display: none;
  position: relative;
  overflow: auto;
}

.heading-02 {
  color: #666;
  letter-spacing: -.3vh;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 7vh;
  font-weight: 300;
  line-height: 1.2;
}

.first-article {
  z-index: 20;
  background-color: #67b0d8;
  flex-direction: column;
  flex: 0 auto;
  width: auto;
  max-width: 1500px;
  height: 100vh;
  line-height: 30px;
  display: none;
  position: relative;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
}

.sec-coreteam {
  width: 100%;
  max-width: 2800px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-content-2 {
  z-index: 600;
  background-color: #0000;
  width: 50%;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.card-4 {
  z-index: 1;
  cursor: pointer;
  flex: none;
  align-self: stretch;
  width: 33.33%;
  position: relative;
  overflow: hidden;
}

.heading-03 {
  color: #fff;
  letter-spacing: -.1vh;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 4.5vh;
  font-weight: 300;
  line-height: 1.2;
}

.heading-03._02 {
  color: var(--dim-grey);
  font-size: 5.5vh;
}

.heading-03._01 {
  color: var(--dim-grey);
  font-size: 7vh;
}

.scoll-wrap-105 {
  flex-direction: column;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  bottom: 50%;
}

.scroll-animate-105 {
  object-fit: fill;
  background-color: #2e87cb;
  border: 1px #000;
  width: 6px;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.scoll-wrap-501 {
  flex-direction: column;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  bottom: 52%;
}

.scoll-wrap-jg-top, .scoll-wrap-jg-top-mob {
  flex-direction: column;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  bottom: 50%;
}

.button-close-4 {
  z-index: 500;
  color: #fff;
  background-color: #00000026;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  margin-top: 2%;
  margin-right: 3%;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
}

.okb-grid-mob {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: contain;
  grid-template-rows: auto auto auto;
  grid-template-columns: .5fr .5fr 1fr;
  align-items: stretch;
  width: 85%;
  display: none;
  position: relative;
}

.okb-mob-div {
  display: none;
}

.kibag-mob-div {
  flex-direction: column;
  display: none;
}

.tab-link-tab-1-6 {
  background-color: #6aa0bf40;
  border: 1px #000;
  border-radius: 25px 0% 0% 25px;
}

.tab-link-tab-1-6:hover {
  background-color: #3fbbf570;
  border-top-left-radius: 25px;
}

.tab-link-tab-1-6.w--current {
  background-color: #0000;
  border: 0 solid #292929;
  font-weight: 300;
}

.tab-link-tab-1-6.w--current:hover {
  background-color: #0000;
}

.kibag-grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: contain;
  grid-template-rows: auto auto auto;
  grid-template-columns: .5fr .5fr 1fr;
  width: 85%;
  min-height: 1000px;
  position: relative;
}

.text-block-63 {
  font-size: 1.2rem;
  font-weight: 300;
}

.text-block-63:hover {
  color: #333;
  font-weight: 300;
}

.paragraph-large-jeannine-4 {
  color: #636669;
  text-align: left;
  flex: 0 auto;
  align-self: flex-start;
  width: auto;
  height: auto;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 26px;
}

.kibag-header-vid-1-2 {
  z-index: 2;
  object-fit: fill;
  background-color: #0000;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  position: relative;
  inset: 0% 0% 0;
  overflow: visible;
}

.tab-link-tab-2-8 {
  background-color: #6aa0bf59;
  border: 1px #000;
  border-radius: 0 30px 30px 0;
  font-size: 1.5vw;
}

.tab-link-tab-2-8:hover {
  background-color: #3fbbf570;
}

.tab-link-tab-2-8.w--current {
  background-color: #0000;
  border-style: none;
  border-top-right-radius: 50%;
}

.steiner-logo-2 {
  width: 50%;
  margin-bottom: 60px;
  padding-top: 0;
  padding-bottom: 0;
}

.text-block-64 {
  font-family: Exo, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
}

.text-block-64:hover {
  color: #333;
  font-weight: 300;
}

.url-link-2 {
  color: #183047;
  margin-top: 60px;
  padding-bottom: 0;
  font-size: 1.5vw;
  font-weight: 600;
  text-decoration: none;
}

.text-en {
  color: var(--dim-grey);
  letter-spacing: 2px;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  position: fixed;
}

.text-en:hover {
  color: var(--tomato);
}

.text-de {
  outline-color: var(--white);
  outline-offset: 0px;
  color: var(--sambesi);
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--white);
  outline-width: 1px;
  outline-style: none;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

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

.mobil-wg-element {
  color: #f4f0e3;
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: auto;
  margin-top: 14px;
  font-size: 1.5vw;
  transition: background-color .2s;
  display: flex;
  position: relative;
  inset: 0% 0% auto auto;
}

.mobil-wg-element:hover {
  background-color: #0000;
}

.scoll-wrap-jg-top-mob-copy {
  flex-direction: column;
  align-items: center;
  height: 95%;
  display: flex;
  position: absolute;
  bottom: 50%;
}

.scroll-animate-jeannine-copy {
  background-color: var(--light-blue);
  width: 6px;
  height: 100%;
  position: absolute;
  bottom: 0;
}

.heading-srf-dok {
  z-index: 20;
  color: #ffffff2b;
  text-align: center;
  width: 100vw;
  margin-top: 0;
  margin-bottom: 3%;
  font-size: 6rem;
  font-weight: 500;
  line-height: 100%;
  position: relative;
  inset: 0%;
}

.section-22 {
  background-color: #e6cbcb;
}

.body-4 {
  justify-content: flex-start;
}

.srfdok-lead {
  font-size: 18px;
  font-weight: 500;
}

.srfdok-title-lead {
  margin-top: 19px;
  margin-bottom: 19px;
  font-size: 24px;
  font-weight: 500;
}

.srfdok-text {
  margin-top: 43px;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.sec-srf-dok {
  margin-left: 10%;
  margin-right: 10%;
}

.html-srf-dok-embed {
  object-fit: contain;
  width: 100%;
  min-width: 100%;
  height: auto;
  min-height: auto;
  margin-top: 0;
  position: relative;
}

.video-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  margin-top: 85px;
  display: flex;
}

.video-7 {
  display: block;
}

.container-14 {
  flex-direction: column;
  padding-top: 101px;
  padding-bottom: 40px;
  display: flex;
}

.html-embed-16 {
  width: 80vw;
  max-width: 1200px;
  margin-top: 100px;
}

.youtube-icon-wrapper {
  background-color: var(--transparent);
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  margin: 0;
  display: flex;
  position: relative;
}

.youtube-icon {
  object-fit: cover;
  width: 32px;
  height: auto;
}

.avatarwrapper-10_07_2022 {
  z-index: 100;
  cursor: pointer;
  background-image: url('../images/srf-thumb-10-07-2022.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  align-self: center;
  width: 300px;
  height: 165px;
  margin-top: 32px;
  margin-left: 0;
  position: absolute;
  inset: 37% 0% 0% 13%;
  transform: none;
  box-shadow: 0 8px 16px #0006;
}

.slide-3-2021 {
  background-image: url('../images/2021_04_jeannine-gmelin-tokio-2021.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100vw;
  max-width: 1600px;
  height: 100%;
}

.slide-3-2021._2020 {
  background-image: url('../images/2020-01.jpg');
}

.slide-3-2021._2019 {
  background-image: url('../images/2019-01.jpg');
}

.slide-3-2021._2018 {
  background-image: url('../images/2018-00.jpg');
}

.slide-3-2021._2017 {
  background-image: url('../images/2017-00.jpg');
}

.slide-3-2021._2016 {
  background-image: url('../images/2016-04.jpg');
}

.slide-4-2021 {
  background-image: url('../images/2021_02.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-4-2021._2020 {
  background-image: url('../images/2020-02.jpg');
}

.slide-4-2021._2019 {
  background-image: url('../images/2019-02.jpg');
}

.slide-4-2021._2018 {
  background-image: url('../images/2018-01.jpg');
}

.slide-4-2021._2017 {
  background-image: url('../images/2017-01.jpg');
}

.slide-5-2021 {
  background-image: url('../images/2021_01.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-5-2021._2020 {
  background-image: url('../images/2020-03.jpg');
}

.slide-5-2021._2019 {
  background-image: url('../images/2019-03.jpg');
}

.slide-5-2021._2018 {
  background-image: url('../images/2018-02.jpg');
}

.slide-5-2021._2017 {
  background-image: url('../images/2017-02.jpg');
}

.slide-5-2021._2016 {
  background-image: url('../images/2016-03.jpg');
}

.slide-6-2021 {
  background-image: url('../images/2021_03.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-6-2021._2019 {
  background-image: url('../images/2019-04.jpg');
}

.slide-6-2021._2017 {
  background-image: url('../images/2017-03.jpg');
}

.slide-6-2021._2016 {
  background-image: url('../images/2016-01.jpg');
}

.spenden-txt {
  color: var(--white);
  text-align: left;
  letter-spacing: 1.2px;
  width: 95%;
  max-width: 95%;
  padding-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
}

.image-2038 {
  width: 80%;
  max-width: 80%;
}

.paypalme {
  border: 3px solid var(--white);
  background-color: var(--midnight-blue);
  justify-content: space-between;
  align-items: stretch;
  width: 80%;
  max-width: 900px;
  height: auto;
  min-height: auto;
  margin-top: 0;
  margin-bottom: 40px;
  padding-top: 0;
  display: flex;
}

.bold-text-3 {
  font-size: 30px;
}

.ebanking {
  color: var(--white);
  text-align: left;
  letter-spacing: 1.2px;
  width: 80%;
  max-width: 80%;
  margin-top: 30px;
  padding-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
}

.bold-text-4 {
  font-size: 30px;
}

.div-block-294 {
  justify-content: flex-end;
  width: 100%;
  height: 60px;
  padding-right: 73px;
  display: flex;
}

.iban, .twint {
  border: 3px solid var(--white);
  background-color: var(--midnight-blue);
  justify-content: space-between;
  align-items: stretch;
  width: 80%;
  max-width: 900px;
  height: auto;
  min-height: auto;
  margin-top: 0;
  margin-bottom: 40px;
  padding-top: 0;
  display: flex;
}

.spenden-titel {
  color: var(--light-blue);
  text-align: left;
  letter-spacing: 1.2px;
  width: 80%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 56px 5vw 56px 0;
  font-size: 50px;
  font-weight: 100;
  line-height: 60px;
}

.image-2039 {
  width: 100%;
}

.dank {
  color: var(--white);
  text-align: left;
  letter-spacing: 1.2px;
  width: 75%;
  max-width: 80%;
  margin-top: 0;
  padding-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 34px;
}

.jeannine-sig {
  font-size: 20px;
  font-weight: 300;
}

.bepartofit-div {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 10px;
  margin-bottom: 0;
  display: flex;
}

.image-2041 {
  width: 200px;
  height: auto;
}

.image-2043 {
  display: none;
}

.banner-header-coreteam-partner {
  color: #0e121c;
  letter-spacing: 0;
  flex: 0 auto;
  order: -1;
  align-self: flex-start;
  width: 90%;
  height: auto;
  margin-top: 0;
  margin-bottom: 20px;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 36px;
}

.section-partner-leuag {
  background-color: #0000;
  justify-content: center;
  width: 100vw;
  max-width: 100vw;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.leuag-logo {
  width: 40%;
  min-width: auto;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-bottom: 60px;
}

.unterst-tzer-div {
  border-bottom: 3px none var(--light-blue);
  background-color: #0000;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 40vw;
  height: 300px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.unterst-tzer-div.right-bar {
  border-right: 2px solid var(--sambesi);
  border-bottom-style: none;
  border-bottom-width: 2px;
  justify-content: flex-start;
  height: 300px;
  margin-top: 0;
  padding-top: 25px;
}

.avatarwrapper-10_08_2022 {
  z-index: 100;
  cursor: pointer;
  background-image: url('../images/14.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  align-self: center;
  width: 300px;
  height: 165px;
  margin-top: 32px;
  margin-left: 0;
  position: absolute;
  inset: 37% 0% 0% 13%;
  transform: none;
  box-shadow: 0 8px 16px #0006;
}

.avatarwrapper-12_08_2022 {
  z-index: 100;
  cursor: pointer;
  background-image: url('../images/15.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  align-self: center;
  width: 300px;
  height: 165px;
  margin-top: 32px;
  margin-left: 0;
  position: absolute;
  inset: 37% 0% 0% 13%;
  transform: none;
  box-shadow: 0 8px 16px #0006;
}

.avatarwrapper-21_09_2022 {
  z-index: 100;
  cursor: pointer;
  background-image: url('../images/16.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  align-self: center;
  width: 300px;
  height: 165px;
  margin-top: 32px;
  margin-left: 0;
  position: absolute;
  inset: 37% 0% 0% 13%;
  transform: none;
  box-shadow: 0 8px 16px #0006;
}

.textlink-small-white-2 {
  color: #fff;
  text-align: center;
  background-color: #79b4d1;
  border-radius: 30px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 20px;
  padding: 21px 50px;
  font-size: 20px;
  font-weight: 300;
  line-height: 14px;
  display: flex;
}

.textlink-small-white-2:hover {
  color: #fff;
  background-color: #183047;
}

.gmelin-play-video-radio-button, .video-radio-button-copy {
  cursor: pointer;
  background-color: #0000;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
}

.radio-but {
  color: #fff;
  text-align: center;
  background-color: #79b4d1;
  border-radius: 30px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 20px;
  padding: 21px 50px;
  font-size: 20px;
  font-weight: 300;
  line-height: 14px;
  display: flex;
}

.radio-but:hover {
  color: #fff;
  background-color: #183047;
}

.video-but {
  color: #fff;
  text-align: center;
  background-color: #79b4d1;
  border-radius: 30px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 20px;
  padding: 21px 50px;
  font-size: 20px;
  font-weight: 300;
  line-height: 14px;
  display: flex;
}

.video-but:hover {
  color: #fff;
  background-color: #183047;
}

.avatarwrapper-radio21_09_2022 {
  z-index: 100;
  cursor: pointer;
  background-image: url('../images/regionaljournal-basel_1.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  align-self: center;
  width: 300px;
  height: 165px;
  margin-top: 32px;
  margin-left: 0;
  position: absolute;
  inset: 37% 0% 0% 13%;
  transform: none;
  box-shadow: 0 8px 16px #0006;
}

.radio-image-thumb {
  object-fit: contain;
  width: 50px;
}

.radio-grid {
  grid-column-gap: 8px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr;
  width: auto;
  max-width: none;
  margin-top: 60px;
}

.image-2045 {
  width: auto;
  height: 30px;
  margin-right: 22px;
}

.grey-box {
  background-color: var(--angebotsgrau);
  text-align: center;
  border-radius: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 100%;
  padding: 10%;
  display: flex;
}

.right-column {
  background-color: var(--dark-turquoise);
  height: 100%;
  min-height: 100%;
  padding-right: 0;
  display: block;
}

.paragraph-9 {
  text-align: center;
  letter-spacing: .5px;
  padding-top: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.left-column {
  height: 100%;
  padding-left: 0;
  padding-right: 10px;
}

.heading-21 {
  letter-spacing: 0;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
}

.foto-01 {
  background-image: url('../images/afterlife-01.jpg');
  background-position: 50%;
  background-size: cover;
  height: 100%;
  min-height: auto;
  max-height: none;
}

.about-01 {
  padding-left: 20px;
  padding-right: 20px;
}

.button-2 {
  color: #333;
  text-align: center;
  letter-spacing: 0;
  background-color: #0000;
  border: 2px solid #000;
  width: 175px;
  margin-top: 30px;
  padding: 15px 35px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  text-decoration: none;
  transition: all .5s;
  display: inline-block;
}

.button-2:hover {
  color: #fff;
  background-color: #878787;
  border-color: #878787;
}

.row {
  height: 100%;
  min-height: 400px;
  margin-bottom: 20px;
}

.div-block-295 {
  flex-direction: column;
  justify-content: center;
  width: 65%;
  margin-bottom: 52px;
  display: flex;
}

.text-field-2 {
  letter-spacing: 0;
  border-radius: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.columns-3 {
  width: 100%;
}

.button-los-gehts {
  background-color: var(--zambezi);
  color: var(--white);
  text-align: center;
  letter-spacing: 0;
  border: 2px solid #000;
  border-radius: 25px;
  width: 175px;
  margin-top: 30px;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  transition: all .5s;
  display: inline-block;
}

.button-los-gehts:hover {
  background-color: var(--midnight-blue);
  color: #fff;
  border-color: #878787;
}

.heading-22 {
  margin-bottom: 0;
}

.label-4 {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
}

.contact-form {
  margin-top: 100px;
  margin-bottom: 100px;
}

.button-close-details {
  color: #333;
  text-align: center;
  letter-spacing: 0;
  background-color: #0000;
  border: 2px solid #000;
  border-radius: 25px;
  margin-top: 0;
  margin-left: 0;
  padding: 15px 35px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  transition: all .5s;
  display: inline-block;
}

.button-close-details:hover {
  color: #fff;
  background-color: #878787;
  border-color: #878787;
}

.det-01-sec {
  background-color: var(--transparent);
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 0 10vw;
  display: flex;
}

.det-01-sec.soul-sync {
  background-color: var(--transparent);
  padding-top: 0;
  display: flex;
}

.det-01-sec.move-space {
  background-color: var(--vision-hub-light);
  display: flex;
}

.det-01-sec.robs-hood {
  background-color: var(--transparent);
  padding-top: 0;
  display: flex;
}

.heading-23 {
  letter-spacing: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
}

.text-block-details {
  text-align: left;
  text-indent: 0;
  column-count: 1;
  word-break: keep-all;
  overflow-wrap: normal;
  width: 100%;
  min-width: auto;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.text-area {
  letter-spacing: 0;
  border-radius: 25px;
  height: 350px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 40px;
}

.anchor-det-01 {
  justify-content: center;
  width: 50%;
  margin-bottom: 54px;
  display: flex;
}

.paragraph-10 {
  letter-spacing: .5px;
  font-family: Exo, sans-serif;
  font-weight: 300;
}

.about-photo-2 {
  background-image: url('../images/lifecoach.jpg');
  background-position: 50%;
  background-size: cover;
  height: 900px;
}

.heading-24 {
  letter-spacing: 0;
  font-size: 45px;
}

.button-3 {
  color: #333;
  text-align: center;
  letter-spacing: 0;
  background-color: #0000;
  border: 2px solid #000;
  width: 175px;
  margin-top: 30px;
  padding: 15px 35px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  text-decoration: none;
  transition: all .5s;
  display: inline-block;
}

.button-3:hover {
  color: #fff;
  background-color: #878787;
  border-color: #878787;
}

.about-02 {
  padding-left: 20px;
  padding-right: 20px;
}

.paragraph-11 {
  letter-spacing: .5px;
  font-family: Exo, sans-serif;
  font-weight: 300;
}

.heading-25 {
  letter-spacing: 0;
  font-size: 45px;
}

.button-4-open {
  background-color: var(--transparent);
  color: #333;
  text-align: center;
  letter-spacing: 0;
  border: 2px solid #000;
  width: 200px;
  margin-top: 30px;
  padding: 15px 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  text-decoration: none;
  transition: all .5s;
  display: inline-block;
}

.button-4-open:hover {
  color: #fff;
  background-color: #878787;
  border-color: #878787;
}

.about-03 {
  padding-left: 20px;
  padding-right: 20px;
}

.about-photo {
  background-image: url('../images/afterlife-03.jpg');
  background-position: 50%;
  background-size: cover;
  height: 100%;
  min-height: auto;
  max-height: none;
}

.paragraph-12 {
  letter-spacing: .5px;
  font-family: Exo, sans-serif;
  font-weight: 300;
}

.about-photo-3 {
  background-image: url('../images/lifecoach.jpg');
  background-position: 50%;
  background-size: cover;
  height: 900px;
}

.heading-26 {
  letter-spacing: 0;
  font-size: 45px;
}

.about-04 {
  padding-left: 20px;
  padding-right: 20px;
}

.about-photo-4 {
  background-image: url('../images/007-p-1080_1.jpeg');
  background-position: 50%;
  background-size: cover;
  height: 900px;
}

.html-embed-17 {
  height: 300px;
}

.success-message {
  letter-spacing: .5px;
  -webkit-text-stroke-width: 0px;
  background-color: #0000;
  margin-bottom: 0;
  padding-top: 27px;
  padding-bottom: 27px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.success-message-2 {
  background-color: #cee4bc;
}

.error-message-2 {
  background-color: var(--tomato);
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.paragraph-13 {
  color: var(--white);
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.det-02-sec, .det-03-sec, .det-04-sec {
  background-color: #fffffff2;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 50px 20px;
  display: none;
}

.button-1-open {
  background-color: var(--jg-move-space);
  color: var(--white);
  text-align: center;
  letter-spacing: 0;
  text-transform: lowercase;
  border: 2px #000;
  width: 180px;
  margin-top: 30px;
  padding: 10px 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  text-decoration: none;
  transition: all .5s;
  display: inline-block;
}

.button-1-open:hover {
  background-color: var(--medium-violet-red-2);
  color: #fff;
  border-color: #878787;
}

.button-1-open.vision-hub {
  background-color: var(--jg-vision-hub);
  color: var(--white);
}

.button-1-open.vision-hub:hover {
  background-color: var(--medium-violet-red-2);
}

.button-1-open.soul-sync {
  background-color: var(--jg-soul-sync);
  color: var(--white);
}

.button-1-open.soul-sync:hover {
  background-color: var(--medium-violet-red-2);
}

.button-2-open {
  background-color: var(--transparent);
  color: #333;
  text-align: center;
  letter-spacing: 0;
  border: 2px solid #000;
  border-radius: 25px;
  width: 200px;
  margin-top: 30px;
  padding: 15px 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  text-decoration: none;
  transition: all .5s;
  display: inline-block;
}

.button-2-open:hover {
  color: #fff;
  background-color: #878787;
  border-color: #878787;
}

.button-3-open {
  background-color: var(--transparent);
  color: #333;
  text-align: center;
  letter-spacing: 0;
  border: 2px solid #000;
  width: 200px;
  margin-top: 30px;
  padding: 15px 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  text-decoration: none;
  transition: all .5s;
  display: inline-block;
}

.button-3-open:hover {
  color: #fff;
  background-color: #878787;
  border-color: #878787;
}

.text-block-details--2, .text-block-details-03, .text-block-details-04 {
  width: auto;
  min-width: auto;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.grey-box-02 {
  background-color: var(--angebotsgrau);
  text-align: center;
  border-radius: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: auto;
  padding-top: 0;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.image-2046 {
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 25px;
  width: 100%;
  height: 100%;
  position: static;
}

.grey-box-copy {
  text-align: center;
  background-color: #f5f5f5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: auto;
  padding-top: 0;
  padding-left: 10%;
  padding-right: 10%;
  display: none;
}

.about-01-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  object-fit: fill;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100vw;
  max-width: 1200px;
  padding: 100px 10px;
}

.about-04-sec {
  background-color: var(--soul-sync-light);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: -4vw;
  padding-bottom: 100px;
  display: none;
}

.about-03-grid {
  grid-template-rows: auto;
  width: 100vw;
  max-width: 1200px;
  margin-top: 15px;
  padding: 10px 40px;
}

.about-02-grid {
  background-color: var(--transparent);
  grid-template-rows: auto;
  width: 100vw;
  max-width: 1200px;
  margin-top: 15px;
  padding: 10px 40px;
}

.about-04-grid {
  grid-template-rows: auto;
  width: 100vw;
  max-width: 1200px;
  margin-top: 15px;
  padding: 10px 40px;
}

.about-01-sec {
  border-top: 3px none var(--zambezi);
  background-color: var(--move-space-light);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.about-01-sec.angebot {
  background-color: var(--transparent);
  padding-top: 0;
}

.about-01-sec.angebot.soul-sync, .about-01-sec.angebot.move-space {
  background-color: var(--transparent);
}

.about-01-sec.angebot.robs-hood {
  background-color: var(--transparent);
  padding-top: 0;
  padding-bottom: 0;
}

.about-02-sec, .about-03-sec {
  background-color: var(--soul-sync-light);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
}

.column-4 {
  border: 1px #000;
  border-radius: 0;
}

._200-meter-titel {
  color: #fff3;
  text-align: center;
  width: 100vw;
  margin-top: 0;
  margin-bottom: 0%;
  font-size: 7rem;
  font-weight: 500;
  line-height: 100%;
  position: static;
  inset: 0%;
}

.ruecktritt-title {
  color: #474a57;
  text-align: center;
  width: 100vw;
  margin-top: 100px;
  margin-bottom: 40px;
  font-size: 44px;
  line-height: 45px;
  display: block;
}

.div-block-296 {
  flex-direction: column;
  display: flex;
}

.pdf-icon-div {
  justify-content: center;
  display: flex;
}

.image-2047 {
  width: 100%;
}

.ruecktritt-text {
  color: #474a57;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 45px;
  display: block;
}

.icon-text-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  margin-top: 13px;
  display: flex;
}

.link-block-3 {
  text-align: center;
  width: 12%;
}

.zwischentitel-ruecktritt {
  background-color: var(--cornflower-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 25vh;
  min-height: 250px;
  display: flex;
}

.zwischentitel-ruecktritt.bg-beige {
  background-color: var(--cornflower-blue);
  height: 15vh;
}

.zwischentitel-ruecktritt.title {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 30vh;
}

._2000-meteroberzeile {
  color: #fff3;
  text-align: center;
  width: 100vw;
  margin-top: 0;
  margin-bottom: 1%;
  padding-bottom: 5px;
  font-size: 3rem;
  font-weight: 500;
  line-height: 100%;
  position: static;
  inset: 0%;
}

.step-block-2021-copy {
  flex-wrap: nowrap;
  place-content: center space-around;
  align-items: center;
  width: 95vw;
  min-width: auto;
  max-width: 1000px;
  height: 90vh;
  min-height: 70vh;
  margin-top: -1px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.medien-step-block-2023 {
  background-image: url('../images/m2-left.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 75%;
  flex-wrap: nowrap;
  place-content: center space-around;
  align-items: center;
  min-height: 80vh;
  margin-top: -1px;
  display: flex;
  position: relative;
}

.median-step-block-2023 {
  z-index: 99999;
  background-color: var(--light-steel-blue);
  flex-wrap: nowrap;
  place-content: center space-around;
  align-items: center;
  width: 200px;
  min-width: auto;
  max-width: 1000px;
  height: 70px;
  min-height: 70px;
  margin-top: -1px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.scoll-wrap-2023 {
  flex-direction: column;
  align-items: center;
  height: 50%;
  display: flex;
  position: absolute;
  bottom: 50%;
}

.dot-2-023 {
  z-index: 3;
  background-color: #eeeff4;
  border: 5px solid #6aa0bf59;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-top: -6px;
  margin-bottom: -63px;
  position: relative;
}

.avatarwrapper-sfr-25-01-2023 {
  z-index: 100;
  cursor: pointer;
  background-image: url('../images/srf-thumb-2023.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  align-self: center;
  width: 300px;
  height: 165px;
  margin-top: 32px;
  margin-left: 0;
  position: absolute;
  inset: 37% 0% 0% 13%;
  transform: none;
  box-shadow: 0 8px 16px #0006;
}

.avatarwrapper-tele-1 {
  z-index: 100;
  cursor: pointer;
  background-image: url('../images/th-tele-01-2023.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  align-self: center;
  width: 300px;
  height: 165px;
  margin-top: 32px;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 0;
  position: absolute;
  inset: 37% 0% 0% 13%;
  transform: none;
  box-shadow: 0 8px 16px #0006;
}

.avatarwrapper-zuerinews {
  z-index: 100;
  cursor: pointer;
  background-image: url('../images/zuerinews.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  align-self: center;
  width: 300px;
  height: 165px;
  margin-top: 32px;
  margin-left: 0;
  position: absolute;
  inset: 37% 0% 0% 13%;
  transform: none;
  box-shadow: 0 8px 16px #0006;
}

.img-vision {
  object-fit: cover;
  overflow: hidden;
}

.mandatoy {
  color: var(--dim-grey);
  letter-spacing: 1px;
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.quote {
  background-color: var(--transparent);
  width: 100%;
  height: auto;
  margin-top: 20px;
  padding-top: 20px;
  display: none;
}

.block-quote {
  text-align: left;
  font-family: Lato, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.text-block-65 {
  text-align: left;
  margin-top: 14px;
  margin-bottom: 20px;
  margin-left: 20px;
  font-style: italic;
}

.image-2048 {
  width: 70px;
  max-width: 90px;
}

.text-block-66 {
  text-align: center;
  margin-left: 10%;
  margin-right: 10%;
  padding-top: 60px;
  padding-left: 0;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
}

.div-block-298 {
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 0;
  display: flex;
}

.image-2049 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.comeback-txt-small {
  text-align: center;
  margin-left: 10%;
  margin-right: 10%;
  padding-left: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.comeback-txt-small.left {
  text-align: center;
  margin-left: 10%;
  margin-right: 0%;
  font-size: 14px;
}

.comeback-txt-small.fliess {
  text-align: left;
  margin-top: 40px;
}

.grid-8 {
  grid-template-rows: auto auto auto;
  margin-bottom: 40px;
}

.div-grid-unten {
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 0;
  display: flex;
}

.div-lead-news {
  flex-direction: column;
  justify-content: space-around;
  padding-top: 0;
  display: flex;
}

.image-2050 {
  width: 80px;
}

.div-block-299 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.ham-close-btn, .ham-open-btn {
  cursor: pointer;
  background-color: #daa0a0f5;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 64px;
  height: 64px;
  padding: 12px 15px 8px;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.mainheading {
  color: var(--white);
  text-align: right;
  letter-spacing: 1px;
  width: 100%;
  max-width: 100%;
  margin-right: 0%;
  padding-right: 8vw;
  font-family: Montserrat, sans-serif;
  font-size: 2.5svw;
  font-weight: 500;
  line-height: 5svw;
}

.mainheading.subline {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.6svw;
  font-weight: 500;
}

.mainheading.angebot {
  color: var(--white);
  padding-right: 8vw;
  font-size: 2.5svw;
}

.mainheading.home {
  color: var(--zambezi);
  text-align: right;
  width: 100%;
  margin-right: 0;
  padding-right: 10vw;
  font-size: 2.5svw;
}

.mainheading.behind {
  color: var(--white);
  text-align: left;
  font-size: 2.5svw;
}

.mainheading.ruder {
  color: var(--zambezi);
}

.mainheading.impressum, .mainheading.sambesi {
  color: var(--sambesi);
}

.start-hero-sec {
  background-color: var(--petrol);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: none;
  margin-top: 200px;
  padding: 100px 10vw;
  display: flex;
}

.start-hero-sec.home {
  border-top: 9px none var(--zambezi);
  background-color: var(--transparent);
  justify-content: space-between;
  margin-top: 0;
  padding: 100px 10vw 0;
}

.start-hero-sec.meine-ruderwelt {
  background-color: var(--transparent);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 40px;
}

.start-hero-sec.behind-the-scene {
  background-color: var(--transparent);
  margin-top: 0;
  margin-bottom: 0;
  padding: 100px 10vw;
}

.text-block-68 {
  font-family: Montserrat, sans-serif;
}

.paragraph-14 {
  font-size: 16px;
  font-weight: 400;
}

.monserrat-16-fst {
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.start-hero-div {
  text-align: left;
  flex-flow: column;
  width: 80vw;
  max-width: 1200px;
  display: flex;
}

.image-2051 {
  padding-top: 0;
  padding-bottom: 0;
}

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

.image-2052 {
  width: 50px;
  height: 50px;
}

.angebote-titel-sec {
  background-color: var(--angebotsgrau);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 150px;
  margin-bottom: 10px;
  display: flex;
}

.angebot-heading {
  letter-spacing: 1px;
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1em;
}

.angebot-subline {
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.angebot-titel {
  color: var(--cornflower-blue);
  letter-spacing: 0;
  font-family: Montserrat, sans-serif;
  font-size: 8vw;
  font-weight: 300;
  line-height: 90px;
}

.logoin-angebote-cards {
  border-radius: 15px;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.logoin-angebote-cards.small {
  width: 20%;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-block-301 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-1-open.robs-hood {
  background-color: var(--jg-robs-hood);
}

.button-1-open.robs-hood:hover {
  background-color: var(--medium-violet-red-2);
}

.kontakt-txt {
  color: var(--dark-grey);
  text-align: left;
  letter-spacing: 1.2px;
  width: 50%;
  padding: 30px 50px;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
}

.kont-1-4 {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 0;
  display: flex;
}

.text-block-69 {
  color: var(--angebotsgrau);
  text-align: left;
  width: auto;
  padding-top: 0;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-style: normal;
  line-height: 34px;
}

.text-block-69.oben-rechts, .text-block-69.unten-rechts {
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
  line-height: 30px;
}

.text-block-69.oben-links, .text-block-69.unten-links {
  text-align: right;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
  line-height: 30px;
}

.kont-txt-div {
  width: 50%;
  padding-right: 0;
}

.kont-1-4--copy {
  flex-flow: row;
  justify-content: space-between;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.youtube-sm-inner-circle {
  border: 1px solid var(--sambesi);
  background-color: var(--dark-grey);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  position: absolute;
}

.youtube-sm-inner-circle:hover {
  border-width: 5px;
  border-color: var(--white);
  background-color: var(--medium-violet-red-2);
}

.nav-link-menu-left-copy {
  z-index: auto;
  color: var(--white);
  text-align: right;
  letter-spacing: 1.2px;
  -webkit-text-stroke-color: var(--white);
  margin: 3% 10% 3% auto;
  padding-left: 0;
  padding-right: 0;
  font-family: Exo, sans-serif;
  font-size: 3.5vw;
  font-weight: 300;
  display: block;
}

.nav-link-menu-left-copy:hover {
  filter: blur(1px);
  color: var(--tomato);
}

.nav-link-menu-left-copy.jeannine, .nav-link-menu-left-copy.behindethescene, .nav-link-menu-left-copy.partner, .nav-link-menu-left-copy.erfolge {
  display: none;
}

.image-2053 {
  width: 10%;
  max-width: 10%;
}

.kontakt-divider {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.line-bottom-2 {
  background-color: #fff;
  width: 100%;
  height: 2px;
  margin-bottom: 6px;
}

.mobile-nav-main-menu-entry-3 {
  font-size: 18px;
}

.mobile-navbar-2 {
  flex-direction: column;
  height: 150px;
  display: none;
}

.open-btn-3 {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 64px;
  height: 64px;
  padding: 12px 15px 8px;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.wg-selector-highlight-wrapper-3 {
  width: 100%;
  height: 2px;
  margin-top: .25rem;
  overflow: hidden;
}

.wg-code-3 {
  display: none;
}

.line-mid-2 {
  background-color: #fff;
  width: 100%;
  height: 2px;
  margin-bottom: 6px;
}

.mob-nav-upper-right-wrapper-2 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 150px;
  height: 175px;
  display: flex;
}

.text-en-2 {
  color: #636669;
  font-size: 16px;
}

.text-en-2:hover {
  color: #ff6640;
}

.line-top-2 {
  background-color: #fff;
  width: 100%;
  height: 2px;
  margin-bottom: 6px;
}

.text-de-2 {
  color: #645555;
  font-size: 16px;
}

.open-btn-4 {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 64px;
  height: 64px;
  padding: 12px 15px 8px;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.wg-code-4 {
  display: none;
}

.line-mid-3 {
  background-color: #fff;
  width: 100%;
  height: 2px;
  margin-bottom: 6px;
}

.mob-nav-upper-right-wrapper-3 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 150px;
  height: 175px;
  display: flex;
}

.open-btn-5 {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 64px;
  height: 64px;
  padding: 12px 15px 8px;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.line-mid-4 {
  background-color: #fff;
  width: 100%;
  height: 2px;
  margin-bottom: 6px;
}

.lang-switcher-de-en-3 {
  color: #999;
  letter-spacing: 1.2px;
  font-family: Exo, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.lang-switcher-de-en-3:hover {
  color: #1cdae7;
  font-size: 17px;
  font-weight: 600;
}

.mobile-nav-main-menu-entry-4 {
  font-size: 18px;
}

.text-block-70 {
  font-family: Exo, sans-serif;
  font-size: 15px;
}

.open-btn-6 {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 64px;
  height: 64px;
  padding: 12px 15px 8px;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.line-mid-5 {
  background-color: #fff;
  width: 100%;
  height: 2px;
  margin-bottom: 6px;
}

.mob-nav-upper-right-wrapper-4 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 150px;
  height: 175px;
  display: flex;
}

.lang-switcher-de-en-4 {
  color: #999;
  letter-spacing: 1.2px;
  font-family: Exo, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.lang-switcher-de-en-4:hover {
  color: #1cdae7;
  font-size: 17px;
  font-weight: 600;
}

.mobile-nav-main-menu-entry-5 {
  font-size: 18px;
}

.text-block-71 {
  font-family: Exo, sans-serif;
  font-size: 15px;
}

.open-btn-7 {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 64px;
  height: 64px;
  padding: 12px 15px 8px;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.mainheader {
  text-align: right;
  width: 100%;
  padding-right: 0%;
  font-size: 2vw;
}

.menu-stopper {
  background-color: var(--white);
  background-image: url('../images/purple-waves3-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  min-height: auto;
  margin-top: 290px;
  display: flex;
}

.menu-stopper.bg-beige {
  background-color: var(--cornflower-blue);
  height: 15vh;
}

.menu-stopper.title {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 30vh;
}

.ribbon-sechome {
  background-color: var(--transparent);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 15vw;
  margin-top: 0;
  padding-top: 60px;
  padding-left: 20vw;
  padding-right: 20vw;
  display: none;
}

.ribbon-sechome.bottom {
  background-color: var(--zembesi-light);
  height: 15vw;
  margin-top: 0;
  padding-top: 60px;
  display: flex;
}

.ribbon-sechome.bottom.top-50px {
  z-index: 99;
  background-image: none;
  height: 5vw;
  margin-top: 0;
  display: flex;
  position: relative;
}

.ribbon-sechome.bottom.meine-ruderwelt {
  background-image: url('../images/PETROL-Waves-pressed.png');
  height: 10vw;
  margin-top: 0;
  display: flex;
}

.ribbon-sechome.bottom.behind-the-scene {
  background-color: var(--transparent);
  height: 10vw;
  margin-top: 0;
  display: flex;
  position: relative;
}

.ribbon-sechome.bottom.ruderwelt, .ribbon-sechome.bottom.erfolge {
  background-color: var(--transparent);
  display: flex;
}

.ribbon-sechome.bottom.home {
  display: none;
}

.ribbon-sechome.top.marken, .ribbon-sechome.top.engagements {
  margin-top: 0;
}

.ribbon-sechome.medien {
  z-index: 99;
  background-color: var(--transparent);
  height: 10vw;
  margin-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.ribbon-sechome.event, .ribbon-sechome.instagram, .ribbon-sechome.jeannine, .ribbon-sechome.jeannine.noch-mehr, .ribbon-sechome.engagements, .ribbon-sechome.kooperationen {
  background-color: var(--transparent);
  display: flex;
}

.ribbon-sechome.soul-sync {
  background-color: var(--transparent);
}

.ribbon-sechome.move-space {
  background-color: var(--vision-hub-light);
}

.ribbon-sechome.move-space.ribbon, .ribbon-sechome.robs-hood {
  background-color: var(--transparent);
}

.div-block-306 {
  background-image: url('../images/PETROL-Waves-01.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 25vw;
  display: flex;
}

.text-block-73 {
  background-color: var(--transparent);
  color: var(--white);
  letter-spacing: 1.2px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 100%;
}

.code-embed {
  width: 100%;
  height: 100%;
  margin-top: 100px;
  margin-bottom: 40px;
  display: block;
}

.body-5 {
  justify-content: space-between;
  align-items: center;
  overflow: visible;
}

.div-block-307 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-74 {
  text-align: left;
  width: 100%;
  padding-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.botton-wave-div {
  z-index: 99;
  border: 0px none var(--white);
  background-color: var(--zambezi);
  outline-color: var(--white);
  outline-offset: 0px;
  border-radius: 0;
  outline-width: 0;
  outline-style: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 5vw;
  display: flex;
  position: relative;
}

.botton-wave-div.home {
  background-color: var(--zambezi);
  outline-color: var(--zambezi);
}

.botton-wave-div.events, .botton-wave-div.news {
  background-color: var(--zambezi);
  outline-color: var(--zambezi);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: none;
}

.botton-wave-div.jeannine {
  background-color: var(--zambezi);
  outline-color: var(--jg-soul-sync);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: none;
}

.botton-wave-div.kooperationen {
  background-color: var(--jg-soul-sync);
  outline-color: var(--jg-soul-sync);
}

.botton-wave-div.kooperationen.vision {
  background-color: var(--zambezi);
  outline-color: var(--jg-vision-hub);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: none;
}

.botton-wave-div.kooperationen.robs {
  background-color: var(--jg-robs-hood);
  outline-color: var(--jg-robs-hood);
}

.botton-wave-div.ruderwelt {
  background-color: var(--zambezi);
  outline-color: var(--zambezi);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: none;
}

.botton-wave-div.medien {
  background-color: var(--zambezi);
  outline-offset: 4px;
  border-style: none;
  border-top-width: 0;
  border-radius: 0;
  outline: 2px #333;
  width: 100vw;
}

.botton-wave-div.soul-sync {
  background-color: var(--jg-soul-sync);
  outline-color: var(--jg-soul-sync);
}

.botton-wave-div.move-space {
  background-color: var(--jg-move-space);
  outline-color: var(--jg-move-space);
}

.botton-wave-div.vision-hub {
  background-color: var(--jg-vision-hub);
  outline-color: var(--jg-vision-hub);
}

.botton-wave-div.robs-hood {
  background-color: var(--jg-robs-hood);
  outline-color: var(--jg-robs-hood);
}

.botton-wave-div.kontakt {
  background-color: var(--jg-vision-hub);
  outline-color: var(--jg-vision-hub);
}

.botton-wave-div.erfolge {
  background-color: var(--zambezi);
  outline-color: var(--jg-soul-sync);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: none;
}

.botton-wave-div.vision {
  background-color: var(--zambezi);
  outline-color: var(--jg-vision-hub);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: none;
}

.botton-wave-div.behind-the-scene {
  background-color: var(--zambezi);
  outline-color: var(--jg-soul-sync);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: none;
}

.ribbon-sec-work {
  z-index: 99;
  background-image: url('../images/move-space-banner-40-big.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 10vw;
  margin-top: 0;
  padding-top: 0;
  display: flex;
  position: relative;
}

.work-sec {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.work-sec.mit-video {
  background-color: var(--transparent);
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.text-block-75 {
  color: var(--dim-grey);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 30px;
  display: block;
}

.text-div {
  word-break: normal;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 60px;
  padding: 0 0 40px;
  display: flex;
}

.carousel-sec {
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  max-width: 1200px;
  display: block;
}

.left-arrow-wrap {
  align-items: center;
  width: 30px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% -10%;
  overflow: visible;
}

.car-card-top-image {
  width: 90%;
}

.lead {
  color: #000;
  text-align: center;
  border-bottom: 1px #d8d8d8;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
}

.lead._20pt {
  font-size: 20px;
  line-height: 26px;
}

.dachmarke-logo {
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.client-slider-panel {
  opacity: .37;
  border: 3px #fff;
  width: auto;
  max-width: none;
  max-height: none;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.image-11 {
  opacity: .5;
  background-color: #0000;
  padding-bottom: 130px;
}

.button-wrapper {
  margin-top: 0;
}

.button-wrapper.new._01 {
  margin-top: 40px;
  padding-left: 10px;
  padding-right: 10px;
}

.slide-nav-3 {
  display: none;
  bottom: -48px;
}

.client-slider-mask {
  object-fit: fill;
  width: 100%;
  height: auto;
  margin-top: 0;
  overflow: visible;
}

.button-4 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #5c0000;
  border: 1px solid #5c0000;
  border-radius: 0;
  width: 160px;
  height: auto;
  margin-right: 0;
  padding: 12px 40px;
  font-size: 10px;
  font-weight: 400;
  line-height: 24px;
  transition: all .4s;
}

.button-4:hover {
  opacity: 1;
  color: #fff;
  background-color: #c65f38;
  border-style: solid;
  border-color: #c65f38;
}

.button-4.top-padding {
  color: #fff;
  letter-spacing: 1.5px;
  -webkit-text-stroke-color: white;
  text-transform: none;
  background-color: #000;
  border-style: none;
  border-color: #d84811;
  border-radius: 0;
  width: auto;
  margin-top: 0;
  margin-right: 20px;
  padding: 10px 20px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.button-4.top-padding:hover {
  color: #fff;
  background-color: #d84811;
  border-color: #d84811;
  transform: translate(0, -6px);
  box-shadow: 0 2px 10px #0003;
}

.button-4.top-padding.carousel {
  margin-top: 40px;
  margin-right: 0;
}

.button-4.top-padding.carousel._01 {
  margin-top: 20px;
}

.client-slider {
  object-fit: fill;
  background-color: #0000;
  width: 30%;
  height: auto;
}

.tab-drop-heading {
  color: #000;
  text-align: center;
  border-bottom: 1px #d8d8d8;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 32px;
}

.tab-drop-heading.top {
  padding-top: 0;
  padding-bottom: 20px;
  font-size: 34px;
}

.image-2055 {
  width: 100px;
}

.right-arrow-wrap {
  align-items: center;
  width: 30px;
  margin-right: 0;
  display: flex;
  inset: 0% 1% 0% auto;
  overflow: visible;
}

.car-slide-txt {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10%;
  padding-bottom: 10%;
  display: flex;
}

.resource-wrap-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  min-height: 70vh;
  padding-top: 20px;
  display: flex;
  overflow: hidden;
}

.slider-section {
  flex-direction: column;
  align-items: center;
  width: 100vw;
  height: auto;
  display: flex;
}

.image-12 {
  opacity: .5;
  width: 30px;
  margin-left: 0;
  padding-bottom: 130px;
}

.carouseldiv {
  width: 100vw;
  max-width: none;
  margin-left: 0;
  display: flex;
}

.website-panel {
  height: 100%;
  padding: 6px;
}

.website-panel.trislider {
  background-image: linear-gradient(152deg, var(--midnight-blue-2), var(--sky-blue));
  opacity: .47;
  opacity: .47;
  opacity: .47;
  border-radius: 36px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: 40vh;
  padding: 16px 0;
  display: flex;
  position: relative;
  transform: scale(.8);
}

.website-panel.trislider.soul-sync {
  background-image: linear-gradient(152deg, var(--jg-soul-sync), var(--jg-soul-sync-light) 100%, #6c5117);
}

.website-panel.trislider.move-space {
  background-image: linear-gradient(152deg, var(--jg-move-space), var(--deep-sky-blue));
  display: none;
}

.website-panel.trislider.robs-hood {
  background-image: linear-gradient(152deg, var(--jg-robs-hood), var(--sienna));
}

.website-panel.trislider {
  opacity: .47;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: auto;
  height: auto;
  min-height: auto;
  padding: 0;
  display: flex;
  position: relative;
  transform: scale(.8);
}

.website-panel.trislider.vision-hub {
  min-width: 300px;
}

.hero--txt-div-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 60vw;
  margin-top: 38px;
  display: flex;
}

.div-block-308 {
  background-image: url('../images/vision-hub.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 20px;
  width: 100%;
  height: 37%;
  margin-top: 25px;
  margin-right: 0;
  padding-right: 0;
}

.zt-green-churro {
  background-color: var(--zambezi);
  border-radius: 25px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 1000px;
  height: 50px;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 0 60px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.zt-green-churro.top-100 {
  background-color: var(--petrol-dark);
  height: 70px;
  margin-top: 100px;
}

.zt-green-churro.olympia {
  background-color: var(--transparent);
  margin-bottom: 0;
}

.zt-green-churro.olympia.vision {
  background-color: var(--zambezi);
}

.zt-green-churro.olympia.soul-sync {
  background-color: var(--jg-soul-sync);
}

.zt-green-churro.olympia.robs-hood {
  background-color: var(--jg-robs-hood);
}

.zt-green-churro.insta {
  background-color: var(--zambezi);
}

.meine-ruderwelt-titel {
  color: var(--dim-grey);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.meine-ruderwelt-titel:hover {
  color: var(--dim-grey);
  -webkit-text-stroke-color: var(--transparent);
}

.meine-ruderwelt-titel.podcast {
  font-size: 16px;
  font-weight: 400;
}

.meine-ruderwelt-titel.mit-subtitel {
  padding-top: 0;
  font-size: 18px;
}

.meine-ruderwelt-titel.zt-white-28-pt {
  color: var(--dim-grey);
  font-size: 30px;
  font-weight: 300;
}

.meine-ruderwelt-titel.swiss {
  color: var(--zambezi);
  font-weight: 300;
}

.meine-ruderwelt-titel.medien {
  color: var(--white);
}

.meine-ruderwelt-titel.instagram {
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
}

.insta-cont-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1000px;
  display: flex;
}

.ribbon-sec-news, .ribbon-sec-events {
  z-index: 99;
  background-image: url('../images/PETROL-Waves-pressed.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 10vw;
  margin-top: 0;
  padding-top: 0;
  display: flex;
  position: relative;
}

.events-sec {
  z-index: 99;
  object-fit: fill;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  display: flex;
  position: static;
}

.eventstitle {
  background-color: var(--petrol-dark);
  border-radius: 25px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  height: 50px;
  margin-top: 40px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.container-16 {
  width: 100%;
  margin-top: 60px;
}

.event-cont {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--petrol);
  border-radius: 25px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  height: 600px;
  margin-top: 20px;
  display: flex;
}

.code-embed-2 {
  z-index: 99;
  width: 100%;
  position: static;
}

.event-sec {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 500px;
  display: flex;
}

.event-container {
  z-index: 99;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: static;
}

.code-embed-3 {
  z-index: 1;
  box-sizing: content-box;
  object-fit: contain;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 70vw;
  height: auto;
  display: flex;
  position: static;
}

.erfolge-sec {
  background-color: var(--transparent);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  padding-top: 60px;
  padding-bottom: 100px;
  display: flex;
}

.txt-platzierung-3 {
  color: var(--dim-grey);
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 1.6em;
  font-weight: 600;
}

.steckbrief-oberzeile-2 {
  color: #183047;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 300;
}

.ring-wrapper-detail-page-2 {
  border: 6px #6aa0bf59;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 22vw;
  padding-bottom: 10px;
  display: flex;
}

.h2-milestones-2 {
  background-color: var(--white);
  outline-offset: 0px;
  color: var(--jg-move-space);
  text-align: center;
  letter-spacing: 1.2px;
  outline: 3px #6aa0bf59;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: auto;
  height: 44px;
  font-family: Montserrat, sans-serif;
  font-size: 2em;
  font-weight: 600;
  line-height: 22px;
  display: flex;
}

.div-block-309 {
  flex-direction: column;
  height: 100%;
  padding-top: 18px;
  display: flex;
}

.jg-milesotnes-2 {
  background-image: url('../images/milestones.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 6px solid #6aa0bf59;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 22vw;
  height: 22vw;
  padding-bottom: 10px;
  display: flex;
}

.steckbrief-txt-small-2 {
  color: #183047;
  font-size: 14px;
  font-weight: 500;
}

.image-2056 {
  width: 50px;
  height: 50px;
  margin-left: 29px;
  margin-right: 29px;
}

.text-block-77 {
  color: #183047;
  font-size: 20px;
  font-weight: 500;
}

.div-block-310 {
  border: 25px none var(--petrol);
  border-radius: 25px;
  max-height: none;
}

.h2-von-bis-2 {
  color: var(--white);
  text-align: center;
  justify-content: space-between;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 40px;
  display: block;
}

.ribbon-sec-markenbot {
  background-image: url('../images/PETROL-TOP-Waves.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 25vw;
  margin-top: 0;
  padding-top: 0;
  display: none;
}

.container-17 {
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin-top: 100px;
}

.ruderwelt---txt-left {
  background-color: var(--zambezi);
  color: var(--white);
  text-align: right;
  border-radius: 20px;
  width: 90%;
  padding: 40px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.ruderwelt---txt-left.first {
  background-color: var(--zambezi);
}

.ruderwelt---txt-lead {
  text-align: center;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.mrw--div-01 {
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: -73px;
  display: flex;
}

.mrw--div-01._02 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 100px;
}

.mrw--div-01._03 {
  margin-top: -185px;
}

.mrw--div-01._01 {
  margin-top: -2px;
}

.ruderwelt---txt-right {
  background-color: var(--zambezi);
  color: var(--white);
  text-align: left;
  border-radius: 20px;
  width: 90%;
  margin-top: 140px;
  padding: 40px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.sq-slider {
  border: 4px #ee6a2f;
}

.client-slider-panel-2 {
  opacity: .37;
  border: 3px #fff;
  margin-right: 20px;
}

.client-slider-2 {
  background-color: #0000;
  width: 100%;
  height: 100%;
  display: none;
}

.right-arrow-wrap-2 {
  bottom: -115px;
  right: -10px;
  overflow: visible;
}

.slide-nav-4 {
  bottom: -48px;
}

.client-slider-mask-2 {
  overflow: visible;
}

.direction-icon {
  color: #c9c9c9;
  background-color: #15759600;
  background-image: none;
  border: 1px solid #dadada;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-top: 559px;
  margin-bottom: 0;
  font-size: 17px;
  display: flex;
}

.direction-icon:hover {
  background-color: #ffffff3d;
}

.direction-icon.right {
  left: -298px;
}

.direction-icon.left {
  right: -304px;
}

.left-arrow-wrap-2 {
  bottom: -115px;
  left: -10px;
  overflow: visible;
}

.left-arrow-wrap-3 {
  align-items: center;
  width: 30px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% -5%;
  overflow: visible;
}

.image-2057 {
  border-radius: 20px;
  width: 90%;
  margin-top: 5%;
}

.client-slider-panel-3 {
  opacity: .37;
  border: 3px #fff;
  width: auto;
  max-width: none;
  max-height: none;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.image-2058 {
  opacity: .5;
  background-color: #0000;
  padding-bottom: 130px;
}

.slide-nav-5 {
  display: block;
  bottom: -48px;
}

.client-slider-mask-3 {
  object-fit: fill;
  width: 100%;
  height: auto;
  margin-top: 0;
  overflow: visible;
}

.button-5 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #5c0000;
  border: 1px solid #5c0000;
  border-radius: 0;
  width: 160px;
  height: auto;
  margin-right: 0;
  padding: 12px 40px;
  font-size: 10px;
  font-weight: 400;
  line-height: 24px;
  transition: all .4s;
}

.button-5:hover {
  opacity: 1;
  color: #fff;
  background-color: #c65f38;
  border-style: solid;
  border-color: #c65f38;
}

.button-5.top-padding {
  color: #fff;
  letter-spacing: 1.5px;
  -webkit-text-stroke-color: white;
  text-transform: none;
  background-color: #000;
  border-style: none;
  border-color: #d84811;
  border-radius: 0;
  width: auto;
  margin-top: 0;
  margin-right: 20px;
  padding: 10px 20px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.button-5.top-padding:hover {
  color: #fff;
  background-color: #d84811;
  border-color: #d84811;
  transform: translate(0, -6px);
  box-shadow: 0 2px 10px #0003;
}

.button-5.top-padding.carousel {
  margin-top: 40px;
  margin-right: 0;
}

.button-5.top-padding.carousel._01 {
  background-color: var(--jg-vision-hub);
  border-radius: 16px;
  min-width: auto;
  margin-top: 20px;
  padding: 20px 60px;
  font-size: 24px;
}

.button-5.top-padding.carousel._01.soul-sync {
  background-color: var(--jg-soul-sync);
}

.button-5.top-padding.carousel._01.move-space {
  background-color: var(--jg-move-space);
}

.button-5.top-padding.carousel._01.robs-hood {
  background-color: var(--jg-robs-hood);
}

.button-5.top-padding.carousel._01 {
  margin-top: 20px;
}

.work-slider {
  object-fit: fill;
  background-color: #0000;
  width: 33%;
  max-width: 500px;
  height: auto;
  margin-left: 0;
}

.right-arrow-wrap-3 {
  align-items: center;
  width: 30px;
  margin-right: 0;
  display: flex;
  inset: 0% -5% 0% auto;
  overflow: visible;
}

.image-2059 {
  opacity: .5;
  width: 30px;
  margin-left: 0;
  padding-bottom: 130px;
}

.carousel-wrapper {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: none;
  margin-bottom: 5vh;
  margin-left: 0;
  display: flex;
}

.work-car-thin-txt {
  color: var(--white);
  text-align: center;
  letter-spacing: 1.2px;
  text-transform: lowercase;
  border-bottom: 1px #d8d8d8;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 22px;
}

.work-car-thin-txt.top {
  padding-top: 0;
  padding-bottom: 20px;
  font-size: 34px;
}

.work-card_at-txt {
  color: var(--midnight-blue);
  text-align: center;
  text-transform: uppercase;
  border-bottom: 1px #d8d8d8;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.work-card_at-txt.top {
  padding-top: 0;
  padding-bottom: 20px;
  font-size: 34px;
}

.work-card_at-txt.soul-sync {
  color: var(--jg-soul-sync-light);
}

.work-card_at-txt.robs-hood {
  color: var(--saddle-brown);
}

.work-card-txt {
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.work-card-img-wrapper {
  background-image: url('../images/soul-sync.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: auto;
  margin-top: 15px;
  display: flex;
}

.work-card-img-wrapper.soul-sync {
  background-image: url('../images/soul-sync.jpg');
}

.work-card-img-wrapper.move-space {
  background-image: url('../images/move-space.jpg');
}

.work-card-img-wrapper.robs-hood {
  background-image: url('../images/robs-hood.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.work-card-img-wrapper.vision-hub {
  background-image: url('../images/vision-hub.jpg');
}

.image-2060 {
  width: 40%;
  padding-top: 10%;
  padding-bottom: 10%;
}

.text-blocktitle {
  padding-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

.text-blocktitle.text-block-subtitle {
  color: var(--dim-grey);
  padding-bottom: 0;
  font-size: 28px;
  font-weight: 300;
}

.text-blocktitle.ein-film-von {
  color: var(--dim-grey);
  padding-top: 10px;
  font-size: 15px;
  font-weight: 500;
}

.text-blocktitle.srf-dok {
  color: var(--dim-grey);
}

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

.video-8 {
  border-radius: 25px;
  width: 100%;
  height: 100%;
}

.video-div-wistia {
  border-radius: 25px;
  width: 80vw;
  max-width: 1200px;
}

.medien-sec {
  background-color: var(--transparent);
  height: auto;
}

.medien-sec.tv {
  background-color: var(--transparent);
}

.focustx-dv {
  border-top: 0px none var(--zambezi);
  background-color: var(--transparent);
  outline-color: var(--dim-grey);
  outline-offset: 4px;
  outline-width: 0;
  outline-style: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  margin-top: 0;
  padding: 100px 5vw 60px;
  display: flex;
}

.focustx-dv.tv-beitr-ge {
  border-top: 2px none var(--zambezi);
  background-color: var(--transparent);
  outline-color: var(--zambezi);
  outline-offset: 4px;
  mix-blend-mode: normal;
  outline-width: 2px;
  outline-style: none;
}

.focustx-dv.print {
  outline-color: var(--dim-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: none;
}

.focus-txt-div {
  width: 65%;
  display: none;
}

.div-block-311 {
  padding-top: 40px;
}

.image-2061 {
  width: 150px;
  height: auto;
}

.textlink-small-white-3 {
  color: #fff;
  text-align: center;
  background-color: #79b4d1;
  border-radius: 30px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 20px;
  padding: 21px 50px;
  font-size: 20px;
  font-weight: 300;
  line-height: 14px;
  display: flex;
}

.textlink-small-white-3:hover {
  color: #fff;
  background-color: #183047;
}

.elfsight-cont {
  background-color: var(--robs-hood-light);
  border-radius: 25px;
  width: 80vw;
  max-width: 1200px;
  height: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 60px;
  padding-bottom: 100px;
  padding-left: 40px;
}

.video-div-tv {
  color: var(--move-space-light);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: none;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.code-embed-4 {
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.text-block-78 {
  color: var(--petrol-dark);
  text-align: left;
  margin-top: 100px;
  margin-bottom: 20px;
  padding-left: 79px;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  line-height: 60px;
}

.div-block-312 {
  background-color: var(--sky-blue);
  margin-top: -43px;
}

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

.div-txt-01-angebot {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 0;
  display: flex;
}

.heading-27 {
  font-family: Montserrat, sans-serif;
}

.ribbon-txt-markenbotschafterin {
  color: var(--white);
  letter-spacing: 1.2px;
  padding-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 2.2em;
  font-weight: 500;
  line-height: 20px;
}

.quote-2 {
  background-color: #6aa0bf21;
  width: 100%;
  height: auto;
  margin-top: 20px;
  padding-top: 20px;
  display: flex;
}

.image-2062 {
  width: 70px;
  max-width: 90px;
}

.button-1-open-2 {
  background-color: var(--jg-soul-sync-light);
  outline-offset: 4px;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  border: 2px #000;
  border-radius: 25px;
  outline: 1px dashed #fff;
  width: 180px;
  margin-top: 30px;
  padding: 10px 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  text-decoration: none;
  transition: all .5s;
  display: inline-block;
}

.button-1-open-2:hover {
  background-color: var(--tomato);
  color: #fff;
  border-color: #878787;
}

.button-1-open-2.vision-hub {
  background-color: var(--jg-move-space);
  outline-offset: 4px;
  color: #fff;
  border-radius: 25px;
  outline: 1px dashed #fff;
}

.button-1-open-2.vision-hub:hover {
  background-color: var(--jg-soul-sync);
}

.button-1-open-2.move {
  background-color: var(--sky-blue);
}

.button-1-open-2.move:hover {
  background-color: var(--jg-soul-sync);
}

.button-1-open-2.robs {
  background-color: var(--jg-soul-sync);
  outline-color: var(--white);
  outline-offset: 4px;
  outline-width: 1px;
  outline-style: dashed;
}

.button-1-open-2.robs:hover {
  background-color: var(--tomato);
}

.bluebox-vision {
  background-color: var(--jg-vision-hub);
  color: var(--white);
  text-align: center;
  border-radius: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 100%;
  padding: 5% 5% 10%;
  display: flex;
}

.bluebox-vision.soul {
  background-color: var(--jg-soul-sync);
  justify-content: space-between;
}

.bluebox-vision.move {
  background-color: var(--jg-move-space);
  justify-content: space-between;
}

.bluebox-vision.robs {
  background-color: var(--jg-robs-hood);
  justify-content: space-between;
}

.bluebox-vision.vision {
  justify-content: space-between;
}

.text-block-79 {
  text-align: left;
  margin-top: 14px;
  margin-bottom: 20px;
  margin-left: 20px;
  font-style: italic;
}

.paragraph-15 {
  text-align: center;
  letter-spacing: .5px;
  padding-top: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 24px;
}

.image-2063 {
  width: 70px;
  max-width: 90px;
}

.button-1-open-3 {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  background-color: #0f829b;
  border: 2px #000;
  border-radius: 25px;
  width: 180px;
  margin-top: 30px;
  padding: 10px 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  text-decoration: none;
  transition: all .5s;
  display: inline-block;
}

.button-1-open-3:hover {
  color: #fff;
  background-color: #b02a59;
  border-color: #878787;
}

.button-1-open-3.soul-sync {
  color: #fff;
  background-color: #735a14;
  border-radius: 25px;
}

.button-1-open-3.soul-sync:hover {
  background-color: #b02a59;
}

.grey-box-3 {
  text-align: center;
  background-color: #eee;
  border-radius: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 100%;
  padding: 10%;
  display: flex;
}

.text-block-80 {
  text-align: left;
  margin-top: 14px;
  margin-bottom: 20px;
  margin-left: 20px;
  font-style: italic;
}

.image-2064 {
  width: 70px;
  max-width: 90px;
}

.grey-box-4 {
  text-align: center;
  background-color: #eee;
  border-radius: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 100%;
  padding: 10%;
  display: flex;
}

.text-block-81 {
  text-align: left;
  margin-top: 14px;
  margin-bottom: 20px;
  margin-left: 20px;
  font-style: italic;
}

.image-2065 {
  width: 70px;
  max-width: 90px;
}

.button-1-open-4 {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  background-color: #0f829b;
  border: 2px #000;
  width: 180px;
  margin-top: 30px;
  padding: 10px 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  text-decoration: none;
  transition: all .5s;
  display: inline-block;
}

.button-1-open-4:hover {
  color: #fff;
  background-color: #b02a59;
  border-color: #878787;
}

.button-1-open-4.robs-hood {
  background-color: #5a320f;
  border-radius: 25px;
}

.grey-box-5 {
  text-align: center;
  background-color: #eee;
  border-radius: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 100%;
  padding: 10%;
  display: flex;
}

.text-block-82 {
  text-align: left;
  margin-top: 14px;
  margin-bottom: 20px;
  margin-left: 20px;
  font-style: italic;
}

.tab-dropdown-2 {
  display: none;
}

.tab-link-tab-2-9 {
  text-align: center;
  background-color: #c4e2f3;
  justify-content: center;
  align-items: center;
  width: 33.33%;
  height: 100%;
  padding: 0;
  display: flex;
}

.tab-link-tab-2-9.w--current {
  background-color: #c1eeee;
  padding: 0;
}

.tabs-content-3 {
  text-align: left;
  background-color: #f5faf9;
  border-bottom: 4px solid #183047;
  border-radius: 6px;
  margin-top: 0;
  padding: 35px;
}

.tab-link-tab-1-7 {
  text-align: center;
  background-color: #c4e2f3;
  border-top-left-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 33.33%;
  height: 100%;
  padding: 0;
  display: flex;
}

.tab-link-tab-1-7.w--current {
  text-align: center;
  background-color: #c1eeee;
  justify-content: center;
  align-items: center;
  width: 33.33%;
  height: 100%;
  padding: 0;
  display: flex;
}

.image-2066 {
  width: 66%;
  margin-top: 26px;
  display: block;
}

.textlink-small-white-4 {
  color: #fff;
  text-align: center;
  background-color: #79b4d1;
  border-radius: 30px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 60px;
  padding: 21px 50px;
  font-size: 20px;
  font-weight: 300;
  line-height: 14px;
  display: flex;
}

.textlink-small-white-4:hover {
  color: #fff;
  background-color: #183047;
}

.text-block-84 {
  color: #636669;
  padding-bottom: 33px;
  padding-left: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 24px;
}

.swiss-oly-grid-03-2 {
  border-bottom: 6px #c1eeee;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: 60px;
}

.tab-link-tab-3-2 {
  text-align: center;
  background-color: #c4e2f3;
  border-top-right-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33.33%;
  height: 100%;
  padding: 0;
  display: flex;
}

.tab-link-tab-3-2.w--current {
  background-color: #c1eeee;
  border-top-right-radius: 20px;
}

.grid-9 {
  border-bottom: 6px #c1eeee;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

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

.image-2067 {
  object-fit: cover;
  border-radius: 50px;
  width: 50%;
  max-width: none;
}

.core-twam-hike-text-wrapper-2 {
  border: 25px solid var(--petrol);
  border-radius: 50px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  padding: 75px 18px 60px;
  display: flex;
}

.par-mobile-small-2 {
  color: #636669;
  text-align: left;
  flex: 0 auto;
  align-self: flex-start;
  width: auto;
  height: auto;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 24px;
}

.par-mobile-small-2.l-ez-0 {
  margin-bottom: 10px;
}

.par-mobile-small-2.list {
  margin-bottom: 10px;
  padding-left: 0;
}

.vierwelten-title {
  background-color: var(--transparent);
  color: var(--light-steel-blue);
  text-align: center;
  -webkit-text-stroke-color: var(--cornflower-blue);
  text-indent: 0;
  width: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}

.bold-text-5 {
  color: var(--zambezi);
}

.bold-text-6 {
  color: var(--dim-grey);
}

.bold-text-7 {
  background-color: var(--transparent);
  color: var(--dim-grey);
}

.bold-text-8 {
  color: var(--dim-grey);
}

.titel-wave-jaine {
  color: var(--white);
  letter-spacing: 1.2px;
  padding-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 2.2em;
  font-weight: 500;
  line-height: 20px;
}

.titel-wave-jaine._10 {
  padding-bottom: 0;
}

.ribbon-secjeannie-op {
  z-index: 99;
  background-image: url('../images/zambezi-banner-40.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 10vw;
  margin-top: 0;
  padding-top: 0;
  display: flex;
  position: relative;
}

.jean-hero-sec-copy {
  background-color: var(--petrol);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: none;
  margin-top: -6vw;
  padding: 100px 10vw;
  display: flex;
}

.jean-step2phots {
  z-index: 2;
  background-color: var(--soul-sync-light);
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 2.5%;
  display: flex;
  position: relative;
}

.jean-step2phots.last {
  height: 70em;
}

.jean-blok01 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
  top: 0;
}

.image-2068 {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  width: 50%;
  max-width: 50%;
  height: 50%;
}

.image-2069 {
  background-image: url('../images/hero-20.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  width: 50%;
  max-width: 50%;
  height: 50%;
}

.bold-text-9 {
  color: var(--dim-grey);
}

.jean-nohmrjean {
  background-color: var(--transparent);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: none;
  margin-top: 0;
  padding: 0 10vw;
  display: flex;
}

.heading-28 {
  margin-bottom: 0;
}

.button-close-details-2 {
  color: #333;
  text-align: center;
  letter-spacing: 0;
  background-color: #0000;
  border: 2px solid #000;
  border-radius: 25px;
  margin-top: 0;
  margin-left: 0;
  padding: 15px 35px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  transition: all .5s;
  display: inline-block;
}

.button-close-details-2:hover {
  color: #fff;
  background-color: #878787;
  border-color: #878787;
}

.vision-text-down {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  margin-bottom: 52px;
  display: flex;
}

.columns-4 {
  width: 100%;
  padding-top: 100px;
}

.error-message-3 {
  background-color: #ff6640;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.paragraph-16 {
  color: #fff;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.heading-29 {
  letter-spacing: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
}

.button-los-gehts-vision {
  background-color: var(--jg-vision-hub);
  outline-color: var(--jg-vision-hub);
  outline-offset: 4px;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  border: 2px #000;
  border-radius: 25px;
  outline-width: 1px;
  outline-style: dashed;
  width: 175px;
  margin-top: 30px;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  transition: all .5s;
  display: inline-block;
}

.button-los-gehts-vision:hover {
  color: #fff;
  background-color: #183047;
  border-color: #878787;
}

.button-los-gehts-vision.move {
  background-color: var(--jg-move-space);
  outline-color: var(--jg-move-space);
}

.button-los-gehts-vision.robs {
  background-color: var(--jg-robs-hood);
  outline-color: var(--jg-robs-hood);
}

.button-los-gehts-vision.robs:hover {
  background-color: var(--jg-soul-sync);
}

.heading-30 {
  margin-bottom: 0;
}

.button-close-details-3 {
  color: #333;
  text-align: center;
  letter-spacing: 0;
  background-color: #0000;
  border: 2px solid #000;
  border-radius: 25px;
  margin-top: 0;
  margin-left: 0;
  padding: 15px 35px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  transition: all .5s;
  display: inline-block;
}

.button-close-details-3:hover {
  color: #fff;
  background-color: #878787;
  border-color: #878787;
}

.div-block-316 {
  flex-direction: column;
  justify-content: center;
  width: 65%;
  margin-bottom: 52px;
  display: flex;
}

.columns-5 {
  width: 100%;
}

.paragraph-17 {
  color: #fff;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.heading-31 {
  letter-spacing: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
}

.heading-32 {
  margin-bottom: 0;
}

.button-close-details-4 {
  color: #333;
  text-align: center;
  letter-spacing: 0;
  background-color: #0000;
  border: 2px solid #000;
  border-radius: 25px;
  margin-top: 0;
  margin-left: 0;
  padding: 15px 35px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  transition: all .5s;
  display: inline-block;
}

.button-close-details-4:hover {
  color: #fff;
  background-color: #878787;
  border-color: #878787;
}

.div-block-317 {
  flex-direction: column;
  justify-content: center;
  width: 65%;
  margin-bottom: 52px;
  display: flex;
}

.columns-6 {
  width: 100%;
}

.paragraph-18 {
  color: #fff;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.heading-33 {
  letter-spacing: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
}

.heading-34 {
  margin-bottom: 0;
}

.button-close-details-5 {
  color: #333;
  text-align: center;
  letter-spacing: 0;
  background-color: #0000;
  border: 2px solid #000;
  border-radius: 25px;
  margin-top: 0;
  margin-left: 0;
  padding: 15px 35px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  transition: all .5s;
  display: inline-block;
}

.button-close-details-5:hover {
  color: #fff;
  background-color: #878787;
  border-color: #878787;
}

.div-block-318 {
  flex-direction: column;
  justify-content: center;
  width: 65%;
  margin-bottom: 52px;
  display: flex;
}

.column-5 {
  border: 1px #000;
  border-radius: 0;
}

.columns-7 {
  width: 100%;
}

.paragraph-19 {
  color: #fff;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.heading-35 {
  letter-spacing: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
}

.zt-green-2000-meterh {
  background-color: var(--transparent);
  border-radius: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  height: 70px;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.home-intor-txt {
  color: var(--dim-grey);
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.25em;
  line-height: 1.8em;
}

.home-intor-txt.ruderwelt {
  margin-bottom: 0;
}

.zt-green-churroswiss-olympic {
  background-color: var(--transparent);
  border-radius: 25px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  height: 50px;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.zt-green-churroswiss-olympic.transapernt {
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  padding-left: 0%;
}

.step-content-block-swis-olyc {
  color: var(--dim-grey);
  text-align: left;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 0;
  display: flex;
  position: relative;
}

.text-block-swis-olympic {
  color: var(--dim-grey);
  padding-bottom: 0;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.text-block-swis-olympic.white-text {
  color: var(--dim-grey);
}

.text-span-5, .text-span-6 {
  color: var(--angebotsgrau);
}

.image-2070 {
  margin-top: 16px;
}

.olympia-logo {
  width: 40px;
  margin-top: 10px;
}

.exekutivrat-div {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.en-txt {
  color: var(--jg-move-space);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.topribbon {
  z-index: 99;
  background-image: url('../images/PETROL-Waves-pressed.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: 10vw;
  position: relative;
}

.div-block-319 {
  background-color: var(--petrol);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  display: flex;
}

.itc-link {
  color: var(--medium-turquoise);
  font-weight: 400;
  display: inline;
}

.itc-link:hover {
  color: var(--tomato);
}

.botton-wave-kooperatin, .botton-wave-engagemns {
  z-index: 99;
  background-image: url('../images/PETROL-Waves-pressed.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 10vw;
  display: flex;
  position: relative;
}

.left-arrow-wrap-4 {
  align-items: center;
  width: 30px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% -10%;
  overflow: visible;
}

.image-2071 {
  width: 90%;
}

.client-slider-panel-4 {
  opacity: .37;
  border: 3px #fff;
  width: auto;
  max-width: none;
  max-height: none;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.image-2072 {
  opacity: .5;
  background-color: #0000;
  padding-bottom: 130px;
}

.client-slider-mask-4 {
  object-fit: fill;
  width: 100%;
  height: auto;
  margin-top: 0;
  overflow: visible;
}

.client-slider-4-cars {
  object-fit: fill;
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: auto;
  display: flex;
}

.tab-drop-heading-2 {
  color: #000;
  text-align: center;
  border-bottom: 1px #d8d8d8;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 32px;
}

.right-arrow-wrap-4 {
  align-items: center;
  width: 30px;
  margin-right: 0;
  display: flex;
  inset: 0% -10% 0% auto;
  overflow: visible;
}

.car-slide-txt-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-2073 {
  opacity: .5;
  width: 30px;
  margin-left: 0;
  padding-bottom: 130px;
}

.right-arrow-wrap {
  right: -10%;
}

.left-arrow-wrap-5 {
  align-items: center;
  width: 30px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% -110%;
  overflow: visible;
}

.image-2074 {
  width: 90%;
}

.div-block-6 {
  padding-top: 40px;
}

.client-slider-panel-5 {
  opacity: .37;
  border: 3px #fff;
  width: auto;
  max-width: none;
  max-height: none;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.image-2075 {
  opacity: .5;
  background-color: #0000;
  padding-bottom: 130px;
}

.client-slider-mask-5 {
  object-fit: fill;
  width: 100%;
  height: auto;
  margin-top: 0;
  overflow: visible;
}

.client-slider-3 {
  object-fit: fill;
  background-color: #0000;
  width: 22%;
  height: auto;
}

.tab-drop-heading-3 {
  color: #000;
  text-align: center;
  border-bottom: 1px #d8d8d8;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 32px;
}

.tab-drop-heading-3.top {
  padding-top: 0;
  padding-bottom: 20px;
  font-size: 34px;
}

.image-2076 {
  width: 100px;
}

.right-arrow-wrap-5 {
  align-items: center;
  width: 30px;
  margin-right: 0;
  display: flex;
  inset: 0% -110% 0% auto;
  overflow: visible;
}

.car-slide-txt-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-2077 {
  opacity: .5;
  width: 30px;
  margin-left: 0;
  padding-bottom: 130px;
}

.div-block-9 {
  width: 100vw;
}

.logo-vision-hub {
  width: 40%;
  padding-top: 10%;
  padding-bottom: 10%;
}

.growth-logo {
  width: 50px;
  margin-right: 0;
  padding-right: 0;
}

.koopeettion-ec {
  background-color: var(--transparent);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 60px 10vw 0;
}

.kontakt-link {
  color: var(--petrol-dark);
}

.kontakt-link:hover {
  color: var(--tomato);
}

.eventdiv {
  background-color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.eventdiv.news {
  padding-left: 10vw;
  padding-right: 10vw;
}

.hero-img-div {
  width: 100vw;
  height: 38%;
  padding-left: 0;
  padding-right: 0;
}

.image-2078 {
  width: 100%;
}

.leaddim-gry-5-pt {
  color: var(--dim-grey);
  text-align: left;
  width: auto;
  padding-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  line-height: 30px;
}

.dachmarke-video {
  background-color: var(--transparent);
  outline-color: var(--soul-sync-light);
  outline-offset: 0px;
  outline-width: 6px;
  outline-style: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding: 0 0;
  display: flex;
}

.background-video-26 {
  outline-color: var(--white);
  outline-offset: -3px;
  outline-width: 5px;
  outline-style: none;
  width: 100%;
  height: 80vw;
  margin-top: 140px;
}

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

.text-block-75-margin-top100 {
  color: var(--dim-grey);
  text-align: left;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1.8em;
  display: block;
}

.text-block-75-margin-top100.zitat {
  padding-bottom: 40px;
  padding-right: 15vw;
  font-family: Hero New, Arial, sans-serif;
  font-size: 1.5em;
  line-height: 1.75em;
}

.bold-text-10 {
  text-align: left;
}

.erfolge-cont {
  border: 10px none var(--white);
  background-color: var(--transparent);
  border-radius: 20px;
  width: 100%;
  height: 100%;
  padding: 0 2vw 5em;
  text-decoration: none;
  position: static;
}

.titel-meineruderwelt {
  color: var(--white);
  letter-spacing: 1.2px;
  padding-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 2.2em;
  font-weight: 500;
  line-height: 20px;
}

.container-2000-m {
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin-top: 100px;
}

.menu-passion-div {
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 50%;
  height: 100%;
  padding-right: 2vw;
  display: flex;
}

.menu-passion-div.ruderwelt {
  width: 33%;
}

.menu-passion-div.behind-the-scene {
  width: 34%;
}

.burger-center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-2079 {
  width: 50%;
  max-width: 50%;
  height: 100%;
}

.div-block-321 {
  background-image: url('../images/hero-00.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  max-width: 50%;
}

.code-embed-5 {
  border: 0px solid var(--white);
  background-color: var(--white);
  outline-color: var(--light-steel-blue);
  outline-offset: -8px;
  -webkit-text-stroke-color: var(--white);
  border-radius: 0;
  outline-width: 8px;
  outline-style: none;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  font-size: 14px;
  display: none;
}

.text-block20-20-vw {
  background-color: var(--midnight-blue);
  color: var(--dim-grey);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  padding: 100px 20vw;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 30px;
  display: none;
}

._4-marken-vid-div {
  border: 1px none var(--white);
  background-color: var(--transparent);
  outline-color: var(--soul-sync-light);
  outline-offset: -6px;
  border-radius: 50%;
  outline-width: 12px;
  outline-style: none;
  justify-content: center;
  align-items: center;
  width: 60vw;
  height: 60vw;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7%;
  padding-bottom: 7%;
  display: flex;
  position: relative;
}

.paragraph-18-white-font {
  color: var(--light-steel-blue);
  font-size: 18px;
}

.service-icon-outline {
  z-index: 2;
  outline-offset: 2px;
  border-radius: 100%;
  outline: 2px dashed #fcfcfc;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.service-icon-outline.soul {
  outline-color: var(--jg-soul-sync);
  display: block;
}

.service-icon-outline.vision {
  outline-color: var(--jg-vision-hub);
  outline-offset: 2px;
  border-radius: 100%;
  outline-width: 2px;
  outline-style: dashed;
  width: auto;
  height: auto;
  display: block;
  position: absolute;
  inset: 0%;
}

.service-icon-outline.move {
  outline-color: var(--jg-move-space);
  display: block;
}

.service-icon-outline.robs {
  outline-color: var(--jg-robs-hood);
  display: block;
}

.circle-button-content {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.step-button-container {
  background-color: var(--black);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  width: 100vw;
  max-width: none;
  padding: 4rem 2rem 2rem;
  display: flex;
}

.step-button-wrap {
  perspective: 1000px;
  justify-content: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.step-button-wrap._1st {
  width: 90%;
}

.step-button-wrap._3rd {
  top: -8.5rem;
}

.step-button-wrap._2nd {
  justify-content: flex-end;
  width: 90%;
  top: -4.5rem;
}

.service-icon {
  z-index: 2;
  object-fit: cover;
  width: 3rem;
  height: 3rem;
  padding: 3px;
  position: relative;
}

.service-icon.large-button {
  opacity: .3;
  vertical-align: baseline;
  object-fit: contain;
  opacity: .3;
  width: 15rem;
  height: 15rem;
  padding-top: 3px;
  position: absolute;
}

.service-icon.large-button.soul, .service-icon.large-button.move {
  width: auto;
  height: 77%;
}

.service-icon.large-button.vision {
  width: auto;
  height: 77%;
  display: block;
}

.service-icon.large-button.robs {
  width: auto;
  height: 77%;
}

.large-service-button-vision {
  z-index: 1;
  color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 22vw;
  height: 22vw;
  margin-right: 0;
  text-decoration: none;
  display: flex;
  position: relative;
}

.service-item-background {
  z-index: 1;
  background-color: var(--jg-vision-hub);
  background-image: url('../images/vision-hub.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100rem;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.service-button-header {
  z-index: 5;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
}

.service-item-background-2 {
  z-index: 1;
  background-color: var(--jg-vision-hub);
  background-image: url('../images/vision-hub.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100rem;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.service-item-background-2.soul {
  background-color: var(--jg-soul-sync);
  background-image: url('../images/v4-soul-sync.svg');
}

.service-item-background-2.robs {
  background-color: var(--jg-robs-hood);
  background-image: url('../images/v4-robs-hood.svg');
}

.service-item-background-2.move {
  background-color: var(--jg-move-space);
  background-image: url('../images/v3-move-space.svg');
}

.service-item-background-2.vision {
  background-image: url('../images/v3-vision-hub.svg');
  display: block;
}

.service-button-header-2 {
  z-index: 5;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
}

.bubble-wrap {
  background-color: var(--transparent);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  display: flex;
}

.bubble-wrap.robs {
  margin-top: 0;
}

.bubble-wrap.move {
  padding-left: 2vw;
}

.bubble-wrap.soul {
  padding-right: 2vw;
}

.double-bubble-wrap {
  justify-content: center;
  width: 100vw;
  margin-top: -60px;
  margin-bottom: -60px;
  display: flex;
}

.spacescont {
  background-color: var(--transparent);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: none;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.large-service-button-soul, .large-service-button-move-space, .large-service-button-robs {
  z-index: 1;
  color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 22vw;
  height: 22vw;
  margin-right: 0;
  text-decoration: none;
  display: flex;
  position: relative;
}

.div-block-322 {
  background-color: var(--midnight-blue);
  width: 100vw;
  height: 100vh;
  position: absolute;
}

.video-vision {
  background-color: var(--transparent);
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.background-video-27 {
  z-index: 25;
  border-radius: 25px;
  width: 100%;
  height: 100%;
}

.angebot-top-4-logos-cont {
  background-color: var(--robs-hood-light);
  grid-template-columns: 25% 25% 25% 25%;
  width: 100vw;
  max-width: none;
  height: 30vw;
  margin-top: 0;
  padding-top: 60px;
  padding-left: 20vw;
  padding-right: 20vw;
}

.angebot-top-4-logos-cont.vision-hub {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--transparent);
  padding-bottom: 0;
  padding-left: 10vw;
  padding-right: 10vw;
}

.angebot-top-4-logos-cont.soul-sync, .angebot-top-4-logos-cont.move-space, .angebot-top-4-logos-cont.robs-hood {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--transparent);
  padding-left: 10vw;
  padding-right: 10vw;
}

.image-2080 {
  max-width: none;
  height: 100%;
}

.image-2080.active {
  width: auto;
  height: 100%;
  transition: opacity .2s;
}

.image-2080.non-active {
  transform: scale(.6);
}

.list-3 {
  -webkit-text-stroke-color: var(--dim-grey);
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.list-element-txt {
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 40px;
}

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

.angebot-logo-div {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 240px;
  display: flex;
}

.angebot-logo-div.right-side, .angebot-logo-div.middle-side, .angebot-logo-div.left-side {
  justify-content: center;
  align-items: center;
}

.bgvideo-vision, .background-video-soul {
  z-index: 25;
  border-radius: 25px;
  width: 100%;
  height: 100%;
}

.fullscreenmenu {
  z-index: 998;
  flex-flow: column;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-cont {
  width: 25em;
}

.image-cont._4, .image-cont._5 {
  height: 37em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.image-cont._1 {
  height: 37em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.image-cont._2 {
  height: 37em;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.image-cont._3 {
  height: 37em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.header-divs {
  color: #1f1f1f;
  margin-top: 20px;
}

.header-divs._0 {
  margin-top: 0;
  overflow: hidden;
}

.header-divs._3 {
  display: inline-block;
  overflow: hidden;
}

.header-divs._4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.header-divs._5 {
  display: inline-block;
  overflow: hidden;
}

.header-divs._2 {
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.star {
  width: 5em;
  position: absolute;
  inset: auto -10% 20% auto;
}

.menu-big {
  z-index: 9999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--midnight-blue-2);
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.image-wrapp {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.image-p-divs {
  position: relative;
}

.image-p-divs._3, .image-p-divs._2, .image-p-divs._4, .image-p-divs._5 {
  position: absolute;
}

.menu-header-txtr {
  font-size: 2.5vw;
  font-weight: 500;
  display: inline-block;
}

.menu-header-txtr._4, .menu-header-txtr._2, .menu-header-txtr._1, .menu-header-txtr._3 {
  font-family: Montserrat, sans-serif;
  line-height: 30px;
}

.image-paragraph {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: auto;
  display: flex;
  position: relative;
}

.menu-cont {
  z-index: 2147483647;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 15em;
  padding-left: 4em;
  padding-right: 4em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.img-paragraph {
  margin-top: 30px;
}

.img-paragraph._1 {
  margin-top: 0;
}

.image-child-wrapp {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.hover-headers-wrapp {
  flex-flow: column;
}

.paragraph-21 {
  letter-spacing: 1em;
  text-transform: uppercase;
  font-size: 1vw;
  font-weight: 300;
}

.close-text-btn {
  color: #1e1e1e;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.close-text-btn._3, .close-text-btn._2 {
  color: #1f1f1f;
  margin-left: 3px;
  margin-right: 0;
}

.close-text-btn._0 {
  color: #1f1f1f;
  margin-left: 0;
  margin-right: 0;
}

.close-text-btn._4 {
  color: #1f1f1f;
  margin-left: 3px;
}

.close-text-btn._1 {
  color: #1f1f1f;
  margin-left: 3px;
  margin-right: 0;
}

.menu-txt {
  color: #ee7214;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.menu-txt._3 {
  color: #1f1f1f;
  margin-left: 4px;
  font-weight: 900;
}

.menu-txt._0 {
  color: #1f1f1f;
}

.menu-txt._2, .menu-txt._1 {
  color: #1f1f1f;
  margin-left: 4px;
  font-weight: 900;
}

.line-black {
  z-index: 1;
  background-color: #1f1f1f;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% -.3em;
}

.menu-div {
  cursor: pointer;
  flex: 0 auto;
  display: block;
  position: relative;
}

.menu-div.menu-orange {
  font-weight: 900;
  position: absolute;
  inset: 0%;
}

.menu-close-btn {
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  margin-right: 5px;
  display: flex;
  position: relative;
}

.menu-button-2 {
  margin-bottom: 3px;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.close-button {
  z-index: 999;
  border: 1px solid var(--white);
  background-image: linear-gradient(to bottom, var(--sky-blue), var(--sky-blue));
  border-radius: 100%;
  width: 68px;
  height: 68px;
  margin-bottom: 3px;
  display: none;
  position: absolute;
}

.logo-text {
  color: #eee;
  text-transform: uppercase;
  margin-left: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.logo-text._0 {
  color: #1e1e1e;
  margin-left: 0;
  font-weight: 900;
}

.logo-text._1 {
  color: #1e1e1e;
  margin-left: 8px;
  font-weight: 900;
}

.menu-main {
  z-index: 99999;
  background-color: var(--transparent);
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 30px;
  padding-left: 4em;
  padding-right: 4em;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.line-white {
  background-color: #1e1e1e;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -.3em;
  left: 0%;
  right: 0%;
}

.menu-text-page {
  color: #1e1e1e;
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.menu-text-page._2, .menu-text-page._3, .menu-text-page._1 {
  margin-left: 3px;
  margin-right: 0;
}

.menu-text-page._0 {
  margin-left: 0;
  margin-right: 0;
}

.menu-logo-wrapp {
  position: relative;
}

.page-main {
  background-color: var(--white);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-page-div {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.home-header {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-txt {
  font-family: Montserrat, sans-serif;
  font-size: 4vw;
  font-weight: 500;
}

.header-txt._1 {
  font-weight: 700;
}

.header-txt._2 {
  color: #1e1e1e;
  font-size: 3vw;
  font-weight: 400;
}

.button-los-gehts-soul {
  background-color: var(--jg-soul-sync);
  outline-color: var(--jg-soul-sync);
  outline-offset: 4px;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  border: 2px #000;
  border-radius: 25px;
  outline-width: 1px;
  outline-style: dashed;
  width: 175px;
  margin-top: 30px;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  transition: all .5s;
  display: inline-block;
}

.button-los-gehts-soul:hover {
  color: #fff;
  background-color: #183047;
  border-color: #878787;
}

.button-los-gehts-soul.button-move-space {
  background-color: var(--jg-move-space);
}

.text-block-86 {
  font-size: 20px;
  line-height: 30px;
}

.text-block-87, .text-block-88 {
  font-size: 20px;
}

.nl-sec {
  border-top: 2px solid var(--white);
  background-color: var(--black);
  width: 100vw;
  height: auto;
  padding: 20px 0;
}

.div-block-324 {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.nl-txt-div {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 7vw;
  padding-right: 10%;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.nl-fields-div {
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px 5vw;
  display: flex;
}

.text-div-10vw {
  word-break: normal;
  flex-flow: column;
  width: 100%;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.text-div {
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
}

.section-24 {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vw;
  padding-top: 60px;
  display: flex;
}

.div-block-325 {
  z-index: 5;
  outline-color: var(--saphir--ocean);
  outline-offset: -6px;
  outline-width: 10px;
  outline-style: none;
  width: 50%;
  height: 100%;
  position: relative;
}

.page-main-2 {
  background-color: #f9f9f9;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.menu-div-2 {
  cursor: pointer;
  flex: 0 auto;
  display: flex;
  position: relative;
}

.jg-main-menu {
  z-index: 99999;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-top: 30px;
  padding-left: 4em;
  padding-right: 4em;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.home-page-di {
  background-image: url('../images/fc0d3719da5f5c0e614f654f78df56db.jpg');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.jg-open-menu {
  z-index: 9999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #c20d0d;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0%;
}

.fullscreen-menu-wrap {
  background-color: var(--transparent);
  height: 100vh;
  display: none;
  position: static;
  inset: 0%;
}

.form-lname {
  background-color: var(--transparent);
  color: var(--white);
  letter-spacing: 1.2px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 100%;
}

.sende-but-kontakt {
  z-index: 1;
  color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 128px;
  height: 128px;
  margin-right: 0;
  text-decoration: none;
  display: flex;
  position: relative;
}

.sende-but-outline {
  z-index: 2;
  outline-offset: 4px;
  border-radius: 100%;
  outline: 2px dashed #fcfcfc;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: flex;
  position: absolute;
  inset: 0%;
}

.sende-but-outline.soul {
  outline-color: var(--jg-soul-sync);
}

.sende-but-outline.vision {
  outline-color: var(--jg-vision-hub);
}

.sende-but-outline.move {
  outline-color: var(--jg-move-space);
}

.sende-but-outline.robs {
  outline-color: var(--jg-robs-hood);
}

.senden-but-backgrund {
  z-index: 1;
  background-color: var(--light-grey-med);
  border-radius: 100rem;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.senden-but-backgrund:hover {
  background-color: var(--jg-soul-sync-light);
}

.senden-but-backgrund.soul {
  background-color: var(--jg-soul-sync);
  background-image: url('../images/2-soul-sync.svg');
}

.senden-but-backgrund.robs {
  background-color: var(--jg-robs-hood);
  background-image: url('../images/robs-hood.svg');
}

.senden-but-backgrund.move {
  background-color: var(--jg-move-space);
  background-image: url('../images/move-space.svg');
}

.senden-but-backgrund.vision {
  background-image: url('../images/vision-hub_1.svg');
}

.textarea {
  color: var(--tomato);
}

.form-message._2 {
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}

.textarea-2 {
  background-color: var(--transparent);
  color: var(--medium-violet-red-2);
  font-family: Montserrat, sans-serif;
}

.textarea-3 {
  text-align: left;
  letter-spacing: 1.2px;
  border-radius: 25px;
  height: auto;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 50px;
}

.text-divsrf-dok {
  word-break: normal;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 60px;
  padding-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.text-block-detailsangebot {
  color: var(--dim-grey);
  text-align: left;
  text-indent: 0;
  column-count: 1;
  word-break: keep-all;
  overflow-wrap: normal;
  width: 100%;
  min-width: auto;
  font-family: Montserrat, sans-serif;
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1.8em;
}

.list-element-txtangebot {
  color: var(--dim-grey);
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 40px;
}

.list-item-3, .list-item-4, .list-item-5, .list-item-6, .list-item-7, .list-item-8 {
  color: var(--dim-grey);
}

.text-block-details-angebot {
  color: var(--dim-grey);
  text-align: left;
  text-indent: 0;
  column-count: 1;
  word-break: keep-all;
  overflow-wrap: normal;
  width: 100%;
  min-width: auto;
  font-family: Montserrat, sans-serif;
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1.8em;
}

.respone-fom-title {
  color: var(--dim-grey);
  letter-spacing: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
}

.response-form-subline {
  color: var(--dim-grey);
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.swis-oiympic-div {
  color: var(--dim-grey);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  display: flex;
}

.cont-koborainen {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-bottom: 0%;
  padding-bottom: 0;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
  position: relative;
}

.cont-swiss-opylpicsr {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-bottom: 10%;
  padding-bottom: 0;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
  position: relative;
}

.exekutivrat-div-copy {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.contac-formbut-div {
  text-align: center;
}

.cont-exekutiv {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-bottom: 10%;
  padding-bottom: 0;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
  position: relative;
}

.img-soulsync {
  object-fit: cover;
  overflow: hidden;
}

.det-01-secmove-space {
  background-color: var(--move-space-light);
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 0 10vw;
  display: flex;
}

.det-01-secmove-space.soul-sync {
  background-color: var(--robs-hood-light);
  display: flex;
}

.det-01-secmove-space.move-space {
  background-color: var(--transparent);
  color: var(--transparent);
  padding-top: 0;
  display: flex;
}

.det-01-secmove-space.robs-hood {
  background-color: var(--robs-hood-light);
  display: flex;
}

.koopeettion-ec-2 {
  text-align: center;
  background-color: #64555533;
  margin-top: 0;
  margin-bottom: 0;
  padding: 100px 10vw 0;
}

.text-block-swis-olympic-2 {
  color: #636669;
  padding-bottom: 40px;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.kontakt-link-2 {
  color: #6c8778;
}

.kontakt-link-2:hover {
  color: #ff6640;
}

.soul-sync-swis-olympic {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  display: flex;
}

.body-6 {
  background-color: var(--vision-hub-light);
}

.body-7 {
  background-color: var(--soul-sync-light);
}

.body-8 {
  background-color: var(--move-space-light);
  color: var(--move-space-light);
}

.body-9 {
  background-color: var(--robs-hood-light);
}

.text-blockbod {
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.text-block-90 {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.insta-div {
  border-radius: 60px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.homebubble-wrap {
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, 300px) 1fr 1fr 1fr;
  place-items: center;
  width: auto;
  max-width: 1600px;
  height: auto;
  padding-left: 2vw;
  padding-right: 2vw;
}

.homebubble-wrap.mobile {
  display: flex;
}

.bubble-wrap-div {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.section-25 {
  padding-top: 0;
}

.div-block-326 {
  padding-top: 100px;
  padding-bottom: 0;
}

.text-block-91 {
  color: var(--medium-violet-red);
  text-align: center;
  padding-bottom: 20px;
  font-size: 33px;
  line-height: 40px;
}

.code-embed-6 {
  width: 100vw;
  height: 40vw;
}

.sec-blowouts {
  background-color: var(--transparent);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  padding: 10vw 0;
  display: flex;
}

.kleeblatt-grid {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: minmax(50%, 50%) minmax(50%, 50%);
  grid-template-columns: minmax(50%, 50%) minmax(50%, 50%);
  place-content: center;
  width: 60vw;
  max-width: 900px;
  height: 60vw;
  max-height: 900px;
}

.quote-ol-div {
  background-color: var(--soul-sync-light);
  border-radius: 50% 50% 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 400px;
  height: 100%;
  max-height: 400px;
  padding-top: 20px;
  padding-bottom: 40px;
  padding-right: 20px;
  display: flex;
}

.quote-txt-ol {
  color: var(--zambezi);
  text-align: center;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: auto;
  padding-bottom: 0;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 24px;
  display: flex;
}

.quote-or-div {
  background-color: var(--petrol);
  border-radius: 50% 50% 0;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  min-width: 400px;
  height: 100%;
  min-height: 400px;
  padding-bottom: 0;
  padding-left: 20px;
  display: flex;
}

.quote-or-div.ul {
  background-color: var(--petrol);
  text-align: right;
  border-radius: 100% 0% 100% 100%;
  justify-content: flex-start;
  align-items: flex-end;
  min-width: auto;
  min-height: auto;
  padding-top: 40px;
  padding-left: 10%;
  padding-right: 40px;
}

.quote-or-div.ur {
  background-color: var(--petrol);
  border-radius: 0% 100% 100%;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: auto;
  min-height: auto;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 15%;
}

.quote-or-div.or {
  background-color: var(--petrol);
  border-radius: 100% 100% 100% 0%;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: auto;
  min-height: auto;
  padding: 25% 10% 0 40px;
}

.quote-or-div.ol {
  background-color: var(--petrol);
  background-color: var(--move-space-light);
  justify-content: flex-start;
  align-items: flex-end;
  min-width: auto;
  min-height: auto;
  padding: 25% 40px 30px 10%;
}

.quote-or-div.ol-copy {
  background-color: var(--petrol);
  justify-content: flex-start;
  align-items: flex-end;
  min-width: auto;
  min-height: auto;
  padding: 25% 40px 0 10%;
}

.quote-txt-or {
  color: var(--zambezi);
  text-align: left;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 80%;
  height: auto;
  padding: 0 0 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 24px;
  display: flex;
}

.quote-txt-or.ul {
  text-align: right;
  width: 100%;
  padding-right: 0;
  font-size: 1.25vw;
  line-height: 2vw;
}

.quote-txt-or.or {
  width: 100%;
  font-size: 1.25vw;
  line-height: 2vw;
}

.quote-txt-or.ol {
  text-align: right;
  width: 100%;
  font-size: 1.25vw;
  line-height: 2vw;
}

.quote-title-or {
  color: var(--dim-grey);
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 1.5vw;
  font-weight: 700;
  line-height: 1.5vw;
}

.quote-title-ol {
  color: var(--zambezi);
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.dachmarke-div {
  word-break: normal;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.kleeblatt-txt-div {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 10px;
  padding-right: 40px;
  display: flex;
}

.kleeblatt-txt-div-or {
  padding-bottom: 10px;
  padding-left: 40px;
}

.kleeblatt-div-ul {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 20px;
  padding-right: 40px;
  display: flex;
}

.kleeblatt-txt-div-ur {
  padding-top: 0;
  padding-left: 40px;
}

.main-menu-entry {
  z-index: auto;
  color: var(--white);
  text-align: right;
  letter-spacing: 1.2px;
  -webkit-text-stroke-color: var(--white);
  margin: 2% auto 0%;
  padding: 30px 0 20px;
  font-family: Montserrat, sans-serif;
  font-size: 2vw;
  font-weight: 500;
  display: flex;
}

.main-menu-entry:hover, .main-menu-entry:visited {
  color: var(--white);
}

.main-menu-entry.jeannine {
  color: var(--white);
  text-align: left;
  margin-top: 2%;
  margin-bottom: 0%;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 2vw;
  font-weight: 500;
  display: block;
}

.main-menu-entry.jeannine:hover {
  color: var(--white);
}

.main-menu-entry.jeannine.sub {
  background-color: var(--transparent);
  text-align: left;
  margin-top: 0%;
  margin-bottom: 0;
  padding-top: 6px;
  padding-bottom: 0;
  padding-left: 60px;
  font-size: 1.5vw;
  line-height: 2vw;
  display: block;
}

.main-menu-entry.jeannine.sub-sub {
  margin-top: 0%;
  margin-bottom: 5px;
  padding-top: 10px;
  padding-bottom: 0;
  padding-left: 100px;
  font-size: 1.5vw;
  line-height: 2vw;
}

.main-menu-entry.behindethescene {
  margin-top: 2%;
  margin-bottom: 0%;
  margin-right: auto;
  font-size: 2vw;
  font-weight: 500;
  display: flex;
}

.main-menu-entry.behindethescene:hover {
  color: var(--white);
}

.main-menu-entry.partner {
  display: flex;
}

.main-menu-entry.erfolge {
  font-size: 3vw;
  display: flex;
}

.main-menu-entry.current {
  color: var(--white);
  padding-top: 30px;
  padding-bottom: 30px;
}

.main-menu-entry.home {
  color: var(--white);
  margin-bottom: 0%;
  padding-bottom: 10px;
  font-size: 2vw;
}

.main-menu-entry.home:hover {
  color: var(--tomato);
}

.main-menu-entry.home.current {
  color: var(--medium-violet-red-2);
  margin-bottom: 0%;
  margin-right: auto;
  font-size: 2em;
  font-weight: 500;
}

.main-menu-entry.home.current:hover {
  color: var(--tomato);
}

.main-menu-entry.angebot {
  margin-bottom: 0%;
  margin-right: auto;
  font-size: 2.5vw;
  font-weight: 500;
}

.section-26 {
  justify-content: center;
  align-items: center;
  width: 100vw;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.text-block-92 {
  color: var(--dim-grey);
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 1.25em;
  line-height: 1.8em;
}

.body-10 {
  background-color: var(--transparent);
}

.text-divhero-home {
  background-color: var(--transparent);
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
}

.text-block-93 {
  color: var(--white);
  letter-spacing: 1px;
  padding-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
}

.text-block-94 {
  color: var(--dim-grey);
  text-align: left;
  padding-bottom: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.text-block-95 {
  color: var(--dim-grey);
  padding-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 500;
}

.angebot-lead-txt-div {
  flex-flow: column;
  display: flex;
}

.full-menu {
  z-index: 9010;
  background-color: var(--zambezi);
  flex-flow: column;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.fsm-wrapper {
  background-color: var(--black);
  justify-content: flex-start;
  align-items: center;
  min-height: 100vh;
  margin-top: 0%;
  padding-left: 0;
  display: none;
  position: fixed;
  inset: 0%;
}

.top-arrow-sec {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 120px;
  display: flex;
}

.top-arrow-sec:hover {
  background-color: var(--transparent);
}

.lottie-animation-6 {
  width: 120px;
  height: 120px;
  padding-bottom: 0;
}

.top-of-page-div {
  z-index: 20000;
  background-color: var(--white);
  width: 100vw;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0%;
}

.global {
  padding-top: 20px;
}

.global-div {
  position: absolute;
  inset: 0% 0% auto;
}

.text40-top-mg {
  color: var(--dim-grey);
  text-align: left;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.25em;
  line-height: 1.8em;
}

.kleeblatt-gridmobile {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: minmax(50%, 50%) minmax(50%, 50%);
  grid-template-columns: minmax(50%, 50%) minmax(50%, 50%);
  place-content: center;
  width: 80vw;
  max-width: 900px;
  height: 80vw;
  max-height: 900px;
}

.kleeblatt-divmobile {
  display: none;
}

.italic-text {
  font-size: 1em;
  line-height: 1.5em;
}

.paragraph-copy {
  color: var(--dim-grey);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.paragraph-copy.swiss-olympic {
  color: var(--dim-grey);
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.quote-txt {
  color: var(--dim-grey);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Hero New, Arial, sans-serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 300;
  line-height: 30px;
  display: flex;
}

.subtitel-dark-on-whie {
  display: block;
}

.text-div-copy {
  word-break: normal;
  word-break: normal;
  word-break: normal;
  word-break: normal;
  word-break: normal;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 60px;
  padding: 0 0 40px;
  display: flex;
}

.large-service-button {
  z-index: 1;
  color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 35rem;
  height: 35rem;
  margin-right: 2rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.service-icon-outline-2 {
  z-index: 2;
  outline-offset: 2px;
  border-radius: 100%;
  outline: 1px dashed #fcfcfc;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.service-item-background-3 {
  z-index: 1;
  background-color: #c9b43f;
  background-image: url('../images/Topography-Lightest.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100rem;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.body-11 {
  justify-content: flex-start;
}

.circle-1-bg {
  z-index: 1;
  background-color: var(--jg-vision-hub);
  background-image: url('../images/v3-vision-hub.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100rem;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.circle-1-bg.soul {
  background-color: var(--jg-soul-sync);
  background-image: url('../images/v3-soul-sync.svg');
}

.circle-1-bg.robs {
  background-color: var(--jg-robs-hood);
  background-image: url('../images/v3-robs-hood.svg');
}

.circle-1-bg.move {
  background-color: var(--jg-move-space);
  background-image: url('../images/v3-move-space.svg');
}

.circle-1-bg.vision {
  background-image: url('../images/v3-vision-hub.svg');
  display: none;
}

._01-circle-bubble {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

._01-circle-button {
  z-index: 1;
  color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 22vw;
  height: 22vw;
  margin-right: 0;
  text-decoration: none;
  display: flex;
  position: relative;
}

.section-27 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  display: block;
}

.bubble-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  display: none;
}

.div-block-328 {
  flex-flow: column;
  align-items: center;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.div-4c-bg {
  background-image: url('../images/v4-soul-sync.svg');
  background-position: 50%;
  background-size: contain;
  border-radius: 50%;
  width: 25vw;
  height: 25vw;
}

.div-4c-outline {
  outline-color: var(--jg-soul-sync);
  outline-offset: 3px;
  border: 1px #000;
  border-radius: 50%;
  outline-width: 3px;
  outline-style: dashed;
  position: absolute;
  inset: 0%;
}

.columns-8 {
  justify-content: center;
  align-items: center;
  width: 100vw;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.column-7 {
  justify-content: center;
  align-items: center;
  height: 25vw;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-329 {
  background-color: var(--light-steel-blue);
  background-image: url('../images/v4-soul-sync.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 25%;
  width: 25vw;
  height: 25vw;
}

.div-block-330 {
  outline-color: var(--jg-soul-sync);
  outline-offset: 3px;
  border-radius: 25%;
  outline-width: 3px;
  outline-style: dashed;
  position: absolute;
  inset: 0%;
}

.column-8 {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.large-service-button-visionmobile {
  z-index: 1;
  color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 22vw;
  height: 22vw;
  margin-right: 0;
  text-decoration: none;
  display: flex;
  position: relative;
}

.bubble-wrap-divmobile, .bubble-wrap-div-mobile, .bubble-wrap-div-copy {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.bubble-sec-desk {
  justify-content: center;
  align-items: center;
  display: flex;
}

.bubble-sec-mobile {
  display: none;
}

.glasscard-tv {
  perspective: 1200px;
  border-radius: 8px;
  justify-content: center;
  align-items: stretch;
  width: 400px;
  min-width: 350px;
  height: 400px;
  display: flex;
  position: relative;
  overflow: visible;
  transform: perspective(1200px);
  box-shadow: 0 5px 14px #0006;
}

.engagements {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 15vw;
  display: flex;
}

.text-block-96 {
  color: var(--medium-turquoise);
  font-size: 30px;
  font-weight: 700;
}

.title-in-bar {
  background-color: var(--transparent);
  color: var(--white);
  letter-spacing: 1.2px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 100%;
}

.move-text-top, .robs-text-top {
  word-break: normal;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 0;
  display: flex;
}

.robs-text-down, .move-text-down, .soul-text-down {
  word-break: normal;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 60px;
  padding: 0 0 40px;
  display: flex;
}

.wg-selector-2.s1 {
  width: auto;
}

.brand-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  margin-top: 10%;
  display: flex;
}

.brand-2.w--current {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  margin-top: 10%;
  padding-bottom: 0;
  padding-left: 1%;
  display: flex;
}

.image-2083 {
  cursor: pointer;
  width: 220px;
  height: 100%;
  position: static;
  inset: 0% auto auto 0%;
}

.text-block-97 {
  color: #fff;
  letter-spacing: 1px;
  padding-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
}

.eventdiv-2 {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.code-embed-7 {
  z-index: 1;
  box-sizing: content-box;
  object-fit: contain;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 70vw;
  height: auto;
  display: flex;
  position: static;
}

.news-insta-embed {
  z-index: 1;
  box-sizing: content-box;
  object-fit: contain;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: static;
}

.insta-wrapper {
  width: 100%;
}

.wg-selector-2-fill.f1 {
  background-color: #4049ff;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.wg-selector-2-fill.f2 {
  background-color: #4049ff;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(-100%);
}

.wg-selector2-text-lang2 {
  position: relative;
}

.wg-selector2-text-lang1 {
  color: #fff;
  position: relative;
}

.wg-selector-2-2 {
  color: #000;
  padding: 10px;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
  position: relative;
  overflow: hidden;
}

.wg-selector-2-2:hover {
  color: #4049ff;
}

.wg-selector-2-2.w--current {
  cursor: default;
}

.left-pop-out-menu-2 {
  z-index: 9999;
  opacity: 1;
  outline-offset: 0px;
  color: #fff;
  -webkit-text-fill-color: inherit;
  cursor: pointer;
  mix-blend-mode: normal;
  object-fit: fill;
  background-color: #645555;
  background-clip: border-box;
  border: 0 #fff;
  border-radius: 0;
  outline: 20px solid #645555;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  margin-top: 0;
  padding-left: 35vw;
  font-family: Montserrat, sans-serif;
  line-height: 10%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.nav-link-menu-left-2 {
  z-index: auto;
  color: #fff;
  text-align: right;
  letter-spacing: 1.2px;
  -webkit-text-stroke-color: white;
  margin: 2% auto 0%;
  padding: 30px 0 20px;
  font-family: Montserrat, sans-serif;
  font-size: 2vw;
  font-weight: 500;
  display: flex;
}

.nav-link-menu-left-2:hover {
  color: #ff6640;
}

.nav-link-menu-left-2:visited {
  color: #fff;
}

.nav-link-menu-left-2.jeannine {
  color: #fff;
  text-align: left;
  margin-top: 2%;
  margin-bottom: 0%;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 2vw;
  font-weight: 500;
  display: block;
}

.nav-link-menu-left-2.jeannine:hover {
  color: #fff;
}

.nav-link-menu-left-2.jeannine.sub {
  text-align: left;
  background-color: #fff0;
  margin-top: 0%;
  margin-bottom: 0;
  padding-top: 6px;
  padding-bottom: 0;
  padding-left: 60px;
  font-size: 1.5vw;
  line-height: 2vw;
  display: block;
}

.nav-link-menu-left-2.jeannine.sub:hover {
  color: #0f829b;
}

.nav-link-menu-left-2.jeannine.sub-sub {
  margin-top: 0%;
  margin-bottom: 5px;
  padding-top: 10px;
  padding-bottom: 0;
  padding-left: 100px;
  font-size: 1.5vw;
  line-height: 2vw;
}

.submit-button-3 {
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #ada29b;
  border: 3px dashed #c4e2f3;
  border-radius: 50%;
  width: 160px;
  height: 160px;
  margin-top: 60px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
}

.submit-button-3:hover {
  background-color: #081c3a;
}

.text-span-7 {
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 500;
}

.div-block-331 {
  justify-content: center;
  margin-top: 64px;
  display: flex;
}

.form-3 {
  grid-column-gap: 8px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  display: grid;
}

.form-block-3 {
  background-color: #fff0;
  flex-flow: column;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.close-success-window-copy-2 {
  background-color: #70d6dd;
  width: 75px;
  height: 75px;
  margin-top: 0;
}

.close-success-window-copy-2:hover {
  background-color: #0000;
}

.form-field {
  color: #333;
  border: 3px solid #c4e2f3;
  border-radius: 20px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.form-field.area {
  height: 200px;
}

.jg-kontakt-success-2 {
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 99.9995%;
  margin-top: 79px;
  padding-left: 44px;
  padding-right: 44px;
  font-size: 24px;
  font-weight: 300;
  line-height: 45px;
  display: flex;
}

.form-block-3-copy {
  background-color: #fff0;
  padding-left: 40px;
  padding-right: 40px;
}

.success-message-3 {
  background-color: var(--medium-turquoise);
}

.error-message-4 {
  background-color: var(--brown);
}

.form-block-4 {
  padding-left: 40px;
  padding-right: 40px;
}

.submit-button-4 {
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #ada29b;
  border: 3px dashed #c4e2f3;
  border-radius: 50%;
  width: 160px;
  height: 160px;
  margin-top: 60px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
}

.submit-button-4:hover {
  background-color: #081c3a;
}

.text-span-8 {
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 500;
}

.div-block-332 {
  justify-content: center;
  margin-top: 64px;
  display: flex;
}

.form-4 {
  grid-column-gap: 8px;
  grid-row-gap: 20px;
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  display: grid;
}

.form-div {
  background-color: var(--pale-turquoise);
  margin-top: 140px;
  padding-left: 40px;
  padding-right: 40px;
  display: none;
}

.text-field-3 {
  color: var(--black);
}

.success-message-4 {
  background-color: var(--medium-turquoise);
  border-radius: 20px;
}

.error-message-5 {
  background-color: var(--tomato);
  border-radius: 20px;
}

.div-block-333, .div-block-334 {
  cursor: not-allowed;
  font-size: 2.2vw;
}

.div-block-335 {
  cursor: not-allowed;
  font-size: 2.2vw;
  display: flex;
}

.div-block-336 {
  cursor: not-allowed;
  font-size: 2.2vw;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-5 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-5:hover {
  color: #1a1b1fbf;
}

.nav-link-5:focus-visible, .nav-link-5[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.menu-button-lines {
  z-index: 999;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.menu-left {
  z-index: 2147483647;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 50px;
  display: flex;
  position: fixed;
}

.menu {
  z-index: 99999;
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 0;
  display: flex;
  position: static;
  inset: 0% auto 0% 0%;
}

.image-2084 {
  color: #fff;
  margin-left: 20px;
}

.overlay-2 {
  z-index: 88888;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  max-width: 1110px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: none;
  position: fixed;
  inset: 0%;
}

.showreel {
  color: #c45af4;
  margin-top: 40px;
  font-size: 18px;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.showreel.project {
  margin-top: 70px;
}

.socials {
  z-index: 9999999;
  flex-direction: column;
  align-items: flex-end;
  margin-right: 170px;
  display: flex;
  position: static;
  left: 45%;
  right: auto;
}

.showreel-title {
  margin-bottom: 0;
}

.showreel-title.project {
  color: #fff;
  font-size: 24px;
}

.social-links {
  opacity: .2;
  color: #fff;
  letter-spacing: 1.04px;
  text-transform: uppercase;
  margin-bottom: 23px;
  font-size: 13px;
  line-height: 130%;
  text-decoration: none;
  transition: opacity .2s;
}

.social-links:hover {
  opacity: 1;
}

.social-links.w--current {
  opacity: .2;
  color: #fff;
  letter-spacing: 1.04px;
  text-transform: uppercase;
  margin-bottom: 23px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
}

.social-links.w--current:hover {
  opacity: 1;
}

.div-block-337 {
  background-color: #c15bf3;
  width: 16px;
  height: 2px;
  margin-bottom: 5px;
}

.menu-bg {
  z-index: 999;
  background-color: var(--sambesi);
  display: block;
  position: fixed;
  inset: 0%;
}

.link-3 {
  opacity: .3;
  color: #fff;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 64px;
  font-weight: 700;
  line-height: 110%;
  text-decoration: none;
  transition: opacity .2s;
}

.link-3:hover, .link-3.w--current {
  opacity: 1;
}

.menu-links {
  z-index: 999999;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 30vw;
  padding-top: 0%;
  display: flex;
  position: static;
  left: 65px;
}

.menu-overlay {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-left: 0;
  display: flex;
}

.open-menu-but {
  background-image: url('../images/burger-85.png');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 70px;
  height: 70px;
  display: flex;
}

.body-12 {
  background-color: var(--black);
}

.link-4 {
  opacity: .3;
  color: #fff;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 64px;
  font-weight: 700;
  line-height: 110%;
  text-decoration: none;
  transition: opacity .2s;
}

.link-4:hover, .link-4.w--current {
  opacity: 1;
}

.close-menu-but {
  background-image: url('../images/burger-open.png');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-top: 0;
  display: flex;
}

.div-block-338 {
  background-color: var(--tomato);
  width: 100vw;
  height: 100vh;
  position: fixed;
}

@media screen and (min-width: 1280px) {
  .left-pop-out-menu {
    z-index: 2222;
  }

  .right-pop-out-menu {
    z-index: 2222;
    display: none;
  }

  .submenu-03-behind {
    display: none;
  }

  .wg-element {
    justify-content: center;
  }

  .footer-left-block {
    width: 30%;
  }

  .content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .scoll-wrap {
    height: 90%;
  }

  .scroll-base {
    height: 95%;
  }

  .insta-feedsection {
    background-position: 50%;
    min-width: 1000px;
    height: auto;
    min-height: 1200px;
  }

  .ruderwelt-lead {
    width: 80%;
  }

  .heading-main {
    font-size: 1.4rem;
  }

  .news-posts-section {
    z-index: 100;
    position: relative;
  }

  .img-text-combo {
    flex-direction: column;
    align-items: flex-start;
    min-height: auto;
    max-height: none;
    display: flex;
  }

  .oberzeile.home1 {
    color: #000;
  }

  .despre-text {
    height: 80px;
    font-size: 60px;
    line-height: 90px;
  }

  .despre-text.home2 {
    color: #000;
    width: 100%;
    height: auto;
    padding-right: 143px;
    font-size: 4vw;
    font-weight: 200;
    line-height: 6vh;
  }

  .news-title-wrapper {
    min-height: 100px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .step-block-2 {
    min-height: 800px;
  }

  .step-2 {
    background-color: var(--transparent);
    border-radius: 0;
  }

  .autor.home1 {
    color: #000;
  }

  .form-block {
    padding: 60px;
  }

  ._3-sec-team {
    background-color: #0000;
  }

  .grid-3 {
    margin-top: 100px;
  }

  .support-team-img-wrap._02 {
    z-index: -1;
  }

  .support-team-but {
    z-index: auto;
    text-align: center;
    background-color: #33333347;
    border-radius: 100%;
    height: 100%;
    padding-top: 67px;
    inset: 0%;
  }

  .button {
    text-align: center;
    background-color: #0000;
    padding-top: 133px;
  }

  .modal-overlay {
    height: 100%;
    display: flex;
    position: absolute;
  }

  .overlay-grid-container {
    min-height: 60vh;
    margin-top: 0;
    display: flex;
    position: static;
  }

  .jg-video-tttle-txt {
    font-size: 12vw;
  }

  .zt-heading-2-zeilig {
    font-size: 10rem;
  }

  .textlink-small-white {
    font-size: 22px;
  }

  .hero-vid-sec {
    justify-content: center;
    align-items: center;
    height: 90vh;
    margin-top: 0;
    position: relative;
  }

  .insta-sec {
    min-height: auto;
  }

  .html-embed-11 {
    max-width: 1200px;
  }

  .sportarten-sec {
    height: auto;
    min-height: 130vh;
  }

  .oly-lead {
    font-size: 1.4rem;
  }

  .div-block-286 {
    max-width: 999px;
  }

  .mob-wg-element {
    justify-content: center;
  }

  .step-block-right-stretch {
    height: auto;
    min-height: 800px;
  }

  .zt-lead-jeannine {
    min-height: 100px;
  }

  .heading-jeannine {
    font-size: 1.4rem;
  }

  .nl-form-wrap {
    max-width: 1200px;
  }

  .step-block-right-02 {
    height: auto;
    min-height: 800px;
  }

  .heading-main-2 {
    font-size: 1.4rem;
  }

  .support-team-divider-section {
    min-height: 250px;
  }

  .scroll-animate-jeannine {
    height: 100%;
  }

  .heading-jeannine-2 {
    font-size: 1.4rem;
  }

  .zt-heading-2-zeilig-long {
    font-size: 9rem;
  }

  .text-block-58 {
    margin-bottom: 3%;
  }

  .scoll-wrap-50 {
    bottom: 52%;
  }

  .scoll-wrap-60 {
    height: 100%;
  }

  .tv-titel._3-up {
    font-size: 11rem;
  }

  .heading-medienberichte-mb {
    font-size: 10rem;
  }

  .scoll-wrap-06, .scoll-wrap-05, .scoll-wrap-07 {
    height: 90%;
  }

  .scoll-wrap-105 {
    height: 100%;
  }

  .scoll-wrap-501 {
    bottom: 52%;
  }

  .scoll-wrap-jg-top, .scoll-wrap-jg-top-mob {
    height: 90%;
  }

  .mobil-wg-element {
    justify-content: center;
  }

  .scoll-wrap-jg-top-mob-copy {
    height: 90%;
  }

  .scroll-animate-jeannine-copy {
    height: 100%;
  }

  .heading-srf-dok {
    font-size: 7rem;
  }

  .textlink-small-white-2, .radio-but, .video-but {
    font-size: 22px;
  }

  .about-01-sec.angebot.soul-sync {
    padding-top: 0;
  }

  .about-01-sec.angebot.move-space {
    justify-content: flex-start;
    align-items: center;
  }

  .scoll-wrap-2023 {
    height: 50%;
  }

  .div-block-298 {
    justify-content: flex-end;
  }

  .start-hero-sec.home {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .work-sec.mit-video {
    padding-bottom: 0;
  }

  .text-div {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 60px;
    display: flex;
  }

  .carousel-sec {
    display: none;
  }

  .left-arrow-wrap {
    left: -15%;
  }

  .right-arrow-wrap {
    right: -15%;
  }

  .website-panel.trislider.robs-hood, .website-panel.trislider {
    background-image: linear-gradient(152deg, var(--jg-robs-hood), var(--sienna));
  }

  .website-panel.trislider.vision-hub {
    background-image: linear-gradient(152deg, var(--midnight-blue-2), var(--sky-blue));
  }

  .client-slider-mask-3 {
    max-width: none;
  }

  .button-5.top-padding.carousel._01 {
    max-width: 300px;
  }

  .work-slider {
    width: 22%;
    max-width: none;
  }

  .work-card-img-wrapper.vision-hub {
    background-image: url('../images/vision-hub.jpg');
  }

  .textlink-small-white-3 {
    font-size: 22px;
  }

  .div-txt-01-angebot {
    align-items: stretch;
  }

  .textlink-small-white-4 {
    font-size: 22px;
  }

  .jean-hero-sec-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .jean-blok01 {
    width: 100%;
  }

  .home-intor-txt {
    width: 100%;
    margin-bottom: 0;
  }

  .home-intor-txt.ruderwelt {
    font-size: 1.25em;
    line-height: 1.5em;
  }

  .text-block-swis-olympic {
    color: var(--white);
  }

  .left-arrow-wrap-5 {
    left: -10%;
  }

  .image-2074 {
    height: 100%;
  }

  .right-arrow-wrap-5 {
    right: -10%;
  }

  .leaddim-gry-5-pt {
    width: auto;
    font-size: 30px;
    font-weight: 800;
  }

  .text-block-75-margin-top100 {
    width: 100%;
    display: block;
  }

  .text-block20-20-vw {
    width: 100vw;
    padding-left: 20vw;
    padding-right: 20vw;
    display: flex;
  }

  .text-block-88 {
    font-size: 20px;
    font-weight: 300;
  }

  .nl-sec {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-div-10vw {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 65vw;
    margin-top: 0;
    display: flex;
  }

  .text-div {
    padding-bottom: 0;
  }

  .text-divsrf-dok {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-top: 0;
    display: flex;
  }

  .text-block-swis-olympic-2 {
    color: #fff;
  }

  .homebubble-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: 25%;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-rows: minmax(25%, 25%);
  }

  .sec-blowouts {
    padding-top: 5vw;
  }

  .dachmarke-div {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 60px;
    display: flex;
  }

  .text-divhero-home {
    padding-bottom: 0;
  }

  .text-div-copy {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 60px;
    display: flex;
  }

  .large-service-button {
    width: 95%;
    height: 95%;
    margin-right: 0;
  }

  .service-item-background-3 {
    width: 98%;
    height: 98%;
  }

  .move-text-top, .robs-text-top, .robs-text-down, .move-text-down, .soul-text-down {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 60px;
    display: flex;
  }

  .left-pop-out-menu-2 {
    z-index: 2222;
  }
}

@media screen and (min-width: 1440px) {
  .nav-bar-container.kontakt {
    background-image: url('../images/kontakt-header.jpg');
  }

  .nav-link-menu-left {
    font-size: 2vw;
  }

  .text-block-28, .text-block-28:hover, .wg-dropdown-1-link {
    font-size: 1.4vw;
  }

  .container-erfolge.is--title {
    justify-content: center;
    align-items: stretch;
  }

  .work {
    justify-content: space-between;
  }

  .box.is--1 {
    background-color: #0000;
    background-image: url('../images/2016.png');
    background-position: 50%;
    background-size: cover;
    border: 0 #0000;
  }

  .box.is--3 {
    background-color: #0000;
    background-image: url('../images/2015.png');
    background-position: 50%;
    background-size: cover;
    border-style: none;
  }

  .box.is--5 {
    background-color: #0000;
    background-image: url('../images/2017.png');
    background-position: 50%;
    background-size: cover;
    border-style: none;
    margin-left: 89.8em;
  }

  .box.is--7 {
    margin-left: 37.5em;
  }

  .box.is--8 {
    z-index: 29;
    background-image: url('../images/2009.png');
    background-size: cover;
    margin-top: 35vh;
    margin-left: 78.6em;
  }

  .box.is--9 {
    z-index: 23;
    background-image: url('../images/2003.png');
    margin-top: 38vh;
    margin-left: 6.1em;
  }

  .box.is--8, .box.is--9, .box.is--10 {
    margin-left: 37.5em;
  }

  .slide-3 {
    background-repeat: no-repeat;
    max-width: none;
  }

  .slide-4, .slide-5 {
    background-repeat: no-repeat;
  }

  .erfolge-bubble-year-multiple {
    height: 2em;
    font-size: 5em;
    line-height: 1em;
  }

  .left-menu-inside {
    margin-top: 140px;
  }

  .columns {
    height: 120vh;
  }

  .paragraph-large-jeannine {
    font-size: 1.2rem;
    line-height: 30px;
  }

  .paragraph-large-jg {
    font-size: 1.8vw;
    line-height: 2.5vw;
  }

  .banner-header {
    font-size: 3vw;
  }

  .section-partner {
    height: auto;
  }

  .banner-header-oberzeile {
    font-size: 2vw;
  }

  .columns-2 {
    height: 90vh;
  }

  .paragraph-large-jeannine-2 {
    font-size: 1.6vw;
    line-height: 2vw;
  }

  .paragraph-large-jg-2 {
    font-size: 1.8vw;
    line-height: 2.5vw;
  }

  .banner-header-2 {
    height: 50px;
    font-size: 1.6rem;
    line-height: 20px;
  }

  .banner-header-oberzeile-2 {
    font-size: 2vw;
  }

  .heading-hauptpartner {
    font-size: 12rem;
  }

  .heading-supplier {
    font-size: 10rem;
  }

  .section-ausr-ster {
    height: auto;
  }

  .heading-unterstuetzer {
    font-size: 10rem;
  }

  .banner-unterst-tzer {
    font-size: 3vw;
  }

  .content-block {
    width: auto;
    height: auto;
  }

  .steps-clone {
    height: auto;
  }

  .container-7 {
    max-width: none;
  }

  .step-block {
    height: 90vh;
  }

  .insta-feedsection {
    min-width: 1000px;
    height: auto;
    min-height: 1200px;
  }

  .head-title-lead {
    width: auto;
  }

  .heading-main {
    font-size: 1.4rem;
    line-height: 36px;
  }

  .news-posts-section {
    z-index: 100;
    position: relative;
  }

  .img-text-combo {
    padding-right: 27px;
  }

  .oberzeile {
    position: static;
  }

  .oberzeile.home1 {
    color: #000;
  }

  .despre-text {
    height: auto;
    font-size: 75px;
    line-height: 90px;
  }

  .despre-text.home2 {
    width: 100%;
    min-width: auto;
    height: auto;
    font-size: 5vh;
    font-weight: 200;
    line-height: 6vh;
  }

  .news-title-wrapper {
    max-width: 1100px;
  }

  .paragraph-3-left {
    font-size: 22px;
  }

  .paragraph {
    font-size: 18px;
  }

  .step-2.last, .bg-shadow-2 {
    height: auto;
    min-height: 1100px;
  }

  .autor {
    position: static;
  }

  .autor.home1 {
    color: #000;
  }

  .banner-header-coreteam {
    font-size: 2.5vw;
    line-height: 46px;
  }

  .heading-rennkalender {
    font-size: 10rem;
  }

  .rk-steps-clone {
    height: auto;
  }

  .paragraph-large-jeannine-3 {
    font-size: 1.2rem;
    line-height: 30px;
  }

  .section-partner-2 {
    height: auto;
  }

  .columns-steiner {
    height: 120vh;
  }

  .section-partner-steiner, .section-partner-kibag, .section-partner-steinergroup, .section-ausr-ster--partner, .section-partner-radisson, .section-ausr-ster--supporter {
    height: auto;
  }

  .zt-heading {
    font-size: 14rem;
  }

  .video-control {
    align-items: center;
  }

  .jg-name-videoeinblender {
    text-align: center;
    max-width: 1000px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .jg-video-tttle-txt {
    max-width: 1200px;
    font-size: 8vw;
  }

  .premium-partner-heading {
    font-size: 9rem;
  }

  .jg-np-field {
    color: var(--dim-grey);
    border-width: 2px;
  }

  .absenden-but-wrap.kontaktform {
    justify-content: center;
    align-items: center;
  }

  .contact-form-wrap {
    outline-color: var(--jg-vision-hub);
    outline-width: 2px;
  }

  .jg-np-field-area.bottom {
    border: 2px solid var(--white);
    color: var(--white);
    padding-left: 20px;
    font-family: Montserrat, sans-serif;
  }

  .cont-submit-button {
    outline-color: var(--white);
    outline-offset: 4px;
    border-style: none;
    border-width: 0;
    outline-width: 2px;
    outline-style: dashed;
    font-family: Montserrat, sans-serif;
  }

  .kontakt-herding {
    font-size: 12rem;
  }

  .so-title {
    font-size: 3vw;
  }

  .paragraph-large-so {
    font-size: 1.4vw;
    line-height: 2.5vw;
  }

  .step-block-2019, .step-block-2018, .step-block-2017, .step-block-2016, .step-block-2021, .step-block-2020 {
    height: 90vh;
  }

  .video-control-jeannine {
    align-items: center;
  }

  .zt-heading-medium, .zt-heading-2-zeilig {
    font-size: 12rem;
  }

  .zt-heading-ultralong {
    font-size: 8rem;
  }

  .zt-heading-hauptpartner {
    font-size: 11rem;
  }

  .imp-zt {
    font-family: Montserrat, sans-serif;
  }

  .banner-header-80 {
    font-size: 3vw;
  }

  .video-grid {
    width: auto;
    max-width: none;
  }

  .textlink-small-white {
    background-color: var(--sky-blue);
    min-width: 500px;
    font-size: 24px;
  }

  .banner-header-60px {
    height: 50px;
    font-size: 1.6rem;
    line-height: 20px;
  }

  .hero-vid-sec {
    justify-content: center;
    height: 90vh;
  }

  .html-embed-11 {
    max-width: none;
  }

  .paris2024-herding {
    font-size: 11rem;
  }

  .sportarten-sec {
    height: auto;
  }

  .paris-disziplinen {
    font-size: 12rem;
  }

  .oly-lead {
    font-size: 1.4rem;
    line-height: 36px;
  }

  .content-wrap-stretch {
    height: auto;
    min-height: 1100px;
  }

  .zt-heading-ultralong-6rem {
    font-size: 9rem;
  }

  .step-block-2022, .step-block-2020-copy {
    height: 90vh;
  }

  .text-block-55 {
    font-size: 1.4em;
    line-height: 2.5em;
  }

  .swiss-oly-cont {
    flex-flow: column;
    justify-content: space-between;
    max-width: none;
    display: flex;
  }

  .par-mobile-small {
    font-size: 1.4vw;
    line-height: 2.5vw;
  }

  .heading-jeannine {
    font-size: 1.4rem;
    line-height: 36px;
  }

  .heading-main-2 {
    max-width: none;
    font-size: 1.4rem;
    line-height: 36px;
  }

  .step-block-02, .step-block-03 {
    height: 90vh;
  }

  .heading-jeannine-2 {
    font-size: 1.4rem;
    line-height: 36px;
  }

  .zt-heading-2-zeilig-long {
    font-size: 10rem;
  }

  .step-2-1100.last {
    height: auto;
    min-height: 1100px;
  }

  .bg-shadow-2-800 {
    height: auto;
    min-height: 700px;
  }

  .bg-shadow-2-600 {
    height: auto;
    min-height: 600px;
  }

  .tv-titel {
    font-size: 14rem;
  }

  .tv-titel._3-up {
    font-size: 12rem;
  }

  .heading-medienberichte-mb {
    font-size: 10rem;
  }

  .background-video-center-team {
    justify-content: center;
  }

  .third-article, .second-article, .first-article {
    display: none;
  }

  .paragraph-large-jeannine-4 {
    font-size: 1.2rem;
    line-height: 30px;
  }

  .heading-srf-dok {
    font-size: 8rem;
  }

  .srfdok-lead {
    font-size: 20px;
  }

  .srfdok-title-lead {
    font-size: 28px;
  }

  .srfdok-text {
    font-size: 20px;
    line-height: 32px;
  }

  .slide-3-2021 {
    background-repeat: no-repeat;
    max-width: none;
  }

  .slide-4-2021, .slide-5-2021 {
    background-repeat: no-repeat;
  }

  .banner-header-coreteam-partner {
    font-size: 2.5vw;
    line-height: 46px;
  }

  .section-partner-leuag {
    height: auto;
  }

  .textlink-small-white-2, .radio-but, .video-but {
    background-color: #79b4d1;
    min-width: 500px;
    font-size: 24px;
  }

  .radio-grid {
    width: auto;
    max-width: none;
  }

  .det-01-sec.soul-sync, .det-01-sec.robs-hood {
    width: 100vw;
  }

  .about-01-sec.angebot {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .about-01-sec.angebot.soul-sync {
    padding-top: 0;
  }

  .about-01-sec.angebot.move-space {
    width: 100vw;
    padding-left: 10vw;
  }

  ._200-meter-titel {
    font-size: 10rem;
  }

  ._2000-meteroberzeile {
    font-size: 6rem;
  }

  .step-block-2021-copy, .median-step-block-2023 {
    height: 90vh;
  }

  .mainheading {
    font-size: 2svw;
  }

  .start-hero-sec.home, .start-hero-sec.behind-the-scene {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .kont-1-4 {
    justify-content: center;
    align-items: flex-start;
  }

  .nav-link-menu-left-copy {
    font-size: 3vw;
  }

  .botton-wave-div {
    outline-color: var(--white);
    outline-offset: 0px;
    border-radius: 0;
    outline-width: 0;
    outline-style: none;
    width: 100vw;
  }

  .botton-wave-div.medien {
    outline-color: var(--dim-grey);
    outline-offset: 3px;
    border-width: 0;
    outline-width: 3px;
  }

  .botton-wave-div.kontakt {
    outline-offset: 4px;
    outline-width: 2px;
  }

  .work-sec.mit-video {
    padding-left: 0;
  }

  .text-div {
    justify-content: center;
    align-items: center;
    width: 100vw;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .carousel-sec {
    width: 100vw;
  }

  .button-wrapper.new._01 {
    margin-bottom: 5%;
  }

  .tab-drop-heading {
    font-family: Montserrat, sans-serif;
    font-size: 40px;
  }

  .website-panel.trislider {
    justify-content: space-between;
  }

  .left-arrow-wrap-3 {
    left: -10%;
  }

  .image-2057 {
    border-radius: 20px;
    margin-top: 5%;
  }

  .client-slider-panel-3 {
    width: 100%;
  }

  .client-slider-mask-3 {
    max-width: 450px;
  }

  .button-5.top-padding.carousel._01 {
    border-style: solid;
    border-color: var(--purple);
    background-color: var(--black);
    border-radius: 10px;
    padding: 20px 100px;
    font-size: 25px;
    display: inline-block;
  }

  .work-slider {
    justify-content: center;
    align-items: center;
    max-width: 500px;
    display: flex;
  }

  .right-arrow-wrap-3 {
    right: -10%;
  }

  .carousel-wrapper {
    margin-left: 0;
  }

  .work-car-thin-txt {
    color: var(--white);
    padding-top: 0;
    padding-bottom: 20px;
    font-family: Montserrat, sans-serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 26px;
  }

  .work-card_at-txt {
    font-family: Montserrat, sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 28px;
  }

  .work-card_at-txt.soul-sync {
    font-size: 30px;
    line-height: 32px;
  }

  .work-ard-txt {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .work-card-img-wrapper {
    border-radius: 20px;
  }

  .video-div-wistia {
    width: 100vw;
  }

  .textlink-small-white-3, .textlink-small-white-4 {
    background-color: #79b4d1;
    min-width: 500px;
    font-size: 24px;
  }

  .text-block-84 {
    font-size: 1.4em;
    line-height: 2.5em;
  }

  .par-mobile-small-2 {
    font-size: 1.4vw;
    line-height: 2.5vw;
  }

  .jean-step2phots.last {
    height: auto;
    min-height: 1100px;
  }

  .vision-text-down {
    margin-bottom: 0;
  }

  .dachmarke-video {
    padding-top: 60px;
  }

  .text-block-75-margin-top100 {
    width: 100%;
  }

  .text-block-75-margin-top100.zitat {
    padding-bottom: 60px;
    padding-right: 15vw;
  }

  .code-embed-5 {
    width: 30vw;
  }

  .text-block20-20-vw {
    padding-left: 20vw;
    padding-right: 20vw;
  }

  ._4-marken-vid-div {
    width: 60vw;
    height: 60vw;
  }

  .service-icon.large-button.soul, .service-icon.large-button.move, .service-icon.large-button.vision, .service-icon.large-button.robs {
    width: auto;
    height: 75%;
  }

  .large-service-button-vision {
    width: 18vw;
    height: 18vw;
  }

  .spacescont {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .large-service-button-soul, .large-service-button-move-space, .large-service-button-robs {
    width: 18vw;
    height: 18vw;
  }

  .angebot-top-4-logos-cont.robs-hood {
    height: auto;
  }

  .text-div-10vw {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100vw;
    margin-top: 0;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .text-div {
    max-width: 1200px;
  }

  .div-block-325 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-divsrf-dok {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .cont-koborainen, .cont-swiss-opylpicsr {
    max-width: none;
  }

  .det-01-secmove-space.move-space {
    width: 100vw;
  }

  .homebubble-wrap {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    max-width: 1200px;
  }

  .sec-blowouts {
    padding-bottom: 5vw;
  }

  .kleeblatt-grid {
    width: 50vw;
    height: 50vw;
  }

  .quote-or-div.ul {
    padding-left: 15%;
  }

  .quote-or-div.ur {
    padding-right: 15%;
  }

  .quote-or-div.or, .quote-or-div.ol, .quote-or-div.ol-copy {
    padding-top: 30%;
  }

  .quote-txt-or.ul {
    font-size: 1vw;
    line-height: 1.5vw;
  }

  .quote-txt-or.or {
    width: 100%;
    font-size: 1vw;
    line-height: 1.5vw;
  }

  .quote-txt-or.ol {
    font-size: 1vw;
    line-height: 1.5vw;
  }

  .quote-title-or {
    font-size: 1.25vw;
  }

  .dachmarke-div {
    justify-content: center;
    align-items: center;
    width: 100vw;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .main-menu-entry {
    font-size: 2vw;
  }

  .text-divhero-home {
    max-width: 1200px;
  }

  .fsm-wrapper {
    margin-left: 0;
    display: none;
  }

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

  .text-div-copy {
    justify-content: center;
    align-items: center;
    width: 100vw;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  ._01-circle-button, .large-service-button-visionmobile {
    width: 18vw;
    height: 18vw;
  }

  .bubble-sec-desk {
    justify-content: center;
    align-items: center;
  }

  .move-text-top, .robs-text-top {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .robs-text-down, .move-text-down, .soul-text-down {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link-menu-left-2 {
    font-size: 2vw;
  }

  .menu-links {
    margin-left: 25vw;
  }
}

@media screen and (min-width: 1920px) {
  .image {
    width: 300px;
  }

  .nav-link-menu-left {
    margin-top: 40px;
  }

  .section-erfolge.is--hero {
    width: 100vw;
  }

  .footer-left-block {
    width: 30%;
  }

  .left-menu-inside {
    margin-top: 309px;
  }

  .okb-text-wrapper {
    height: 90%;
    max-height: 95%;
    padding-top: 0;
  }

  .columns {
    display: block;
  }

  .mail-link {
    padding-bottom: 20px;
    font-size: 1.5rem;
  }

  .paragraph-large-jeannine {
    font-size: 1.4rem;
    line-height: 32px;
  }

  .banner-header {
    font-size: 2.5vw;
    line-height: 3vw;
  }

  .par-left-text-wrap {
    max-width: 1600px;
  }

  .kibag-logo {
    padding-bottom: 50px;
  }

  .banner-header-oberzeile {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 1.4rem;
  }

  .steiner-group-logo {
    padding-bottom: 50px;
  }

  .columns-2 {
    max-width: 1600px;
    height: 100vh;
    display: block;
  }

  .heading-hauptpartner {
    margin-bottom: 3%;
    font-size: 14rem;
  }

  .heading-supplier {
    font-size: 12rem;
  }

  .exxentric-logo {
    padding-bottom: 50px;
  }

  .supplier-div, .supplier-div.right-bar, .supplier-div.title-2-zeilig {
    height: 350px;
  }

  .supplier-text-wrapper {
    height: 90%;
    max-height: 95%;
  }

  .heading-unterstuetzer {
    margin-bottom: 0%;
    font-size: 12rem;
  }

  .formtech-logo {
    padding-bottom: 50px;
  }

  .step-block {
    height: auto;
    min-height: 90vh;
  }

  .insta-feedsection {
    justify-content: flex-start;
    align-items: center;
    min-width: auto;
    height: auto;
    min-height: auto;
    padding-left: 10vw;
    padding-right: 10vw;
    display: flex;
  }

  .head-title-lead {
    width: auto;
    max-width: 1000px;
  }

  .html-embed-3 {
    margin-top: 60px;
    margin-bottom: 60px;
    padding-top: 0;
  }

  .heading-main {
    max-width: 1200px;
    font-size: 1.6rem;
  }

  .news-posts-section {
    z-index: 100;
    width: 100vw;
    position: relative;
  }

  .img-text-combo {
    flex-direction: column;
    align-items: flex-start;
    width: 50%;
    height: auto;
    display: block;
  }

  .oberzeile.home1 {
    color: #000;
    font-size: 1vh;
  }

  .despre-text {
    align-self: auto;
    width: auto;
    height: auto;
    font-size: 75px;
    line-height: 90px;
    display: block;
  }

  .despre-text.home2 {
    color: #000;
    width: 100%;
    height: auto;
    font-size: 6vh;
    font-weight: 200;
    line-height: 7vh;
  }

  .news-title-wrapper {
    max-width: 1300px;
    min-height: 70px;
    font-size: 1.6em;
  }

  .paragraph-3-left {
    font-size: 24px;
    line-height: 1.5;
  }

  .label, .label-left-2 {
    font-size: 20px;
  }

  .paragraph {
    width: 100%;
    font-size: 24px;
    line-height: 1.5;
  }

  .paragraph.swiss-olympic {
    font-size: 24px;
    line-height: 1.5em;
  }

  .step-block-2 {
    min-height: 800px;
  }

  .step-2 {
    height: auto;
    min-height: auto;
  }

  .step-2.last {
    height: auto;
  }

  .step-content-block-2 {
    min-height: auto;
  }

  .bg-shadow-2 {
    min-height: 750px;
  }

  .cont-meine-ruderwelt {
    margin-bottom: 0%;
    padding-left: 0;
    padding-right: 0;
  }

  .autor.home1 {
    color: #000;
    font-size: 1vh;
  }

  .heading-9 {
    font-size: 8.5vh;
    line-height: 1.1;
  }

  .banner-header-coreteam {
    line-height: 56px;
  }

  .partner-titel {
    font-size: 1.5rem;
  }

  .sponser-logo, .uyn-logo, .ca-logo {
    padding-bottom: 50px;
  }

  .supplier-logo {
    width: 225px;
    padding-bottom: 0;
  }

  .supporter-logo {
    width: 300px;
    height: 300px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .we-logo {
    padding-bottom: 50px;
  }

  .meine-ruderwelt-sec._0-top {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .heading-rennkalender {
    font-size: 13rem;
  }

  .core-twam-hike-text-wrapper {
    height: auto;
    max-height: 95%;
  }

  .heading-15 {
    font-size: 8.5vh;
    line-height: 1.1;
  }

  .paragraph-large-jeannine-3 {
    font-size: 1.5rem;
    line-height: 36px;
  }

  .columns-steiner {
    display: block;
  }

  .section-partner-radisson {
    justify-content: center;
    margin-top: 102px;
  }

  .zt-heading {
    font-size: 16rem;
  }

  .jg-video-tttle-txt {
    max-width: 1200px;
    font-size: 8vw;
  }

  .premium-partner-heading {
    font-size: 12rem;
  }

  .news-post-form-wrap {
    max-width: 800px;
  }

  .jg-np-field {
    height: 50px;
    font-size: 18px;
  }

  .jg-np-field.middle {
    border-style: solid;
    border-width: 1px;
  }

  .submit-button-2 {
    width: 200px;
  }

  .absenden-but-wrap.kontaktform {
    flex-flow: column;
    padding-top: 60px;
  }

  .grid-5, .card-container {
    max-width: 1400px;
  }

  .contact-form-wrap {
    max-width: 900px;
  }

  .jg-np-field-area.bottom {
    border-width: 1px;
    font-weight: 400;
  }

  .cont-submit-button {
    outline-color: var(--white);
    outline-offset: 4px;
    outline-width: 2px;
    outline-style: none;
    width: 128px;
    height: 128px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .kontakt-herding {
    font-size: 14rem;
  }

  .radisson-logo {
    padding-bottom: 50px;
  }

  .sec-swiss-olympic {
    padding-left: 27.5vw;
    padding-right: 25vw;
  }

  .so-text-wrap, .so-text-wrap-100-wide {
    height: 90%;
    max-height: 95%;
  }

  .step-block-2019, .step-block-2018, .step-block-2017, .step-block-2016, .step-block-2021, .step-block-2020 {
    height: auto;
    min-height: 90vh;
  }

  .zt-heading-medium {
    font-size: 16rem;
  }

  .zt-heading-superlong {
    font-size: 11rem;
  }

  .zt-heading-2-zeilig {
    font-size: 14rem;
  }

  .zt-heading-ultralong {
    font-size: 11rem;
  }

  .zt-heading-hauptpartner {
    font-size: 12rem;
  }

  .new-okb-sec {
    min-height: 1600px;
  }

  .okb-grid-desk {
    max-width: 1200px;
  }

  .new-kibag-sec {
    margin-bottom: 152px;
  }

  .kibag-grid {
    max-width: 1200px;
  }

  .okb-text-wrapper-copy, .kibag-text {
    height: 90%;
    max-height: 95%;
  }

  .new-steiner-sec {
    margin-top: 140px;
    padding-top: 104px;
  }

  .imp-zt {
    font-family: Montserrat, sans-serif;
    font-size: 1.5em;
    line-height: 1.8em;
  }

  .mb-top-wrap {
    height: 90%;
    max-height: 95%;
  }

  .steiner-logo {
    padding-bottom: 50px;
  }

  .steiner-text {
    height: 90%;
    max-height: 95%;
  }

  .heading-right-small-copy {
    font-size: 44px;
    line-height: 55px;
  }

  .overlay {
    height: 200vh;
    inset: 0%;
  }

  .textlink-small-white {
    font-size: 30px;
  }

  .mail-link-copy {
    padding-bottom: 20px;
    font-size: 1.5rem;
  }

  .url-link {
    margin-top: 60px;
  }

  .radisson-grid {
    max-width: 1200px;
  }

  .steiner-left-text-wrap {
    max-width: 1600px;
  }

  .paris2024-herding {
    font-size: 14rem;
  }

  .sportarten-sec {
    height: auto;
    min-height: 100vh;
  }

  .paris-disziplinen {
    font-size: 14rem;
  }

  .oly-lead {
    max-width: 1200px;
    font-size: 1.6rem;
    line-height: 40px;
  }

  .div-block-286 {
    flex-direction: column;
    max-width: 1200px;
    margin-top: 140px;
    padding-bottom: 42px;
    display: flex;
  }

  .video-4 {
    width: 100%;
    max-width: 100%;
    margin-top: auto;
  }

  .step-2-75-vh {
    height: auto;
  }

  .zt-heading-ultralong-6rem {
    font-size: 12rem;
  }

  .step-block-2022, .step-block-2020-copy {
    height: auto;
    min-height: 90vh;
  }

  .background-video-30vh {
    padding-bottom: 0%;
  }

  .swiss-oly-cont {
    max-width: 1200px;
  }

  .section-20 {
    max-width: 1440px;
    min-height: 1000px;
  }

  .html-embed-13 {
    max-width: 2000px;
    height: 900px;
    max-height: 900px;
  }

  .container-13 {
    max-width: 1440px;
  }

  .heading-jeannine {
    max-width: 1200px;
    font-size: 1.6rem;
  }

  .nl-form-wrap {
    max-width: 1200px;
  }

  .step-block-right-02 {
    min-height: 800px;
  }

  .heading-main-2 {
    max-width: none;
    font-size: 1.6rem;
  }

  .step-block-02, .step-block-03 {
    height: auto;
    min-height: 90vh;
  }

  .heading-jeannine-2 {
    max-width: 1200px;
    font-size: 1.6rem;
  }

  .zt-heading-2-zeilig-long {
    font-size: 12rem;
  }

  .sporthilfe, .sporthilfe.right-bar, .sporthilfe.title-2-zeilig {
    height: 350px;
  }

  .bg-shadow-2-copy {
    min-height: 800px;
  }

  .step-2-1100 {
    height: auto;
    min-height: 800px;
  }

  .step-2-1100.last {
    height: auto;
  }

  .bg-shadow-2-800, .bg-shadow-2-600 {
    min-height: 750px;
  }

  .tv-titel {
    font-size: 16rem;
  }

  .tv-titel._3-up, .heading-medienberichte-mb {
    font-size: 14rem;
  }

  .okb-grid-mob, .kibag-grid-2 {
    max-width: 1200px;
  }

  .paragraph-large-jeannine-4 {
    font-size: 1.4rem;
    line-height: 32px;
  }

  .steiner-logo-2 {
    padding-bottom: 50px;
  }

  .url-link-2 {
    margin-top: 60px;
  }

  .heading-srf-dok {
    font-size: 11rem;
  }

  .srfdok-lead {
    font-size: 26px;
  }

  .srfdok-title-lead {
    margin-top: 44px;
    margin-bottom: 44px;
    font-size: 36px;
  }

  .srfdok-text {
    font-size: 28px;
    line-height: 42px;
  }

  .paypalme, .iban, .twint {
    max-width: 900px;
  }

  .banner-header-coreteam-partner {
    line-height: 56px;
  }

  .section-partner-leuag {
    justify-content: center;
    margin-top: 102px;
  }

  .leuag-logo {
    padding-bottom: 50px;
  }

  .unterst-tzer-div, .unterst-tzer-div.right-bar, .unterst-tzer-div.title-2-zeilig {
    height: 350px;
  }

  .textlink-small-white-2, .radio-but, .video-but {
    font-size: 30px;
  }

  .text-field-2 {
    border-radius: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 20px;
    line-height: 30px;
  }

  .text-area {
    border-radius: 30px;
    height: 250px;
    min-height: 250px;
    font-size: 20px;
    line-height: 30px;
  }

  .image-2046 {
    object-fit: fill;
    width: 100%;
  }

  .about-01-grid {
    max-width: 1600px;
  }

  ._200-meter-titel {
    font-size: 14rem;
  }

  ._2000-meteroberzeile {
    font-size: 7rem;
  }

  .step-block-2021-copy, .median-step-block-2023 {
    height: auto;
    min-height: 90vh;
  }

  .img-vision {
    object-fit: fill;
    width: 100%;
  }

  .angebot-heading {
    margin-top: 40px;
    font-size: 1.75em;
    line-height: 1.25em;
  }

  .text-block-69.unten-rechts, .text-block-69.unten-links {
    color: var(--white);
  }

  .nav-link-menu-left-copy {
    margin-top: 40px;
  }

  .menu-stopper {
    background-position: 50% 100%;
    background-repeat: repeat-x;
    background-size: contain;
    position: static;
  }

  .section-23 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100svw;
    height: auto;
    margin-top: 223px;
    display: block;
  }

  .text-block-72 {
    font-size: 60px;
  }

  .div-block-305 {
    background-color: var(--sienna);
    background-image: url('../images/purple-waves3-2.png');
    background-position: 0 0;
    background-size: auto;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 500px;
    display: flex;
  }

  .ribbon-sechome.jeannine {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-75 {
    font-size: 24px;
    line-height: 1.5em;
    display: block;
  }

  .text-div {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
  }

  .carousel-sec {
    margin-left: 0;
  }

  .carouseldiv {
    width: 100vw;
    max-width: 1200px;
  }

  .website-panel.trislider {
    min-width: auto;
    max-width: none;
  }

  .insta-cont-wrapper {
    width: 100%;
    max-width: none;
  }

  .events-sec {
    padding-top: 100px;
    padding-bottom: 98px;
  }

  .event-sec {
    width: 100vw;
  }

  .client-slider-panel-3 {
    width: auto;
    max-width: none;
  }

  .client-slider-mask-3 {
    max-width: none;
  }

  .work-slider {
    width: 25%;
    max-width: 500px;
    margin-left: 0;
  }

  .carousel-wrapper {
    margin-left: 0;
  }

  .work-car-thin-txt {
    padding-top: 0;
    line-height: 30px;
  }

  .work-card_at-txt {
    padding-bottom: 10px;
  }

  .text-blocktitle.text-block-subtitle {
    font-size: 32px;
  }

  .textlink-small-white-3 {
    font-size: 30px;
  }

  .bluebox-vision.soul, .bluebox-vision.move, .bluebox-vision.robs, .bluebox-vision.vision {
    justify-content: space-between;
  }

  .textlink-small-white-4 {
    font-size: 30px;
  }

  .core-twam-hike-text-wrapper-2 {
    height: auto;
    max-height: 95%;
  }

  .jean-step2phots {
    height: auto;
    min-height: auto;
  }

  .jean-step2phots.last {
    height: auto;
  }

  .jean-nohmrjean {
    padding-left: 27.5vw;
    padding-right: 25vw;
  }

  .home-intor-txt {
    font-size: 1.75em;
    line-height: 1.5em;
  }

  .home-intor-txt.ruderwelt {
    font-size: 20px;
    line-height: 32px;
  }

  .zt-green-churroswiss-olympic.transapernt {
    flex-flow: column;
    justify-content: center;
    width: auto;
  }

  .step-content-block-swis-olyc {
    min-height: auto;
  }

  .text-block-swis-olympic.white-text {
    font-size: 24px;
    line-height: 1.5em;
  }

  .text-block-75-margin-top100 {
    font-size: 1.75em;
    line-height: 1.5em;
  }

  .text-block-75-margin-top100.zitat {
    font-size: 2em;
    line-height: 1.5em;
  }

  .code-embed-5 {
    width: 20vw;
  }

  .text-block20-20-vw {
    padding-left: 15vw;
    padding-right: 15vw;
  }

  ._4-marken-vid-div {
    flex-flow: column;
    width: 40vw;
    height: 40vw;
    padding-top: 0%;
  }

  .paragraph-18-white-font {
    font-size: 22px;
    line-height: 34px;
  }

  .service-icon-outline.vision {
    width: auto;
    height: auto;
    position: absolute;
  }

  .service-icon-outline.kontakt {
    width: 100%;
    height: 100%;
    position: static;
  }

  .step-button-container {
    max-width: 1200px;
  }

  .service-icon.large-button {
    width: 20rem;
    height: 20rem;
  }

  .large-service-button-vision {
    width: 18vw;
    height: 18vw;
  }

  .large-service-button-vision:hover {
    color: #4b1dd3;
  }

  .service-button-header, .service-button-header-2 {
    font-size: 2.7rem;
  }

  .spacescont {
    margin-left: 0;
    margin-right: 0;
  }

  .large-service-button-soul {
    width: 18vw;
    height: 18vw;
  }

  .large-service-button-soul:hover {
    color: #4b1dd3;
  }

  .large-service-button-move-space {
    width: 18vw;
    height: 18vw;
  }

  .large-service-button-move-space:hover {
    color: #4b1dd3;
  }

  .large-service-button-robs {
    width: 18vw;
    height: 18vw;
  }

  .large-service-button-robs:hover {
    color: #4b1dd3;
  }

  .angebot-top-4-logos-cont.vision-hub {
    padding-top: 60px;
  }

  .angebot-top-4-logos-cont.soul-sync {
    height: 30vw;
  }

  .list-3 {
    font-size: 1.75em;
  }

  .angebot-logo-div {
    justify-content: center;
    align-items: center;
    height: 400px;
  }

  .angebot-logo-div.right-side, .angebot-logo-div.middle-side {
    height: 400px;
  }

  .nl-sec {
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .nl-fields-div {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-325 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .senden-but {
    justify-content: center;
    align-items: center;
    width: 128px;
    height: 128px;
    margin-top: 60px;
    margin-bottom: 60px;
    display: flex;
    position: relative;
  }

  .sende-but-kontakt {
    width: 128px;
    height: 128px;
  }

  .sende-but-kontakt:hover {
    color: #4b1dd3;
  }

  .sende-but-outline {
    outline-offset: 4px;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 400;
  }

  .sende-but-outline.vision {
    width: auto;
    height: auto;
    position: absolute;
  }

  .sende-but-outline.kontakt {
    width: 100%;
    height: 100%;
    position: static;
  }

  .senden-but-backgrund {
    background-color: var(--jg-move-space);
    text-align: center;
    background-image: none;
    justify-content: center;
    align-items: center;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    display: flex;
  }

  .text-divsrf-dok {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .text-block-detailsangebot {
    font-size: 1.75em;
    line-height: 1.5em;
  }

  .list-element-txtangebot {
    font-size: 1em;
    font-weight: 400;
    line-height: 2em;
  }

  .text-block-details-angebot {
    font-size: 1.75em;
    line-height: 1.5em;
  }

  .respone-fom-title {
    font-size: 2em;
  }

  .response-form-subline {
    font-size: 1.5em;
    line-height: 1.5em;
  }

  .exekutivrat-div-copy {
    align-items: flex-start;
    line-height: 1.5em;
  }

  .img-soulsync {
    object-fit: fill;
    width: 100%;
  }

  .text-blockbod {
    font-size: 24px;
    line-height: 1.5em;
  }

  .insta-div {
    max-width: 1200px;
  }

  .homebubble-wrap {
    width: auto;
    max-width: none;
  }

  .kleeblatt-grid {
    max-width: none;
    max-height: none;
  }

  .quote-txt-or.ul, .quote-txt-or.or, .quote-txt-or.ol {
    font-size: 1vw;
    line-height: 1.5vw;
  }

  .quote-title-or {
    font-size: 1.25vw;
  }

  .dachmarke-div {
    justify-content: center;
    align-items: center;
    width: 100vw;
    max-width: 1600px;
  }

  .main-menu-entry {
    margin-top: 40px;
  }

  .text-block-92 {
    font-size: 1.75em;
    line-height: 1.5em;
  }

  .text-divhero-home {
    max-width: none;
  }

  .text-block-95 {
    font-size: 3em;
    line-height: 1em;
  }

  .text40-top-mg {
    font-size: 1.75em;
    line-height: 1.5em;
  }

  .italic-text {
    font-size: 1.5em;
    line-height: 1.5em;
  }

  .bold-text-12 {
    font-size: 24px;
  }

  .paragraph-copy {
    width: 100%;
    font-size: 26px;
    line-height: 1.5;
  }

  .paragraph-copy.swiss-olympic {
    font-size: 24px;
    line-height: 1.5em;
  }

  .quote-txt {
    font-size: 24px;
    line-height: 32px;
  }

  .text-div-copy {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
  }

  .large-service-button {
    width: 45rem;
    height: 45rem;
  }

  .large-service-button:hover {
    color: #4b1dd3;
  }

  ._01-circle-button {
    width: 18vw;
    height: 18vw;
  }

  ._01-circle-button:hover {
    color: #4b1dd3;
  }

  .large-service-button-visionmobile {
    width: 18vw;
    height: 18vw;
  }

  .large-service-button-visionmobile:hover {
    color: #4b1dd3;
  }

  .move-text-top, .robs-text-top, .robs-text-down, .move-text-down, .soul-text-down {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
  }

  .image-2083 {
    width: 300px;
  }

  .nav-link-menu-left-2 {
    margin-top: 40px;
  }
}

@media screen and (max-width: 991px) {
  .image {
    width: 160px;
    height: auto;
    margin-top: 20px;
    margin-left: 0%;
    padding-left: 0%;
    display: block;
    position: static;
  }

  .nav-bar-container {
    justify-content: space-between;
    align-items: center;
    width: 100vw;
    height: 40vw;
    display: block;
  }

  .navbar {
    justify-content: space-between;
    display: flex;
  }

  .menu-button {
    height: 100%;
  }

  .menu-button.w--open {
    width: auto;
    margin-right: 15px;
  }

  .left-pop-out-menu {
    background-color: var(--zambezi);
    color: var(--white);
    display: flex;
  }

  .left-menu-wrapper {
    background-color: #0000;
  }

  .navbar-wrapper {
    justify-content: space-between;
    align-items: center;
    width: 100vw;
    display: flex;
  }

  .open-btn {
    align-items: center;
  }

  .close-btn {
    outline-color: var(--white);
    outline-offset: 0px;
    outline-width: 0;
    outline-style: none;
    display: none;
  }

  .brand.w--current {
    justify-content: center;
    align-items: center;
    width: 40%;
    height: 100%;
    margin-top: 0%;
    padding-top: 0;
    padding-left: 0%;
    position: static;
  }

  .nav-link-2 {
    color: var(--white);
    letter-spacing: 1.2px;
    font-family: Exo, sans-serif;
    font-size: 5vw;
    font-weight: 200;
  }

  .nav-link-menu-left {
    color: var(--white);
    letter-spacing: 1.2px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
    font-family: Montserrat, sans-serif;
    font-size: 3vw;
    font-weight: 500;
  }

  .nav-link-menu-left.jeannine {
    margin-top: 0%;
    padding-top: 40px;
    padding-bottom: 15px;
    font-family: Montserrat, sans-serif;
    font-size: 3vw;
  }

  .nav-link-menu-left.jeannine.sub {
    padding-top: 0;
    padding-left: 40px;
    font-size: 2.5vw;
    font-weight: 400;
    line-height: 4vw;
  }

  .nav-link-menu-left.jeannine.sub-sub {
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 60px;
    font-size: 2vw;
    font-weight: 400;
    line-height: 4vw;
  }

  .nav-link-menu-left.behindethescene {
    margin-top: 0%;
    padding-top: 40px;
    padding-bottom: 15px;
    font-family: Montserrat, sans-serif;
    font-size: 3vw;
  }

  .nav-link-menu-left.home {
    font-family: Montserrat, sans-serif;
    font-size: 3vw;
    font-weight: 500;
  }

  .nav-dropdown-menu-left {
    color: var(--white);
    letter-spacing: 1.2px;
    font-family: Exo, sans-serif;
    font-size: 5vw;
    font-weight: 200;
  }

  .right-pop-out-menu {
    background-color: #ffffff80;
    display: none;
  }

  .nav-link-menu-right {
    color: var(--white);
    letter-spacing: 1.2px;
    font-family: Exo, sans-serif;
    font-size: 5vw;
    font-weight: 200;
  }

  .right {
    background-color: #183047cc;
    display: none;
  }

  .nav-link-menu-left-copy {
    color: var(--white);
    letter-spacing: 1.2px;
    font-family: Exo, sans-serif;
    font-size: 5vw;
    font-weight: 200;
  }

  .link {
    font-size: 3vw;
  }

  .submenu-02-jeannine, .submenu-04-partner {
    display: none;
  }

  .wg-element {
    width: auto;
  }

  .wg-selector-1.s2, .wg-selector-1.s1 {
    padding-bottom: 0;
  }

  .nav-upper-right-wrapper {
    height: 100%;
  }

  .container-erfolge {
    padding-left: 3em;
    padding-right: 3em;
  }

  .meine-erfolge-title {
    font-size: 7em;
    font-weight: 400;
  }

  .erfolge-bubble-year {
    font-size: 6em;
  }

  .erfolge-bubble-year._2003 {
    font-size: 5em;
  }

  .box.is--1 {
    margin-left: -1.5em;
  }

  .box.is--3 {
    margin-top: 89vh;
    margin-left: 31.2em;
  }

  .box.is--4 {
    margin-top: 20vh;
    margin-left: 34.5em;
  }

  .box.is--6 {
    margin-top: 93vh;
    margin-left: .6em;
  }

  .box.is--5 {
    margin-top: 58vh;
    margin-left: 10.7em;
  }

  .box.is--7 {
    margin-top: 52vh;
    margin-left: 29em;
  }

  .box.is--8, .box.is--9 {
    margin-top: 52vh;
    margin-left: 49.9em;
  }

  .box.is--8 {
    background-image: url('../images/2009-2014.png');
    margin-top: 39vh;
    margin-left: -1.3em;
  }

  .box.is--9 {
    background-image: url('../images/2003-2008.png');
    margin-top: 2vh;
    margin-left: 19.4em;
  }

  .box.is--10 {
    margin-top: 52vh;
    margin-left: 29em;
  }

  .modal-close-button-wrapper {
    z-index: 500;
    margin-top: 3%;
    margin-right: 3%;
  }

  .h2 {
    font-size: 5em;
  }

  .cards-grid-container {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-erfolge-platzierung.bg-ice {
    width: 85%;
    margin-top: 2em;
  }

  .div-block-erfolge-platzierung.bg-ice.subtitle-year {
    margin-top: 3.8em;
    margin-bottom: 3px;
  }

  .txt-platzierung {
    font-size: 1.5em;
  }

  .div-block-250 {
    height: 100%;
    min-height: 100%;
    max-height: none;
  }

  .container-3 {
    padding-bottom: 0;
  }

  .slider {
    height: 600px;
    min-height: 80vh;
  }

  .ring-wrapper-detail-page {
    width: 25vw;
    height: 25vw;
  }

  .slide {
    height: 11%;
  }

  .erfolg-hero-sec {
    height: 500px;
  }

  .erfolge-slider {
    height: 600px;
    max-height: 500px;
  }

  .footer {
    height: 600px;
    margin-bottom: 0;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .footer-heading {
    width: 100%;
    margin-top: 20px;
  }

  .footer-link {
    padding-top: 20px;
  }

  .text-block-34 {
    padding-right: 0;
    line-height: 24px;
  }

  .footer-left-block {
    width: 40%;
  }

  .footer-adresse, .footer-textblock-rechts {
    width: 100%;
  }

  .footer-email {
    margin-left: 0;
    padding-left: 0;
  }

  .footer-bottomline {
    flex-flow: column;
    width: 100%;
  }

  .footer-social {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 70%;
  }

  .twitter-icon-wrapper {
    width: 70px;
    height: 70px;
    margin: 42px 0;
  }

  .linkedin-icon-wrapper {
    margin: 42px 0;
  }

  .insta-icon-wrapper {
    width: 70px;
    height: 70px;
    margin: 42px 0;
  }

  .linkedin-sm-inner-circle {
    width: 70px;
    height: 70px;
  }

  .erfolge-bubble-year-von-bis {
    height: 100px;
    font-size: 5em;
    line-height: 5vh;
  }

  .navbar-opak {
    justify-content: space-between;
    display: block;
  }

  .left-pop-out-menu-opak {
    background-color: #183047cc;
    display: none;
  }

  .right-pop-out-menu-opak {
    background-color: #ffffff80;
    display: flex;
  }

  .txt-platzierung-2 {
    font-size: 1.4rem;
  }

  .erfolg-text-2 {
    font-size: 1.2em;
  }

  .h2-von-bis {
    font-size: 2.5em;
  }

  .okb-text-wrapper {
    justify-content: space-between;
    padding-top: 0;
  }

  .partner-col-left {
    z-index: 10;
    border-radius: 0;
    height: auto;
    padding-right: 20px;
  }

  .radblu-img-wrap {
    height: 100%;
  }

  .columns {
    border-radius: 0;
    flex: 1;
    width: 100vw;
  }

  .mail-link {
    width: 100%;
    margin-top: 0;
    font-size: 1rem;
  }

  .paragraph-large-jeannine {
    flex: 0 auto;
    align-self: flex-start;
    font-size: 1rem;
    line-height: 24px;
  }

  .paragraph-large-jg {
    flex: 0 auto;
    align-self: flex-start;
    font-size: 2.2vw;
    line-height: 3vw;
  }

  .okb-text-wrapper-jeannine {
    margin-top: 40px;
  }

  .banner-header {
    align-self: flex-start;
    width: 100%;
    margin-bottom: 20px;
    font-size: 4vw;
    line-height: 5.5vw;
  }

  .par-left-text-wrap {
    height: 95%;
  }

  .section-partner {
    flex-direction: column;
    justify-content: space-around;
  }

  .text-block-35 {
    font-size: 1rem;
  }

  .column-2 {
    height: auto;
  }

  .text-block-36 {
    font-size: 1rem;
  }

  .partner-col-left-2 {
    z-index: 10;
    border-radius: 0;
    height: auto;
    padding-top: 31px;
    padding-bottom: 0;
    padding-right: 20px;
  }

  .kibag-logo {
    width: 40%;
  }

  .div-radisson {
    height: auto;
  }

  .banner-header-oberzeile {
    align-self: flex-start;
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 1rem;
    line-height: 5.5vw;
  }

  .partner-divider-section.title {
    height: 20vh;
    min-height: 200px;
  }

  .partner-divider-section.title.bottom {
    height: 30vh;
    min-height: 300px;
  }

  .partner-col-left-3 {
    z-index: 10;
    border-radius: 0;
    height: 90vh;
    padding-right: 20px;
  }

  .columns-2 {
    border-radius: 0;
    flex: 1;
    width: 100%;
  }

  .paragraph-large-jeannine-2, .paragraph-large-jg-2 {
    flex: 0 auto;
    align-self: flex-start;
    font-size: 2.2vw;
    line-height: 3vw;
  }

  .banner-header-2 {
    text-align: center;
    align-self: flex-start;
    width: 100%;
    margin-bottom: 0;
    font-size: 1.5rem;
    line-height: 30px;
    display: block;
  }

  .banner-header-oberzeile-2 {
    align-self: flex-start;
    margin-bottom: 20px;
    font-size: 5vw;
    line-height: 5.5vw;
  }

  .text-block-38 {
    font-size: 1rem;
  }

  .column-3 {
    height: 90vh;
  }

  .heading-hauptpartner {
    justify-content: center;
    align-items: center;
    font-size: 7rem;
    display: flex;
  }

  .background-video {
    justify-content: flex-end;
    height: 100%;
    min-height: auto;
  }

  .heading-supplier {
    justify-content: center;
    align-items: center;
    font-size: 7rem;
    display: flex;
  }

  .exxentric-logo {
    height: 100px;
  }

  .section-ausr-ster {
    flex-direction: column;
    justify-content: space-around;
  }

  .supplier-div {
    text-align: center;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 50vw;
    height: 320px;
    margin-top: 20px;
    display: flex;
  }

  .supplier-div.right-bar {
    border-right-style: none;
    justify-content: center;
    height: 320px;
    margin-top: 0;
  }

  .supplier-div.right-bar.bar-bottom {
    border-bottom-style: solid;
    border-bottom-color: var(--medium-turquoise);
    height: 320px;
    margin-top: 20px;
  }

  .supplier-div.title-2-zeilig {
    margin-top: 20px;
  }

  .supplier-div.bottom-bar {
    border-bottom: 2px solid var(--medium-turquoise);
    height: 320px;
    margin-top: 20px;
  }

  .supplier-text-wrapper {
    justify-content: space-between;
    padding-top: 0;
  }

  .heading-unterstuetzer {
    justify-content: center;
    align-items: center;
    font-size: 7rem;
    display: flex;
  }

  .banner-unterst-tzer {
    align-self: flex-start;
    margin-bottom: 20px;
    font-size: 5vw;
    line-height: 5.5vw;
  }

  .footer-right-block {
    flex-direction: column;
    width: 50%;
  }

  .heading-medienberichte {
    justify-content: center;
    align-items: center;
    font-size: 7rem;
    display: flex;
  }

  .content {
    flex-flow: row;
    padding-top: 0;
  }

  .content.txt-jeannine {
    padding-top: 0;
  }

  .content-wrap {
    margin-top: 0;
  }

  .jg-timeline-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .paragraph-geschichte {
    width: 100%;
    padding-right: 0;
  }

  .medien-grid {
    grid-template-columns: minmax(33%, 33%) minmax(33%, 33%) minmax(33%, 33%);
  }

  .step-block {
    max-width: 1000px;
    min-height: 1000px;
    margin-top: 0;
  }

  .label-left {
    font-size: 46px;
  }

  .scroll-base {
    height: 100%;
  }

  .scroll-animate {
    background-color: var(--steel-blue-2);
  }

  .insta-feedsection {
    min-width: auto;
    height: auto;
    min-height: auto;
  }

  .head-title-lead {
    width: 90vw;
    margin-top: 34px;
  }

  .ruderwelt-lead {
    width: 90%;
    min-width: 75%;
    font-size: 3vw;
  }

  .html-embed-3 {
    width: 100%;
    min-width: 100%;
    max-width: none;
  }

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

  .despre-text {
    width: 0;
    min-width: 830px;
    height: 63px;
  }

  .despre-text.home2 {
    font-size: 4vh;
  }

  .hero-slider {
    width: 90vw;
    min-height: 75vw;
  }

  .news-title-wrapper {
    margin-bottom: 0;
  }

  .step-block-right {
    min-height: 90vh;
  }

  .paragraph-3-left {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.5;
  }

  .heading-start, .heading-14 {
    padding-right: 30px;
  }

  .scroll-animate-2 {
    height: 115%;
    bottom: 17px;
  }

  .paragraph {
    font-size: 16px;
    line-height: 1.5;
  }

  .paragraph.swiss-olympic {
    font-size: 16px;
    line-height: 1.5em;
  }

  .heading-right {
    padding-left: 30px;
  }

  .step-block-2 {
    min-height: 400px;
  }

  .content-wrap-2 {
    height: auto;
  }

  .step-2 {
    height: auto;
    padding-left: 0%;
    padding-right: 0%;
  }

  .step-2._40-top-margin, .cont-meine-ruderwelt {
    padding-left: 0%;
    padding-right: 0%;
  }

  .text-block-39 {
    height: 100%;
  }

  .zt-lead-home {
    height: auto;
    min-height: 300px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .button-close {
    color: #fff;
    background-color: #000000bf;
    border-radius: 8px;
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: 2%;
    padding: 10px 15px;
    font-size: 20px;
    display: flex;
    inset: 0% 0% auto auto;
  }

  .scroll-type-wrapper {
    width: 100%;
    padding-left: 35px;
    padding-right: 35px;
    display: none;
  }

  .one {
    width: 100%;
    height: 100%;
    padding-left: 0%;
    padding-right: 0%;
    display: block;
    position: relative;
    top: 0%;
    overflow: auto;
  }

  .inner-container {
    padding-top: 10%;
    padding-left: 8%;
    padding-right: 8%;
  }

  .inner-header-col {
    margin-bottom: 15px;
  }

  .card-2 {
    flex: none;
    width: 100%;
  }

  .section-content {
    width: 100vw;
    height: auto;
    display: none;
  }

  .image-container.second {
    background-position: 50% 60%;
  }

  .card-inner {
    background-image: none;
    padding-top: 0%;
    padding-bottom: 0%;
    display: none;
  }

  .card-1 {
    flex: none;
    width: 100%;
    display: block;
  }

  .card-3 {
    flex: none;
    width: auto;
    display: block;
  }

  .heading-9 {
    font-size: 6vh;
  }

  .section-core-team {
    flex-direction: column;
    justify-content: space-around;
  }

  .header-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .image-wrapper {
    height: 33.33vh;
  }

  .three {
    height: auto;
    min-height: 100vh;
  }

  .heading-8 {
    font-size: 6vh;
  }

  .main-heading {
    font-size: 3em;
    line-height: 1em;
  }

  .sec-core-team-all {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .banner-header-coreteam {
    align-self: flex-start;
    width: 80%;
    margin-bottom: 20px;
    font-size: 3vw;
    line-height: 4vw;
  }

  .partner-titel {
    text-align: center;
  }

  .partner-logo-wrapper {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    min-width: 200px;
    max-width: 100%;
    height: 100px;
    display: flex;
  }

  .sponser-logo, .uyn-logo, .ca-logo {
    height: 100px;
  }

  .supplier-logo {
    width: 225px;
    height: 225px;
  }

  .supporter-logo {
    width: 225px;
    min-width: auto;
    max-width: 100%;
    height: 225px;
    padding-top: 0;
  }

  .mini-supplier-div {
    height: 95%;
  }

  .we-logo {
    height: auto;
  }

  .meine-ruderwelt-sec._0-top {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .meine-ruderwelt-sec._40top {
    background-color: var(--transparent);
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .success-message-content {
    padding: 12px;
  }

  .grid-wrapper {
    grid-template-columns: minmax(65px, 1fr) minmax(auto, 1400px) minmax(65px, 1fr);
  }

  .form-block {
    padding: 36px;
  }

  .contact-form-wrapper {
    grid-row-gap: 36px;
    grid-template-columns: 1fr;
  }

  .about-us-intro {
    grid-row-gap: 60px;
    padding: 36px 36px 0;
  }

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

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

  .heading-support-team {
    justify-content: center;
    align-items: center;
    font-size: 7rem;
    display: flex;
  }

  .support-member-sec, ._3-sec-team {
    height: 50vh;
  }

  .grid-2 {
    grid-template-rows: minmax(193px, 1fr) minmax(200px, 1fr) minmax(200px, 1fr);
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    height: auto;
  }

  .support-team-cell-wrap._01 {
    object-fit: contain;
    border-radius: 0%;
    min-width: auto;
    height: 100%;
    min-height: auto;
  }

  .support-team-cell-wrap._01.center {
    border-radius: 50%;
    height: 214px;
  }

  .support-team-cell-wrap._02, .support-team-cell-wrap._03.center {
    height: 214px;
  }

  .grid-container {
    max-width: 90vw;
    min-height: auto;
  }

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

  .overlay-grid-container {
    max-width: 90vw;
    min-height: auto;
  }

  .overlay-grid {
    grid-template-columns: 1fr 1fr;
  }

  ._04-card {
    width: 250px;
    max-width: 250px;
    transition-property: none;
  }

  ._07-09-card {
    width: 100%;
    max-width: 775px;
  }

  ._05-card {
    width: 250px;
    max-width: 250px;
    transition-property: none;
  }

  ._01-img {
    min-width: 150px;
    max-width: 100%;
    min-height: 150px;
    max-height: none;
  }

  ._08-card, ._07-card, ._09-card {
    width: 250px;
    max-width: 250px;
    transition-property: none;
  }

  ._04-06-card {
    justify-content: space-between;
    width: 100%;
    max-width: 775px;
  }

  ._03-card, ._06-card, ._01-card, ._02-card {
    width: 250px;
    max-width: 250px;
    transition-property: none;
  }

  ._01-03-card {
    justify-content: space-between;
    width: 100%;
    max-width: 775px;
  }

  .card {
    align-items: stretch;
    width: 100vw;
    min-width: 500px;
    margin-left: 0;
    margin-right: 0;
  }

  .dg-text-wrapper {
    align-self: center;
    width: 90%;
  }

  .heading-jg {
    color: #66748f;
    font-size: 5vh;
    line-height: 6vh;
  }

  .single-product-wrapper._1 {
    padding-left: 0%;
  }

  .single-product-wrapper._3, .single-product-wrapper._2 {
    flex-direction: column;
    padding-left: 0%;
  }

  .jg-text-wrapper {
    align-self: center;
    align-items: center;
    width: 90%;
  }

  .rich-text-rd {
    font-size: 1.3em;
  }

  .image-2022 {
    height: 100%;
  }

  .rd-text-wrapper {
    flex-direction: column;
    align-self: auto;
    align-items: center;
    width: 90%;
  }

  .bullet-wrapper-2 {
    padding-right: 0;
  }

  .heading-rd {
    padding-right: 0;
    font-size: 4vh;
    line-height: 5vh;
  }

  .scroll-indication-wrapper {
    top: 5vh;
  }

  .heading-dg {
    font-size: 4.5vh;
    line-height: 5.5vh;
  }

  .rich-text-core-team-2 {
    padding-right: 0;
    font-size: 1.2em;
  }

  .heading-rennkalender {
    justify-content: center;
    align-items: center;
    font-size: 7rem;
    display: flex;
  }

  .rk-steps-clone {
    height: auto;
    min-height: auto;
  }

  .core-twam-hike-text-wrapper {
    justify-content: flex-end;
    padding-top: 27px;
  }

  .button-close-2 {
    color: #fff;
    background-color: #000000bf;
    border-radius: 8px;
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: 2%;
    padding: 10px 15px;
    font-size: 20px;
    display: flex;
    inset: 0% 0% auto auto;
  }

  .one-2 {
    width: 100%;
    height: 100%;
    padding-left: 0%;
    padding-right: 0%;
    display: block;
    position: relative;
    top: 0%;
    overflow: auto;
  }

  .heading-15 {
    font-size: 6vh;
  }

  .three-2 {
    height: auto;
    min-height: 100vh;
  }

  .heading-16 {
    font-size: 6vh;
  }

  .main-heading-2 {
    font-size: 3em;
    line-height: 1em;
  }

  .imgc-ol-radblu {
    height: auto;
  }

  .kibag-img-wrap, .steiner-vid-wrap, .okb-img-wrap-copy {
    height: 100%;
  }

  .radisson-img {
    height: auto;
    padding-top: 134px;
  }

  .radblu-vid-wrap {
    height: 90%;
  }

  .paragraph-large-jeannine-3 {
    flex: 0 auto;
    align-self: flex-start;
    font-size: 1.8vw;
    line-height: 3vw;
  }

  .mail-link-2 {
    font-size: 1rem;
  }

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

  .partner-col-left-4 {
    z-index: 10;
    border-radius: 0;
    height: auto;
    padding-top: 31px;
    padding-bottom: 0;
    padding-right: 20px;
  }

  .section-partner-2 {
    flex-direction: column;
    justify-content: space-around;
  }

  .columns-steiner {
    border-radius: 0;
    flex: 1;
    width: 100%;
  }

  .section-partner-steiner, .section-partner-kibag, .section-partner-steinergroup {
    flex-direction: column;
    justify-content: space-around;
  }

  .section-ausr-ster--partner {
    text-align: center;
    flex-direction: column;
    justify-content: space-around;
    align-self: auto;
    min-height: 500px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .section-partner-radisson {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .horizontal-bar {
    display: none;
  }

  .section-ausr-ster--supporter {
    flex-direction: column;
    justify-content: space-around;
  }

  .textlink-small {
    width: 50vw;
  }

  .rennkalender-link {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-right-small {
    width: 70%;
    padding-left: 30px;
    font-size: 44px;
  }

  .zt-heading {
    justify-content: center;
    align-items: center;
    font-size: 9rem;
    display: flex;
  }

  .zt-lead {
    justify-content: center;
    align-items: center;
    font-size: 7rem;
    display: flex;
  }

  .sec-interview {
    height: auto;
  }

  .side-menu {
    display: none;
  }

  .db-show-tab {
    cursor: pointer;
    background-color: #0f0f0f;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    width: 25px;
    height: 25px;
    padding: 2px 5px;
    position: absolute;
    bottom: -25px;
    right: 20px;
  }

  .db-logo-wrapper {
    background-color: #1d1d1d;
  }

  .db-fixed-nav-headline {
    text-align: left;
  }

  .shrink-box-button-2 {
    font-size: 12px;
  }

  .db-mobile-fixed-nav {
    display: flex;
  }

  .hero__text-wrapper {
    margin-left: 0;
  }

  .slider__h1 {
    font-size: 14px;
    line-height: 24px;
  }

  .slider__nav {
    display: none;
    overflow: visible;
  }

  .slide__wrapper {
    flex-direction: row;
  }

  .text-span {
    font-size: 38px;
  }

  .text-block-47 {
    letter-spacing: -2px;
    font-family: Oswald, sans-serif;
    font-size: 80px;
    font-weight: 700;
    line-height: 80px;
  }

  .slider__left-pane._01 {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .slider__p {
    font-size: 14px;
    line-height: 24px;
  }

  .div-block-262 {
    width: 150px;
    height: 150px;
  }

  .image-movie_sec {
    padding-top: 0;
    padding-bottom: 0;
  }

  .jg-video-tttle-txt {
    font-size: 6em;
  }

  .jg-image-film {
    height: 60vh;
  }

  .premium-partner-heading {
    justify-content: center;
    align-items: center;
    font-size: 6rem;
    line-height: 90px;
    display: flex;
  }

  .markenbotschafterin-heading {
    justify-content: center;
    align-items: center;
    font-size: 7rem;
    display: flex;
  }

  .background-video-top {
    margin-bottom: 0%;
  }

  .news-post-form-wrap {
    width: 66%;
  }

  .jg-np-field {
    margin-left: 0;
    margin-right: 10px;
    padding-right: 10px;
  }

  .jg-np-text {
    font-size: 12px;
    line-height: 18px;
  }

  .background-video-3 {
    object-fit: fill;
    height: auto;
    min-height: 140vh;
    max-height: none;
    padding-bottom: 82px;
    overflow: visible;
  }

  ._01-por-video-wrapper {
    height: 34vh;
    margin-top: 56px;
    display: none;
  }

  ._02-por-video-wrapper {
    z-index: 500;
    width: 95vw;
    min-width: 95vw;
    height: auto;
    margin-top: 265px;
    display: none;
  }

  ._03-por-video-wrapper {
    width: 95vw;
    min-width: 95vw;
    height: auto;
    margin-top: 0;
    display: flex;
  }

  ._04-por-video-wrapper {
    z-index: 500;
    background-color: #0000;
    width: 95vw;
    min-width: 95vw;
    height: auto;
    margin-top: 0;
    display: none;
    top: 394px;
  }

  ._04-youth-close-video-but {
    margin-top: 3%;
  }

  .grid-5 {
    grid-template-columns: 1fr 1fr;
  }

  .swiss-oylimpic-text {
    font-size: 30px;
    line-height: 40px;
  }

  .newsposts-title {
    font-size: 24px;
  }

  .jg-kon-wrap {
    padding-left: 5%;
  }

  .contact-form-wrap {
    flex-direction: column;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .kontakt-herding {
    justify-content: center;
    align-items: center;
    height: auto;
    font-size: 9rem;
    display: flex;
  }

  ._01-pop {
    display: none;
  }

  .radisson-logo {
    height: auto;
  }

  .h2-milestones {
    font-size: 2.8rem;
  }

  .year-wrapper-milestones {
    margin-top: 100px;
  }

  .steckbrief-grid {
    grid-template-columns: 1fr 1fr;
    height: 100%;
    margin-bottom: 0;
  }

  .steckbrief-txt-small {
    font-size: 12px;
    font-weight: 500;
  }

  .sec-markenbotschaft {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .sec-swiss-olympic {
    padding-bottom: 0;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .so-text-wrap {
    justify-content: space-between;
    padding-top: 0;
  }

  .so-title {
    align-self: flex-start;
    margin-bottom: 20px;
    font-size: 4vw;
    line-height: 5.5vw;
  }

  .paragraph-large-so {
    flex: 0 auto;
    align-self: flex-start;
    font-size: 1.2em;
    line-height: 24px;
  }

  .h-zt {
    font-size: 2rem;
  }

  .so-text-wrap-100-wide {
    justify-content: space-between;
    padding-top: 0;
  }

  .scroll-animate-1 {
    height: 100%;
  }

  .step-block-2019 {
    height: auto;
    min-height: 900px;
  }

  .content-wrap-2017 {
    height: auto;
    min-height: 100%;
    display: block;
  }

  .step-block-2018 {
    height: auto;
    min-height: 110vh;
  }

  .step-block-2017 {
    align-items: center;
    height: auto;
    min-height: 2000px;
    margin-top: 0;
  }

  .step-block-2016 {
    height: auto;
    min-height: 1000px;
  }

  .step-block-2021, .step-block-2020 {
    height: 120vh;
    min-height: 120vh;
  }

  .scroll-animate-70vh {
    background-color: var(--steel-blue-2);
    object-fit: fill;
    height: 135%;
    margin-bottom: 0;
    display: block;
    inset: -34% 0% 0%;
  }

  .zt-heading-long {
    justify-content: center;
    align-items: center;
    font-size: 8rem;
    line-height: 7rem;
    display: flex;
  }

  .scroll-base-1 {
    height: 100%;
  }

  .zt-heading-medium {
    justify-content: center;
    align-items: center;
    font-size: 8rem;
    display: flex;
  }

  .zt-heading-superlong {
    justify-content: center;
    align-items: center;
    font-size: 8rem;
    line-height: 7rem;
    display: flex;
  }

  .slider__h1-t1 {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
  }

  .zt-heading-2-zeilig {
    justify-content: center;
    align-items: center;
    font-size: 6rem;
    line-height: 5.5rem;
    display: flex;
  }

  .zt-heading-ultralong {
    justify-content: center;
    align-items: center;
    font-size: 4.7rem;
    line-height: 7rem;
    display: flex;
  }

  .markenbotschafterin-img-wrap {
    flex-direction: column;
    width: 85vw;
  }

  .div-block-273 {
    background-position: 50%;
    width: 100%;
    height: 500px;
  }

  .zt-heading-hauptpartner {
    justify-content: center;
    align-items: center;
    font-size: 7rem;
    display: flex;
  }

  .kibag-text-wrapper-jeannine {
    margin-top: 40px;
  }

  .okb-text-wrapper-copy, .kibag-text {
    justify-content: space-between;
    padding-top: 0;
  }

  .mail-link-small {
    width: 100%;
    font-size: 1rem;
  }

  .div-block-274 {
    padding-top: 0;
  }

  .mb-top-wrap {
    border-width: 20px;
    justify-content: space-between;
    width: 100%;
    padding-top: 27px;
  }

  .steiner-logo {
    width: 70%;
  }

  .text-block-51 {
    font-size: 1rem;
  }

  .steiner-text {
    justify-content: space-between;
    padding-top: 0;
  }

  .heading-right-small-copy {
    width: 80%;
    padding-left: 30px;
    font-size: 44px;
  }

  .banner-header-80 {
    align-self: flex-start;
    width: 100%;
    margin-bottom: 20px;
    font-size: 4vw;
    line-height: 5.5vw;
  }

  .top {
    width: 100px;
    height: 100px;
    margin-right: 28px;
  }

  .overlay {
    background-position: 50%, 0 0;
    background-repeat: repeat-y, repeat;
    background-size: cover, auto;
    height: 550vh;
  }

  .video-grid {
    grid-column-gap: 8px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    width: auto;
    margin-top: 50px;
  }

  .gmelin-play-srf-wrap {
    margin-top: 65px;
  }

  .textlink-small-white {
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 24px;
  }

  .body-video-grid {
    height: auto;
  }

  .zt-heading-ultralong-8rem {
    justify-content: center;
    align-items: center;
    font-size: 4.5rem;
    line-height: 7rem;
    display: flex;
  }

  .partner-col-left-3-topnotch {
    z-index: 10;
    border-radius: 0;
    height: auto;
    padding-right: 20px;
  }

  .jg-milesotnes {
    width: 30vw;
    height: 30vw;
  }

  .mail-link-copy {
    width: 100%;
    margin-top: 0;
    font-size: 1rem;
  }

  .url-link {
    width: 100%;
    font-size: 1rem;
  }

  .div-radisson-img-caption {
    padding-bottom: 102px;
  }

  .radisson-caption {
    padding-top: 5px;
  }

  .steiner-left-text-wrap {
    height: 95%;
  }

  .banner-header-60px {
    text-align: center;
    align-self: flex-start;
    width: 100%;
    margin-bottom: 0;
    font-size: 1.5rem;
    line-height: 30px;
    display: block;
  }

  .hero-vid-sec {
    height: 60vh;
    margin-top: 0;
  }

  .html-embed-11 {
    height: 500px;
    min-height: 300px;
  }

  .paris2024-herding {
    justify-content: center;
    align-items: center;
    font-size: 7rem;
    display: flex;
  }

  .sportarten-sec {
    min-height: 120vh;
    padding-left: 3%;
    padding-right: 3%;
  }

  .paris-disziplinen {
    justify-content: center;
    align-items: center;
    font-size: 8rem;
    line-height: 90px;
    display: flex;
  }

  .oly-lead {
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 30px;
  }

  .div-block-286 {
    flex-direction: column;
    justify-content: space-between;
    min-height: 700px;
    display: flex;
  }

  .video-4 {
    margin-bottom: 52px;
  }

  .container-12 {
    max-width: 100vw;
    height: 120px;
    max-height: 120px;
  }

  .brand--mobile {
    height: 100%;
  }

  .mob-brand {
    width: 100%;
    height: 100%;
  }

  .mobile-navbar {
    display: none;
  }

  .mob-wg-element {
    width: 50%;
  }

  .textlink-medium {
    width: 50vw;
  }

  .heading-medienberichte-copy {
    justify-content: center;
    align-items: center;
    font-size: 7rem;
    display: flex;
  }

  .background-video-25 {
    justify-content: flex-end;
  }

  .step-block-right-stretch {
    min-height: 400px;
  }

  .background-video-center {
    justify-content: flex-end;
  }

  .background-video-25-center {
    justify-content: center;
  }

  .step-content-block-90vh {
    height: auto;
  }

  .step-2-75-vh {
    height: 75vh;
  }

  .step-2-90vh {
    height: 90vh;
  }

  .tab-pane-tab-1 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .zt-heading-ultralong-6rem {
    justify-content: center;
    align-items: center;
    font-size: 4.5rem;
    line-height: 7rem;
    display: flex;
  }

  .step-block-2022 {
    height: 100vh;
    min-height: 100vh;
  }

  .step-block-2020-copy {
    height: 120vh;
    min-height: 120vh;
  }

  .background-video-30vh {
    justify-content: flex-end;
  }

  .tab-link-tab-1-5 {
    cursor: pointer;
    height: 100px;
    padding-top: 34px;
    padding-bottom: 34px;
    display: inline-block;
  }

  .tabs-text-18 {
    line-height: 25px;
  }

  .tab-link-tab-3 {
    cursor: pointer;
    height: 100%;
    padding-top: 20px;
    padding-bottom: 34px;
  }

  .tab-link-tab-3.w--current {
    height: 100px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .tab-link-tab-2-7 {
    cursor: pointer;
    height: 100%;
    padding-top: 34px;
    padding-bottom: 34px;
    line-height: 30px;
  }

  .tab-link-tab-2-7.w--current {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .grid-6 {
    grid-template-columns: 1fr;
  }

  .tab-pane-tab-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .list-2 {
    font-size: 1em;
  }

  .tab-pane-tab-3 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .swiss-oly-cont {
    flex-flow: column;
    margin-top: 0;
    display: flex;
  }

  .swiss-oly-grid-01 {
    grid-template-columns: 1fr;
  }

  .swiss-oly-grid-03 {
    grid-template-columns: 1fr;
    padding-bottom: 0;
  }

  .tabs-content-2 {
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .kicker {
    max-width: 610px;
    margin-bottom: 20px;
  }

  .tabs-dropdown-menuitems {
    height: 100px;
  }

  .par-mobile-small {
    flex: 0 auto;
    align-self: flex-start;
    font-size: 1.2em;
    line-height: 24px;
  }

  .zt-lead-jeannine {
    height: 25vh;
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

  .content-wrap-01 {
    height: auto;
    min-height: 700px;
  }

  .content-wrap-02 {
    height: 75vh;
  }

  .nl-form-wrap {
    width: 100%;
  }

  .step-block-right-02 {
    min-height: 600px;
  }

  .content-wrap-1 {
    height: auto;
  }

  .heading-main-2 {
    font-size: 1.2rem;
    line-height: 30px;
  }

  .step-block-02 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .step-block-03 {
    margin-top: 0;
  }

  .div-block-289 {
    margin-bottom: 0;
  }

  .scroll-animate-jeannine {
    height: 102%;
  }

  .scroll-animate-jeannine-120 {
    height: 124%;
    bottom: 19px;
  }

  .content-wrap-1200px {
    height: auto;
  }

  .content-wrap-1000px {
    height: 75vh;
    min-height: 800px;
  }

  .div-block-290 {
    min-height: 200px;
  }

  .heading-small-grey, .heading-start-copy {
    padding-right: 30px;
  }

  .c-flipping-cards-list {
    padding: 40px 0;
  }

  .c-card-btn-text.focus, .c-card-btn-text.default {
    transform: translate(0, -100%);
  }

  .content-wrap-2-copy, .step-2-mob {
    height: auto;
  }

  .paragraph-3-left-2 {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.5;
  }

  .scroll-animate-4, .scroll-animate-jeannine-121 {
    height: 102%;
  }

  .meine-ruderwelt-sec-mob {
    display: none;
  }

  .heading-jeannine-2 {
    font-size: 1.2rem;
    line-height: 30px;
  }

  .scroll-animate-jeannine-122 {
    height: 102%;
  }

  .text-block-57 {
    height: 100%;
  }

  .paragraph-7 {
    font-size: 16px;
    line-height: 1.5;
  }

  .zt-heading-2-zeilig-long {
    justify-content: center;
    align-items: center;
    font-size: 5.5rem;
    line-height: 5.5rem;
    display: flex;
  }

  .background-video-copy {
    justify-content: flex-end;
  }

  .sporthilfe {
    text-align: center;
    align-self: auto;
    align-items: center;
    width: 50vw;
    height: 95%;
    margin-top: 75px;
    display: flex;
  }

  .sporthilfe.right-bar {
    border-right-style: none;
    justify-content: center;
    height: 320px;
    margin-top: 47px;
  }

  .sporthilfe.right-bar.bottom-bar {
    border-bottom-style: solid;
    border-bottom-color: var(--medium-turquoise);
  }

  .step-2-1100 {
    height: auto;
  }

  .scroll-animate-100 {
    background-color: var(--steel-blue-2);
  }

  .tv-titel {
    justify-content: center;
    align-items: center;
    font-size: 9rem;
    display: flex;
  }

  .tv-titel._3-up {
    font-size: 7rem;
  }

  .partner-divider-section-tv.title, .partner-divider-section-tv.title.bottom {
    height: 30vh;
    min-height: 300px;
  }

  .partner-divider-section-30-mb.title {
    height: 30vh;
  }

  .heading-medienberichte-mb {
    justify-content: center;
    align-items: center;
    font-size: 6rem;
    display: flex;
  }

  .scroll-animate-mb-2 {
    background-color: var(--steel-blue-2);
    object-fit: fill;
    height: 135%;
    margin-bottom: 0;
    display: block;
    inset: -34% 0% 0%;
  }

  .scoll-wrap-07 {
    height: 150%;
  }

  .background-video-copy {
    justify-content: flex-end;
    height: 100%;
    min-height: auto;
  }

  .background-video-20-center {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .background-video-center-team {
    justify-content: center;
    height: 100%;
    min-height: auto;
  }

  .third-article {
    height: 1000px;
    min-height: 120vh;
    display: flex;
  }

  .button-close-3 {
    z-index: 999;
    color: #fff;
    background-color: #000000bf;
    border-radius: 32px;
    width: 64px;
    height: 64px;
    margin-top: 60px;
    margin-left: auto;
    margin-right: 40px;
    padding: 10px 15px;
    font-size: 20px;
    display: flex;
    inset: 0% 0% auto auto;
  }

  .heading-20 {
    letter-spacing: -.1vh;
    font-size: 6vh;
    font-weight: 300;
  }

  .card-inner-2 {
    background-image: none;
    padding-top: 0%;
    padding-bottom: 0%;
    display: none;
  }

  .inner-container-2 {
    height: auto;
    padding-top: 10%;
    padding-left: 8%;
    padding-right: 8%;
  }

  .second-article {
    display: none;
  }

  .heading-02 {
    font-size: 6vh;
    font-weight: 300;
  }

  .first-article {
    width: 100%;
    height: 100%;
    padding-left: 0%;
    padding-right: 0%;
    display: none;
    position: relative;
    top: 0%;
    overflow: auto;
  }

  .sec-coreteam {
    flex-direction: column;
    justify-content: space-around;
  }

  .section-content-2 {
    width: 100vw;
    height: auto;
    display: flex;
  }

  .card-4 {
    flex: none;
    width: 100%;
    display: block;
  }

  .heading-03, .heading-03._02, .heading-03._01 {
    font-size: 70px;
  }

  .scroll-animate-105 {
    background-color: var(--steel-blue-2);
  }

  .scoll-wrap-jg-top-mob {
    height: 82%;
  }

  .button-close-4 {
    color: #fff;
    background-color: #000000bf;
    border-radius: 8px;
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: 2%;
    padding: 10px 15px;
    font-size: 20px;
    display: flex;
    inset: 0% 0% auto auto;
  }

  .text-block-61 {
    font-size: 30px;
    font-weight: 100;
  }

  .text-block-62 {
    font-size: 30px;
    font-weight: 300;
  }

  .text-block-63 {
    font-size: 1rem;
  }

  .paragraph-large-jeannine-4 {
    flex: 0 auto;
    align-self: flex-start;
    font-size: 1rem;
    line-height: 24px;
  }

  .steiner-logo-2 {
    width: 75%;
  }

  .text-block-64 {
    font-size: 1rem;
  }

  .url-link-2 {
    width: 100%;
    font-size: 1rem;
  }

  .mobil-wg-element {
    width: 50%;
  }

  .scoll-wrap-jg-top-mob-copy {
    height: 86%;
  }

  .scroll-animate-jeannine-copy {
    height: 102%;
  }

  .heading-srf-dok {
    justify-content: center;
    align-items: center;
    font-size: 6rem;
    display: flex;
  }

  .container-14 {
    padding-top: 94px;
  }

  .youtube-icon-wrapper {
    margin: 42px 0;
  }

  .paypalme, .iban, .twint {
    flex-direction: column;
    margin-bottom: 10px;
  }

  .dank {
    padding-bottom: 20px;
  }

  .banner-header-coreteam-partner {
    align-self: flex-start;
    width: 80%;
    margin-bottom: 20px;
    font-size: 3vw;
    line-height: 4vw;
  }

  .section-partner-leuag {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .leuag-logo {
    height: auto;
  }

  .unterst-tzer-div {
    text-align: center;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 50vw;
    height: 320px;
    margin-top: 20px;
    display: flex;
  }

  .unterst-tzer-div.right-bar {
    border-right-style: none;
    justify-content: center;
    height: 320px;
    margin-top: 0;
  }

  .unterst-tzer-div.right-bar.bar-bottom {
    border-bottom-style: solid;
    border-bottom-color: var(--medium-turquoise);
    height: 320px;
    margin-top: 20px;
  }

  .unterst-tzer-div.title-2-zeilig {
    margin-top: 20px;
  }

  .unterst-tzer-div.bottom-bar {
    border-bottom: 2px solid var(--medium-turquoise);
    height: 320px;
    margin-top: 20px;
  }

  .textlink-small-white-2 {
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 24px;
  }

  .gmelin-play-video-radio-button, .video-radio-button-copy {
    margin-top: 65px;
  }

  .radio-but, .video-but {
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 24px;
  }

  .radio-grid {
    grid-column-gap: 8px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    margin-top: 50px;
  }

  .grey-box {
    height: auto;
    min-height: 450px;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .left-column {
    height: 450px;
  }

  .heading-21 {
    font-size: 34px;
  }

  .foto-01 {
    height: 450px;
  }

  .button-2 {
    margin-top: 15px;
  }

  .button-2.w--current {
    margin-top: 40px;
  }

  .row {
    height: 450px;
    min-height: 300px;
  }

  .div-block-295 {
    width: 75%;
  }

  .button-los-gehts, .button-close-details {
    margin-top: 15px;
  }

  .det-01-sec {
    margin-bottom: 0;
    padding: 0 5vw;
    display: flex;
  }

  .det-01-sec.robs-hood {
    padding: 0 5vw;
  }

  .about-photo-2 {
    height: 100%;
  }

  .heading-24 {
    font-size: 30px;
  }

  .button-3 {
    margin-top: 15px;
  }

  .button-3.w--current {
    margin-top: 40px;
  }

  .about-02 {
    min-height: 450px;
  }

  .heading-25 {
    font-size: 30px;
  }

  .button-4-open {
    margin-top: 15px;
  }

  .button-4-open.w--current {
    margin-top: 40px;
  }

  .about-03 {
    min-height: 450px;
  }

  .about-photo {
    height: 450px;
  }

  .about-photo-3 {
    height: 100%;
  }

  .heading-26 {
    font-size: 30px;
  }

  .about-photo-4 {
    height: 100%;
  }

  .det-02-sec {
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    display: none;
  }

  .det-03-sec, .det-04-sec {
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .button-1-open {
    margin-top: 15px;
  }

  .button-1-open.w--current {
    margin-top: 40px;
  }

  .button-2-open {
    margin-top: 15px;
  }

  .button-2-open.w--current {
    margin-top: 40px;
  }

  .button-3-open {
    margin-top: 15px;
  }

  .button-3-open.w--current {
    margin-top: 40px;
  }

  .grey-box-02, .grey-box-copy {
    height: auto;
    min-height: 450px;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .about-01-sec {
    display: flex;
  }

  .about-01-sec.angebot {
    margin-top: 0;
    padding-top: 0;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .about-01-sec.angebot.robs-hood {
    padding-top: 60px;
  }

  ._200-meter-titel {
    justify-content: center;
    align-items: center;
    font-size: 8rem;
    display: flex;
  }

  .ruecktritt-title, .ruecktritt-text {
    padding-right: 30px;
  }

  ._2000-meteroberzeile {
    justify-content: center;
    align-items: center;
    font-size: 8rem;
    display: flex;
  }

  .step-block-2021-copy, .median-step-block-2023 {
    height: 120vh;
    min-height: 120vh;
  }

  .text-block-66 {
    padding-top: 40px;
    font-size: 32px;
    line-height: 45px;
  }

  .div-block-298 {
    justify-content: flex-end;
  }

  .comeback-txt-small.fliess {
    margin-left: 5%;
    margin-right: 5%;
  }

  .ham-close-btn, .ham-open-btn {
    display: none;
  }

  .mainheading {
    margin-bottom: 0;
    padding-right: 5vw;
  }

  .mainheading.subline {
    text-align: center;
    font-size: 2.2svw;
    line-height: 20px;
  }

  .mainheading.angebot, .mainheading.home {
    font-size: 2.5svw;
  }

  .start-hero-sec {
    padding-bottom: 40px;
  }

  .start-hero-sec.home {
    z-index: -5;
    width: 100vw;
    padding-top: 60px;
    padding-left: 10vw;
    padding-right: 10vw;
    display: block;
    position: static;
  }

  .start-hero-sec.meine-ruderwelt {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .angebot-heading {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 1.25em;
    line-height: 1em;
  }

  .angebot-titel {
    font-size: 10vw;
  }

  .logoin-angebote-cards {
    margin-bottom: 0;
  }

  .kont-1-4 {
    align-items: flex-start;
  }

  .text-block-69.oben-rechts, .text-block-69.unten-rechts {
    padding-top: 0;
    font-size: 22px;
  }

  .text-block-69.oben-links, .text-block-69.unten-links {
    padding-left: 0;
    font-size: 22px;
  }

  .youtube-sm-inner-circle {
    width: 70px;
    height: 70px;
  }

  .nav-link-menu-left-copy {
    color: var(--white);
    letter-spacing: 1.2px;
    margin-top: 10px;
    margin-bottom: 0;
    font-family: Exo, sans-serif;
    font-size: 4vw;
    font-weight: 200;
  }

  .kontakt-divider {
    align-items: flex-start;
  }

  .mobile-navbar-2 {
    display: none;
  }

  .open-btn-3, .open-btn-4, .open-btn-5, .open-btn-6, .open-btn-7 {
    align-items: center;
  }

  .mainheader {
    width: 100%;
  }

  .ribbon-sechome.bottom {
    padding-top: 20px;
  }

  .ribbon-sechome.jeannine {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .ribbon-sechome.jeannine.noch-mehr {
    background-color: var(--white);
  }

  .text-block-73 {
    padding-bottom: 0;
    font-size: 2em;
  }

  .body-5 {
    background-color: var(--transparent);
    font-family: Montserrat, sans-serif;
    font-size: 1.25vw;
  }

  .botton-wave-div, .botton-wave-div.kooperationen {
    height: 8vw;
  }

  .work-sec {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .work-sec.mit-video {
    display: flex;
  }

  .text-block-75 {
    text-align: left;
    width: 100%;
    font-size: 16px;
    line-height: 1.5em;
    display: block;
  }

  .text-div {
    flex-flow: column;
    align-items: center;
    width: 100%;
    padding-top: 0;
    display: flex;
  }

  .left-arrow-wrap {
    width: 25px;
    left: -95%;
  }

  .car-card-top-image {
    width: 80%;
  }

  .lead {
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 0;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 20px;
    line-height: 24px;
  }

  .lead._20pt {
    margin-top: 0;
    font-size: 22px;
    line-height: 28px;
  }

  .client-slider-panel {
    border-width: 0;
    width: auto;
    height: auto;
  }

  .image-11 {
    padding-bottom: 220px;
  }

  .button-wrapper {
    margin-top: 0;
  }

  .button-wrapper.new._01 {
    margin-top: 20px;
  }

  .client-slider-mask {
    height: auto;
    margin-top: 0;
  }

  .client-slider {
    width: 20%;
  }

  .tab-drop-heading {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 0;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 28px;
    line-height: 30px;
  }

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

  .right-arrow-wrap {
    width: 25px;
    right: -95%;
  }

  .car-slide-txt {
    justify-content: space-between;
    padding-top: 15%;
  }

  .image-12 {
    padding-bottom: 220px;
  }

  .website-panel {
    padding-left: 0;
    padding-right: 10px;
  }

  .website-panel.trislider {
    width: 100%;
    min-width: 35vw;
    min-height: auto;
  }

  .hero--txt-div-copy {
    margin-top: 0;
  }

  .zt-green-churro.top-100 {
    max-width: 1000px;
    height: 60px;
  }

  .zt-green-churro.olympia {
    margin-top: 60px;
  }

  .meine-ruderwelt-titel {
    font-size: 18px;
  }

  .meine-ruderwelt-titel.mit-subtitel {
    padding-top: 0;
  }

  .insta-cont-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
  }

  .code-embed-3 {
    width: 100%;
  }

  .txt-platzierung-3 {
    font-size: 1.4em;
  }

  .ring-wrapper-detail-page-2 {
    width: auto;
    height: 25vw;
  }

  .h2-milestones-2 {
    width: 200%;
    font-size: 2em;
  }

  .jg-milesotnes-2 {
    width: 30vw;
    height: 30vw;
  }

  .steckbrief-txt-small-2 {
    font-size: 12px;
    font-weight: 500;
  }

  .div-block-310 {
    height: 100%;
    min-height: 100%;
    max-height: none;
  }

  .h2-von-bis-2 {
    font-size: 2.5em;
  }

  .container-17 {
    max-width: none;
  }

  .direction-icon.right {
    margin-top: 439px;
    margin-right: 0;
  }

  .direction-icon.left {
    margin-top: 439px;
    margin-left: 0;
  }

  .left-arrow-wrap-3 {
    width: 25px;
    left: -10%;
  }

  .image-2057 {
    width: 80%;
  }

  .client-slider-panel-3 {
    border-width: 0;
    width: 100%;
    height: auto;
  }

  .image-2058 {
    padding-bottom: 220px;
  }

  .slide-nav-5 {
    display: none;
  }

  .client-slider-mask-3 {
    height: auto;
    margin-top: 0;
  }

  .button-5.top-padding.carousel._01 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .work-slider {
    width: 45%;
  }

  .right-arrow-wrap-3 {
    width: 25px;
    right: -10%;
  }

  .image-2059 {
    padding-bottom: 220px;
  }

  .work-car-thin-txt {
    text-align: center;
    margin-top: 4px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 20px;
    line-height: 20px;
  }

  .work-car-thin-txt.top {
    margin-top: 20px;
    padding-bottom: 0;
  }

  .work-card_at-txt {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0;
    padding: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
  }

  .work-card_at-txt.top {
    margin-top: 20px;
    padding-bottom: 0;
  }

  .work-card-txt {
    justify-content: center;
    align-items: center;
    font-family: Montserrat, sans-serif;
    line-height: 14;
  }

  .work-card-img-wrapper {
    border-radius: 20px;
  }

  .eventfrogdiv {
    width: 100%;
  }

  .textlink-small-white-3 {
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 24px;
  }

  .div-txt-01-angebot {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .button-1-open-2 {
    margin-top: 15px;
  }

  .button-1-open-2.w--current {
    margin-top: 40px;
  }

  .bluebox-vision {
    height: auto;
    min-height: 450px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-15 {
    font-size: 12px;
    line-height: 20px;
  }

  .button-1-open-3 {
    margin-top: 15px;
  }

  .button-1-open-3.w--current {
    margin-top: 40px;
  }

  .grey-box-3, .grey-box-4 {
    height: auto;
    min-height: 450px;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .button-1-open-4 {
    margin-top: 15px;
  }

  .button-1-open-4.w--current {
    margin-top: 40px;
  }

  .grey-box-5 {
    height: auto;
    min-height: 450px;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .tab-link-tab-2-9 {
    cursor: pointer;
    height: 100%;
    padding-top: 34px;
    padding-bottom: 34px;
    line-height: 30px;
  }

  .tab-link-tab-2-9.w--current {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .tabs-content-3 {
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .tab-link-tab-1-7 {
    cursor: pointer;
    height: 100px;
    padding-top: 34px;
    padding-bottom: 34px;
    display: inline-block;
  }

  .textlink-small-white-4 {
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 24px;
  }

  .text-block-83 {
    height: 100%;
  }

  .swiss-oly-grid-03-2 {
    grid-template-columns: 1fr;
    padding-bottom: 0;
  }

  .tab-link-tab-3-2 {
    cursor: pointer;
    height: 100%;
    padding-top: 20px;
    padding-bottom: 34px;
  }

  .tab-link-tab-3-2.w--current {
    height: 100px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .grid-9 {
    grid-template-columns: 1fr;
  }

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

  .core-twam-hike-text-wrapper-2 {
    justify-content: flex-end;
    padding-top: 27px;
  }

  .par-mobile-small-2 {
    flex: 0 auto;
    align-self: flex-start;
    font-size: 1.2em;
    line-height: 24px;
  }

  .jean-hero-sec-copy {
    padding-bottom: 40px;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .jean-step2phots {
    height: auto;
    margin-left: 0;
  }

  .image-2068 {
    width: 50%;
    max-width: 100%;
    overflow: visible;
  }

  .image-2069 {
    width: 50%;
  }

  .jean-nohmrjean {
    padding: 40px 10vw;
  }

  .button-close-details-2 {
    margin-top: 15px;
  }

  .vision-text-down {
    width: 100%;
  }

  .button-los-gehts-vision {
    margin-top: 15px;
  }

  .button-los-gehts-vision.robs:hover {
    background-color: var(--tomato);
  }

  .button-close-details-3 {
    margin-top: 15px;
  }

  .div-block-316 {
    width: 75%;
  }

  .button-close-details-4 {
    margin-top: 15px;
  }

  .div-block-317 {
    width: 75%;
  }

  .button-close-details-5 {
    margin-top: 15px;
  }

  .div-block-318 {
    width: 75%;
  }

  .home-intor-txt {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }

  .swissolimpcwrapper {
    height: 100%;
  }

  .text-block-swis-olympic.white-text {
    font-size: 16px;
    line-height: 1.5em;
  }

  .exekutivrat-div {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .topribbon {
    z-index: -2;
    position: static;
  }

  .left-arrow-wrap-4 {
    width: 25px;
    left: -95%;
  }

  .image-2071 {
    width: 80%;
  }

  .client-slider-panel-4 {
    border-width: 0;
    width: auto;
    height: auto;
  }

  .image-2072 {
    padding-bottom: 220px;
  }

  .client-slider-mask-4 {
    height: auto;
    margin-top: 0;
  }

  .client-slider-4-cars {
    width: 20%;
  }

  .tab-drop-heading-2 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 0;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 28px;
    line-height: 30px;
  }

  .right-arrow-wrap-4 {
    width: 25px;
    right: -95%;
  }

  .car-slide-txt-2 {
    justify-content: space-between;
  }

  .image-2073 {
    padding-bottom: 220px;
  }

  .left-arrow-wrap-5 {
    width: 25px;
    left: -95%;
  }

  .image-2074 {
    width: 80%;
  }

  .client-slider-panel-5 {
    border-width: 0;
    width: auto;
    height: auto;
  }

  .image-2075 {
    padding-bottom: 220px;
  }

  .client-slider-mask-5 {
    height: auto;
    margin-top: 0;
  }

  .client-slider-3 {
    width: 20%;
  }

  .tab-drop-heading-3 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 0;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 28px;
    line-height: 30px;
  }

  .tab-drop-heading-3.top {
    margin-top: 20px;
    padding-bottom: 0;
  }

  .right-arrow-wrap-5 {
    width: 25px;
    right: -95%;
  }

  .car-slide-txt-3 {
    justify-content: space-between;
  }

  .image-2077 {
    padding-bottom: 220px;
  }

  .koopeettion-ec {
    padding-bottom: 0;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .eventdiv {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .hero-img-div {
    z-index: -2;
    justify-content: center;
    align-items: flex-start;
    width: 100vw;
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .leaddim-gry-5-pt {
    font-size: 18px;
    line-height: 24px;
  }

  .dachmarke-video {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .background-video-26 {
    margin-top: 72px;
  }

  .text-block-75-margin-top100 {
    text-align: left;
    width: 100%;
    margin-top: 0;
    padding-top: 0;
    font-size: 18px;
    display: block;
  }

  .text-block-75-margin-top100.angebot {
    margin-top: 0;
  }

  .text-block-75-margin-top100.zitat {
    line-height: 1.5em;
  }

  .erfolge-cont {
    padding-bottom: 0;
  }

  .titel-meineruderwelt {
    padding-bottom: 20px;
    font-size: 2em;
  }

  .container-2000-m {
    max-width: none;
  }

  .menu-passion-div {
    justify-content: space-between;
    align-items: center;
    width: 40%;
  }

  .code-embed-5 {
    width: 40vw;
  }

  .text-block20-20-vw {
    text-align: left;
    width: 100vw;
    padding-top: 60px;
    padding-left: 10vw;
    padding-right: 10vw;
    font-size: 18px;
    display: block;
  }

  ._4-marken-vid-div {
    width: 100vw;
    height: 90vw;
    padding-top: 10%;
    padding-bottom: 10%;
    position: relative;
  }

  .service-icon-outline.soul, .service-icon-outline.vision, .service-icon-outline.move, .service-icon-outline.robs {
    display: block;
  }

  .step-button-container {
    grid-column-gap: 0px;
    grid-row-gap: 1rem;
  }

  .service-icon {
    width: 2.5rem;
    height: 2.5rem;
  }

  .service-icon.large-button {
    width: 5rem;
    height: 5rem;
  }

  .service-icon.large-button.soul, .service-icon.large-button.move, .service-icon.large-button.vision, .service-icon.large-button.robs {
    width: 8rem;
    height: 8rem;
  }

  .large-service-button-vision {
    width: 18rem;
    height: 18rem;
  }

  .service-item-background-2.soul {
    display: block;
  }

  .bubble-wrap.move {
    padding-left: 10vw;
  }

  .bubble-wrap.soul {
    padding-right: 10vw;
  }

  .spacescont {
    max-width: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .large-service-button-soul, .large-service-button-move-space, .large-service-button-robs {
    width: 18rem;
    height: 18rem;
  }

  .angebot-top-4-logos-cont.vision-hub {
    height: 40vw;
    margin-bottom: 40px;
    padding-bottom: 0;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .angebot-top-4-logos-cont.soul-sync, .angebot-top-4-logos-cont.move-space {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: 40vw;
    margin-bottom: 40px;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .angebot-top-4-logos-cont.robs-hood {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: 40vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .menu-big {
    display: flex;
  }

  .image-wrapp {
    display: none;
  }

  .menu-header-txtr._4, .menu-header-txtr._2, .menu-header-txtr._1, .menu-header-txtr._3, .menu-header-txtr._5, .menu-header-txtr._4, .menu-header-txtr._2, .menu-header-txtr._1, .menu-header-txtr._3 {
    font-size: 4.2vw;
  }

  .image-paragraph {
    display: none;
  }

  .menu-cont {
    margin-top: 25em;
  }

  .menu-div {
    font-size: 1.2vw;
  }

  .menu-div.menu-orange {
    font-size: 1.5vw;
  }

  .close-button {
    font-size: 1.2vw;
  }

  .header-txt._1 {
    font-size: 4.5vw;
  }

  .header-txt._2 {
    font-size: 3.5vw;
  }

  .button-los-gehts-soul {
    margin-top: 15px;
    display: inline-block;
  }

  .button-los-gehts-soul.move-space {
    background-color: var(--dark-cyan);
  }

  .button-los-gehts-soul.move-space:hover {
    background-color: var(--tomato);
  }

  .nl-txt-div {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nl-fields-div {
    padding-left: 2.5vw;
    padding-right: 2.5vw;
  }

  .text-div-10vw {
    flex-flow: column;
    align-items: center;
    width: 100%;
    padding-top: 0;
    display: flex;
  }

  .menu-div-2 {
    font-size: 1.2vw;
  }

  .jg-open-menu {
    display: flex;
  }

  .form-lname {
    padding-bottom: 0;
    font-size: 1.5em;
  }

  .sende-but-kontakt {
    width: 18rem;
    height: 18rem;
  }

  .text-divsrf-dok {
    flex-flow: column;
    align-items: center;
    width: 100%;
    padding-top: 0;
    display: flex;
  }

  .respone-fom-title {
    font-size: 22px;
    line-height: 26px;
  }

  .cont-koborainen, .cont-swiss-opylpicsr {
    padding-left: 0%;
    padding-right: 0%;
  }

  .exekutivrat-div-copy {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .column-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .cont-exekutiv {
    padding-left: 0%;
    padding-right: 0%;
  }

  .det-01-secmove-space {
    margin-bottom: 0;
    padding: 0 5vw 30px;
    display: flex;
  }

  .det-01-secmove-space.robs-hood {
    padding-top: 0;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .koopeettion-ec-2 {
    padding-bottom: 0;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .soul-sync-swis-olympic {
    flex-flow: column;
  }

  .text-blockbod {
    font-size: 16px;
    line-height: 1.5em;
  }

  .homebubble-wrap {
    grid-template-columns: 1fr 1fr;
    height: auto;
    display: flex;
  }

  .homebubble-wrap.mobile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .kleeblatt-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: 50% 50%;
    grid-template-columns: 50% 50%;
    width: 100vw;
    height: 100vw;
    padding: 20px;
  }

  .quote-or-div {
    min-width: auto;
    min-height: auto;
  }

  .quote-or-div.ul {
    padding-top: 40px;
    padding-left: 10%;
    padding-right: 40px;
    position: relative;
  }

  .quote-or-div.ur {
    background-color: var(--petrol);
    padding-top: 40px;
    padding-left: 40px;
    position: relative;
  }

  .quote-or-div.or {
    justify-content: flex-start;
    align-items: flex-start;
    min-width: 300px;
    min-height: 300px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 15%;
  }

  .quote-or-div.ol {
    background-color: var(--move-space-light);
    background-color: var(--move-space-light);
    padding-bottom: 20px;
    padding-left: 15%;
    padding-right: 40px;
  }

  .quote-or-div.ol-copy {
    background-color: var(--petrol);
    padding-bottom: 20px;
    padding-left: 15%;
    padding-right: 40px;
  }

  .quote-txt-or {
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 0;
    font-size: 16px;
    line-height: 20px;
    position: relative;
  }

  .quote-txt-or.ul {
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
    padding-top: 20px;
    font-size: 2.2vw;
    line-height: 2.75vw;
  }

  .quote-txt-or.or {
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    padding-top: 20px;
    font-size: 2.2vw;
    line-height: 2.75vw;
  }

  .quote-txt-or.ol {
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
    padding-top: 20px;
    font-size: 2.2vw;
    line-height: 2.75vw;
  }

  .quote-title-or {
    padding-bottom: 0;
    font-size: 18px;
  }

  .dachmarke-div {
    flex-flow: column;
    align-items: center;
    width: 100%;
    padding-top: 0;
    display: flex;
  }

  .kleeblatt-div-ul {
    padding-top: 0;
  }

  .main-menu-entry {
    color: var(--white);
    letter-spacing: 1.2px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
    font-family: Montserrat, sans-serif;
    font-size: 3vw;
    font-weight: 500;
  }

  .main-menu-entry.jeannine {
    margin-top: 0%;
    padding-top: 40px;
    padding-bottom: 15px;
    font-family: Montserrat, sans-serif;
    font-size: 3vw;
  }

  .main-menu-entry.jeannine.sub {
    padding-top: 3px;
    padding-left: 40px;
    font-size: 2.5vw;
    font-weight: 400;
    line-height: 4vw;
  }

  .main-menu-entry.jeannine.sub-sub {
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 60px;
    font-size: 2vw;
    font-weight: 400;
    line-height: 4vw;
  }

  .main-menu-entry.behindethescene {
    margin-top: 0%;
    padding-top: 40px;
    padding-bottom: 15px;
    font-family: Montserrat, sans-serif;
    font-size: 3vw;
  }

  .main-menu-entry.home {
    font-family: Montserrat, sans-serif;
    font-size: 3vw;
    font-weight: 500;
  }

  .section-26 {
    padding-top: 0;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .text-block-92 {
    font-size: 1.6em;
    line-height: 1.8em;
  }

  .text-divhero-home {
    line-height: 2vw;
  }

  .text-block-93 {
    padding-top: 10px;
    font-size: 16px;
    display: block;
  }

  .fsm-wrapper {
    height: 100vh;
    margin-top: 0%;
    display: none;
    position: absolute;
  }

  .text40-top-mg {
    padding-top: 0;
    font-size: 1.6em;
  }

  .kleeblatt-gridmobile {
    grid-template-rows: 50% 50%;
    grid-template-columns: 50% 50%;
    width: 100vw;
    height: 100vw;
    padding: 20px;
  }

  .italic-text-2 {
    line-height: 1.5em;
  }

  .paragraph-copy {
    font-size: 16px;
    line-height: 1.5;
  }

  .paragraph-copy.swiss-olympic {
    font-size: 16px;
    line-height: 1.5em;
  }

  .text-div-copy {
    flex-flow: column;
    align-items: center;
    width: 100%;
    padding-top: 0;
    display: flex;
  }

  .large-service-button {
    width: 4.5rem;
    height: 4.5rem;
  }

  .circle-1-bg {
    background-color: var(--transparent);
    background-image: url('../images/v3-vision-hub.svg');
  }

  ._01-circle-button {
    width: 18rem;
    height: 18rem;
  }

  .large-service-button-visionmobile {
    background-image: url('../images/v3-vision-hub.svg');
    background-position: 50%;
    background-size: contain;
    width: 18rem;
    height: 18rem;
  }

  .large-service-button-visionmobile.soul {
    background-image: url('../images/v4-soul-sync.svg');
  }

  .large-service-button-visionmobile.move {
    background-image: url('../images/v3-move-space.svg');
  }

  .large-service-button-visionmobile.robs {
    background-image: url('../images/v4-robs-hood.svg');
  }

  .bubble-sec-desk {
    display: none;
  }

  .bubble-sec-mobile {
    background-color: var(--transparent);
    justify-content: center;
    align-items: center;
    width: 100vw;
    display: flex;
  }

  .title-in-bar {
    padding-bottom: 0;
    font-size: 2em;
  }

  .move-text-top, .robs-text-top, .robs-text-down, .move-text-down, .soul-text-down {
    flex-flow: column;
    align-items: center;
    width: 100%;
    padding-top: 0;
    display: flex;
  }

  .brand-2.w--current {
    justify-content: center;
    align-items: center;
    width: 40%;
    height: 100%;
    margin-top: 0%;
    padding-top: 0;
    padding-left: 0%;
    position: static;
  }

  .image-2083 {
    width: 160px;
    height: auto;
    margin-top: 20px;
    margin-left: 0%;
    padding-left: 0%;
    display: block;
    position: static;
  }

  .text-block-97 {
    padding-top: 10px;
    font-size: 16px;
    display: block;
  }

  .eventdiv-2 {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .code-embed-7, .news-insta-embed {
    width: 100%;
  }

  .left-pop-out-menu-2 {
    color: #fff;
    background-color: #183047;
    display: flex;
  }

  .nav-link-menu-left-2 {
    color: #fff;
    letter-spacing: 1.2px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
    font-family: Montserrat, sans-serif;
    font-size: 3vw;
    font-weight: 500;
  }

  .nav-link-menu-left-2.jeannine {
    margin-top: 0%;
    padding-top: 40px;
    padding-bottom: 15px;
    font-family: Montserrat, sans-serif;
    font-size: 3vw;
  }

  .nav-link-menu-left-2.jeannine.sub {
    padding-top: 3px;
    padding-left: 40px;
    font-size: 2.5vw;
    font-weight: 400;
    line-height: 4vw;
  }

  .nav-link-menu-left-2.jeannine.sub-sub {
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 60px;
    font-size: 2vw;
    font-weight: 400;
    line-height: 4vw;
  }

  .container {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-5 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-3 {
    padding: 12px;
  }

  .menu-button-3.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .menu-left {
    position: fixed;
    left: 0;
  }

  .socials {
    margin-right: 140px;
    left: 20%;
  }

  .menu-bg {
    display: block;
  }

  .menu-links {
    margin-left: 25vw;
  }
}

@media screen and (max-width: 767px) {
  .sticky-nav {
    position: relative;
  }

  .nav-grid {
    text-align: center;
  }

  .image {
    width: 120px;
    margin-top: 0;
  }

  .navbar {
    padding-top: 0;
    display: flex;
  }

  .left-pop-out-menu {
    padding-left: 30vw;
    display: none;
  }

  .open-btn {
    display: flex;
    position: relative;
  }

  .hamburger.js-hover-hamburger {
    margin-top: 0;
    top: auto;
    right: auto;
  }

  .hamburger.js-hover {
    object-fit: contain;
    flex-direction: column;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    position: relative;
    top: 0;
    bottom: 0;
    overflow: visible;
  }

  .hamburger.js-hover:hover {
    flex-direction: column;
    margin-top: 0;
    top: 0;
  }

  .hamburger.js-hover {
    background-color: #645555;
    margin-top: 0;
    top: auto;
    right: auto;
  }

  .close-btn {
    display: none;
    position: relative;
  }

  .brand {
    width: 40%;
    padding-left: 0;
  }

  .brand.w--current {
    width: 45%;
  }

  .nav-link-menu-left {
    font-weight: 500;
  }

  .nav-link-menu-left.jeannine {
    font-size: 4vw;
  }

  .nav-link-menu-left.jeannine.sub {
    padding-top: 5px;
    padding-left: 40px;
    font-size: 2.5vw;
  }

  .nav-link-menu-left.jeannine.sub-sub {
    padding-top: 5px;
    padding-left: 60px;
    font-size: 2.5vw;
  }

  .nav-link-menu-left.behindethescene {
    font-size: 4vw;
  }

  .nav-link-menu-left.home {
    font-size: 4vw;
    font-weight: 500;
  }

  .right-pop-out-menu {
    display: none;
  }

  .link {
    margin-top: 10px;
    font-size: 3.5vw;
  }

  .text-block-28, .wg-dropdown-1-link {
    font-size: 2em;
  }

  .wg-element {
    justify-content: center;
    width: 100%;
    margin-top: 0;
  }

  .wg-selector-1.s2 {
    color: #fff;
  }

  .lang-switcher-de-en:hover {
    color: var(--dark-turquoise);
  }

  .nav-upper-right-wrapper {
    flex: 0 auto;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    width: 130px;
    height: 160px;
    padding-top: 10px;
    padding-right: 0%;
  }

  .container-erfolge.is--title {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .meine-erfolge-title {
    margin-top: 10px;
    margin-bottom: 50px;
    font-size: 5em;
    font-weight: 500;
  }

  .erfolge-bubble-year {
    font-size: 4em;
    line-height: 1.6vh;
  }

  .erfolge-bubble-year._2003 {
    height: 70px;
    font-size: 3.5em;
    line-height: 4vh;
  }

  .box.is--1 {
    width: 20em;
    min-width: 0;
    height: 20em;
  }

  .box.is--2 {
    width: 20em;
    height: 20em;
  }

  .box.is--3 {
    width: 20em;
    height: 20em;
    margin-top: 68vh;
    margin-left: 23.6em;
  }

  .box.is--4 {
    width: 20em;
    height: 20em;
    margin-top: 36vh;
    margin-left: 32.6em;
  }

  .box.is--6 {
    width: 20em;
    height: 20em;
    margin-top: 98vh;
    margin-left: 25em;
  }

  .box.is--5 {
    width: 20em;
    height: 20em;
    margin-top: 51vh;
    margin-left: 6em;
  }

  .box.is--7, .box.is--8, .box.is--9, .box.is--10 {
    width: 20em;
    height: 20em;
    margin-top: 110vh;
    margin-left: 3.6em;
  }

  .modal-close-button-wrapper {
    margin-top: 3%;
    margin-right: 3%;
    display: flex;
  }

  .h2 {
    font-size: 4em;
  }

  .cards-grid-container {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
    max-width: none;
  }

  .div-block-erfolge-platzierung.bg-ice {
    width: 80vw;
    min-width: 80vw;
    margin-top: 1em;
  }

  .div-block-erfolge-platzierung.bg-ice.subtitle-year {
    min-width: 85vw;
    height: 50px;
    font-size: 12px;
    line-height: 18px;
  }

  .txt-platzierung {
    font-size: 1.4em;
  }

  .section-erfolge-txt {
    width: 100vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .erfolg-text {
    width: 70vw;
    font-size: 1.4em;
  }

  .div-block-250 {
    border-width: 20px;
  }

  .container-3 {
    padding: 3em 0;
  }

  .ring-wrapper-detail-page {
    width: 50vw;
    height: 50vw;
  }

  .erfolg-hero-sec {
    background-image: none;
  }

  .erfolge-slider {
    height: 450px;
    max-height: 450px;
  }

  .footer {
    height: 140vw;
    padding: 40px 0;
  }

  .footer-flex-container {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .footer-logo-link {
    min-width: auto;
    height: auto;
    max-height: none;
  }

  .footer-image {
    object-fit: contain;
    width: auto;
    height: 300px;
    margin-bottom: 20px;
  }

  .footer-link {
    font-size: 2.5vw;
  }

  .footer-container {
    padding-left: 0;
  }

  .text-block-34 {
    font-size: 2.5vw;
  }

  .footer-left-block {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 300px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .footer-textblock-rechts {
    width: 75%;
  }

  .footer-email {
    padding-left: 0;
  }

  .footer-bottomline {
    flex-flow: column;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 17px;
  }

  .footer-social {
    justify-content: space-between;
    align-items: center;
    width: 75%;
    height: 100px;
    padding-left: 15%;
    padding-right: 15%;
  }

  .linkedin-sm-inner-circle {
    margin-left: 0;
    padding-right: 0;
  }

  .erfolge-2017-18 {
    margin-top: 20px;
    font-size: 3em;
  }

  .erfolge-bubble-year-von-bis {
    font-size: 4em;
    line-height: 1.6vh;
  }

  .lang-switcher-de-en-opak:hover {
    color: var(--dark-turquoise);
  }

  .right-pop-out-menu-opak {
    display: none;
  }

  .txt-platzierung-2 {
    font-size: 1.4em;
  }

  .erfolg-text-2 {
    text-align: right;
    width: 60vw;
    font-size: 15px;
  }

  .h2-von-bis {
    font-size: 2rem;
  }

  .jahr-subtitle {
    font-size: 1.4em;
  }

  .partner-col-left {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .columns {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  .mail-link {
    margin-top: 0;
    padding-bottom: 0;
  }

  .par-left-text-wrap {
    height: auto;
    min-height: auto;
    padding-right: 0%;
  }

  .header-vid-1 {
    object-fit: contain;
    width: 100%;
    height: 100%;
    min-height: 300px;
    position: relative;
    inset: 0% 0% 0;
  }

  .section-partner {
    flex-direction: column;
  }

  .partner-col-left-2 {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .kibag-logo {
    width: 20%;
  }

  .div-radisson {
    margin-right: 0;
  }

  .partner-divider-section.title {
    height: 10vh;
    min-height: 160px;
    display: flex;
  }

  .partner-divider-section.title.bottom {
    height: 25vh;
    min-height: 250px;
  }

  .partner-col-left-3 {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .columns-2 {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  .banner-header-2 {
    margin-bottom: 0;
  }

  .heading-hauptpartner {
    font-size: 5.5rem;
  }

  .background-video {
    justify-content: flex-end;
    display: flex;
  }

  .heading-supplier {
    font-size: 7rem;
  }

  .section-ausr-ster {
    flex-direction: column;
  }

  .supplier-div {
    justify-content: center;
    width: 90vw;
    height: 350px;
    margin-top: 0;
  }

  .supplier-div.right-bar {
    border-top: 1px #000;
    border-bottom: 2px solid var(--medium-turquoise);
    justify-content: center;
    height: 350px;
    margin-top: 0;
  }

  .supplier-div.title-2-zeilig.bottombar {
    border-bottom: 2px solid var(--medium-turquoise);
  }

  .heading-unterstuetzer {
    font-size: 5.5rem;
  }

  .partner-divider-section-small {
    height: 20vh;
  }

  .footer-right-block {
    align-items: center;
    width: 100%;
    height: 220px;
    padding-left: 0;
  }

  .heading-medienberichte {
    font-size: 4.5rem;
  }

  .step {
    justify-content: center;
    margin-top: 0;
    padding: 8% 5%;
  }

  .content-wrap {
    justify-content: center;
    align-items: center;
    width: 90%;
    height: auto;
    margin-top: 0;
    padding-bottom: 20px;
  }

  .jg-timeline-wrapper {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 50px;
  }

  .step-content-block {
    z-index: 2;
    order: -1;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-2021 {
    display: none;
  }

  .dot-2 {
    z-index: 99;
    order: 2;
    align-self: center;
    margin-bottom: 0;
    display: none;
    position: absolute;
    bottom: 50%;
  }

  .scoll-wrap {
    z-index: 1;
    height: 100%;
    display: none;
    bottom: 50%;
  }

  .paragraph-geschichte {
    width: 100%;
  }

  .img-block {
    z-index: 3;
    order: 3;
    width: 70%;
    min-height: 50vh;
    padding-top: 20px;
    display: none;
    position: relative;
  }

  .lottie-animation-4 {
    width: 100px;
  }

  .step-block {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    min-height: 900px;
    margin-top: 0;
  }

  .label-left {
    font-family: Exo, sans-serif;
    font-size: 46px;
  }

  .scroll-animate {
    display: block;
  }

  .insta-feedsection {
    height: auto;
    min-height: auto;
    display: flex;
  }

  .head-title-lead {
    flex-direction: column;
    justify-content: flex-end;
    width: 85vw;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    display: flex;
  }

  .html-embed-3 {
    height: auto;
    min-height: auto;
    margin-bottom: 100px;
    padding-bottom: 0;
  }

  .heading-main {
    width: 60%;
    font-size: 1.2rem;
    line-height: 26px;
  }

  .despre-text.home2 {
    font-size: 2.5vh;
  }

  .slider-image-wrap {
    background-size: cover;
    width: 100%;
  }

  .slide-item-wrap {
    height: 100%;
    min-height: auto;
  }

  .big-slider-section.slider {
    height: 50vh;
    min-height: auto;
  }

  .hero-slider {
    min-height: 400px;
  }

  .slide-row-item.last {
    min-height: 500px;
  }

  .news-title-wrapper {
    margin-top: 0;
  }

  .step-block-right {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: auto;
  }

  .paragraph-3-left {
    text-align: left;
  }

  .label {
    font-size: 20px;
    line-height: 20px;
    display: none;
  }

  .label-left-2 {
    text-align: left;
    font-size: 20px;
    line-height: 20px;
    display: none;
  }

  .heading-start {
    background-color: var(--white);
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-14 {
    background-color: var(--white);
    text-align: center;
    width: 70%;
  }

  .scroll-animate-2 {
    bottom: 98px;
  }

  .paragraph {
    margin-bottom: 0;
  }

  .heading-right {
    text-align: center;
    width: 100%;
    margin-top: 137px;
    margin-bottom: 111px;
  }

  .step-block-2 {
    background-color: #0000;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: auto;
  }

  .content-wrap-2 {
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 50vh;
    padding-bottom: 0;
  }

  .step-2 {
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: auto;
    padding: 0%;
  }

  .step-2.last {
    height: auto;
  }

  .step-2._40-top-margin {
    padding-top: 0;
  }

  .year-block-left {
    z-index: 3;
    order: 3;
    justify-content: center;
    width: 70%;
    height: auto;
    min-height: auto;
    padding-top: 20px;
    position: relative;
  }

  .step-content-block-2 {
    z-index: 2;
    flex-flow: column;
    order: -1;
    justify-content: flex-start;
    align-items: stretch;
    height: auto;
    min-height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    display: flex;
  }

  .cont-meine-ruderwelt {
    padding-left: 0%;
    padding-right: 0%;
  }

  .text-block-39 {
    color: var(--white);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 0;
    display: flex;
  }

  .text-block-39:hover {
    color: var(--white);
  }

  .dot {
    z-index: 99;
    order: 2;
    align-self: center;
    margin-top: 0;
    margin-bottom: 0;
    display: none;
    position: absolute;
    bottom: 50%;
  }

  .year-block-right {
    z-index: 3;
    background-color: var(--white);
    order: 3;
    justify-content: center;
    width: 70%;
    min-height: auto;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
  }

  .zt-lead-home {
    height: auto;
    min-height: 400px;
    padding-top: 39px;
    padding-bottom: 39px;
  }

  .button-close {
    width: auto;
  }

  .divider-circle {
    width: 12px;
    height: 12px;
  }

  .section-content {
    display: none;
  }

  .divider-circle-red {
    width: 12px;
    height: 12px;
  }

  .two {
    z-index: 21;
    position: relative;
  }

  .heading-9 {
    font-size: 65px;
  }

  .section-core-team {
    flex-direction: column;
  }

  .image-wrapper {
    background-size: cover;
    width: 100vw;
    height: 400px;
  }

  .three {
    z-index: 22;
    height: auto;
    min-height: 100vh;
    position: relative;
  }

  .heading-8 {
    font-size: 65px;
  }

  .cap {
    font-size: 90px;
  }

  .coreteam-img-wrap {
    flex-direction: column;
  }

  .banner-header-coreteam {
    width: 100%;
    font-size: 1.6rem;
    line-height: 5vw;
  }

  .supplier-logo {
    width: 225px;
    height: 225px;
  }

  .supporter-logo {
    width: 225px;
    height: 225px;
    padding-top: 0;
  }

  .meine-ruderwelt-sec {
    flex-flow: row;
    padding-bottom: 60px;
    display: flex;
  }

  .meine-ruderwelt-sec._40top {
    padding: 20px 5vw;
  }

  .contact-field-wrapper {
    grid-template-columns: 1fr;
  }

  .grid-wrapper {
    grid-template-columns: minmax(36px, 1fr) minmax(auto, 1400px) minmax(36px, 1fr);
  }

  .form-block {
    padding: 24px;
  }

  .about-us-intro {
    margin-left: 0;
    padding: 24px 24px 0;
  }

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

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

  .heading-support-team {
    font-size: 4.5rem;
  }

  .grid-2 {
    grid-template-columns: 1fr;
    height: auto;
  }

  .support-team-cell-wrap._01 {
    border-radius: 50%;
    height: 500px;
  }

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

  ._04-card {
    max-width: 300px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  ._07-09-card {
    flex-direction: column;
    align-items: center;
  }

  ._05-card, ._08-card, ._07-card, ._09-card {
    max-width: 300px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  ._04-06-card {
    flex-direction: column;
    align-items: center;
  }

  ._03-card, ._06-card, ._01-card, ._02-card {
    max-width: 300px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  ._01-03-card {
    flex-direction: column;
    align-items: center;
  }

  .card {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
  }

  .heading-jg {
    font-size: 65px;
  }

  .arrow-up, .image-container--core {
    display: none;
  }

  .product-container {
    width: 100%;
  }

  .heading-rd {
    font-size: 65px;
  }

  .scroll-indication-wrapper {
    width: 100%;
    margin-left: 0;
    inset: 0% 0% auto;
  }

  .cap-2 {
    font-size: 90px;
  }

  .arrow-down {
    display: none;
  }

  .heading-dg {
    font-size: 65px;
  }

  .divider-circle-2 {
    width: 12px;
    height: 12px;
  }

  .text-block-43 {
    font-size: 1.8em;
  }

  .rk-step-year {
    justify-content: center;
    padding: 8%;
  }

  .heading-rennkalender {
    margin-bottom: 3%;
    font-size: 5rem;
  }

  .rk-steps-clone {
    height: auto;
    min-height: auto;
  }

  .core-twam-hike-text-wrapper {
    width: 100%;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-2023 {
    width: 100%;
  }

  .button-close-2 {
    z-index: 6666;
    width: auto;
    margin-top: 10%;
    margin-right: 7%;
  }

  .divider-circle-3 {
    width: 12px;
    height: 12px;
  }

  .two-2 {
    z-index: 21;
    position: relative;
  }

  .heading-15 {
    font-size: 65px;
  }

  .three-2 {
    z-index: 22;
    height: auto;
    min-height: 100vh;
    position: relative;
  }

  .heading-16 {
    font-size: 65px;
  }

  .cap-3 {
    font-size: 90px;
  }

  .imgc-ol-radblu {
    display: none;
  }

  .radisson-img {
    object-fit: contain;
    padding-top: 0;
  }

  .paragraph-large-jeannine-3 {
    font-size: 1rem;
    line-height: 23px;
  }

  .mail-link-2 {
    margin-bottom: 20px;
  }

  .partner-col-left-4 {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .section-partner-2 {
    flex-direction: column;
  }

  .columns-steiner {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  .section-partner-steiner, .section-partner-kibag, .section-partner-steinergroup {
    flex-direction: column;
  }

  .section-ausr-ster--partner {
    flex-direction: column;
    margin-top: 0;
  }

  .section-partner-radisson {
    flex-direction: column;
    min-height: 1800px;
  }

  .section-ausr-ster--supporter {
    flex-direction: column;
    margin-top: 0;
  }

  .textlink-small {
    width: 70vw;
  }

  .zt-heading {
    font-size: 7rem;
  }

  .zt-lead {
    font-size: 5.5rem;
  }

  .hero-wrap {
    height: 50vh;
  }

  .hero-bg-video-full {
    width: 100%;
    height: 100%;
  }

  .db-fixed-nav-headline {
    font-size: 16px;
    line-height: 20px;
  }

  .slider__image-cover {
    height: auto;
  }

  .hero__text-wrapper {
    margin-right: 0;
    padding-right: 10px;
    overflow: visible;
  }

  .hero-slider-2 {
    height: auto;
    min-height: auto;
  }

  .slider__nav {
    display: none;
  }

  .slide__wrapper {
    flex-direction: column;
  }

  .slider__left-pane {
    width: auto;
    min-height: 50vh;
    padding: 20px 40px 40px;
  }

  .slider__left-pane._01 {
    min-height: 700px;
    padding: 12px 0 20px;
  }

  .slider__control-wrapper {
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .slider__p {
    font-size: 12px;
    line-height: 20px;
  }

  .div-block-262 {
    width: 120px;
    height: 120px;
  }

  .slider__right-pane {
    width: auto;
    height: 50vh;
  }

  .slider__right-pane._001 {
    height: auto;
    min-height: 700px;
  }

  .slider__control {
    background-color: var(--light-blue);
  }

  .image-movie_sec {
    min-height: 500px;
  }

  .jg-video-tttle-txt {
    font-size: 4em;
  }

  .jg-image-film {
    width: 100vw;
    min-width: 100vw;
    height: 400px;
  }

  .premium-partner-heading {
    font-size: 4rem;
  }

  .markenbotschafterin-heading {
    font-size: 5.5rem;
  }

  .jg-np-field {
    margin-bottom: 10px;
  }

  .form-2 {
    justify-content: center;
    padding-top: 0;
  }

  .form-block-2 {
    padding-top: 0;
  }

  .background-video-3 {
    height: auto;
    min-height: 140vh;
    max-height: none;
  }

  .absenden-but-wrap {
    padding-top: 20px;
  }

  .absenden-but-wrap.kontaktform {
    width: 100%;
    height: 50vw;
    padding-top: 0;
  }

  .por-video-left {
    z-index: 3;
    order: 3;
    width: 70%;
    height: 75vh;
    min-height: 75vh;
    padding-top: 20px;
    position: relative;
  }

  ._01-por-video-wrapper {
    z-index: 500;
    order: 3;
    width: 100vw;
    min-width: 100vw;
    height: auto;
    min-height: auto;
    margin-top: 0;
    padding-top: 0;
    display: none;
    position: absolute;
    top: 823px;
  }

  ._02-por-video-wrapper {
    z-index: 500;
    order: 3;
    width: 100vw;
    min-width: 100vw;
    height: auto;
    min-height: auto;
    margin-top: 0;
    padding-top: 0;
    display: none;
    position: absolute;
    top: 990px;
  }

  ._03-por-video-wrapper {
    z-index: 3;
    order: 3;
    width: 70%;
    min-height: 50vh;
    padding-top: 20px;
    position: relative;
  }

  .por-video-right {
    z-index: 3;
    order: 3;
    width: 70%;
    height: auto;
    min-height: 75vh;
    padding-top: 20px;
    position: relative;
  }

  ._04-por-video-wrapper {
    z-index: 500;
    object-fit: fill;
    order: 3;
    width: 100vw;
    min-width: 100vw;
    height: auto;
    min-height: auto;
    margin-top: 0;
    padding-top: 0;
    display: none;
    position: absolute;
    inset: 933px 0% auto;
  }

  .grid-5 {
    grid-template-columns: 1fr 1fr;
    width: auto;
  }

  .card-container {
    padding-top: 60px;
    padding-left: 2%;
    padding-right: 2%;
  }

  .memory-pager-01 {
    justify-content: center;
    margin-bottom: 100px;
  }

  .memory-pager-02 {
    justify-content: center;
    margin-bottom: 20px;
  }

  .kontakt-title {
    font-size: 45px;
    line-height: 50px;
  }

  .newsposts-title {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
  }

  .jg-kon-wrap {
    padding-left: 5%;
  }

  .contact-form-wrap {
    width: 90%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .insta-posts-background-video {
    margin-top: 0;
    padding-top: 41px;
  }

  .div-block-270 {
    width: 100%;
    padding-left: 0;
  }

  .kontakt-herding {
    font-size: 8rem;
  }

  ._01-pop {
    display: none;
  }

  .h2-milestones {
    font-size: 3rem;
  }

  .year-wrapper-milestones {
    min-width: auto;
  }

  .steckbrief-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .steckbrief-cell {
    height: 150px;
  }

  .sec-swiss-olympic {
    justify-content: flex-start;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 5vw;
  }

  .so-text-wrap {
    padding-left: 0;
  }

  .so-title {
    padding-left: 5%;
  }

  .h36 {
    width: 100%;
    font-size: 20px;
  }

  .so-01-wrap {
    width: 95%;
    margin-top: 68px;
    padding-top: 0;
  }

  .step-content-block-2-copy {
    z-index: 2;
    order: -1;
    justify-content: center;
    align-items: center;
    min-height: auto;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .scroll-animate-1 {
    z-index: -5;
    height: 75%;
  }

  .content-wrap-2019 {
    justify-content: center;
    align-items: center;
    width: 90%;
    height: auto;
    padding-bottom: 0;
  }

  .step-block-2019 {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    height: auto;
    min-height: auto;
    margin-top: 50px;
  }

  .content-wrap-2017 {
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 100vh;
    margin-top: 50px;
    padding-bottom: 20px;
  }

  .step-2018 {
    justify-content: center;
    height: 100%;
    padding: 8%;
  }

  .step-block-2018 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    min-height: auto;
    margin-top: 50px;
  }

  .step-block-2017 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 225vh;
    min-height: auto;
    margin-top: 0;
  }

  .step-block-2016 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    min-height: 70vh;
  }

  .step-block-2021 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    min-height: auto;
    margin-bottom: 0;
  }

  .step-block-2020 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    min-height: auto;
    margin-top: 50px;
  }

  .scroll-animate-70vh {
    height: 100%;
  }

  .step-content-block-2018 {
    z-index: 2;
    order: -1;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .zt-heading-long, .zt-heading-medium {
    font-size: 7rem;
  }

  .zwischentitel-medium {
    height: 20vh;
  }

  .zt-heading-superlong {
    font-size: 6rem;
    line-height: 6rem;
  }

  .slider__h1-t1 {
    font-size: 12px;
    line-height: 20px;
  }

  .zt-heading-2-zeilig {
    font-size: 7rem;
    line-height: 6.5rem;
  }

  .zt-heading-ultralong {
    font-size: 3.5rem;
  }

  .div-block-273 {
    border: 20px #ffffff17;
  }

  .zt-heading-hauptpartner {
    font-size: 5rem;
  }

  .new-okb-sec {
    min-height: 1300px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 100px;
    overflow: hidden;
  }

  .okb-grid-desk {
    grid-template-rows: auto auto auto 277px;
    grid-template-columns: 100%;
    grid-auto-columns: auto;
    height: auto;
    min-height: auto;
    display: none;
  }

  .new-kibag-sec {
    height: auto;
    min-height: 1300px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .kibag-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto minmax(291px, 1.75fr) auto;
    grid-template-columns: 100%;
    grid-auto-columns: auto;
    height: auto;
    min-height: auto;
    margin-bottom: 0;
    display: none;
  }

  .kibag-grid.steiner {
    display: none;
  }

  .kibag-header-vid-1 {
    height: 100%;
  }

  .new-steiner-sec {
    height: auto;
    min-height: 500px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .mail-link-small {
    font-size: 1rem;
  }

  .div-block-274 {
    margin-top: 0;
    padding-top: 0;
  }

  .heading-right-small-copy {
    text-align: center;
    width: 90%;
    padding-left: 0;
    line-height: 50px;
  }

  .top {
    margin-right: 26px;
  }

  .video-grid {
    width: auto;
  }

  .gmelin-play-srf-wrap {
    width: 75vw;
  }

  .zt-heading-ultralong-8rem {
    font-size: 4rem;
    line-height: 5rem;
  }

  .partner-col-left-3-topnotch {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .jg-milesotnes {
    width: 50vw;
    height: 50vw;
  }

  .mail-link-copy {
    margin-top: 0;
  }

  .url-link {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .div-block-277, .div-block-278 {
    display: none;
  }

  .par-video-1-3 {
    object-fit: contain;
    width: 100%;
    height: 350px;
    min-height: 300px;
    margin-bottom: 0;
    display: block;
    position: relative;
    overflow: visible;
  }

  .div-block-280, .div-block-281, .par-video-2-3, .div-block-283 {
    display: none;
  }

  .radisson-grid {
    grid-template-columns: 1fr;
  }

  .div-radisson-img-caption {
    min-height: 800px;
    padding-bottom: 60px;
  }

  .radisson-caption {
    padding-top: 5px;
  }

  .steiner-left-text-wrap {
    padding-right: 0%;
  }

  .banner-header-60px {
    margin-bottom: 0;
  }

  .hero-vid-sec {
    align-items: center;
    height: auto;
    min-height: 500px;
    margin-top: auto;
  }

  .insta-sec {
    justify-content: flex-end;
    min-height: auto;
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .html-embed-11 {
    height: 400px;
  }

  .html-embed-12 {
    width: 90vw;
    height: auto;
    min-height: 600px;
  }

  .paris2024-herding {
    font-size: 6rem;
  }

  .sportarten-sec {
    min-height: 120vh;
  }

  .paris-disziplinen {
    font-size: 6rem;
  }

  .oly-lead {
    padding-left: 5%;
    padding-right: 5%;
    font-size: 1rem;
    line-height: 26px;
  }

  .div-block-286 {
    width: 100vw;
    margin-top: 40px;
  }

  .mobile-nav-main-menu-entry {
    color: var(--white);
    text-align: center;
    padding-top: 8%;
    padding-bottom: 8%;
    font-size: 32px;
  }

  .mobile-nav-main-menu-entry:hover {
    color: var(--dark-turquoise);
  }

  .mobile-nav-sub-menu-entry {
    text-align: center;
    letter-spacing: 2px;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 32px;
    font-weight: 300;
  }

  .container-12 {
    justify-content: space-between;
    align-items: center;
    width: 100vw;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .brand--mobile {
    width: 160px;
    height: auto;
    padding-left: 0;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .mob-brand {
    height: auto;
    margin-left: -2px;
  }

  .mobile-navbar {
    z-index: 3333;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--white);
    opacity: .88;
    object-fit: fill;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100vw;
    height: 160px;
    display: flex;
    position: fixed;
    inset: 0% 0% auto;
  }

  .mob-nav-upper-right-wrapper {
    flex-direction: column;
    flex: 0 auto;
    justify-content: space-between;
    align-self: auto;
    width: auto;
    height: auto;
    max-height: 130px;
    margin-right: 20px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    position: relative;
    inset: 0% 0% auto auto;
  }

  .mob-wg-element {
    justify-content: center;
    width: 100%;
    margin-top: 0;
  }

  .mob-nav-menu {
    z-index: 99;
    background-color: var(--dark-slate-blue);
    flex-direction: column;
    justify-content: center;
    height: 100vh;
    display: flex;
    position: fixed;
    inset: 0%;
  }

  .dropdown-toggle-2 {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-right: 0;
    display: flex;
  }

  .dropdown--wrapper {
    text-align: center;
    width: auto;
    display: flex;
  }

  .mobile-nav-dropdown-menu-entry {
    color: var(--white);
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 32px;
    display: flex;
  }

  .mobile-nav-dropdown-menu-entry:hover {
    color: var(--dark-turquoise);
  }

  .icon {
    color: var(--white);
    margin-left: 0;
    margin-right: 0;
    padding-left: 12px;
    font-size: 20px;
    position: static;
  }

  .icon:hover {
    color: var(--dark-turquoise);
  }

  .dropdown-submenu {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-right: 0;
    display: flex;
  }

  .mobile-nav-dropdown {
    color: var(--white);
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 8%;
    padding-bottom: 8%;
    padding-right: 55px;
    font-size: 32px;
    display: flex;
  }

  .mobile-nav-dropdown.w--open {
    color: #0000;
    width: 100vw;
  }

  .mobile-nav-dropdown.w--open:hover {
    color: #0000;
  }

  .div-block-287 {
    justify-content: center;
    align-items: center;
    width: auto;
    margin-left: 59px;
    display: flex;
  }

  .div-block-287:hover {
    color: var(--dark-turquoise);
  }

  .mob-nav-bg {
    flex-direction: column;
    justify-content: center;
    height: 100vh;
    display: flex;
  }

  .dropdown-list-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    display: none;
  }

  .dropdown-list-2.w--open {
    overflow: hidden;
  }

  .dropdown-link {
    border-bottom: 1px solid var(--black);
    background-color: var(--white);
    color: var(--midnight-blue);
    text-align: center;
    padding-top: 5%;
    padding-bottom: 5%;
    font-size: 28px;
    font-weight: 400;
  }

  .textlink-medium {
    width: 70vw;
  }

  .partner-divider-section-25.title {
    height: 30vh;
  }

  .heading-medienberichte-copy {
    font-size: 4.5rem;
  }

  .background-video-25 {
    justify-content: center;
  }

  .zwischentitel-fotofinish {
    height: 20vh;
    min-height: 200px;
  }

  .year-block-mob {
    z-index: 3;
    order: 3;
    justify-content: center;
    width: 70%;
    height: auto;
    min-height: auto;
    padding-top: 20px;
    position: relative;
  }

  .content-wrap-stretch {
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 100vh;
    padding-bottom: 0;
  }

  .step-block-right-stretch {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: auto;
  }

  .background-video-center {
    justify-content: flex-end;
  }

  .zwischentitel-home-copy {
    margin-bottom: 0;
  }

  .background-video-25-center {
    justify-content: center;
    min-height: auto;
  }

  .step-2-100-vh {
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 15% 8%;
  }

  .step-2-100-vh.last {
    height: 90vw;
  }

  .step-content-block-90vh {
    z-index: 2;
    order: -1;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 26px;
    margin-bottom: -19px;
    padding-bottom: 0;
    display: flex;
  }

  .step-2-75-vh {
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: 500px;
    padding: 15% 8%;
  }

  .step-2-75-vh.last {
    height: 90vw;
  }

  .step-2-90vh {
    justify-content: center;
    align-items: center;
    height: 55vh;
    padding: 10% 8%;
  }

  .step-2-90vh.last {
    height: 90vw;
  }

  .por-video-left-100vh {
    z-index: 3;
    order: 3;
    width: 70%;
    height: auto;
    min-height: 75vh;
    padding-top: 20px;
    position: relative;
  }

  .tab-pane-tab-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .zt-heading-ultralong-6rem {
    font-size: 6rem;
    line-height: 5rem;
  }

  .step-block-2022 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    min-height: auto;
    margin-top: 50px;
  }

  .step-block-2023 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 110vh;
  }

  .content-wrap-2020 {
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 50vh;
    padding-bottom: 20px;
  }

  .step-2019 {
    justify-content: center;
    padding: 8%;
  }

  .year-block-left-2 {
    z-index: 3;
    order: 3;
    width: 70%;
    min-height: 50vh;
    padding-top: 20px;
    position: relative;
  }

  .step-content-block-2019 {
    z-index: 2;
    order: -1;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .dot-3 {
    z-index: 99;
    order: 2;
    align-self: center;
    margin-bottom: 0;
    position: absolute;
    bottom: 50%;
  }

  .scoll-wrap-2 {
    z-index: 1;
    height: 100%;
    bottom: 50%;
  }

  .scoll-wrap-top {
    z-index: 1;
    height: 100%;
    display: none;
    bottom: 50%;
  }

  .step-block-2020-copy {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    min-height: auto;
    margin-top: 50px;
  }

  .background-video-30vh {
    justify-content: flex-end;
  }

  .background-video-copy {
    justify-content: center;
  }

  .link-block {
    align-items: flex-start;
    height: 64px;
    margin-top: 0%;
    margin-right: 0%;
    display: block;
  }

  .link-block.w--current {
    height: 121px;
  }

  .tab-link-tab-1-5 {
    border-top-left-radius: 0;
    width: 100%;
  }

  .tab-link-tab-1-5:hover {
    background-color: var(--pale-turquoise);
  }

  .tab-link-tab-1-5.w--current {
    border-top-left-radius: 0;
    width: 100%;
    height: 100px;
    display: flex;
  }

  .tab-link-tab-3 {
    border-top-right-radius: 0;
    width: 100%;
    height: 100px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .tab-link-tab-3:hover {
    background-color: var(--pale-turquoise);
  }

  .tab-link-tab-3.w--current {
    border-top-right-radius: 0;
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .tab-link-tab-2-7 {
    width: 100%;
    height: 100px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .tab-link-tab-2-7:hover {
    background-color: var(--pale-turquoise);
  }

  .tab-pane-tab-2, .tab-pane-tab-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .tab-dropdown {
    background-color: var(--sambesi);
    color: #fff;
    text-align: left;
    letter-spacing: 1px;
    cursor: pointer;
    background-image: url('../images/dropdown-icon.svg');
    background-position: 95%;
    background-repeat: no-repeat;
    background-size: 20px;
    border-radius: 3px;
    justify-content: center;
    align-items: center;
    height: 60px;
    padding-top: 0;
    padding-left: 20%;
    padding-right: 20%;
    font-size: 18px;
    font-weight: 800;
    display: flex;
  }

  .tab-dropdown:hover {
    background-color: var(--midnight-blue);
  }

  .tabs-content-2 {
    border-bottom-width: 3px;
    border-bottom-color: var(--medium-turquoise);
    background-color: var(--transparent);
    margin-top: 0;
    padding: 0 40px 25px;
  }

  .kicker {
    max-width: 420px;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 28px;
  }

  .kicker.secondary {
    margin-bottom: 40px;
  }

  .tab-link {
    text-align: left;
    background-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%;
    height: 50px;
    padding-top: 13px;
    padding-left: 20px;
    font-size: 18px;
    display: block;
  }

  .tab-link.w--current {
    color: #78cec3;
    background-color: #e3f5f2;
    font-weight: 600;
  }

  .tab-system {
    display: flex;
  }

  .tabs-dropdown-menuitems {
    z-index: 50;
    cursor: pointer;
    border-style: none;
    border-right-width: 1px;
    border-right-color: #000;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    flex-direction: column;
    height: 300px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    box-shadow: 0 28px 28px #00000014;
  }

  .heading-19 {
    margin-bottom: 37px;
  }

  .par-mobile-small {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .zt-lead-jeannine {
    justify-content: center;
    height: auto;
    min-height: 200px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .tabs-dropdown-01-mob-titel {
    background-color: var(--pale-turquoise);
    text-align: center;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60px;
    margin-bottom: 60px;
    padding-bottom: 0;
    display: flex;
  }

  .text-block-56 {
    text-align: left;
    font-size: 20px;
    font-weight: 400;
    display: block;
  }

  .section-20 {
    min-height: 600px;
  }

  .html-embed-13 {
    height: 450px;
  }

  .heading-jeannine {
    margin-top: 0;
    font-size: 1.2rem;
    line-height: 26px;
  }

  .content-wrap-01 {
    justify-content: center;
    align-items: center;
    width: 90%;
    height: auto;
    min-height: 400px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .por-video-left-01 {
    z-index: 3;
    order: 3;
    width: 70%;
    height: auto;
    min-height: 75vh;
    padding-top: 20px;
    position: relative;
  }

  .content-wrap-02 {
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 50vh;
    padding-bottom: 0;
  }

  .por-video-right-02 {
    z-index: 3;
    order: 3;
    width: 70%;
    height: auto;
    min-height: 75vh;
    padding-top: 20px;
    position: relative;
  }

  .nl-bg-video {
    margin-top: 0;
    padding-top: 41px;
  }

  .step-block-right-02 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: auto;
  }

  .content-wrap-1 {
    justify-content: center;
    align-items: center;
    width: 90%;
    height: auto;
    padding-bottom: 0;
  }

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

  .support-team-divider-section {
    min-height: 175px;
  }

  .step-block-02 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    min-height: 1000px;
    margin-top: 148px;
  }

  .step-block-03 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    min-height: 1000px;
    margin-top: 0;
  }

  .mob-nav-menu-2 {
    z-index: 99;
    background-color: var(--zambezi);
    flex-direction: column;
    justify-content: center;
    height: 100vh;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .div-block-288 {
    justify-content: center;
    align-items: center;
    width: auto;
    margin-left: 59px;
    display: flex;
  }

  .div-block-288:hover {
    color: #1cdae7;
  }

  .lang-switcher-de-en-2:hover {
    color: var(--tomato);
  }

  .mobile-nav-dropdown-menu-entry-2 {
    color: #fff;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 32px;
    display: flex;
  }

  .mobile-nav-dropdown-menu-entry-2:hover {
    color: #1cdae7;
  }

  .icon-2 {
    color: #fff;
    margin-left: 0;
    margin-right: 0;
    padding-left: 12px;
    font-size: 20px;
    position: static;
  }

  .icon-2:hover {
    color: #1cdae7;
  }

  .mobile-nav-main-menu-entry-2 {
    color: #fff;
    text-align: center;
    padding-top: 5%;
    padding-bottom: 5%;
    font-size: 32px;
  }

  .mobile-nav-main-menu-entry-2:hover {
    color: var(--tomato);
  }

  .mobile-nav-main-menu-entry-2.current {
    color: var(--dark-khaki);
  }

  .dropdown--wrapper--mob {
    text-align: center;
    width: auto;
    display: none;
  }

  .mobile-nav-dropdown-jeannine {
    color: #fff;
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 8%;
    padding-bottom: 8%;
    padding-right: 55px;
    font-size: 32px;
    display: flex;
  }

  .mobile-nav-dropdown-jeannine.w--open {
    color: #0000;
    width: 100vw;
  }

  .mobile-nav-dropdown-jeannine.w--open:hover {
    color: #0000;
  }

  .dropdown-link-2 {
    color: #183047;
    text-align: center;
    background-color: #fff;
    border-bottom: 1px solid #333;
    padding-top: 5%;
    padding-bottom: 5%;
    font-size: 28px;
    font-weight: 400;
  }

  .dropdown-list-3 {
    width: 100vw;
  }

  .dropdown-list-3.w--open {
    overflow: hidden;
  }

  .scoll-wrap-100 {
    z-index: 1;
    height: 100%;
    bottom: 50%;
  }

  .scroll-animate-jeannine, .scroll-animate-jeannine-120 {
    bottom: 98px;
  }

  .content-wrap-1200px {
    justify-content: center;
    align-items: center;
    width: 90%;
    height: auto;
    min-height: 700px;
    padding-bottom: 0;
  }

  .content-wrap-1000px {
    justify-content: center;
    align-items: center;
    width: 90%;
    height: auto;
    min-height: 500px;
    padding-bottom: 0;
  }

  .heading-small-grey {
    background-color: var(--white);
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-start-copy {
    background-color: var(--white);
    text-align: center;
    margin-top: 0;
    margin-bottom: 96px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .newsletter-sec {
    min-height: 1000px;
  }

  .contact-form-wrapper.kontakt {
    padding-top: 60px;
  }

  .c-card-front, .c-card-back {
    width: 200px;
    height: 310px;
  }

  .c-flipping-cards-list {
    width: 100%;
    padding-top: 0;
  }

  .card-title {
    font-size: 1.5em;
  }

  .cloneable-area {
    width: 50vw;
    padding-left: 0;
    padding-right: 0;
  }

  ._w-flip-card {
    justify-content: center;
    align-items: center;
  }

  ._w-content {
    width: 100vw;
  }

  .card-back-title {
    font-size: 2em;
  }

  .c-card-back-02 {
    width: 200px;
    height: 310px;
  }

  ._w-card-back-copy {
    justify-content: center;
    align-items: center;
  }

  .c-card-back-03 {
    width: 200px;
    height: 310px;
  }

  .content-wrap-2-copy {
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 50vh;
    min-height: 600px;
    padding-bottom: 0;
  }

  .step-content-block-2-copy {
    z-index: 2;
    order: -1;
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: 700px;
    margin-top: 26px;
    margin-bottom: 113px;
    padding-bottom: 0;
    display: flex;
  }

  .tl-ruderwelt-mob {
    flex-direction: column;
    display: flex;
  }

  .tl-ruderwelt-mob.last {
    margin-bottom: 50px;
    display: none;
  }

  .step-2-mob {
    background-color: var(--white);
    box-shadow: 1px 1px 10px 0 var(--dark-grey);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: auto;
    margin-left: 20px;
    margin-right: 20px;
    padding: 15% 8%;
  }

  .step-2-mob.last {
    height: auto;
  }

  ._2000meter-blocktitel {
    color: var(--steel-blue-2);
    text-align: center;
    width: 100%;
    height: 30px;
    font-size: 20px;
    line-height: 24px;
  }

  ._2000meter-titels {
    text-align: center;
    justify-content: center;
    align-items: center;
    min-height: 200px;
    padding-left: 24%;
    padding-right: 24%;
    font-size: 30px;
    display: flex;
  }

  ._2000meter-zt-mob {
    background-color: var(--white);
    font-size: 36px;
    line-height: 50px;
  }

  .scoll-wrap-mob {
    z-index: -5;
    height: 100%;
    bottom: 50%;
  }

  .mask-2 {
    overflow: hidden;
  }

  .slider__control-wrapper-top {
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
    inset: 0% 0% auto auto;
  }

  .paragraph-3-left-2 {
    text-align: left;
    line-height: 1.6;
  }

  .scroll-animate-4, .scroll-animate-jeannine-121 {
    bottom: 98px;
  }

  .meine-ruderwelt-sec-mob {
    flex-direction: column;
    display: flex;
  }

  ._03-por-video-wrapper-2 {
    z-index: 500;
    background-color: #0000;
    order: 3;
    width: 100vw;
    min-width: 100vw;
    height: auto;
    min-height: auto;
    margin-top: 0;
    padding-top: 0;
    display: none;
    position: absolute;
    top: 1113px;
  }

  ._01-por-video-wrapper-2 {
    z-index: 4444;
    order: 3;
    width: 95%;
    height: auto;
    min-height: 300px;
    margin-top: 0;
    padding-top: 0;
    display: block;
    position: relative;
    top: 343px;
  }

  .label-left-3 {
    text-align: left;
    font-size: 20px;
    line-height: 20px;
    display: none;
  }

  ._04-por-video-wrapper-2 {
    z-index: 500;
    order: 3;
    width: 95vw;
    min-width: 95vw;
    height: 305px;
    min-height: 305px;
    margin-top: 191px;
    padding-top: 0;
    display: none;
    position: relative;
  }

  .heading-jeannine-2 {
    margin-top: 0;
    font-size: 1.2rem;
    line-height: 30px;
  }

  ._02-por-video-wrapper-2 {
    z-index: 3;
    order: 3;
    width: 70%;
    min-height: 50vh;
    padding-top: 20px;
    display: flex;
    position: relative;
  }

  .dot-4 {
    z-index: 99;
    order: 2;
    align-self: center;
    margin-top: 0;
    margin-bottom: 0;
    display: none;
    position: absolute;
    bottom: 50%;
  }

  .scroll-animate-jeannine-122 {
    bottom: 98px;
  }

  .label-3 {
    font-size: 20px;
    line-height: 20px;
    display: none;
  }

  .text-block-57 {
    color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 0;
    display: flex;
  }

  .text-block-57:hover {
    color: #fff;
  }

  .paragraph-7 {
    margin-bottom: 0;
    line-height: 1.6;
  }

  ._2000-meter-adrenalin-sec {
    flex-direction: column;
    display: none;
  }

  .zt-heading-2-zeilig-long {
    font-size: 6rem;
    line-height: 5.5rem;
  }

  .video-6 {
    display: block;
  }

  .html-embed-14 {
    width: 0;
    min-width: 0;
    max-width: 0;
    height: 0;
    min-height: 0;
    max-height: 0;
    overflow: hidden;
  }

  ._02-por-video-wrapper-neu {
    z-index: 4444;
    order: 3;
    width: 95%;
    height: auto;
    min-height: 300px;
    margin-top: 0;
    padding-top: 0;
    display: flex;
    position: relative;
    top: 343px;
  }

  .modal-close-button-wrapper-01 {
    margin-top: 3%;
    margin-right: 3%;
  }

  .sporthilfe {
    justify-content: center;
    width: 90vw;
    height: 350px;
    margin-top: 0;
  }

  .sporthilfe.right-bar {
    border-top: 1px #000;
    border-bottom: 2px solid var(--medium-turquoise);
    justify-content: center;
    height: 350px;
    margin-top: 0;
  }

  .body-3 {
    min-height: auto;
  }

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

  .steiner-mob-div {
    flex-direction: column;
    width: 90vw;
    height: 100%;
    display: flex;
  }

  .step-2-1100 {
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: auto;
    padding: 10% 8%;
  }

  .step-2-1100.last {
    height: auto;
  }

  .scoll-wrap-50 {
    z-index: 1;
    height: 100%;
    bottom: 50%;
  }

  .scoll-wrap-60 {
    z-index: 1;
    height: 100%;
    display: none;
    bottom: 50%;
  }

  .tv-titel {
    font-size: 7rem;
  }

  .tv-titel._3-up {
    font-size: 6rem;
  }

  .partner-divider-section-tv.title {
    height: 30vh;
  }

  .partner-divider-section-tv.title.bottom {
    height: 25vh;
    min-height: 250px;
  }

  .partner-divider-section-30-mb.title {
    height: 25vh;
  }

  .heading-medienberichte-mb {
    font-size: 4.5rem;
  }

  .scoll-wrap-top-mb {
    z-index: 1;
    height: 100%;
    display: none;
    bottom: 50%;
  }

  .scroll-animate-mb-2 {
    height: 100%;
  }

  .scoll-wrap-06, .scoll-wrap-05, .scoll-wrap-07 {
    z-index: 1;
    height: 100%;
    display: none;
    bottom: 50%;
  }

  .divider-paris.center {
    height: 20vh;
  }

  .background-video-copy {
    justify-content: flex-end;
    display: flex;
  }

  .background-video-20-center {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .background-video-center-team {
    justify-content: center;
    display: flex;
  }

  .third-article {
    z-index: 22;
    height: auto;
    min-height: 100vh;
    display: none;
    position: relative;
  }

  .button-close-3 {
    width: 64px;
    margin-top: 60px;
    margin-right: 40px;
  }

  .heading-20 {
    letter-spacing: -.2vh;
    font-size: 65px;
    font-weight: 300;
  }

  .card-inner-2 {
    display: none;
  }

  .paragraph-8 {
    font-weight: 300;
  }

  .divider-circle-4 {
    width: 12px;
    height: 12px;
  }

  .text-block-60 {
    margin-bottom: 15px;
  }

  .rich-text {
    font-weight: 300;
  }

  .inner-container-2 {
    height: 120vh;
  }

  .second-article {
    z-index: 21;
    display: none;
    position: relative;
  }

  .heading-02 {
    letter-spacing: -.2vh;
    font-size: 65px;
    font-weight: 300;
  }

  .first-article {
    display: none;
  }

  .sec-coreteam {
    flex-direction: column;
  }

  .section-content-2 {
    display: flex;
  }

  .heading-03 {
    color: #fff;
    letter-spacing: -.2vh;
    font-size: 55px;
    font-weight: 300;
    display: flex;
  }

  .heading-03._02, .heading-03._01 {
    font-size: 60px;
    display: none;
  }

  .scoll-wrap-105 {
    z-index: 1;
    height: 100%;
    display: none;
    bottom: 50%;
  }

  .scoll-wrap-501 {
    z-index: 1;
    height: 100%;
    bottom: 50%;
  }

  .scoll-wrap-jg-top {
    z-index: 1;
    height: 100%;
    display: none;
    bottom: 50%;
  }

  .scoll-wrap-jg-top-mob {
    z-index: 1;
    height: 100%;
    display: flex;
    bottom: 50%;
  }

  .button-close-4 {
    width: auto;
  }

  .par-video-3-3 {
    display: none;
  }

  .okb-grid-mob {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto 277px;
    grid-template-columns: 100%;
    grid-auto-columns: auto;
    height: auto;
    min-height: auto;
    display: flex;
  }

  .okb-mob-div {
    flex-direction: column;
    width: 90%;
    display: flex;
  }

  .kibag-mob-div {
    width: 90vw;
    display: flex;
  }

  .par-vid-steiner {
    width: 100%;
    height: 350px;
    min-height: 300px;
  }

  .kibag-grid-2 {
    grid-template-rows: auto auto auto minmax(291px, 1.75fr) auto;
    grid-template-columns: 100%;
    grid-auto-columns: auto;
    height: auto;
    min-height: auto;
    margin-bottom: 0;
  }

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

  .kibag-header-vid-1-2 {
    height: 100%;
  }

  .url-link-2 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .text-de {
    font-size: 15px;
  }

  .html-embed-15 {
    width: 0;
    min-width: 0;
    max-width: 0;
    height: 0;
    min-height: 0;
    max-height: 0;
    overflow: hidden;
  }

  .mobil-wg-element {
    justify-content: center;
    width: 100%;
    margin-top: 0;
  }

  .scoll-wrap-jg-top-mob-copy {
    z-index: 1;
    height: 100%;
    display: flex;
    bottom: 50%;
  }

  .scroll-animate-jeannine-copy {
    bottom: 98px;
  }

  .heading-srf-dok {
    font-size: 4.5rem;
  }

  .srfdok-lead {
    width: 80%;
    line-height: 24px;
  }

  .srfdok-title-lead {
    line-height: 30px;
  }

  .video-div {
    height: 400px;
    margin-top: 20px;
  }

  .container-14 {
    padding-bottom: 0;
  }

  .youtube-icon-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .spenden-txt {
    width: 90%;
    max-width: 90%;
  }

  .paypalme, .iban, .twint {
    width: 90%;
    margin-top: 20px;
  }

  .image-2040 {
    max-width: 90%;
  }

  .bepartofit-div {
    margin-top: 0;
  }

  .image-2044 {
    cursor: pointer;
  }

  .banner-header-coreteam-partner {
    width: 100%;
    font-size: 1.6rem;
    line-height: 5vw;
  }

  .section-partner-leuag {
    flex-direction: column;
    min-height: 1800px;
  }

  .unterst-tzer-div {
    justify-content: center;
    width: 90vw;
    height: 350px;
    margin-top: 0;
  }

  .unterst-tzer-div.right-bar {
    border-top: 1px #000;
    border-bottom: 2px solid var(--medium-turquoise);
    justify-content: center;
    height: 350px;
    margin-top: 0;
  }

  .unterst-tzer-div.title-2-zeilig.bottombar {
    border-bottom: 2px solid var(--medium-turquoise);
  }

  .gmelin-play-video-radio-button, .video-radio-button-copy {
    width: 75vw;
  }

  .grey-box {
    height: auto;
    min-height: 100px;
    margin-top: 0;
    padding: 20px;
  }

  .right-column {
    margin-top: 0;
    padding-left: 0;
  }

  .paragraph-9 {
    font-size: 12px;
    line-height: 16px;
  }

  .left-column {
    flex-direction: column;
    align-items: center;
    height: 100%;
    margin-top: 0;
    padding-right: 0;
    display: none;
  }

  .foto-01 {
    height: 100%;
    display: none;
  }

  .about-01 {
    padding-top: 0;
  }

  .row {
    flex-direction: column;
    justify-content: space-between;
    height: 900px;
    min-height: auto;
    margin-top: 20px;
    margin-bottom: 0;
    padding-top: 0;
    display: flex;
  }

  .div-block-295 {
    width: 90%;
    line-height: 18px;
  }

  .column {
    margin-top: 20px;
    padding: 0;
  }

  .contact-form {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .det-01-sec {
    padding-top: 0;
    padding-bottom: 20px;
    display: flex;
  }

  .det-01-sec.soul-sync {
    justify-content: flex-start;
    padding-bottom: 20px;
  }

  .about-photo-2 {
    height: 600px;
    margin-top: 0;
  }

  .about-02 {
    min-height: auto;
    padding-top: 0;
  }

  .about-03 {
    padding-top: 0;
  }

  .about-photo {
    height: 250px;
    display: none;
  }

  .about-photo-3 {
    height: 250px;
    margin-top: 0;
  }

  .about-04 {
    padding-top: 0;
  }

  .about-photo-4 {
    height: 600px;
    margin-top: 0;
  }

  .det-02-sec, .det-03-sec, .det-04-sec {
    padding-top: 20px;
    padding-bottom: 20px;
    display: none;
  }

  .text-block-details--2 {
    font-family: Montserrat, sans-serif;
    line-height: 28px;
  }

  .grey-box-02 {
    height: auto;
    min-height: 100px;
    margin-top: 0;
    padding: 20px;
  }

  .link-block-2 {
    display: flex;
  }

  .image-2046 {
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: inline-block;
  }

  .grey-box-copy {
    height: auto;
    min-height: 100px;
    margin-top: 0;
    padding: 20px;
    display: flex;
  }

  .about-01-grid {
    grid-row-gap: 8px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    padding-left: 15vw;
    padding-right: 15vw;
  }

  .about-03-grid {
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-02-grid {
    object-fit: scale-down;
    padding-left: 20px;
    padding-right: 20px;
    overflow: visible;
  }

  .about-04-grid {
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-01-sec.angebot {
    padding-top: 0;
  }

  .about-01-sec.angebot.soul-sync {
    margin-top: 0;
    padding-top: 0;
  }

  .about-01-sec.angebot.move-space {
    height: auto;
    padding-top: 60px;
  }

  ._200-meter-titel {
    font-size: 7rem;
  }

  .ruecktritt-title, .ruecktritt-text {
    background-color: var(--white);
    text-align: center;
    margin-top: 0;
    margin-bottom: 96px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  ._2000-meteroberzeile {
    font-size: 7rem;
  }

  .step-block-2021-copy {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    min-height: auto;
    margin-bottom: 0;
  }

  .medien-step-block-2023 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 110vh;
  }

  .median-step-block-2023 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    min-height: auto;
    margin-bottom: 0;
  }

  .scoll-wrap-2023 {
    z-index: 1;
    height: 100%;
    display: none;
    bottom: 50%;
  }

  .dot-2-023 {
    z-index: 99;
    order: 2;
    align-self: center;
    margin-bottom: 0;
    display: none;
    position: absolute;
    bottom: 50%;
  }

  .img-vision {
    height: auto;
  }

  .text-block-66 {
    margin-left: 15%;
    margin-right: 15%;
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
  }

  .div-block-298 {
    padding-bottom: 20px;
  }

  .comeback-txt-small {
    font-size: 12px;
  }

  .comeback-txt-small.left {
    margin-top: 22px;
  }

  .comeback-txt-small.fliess {
    margin-top: 0;
    font-size: 18px;
    line-height: 30px;
  }

  .grid-8 {
    grid-template-columns: 1fr;
  }

  .div-lead-news {
    justify-content: space-around;
    padding-bottom: 40px;
  }

  .ham-close-btn {
    display: none;
    position: relative;
  }

  .ham-open-btn {
    display: flex;
    position: relative;
  }

  .ham-open-but {
    backface-visibility: visible;
    background-color: #b7edf7;
    border-radius: 0%;
    width: 64px;
    height: 64px;
  }

  .mainheading {
    text-align: right;
    margin-right: 10%;
    padding-top: 0;
    padding-right: 0;
  }

  .mainheading.subline {
    padding-top: 0;
    padding-right: 0;
    font-size: 3svw;
    line-height: 20px;
  }

  .mainheading.angebot {
    text-align: center;
    margin-top: 0;
    padding-top: 0;
    padding-right: 0;
    font-size: 2.5svw;
  }

  .mainheading.kontakt {
    margin-top: 0;
    padding-top: 0;
    padding-right: 0;
  }

  .mainheading.home {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 10px;
    font-size: 2.5svw;
  }

  .mainheading.impressum {
    width: auto;
    margin-right: 15%;
    padding-top: 0;
    padding-right: 0;
  }

  .start-hero-sec {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .start-hero-sec.home {
    padding-top: 10px;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .start-hero-sec.meine-ruderwelt {
    padding-bottom: 100px;
  }

  .monserrat-16-fst {
    font-size: 15px;
    line-height: 24px;
  }

  .angebote-titel-sec {
    height: 100px;
    margin-bottom: 0;
  }

  .angebot-heading {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 24px;
  }

  .text-block-69.oben-rechts, .text-block-69.unten-rechts, .text-block-69.oben-links, .text-block-69.unten-links {
    font-size: 18px;
    line-height: 30px;
  }

  .mobile-nav-wrapper {
    justify-content: space-between;
    align-items: center;
    width: 100vw;
    height: 160px;
    display: flex;
  }

  .mobile-nav-main-menu-entry-3 {
    color: #fff;
    text-align: center;
    padding-top: 8%;
    padding-bottom: 8%;
    font-size: 32px;
  }

  .mobile-nav-main-menu-entry-3:hover {
    color: #1cdae7;
  }

  .mob-nav-menu-3 {
    z-index: 99;
    background-color: #183047;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
    display: flex;
    position: fixed;
    inset: 0%;
  }

  .mobile-navbar-2 {
    z-index: 3333;
    opacity: .88;
    object-fit: fill;
    background-color: #fff;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    width: 100vw;
    height: 160px;
    display: flex;
    position: fixed;
    inset: 0% 0% auto;
  }

  .open-btn-3 {
    display: flex;
    position: relative;
  }

  .div-block-302 {
    justify-content: center;
    align-items: center;
    width: auto;
    margin-left: 59px;
    display: flex;
  }

  .div-block-302:hover {
    color: #1cdae7;
  }

  .dropdown--wrapper--mob-2 {
    text-align: center;
    width: auto;
    display: inline-block;
  }

  .dropdown-list-4 {
    width: 100vw;
  }

  .dropdown-list-4.w--open {
    overflow: hidden;
  }

  .mob-nav-upper-right-wrapper-2 {
    flex-direction: column;
    flex: 0 auto;
    justify-content: space-between;
    align-self: auto;
    width: auto;
    height: 100vh;
    max-height: 100px;
    margin-right: 20px;
    padding-top: 10px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: relative;
    inset: 0% 0% auto auto;
  }

  .icon-3 {
    color: #fff;
    margin-left: 0;
    margin-right: 0;
    padding-left: 12px;
    font-size: 20px;
    position: static;
  }

  .icon-3:hover {
    color: #1cdae7;
  }

  .div-block-303 {
    display: none;
  }

  .mob-navbar-title {
    display: flex;
  }

  .open-btn-4 {
    display: flex;
    position: relative;
  }

  .mob-nav-upper-right-wrapper-3 {
    flex-direction: column;
    flex: 0 auto;
    justify-content: space-between;
    align-self: auto;
    width: auto;
    height: 100vh;
    max-height: 100px;
    margin-right: 20px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    position: relative;
    inset: 0% 0% auto auto;
  }

  .open-btn-5 {
    display: flex;
    position: relative;
  }

  .dropdown--wrapper--mob-3 {
    text-align: center;
    width: auto;
    display: none;
  }

  .mob-nav-menu-4 {
    z-index: 99;
    background-color: #645555;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
    display: flex;
    position: fixed;
    inset: 0%;
  }

  .lang-switcher-de-en-3:hover {
    color: #ff6640;
  }

  .mobile-nav-main-menu-entry-4 {
    color: #fff;
    text-align: center;
    padding-top: 5%;
    padding-bottom: 5%;
    font-size: 32px;
  }

  .mobile-nav-main-menu-entry-4:hover {
    color: #ff6640;
  }

  .mobile-nav-main-menu-entry-4.current {
    color: #b2a124;
  }

  .open-btn-6 {
    display: flex;
    position: relative;
  }

  .div-block-304 {
    justify-content: center;
    align-items: center;
    width: auto;
    margin-left: 59px;
    display: flex;
  }

  .div-block-304:hover {
    color: #1cdae7;
  }

  .dropdown-list-5 {
    width: 100vw;
  }

  .dropdown-list-5.w--open {
    overflow: hidden;
  }

  .mob-nav-upper-right-wrapper-4 {
    flex-direction: column;
    flex: 0 auto;
    justify-content: space-between;
    align-self: auto;
    width: auto;
    height: 100vh;
    max-height: 100px;
    margin-right: 20px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    position: relative;
    inset: 0% 0% auto auto;
  }

  .dropdown--wrapper--mob-4 {
    text-align: center;
    width: auto;
    display: none;
  }

  .mob-nav-menu-5 {
    z-index: 99;
    background-color: #645555;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
    display: flex;
    position: fixed;
    inset: 0%;
  }

  .lang-switcher-de-en-4:hover {
    color: #ff6640;
  }

  .mobile-nav-main-menu-entry-5 {
    color: var(--white);
    text-align: center;
    padding-top: 5%;
    padding-bottom: 5%;
    font-size: 32px;
  }

  .mobile-nav-main-menu-entry-5:hover {
    color: #ff6640;
  }

  .mobile-nav-main-menu-entry-5.current {
    color: #b2a124;
  }

  .open-btn-7 {
    display: flex;
    position: relative;
  }

  .mainheader {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .mainheadermobile-vertical {
    display: none;
  }

  .ribbon-sechome {
    padding-top: 20px;
  }

  .ribbon-sechome.bottom {
    height: 15vw;
  }

  .ribbon-sechome.event, .ribbon-sechome.instagram {
    padding-top: 20px;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .ribbon-sechome.kooperationen, .ribbon-sechome.move-space.ribbon {
    height: 15vw;
  }

  .ribbon-sechome.kontakt {
    display: flex;
  }

  .text-block-73 {
    color: var(--white);
    padding-bottom: 0;
    font-size: 3em;
  }

  .botton-wave-div {
    background-color: var(--zambezi);
    outline-color: var(--jg-soul-sync);
    outline-offset: 4px;
    outline-width: 2px;
    outline-style: none;
    height: 8vw;
    font-size: 14px;
  }

  .botton-wave-div.home {
    height: 8vw;
  }

  .botton-wave-div.events, .botton-wave-div.news {
    height: 8vw;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .botton-wave-div.jeannine {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .botton-wave-div.kooperationen, .botton-wave-div.move-space, .botton-wave-div.vision-hub {
    height: 8vw;
  }

  .work-sec.mit-video {
    height: auto;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .text-block-75 {
    width: 100%;
    padding-bottom: 0;
  }

  .text-div {
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
  }

  .left-arrow-wrap {
    left: -90%;
  }

  .lead._20pt {
    width: auto;
  }

  .button-4 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .button-4.top-padding {
    display: inline-block;
  }

  .client-slider {
    width: 30%;
  }

  .tab-drop-heading.top {
    white-space: nowrap;
    border-bottom-width: 0;
  }

  .right-arrow-wrap {
    right: -90%;
  }

  .car-slide-txt {
    width: 100%;
  }

  .website-panel.trislider {
    width: 110%;
  }

  .hero--txt-div-copy {
    max-width: 75vw;
  }

  .zt-green-churro.olympia {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .meine-ruderwelt-titel {
    font-size: 16px;
    line-height: 20px;
  }

  .meine-ruderwelt-titel.mit-subtitel {
    font-size: 14px;
  }

  .meine-ruderwelt-titel.zt-white-28-pt {
    font-size: 24px;
    line-height: 30px;
  }

  .insta-cont-wrapper {
    width: 100%;
  }

  .erfolge-sec {
    padding-top: 0;
  }

  .txt-platzierung-3 {
    font-size: 15px;
  }

  .ring-wrapper-detail-page-2 {
    width: 100vw;
    height: 50vw;
  }

  .h2-milestones-2 {
    font-size: 2em;
  }

  .jg-milesotnes-2 {
    width: 50vw;
    height: 50vw;
  }

  .div-block-310 {
    border-width: 20px;
  }

  .h2-von-bis-2 {
    font-size: 2rem;
  }

  .ruderwelt---txt-left, .ruderwelt---txt-left.first, .ruderwelt---txt-right {
    width: 100%;
    font-size: 16px;
    line-height: 26px;
  }

  .right-arrow-wrap-2 {
    right: -29px;
  }

  .left-arrow-wrap-2 {
    left: -29px;
  }

  .left-arrow-wrap-3 {
    left: -90%;
  }

  .button-5 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .button-5.top-padding {
    display: inline-block;
  }

  .work-slider {
    width: 30%;
  }

  .right-arrow-wrap-3 {
    right: -90%;
  }

  .work-car-thin-txt.top, .work-card_at-txt.top {
    white-space: nowrap;
    border-bottom-width: 0;
  }

  .medien-sec.tv {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .video-div-tv {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .div-txt-01-angebot {
    padding-top: 0;
  }

  .ribbon-txt-markenbotschafterin {
    padding-bottom: 10px;
    font-size: 2em;
  }

  .bluebox-vision {
    justify-content: space-between;
    align-items: center;
    height: auto;
    min-height: 100px;
    margin-top: 0;
    padding: 20px 20px 60px;
  }

  .bluebox-vision.soul {
    height: auto;
  }

  .paragraph-15 {
    font-size: 16px;
    line-height: 24px;
  }

  .grey-box-3, .grey-box-4, .grey-box-5 {
    height: auto;
    min-height: 100px;
    margin-top: 0;
    padding: 20px;
  }

  .tab-dropdown-2 {
    color: #fff;
    text-align: left;
    letter-spacing: 1px;
    cursor: pointer;
    background-color: #5f8cb6;
    background-image: url('../images/dropdown-icon.svg');
    background-position: 95%;
    background-repeat: no-repeat;
    background-size: 20px;
    border-radius: 3px;
    justify-content: center;
    align-items: center;
    height: 60px;
    padding-top: 0;
    padding-left: 20%;
    padding-right: 20%;
    font-size: 18px;
    font-weight: 800;
    display: flex;
  }

  .tab-dropdown-2:hover {
    background-color: #183047;
  }

  .tab-link-tab-2-9 {
    width: 100%;
    height: 100px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .tab-link-tab-2-9:hover {
    background-color: #c1eeee;
  }

  .tabs-content-3 {
    background-color: #6aa0bf21;
    border-bottom-width: 3px;
    border-bottom-color: #70d6dd;
    margin-top: 0;
    padding: 0 40px 25px;
  }

  .tab-link-tab-1-7 {
    border-top-left-radius: 0;
    width: 100%;
  }

  .tab-link-tab-1-7:hover {
    background-color: #c1eeee;
  }

  .tab-link-tab-1-7.w--current {
    border-top-left-radius: 0;
    width: 100%;
    height: 100px;
    display: flex;
  }

  .text-block-83 {
    color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 0;
    display: flex;
  }

  .text-block-83:hover {
    color: #fff;
  }

  .tab-link-tab-3-2 {
    border-top-right-radius: 0;
    width: 100%;
    height: 100px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .tab-link-tab-3-2:hover {
    background-color: #c1eeee;
  }

  .tab-link-tab-3-2.w--current {
    border-top-right-radius: 0;
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .tabs-dropdown-01-mob-titel-2 {
    text-align: center;
    background-color: #c1eeee;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60px;
    margin-bottom: 60px;
    padding-bottom: 0;
    display: flex;
  }

  .text-block-85 {
    text-align: left;
    font-size: 20px;
    font-weight: 400;
    display: block;
  }

  .image-2067 {
    width: 100%;
  }

  .core-twam-hike-text-wrapper-2 {
    width: 100%;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .par-mobile-small-2 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .vierwelten-title {
    text-align: left;
    font-size: 20px;
  }

  .titel-wave-jaine._10 {
    padding-bottom: 10px;
  }

  .jean-hero-sec-copy {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .jean-step2phots {
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: auto;
    padding: 3%;
  }

  .jean-step2phots.last {
    height: auto;
  }

  .jean-blok01 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    position: static;
  }

  .image-2068 {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
  }

  .image-2069 {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
  }

  .jean-nohmrjean {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .vision-text-down {
    width: 90%;
    line-height: 18px;
  }

  .columns-4 {
    padding-top: 0;
  }

  .div-block-316, .div-block-317, .div-block-318 {
    width: 90%;
    line-height: 18px;
  }

  .zt-green-2000-meterh {
    width: 100%;
  }

  .home-intor-txt {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 22px;
  }

  .home-intor-txt.ruderwelt {
    font-size: 15px;
    line-height: 22px;
  }

  .swissolimpcwrapper {
    color: var(--white);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 0;
    display: flex;
  }

  .swissolimpcwrapper:hover {
    color: var(--white);
  }

  .step-content-block-swis-olyc {
    z-index: 2;
    flex-flow: row;
    order: -1;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: auto;
    min-height: auto;
    margin-top: 0;
    margin-bottom: 60px;
    padding-bottom: 0;
    display: flex;
  }

  .step-content-block-swis-olyc.vertical {
    flex-flow: row;
  }

  .text-block-swis-olympic {
    font-size: 18px;
    line-height: 30px;
  }

  .olympia-logo {
    margin-top: 5px;
  }

  .exekutivrat-div {
    flex-flow: column-reverse;
    align-items: flex-start;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .exekutivrat-div.reverse {
    flex-flow: column;
  }

  .en-txt {
    font-size: 15px;
  }

  .itc-link {
    font-size: 2.5vw;
  }

  .left-arrow-wrap-4 {
    left: -90%;
  }

  .client-slider-4-cars {
    width: 30%;
  }

  .right-arrow-wrap-4 {
    right: -90%;
  }

  .car-slide-txt-2 {
    width: 100%;
  }

  .left-arrow-wrap-5 {
    left: -90%;
  }

  .client-slider-3 {
    width: 30%;
  }

  .tab-drop-heading-3.top {
    white-space: nowrap;
    border-bottom-width: 0;
  }

  .right-arrow-wrap-5 {
    right: -90%;
  }

  .car-slide-txt-3 {
    width: 100%;
  }

  .koopeettion-ec {
    flex-direction: column;
    height: auto;
    padding-top: 40px;
    padding-left: 5vw;
    padding-right: 5vw;
    display: flex;
  }

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

  .leaddim-gry-5-pt {
    font-size: 20px;
    line-height: 30px;
  }

  .dachmarke-video {
    width: 100vw;
    height: auto;
    display: flex;
  }

  .text-block-75-margin-top100 {
    text-align: left;
    justify-content: flex-start;
    font-size: 16px;
    line-height: 28px;
    display: block;
  }

  .text-block-75-margin-top100.zitat {
    padding-right: 10vw;
  }

  .text-block-75-margin-top100.robs-hood {
    justify-content: center;
    align-items: flex-start;
  }

  .erfolge-cont {
    padding: 0 0;
  }

  .titel-meineruderwelt {
    color: var(--white);
    padding-bottom: 10px;
  }

  .container-2000-m {
    margin-top: 0;
  }

  .menu-passion-div {
    justify-content: space-between;
    align-items: flex-end;
    width: 40%;
  }

  .text-block20-20-vw {
    padding-top: 0;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  ._4-marken-vid-div {
    width: 90vw;
    position: static;
  }

  .paragraph-18-white-font {
    font-size: 15px;
    line-height: 22px;
  }

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

  .large-service-button-vision {
    width: 22rem;
    height: 22rem;
  }

  .service-button-header, .service-button-header-2 {
    font-size: 1.75rem;
  }

  .bubble-wrap.robs, .bubble-wrap.vision, .bubble-wrap.move, .bubble-wrap.soul {
    padding: 20px;
  }

  .double-bubble-wrap {
    flex-flow: column;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .large-service-button-soul, .large-service-button-move-space, .large-service-button-robs {
    width: 22rem;
    height: 22rem;
  }

  .video-vision {
    width: 100%;
    height: 110vw;
  }

  .angebot-top-4-logos-cont.vision-hub {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: auto;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .angebot-top-4-logos-cont.soul-sync {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 25% 25% 1fr 1fr;
    height: auto;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .angebot-top-4-logos-cont.move-space {
    height: auto;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .angebot-top-4-logos-cont.robs-hood {
    padding-top: 0;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .image-2080.active, .image-2080.non-active {
    height: 75%;
  }

  .background-video-soul.move-space {
    height: 100%;
  }

  .move-space {
    height: 110vw;
  }

  .menu-big {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .menu-header-txtr._4, .menu-header-txtr._2, .menu-header-txtr._1, .menu-header-txtr._3, .menu-header-txtr._5, .menu-header-txtr._4, .menu-header-txtr._2, .menu-header-txtr._1, .menu-header-txtr._3 {
    font-size: 5.5vw;
  }

  .menu-cont {
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
  }

  .hover-headers-wrapp {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .menu-div, .menu-div.menu-orange, .menu-button-2, .close-button {
    font-size: 2vw;
  }

  .header-txt._1 {
    font-size: 6vw;
  }

  .header-txt._2 {
    font-size: 5vw;
  }

  .button-los-gehts-soul.button-move-space {
    background-color: var(--jg-move-space);
    outline-color: var(--jg-move-space);
  }

  .button-los-gehts-soul.button-move-space:hover {
    background-color: var(--tomato);
    outline-color: var(--tomato);
  }

  .nl-txt-div {
    flex-flow: column;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .nl-fields-div {
    flex-flow: column;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .text-div {
    padding-top: 40px;
    font-size: 15px;
    line-height: 22px;
  }

  .menu-div-2 {
    font-size: 2vw;
  }

  .jg-open-menu {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .form-lname {
    color: var(--white);
    padding-bottom: 0;
  }

  .sende-but-kontakt {
    width: 150px;
    height: 150px;
  }

  .text-divsrf-dok {
    padding-bottom: 0;
  }

  .text-block-detailsangebot {
    font-size: 16px;
    line-height: 28px;
  }

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

  .cont-koborainen, .cont-swiss-opylpicsr {
    padding-left: 0%;
    padding-right: 0%;
  }

  .exekutivrat-div-copy {
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: stretch;
    height: auto;
  }

  .column-6 {
    padding-top: 40px;
  }

  .cont-exekutiv {
    padding-left: 0%;
    padding-right: 0%;
  }

  .soul-syncbg-video-wrap {
    height: 110vw;
  }

  .img-soulsync {
    height: auto;
  }

  .det-01-secmove-space {
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .det-01-secmove-space.move-space {
    height: auto;
    padding-bottom: 20px;
  }

  .koopeettion-ec-2 {
    flex-direction: column;
    padding-top: 20px;
    padding-left: 5vw;
    padding-right: 5vw;
    display: flex;
  }

  .text-block-swis-olympic-2 {
    font-size: 18px;
    line-height: 30px;
  }

  .text-blockbod {
    font-size: 16px;
  }

  .homebubble-wrap, .homebubble-wrap.mobile {
    grid-template-columns: 1fr;
  }

  .sec-blowouts {
    height: auto;
  }

  .kleeblatt-grid {
    grid-template-columns: 50%;
    max-width: none;
    height: auto;
    max-height: none;
    display: none;
  }

  .quote-or-div.or {
    min-width: auto;
    min-height: auto;
  }

  .quote-or-div.ol {
    height: 100vw;
  }

  .quote-or-div.ol.mobile {
    height: 100%;
  }

  .quote-or-div._02-mob {
    background-color: var(--move-space-light);
    border-top-right-radius: 0%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 0%;
    justify-content: flex-start;
    align-items: flex-end;
    width: 80vw;
    height: 80vw;
    margin-top: 10px;
    padding-top: 100px;
    padding-bottom: 0;
    padding-right: 60px;
  }

  .quote-or-div._01-mob {
    background-color: var(--move-space-light);
    width: 80vw;
    height: 80vw;
    padding-bottom: 100px;
    padding-right: 60px;
  }

  .quote-or-div.mob-03 {
    background-color: var(--move-space-light);
    border-top-left-radius: 0%;
    justify-content: center;
    align-items: flex-start;
    width: 80vw;
    height: 80vw;
    margin-top: 10px;
    padding-left: 60px;
    padding-right: 0;
  }

  .quote-or-div._04-mob {
    background-color: var(--move-space-light);
    border-top-right-radius: 0%;
    border-bottom-right-radius: 50%;
    justify-content: flex-start;
    align-items: flex-end;
    width: 80vw;
    height: 80vw;
    margin-top: 10px;
    padding-top: 100px;
    padding-right: 60px;
  }

  .quote-or-div.ol-copy {
    height: 100vw;
  }

  .quote-txt-or.ol {
    justify-content: center;
    align-items: flex-end;
    width: 90%;
    padding-top: 10px;
  }

  .quote-txt-or._02-mob {
    text-align: right;
    justify-content: flex-start;
    align-items: flex-end;
    width: 90%;
    padding-top: 10px;
    line-height: 24px;
  }

  .quote-txt-or._03-mob {
    width: 90%;
    padding-top: 10px;
    line-height: 24px;
  }

  .quote-txt-or.mob-04 {
    text-align: right;
    padding-top: 10px;
    font-weight: 300;
    line-height: 24px;
  }

  .quote-txt-or._01-mob {
    padding-top: 10px;
    line-height: 24px;
  }

  .main-menu-entry {
    font-weight: 500;
  }

  .main-menu-entry.jeannine {
    font-size: 4vw;
  }

  .main-menu-entry.jeannine.sub {
    padding-top: 5px;
    padding-left: 40px;
    font-size: 2.5vw;
  }

  .main-menu-entry.jeannine.sub-sub {
    padding-top: 5px;
    padding-left: 60px;
    font-size: 2.5vw;
  }

  .main-menu-entry.behindethescene {
    font-size: 4vw;
  }

  .main-menu-entry.home {
    font-size: 4vw;
    font-weight: 500;
  }

  .text-block-92 {
    font-size: 15px;
    line-height: 22px;
  }

  .text-divhero-home {
    padding-top: 40px;
    font-size: 15px;
    line-height: 22px;
  }

  .text40-top-mg {
    font-size: 15px;
    line-height: 22px;
  }

  .kleeblatt-gridmobile {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-rows: minmax(100%, 100%) minmax(100%, 100%);
    grid-template-columns: 100%;
    grid-auto-columns: 1fr;
    max-width: none;
    height: auto;
    max-height: none;
    display: grid;
  }

  .div-block-327 {
    width: 100vw;
    height: 100vw;
  }

  .kleeblatt-divmobile {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: auto;
    padding: 10vw;
    display: flex;
  }

  .italic-text, .italic-text-2 {
    font-size: 20px;
  }

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

  .text-div-copy {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  ._01-circle-button, .large-service-button-visionmobile {
    width: 22rem;
    height: 22rem;
  }

  .title-in-bar {
    color: var(--white);
    text-align: center;
    padding-bottom: 0;
    font-size: 1.75em;
  }

  .move-text-top {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .robs-text-top, .robs-text-down, .move-text-down, .soul-text-down {
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
  }

  .brand-2 {
    width: 40%;
    padding-left: 0;
  }

  .image-2083 {
    width: 120px;
    margin-top: 0;
  }

  .left-pop-out-menu-2 {
    padding-left: 30vw;
    display: none;
  }

  .nav-link-menu-left-2 {
    font-weight: 500;
  }

  .nav-link-menu-left-2.jeannine {
    font-size: 4vw;
  }

  .nav-link-menu-left-2.jeannine.sub {
    padding-top: 5px;
    padding-left: 40px;
    font-size: 2.5vw;
  }

  .nav-link-menu-left-2.jeannine.sub-sub {
    padding-top: 5px;
    padding-left: 60px;
    font-size: 2.5vw;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link-5 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .menu-left {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    width: 100vw;
    height: auto;
    padding: 20px;
  }

  .menu {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    inset: 0% 0% auto auto;
  }

  .overlay-2 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100vh;
  }

  .socials {
    display: none;
  }

  .showreel-title.project {
    font-size: 18px;
  }

  .menu-bg {
    display: block;
  }

  .link-3, .link-3.w--current {
    font-size: 48px;
  }

  .open-menu-but {
    justify-content: center;
    align-items: center;
  }

  .link-4, .link-4.w--current {
    font-size: 48px;
  }

  .close-menu-but {
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .sticky-nav {
    padding: 0;
  }

  .nav-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 100px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link {
    border-top: 1px solid #c4c4c4;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image {
    width: 100px;
    height: auto;
    margin-top: 20%;
    margin-left: 10%;
  }

  .nav-bar-container {
    height: 80vw;
  }

  .nav-bar-container.home {
    height: 120vw;
  }

  .left-pop-out-menu {
    padding-top: 100px;
    padding-left: 15vw;
    display: flex;
  }

  .navbar-wrapper {
    align-items: flex-start;
  }

  .open-btn {
    width: 66px;
    height: 66px;
    padding: 8px 15px;
    display: flex;
  }

  .hamburger.js-hover-hamburger {
    width: 66px;
    height: 66px;
    margin-bottom: 0;
    display: flex;
    top: 0;
    right: 0;
  }

  .hamburger.js-hover {
    margin-top: 0;
    position: static;
    top: 25px;
    right: 25px;
  }

  .close-btn {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border: 1px solid var(--white);
    width: 66px;
    height: 66px;
    margin-bottom: 0;
    padding-top: 12px;
    padding-bottom: 8px;
    display: none;
  }

  .brand.w--current {
    justify-content: flex-end;
    align-items: center;
    width: 40%;
    height: 100%;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .nav-link-menu-left {
    font-size: 7vw;
  }

  .nav-link-menu-left.jeannine {
    font-size: 7vw;
    font-weight: 400;
  }

  .nav-link-menu-left.jeannine.sub {
    padding-left: 20px;
    font-size: 5vw;
    line-height: 7vw;
  }

  .nav-link-menu-left.jeannine.sub-sub {
    padding-left: 40px;
    font-size: 4vw;
    line-height: 7vw;
  }

  .nav-link-menu-left.behindethescene {
    font-size: 7vw;
  }

  .nav-link-menu-left.home {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 7vw;
  }

  .right-pop-out-menu, .submenu-02-jeannine {
    display: none;
  }

  .wg-dropdown-1-link {
    width: 75px;
    height: 75px;
    font-size: 3em;
  }

  .wg-dd-1-togle-3 {
    width: 75px;
    height: 75px;
    font-size: 1.5em;
  }

  .wg-element {
    height: 25%;
  }

  .nav-upper-right-wrapper {
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 20px;
    padding-top: 0;
  }

  .meine-erfolge-title {
    font-size: 3em;
  }

  .erfolge-bubble-year {
    font-size: 2.5em;
  }

  .erfolge-bubble-year._2003 {
    height: 50px;
    font-size: 2em;
    line-height: 2vh;
  }

  .box.is--1, .box.is--2 {
    width: 12em;
    height: 12em;
  }

  .box.is--3 {
    width: 12em;
    height: 12em;
    margin-top: 64vh;
    margin-left: 18em;
  }

  .box.is--4 {
    width: 12em;
    height: 12em;
    margin-top: 26vh;
    margin-left: 8.8em;
  }

  .box.is--6 {
    width: 12em;
    height: 12em;
    margin-top: 85vh;
    margin-left: 2.4em;
  }

  .box.is--5 {
    width: 12em;
    height: 12em;
    margin-top: 47vh;
    margin-left: 2.5em;
  }

  .box.is--7, .box.is--8, .box.is--9, .box.is--10 {
    width: 12em;
    height: 12em;
    margin-top: 66vh;
    margin-left: 3.6em;
  }

  .modal-close-button-wrapper {
    width: 50px;
    height: 50px;
    margin-top: 3%;
    margin-right: 3%;
  }

  .paragraph-2 {
    font-size: 1.3em;
  }

  .h2 {
    text-align: center;
    font-size: 2em;
    line-height: 100%;
  }

  .cards-grid-container {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-erfolge-platzierung {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .div-block-erfolge-platzierung.bg-ice {
    justify-content: center;
    width: 92vw;
    padding-top: 10px;
    padding-left: 20px;
  }

  .div-block-erfolge-platzierung.bg-ice.subtitle-year {
    width: 92vw;
  }

  .txt-platzierung {
    margin-bottom: 10px;
  }

  .erfolg-text {
    font-size: 1rem;
  }

  .smallyear-link-left {
    width: 6em;
  }

  .div-block-250 {
    border-width: 12px;
  }

  .smallyear-link-right {
    width: 6em;
  }

  .centered-container {
    text-align: left;
  }

  .ring-wrapper-detail-page {
    flex-direction: column;
    line-height: 0;
  }

  .erfolge-slider {
    height: 300px;
    max-height: 300px;
  }

  .footer {
    text-align: left;
    height: 250vw;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .footer-logo-link {
    height: 200px;
    margin-bottom: 20px;
  }

  .footer-image {
    height: 220px;
  }

  .footer-heading {
    margin-top: 20px;
    font-size: 14px;
  }

  .footer-link, .text-block-34 {
    font-size: 3vw;
  }

  .footer-left-block {
    width: 100%;
    height: 250px;
    padding-left: 0;
    display: flex;
  }

  .footer-textblock-rechts {
    width: 100%;
  }

  .footer-email, .footer-bottomline {
    padding-left: 0;
  }

  .footer-social {
    width: 100%;
    min-width: 100%;
    padding-left: 10%;
    padding-right: 10%;
  }

  .erfolge-2017-18 {
    margin-bottom: 20px;
    font-size: 2.8em;
    line-height: 40px;
  }

  .erfolge-bubble-year-von-bis {
    font-size: 2.5em;
  }

  .right-pop-out-menu-opak {
    display: none;
  }

  .txt-platzierung-2 {
    margin-bottom: 10px;
  }

  .erfolg-text-2 {
    text-align: left;
    width: auto;
    padding-right: 0;
    font-size: 1rem;
    line-height: 16px;
  }

  .h2-von-bis {
    text-align: center;
    font-size: 2em;
    line-height: 100%;
  }

  .jahr-subtitle {
    margin-bottom: 10px;
  }

  .close-to-home-button-wrapper {
    width: 50px;
    height: 50px;
    margin-top: 40px;
    margin-right: 20px;
  }

  .okb-text-wrapper {
    margin-top: 40px;
  }

  .partner-col-left {
    height: 50%;
    margin-bottom: 10px;
    padding-right: 0;
    display: block;
    position: static;
  }

  .radblu-img-wrap {
    z-index: 10;
    height: 100%;
    position: absolute;
    inset: 0%;
  }

  .columns {
    height: 50vh;
    display: none;
  }

  .mail-link {
    padding-bottom: 10px;
  }

  .paragraph-large-jeannine {
    color: var(--dim-grey);
    text-align: left;
    background-color: #0000;
    align-self: center;
    padding: 7px 0 0;
    font-size: .9rem;
    font-weight: 300;
    line-height: 22px;
  }

  .paragraph-large-jeannine.markenbotschaft {
    text-align: left;
  }

  .paragraph-large-jg {
    color: #fff;
    text-align: center;
    background-color: #0000;
    align-self: center;
    padding: 7px 2.2vh;
    font-size: 4vw;
    font-weight: 500;
    line-height: 5.5vw;
  }

  .tab-link-tab-1 {
    text-align: center;
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }

  .tab-link-tab-1.w--current {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .image-22 {
    width: 80%;
  }

  .banner-header {
    text-align: left;
    margin-top: 0;
    padding-right: 0;
    font-size: 1.5rem;
    line-height: 10vw;
  }

  .banner-header.st {
    width: 80%;
  }

  .par-left-text-wrap {
    height: auto;
  }

  .header-vid-1 {
    height: 200px;
    min-height: 200px;
  }

  .section-partner {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    display: flex;
  }

  .column-2 {
    height: 50%;
    margin-top: 0;
  }

  .tab-link-tab-2 {
    width: 50%;
  }

  .tab-link-tab-2.w--current {
    text-align: center;
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }

  .partner-col-left-2 {
    height: 50%;
    margin-bottom: 10px;
    padding-right: 0;
    display: block;
    position: static;
  }

  .kibag-logo {
    width: 40%;
  }

  .banner-header-oberzeile {
    text-align: left;
    margin-top: 0;
    padding-right: 0;
    font-size: 1rem;
    line-height: 24px;
  }

  .tabs-menu-02 {
    width: 100%;
    display: flex;
  }

  .partner-divider-section.title {
    height: 20vh;
    min-height: 200px;
  }

  .partner-divider-section.title.bottom {
    height: 30vh;
    min-height: 150px;
  }

  .partner-col-left-3 {
    height: 50%;
    margin-bottom: 10px;
    padding-right: 0;
    display: block;
    position: static;
  }

  .columns-2 {
    height: 50vh;
    display: none;
  }

  .paragraph-large-jeannine-2, .paragraph-large-jg-2 {
    color: #fff;
    text-align: center;
    background-color: #0000;
    align-self: center;
    padding: 7px 2.2vh;
    font-size: 4vw;
    font-weight: 500;
    line-height: 5.5vw;
  }

  .banner-header-2 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-right: 0;
    font-size: 1.2rem;
    line-height: 30px;
  }

  .banner-header-oberzeile-2 {
    text-align: center;
    margin-top: 0;
    padding-right: 0;
    font-size: 9vw;
    line-height: 10vw;
  }

  .column-3 {
    height: 50%;
    margin-top: 0;
  }

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

  .heading-hauptpartner, .heading-supplier {
    font-size: 4rem;
  }

  .section-ausr-ster {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    display: flex;
  }

  .supplier-div {
    border: 1px solid var(--light-blue);
    margin-top: 20px;
    padding-top: 10px;
  }

  .supplier-div.right-bar {
    border: 1px solid var(--light-blue);
    outline-offset: 0px;
    outline: 1px solid #0000;
    margin-top: 20px;
  }

  .supplier-div.title-2-zeilig {
    height: 100%;
    padding-top: 10px;
  }

  .heading-unterstuetzer {
    font-size: 3rem;
  }

  .banner-unterst-tzer {
    text-align: center;
    margin-top: 0;
    padding-right: 0;
    font-size: 9vw;
    line-height: 10vw;
  }

  .partner-divider-section-small {
    height: 20vh;
    min-height: 200px;
  }

  .heading-medienberichte {
    font-size: 2.5rem;
  }

  .content {
    flex-flow: column;
    font-size: 20px;
  }

  .jg-timeline-wrapper {
    margin-top: 0;
    padding: 0 10px;
  }

  .medien-thumb-wrapper {
    margin-bottom: 40px;
  }

  .paragraph-geschichte {
    padding-right: 0;
  }

  .steps-clone {
    display: block;
    position: static;
  }

  .medien-grid {
    grid-template-columns: minmax(100%, 100%);
  }

  .img-block {
    width: 90%;
  }

  .scroll-base {
    height: 80%;
    position: static;
  }

  .scroll-animate {
    z-index: -2;
    height: 80%;
  }

  .insta-feedsection {
    height: auto;
    min-height: auto;
    padding: 0 5vw;
  }

  .head-title-lead {
    width: 90vw;
    height: 200px;
    min-height: auto;
    margin-bottom: 0;
  }

  .html-embed-3 {
    width: 90vw;
    min-width: 90vw;
    margin-top: 40px;
  }

  .heading-main {
    width: 95%;
    font-size: 1.2rem;
  }

  .news-posts-section {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 90vh;
    overflow: visible;
  }

  .img-text-combo {
    width: 100%;
    height: 230px;
  }

  .oberzeile {
    width: 110px;
    padding-top: 0;
    padding-bottom: 30px;
  }

  .oberzeile.home1 {
    width: 200px;
  }

  .despre-text {
    min-width: 310px;
    height: 40px;
    font-size: 26px;
    font-weight: 300;
    line-height: 80px;
    display: block;
  }

  .despre-text.home2 {
    width: 260px;
    min-width: 300px;
    font-size: 28px;
    line-height: 1.4em;
  }

  .slider-image-wrap._9 {
    background-position: 100%;
  }

  .big-slider-section.slider {
    height: auto;
    min-height: 300px;
  }

  .label, .label-left-2 {
    width: 80%;
    line-height: 28px;
  }

  .heading-start {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 0;
    font-size: 40px;
  }

  .heading-14 {
    width: 90%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 40px;
    line-height: 50px;
  }

  .paragraph {
    text-align: left;
    padding-bottom: 10px;
    font-size: 14px;
  }

  .paragraph.swiss-olympic {
    flex-flow: column;
    width: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    line-height: 22px;
    display: flex;
  }

  .heading-right {
    margin-bottom: 20px;
    padding-left: 0;
    font-size: 40px;
    line-height: 50px;
  }

  .content-wrap-2 {
    height: auto;
  }

  .step-2 {
    margin-bottom: 0;
    padding-top: 0%;
    display: flex;
  }

  .step-2.last {
    height: auto;
    min-height: 1000px;
  }

  .steps-clone-2 {
    display: block;
    position: static;
  }

  .year-block-left {
    width: 90%;
    margin-top: 0;
    padding-top: 18px;
  }

  .step-content-block-2 {
    margin-top: 40px;
    margin-bottom: 0;
  }

  .text-block-39 {
    justify-content: center;
  }

  .year-block-right {
    width: 90%;
    margin-top: 32px;
  }

  .zt-lead-home {
    justify-content: flex-end;
    height: auto;
    min-height: 400px;
  }

  .autor {
    width: 110px;
    padding-top: 0;
    padding-bottom: 30px;
  }

  .autor.home1 {
    width: 200px;
  }

  .button-close {
    max-width: 35%;
    inset: 0% 0% auto auto;
  }

  .header-text-3 {
    font-size: 16px;
  }

  .one {
    height: 100vh;
    padding-left: 0%;
    padding-right: 0%;
    display: block;
  }

  .card-2 {
    flex: 1;
    align-self: stretch;
    width: 100%;
  }

  .section-content {
    display: none;
    position: fixed;
    inset: 0%;
    overflow: auto;
  }

  .image-container.second {
    background-position: 50%;
    background-size: cover;
  }

  .image-container.first {
    background-position: 60%;
    background-size: cover;
  }

  .card-inner {
    padding-right: 10%;
    display: block;
  }

  .card-1 {
    flex: 1;
  }

  .card-3 {
    flex: 1;
    width: 100%;
  }

  .two {
    display: block;
  }

  .heading-9 {
    font-size: 50px;
  }

  .section-core-team {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    display: flex;
  }

  .image-wrapper {
    background-position: 50%;
    background-size: cover;
    height: 33.33vh;
  }

  .three {
    height: 100vh;
    min-height: auto;
    display: block;
  }

  .heading-8 {
    font-size: 50px;
  }

  .small-text {
    font-size: 9px;
  }

  .main-heading {
    font-size: 2em;
  }

  .cap {
    font-size: 80px;
  }

  .banner-header-coreteam {
    text-align: left;
    width: 90%;
    margin-top: 0;
    padding-right: 0;
    font-size: 1.4rem;
    line-height: 10vw;
  }

  .meine-ruderwelt-sec {
    min-height: auto;
  }

  .meine-ruderwelt-sec._0-top {
    padding-top: 40px;
  }

  .meine-ruderwelt-sec._40top {
    padding-top: 0;
  }

  .success-message-content {
    padding: 6px;
  }

  .grid-wrapper {
    grid-template-columns: minmax(24px, 1fr) minmax(auto, 1400px) minmax(24px, 1fr);
  }

  .form-block {
    padding: 20px;
  }

  .about-us-intro {
    grid-row-gap: 36px;
    margin-top: -48px;
    padding-left: 9px;
    padding-right: 9px;
  }

  .heading-support-team {
    font-size: 3rem;
  }

  .support-team-cell-wrap._01 {
    height: 275px;
  }

  ._04-card, ._05-card, ._08-card, ._07-card, ._09-card, ._03-card, ._06-card, ._01-card, ._02-card {
    margin: 15px 12px;
  }

  .card {
    min-width: auto;
    max-width: 500px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .heading-jg {
    font-size: 50px;
  }

  .single-product-wrapper {
    height: 90vh;
    padding-top: 2vh;
  }

  .single-product-wrapper._1, .single-product-wrapper._3, .single-product-wrapper._2 {
    align-items: flex-end;
    padding-bottom: 5vh;
  }

  .product-container {
    height: 275vh;
  }

  .heading-rd {
    font-size: 50px;
  }

  .cap-2 {
    font-size: 80px;
  }

  .heading-dg {
    font-size: 50px;
  }

  .rk-label-right {
    font-size: 40px;
  }

  .rk-label-right.left {
    text-align: left;
  }

  .heading-rennkalender {
    font-size: 4rem;
    display: none;
  }

  .rk-steps-clone {
    display: block;
    position: static;
  }

  .core-twam-hike-text-wrapper {
    width: 100%;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-2023 {
    width: 100%;
  }

  .button-close-2 {
    max-width: 35%;
    inset: 0% 0% auto auto;
  }

  .one-2 {
    height: 100vh;
    padding-left: 0%;
    padding-right: 0%;
    display: block;
  }

  .two-2 {
    display: block;
  }

  .heading-15 {
    font-size: 50px;
  }

  .three-2 {
    height: 100vh;
    min-height: auto;
    display: block;
  }

  .heading-16 {
    font-size: 50px;
  }

  .main-heading-2 {
    font-size: 2em;
  }

  .cap-3 {
    font-size: 80px;
  }

  .imgc-ol-radblu {
    height: 50%;
    margin-top: 0;
  }

  .kibag-img-wrap, .steiner-vid-wrap, .okb-img-wrap-copy, .radblu-vid-wrap {
    z-index: 10;
    height: 100%;
    position: absolute;
    inset: 0%;
  }

  .paragraph-large-jeannine-3 {
    color: var(--dim-grey);
    text-align: center;
    background-color: #0000;
    align-self: center;
    padding: 7px 2.2vh;
    font-size: 4vw;
    font-weight: 500;
    line-height: 5.5vw;
  }

  .div-block-22 {
    z-index: 10;
    height: 100%;
    position: absolute;
    inset: 0%;
  }

  .partner-col-left-4 {
    height: 50%;
    margin-bottom: 10px;
    padding-right: 0;
    display: block;
    position: static;
  }

  .section-partner-2 {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    display: flex;
  }

  .tab-link-tab-2-6, .tab-link-tab-1-4, .tab-link-tab-1-4.w--current {
    text-align: center;
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }

  .columns-steiner {
    height: 50vh;
    display: none;
  }

  .section-partner-steiner, .section-partner-kibag, .section-partner-steinergroup {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    display: flex;
  }

  .section-ausr-ster--partner {
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-height: 750px;
    display: flex;
  }

  .section-partner-radisson {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    min-height: 1400px;
    display: flex;
  }

  .section-ausr-ster--supporter {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    margin-top: 20px;
    display: flex;
  }

  .image-2026 {
    width: 150px;
    height: auto;
    display: block;
  }

  .textlink-small {
    width: 95vw;
  }

  .rennkalender-link {
    font-size: 18px;
    line-height: 25px;
  }

  .zwischentitel-home {
    height: 15vh;
    min-height: 250px;
  }

  .zt-heading {
    margin-bottom: 5%;
    font-size: 4rem;
  }

  .zt-lead {
    font-size: 3rem;
  }

  .hero-wrap, .hero-bg-video-full {
    height: 100vh;
  }

  .video-toggler {
    width: 115px;
  }

  .sec-interview {
    min-height: 140vh;
  }

  .db-logo-wrapper {
    justify-content: center;
    align-items: center;
    width: 160px;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .db-fixed-nav-headline {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 14px;
    line-height: 19px;
  }

  .shrink-box-wrapper-2 {
    width: 50px;
    margin-left: 0;
    margin-right: 0;
  }

  .shrink-box-button-2 {
    display: none;
  }

  .db-mobile-fixed-nav {
    align-items: stretch;
  }

  .db-flex-row {
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
  }

  .slider__control-wrapper {
    padding-right: 19px;
    inset: 0% 0% auto auto;
  }

  .slider__control {
    margin-left: 10px;
  }

  .slider__control.black {
    margin-right: 0;
  }

  .image-movie_sec {
    width: 100vw;
    min-width: 100vw;
    min-height: 200px;
  }

  .video-control {
    inset: auto 0% 0%;
  }

  .jg-video-tttle-txt {
    padding-right: 0;
    font-size: 4em;
  }

  .jg-image-film {
    height: 250px;
    min-height: 250px;
  }

  .premium-partner-heading {
    font-size: 4rem;
    line-height: 70px;
  }

  .markenbotschafterin-heading {
    font-size: 3rem;
  }

  .news-post-form-wrap {
    width: 90%;
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .jg-np-wrap {
    height: auto;
  }

  .jg-np-field {
    font-size: 12px;
  }

  .form-block-2 {
    min-height: auto;
  }

  .jg-np-text {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    line-height: 22px;
  }

  .background-video-3 {
    height: auto;
    min-height: auto;
    max-height: none;
    padding-bottom: 20px;
  }

  .absenden-but-wrap {
    padding-top: 40px;
  }

  .absenden-but-wrap.kontaktform {
    flex-flow: column;
    height: 50vw;
    padding-top: 0;
  }

  .por-video-left {
    width: 90%;
  }

  ._01-por-video-wrapper {
    background-color: #0000;
    width: 100vw;
    min-width: 100vw;
    height: auto;
    min-height: auto;
    padding-top: 0;
    display: none;
    top: 959px;
  }

  ._02-por-video-wrapper {
    width: 100vw;
    min-width: 100vw;
    height: auto;
    min-height: auto;
    margin-top: 0;
    padding-top: 0;
    display: none;
    position: absolute;
    top: 1212px;
  }

  ._03-por-video-wrapper {
    width: 90%;
  }

  .por-video-right {
    width: 90%;
    height: auto;
    min-height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  ._04-por-video-wrapper {
    width: 100vw;
    height: 20vh;
    min-height: 20vh;
    margin-bottom: 0;
    display: none;
    position: absolute;
    top: 79%;
    bottom: 0%;
    overflow: visible;
  }

  ._04-youth-close-video-but {
    margin-top: 3%;
    margin-right: 3%;
  }

  .grid-5 {
    grid-template-columns: 1fr;
  }

  .card-container {
    padding-top: 60px;
  }

  .kontakt-title {
    font-size: 40px;
  }

  .newsposts-title {
    padding-top: 0;
    padding-right: 0;
    font-size: 24px;
  }

  .jg-kon-wrap {
    margin-bottom: 0;
  }

  .contact-form-wrap {
    width: 90%;
    margin-top: 60px;
    margin-bottom: 10px;
  }

  .div-block-270 {
    padding-left: 0;
  }

  .kontakt-herding {
    font-size: 5rem;
  }

  .radisson-logo {
    width: 80%;
  }

  .h2-milestones {
    text-align: center;
    font-size: 2em;
    line-height: 100%;
  }

  .year-wrapper-milestones {
    margin-top: 20px;
  }

  .steckbrief-grid {
    grid-template-columns: 1fr;
  }

  .steckbrief-cell {
    height: 100px;
  }

  .steckbrief-cell._150 {
    height: 150px;
  }

  .text-block-50 {
    font-size: 18px;
  }

  .sec-markenbotschaft {
    flex-direction: column;
    width: 100vw;
    padding-top: 30px;
  }

  .sec-swiss-olympic {
    justify-content: center;
    width: 100vw;
    padding: 0 5vw;
  }

  .so-title {
    text-align: left;
    width: 100%;
    margin-top: 0;
    padding-right: 0;
    font-size: 9vw;
    line-height: 10vw;
  }

  .paragraph-large-so {
    color: #fff;
    text-align: center;
    background-color: #0000;
    align-self: center;
    padding: 7px 2.2vh;
    font-size: 4vw;
    font-weight: 500;
    line-height: 5.5vw;
  }

  .image-2032 {
    width: 100%;
  }

  .so-01-wrap {
    flex-direction: column;
    justify-content: space-between;
    padding-top: 0;
  }

  .text-block-39-copy {
    margin-top: 52px;
  }

  .content-wrap-2019 {
    margin-top: 100px;
  }

  .content-wrap-2017 {
    height: auto;
    min-height: auto;
    margin-top: 100px;
  }

  .step-block-2016, .step-block-2020, .step-content-block-2018 {
    margin-top: 100px;
  }

  .video-control-jeannine {
    inset: auto 0% 0%;
  }

  .zt-heading-long {
    font-size: 4rem;
    line-height: 4rem;
  }

  .zt-heading-medium {
    font-size: 4rem;
  }

  .zwischentitel-medium {
    height: 10vh;
    line-height: 12px;
  }

  .zwischentitel-long {
    height: 15vh;
  }

  .zt-heading-superlong {
    font-size: 4.5rem;
    line-height: 4rem;
  }

  .zt-heading-2-zeilig {
    font-size: 5rem;
    line-height: 5rem;
  }

  .zt-heading-ultralong {
    font-size: 2rem;
    line-height: 4rem;
  }

  .markenbotschafterin-img-wrap {
    width: 100vw;
  }

  .zt-heading-hauptpartner {
    font-size: 3rem;
  }

  .new-okb-sec {
    margin-bottom: 0;
  }

  .okb-grid-desk {
    width: 90%;
  }

  .new-kibag-sec {
    height: auto;
    min-height: 1450px;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .kibag-grid {
    width: 90%;
    height: 105vh;
    margin-bottom: 0;
  }

  .kibag-header-vid-1 {
    height: 250px;
  }

  .new-steiner-sec {
    height: auto;
    min-height: 1300px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .mail-link-small {
    font-size: .9rem;
  }

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

  .impressum-title {
    padding-top: 0;
    padding-bottom: 40px;
    padding-left: 0;
    font-size: 40px;
  }

  .imp-zt {
    padding-bottom: 0;
    padding-left: 2vw;
    padding-right: 2vw;
    font-size: 12px;
    line-height: 18px;
  }

  .mb-top-wrap {
    justify-content: center;
    align-items: center;
    width: 100vw;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .steiner-logo {
    width: 90%;
  }

  .heading-right-small-copy {
    font-size: 36px;
  }

  .banner-header-80 {
    text-align: left;
    margin-top: 0;
    padding-right: 0;
    font-size: 1.5rem;
    line-height: 10vw;
  }

  .avatarwrapper-12 {
    width: 85%;
    height: 55%;
    margin-bottom: 40px;
  }

  .avatarwrapper-11 {
    width: 85%;
    height: 60%;
    margin-bottom: 40px;
  }

  .paragraph-5 {
    font-size: 12px;
  }

  .heading-17 {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .avatarwrapper-02 {
    width: 85%;
    height: 60%;
    margin-bottom: 40px;
  }

  .textwrapper {
    width: 95%;
    margin-left: 31px;
  }

  .avatarwrapper-09, .avatarwrapper-08, .avatarwrapper-010 {
    width: 85%;
    height: 60%;
    margin-bottom: 40px;
  }

  .innercontent {
    width: 90%;
  }

  .glasscard {
    width: auto;
    min-width: auto;
    height: 450px;
  }

  .avatarwrapper-06 {
    width: 85%;
    height: 60%;
    margin-bottom: 40px;
  }

  .avatarwrapper-04, .avatarwrapper-05, .avatarwrapper-01 {
    width: 85%;
    height: 55%;
    margin-bottom: 40px;
  }

  .video-grid {
    width: 100%;
    margin-top: 0;
  }

  .avatarwrapper-03, .avatarwrapper-13 {
    width: 85%;
    height: 60%;
    margin-bottom: 40px;
  }

  .gmelin-play-srf-wrap {
    line-height: 25px;
  }

  .textlink-small-white {
    width: 90vw;
    margin-top: 22px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
  }

  .zt-heading-ultralong-8rem {
    font-size: 2rem;
    line-height: 4rem;
  }

  .partner-col-left-3-topnotch {
    height: 50%;
    margin-bottom: 10px;
    padding-right: 0;
    display: block;
    position: static;
  }

  .jg-milesotnes {
    flex-direction: column;
    line-height: 0;
  }

  .mail-link-copy {
    padding-bottom: 10px;
  }

  .par-video-1-3 {
    height: 200px;
    min-height: 200px;
  }

  .div-radisson-img-caption {
    height: auto;
    min-height: 500px;
  }

  .steiner-left-text-wrap {
    height: auto;
  }

  .banner-header-60px {
    text-align: center;
    margin-top: 0;
    padding-bottom: 54px;
    padding-right: 0;
    font-size: 1.2rem;
    line-height: 24px;
  }

  .banner-header-60px.st, .banner-header-60px.sfa {
    text-align: center;
    width: 100%;
    height: 50px;
    padding-bottom: 0;
    padding-left: 37px;
    padding-right: 37px;
    line-height: 24px;
    display: block;
  }

  .hero-vid-sec {
    align-items: center;
    height: auto;
    min-height: 300px;
    margin-top: 0;
  }

  .insta-sec {
    min-height: auto;
  }

  .html-embed-11 {
    height: 100%;
    min-height: 330px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .paris2024-herding {
    font-size: 3.5rem;
  }

  .paris-disziplinen {
    font-size: 3.8rem;
    line-height: 70px;
  }

  .oly-lead {
    min-height: 350px;
  }

  .div-block-286 {
    min-height: 700px;
  }

  .video-4 {
    width: 100vw;
    height: auto;
    min-height: 250px;
  }

  .mobile-nav-main-menu-entry {
    margin-left: 0;
    margin-right: 0;
    padding-top: 10%;
    padding-bottom: 10%;
    font-size: 24px;
  }

  .mob-nav-upper-right-wrapper {
    flex-direction: column;
    align-items: center;
    height: 10vh;
    margin-right: 0;
    padding-top: 0;
    display: flex;
  }

  .mob-wg-element {
    height: 25vh;
  }

  .mob-nav-menu {
    display: none;
  }

  .mobile-nav-dropdown-menu-entry {
    font-size: 24px;
  }

  .mobile-nav-dropdown {
    padding: 12% 0;
    font-size: 24px;
  }

  .div-block-287 {
    margin-left: 20px;
  }

  .dropdown-link {
    font-size: 22px;
  }

  .textlink-medium {
    width: 95vw;
    line-height: 18px;
  }

  .partner-divider-section-25.title {
    height: 20vh;
  }

  .heading-medienberichte-copy {
    font-size: 2.5rem;
  }

  .zwischentitel-fotofinish {
    height: 175px;
    min-height: 175px;
    line-height: 12px;
  }

  .year-block-mob {
    width: 90%;
    margin-top: 183px;
    padding-top: 18px;
  }

  .step-block-right-stretch {
    height: 100vh;
  }

  .background-video-center {
    height: 100vh;
    min-height: 500px;
  }

  .zwischentitel-home-copy {
    height: 15vh;
    min-height: 175px;
    margin-bottom: 82px;
  }

  .step-2-100-vh {
    margin-bottom: 0;
  }

  .step-2-100-vh.last {
    height: auto;
  }

  .step-content-block-90vh {
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .step-2-75-vh {
    margin-bottom: 0;
  }

  .step-2-75-vh.last {
    height: auto;
  }

  .step-2-90vh {
    height: auto;
    margin-bottom: 0;
  }

  .step-2-90vh.last {
    height: auto;
  }

  .por-video-left-100vh {
    width: 90%;
    height: auto;
    min-height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .zt-heading-ultralong-6rem {
    font-size: 3.5rem;
    line-height: 50px;
  }

  .step-block-2022 {
    margin-top: 100px;
  }

  .year-block-left-2 {
    width: 90%;
  }

  .scoll-wrap-top {
    z-index: -2;
    height: 80%;
    bottom: 44%;
  }

  .step-block-2020-copy {
    margin-top: 100px;
  }

  .link-block {
    justify-content: center;
    height: 100%;
    display: flex;
  }

  .tab-pane-tab-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-55 {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .list-2 {
    margin-left: 10px;
    padding-left: 20px;
  }

  .tab-pane-tab-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .swiss-oly-cont {
    align-items: center;
    max-width: none;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .tab-dropdown {
    background-position: 94%;
    justify-content: center;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0%;
    font-size: 16px;
  }

  .tabs-content-2 {
    border-bottom-width: 3px;
    border-bottom-color: var(--medium-turquoise);
    margin-top: 0;
    padding: 0 0 20px;
  }

  .kicker {
    margin-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
    font-size: 17px;
    line-height: 24px;
  }

  .kicker.secondary {
    margin-bottom: 21px;
  }

  .tab-link {
    padding-left: 15px;
    font-size: 16px;
  }

  .tabs-dropdown-menuitems {
    display: none;
  }

  .par-mobile-small {
    color: var(--dim-grey);
    text-align: left;
    background-color: #0000;
    align-self: center;
    padding: 7px 20px;
    font-size: 1em;
    font-weight: 300;
    line-height: 24px;
  }

  .par-mobile-small.l-ez-0, .par-mobile-small.list {
    padding-left: 0;
  }

  .zt-lead-jeannine {
    justify-content: flex-end;
    min-height: 200px;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .tabs-dropdown-01-mob-titel {
    margin-bottom: 20px;
  }

  .section-20 {
    min-height: 400px;
  }

  .html-embed-13 {
    height: 250px;
  }

  .heading-jeannine {
    font-size: 14px;
  }

  .content-wrap-01 {
    height: auto;
  }

  .por-video-left-01 {
    width: 90%;
    height: auto;
    min-height: auto;
    padding-top: 0;
    padding-bottom: 60px;
  }

  .content-wrap-02 {
    height: auto;
  }

  .por-video-right-02 {
    width: 90%;
    height: auto;
    min-height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .nl-bg-video {
    height: auto;
  }

  .nl-form-wrap {
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .content-wrap-1 {
    height: auto;
  }

  .heading-main-2 {
    font-size: 16px;
  }

  .support-team-divider-section {
    min-height: 175px;
  }

  .div-block-288 {
    margin-left: 20px;
  }

  .mobile-nav-dropdown-menu-entry-2 {
    font-size: 24px;
  }

  .mobile-nav-main-menu-entry-2 {
    margin-left: 0;
    margin-right: 0;
    padding-top: 10%;
    padding-bottom: 10%;
    font-size: 24px;
  }

  .mobile-nav-dropdown-jeannine {
    padding: 12% 0;
    font-size: 24px;
  }

  .dropdown-link-2 {
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
  }

  .div-block-289, .content-wrap-1200px, .content-wrap-1000px {
    height: auto;
  }

  .heading-small-grey {
    width: 80vw;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 0;
    font-size: 2em;
    line-height: 30px;
  }

  .heading-start-copy {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 0;
    font-size: 40px;
  }

  .contact-form-wrapper {
    min-height: auto;
  }

  .contact-form-wrapper.kontakt {
    padding-top: 0;
  }

  .c-card-front {
    width: 100%;
    max-width: none;
    height: 450px;
  }

  .c-card-back {
    width: 100%;
    max-width: 250px;
    height: 450px;
  }

  .c-flipping-cards-list {
    display: block;
  }

  .card-title {
    font-size: 1.6em;
  }

  .cloneable-area {
    width: 100vw;
    padding-left: 20px;
    padding-right: 20px;
  }

  ._w-flip-card {
    justify-content: center;
  }

  .c-card-back-02, .c-card-back-03 {
    width: 100%;
    max-width: 250px;
    height: 100%;
  }

  .content-wrap-2-copy {
    height: auto;
  }

  .step-content-block-2-copy {
    margin-top: 40px;
    margin-bottom: 0;
  }

  .tl-ruderwelt-mob.last {
    justify-content: space-between;
    margin-bottom: 52px;
  }

  .step-2-mob {
    margin-bottom: 0;
  }

  .step-2-mob.last {
    height: auto;
    min-height: 1000px;
  }

  ._2000meter-titels {
    min-height: 150px;
  }

  ._2000meter-zt-mob {
    font-size: 30px;
    line-height: 36px;
  }

  .meine-ruderwelt-sec-mob {
    min-height: auto;
  }

  ._03-por-video-wrapper-2 {
    width: 100vw;
    min-width: 100vw;
    height: auto;
    min-height: auto;
    margin-top: 0;
    display: flex;
    position: absolute;
    top: 1419px;
  }

  ._01-por-video-wrapper-2 {
    width: 300px;
    min-width: auto;
    min-height: 200px;
    top: 324px;
  }

  .label-left-3 {
    width: 80%;
    line-height: 28px;
  }

  ._04-por-video-wrapper-2 {
    width: 90%;
  }

  .heading-jeannine-2 {
    font-size: 14px;
  }

  .modal-close-button-inner-2 {
    justify-content: center;
    align-items: center;
  }

  ._02-por-video-wrapper-2 {
    width: 90%;
  }

  .label-3 {
    width: 80%;
    line-height: 28px;
  }

  .text-block-57 {
    justify-content: center;
  }

  .paragraph-7 {
    padding-bottom: 10px;
  }

  ._2000-meter-adrenalin-sec {
    min-height: auto;
  }

  .zt-heading-2-zeilig-long {
    font-size: 3.5rem;
    line-height: 3.5rem;
  }

  .video-6 {
    width: 100%;
  }

  .html-embed-14 {
    font-size: 14px;
  }

  ._02-por-video-wrapper-neu {
    width: 300px;
    min-width: auto;
    min-height: 200px;
    top: 324px;
  }

  .video-02-por {
    width: 100%;
  }

  .modal-close-button-wrapper-01 {
    width: 50px;
    height: 50px;
    margin-top: 3%;
    margin-right: 3%;
  }

  .text-block-58 {
    color: #ffffff2b;
    background-color: #0000;
    justify-content: center;
    align-items: flex-end;
    height: auto;
    margin-bottom: 3%;
    font-size: 5em;
    font-weight: 500;
    line-height: 1em;
    display: block;
  }

  .sporthilfe {
    border: 1px solid var(--light-blue);
    margin-top: 20px;
    padding-top: 10px;
  }

  .sporthilfe.right-bar {
    border: 1px solid var(--light-blue);
    outline-offset: 0px;
    outline: 1px solid #0000;
    margin-top: 20px;
  }

  .sporthilfe.title-2-zeilig {
    height: 100%;
    padding-top: 10px;
  }

  .step-2-1100 {
    margin-bottom: 0;
  }

  .step-2-1100.last {
    height: auto;
    min-height: 1000px;
  }

  .scroll-animate-100 {
    z-index: -2;
    height: 80%;
  }

  .tv-titel {
    margin-bottom: 5%;
    font-size: 5rem;
  }

  .tv-titel._3-up {
    height: auto;
    margin-bottom: 8%;
    font-size: 4rem;
  }

  .partner-divider-section-tv.title {
    height: 30vh;
    min-height: 250px;
  }

  .partner-divider-section-tv.title.bottom {
    height: 30vh;
    min-height: 150px;
  }

  .partner-divider-section-30-mb.title {
    height: 20vh;
  }

  .heading-medienberichte-mb {
    font-size: 2.5rem;
  }

  .scoll-wrap-top-mb {
    z-index: -2;
    height: 80%;
    bottom: 44%;
  }

  .divider-paris {
    height: 20vh;
    min-height: 200px;
  }

  .divider-paris.center {
    height: 15vh;
  }

  .third-article {
    height: 100vh;
    min-height: auto;
    padding-top: 40px;
    display: none;
  }

  .button-close-3 {
    max-width: 35%;
    inset: 0% 0% auto auto;
  }

  .heading-20 {
    letter-spacing: 0;
    font-size: 50px;
    font-weight: 300;
  }

  .card-inner-2 {
    padding-right: 10%;
    display: block;
  }

  .paragraph-8 {
    font-weight: 300;
  }

  .rich-text {
    margin-bottom: 60px;
  }

  .rich-text.white._03 {
    font-size: 16px;
    line-height: 1.6;
  }

  .rich-text.white._02 {
    font-size: 18px;
    line-height: 1.6;
    display: block;
  }

  .rich-text.white._01 {
    font-size: 16px;
  }

  .inner-container-2 {
    height: 140vh;
  }

  .second-article {
    margin-top: 0;
    padding-top: 40px;
    display: none;
  }

  .heading-02 {
    letter-spacing: 0;
    font-size: 30px;
    font-weight: 300;
  }

  .first-article {
    height: 100vh;
    padding-top: 40px;
    padding-left: 0%;
    padding-right: 0%;
    display: none;
  }

  .sec-coreteam {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    display: flex;
  }

  .section-content-2 {
    display: flex;
    position: fixed;
    inset: 0%;
    overflow: auto;
  }

  .card-4 {
    flex: 1;
  }

  .heading-03 {
    letter-spacing: 0;
    font-size: 28px;
    font-weight: 300;
    line-height: 1.3;
    display: flex;
  }

  .heading-03._02 {
    font-size: 30px;
    display: block;
  }

  .heading-03._01 {
    font-size: 40px;
    display: block;
  }

  .scroll-animate-105 {
    z-index: -2;
    height: 80%;
  }

  .button-close-4 {
    max-width: 35%;
    inset: 0% 0% auto auto;
  }

  .okb-grid-mob {
    width: 90%;
  }

  .par-vid-steiner {
    width: 100%;
    height: 200px;
    min-height: 200px;
  }

  .tab-link-tab-1-6 {
    text-align: center;
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }

  .tab-link-tab-1-6.w--current {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .kibag-grid-2 {
    width: 90%;
    height: 105vh;
    margin-bottom: 0;
  }

  .paragraph-large-jeannine-4 {
    color: #636669;
    text-align: left;
    background-color: #0000;
    align-self: center;
    padding: 7px 0 0;
    font-size: .9rem;
    font-weight: 300;
    line-height: 22px;
  }

  .kibag-header-vid-1-2 {
    height: 100%;
  }

  .tab-link-tab-2-8 {
    width: 50%;
  }

  .tab-link-tab-2-8.w--current {
    text-align: center;
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }

  .steiner-logo-2 {
    width: 90%;
  }

  .mobil-wg-element {
    flex-direction: column;
    height: 10vh;
    margin-top: 0;
  }

  .heading-srf-dok {
    font-size: 2.5rem;
  }

  .srfdok-text {
    font-size: 16px;
    line-height: 25px;
  }

  .avatarwrapper-10_07_2022 {
    width: 85%;
    height: 60%;
    margin-bottom: 40px;
  }

  .spenden-txt {
    font-size: 12px;
    line-height: 22px;
  }

  .paypalme {
    width: 90%;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .ebanking {
    font-size: 12px;
    line-height: 22px;
  }

  .bold-text-4 {
    font-size: 24px;
    font-weight: 500;
    line-height: 26px;
  }

  .iban, .twint {
    width: 90%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .spenden-titel {
    font-size: 40px;
  }

  .dank {
    width: 90%;
    max-width: 100%;
    font-size: 9px;
    line-height: 22px;
  }

  .jeannine-sig {
    font-size: 16px;
  }

  .image-2040 {
    max-width: 85%;
  }

  .image-2042 {
    display: none;
  }

  .image-2043 {
    display: block;
  }

  .banner-header-coreteam-partner {
    text-align: left;
    width: 90%;
    margin-top: 0;
    padding-right: 0;
    font-size: 1.4rem;
    line-height: 10vw;
  }

  .section-partner-leuag {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    min-height: 1400px;
    display: flex;
  }

  .leuag-logo {
    width: 80%;
  }

  .unterst-tzer-div {
    border: 1px solid var(--light-blue);
    margin-top: 20px;
    padding-top: 10px;
  }

  .unterst-tzer-div.right-bar {
    border: 1px solid var(--light-blue);
    outline-offset: 0px;
    outline: 1px solid #0000;
    margin-top: 20px;
  }

  .unterst-tzer-div.title-2-zeilig {
    height: 100%;
    padding-top: 10px;
  }

  .avatarwrapper-10_08_2022, .avatarwrapper-12_08_2022, .avatarwrapper-21_09_2022 {
    width: 85%;
    height: 60%;
    margin-bottom: 40px;
  }

  .textlink-small-white-2 {
    width: 90vw;
    margin-top: 22px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
  }

  .gmelin-play-video-radio-button, .video-radio-button-copy {
    line-height: 25px;
  }

  .radio-but, .video-but {
    width: 90vw;
    margin-top: 22px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
  }

  .avatarwrapper-radio21_09_2022 {
    width: 290px;
  }

  .radio-grid {
    width: 100%;
    margin-top: 0;
  }

  .grey-box {
    margin-top: 0;
    padding-bottom: 20px;
  }

  .right-column, .left-column {
    margin-top: 20px;
  }

  .foto-01 {
    height: 200px;
  }

  .about-01 {
    padding-top: 0;
  }

  .row {
    margin-bottom: 0;
  }

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

  .det-01-sec {
    padding-bottom: 10px;
    display: flex;
  }

  .text-block-details {
    font-size: 16px;
    line-height: 24px;
  }

  .about-photo-2 {
    height: 200px;
  }

  .about-02, .about-03 {
    padding-top: 0;
  }

  .about-photo, .about-photo-3 {
    height: 200px;
  }

  .about-04 {
    padding-top: 0;
  }

  .about-photo-4 {
    height: 200px;
  }

  .det-02-sec, .det-03-sec, .det-04-sec {
    padding-bottom: 10px;
  }

  .grey-box-02, .grey-box-copy {
    margin-top: 0;
    padding-bottom: 20px;
  }

  .about-01-grid {
    grid-template-columns: 1fr;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .about-03-grid, .about-02-grid, .about-04-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .about-01-sec.angebot.move-space {
    justify-content: center;
    align-items: center;
    padding-top: 0;
  }

  ._200-meter-titel {
    font-size: 4rem;
  }

  .ruecktritt-title, .ruecktritt-text {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 0;
    font-size: 40px;
  }

  .zwischentitel-ruecktritt {
    height: 15vh;
    min-height: 200px;
  }

  ._2000-meteroberzeile {
    font-size: 4rem;
  }

  .avatarwrapper-sfr-25-01-2023 {
    width: 85%;
    height: 60%;
    margin-bottom: 40px;
  }

  .avatarwrapper-tele-1, .avatarwrapper-zuerinews {
    width: 85%;
    height: 60%;
    margin-bottom: 40px;
    padding-bottom: 0;
  }

  .quote {
    display: none;
  }

  .text-block-66 {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 28px;
  }

  .comeback-txt-small.left {
    margin-top: 32px;
  }

  .comeback-txt-small.fliess {
    margin-left: 5%;
    margin-right: 5%;
  }

  .grid-8 {
    grid-template-columns: 1fr;
  }

  .mainheading {
    text-align: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    line-height: 16px;
  }

  .mainheading.subline {
    padding-left: 0;
    font-size: 5svw;
    line-height: 20px;
  }

  .mainheading.angebot {
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 10px;
    font-size: 5svw;
    line-height: 30px;
  }

  .mainheading.kontakt {
    margin-top: 0;
    padding-left: 0;
  }

  .mainheading.home {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 3svw;
  }

  .mainheading.behind {
    font-size: 18px;
  }

  .start-hero-sec.home {
    justify-content: space-between;
    align-items: center;
    padding-left: 5vw;
    padding-right: 5vw;
    display: flex;
  }

  .start-hero-sec.meine-ruderwelt {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .start-hero-sec.behind-the-scene {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .monserrat-16-fst {
    font-size: 14px;
    line-height: 20px;
  }

  .angebote-titel-sec {
    height: 100px;
  }

  .angebot-titel {
    font-size: 12vw;
  }

  .kontakt-txt {
    padding-left: 5vw;
    padding-right: 5vw;
    font-size: 14px;
    line-height: 22px;
  }

  .kont-1-4 {
    flex-flow: column;
    padding-top: 20px;
  }

  .text-block-69.oben-rechts, .text-block-69.unten-rechts {
    text-align: center;
    padding-top: 20px;
  }

  .text-block-69.oben-links, .text-block-69.unten-links {
    text-align: center;
  }

  .kont-txt-div {
    width: 100%;
  }

  .kont-1-4--copy {
    flex-flow: column;
  }

  .mobile-nav-main-menu-entry-3 {
    margin-left: 0;
    margin-right: 0;
    padding-top: 10%;
    padding-bottom: 10%;
    font-size: 24px;
  }

  .mobile-navbar-2 {
    justify-content: flex-end;
    align-items: flex-start;
    height: 200px;
  }

  .div-block-302 {
    margin-left: 20px;
  }

  .mob-nav-upper-right-wrapper-2, .mob-nav-upper-right-wrapper-3 {
    flex-direction: column;
    align-items: center;
    height: 10vh;
    margin-right: 0;
    padding-top: 0;
    display: flex;
  }

  .mobile-nav-main-menu-entry-4 {
    margin-left: 0;
    margin-right: 0;
    padding-top: 10%;
    padding-bottom: 10%;
    font-size: 24px;
  }

  .div-block-304 {
    margin-left: 20px;
  }

  .mob-nav-upper-right-wrapper-4 {
    flex-direction: column;
    align-items: center;
    height: 10vh;
    margin-right: 0;
    padding-top: 0;
    display: flex;
  }

  .mobile-nav-main-menu-entry-5 {
    margin-left: 0;
    margin-right: 0;
    padding-top: 10%;
    padding-bottom: 10%;
    font-size: 24px;
  }

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

  .mainheadermobile-vertical {
    justify-content: center;
    align-items: flex-end;
    width: 100vw;
    padding-top: 80px;
    display: flex;
  }

  .menu-stopper {
    height: 15vh;
    min-height: 250px;
  }

  .ribbon-sechome, .ribbon-sechome.bottom {
    height: 25vw;
  }

  .ribbon-sechome.bottom.behind-the-scene {
    height: 25vw;
    padding-left: 0;
    padding-right: 0;
  }

  .ribbon-sechome.medien {
    height: 25vw;
  }

  .ribbon-sechome.instagram {
    margin-bottom: 20px;
  }

  .ribbon-sechome.kooperationen {
    height: 25vw;
  }

  .text-block-73 {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 4em;
  }

  .body-5 {
    display: flex;
  }

  .botton-wave-div, .botton-wave-div.home, .botton-wave-div.events, .botton-wave-div.news, .botton-wave-div.kooperationen, .botton-wave-div.vision-hub {
    height: 12vw;
  }

  .botton-wave-div.behind-the-scene {
    width: 100vw;
    display: flex;
  }

  .work-sec.mit-video {
    justify-content: space-between;
    height: auto;
  }

  .text-block-75 {
    width: 100%;
    font-size: 16px;
    line-height: 1.5em;
  }

  .left-arrow-wrap {
    align-items: center;
    margin-left: -29px;
    display: none;
    bottom: 0;
    left: 0;
  }

  .lead {
    font-size: 30px;
    display: none;
  }

  .button-wrapper.new {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .slide-nav-3 {
    opacity: .16;
    position: relative;
  }

  .button-4 {
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .button-4.top-padding {
    margin-right: auto;
  }

  .tab-drop-heading {
    font-size: 30px;
    display: none;
  }

  .right-arrow-wrap {
    justify-content: center;
    align-items: center;
    display: none;
    bottom: 0;
  }

  .zt-green-churro.olympia {
    margin-bottom: 0;
  }

  .meine-ruderwelt-titel {
    text-align: center;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .meine-ruderwelt-titel.mit-subtitel {
    padding-left: 20px;
    padding-right: 20px;
  }

  .meine-ruderwelt-titel.zt-white-28-pt {
    font-size: 20px;
    line-height: 24px;
  }

  .meine-ruderwelt-titel.swiss {
    margin-top: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .meine-ruderwelt-titel.medien {
    padding-bottom: 0;
  }

  .code-embed-3 {
    width: 100%;
  }

  .erfolge-sec {
    padding-bottom: 40px;
  }

  .txt-platzierung-3 {
    margin-bottom: 10px;
    padding-left: 0;
    line-height: 16px;
  }

  .ring-wrapper-detail-page-2 {
    flex-direction: column;
    line-height: 0;
  }

  .h2-milestones-2 {
    text-align: center;
    font-size: 2em;
    line-height: 100%;
  }

  .jg-milesotnes-2 {
    flex-direction: column;
    line-height: 0;
  }

  .text-block-77 {
    font-size: 18px;
  }

  .div-block-310 {
    border-width: 12px;
  }

  .h2-von-bis-2 {
    text-align: center;
    font-size: 2em;
    line-height: 100%;
  }

  .ruderwelt---txt-left.first {
    text-align: left;
  }

  .mrw--div-01._02, .ruderwelt---txt-right {
    margin-top: 0;
  }

  .right-arrow-wrap-2 {
    justify-content: center;
    align-items: center;
    display: none;
    bottom: 0;
  }

  .slide-nav-4 {
    opacity: .16;
    position: relative;
  }

  .direction-icon.right {
    margin-top: 0;
    margin-right: 0;
    position: relative;
    left: 0;
  }

  .direction-icon.left {
    margin-top: 0;
    position: relative;
    right: 0;
  }

  .left-arrow-wrap-2, .left-arrow-wrap-3 {
    align-items: center;
    margin-left: -29px;
    display: none;
    bottom: 0;
    left: 0;
  }

  .slide-nav-5 {
    opacity: .16;
    position: relative;
  }

  .button-5 {
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .button-5.top-padding {
    margin-right: auto;
  }

  .right-arrow-wrap-3 {
    justify-content: center;
    align-items: center;
    display: none;
    bottom: 0;
  }

  .work-car-thin-txt, .work-card_at-txt {
    font-size: 30px;
    display: none;
  }

  .text-blocktitle.text-block-subtitle {
    font-size: 24px;
  }

  .medien-sec.radio {
    flex-flow: column;
    display: flex;
    overflow: hidden;
  }

  .medien-sec.tv {
    width: 100vw;
  }

  .medien-sec.print {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .focustx-dv {
    padding-top: 40px;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .focus-txt-div {
    flex-flow: column;
    display: none;
  }

  .textlink-small-white-3 {
    width: 90vw;
    margin-top: 22px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
  }

  .video-div-tv {
    width: 100%;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .quote-2 {
    display: none;
  }

  .bluebox-vision {
    height: auto;
    margin-top: 0;
    padding-bottom: 20px;
  }

  .paragraph-15 {
    font-size: 12px;
    line-height: 18px;
  }

  .grey-box-3, .grey-box-4, .grey-box-5 {
    margin-top: 0;
    padding-bottom: 20px;
  }

  .tab-dropdown-2 {
    background-position: 94%;
    justify-content: center;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0%;
    font-size: 16px;
  }

  .tabs-content-3 {
    border-bottom-width: 3px;
    border-bottom-color: #70d6dd;
    margin-top: 0;
    padding: 0 0 20px;
  }

  .image-2066 {
    width: 100%;
  }

  .textlink-small-white-4 {
    width: 90vw;
    margin-top: 22px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
  }

  .text-block-83 {
    justify-content: center;
  }

  .text-block-84 {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .tabs-dropdown-01-mob-titel-2 {
    margin-bottom: 20px;
  }

  .image-2067 {
    width: 100%;
  }

  .core-twam-hike-text-wrapper-2 {
    width: 100%;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .par-mobile-small-2 {
    color: #636669;
    text-align: left;
    background-color: #0000;
    align-self: center;
    padding: 7px 20px;
    font-size: 1em;
    font-weight: 300;
    line-height: 24px;
  }

  .par-mobile-small-2.l-ez-0, .par-mobile-small-2.list {
    padding-left: 0;
  }

  .jean-step2phots {
    flex-flow: column;
    margin-bottom: 0;
  }

  .jean-step2phots.last {
    height: auto;
    min-height: 1000px;
  }

  .image-2068 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    width: 100%;
  }

  .image-2069 {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0;
    width: 100%;
    max-width: 100%;
  }

  .vision-text-down, .div-block-316, .div-block-317, .div-block-318 {
    width: 100%;
  }

  .zt-green-2000-meterh {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .home-intor-txt {
    font-size: 15px;
    line-height: 22px;
  }

  .swissolimpcwrapper {
    justify-content: center;
  }

  .zt-green-churroswiss-olympic.transapernt {
    margin-top: 40px;
  }

  .step-content-block-swis-olyc {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .text-block-swis-olympic {
    padding-bottom: 0;
    padding-left: 0;
    font-size: 14px;
    line-height: 22px;
  }

  .text-block-swis-olympic.white-text {
    text-align: center;
    font-size: 14px;
  }

  .olympia-logo {
    margin-bottom: 10px;
  }

  .exekutivrat-div {
    flex-flow: column-reverse;
  }

  .exekutivrat-div.bottom-40 {
    margin-bottom: 40px;
  }

  .itc-link {
    font-size: 3vw;
  }

  .left-arrow-wrap-4 {
    align-items: center;
    margin-left: -29px;
    display: none;
    bottom: 0;
    left: 0;
  }

  .tab-drop-heading-2 {
    font-size: 30px;
    display: none;
  }

  .right-arrow-wrap-4 {
    justify-content: center;
    align-items: center;
    display: none;
    bottom: 0;
  }

  .left-arrow-wrap-5 {
    align-items: center;
    margin-left: -29px;
    display: none;
    bottom: 0;
    left: 0;
  }

  .tab-drop-heading-3 {
    font-size: 30px;
    display: none;
  }

  .right-arrow-wrap-5 {
    justify-content: center;
    align-items: center;
    display: none;
    bottom: 0;
  }

  .growth-logo {
    margin-bottom: 10px;
  }

  .koopeettion-ec {
    min-height: auto;
  }

  .eventdiv {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .leaddim-gry-5-pt {
    font-size: 18px;
    line-height: 26px;
  }

  .dachmarke-video {
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: auto;
  }

  .background-video-26 {
    flex-flow: column;
    flex: 0 auto;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    margin-top: 10px;
    display: flex;
  }

  .paragraph-20 {
    width: 100%;
    font-size: 15px;
    line-height: 22px;
  }

  .div-block-320 {
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }

  .play-pause-button {
    width: 100%;
    margin-top: 20px;
  }

  .text-block-75-margin-top100 {
    width: 100%;
    font-size: 14px;
    line-height: 22px;
  }

  .text-block-75-margin-top100.zitat {
    padding-right: 0;
    line-height: 1.2em;
  }

  .titel-meineruderwelt {
    padding-bottom: 10px;
    font-size: 1.5em;
  }

  .container-2000-m {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .menu-passion-div {
    justify-content: space-between;
    width: auto;
    height: 100%;
    padding-bottom: 5px;
    padding-right: 0;
  }

  .menu-passion-div.behind-the-scene {
    width: 40%;
  }

  .burger-center {
    margin-top: 0;
  }

  .text-block20-20-vw {
    width: 100%;
    padding-bottom: 40px;
    font-size: 16px;
    line-height: 1.5em;
  }

  ._4-marken-vid-div {
    width: 95vw;
    height: 130vw;
    padding-top: 10%;
    padding-bottom: 5%;
  }

  .paragraph-18-white-font {
    width: 100%;
    font-size: 15px;
    line-height: 22px;
  }

  .step-button-container {
    padding-left: 0;
    padding-right: 0;
  }

  .service-icon {
    width: 2rem;
    height: 2rem;
    padding: 4px;
  }

  .large-service-button-vision {
    width: 90vw;
    height: 90vw;
    margin-right: 0;
  }

  .service-button-header, .service-button-header-2 {
    font-size: 1.2rem;
  }

  .bubble-wrap.soul {
    padding: 0;
  }

  .large-service-button-soul, .large-service-button-move-space, .large-service-button-robs {
    width: 90vw;
    height: 90vw;
    margin-right: 0;
  }

  .angebot-top-4-logos-cont.vision-hub {
    grid-template-columns: 25% 25% 25% 25%;
    margin-top: 20px;
    margin-bottom: 40px;
    padding-top: 20px;
  }

  .angebot-top-4-logos-cont.soul-sync, .angebot-top-4-logos-cont.move-space, .angebot-top-4-logos-cont.robs-hood {
    margin-top: 20px;
    margin-bottom: 40px;
    padding-top: 20px;
  }

  .image-2080.active, .image-2080.non-active {
    height: 100%;
  }

  .list-3 {
    padding-left: 20px;
  }

  .angebot-logo-div {
    justify-content: center;
    align-items: center;
    height: 100px;
  }

  .angebot-logo-div.right-side, .angebot-logo-div.middle-side {
    height: 100px;
  }

  .angebot-logo-div.left-side {
    justify-content: center;
    align-items: center;
    height: 100px;
  }

  .menu-big {
    display: flex;
  }

  .menu-header-txtr._4, .menu-header-txtr._2, .menu-header-txtr._1, .menu-header-txtr._3, .menu-header-txtr._5, .menu-header-txtr._4, .menu-header-txtr._2, .menu-header-txtr._1, .menu-header-txtr._3 {
    font-size: 8.5vw;
  }

  .menu-div._1, .menu-div.menu-orange, .menu-button-2, .close-button {
    font-size: 3.2vw;
  }

  .menu-main {
    justify-content: space-between;
    align-items: center;
    padding-left: 5em;
    padding-right: 5em;
  }

  .header-txt._1 {
    font-size: 8.5vw;
  }

  .header-txt._2 {
    font-size: 7.5vw;
  }

  .nl-sec {
    flex-flow: column;
    display: flex;
  }

  .nl-txt-div {
    justify-content: center;
    align-items: flex-start;
    padding-top: 0;
    padding-left: 10vw;
  }

  .nl-fields-div {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .div-block-325 {
    width: 75%;
  }

  .jg-main-menu {
    justify-content: space-between;
    align-items: center;
    padding-left: 5em;
    padding-right: 5em;
  }

  .jg-open-menu {
    display: flex;
  }

  .form-lname {
    padding-bottom: 20px;
    font-size: 1.5em;
  }

  .sende-but-kontakt {
    flex-flow: column;
    width: 120px;
    height: 120px;
    margin-right: .9rem;
  }

  .text-block-detailsangebot {
    font-size: 16px;
    line-height: 24px;
  }

  .list-element-txtangebot {
    font-size: 14px;
    line-height: 35px;
  }

  .text-block-details-angebot {
    font-size: 16px;
    line-height: 24px;
  }

  .swis-oiympic-div {
    flex-flow: column;
    width: 100%;
    padding-right: 0;
    font-size: 20px;
  }

  .cont-koborainen {
    padding-left: 0%;
    padding-right: 0%;
  }

  .exekutivrat-div-copy {
    flex-flow: column-reverse;
    width: 100%;
    margin-top: 0;
    font-size: 14px;
    line-height: 1.5em;
  }

  .det-01-secmove-space {
    padding-bottom: 10px;
    display: none;
  }

  .koopeettion-ec-2 {
    min-height: auto;
  }

  .bold-text-11 {
    font-size: 14px;
    line-height: 22px;
  }

  .soul-sync-swis-olympic {
    flex-flow: column;
    font-size: 20px;
  }

  .text-blockbod {
    padding-left: 0;
    font-size: 14px;
  }

  .text-blockbod.top-40 {
    margin-top: 40px;
  }

  .quote-or-div._02-mob {
    justify-content: center;
    align-items: flex-end;
    width: 90vw;
    height: 90vw;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 40px;
  }

  .quote-or-div._01-mob {
    justify-content: center;
    align-items: flex-start;
    width: 90vw;
    height: 90vw;
    padding-bottom: 0;
    padding-left: 40px;
    padding-right: 0;
  }

  .quote-or-div.mob-03 {
    justify-content: center;
    align-items: flex-start;
    width: 90vw;
    height: 90vw;
    padding-left: 40px;
    padding-right: 20px;
    font-family: Montserrat, sans-serif;
    font-size: 10px;
    font-weight: 300;
  }

  .quote-or-div._04-mob {
    justify-content: center;
    align-items: flex-end;
    width: 90vw;
    height: 90vw;
    padding-top: 0;
    padding-right: 40px;
  }

  .quote-txt-or._02-mob {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-size: 13px;
    line-height: 16px;
  }

  .quote-txt-or._03-mob {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    font-size: 13px;
    line-height: 16px;
  }

  .quote-txt-or.mob-04 {
    width: 100%;
    font-size: 13px;
    line-height: 16px;
  }

  .quote-txt-or._01-mob {
    width: 90%;
    font-size: 13px;
    line-height: 16px;
  }

  .main-menu-entry {
    font-size: 7vw;
  }

  .main-menu-entry.jeannine {
    font-size: 7vw;
    font-weight: 400;
  }

  .main-menu-entry.jeannine.sub {
    padding-left: 20px;
    font-size: 5vw;
    line-height: 7vw;
  }

  .main-menu-entry.jeannine.sub-sub {
    padding-left: 40px;
    font-size: 4vw;
    line-height: 7vw;
  }

  .main-menu-entry.behindethescene {
    font-size: 7vw;
  }

  .main-menu-entry.home {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 7vw;
  }

  .section-26 {
    padding-top: 0;
  }

  .text-block-93 {
    text-align: center;
  }

  .text-block-95 {
    font-size: 24px;
    line-height: 24px;
  }

  .text40-top-mg {
    padding-top: 0;
  }

  .kleeblatt-divmobile {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-copy {
    text-align: left;
    padding-bottom: 10px;
    font-size: 14px;
  }

  .paragraph-copy.swiss-olympic {
    flex-flow: column;
    width: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    line-height: 22px;
    display: flex;
  }

  .large-service-button {
    width: 3rem;
    height: 3rem;
    margin-right: .9rem;
  }

  ._01-circle-button, .large-service-button-visionmobile {
    width: 90vw;
    height: 90vw;
    margin-right: 0;
  }

  .glasscard-tv {
    width: auto;
    min-width: auto;
    height: 400px;
  }

  .image-2082 {
    width: 100%;
  }

  .title-in-bar {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.5em;
  }

  .link-block-4 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .brand-2.w--current {
    justify-content: flex-end;
    align-items: center;
    width: 40%;
    height: 100%;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .image-2083 {
    width: 100px;
    height: auto;
    margin-top: 20%;
    margin-left: 10%;
  }

  .text-block-97 {
    text-align: center;
  }

  .eventdiv-2 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .code-embed-7, .news-insta-embed {
    width: 100%;
  }

  .left-pop-out-menu-2 {
    padding-top: 100px;
    padding-left: 15vw;
  }

  .nav-link-menu-left-2 {
    font-size: 7vw;
  }

  .nav-link-menu-left-2.jeannine {
    font-size: 7vw;
    font-weight: 400;
  }

  .nav-link-menu-left-2.jeannine.sub {
    padding-left: 20px;
    font-size: 5vw;
    line-height: 7vw;
  }

  .nav-link-menu-left-2.jeannine.sub-sub {
    padding-left: 40px;
    font-size: 4vw;
    line-height: 7vw;
  }

  .container {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .menu-left {
    padding: 10px 20px 0;
  }

  .overlay-2 {
    flex-flow: column;
    place-content: flex-start center;
    align-items: stretch;
    height: 100vh;
    inset: 0% auto;
  }

  .menu-links {
    margin-left: 20px;
    margin-right: 0;
    left: auto;
  }
}

#w-node-bb67d1be-65ce-0d91-7a3f-7fd354c387eb-e6ad871b {
  place-self: center;
}

#w-node-_4573daf1-e486-bf96-080c-09e08e0bd574-e6ad8728 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1fce59fa-8c85-a19b-f4ed-d922df931f6e-e6ad872a, #w-node-_1749bd3c-1e06-834e-4661-5fb332ff0b5f-e6ad872a, #w-node-_8cc8174f-22d1-fc78-e422-2e1522b18f3f-e6ad872a, #w-node-_86e1842e-6dec-b0eb-ce37-c4a9f4d53e44-e6ad872a, #w-node-_1fce59fa-8c85-a19b-f4ed-d922df931f6e-e6ad872b, #w-node-_1749bd3c-1e06-834e-4661-5fb332ff0b5f-e6ad872b, #w-node-_8cc8174f-22d1-fc78-e422-2e1522b18f3f-e6ad872b, #w-node-_86e1842e-6dec-b0eb-ce37-c4a9f4d53e44-e6ad872b, #w-node-_1fce59fa-8c85-a19b-f4ed-d922df931f6e-e6ad872c, #w-node-_1749bd3c-1e06-834e-4661-5fb332ff0b5f-e6ad872c, #w-node-_8cc8174f-22d1-fc78-e422-2e1522b18f3f-e6ad872c, #w-node-_86e1842e-6dec-b0eb-ce37-c4a9f4d53e44-e6ad872c, #w-node-_1fce59fa-8c85-a19b-f4ed-d922df931f6e-e6ad872d, #w-node-_1749bd3c-1e06-834e-4661-5fb332ff0b5f-e6ad872d, #w-node-_8cc8174f-22d1-fc78-e422-2e1522b18f3f-e6ad872d, #w-node-_86e1842e-6dec-b0eb-ce37-c4a9f4d53e44-e6ad872d {
  place-self: center;
}

@media screen and (min-width: 1280px) {
  #w-node-_5c04ac49-1f24-f6cb-3aa7-bc019199953e-e6ad871c, #w-node-_5c04ac49-1f24-f6cb-3aa7-bc019199954e-e6ad871c, #w-node-_23ff8839-7e85-798c-0617-b4e208234474-e6ad871c, #w-node-_23ff8839-7e85-798c-0617-b4e208234485-e6ad871c, #w-node-_23ff8839-7e85-798c-0617-b4e208234496-e6ad871c, #w-node-_23ff8839-7e85-798c-0617-b4e2082344a7-e6ad871c, #w-node-_23ff8839-7e85-798c-0617-b4e2082344b8-e6ad871c, #w-node-_23ff8839-7e85-798c-0617-b4e2082344c9-e6ad871c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_4573daf1-e486-bf96-080c-09e08e0bd574-e6ad8728 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4573daf1-e486-bf96-080c-09e08e0bd574-e6ad8728 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Hero New';
  src: url('../fonts/Hero-New-Medium-Italic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Hero New Hairline';
  src: url('../fonts/Hero-New-Hairline.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hero New';
  src: url('../fonts/Hero-New-ExtraBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hero New';
  src: url('../fonts/Hero-New-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hero New';
  src: url('../fonts/Hero-New-Light-Italic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Hero New Hairline';
  src: url('../fonts/Hero-New-Hairline-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Hero New';
  src: url('../fonts/Hero-New-Bold-Italic.otf') format('opentype'), url('../fonts/Hero-New-ExtraBold-Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Hero New';
  src: url('../fonts/Hero-New-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hero New';
  src: url('../fonts/Hero-New-SemiBold-Italic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}