@font-face {
  font-family: Montserrat Custom;
  src: url('../fonts/Montserrat-BlackItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Montserrat Custom;
  src: url('../fonts/Montserrat-ExtraBold.ttf') format("truetype"), url('../fonts/Montserrat-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat Custom;
  src: url('../fonts/Montserrat-BoldItalic.ttf') format("truetype"), url('../fonts/Montserrat-ExtraBoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Montserrat Custom;
  src: url('../fonts/Montserrat-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat Custom;
  src: url('../fonts/Montserrat-ExtraLightItalic.ttf') format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Montserrat Custom;
  src: url('../fonts/Montserrat-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat Custom;
  src: url('../fonts/Montserrat-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat Custom;
  src: url('../fonts/Montserrat-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Montserrat Custom;
  src: url('../fonts/Montserrat-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat Custom;
  src: url('../fonts/Montserrat-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Montserrat Custom;
  src: url('../fonts/Montserrat-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat Custom;
  src: url('../fonts/Montserrat-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat Custom;
  src: url('../fonts/Montserrat-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat Custom;
  src: url('../fonts/Montserrat-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Montserrat Custom;
  src: url('../fonts/Montserrat-SemiBoldItalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Montserrat Custom;
  src: url('../fonts/Montserrat-ThinItalic.ttf') format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

:root {
  --white-smoke: #f0f0f0;
}

.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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.column_header_menu {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.columns_header {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.lottie-animation {
  cursor: pointer;
  width: 2.5vw;
  margin-right: 2vw;
  display: none;
}

.section_head_slider {
  background-image: linear-gradient(#0000 50%, #00000040), url('../images/pexels-kammeran-gonzalezkeola-7925859.jpg');
  background-position: 0 0, 50% 70%;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
  justify-content: center;
  width: 100%;
  height: 50vw;
  display: block;
  position: relative;
}

.section_intro {
  position: relative;
}

.div-block-intro {
  background-color: #f7f7f7;
  padding: 10vw 5vw 5vw;
  position: static;
}

.div-block-intro.legal {
  padding-top: 5vw;
}

.text-block-middle-costum {
  color: #000;
  text-align: center;
  letter-spacing: .1vw;
  font-family: Montserrat Custom, sans-serif;
  font-size: 1.2vw;
  font-weight: 300;
  line-height: 1.8vw;
}

.text-block-middle-costum.padding {
  color: #000;
  text-align: center;
  letter-spacing: .1vw;
  padding-left: 17vw;
  padding-right: 17vw;
  font-family: Montserrat Custom, sans-serif;
  font-size: 1.2vw;
  font-weight: 300;
  line-height: 3vw;
}

.text-block-middle-costum.icn {
  font-family: Montserrat Custom, sans-serif;
  font-weight: 600;
}

.text-block-middle-costum.footer {
  letter-spacing: .2vw;
  font-family: Montserrat Custom, sans-serif;
  font-size: 1vw;
}

.text-block-middle-costum.intro {
  font-family: Montserrat Custom, sans-serif;
}

.text-block-middle-costum.sportarten {
  font-family: Montserrat Custom, sans-serif;
  line-height: 3vw;
}

.text-block-middle-costum.left {
  text-align: left;
  font-family: Montserrat Custom, sans-serif;
}

.text-block-middle-costum.nav {
  color: #000;
  font-family: Montserrat Custom, sans-serif;
  font-size: 1vw;
  font-weight: 500;
  line-height: 1.5vw;
}

.text-block-middle-costum.ausbildung {
  font-family: Montserrat Custom, sans-serif;
}

.section_timeline {
  padding: 5vw 3vw;
}

.picture {
  z-index: 1;
  background-image: url('../images/daf7039e-ace0-4a76-b925-4ca718285da3-2-1_komprimiert.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: flex-end;
  width: 100%;
  height: 100%;
}

.picture._2 {
  background-image: url('../images/MW_2.jpg');
}

.picture._1 {
  background-image: url('../images/MW_1.jpg');
  background-position: 50%;
}

.section_sponsors {
  background-color: #f7f7f7;
}

.dmv {
  width: 10vw;
}

.section_footer {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 2vw;
  padding-bottom: 2vw;
  display: flex;
}

.image-3 {
  width: 10vw;
  margin-bottom: 1vw;
}

.link-block-sm-icn {
  font-family: Montserrat Custom, sans-serif;
}

.link-block-sm-icn:hover {
  opacity: .5;
}

.image-4 {
  width: 2.2vw;
  margin-left: 2vw;
}

.image-4.menu {
  margin-right: 2vw;
}

.div-block-menu {
  z-index: 3;
  text-align: center;
  background-color: #000;
  width: 100%;
  height: 500vw;
  padding: 10vw 5vw 5vw;
  font-family: Montserrat Custom, sans-serif;
  display: none;
  position: fixed;
  inset: 0%;
}

.link-block-menu {
  text-decoration: none;
  display: inline-block;
}

.div-block-sm-menu {
  flex: 1;
  justify-content: center;
  width: 100%;
  margin-top: 2vw;
  margin-bottom: 0;
  display: flex;
}

.div-block-menu-option {
  margin-bottom: 3vw;
}

.navbar_logo, .navbar_logo.w--current {
  margin-top: 2vw;
}

.image-5 {
  width: 15vw;
}

.div_block_navbar {
  z-index: 4;
  width: 100%;
  height: 9vw;
  margin-top: 0;
  padding: 2vw 5vw;
  position: fixed;
  inset: 0% 0% auto;
}

.div-block-growth {
  background-color: #0000;
  padding: 8vw 17vw 3vw;
}

.div-block-growth.icn {
  padding-bottom: 8vw;
  padding-left: 5vw;
  padding-right: 5vw;
}

.heading {
  text-align: center;
  letter-spacing: .2vw;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 2vw;
  font-family: Montserrat Custom, sans-serif;
  font-size: 1.8vw;
  font-weight: 700;
  line-height: 2.5vw;
}

.heading.themenschwerpunkt {
  margin-bottom: 2vw;
}

.heading.ausbildung {
  margin-bottom: 5vw;
}

.icons {
  width: 7.5vw;
}

.section_snowboard {
  overflow: hidden;
}

.snowboard_layer_1 {
  z-index: 2;
  justify-content: center;
  width: 110%;
  height: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.section_zielgruppen {
  margin-top: 0;
}

.div-block-zielgruppen, .presse {
  background-color: #0000;
  padding: 5vw;
}

.grid-growth {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 0;
  margin-left: 8vw;
  margin-right: 8vw;
}

.div-block-header {
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 5vw;
  display: block;
  position: fixed;
}

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

.grid-sponsors {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: center;
  height: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 5vw;
  padding-right: 5vw;
}

.grid-sponsors._2, .grid-sponsors._4, .grid-sponsors._3 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-sponsors._5 {
  grid-template-columns: 1fr 1fr 1fr;
}

._8020, .donaurun, .pure {
  width: 10vw;
}

.heading-1 {
  text-align: center;
  letter-spacing: .2vw;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 2vw;
  font-family: Montserrat Custom, sans-serif;
  font-size: 1.8vw;
  font-weight: 700;
  line-height: 2.2vw;
}

.heading-1.mw {
  font-family: Montserrat Custom, sans-serif;
}

.heading-1.thin {
  text-transform: none;
  font-weight: 400;
}

.section_themenschwerpunkt {
  margin-top: 0;
  margin-bottom: 0;
}

.snowboard_layer_2 {
  z-index: 3;
  background-image: url('../images/MW_5.png');
  background-position: 0 0;
  background-size: auto;
  width: 110%;
  height: auto;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.snowboard_main {
  width: 100%;
  height: 55vw;
  position: relative;
}

.snowboard_layer_3 {
  z-index: 4;
  background-image: url('../images/MW_5.png');
  background-position: 0 0;
  background-size: auto;
  width: 110%;
  height: auto;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.snowboard_layer_4 {
  z-index: 5;
  background-image: url('../images/MW_5.png');
  background-position: 0 0;
  background-size: auto;
  width: 110%;
  height: auto;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.image-16, .image-17, .image-18, .image-19 {
  width: 110%;
}

.html-embed-full_hd {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
  overflow: visible;
}

.image-21 {
  width: 10vw;
}

.div-block-navbar-adjuster {
  z-index: 11;
  background-image: url('../images/MW_Header_Holder.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 10vw;
  padding-top: 2vw;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.bold-text {
  font-family: Montserrat Custom, sans-serif;
}

.lottie-animation-2 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 10vw;
  display: block;
  position: relative;
  inset: 0%;
}

.div-block-lottie {
  z-index: 9;
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-bottom: 2vw;
  display: flex;
  position: absolute;
  inset: -2vw 0% 0%;
}

.columns_navbar {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.column_nav_2 {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.list {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.list-item_nav {
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 2vw;
  margin-right: 2vw;
  display: flex;
}

.link_block_nav {
  font-family: Montserrat Custom, sans-serif;
  text-decoration: none;
}

.columns-timeline-top {
  margin-left: 12vw;
  margin-right: 12vw;
}

.section_sportpsyschologie {
  padding: 5vw 3vw;
}

.div-block-fix {
  width: 0%;
  height: 5vw;
  margin-top: -5vw;
  position: absolute;
  inset: auto;
}

.div-block-fix.sportarten {
  height: 10vw;
  margin-top: -10vw;
}

.div-block-fix.ausbildung {
  height: 12vw;
  margin-top: -12vw;
}

.slider-themenschwerpunkte {
  background-color: #0000;
  height: 35vw;
}

.left-arrow, .right-arrow-2 {
  color: #000;
}

.slide-nav-3 {
  margin-top: 1vw;
  font-size: .8vw;
  line-height: 1vw;
  position: static;
}

.text-span {
  font-size: 2.5vw;
}

.link-3, .link-4, .link-5, .link-6, .link-7, .link-8, .link-9, .link-10, .link-11, .link-12, .link-13, .link-14 {
  color: #000;
}

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

.link-16, .link-17 {
  color: #000;
}

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

.columns_slider {
  display: flex;
}

.columns-slider-pic {
  height: 36vw;
  padding-left: 0;
  padding-right: 0;
}

.columns-slider-txt {
  justify-content: center;
  align-items: center;
  height: 36vw;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.mask-slider-performance {
  height: auto;
}

.div-block {
  background-color: #f2f2f2;
  height: 100%;
  padding: 5vw 10vw 5vw 5vw;
}

.lottie-animation-_separator {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 10vw;
  display: block;
  position: relative;
  inset: 0%;
}

.div-block-logo-lottie, .div-block-dot {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-punkt {
  background-color: #000;
  border-radius: 100vw;
  width: 1.25vw;
  height: 1.25vw;
}

.dosb {
  width: 6vw;
}

.section_news {
  padding: 0 5vw 8vw;
}

.link-block-news {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-right: 0;
  display: flex;
}

.link-block-news.r {
  justify-content: flex-start;
  padding-left: 5vw;
  display: flex;
}

.link-block-news.l {
  justify-content: flex-end;
  padding-right: 5vw;
}

.image-22 {
  height: 18vw;
}

.div-block-news {
  margin-bottom: 5vw;
}

.div-block-separator {
  background-color: #000;
  width: 100%;
  height: 1px;
  margin-top: 3vw;
  margin-bottom: 3vw;
}

.slider_logos {
  background-color: #0000;
}

.icon_black {
  color: #000;
  font-size: 2vw;
}

.mental_e {
  width: 15vw;
}

.rub {
  width: 6vw;
}

.asp {
  width: 15vw;
}

.tum {
  width: 10vw;
}

.slide-nav-5 {
  font-size: .8vw;
  line-height: 1vw;
}

.slider_pics {
  background-color: #0000;
}

.grid-pics {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row dense;
  justify-content: stretch;
  place-items: center;
  height: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.lightbox-link {
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: block;
}

.div-block-pic-gallery {
  background-image: url('../images/MW_Slider_3.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.div-block-pic-gallery._2 {
  background-image: url('../images/MW_Slider_15.jpg');
}

.div-block-pic-gallery._3 {
  background-image: url('../images/MW_Slider_4.jpg');
  justify-content: space-between;
  display: block;
}

.div-block-pic-gallery._4 {
  background-image: url('../images/MW_Slider_8.jpg');
}

.div-block-pic-gallery._5 {
  background-image: url('../images/MW_Slider_6.jpg');
}

.div-block-pic-gallery._6 {
  background-image: url('../images/MW_Slider_2.jpg');
}

.div-block-pic-gallery._7 {
  background-image: url('../images/MW_Slider_7.jpg');
}

.div-block-pic-gallery._8 {
  background-image: url('../images/MW_Slider_10.jpg');
}

.div-block-pic-gallery._9 {
  background-image: url('../images/MW_Slider_11.jpg');
}

.div-block-pic-gallery._10 {
  background-image: url('../images/MW_Slider_13.jpg');
}

.div-block-pic-gallery._11 {
  background-image: url('../images/MW_Slider_1.jpg');
}

.div-block-pic-gallery._12 {
  background-image: url('../images/MW_Slider_12.jpg');
}

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

.slide-nav-white {
  font-size: .8vw;
  line-height: 1vw;
}

.grid {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  grid-template-columns: 1fr 1fr;
}

.ioc {
  width: 15vw;
}

.lang {
  color: #000;
  font-family: Montserrat Custom, sans-serif;
  font-size: 1.5vw;
  font-weight: 600;
  line-height: 2vw;
  text-decoration: none;
  position: absolute;
  inset: auto 2vw 2vw auto;
}

.link-22 {
  color: #000;
  font-family: Montserrat Custom, sans-serif;
  text-decoration: none;
}

.link-22.w--current {
  color: #000;
  font-family: Montserrat Custom, sans-serif;
}

.team_d {
  width: auto;
}

.bis {
  width: 10vw;
}

.athletesinmind {
  width: 15vw;
}

.garmin {
  width: 14vw;
}

.bjv {
  width: 15vw;
}

.us {
  width: 6vw;
}

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 16px;
  padding-bottom: 16px;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 32px;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-manager_icon {
  width: 32px;
  height: 32px;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 24px;
  font-family: Montserrat Custom, sans-serif;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999px;
  width: 44px;
  height: 24px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.fs-cc-banner_close-icon {
  width: 24px;
  height: 24px;
}

.fs-cc-banner_text-link {
  color: #2d2d2d;
  border-bottom: 2px solid #2d2d2d;
  font-family: Montserrat Custom, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 576px;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  font-family: Montserrat Custom, sans-serif;
  position: relative;
}

.fs-cc-prefs_button {
  background-color: #050505;
  border: 2px #000;
  border-radius: 500px;
  margin-right: 8px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  color: #000;
  background-color: #fff;
  border-style: solid;
  border-color: #000;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 40px;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 40px 32px;
  overflow: scroll;
}

.fs-cc-prefs_trigger {
  font-family: Montserrat Custom, sans-serif;
  display: none;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 20px;
  height: 20px;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  font-family: Montserrat Custom, sans-serif;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_title {
  color: #2d2d2d;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-banner_button {
  color: #fff;
  text-align: center;
  background-color: #2d2d2d;
  border: 2px solid #2d2d2d;
  border-radius: 500px;
  min-width: 140px;
  margin-left: 16px;
  padding: 10px 20px;
  font-family: Montserrat Custom, sans-serif;
  font-size: 16px;
}

.fs-cc-banner_button.fs-cc-button-alt {
  color: #2d2d2d;
  background-color: #f5f5f5;
  border-color: #2d2d2d;
  font-family: Montserrat Custom, sans-serif;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs_close-icon {
  color: #2d2d2d;
  width: 16px;
  height: 16px;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #fff;
  border-top: 1px solid #4353ff29;
  padding: 24px 32px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  margin-left: 12px;
  padding: 10px;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-manager_component {
  z-index: 999;
  display: none;
  position: fixed;
  inset: auto auto 20px 20px;
}

.fs-cc-prefs_text {
  color: #2d2d2d;
  font-size: 12px;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  flex-direction: column;
  padding: 10px;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 32px;
  margin-right: -8px;
  display: flex;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: 10px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  inset: -12px -12px auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-banner_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.fs-cc-prefs_space-small {
  margin-bottom: 12px;
}

.fs-cc-prefs_label {
  color: #2d2d2d;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.success-message, .error-message, .heading-2, .field-label, .text-field, .submit-button {
  font-family: Montserrat Custom, sans-serif;
}

.heading-middle-costum {
  color: #fff;
  font-size: 1.8vw;
  font-weight: 600;
  line-height: 2.2vw;
}

.heading-left-costum {
  font-family: Montserrat Custom, sans-serif;
  font-size: 1.8vw;
  font-weight: 600;
  line-height: 2.2vw;
}

.image-25 {
  width: 10vw;
}

.olympia_tokyo {
  width: auto;
  height: 10vw;
}

.bayern_m {
  width: 6vw;
}

.audi {
  width: 10vw;
}

@media screen and (min-width: 1280px) {
  .text-block-middle-costum.padding {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-growth.icn {
    padding-bottom: 8vw;
  }

  .div-block-zielgruppen {
    padding: 5vw 17vw;
  }

  .div-block-header {
    height: 5vw;
  }

  .image-22 {
    height: 18vw;
  }
}

@media screen and (min-width: 1440px) {
  .section_head_slider {
    background-position: 50%;
    background-repeat: repeat;
    background-size: auto;
    height: 42.5vw;
  }

  .text-block-middle-costum {
    font-size: 1vw;
  }

  .text-block-middle-costum.padding {
    font-size: 1vw;
    line-height: 3vw;
  }

  .text-block-middle-costum.intro {
    font-size: 1vw;
    line-height: 1.8vw;
  }

  .text-block-middle-costum.sportarten {
    font-size: 1vw;
    line-height: 3vw;
  }

  .text-block-middle-costum.left {
    font-size: 1vw;
    line-height: 1.8vw;
  }

  .div-block-growth {
    padding-top: 5vw;
    padding-bottom: 5vw;
    position: relative;
  }

  .div-block-growth.icn {
    padding-top: 8vw;
  }

  .div-block-zielgruppen {
    padding: 5vw 17vw;
  }

  .div-block-header {
    height: 5vw;
  }

  .html-embed-full_hd {
    display: block;
  }

  .div-block-logo-lottie {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-22 {
    height: 18vw;
  }

  .olympia_tokyo {
    height: 8vw;
  }

  .audi {
    width: 8vw;
  }
}

@media screen and (min-width: 1920px) {
  .column_header_empty {
    padding-left: 0;
    padding-right: 0;
  }

  .columns_header {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .section_head_slider {
    background-image: url('../images/pexels-kammeran-gonzalezkeola-7925859.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 40vw;
    display: block;
  }

  .text-block-middle-costum {
    font-size: .9vw;
    line-height: 1.4vw;
  }

  .text-block-middle-costum.padding {
    font-size: 1vw;
    line-height: 3vw;
  }

  .text-block-middle-costum.icn {
    font-size: 1vw;
    line-height: 1.5vw;
  }

  .text-block-middle-costum.footer {
    margin-top: .5vw;
  }

  .text-block-middle-costum.intro {
    font-size: 1vw;
    line-height: 1.5vw;
  }

  .text-block-middle-costum.sportarten {
    font-size: 1vw;
    line-height: 3vw;
  }

  .text-block-middle-costum.left {
    font-size: 1vw;
    line-height: 2vw;
  }

  .image-4 {
    width: 1.8vw;
  }

  .div-block-menu {
    display: none;
    position: fixed;
  }

  .image-5 {
    width: 15vw;
  }

  .div-block-growth.icn {
    padding-top: 8vw;
  }

  .heading {
    font-size: 1.5vw;
    font-weight: 700;
    line-height: 2vw;
  }

  .section_snowboard {
    overflow: hidden;
  }

  .snowboard_layer_1 {
    z-index: 2;
    width: 110%;
    display: block;
    overflow: visible;
  }

  .div-block-zielgruppen {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .div-block-header {
    z-index: 6;
    align-items: center;
    height: 5vw;
  }

  .heading-1 {
    font-size: 1.5vw;
    line-height: 2vw;
  }

  .snowboard_layer_2 {
    z-index: 3;
    width: 110%;
    overflow: visible;
  }

  .snowboard_layer_3 {
    z-index: 4;
    width: 110%;
    overflow: visible;
  }

  .snowboard_layer_4 {
    z-index: 5;
    width: 110%;
    overflow: visible;
  }

  .image-16, .image-17, .image-18, .image-19 {
    width: 110%;
  }

  .html-embed-full_hd {
    z-index: 1;
    position: absolute;
    inset: 0%;
    overflow: hidden;
  }

  .image-21 {
    width: 8vw;
  }

  .div-block-navbar-adjuster {
    background-image: url('../images/MW_Header_Holder.png');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 75%;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 8vw;
    padding-top: 1.5vw;
    display: flex;
    position: fixed;
    inset: 0% 0% auto;
  }

  .lottie-animation-2 {
    flex: 0 auto;
    align-self: auto;
    align-items: flex-end;
    width: 8vw;
    display: flex;
    position: relative;
    inset: 13% 0% 0%;
  }

  .div-block-lottie {
    top: -5.5vw;
  }

  .columns-timeline-top {
    margin-left: 12vw;
    margin-right: 12vw;
  }

  .div-block-fix.ausbildung {
    height: 8vw;
    margin-top: -8vw;
  }

  .slide-nav-3 {
    line-height: 1vw;
  }

  .lottie-animation-_separator {
    flex: 0 auto;
    align-self: auto;
    align-items: flex-end;
    width: 8vw;
    display: flex;
    position: relative;
    inset: 14% 0% 0%;
  }

  .image-22 {
    height: 15vw;
  }

  .icon_black {
    font-size: 1.5vw;
  }

  .asp {
    width: 15vw;
  }

  .slider_pics {
    height: 20vw;
  }

  .lang {
    z-index: 10;
  }

  .audi {
    width: 8vw;
  }
}

@media screen and (max-width: 991px) {
  .column_header_empty {
    padding-left: 0;
    padding-right: 0;
  }

  .lottie-animation {
    width: 3vw;
  }

  .section_head_slider {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .text-block-middle-costum {
    font-size: 1.5vw;
    line-height: 2vw;
  }

  .text-block-middle-costum.padding {
    padding-left: 6vw;
    padding-right: 6vw;
    font-size: 1.5vw;
    line-height: 2.5vw;
  }

  .text-block-middle-costum.icn {
    font-size: 1.8vw;
    line-height: 2.5vw;
  }

  .text-block-middle-costum.footer {
    font-size: 1.5vw;
    line-height: 2.5vw;
  }

  .text-block-middle-costum.intro {
    margin-top: 2vw;
    line-height: 2.5vw;
  }

  .text-block-middle-costum.sportarten, .text-block-middle-costum.left {
    line-height: 2.5vw;
  }

  .section_timeline {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .picture {
    background-position: 100%;
    height: 40vw;
  }

  .picture._2 {
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    width: 100%;
    height: 40vw;
    display: block;
  }

  .dmv {
    width: 14vw;
  }

  .image-3 {
    width: 15vw;
  }

  .image-4 {
    width: 2.8vw;
    margin-left: 3vw;
  }

  .div-block-menu {
    padding-top: 12vw;
    display: none;
    position: fixed;
  }

  .heading {
    font-size: 2.5vw;
    line-height: 3.5vw;
  }

  .section_zielgruppen {
    margin-top: 10vw;
  }

  .grid-growth {
    margin-top: 0;
  }

  .grid-sponsors {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  ._8020 {
    width: 10vw;
  }

  .donaurun, .pure {
    width: 12vw;
  }

  .heading-1 {
    margin-bottom: 0;
    font-size: 2.5vw;
    line-height: 3.5vw;
  }

  .heading-1.mw {
    margin-bottom: 2vw;
  }

  .section_themenschwerpunkt {
    margin-top: 4vw;
  }

  .image-21 {
    width: 15vw;
  }

  .div-block-navbar-adjuster {
    background-size: 125vw;
  }

  .section_sportpsyschologie {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .slider-themenschwerpunkte {
    height: auto;
  }

  .left-arrow {
    flex-direction: row;
    align-items: stretch;
    display: block;
    position: absolute;
  }

  .slide-nav-3 {
    font-size: 1vw;
  }

  .text-span {
    font-size: 3.5vw;
    line-height: 4.5vw;
  }

  .columns_slider {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    height: auto;
    display: flex;
  }

  .columns-slider-pic {
    flex-direction: column;
    order: 0;
    justify-content: space-between;
    align-self: auto;
    height: auto;
    display: block;
  }

  .columns-slider-txt {
    flex: none;
    justify-content: center;
    align-self: auto;
    height: auto;
    display: block;
  }

  .div-block {
    flex: 1;
    align-self: auto;
    width: 100%;
    height: 40vw;
    padding-left: 10vw;
    display: block;
  }

  .dosb {
    width: 8vw;
  }

  .div-block-news {
    margin-bottom: 5vw;
  }

  .icon_black {
    display: none;
  }

  .mental_e {
    width: 18vw;
  }

  .rub {
    width: 8vw;
  }

  .asp {
    width: 15vw;
  }

  .tum {
    width: 10vw;
  }

  .slide-nav-5 {
    font-size: 1vw;
  }

  .grid-pics {
    padding-top: 0;
    padding-bottom: 0;
  }

  .slide-nav-white {
    font-size: 1vw;
  }

  .ioc {
    width: 15vw;
  }

  .team_d {
    width: 7vw;
  }

  .bis {
    width: 15vw;
  }

  .athletesinmind {
    width: 18vw;
  }

  .garmin, .bjv {
    width: 15vw;
  }

  .olympia_tokyo {
    height: 10vw;
  }

  .bayern_m {
    width: 8vw;
  }

  .audi {
    width: 12vw;
  }
}

@media screen and (max-width: 767px) {
  .lottie-animation {
    width: 4vw;
  }

  .section_head_slider {
    background-image: url('../images/pexels-kammeran-gonzalezkeola-7925859.jpg');
    background-position: 50%;
    background-size: cover;
    background-attachment: scroll;
    height: 100vw;
    display: flex;
  }

  .div-block-intro {
    padding-top: 15vw;
    padding-bottom: 10vw;
  }

  .text-block-middle-costum {
    font-size: 2.5vw;
    line-height: 5vw;
  }

  .text-block-middle-costum.padding {
    padding-left: 2vw;
    padding-right: 2vw;
    font-size: 2.5vw;
    line-height: 5vw;
  }

  .text-block-middle-costum.icn {
    font-size: 3vw;
    line-height: 4vw;
  }

  .text-block-middle-costum.footer {
    font-size: 2.5vw;
    line-height: 4.5vw;
  }

  .text-block-middle-costum.intro {
    font-size: 2.5vw;
    line-height: 3.5vw;
  }

  .text-block-middle-costum.sportarten {
    font-size: 2.5vw;
    line-height: 5vw;
  }

  .text-block-middle-costum.left {
    font-size: 2.5vw;
    line-height: 4vw;
  }

  .text-block-middle-costum.ausbildung {
    margin-bottom: 3vw;
  }

  .section_timeline {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .picture {
    background-position: 50% 24%;
    height: 75vw;
  }

  .picture._2 {
    height: 75vw;
  }

  .dmv {
    width: 30vw;
  }

  .section_footer {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .image-3 {
    width: 20vw;
    margin-bottom: 2vw;
  }

  .image-4 {
    width: 4vw;
  }

  .div-block-menu {
    padding-top: 15vw;
    display: none;
  }

  .div-block-menu-option {
    margin-bottom: 5vw;
  }

  .image-5 {
    width: 20vw;
  }

  .div-block-growth {
    padding: 10vw 6vw;
  }

  .heading {
    font-size: 4vw;
    line-height: 5vw;
  }

  .icons {
    width: 20vw;
  }

  .section_zielgruppen {
    margin-top: 0;
    margin-bottom: 0;
  }

  .presse {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .grid-growth {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: 6vw;
    margin-right: 6vw;
    display: grid;
  }

  .div-block-header {
    height: 10vw;
  }

  .div-block-icn {
    margin-bottom: 5vw;
  }

  .grid-sponsors, .grid-sponsors._2 {
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .grid-sponsors._4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    display: flex;
  }

  .grid-sponsors._3 {
    flex-direction: column;
    display: flex;
  }

  ._8020, .donaurun {
    width: 25vw;
  }

  .pure {
    width: 20vw;
  }

  .heading-1 {
    font-size: 4vw;
    line-height: 5vw;
  }

  .heading-1.mw {
    margin-bottom: 3vw;
  }

  .section_themenschwerpunkt {
    background-position: 50% 100%;
    background-size: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .image-21 {
    width: 20vw;
  }

  .div-block-navbar-adjuster {
    background-size: 150vw;
    height: 12vw;
  }

  .bold-text {
    font-size: 2.5vw;
    line-height: 3.5vw;
  }

  .link-block-sponsors {
    justify-content: center;
    align-items: center;
    margin-top: 5vw;
    margin-bottom: 5vw;
    display: flex;
  }

  .lottie-animation-2 {
    width: 18vw;
    top: 5%;
  }

  .div-block-lottie {
    top: -6vw;
  }

  .column_nav_1, .column_nav_3, .div-block-timeline {
    display: none;
  }

  .section_sportpsyschologie {
    height: 100%;
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .slider-themenschwerpunkte {
    height: auto;
  }

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

  .slide-nav-3 {
    font-size: 1.5vw;
  }

  .text-span {
    font-size: 5.5vw;
    line-height: 6vw;
  }

  .columns_slider {
    flex-direction: column;
    height: 100%;
  }

  .columns-slider-pic {
    height: auto;
    display: block;
  }

  .columns-slider-txt {
    height: auto;
  }

  .div-block {
    height: 75vw;
  }

  .lottie-animation-_separator {
    width: 18vw;
    top: 5%;
  }

  .dosb {
    width: 12vw;
  }

  .link-block-news {
    justify-content: center;
  }

  .link-block-news.r {
    justify-content: center;
    padding-left: 0;
  }

  .link-block-news.l {
    justify-content: center;
    padding-right: 0;
  }

  .image-22 {
    height: auto;
  }

  .div-block-news {
    margin-bottom: 5vw;
  }

  .div-block-separator {
    margin-top: 10vw;
    margin-bottom: 10vw;
  }

  .slider_logos {
    height: 110vw;
  }

  .icon_black {
    display: none;
  }

  .mental_e {
    width: 40vw;
  }

  .rub {
    width: 12vw;
  }

  .asp {
    width: 30vw;
  }

  .tum {
    width: 15vw;
  }

  .slide-nav-5 {
    font-size: 1.5vw;
  }

  .slider_pics {
    height: auto;
  }

  .grid-pics {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-top: 0;
    padding-bottom: 0;
    display: grid;
  }

  .div-block-pic-gallery {
    height: 90vw;
  }

  .slide-nav-white {
    font-size: 1.5vw;
  }

  .grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .ioc {
    width: 30vw;
  }

  .lang {
    z-index: 10;
    font-size: 2vw;
    line-height: 3vw;
  }

  .team_d {
    width: auto;
  }

  .bis {
    width: 20vw;
  }

  .athletesinmind, .garmin {
    width: 25vw;
  }

  .bjv {
    width: 20vw;
  }

  .us {
    width: 12vw;
  }

  .fs-cc-banner_text-link {
    margin-right: 8px;
  }

  .fs-cc-prefs_title {
    font-size: 20px;
  }

  .fs-cc-banner_button {
    margin-left: 0;
    margin-right: 8px;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 12px;
  }

  .olympia_tokyo {
    height: 20vw;
  }

  .bayern_m {
    width: 15vw;
  }

  .audi {
    width: 20vw;
  }
}

@media screen and (max-width: 479px) {
  .columns_header {
    flex: 1;
    height: 15vw;
  }

  .lottie-animation {
    width: 7vw;
  }

  .section_head_slider {
    background-image: url('../images/pexels-kammeran-gonzalezkeola-7925859.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    height: 150vw;
    padding-top: 0;
    display: flex;
  }

  .div-block-intro {
    padding-top: 22vw;
    padding-bottom: 15vw;
  }

  .text-block-middle-costum {
    font-size: 3.5vw;
    line-height: 6vw;
  }

  .text-block-middle-costum.padding {
    padding-left: 0;
    padding-right: 0;
    font-size: 3.5vw;
    line-height: 6vw;
  }

  .text-block-middle-costum.icn {
    font-size: 4vw;
    line-height: 6.5vw;
  }

  .text-block-middle-costum.footer {
    margin-top: 2vw;
    margin-bottom: 2vw;
    font-size: 4vw;
    line-height: 5vw;
  }

  .text-block-middle-costum.intro {
    margin-top: 5vw;
    font-size: 4vw;
    line-height: 5vw;
  }

  .text-block-middle-costum.sportarten {
    margin-top: 5vw;
    font-size: 3.5vw;
    line-height: 6vw;
  }

  .text-block-middle-costum.left {
    text-align: center;
    font-size: 3.5vw;
    line-height: 5vw;
  }

  .text-block-middle-costum.left.legal {
    text-align: left;
  }

  .text-block-middle-costum.ausbildung {
    margin-bottom: 6vw;
    font-size: 3.5vw;
  }

  .section_timeline {
    width: auto;
    height: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .picture, .picture._2 {
    height: 90vw;
  }

  .section_sponsors {
    padding-top: 8vw;
    padding-bottom: 8vw;
    display: block;
  }

  .dmv {
    width: 40vw;
    margin-bottom: 10vw;
  }

  .section_footer {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .image-3 {
    width: 40vw;
    margin-bottom: 2vw;
  }

  .image-4 {
    width: 8vw;
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .div-block-menu {
    height: auto;
    padding-top: 30vw;
    display: none;
  }

  .div-block-sm-menu {
    justify-content: center;
    margin-bottom: 10vw;
  }

  .div-block-menu-option {
    margin-bottom: 15vw;
  }

  .navbar_logo.w--current {
    margin-top: 5vw;
  }

  .image-5 {
    width: 40vw;
  }

  .div_block_navbar {
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 5vw;
    padding-bottom: 5vw;
    display: block;
  }

  .div-block-growth {
    padding: 10vw 4vw;
  }

  .heading {
    margin-bottom: 8vw;
    font-size: 4vw;
    font-weight: 700;
    line-height: 6.5vw;
  }

  .heading.zielgruppen {
    margin-bottom: 5vw;
    font-size: 4vw;
  }

  .heading.themenschwerpunkt {
    margin-top: 0;
    margin-bottom: 5vw;
    font-size: 4vw;
  }

  .heading.ausbildung {
    font-size: 4vw;
  }

  .icons {
    width: 30vw;
  }

  .section_zielgruppen {
    margin-top: 5vw;
    margin-bottom: 5vw;
  }

  .div-block-zielgruppen {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .presse {
    padding-top: 0;
    padding-bottom: 0;
  }

  .grid-growth {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: start;
    margin-top: 5vw;
    margin-left: 0;
    margin-right: 0;
    display: grid;
  }

  .div-block-icn {
    margin-bottom: 8vw;
  }

  .grid-sponsors {
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .grid-sponsors._2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  ._8020 {
    width: 20vw;
    margin-top: 10vw;
    margin-bottom: 10vw;
  }

  .donaurun {
    width: 40vw;
    margin-top: 10vw;
  }

  .pure {
    width: 35vw;
    margin-top: 0;
    margin-bottom: 10vw;
  }

  .heading-1 {
    margin-bottom: 6vw;
    font-size: 4vw;
    font-weight: 700;
    line-height: 6.5vw;
  }

  .heading-1.mw {
    margin-bottom: 5vw;
  }

  .section_themenschwerpunkt {
    margin-bottom: 0;
  }

  .html-embed-full_hd {
    margin-top: 35vw;
  }

  .image-21 {
    width: 28vw;
  }

  .div-block-navbar-adjuster {
    background-image: url('../images/MW_Header_Holder.png');
    background-position: 50% 0;
    background-size: 220vw;
    height: 18vw;
  }

  .bold-text {
    font-size: 4vw;
    line-height: 5vw;
  }

  .link-block-sponsors {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lottie-animation-2 {
    width: 25vw;
    top: 0%;
  }

  .div-block-lottie {
    top: -5vw;
  }

  .div-block-timeline {
    display: none;
    overflow: visible;
  }

  .section_sportpsyschologie {
    width: auto;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .slider-themenschwerpunkte {
    height: 200vw;
  }

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

  .slide-nav-3 {
    margin-top: 0;
    font-size: 2.5vw;
    position: absolute;
  }

  .text-span {
    font-size: 8vw;
    line-height: 9vw;
  }

  .columns-slider-pic {
    height: auto;
    display: block;
  }

  .columns-slider-txt {
    height: 150vw;
  }

  .div-block {
    height: 150vw;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .lottie-animation-_separator {
    width: 25vw;
    top: 0%;
  }

  .div-block-punkt {
    width: 2.5vw;
    height: 2.5vw;
  }

  .dosb {
    width: 25vw;
    margin-top: 10vw;
    margin-bottom: 10vw;
  }

  .section_news {
    padding-top: 0;
    padding-bottom: 15vw;
  }

  .link-block-news {
    justify-content: center;
    overflow: auto;
  }

  .link-block-news.r {
    justify-content: center;
  }

  .image-22 {
    flex: 0 auto;
    height: auto;
  }

  .div-block-news {
    margin-bottom: 10vw;
  }

  .div-block-separator {
    margin-top: 15vw;
    margin-bottom: 8vw;
  }

  .slider_logos {
    height: auto;
  }

  .mental_e {
    width: 70vw;
    margin-top: 10vw;
    margin-bottom: 10vw;
  }

  .rub {
    width: 20vw;
    margin-bottom: 10vw;
  }

  .asp {
    width: 50vw;
    margin-top: 10vw;
    margin-bottom: 10vw;
  }

  .tum {
    width: 25vw;
    margin-top: 0;
    margin-bottom: 10vw;
  }

  .slide-nav-5 {
    font-size: 2.5vw;
    position: static;
  }

  .slider_pics {
    height: auto;
  }

  .grid-pics {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .slide-nav-white {
    font-size: 2.5vw;
    position: absolute;
  }

  .grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .ioc {
    width: 60vw;
    margin-top: 10vw;
    margin-bottom: 10vw;
  }

  .lang {
    z-index: 2;
    margin-bottom: 5vw;
    font-size: 4vw;
    line-height: 5vw;
  }

  .team_d {
    width: auto;
    margin-top: 5vw;
    margin-bottom: 5vw;
  }

  .bis {
    width: 40vw;
    margin-top: 10vw;
    margin-bottom: 5vw;
  }

  .slide-4 {
    height: 100%;
  }

  .athletesinmind {
    width: 50vw;
    margin-top: 25vw;
    margin-bottom: 20vw;
  }

  .garmin, .bjv {
    width: 50vw;
    margin-top: 10vw;
    margin-bottom: 0;
  }

  .us {
    width: 20vw;
  }

  .fs-cc-prefs_component {
    padding: 24px;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .fs-cc-prefs_button {
    margin-bottom: 8px;
  }

  .fs-cc-prefs_content {
    padding: 24px;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: 10px;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -22px 10px auto auto;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .olympia_tokyo {
    height: 35vw;
  }

  .bayern_m {
    width: 25vw;
    margin-bottom: 10vw;
  }

  .audi {
    width: 35vw;
    margin-top: 10vw;
    margin-bottom: 10vw;
  }
}

#w-node-_20e7ac81-1a8a-21cb-1aa9-6e0438f2a99e-971931ab, #w-node-_20e7ac81-1a8a-21cb-1aa9-6e0438f2a9a2-971931ab, #w-node-_20e7ac81-1a8a-21cb-1aa9-6e0438f2a9a6-971931ab, #w-node-_20e7ac81-1a8a-21cb-1aa9-6e0438f2a9aa-971931ab {
  justify-self: center;
}

#w-node-_319f0f72-05a8-b23c-672d-6d59f847fc81-971931ab {
  justify-self: auto;
}

#w-node-eaaefafd-2000-9d18-80ab-e4c83df3a04f-971931ab, #w-node-_1d0f17aa-4fb4-6dc8-e475-9334a951abde-971931ab, #w-node-f19cfc1e-6ed0-1a63-c57a-bafaa26eaf83-971931ab {
  justify-self: center;
}

#w-node-b7ab523e-e9f0-a79a-927b-e7ffe7e31212-971931ab, #w-node-_9fe9e954-f0de-c2b9-8c5b-c6fc46cd2eed-971931ab, #w-node-b2c29913-5b0c-4797-e897-89b19595f035-971931ab, #w-node-_68962e3a-4a09-76c6-9066-57a3d5cc35c2-971931ab {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-ccfe212e-167b-a9e0-7572-00f34a2ae7fd-ad4e48b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_20e7ac81-1a8a-21cb-1aa9-6e0438f2a99e-76610454, #w-node-_20e7ac81-1a8a-21cb-1aa9-6e0438f2a9a2-76610454, #w-node-_20e7ac81-1a8a-21cb-1aa9-6e0438f2a9a6-76610454, #w-node-_20e7ac81-1a8a-21cb-1aa9-6e0438f2a9aa-76610454 {
  justify-self: center;
}

#w-node-_319f0f72-05a8-b23c-672d-6d59f847fc81-76610454 {
  justify-self: auto;
}

#w-node-eaaefafd-2000-9d18-80ab-e4c83df3a04f-76610454, #w-node-_1d0f17aa-4fb4-6dc8-e475-9334a951abde-76610454, #w-node-f19cfc1e-6ed0-1a63-c57a-bafaa26eaf83-76610454 {
  justify-self: center;
}

#w-node-b7ab523e-e9f0-a79a-927b-e7ffe7e31212-76610454, #w-node-_9fe9e954-f0de-c2b9-8c5b-c6fc46cd2eed-76610454, #w-node-b2c29913-5b0c-4797-e897-89b19595f035-76610454, #w-node-_68962e3a-4a09-76c6-9066-57a3d5cc35c2-76610454 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

@media screen and (max-width: 479px) {
  #w-node-_319f0f72-05a8-b23c-672d-6d59f847fc81-971931ab {
    justify-self: auto;
  }

  #w-node-eaaefafd-2000-9d18-80ab-e4c83df3a04f-971931ab {
    align-self: auto;
  }
}


@font-face {
  font-family: 'Montserrat Custom';
  src: url('../fonts/Montserrat-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat Custom';
  src: url('../fonts/Montserrat-ExtraBold.ttf') format('truetype'), url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat Custom';
  src: url('../fonts/Montserrat-BoldItalic.ttf') format('truetype'), url('../fonts/Montserrat-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat Custom';
  src: url('../fonts/Montserrat-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat Custom';
  src: url('../fonts/Montserrat-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat Custom';
  src: url('../fonts/Montserrat-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat Custom';
  src: url('../fonts/Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat Custom';
  src: url('../fonts/Montserrat-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat Custom';
  src: url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat Custom';
  src: url('../fonts/Montserrat-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat Custom';
  src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat Custom';
  src: url('../fonts/Montserrat-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat Custom';
  src: url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat Custom';
  src: url('../fonts/Montserrat-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat Custom';
  src: url('../fonts/Montserrat-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat Custom';
  src: url('../fonts/Montserrat-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}