@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v35-latin-300.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v35-latin-regular.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v35-latin-600.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v35-latin-700.woff2') format('woff2');
}
body .inquirySkischoolContainer {
  margin: 30px 0;
}
body .inquirySkischoolContainer input:not([type="checkbox"], [type="radio"], [type="submit"]) {
  width: 100%;
  height: 45px;
  margin-bottom: 30px;
  font-size: 16px;
}
body .inquirySkischoolContainer .error {
  font-size: 12px;
  line-height: 12px;
  color: #f44336;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  white-space: nowrap;
}
body .inquirySkischoolContainer input[type="submit"] {
  display: inline-block;
  border: 1px solid #df271e;
  background: #df271e;
  padding: 12px 30px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  transition: all .3s;
  font-size: 16px;
}
body .inquirySkischoolContainer input[type="submit"]:hover {
  text-decoration: none;
  border: 1px solid #df271e;
  background: #ffffff;
  color: #df271e;
}
body .inquirySkischoolContainer textarea {
  width: 100%;
  margin-bottom: 30px;
  font-size: 16px;
}
body .inquirySkischoolContainer label {
  font-size: 16px;
  font-weight: bold;
}
body .inquirySkischoolContainer .radioGroup,
body .inquirySkischoolContainer .equipmentRequired {
  margin-bottom: 30px;
}
body .inquirySkischoolContainer .radioGroup {
  margin-bottom: 30px;
}
body .inquirySkischoolContainer .radioGroup label {
  display: block;
}
body .inquirySkischoolContainer .radioGroup span {
  display: block;
}
.headerButtons {
  position: absolute;
  bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.headerButtons .headerButton {
  display: inline-block;
  border: 1px solid #df271e;
  background: #df271e;
  padding: 12px 30px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  transition: all .3s;
  font-size: 16px;
}
.headerButtons .headerButton:hover {
  text-decoration: none;
  border: 1px solid rgba(223, 39, 30, 0.8);
  background: rgba(223, 39, 30, 0.8);
  color: #ffffff;
}
.mindstream_checkoutContainer .mindstream_container:not(.mindstream_uebersicht) {
  margin-bottom: 30px !important;
  margin-top: 0 !important;
  padding: 15px;
  border: 1px solid #df271e !important;
  position: relative;
}
.mindstream_checkoutContainer .mindstream_container:not(.mindstream_uebersicht) #mindstream_ausruestung {
  margin-top: 60px !important;
  border: 1px solid #DDDDDD;
  padding: 16px;
}
@media screen and (max-width: 767px) {
  .mindstream_checkoutContainer .mindstream_container:not(.mindstream_uebersicht) #mindstream_ausruestung {
    padding: 0;
    border: none;
  }
}
.mindstream_checkoutContainer .mindstream_container:not(.mindstream_uebersicht) .nav-tabs {
  border: none !important;
  margin-top: -62px !important;
}
.mindstream_checkoutContainer .mindstream_container:not(.mindstream_uebersicht) .nav-tabs > li.active > a,
.mindstream_checkoutContainer .mindstream_container:not(.mindstream_uebersicht) .nav-tabs > li.active > a:hover,
.mindstream_checkoutContainer .mindstream_container:not(.mindstream_uebersicht) .nav-tabs > li.active > a:focus {
  color: #ffffff;
  cursor: default;
  background-color: #df271e;
  border: 1px solid #df271e;
  border-bottom-color: transparent;
}
.mindstream_checkoutContainer .mindstream_headline {
  background: #df271e;
  padding: 15px;
  color: #ffffff !important;
}
.mindstream_checkoutContainer .mindstream_headline .mindstream_circle {
  align-items: center;
  justify-content: center;
  display: inline-flex !important;
  background: #ffffff !important;
  color: #df271e !important;
}
.mindstream_checkoutContainer .mindstream_artikel .mindstream_artikelImageContainer .mindstream_slideshow.mindstream_images {
  height: 160px !important;
}
.mindstream_checkoutContainer .mindstream_filter {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0 60px;
}
.mindstream_checkoutContainer .mindstream_artikel .mindstream_schuhe,
.mindstream_checkoutContainer .mindstream_artikel .mindstream_helm {
  position: unset;
}
footer .row3 {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and ((max-width: 991px)) {
  footer .col-lg-4 {
    text-align: left !important;
    margin-bottom: 16px;
  }
  footer .col-lg-4 h2 {
    margin-bottom: 16px !important;
  }
}
footer .content {
  padding-left: 0;
}
footer a {
  color: #ffffff;
}
.nindlAside {
  position: fixed;
  top: 50%;
  display: flex;
  flex-direction: column;
  right: 0;
  z-index: 100;
}
.nindlAside a {
  background: #df271e;
  padding: 15px;
  color: #ffffff;
  transition: all .3s;
  position: relative;
  right: 0;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
}
.nindlAside a:hover {
  right: 10px;
  transform: scale(1.2);
}
@media screen and (max-width: 767px) {
  .nindlAside {
    position: fixed;
    top: unset;
    flex-direction: row;
    bottom: 0;
    width: 100%;
  }
  .nindlAside a {
    background: #df271e;
    padding: 15px;
    color: #ffffff;
    transition: all .3s;
    position: relative;
    right: 0;
    width: 100%;
    margin-bottom: 0 !important;
    font-size: 12px;
  }
  .nindlAside a:first-of-type {
    border-right: 1px solid #ffffff;
  }
  .nindlAside a:hover {
    right: 0;
    transform: scale(1);
  }
}
.alert-danger {
  font-size: 16px;
}
.headerBadge .badgeTitle {
  line-height: 3.8rem;
}
.weather {
  display: flex;
  align-items: center;
  position: relative;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
}
.weather img {
  filter: brightness(0) invert(1);
  margin-right: 8px;
}
.instagramContainer {
  position: relative;
  margin-bottom: 60px;
  margin-top: 60px;
}
.instagramContainer h2 {
  text-align: center;
}
.instagramContainer .instaHash {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  text-align: center;
  text-transform: uppercase;
  font-family: #df271e;
  font-size: 20px;
  letter-spacing: 2px;
}
.instagramContainer .instaHash i {
  margin-right: 5px;
}
.instagramContainer .item {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  aspect-ratio: 1;
}
.instagramContainer .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.instagramContainer .item > a {
  position: relative;
  display: block;
  height: 100%;
}
.instagramContainer .item > a.mediaTypeVIDEO {
  display: none;
}
.instagramContainer .item video {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.instagramContainer .item video.mediaTypeIMAGE {
  display: none;
}
.instagramContainer .item video.mediaTypeCAROUSEL_ALBUM {
  display: none;
}
.instagramContainer .sliderNavigator {
  position: absolute;
  top: 45%;
  margin-top: -10px;
  height: 30px;
  width: 30px;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .instagramContainer .sliderNavigator {
    display: none;
  }
}
.instagramContainer .sliderNavigator .icon {
  font-size: 50px;
}
.instagramContainer .sliderNavigator.sliderNavigatorLeft {
  left: -30px;
}
@media (max-width: 767px) {
  .instagramContainer .sliderNavigator.sliderNavigatorLeft {
    left: 10px;
  }
}
.instagramContainer .sliderNavigator.sliderNavigatorRight {
  right: -30px;
}
@media (max-width: 767px) {
  .instagramContainer .sliderNavigator.sliderNavigatorRight {
    right: 10px;
  }
}
.instagramContainer .slick-dots {
  bottom: -35px;
}
.instagramContainer .slick-dots li.slick-active button:before {
  color: #df271e !important;
}
.instagramContainer .loadMoreInstagram {
  display: none;
  background: #df271e;
  color: #ffffff;
  text-align: center;
  padding: 15px;
  text-transform: uppercase;
  transition: all .3s;
  outline: none !important;
}
@media (max-width: 767px) {
  .instagramContainer .loadMoreInstagram {
    display: block;
  }
}
.swipe-products {
  display: none;
}
.economyInfo {
  display: block;
  font-weight: bold;
}
.mindstream_checkoutContainer .form-control {
  height: 42px !important;
}
.mindstream_preisContainer .stattPreis {
  position: relative;
}
.mindstream_preisContainer .stattPreis:after {
  content: '';
  height: 1px;
  width: 100%;
  position: absolute;
  top: 50%;
  background: #707070;
  left: 0;
}
.mindstream_preisContainer .preis {
  font-size: 22px;
  color: #df271e !important;
}
.checkout-back-button {
  font-weight: bold;
  color: #707070;
}
.checkout-back-button:hover {
  color: #707070;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .co2ButtonGroup {
    flex-direction: column-reverse;
  }
  .checkout-button {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
  .checkout-back-button {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
  .swipe-products {
    display: block;
    margin: 30px 0;
    text-align: center;
  }
  .swipe-products span {
    position: relative;
  }
  .swipe-products span:before {
    content: '<';
    position: absolute;
    left: -30px;
    transform: scale3d(1.5, 2.5, 1.5);
  }
  .swipe-products span:after {
    content: '>';
    position: absolute;
    right: -30px;
    transform: scale3d(1.5, 2.5, 1.5);
  }
  .shop-nav-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .shop-nav-tabs li {
    text-align: center;
    display: block;
    width: 100%;
    float: unset;
  }
  .mindstream_checkoutContainer .mindstream_container:not(.mindstream_uebersicht) .nav-tabs {
    border-bottom: 1px solid #df271e !important;
  }
  .nindl-shop {
    display: none;
  }
  .nextToOverview {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1001;
  }
  #mindstream_warenkorb .mindstream_artikelTitel {
    width: 60%;
  }
}
.mindstream_artikel:after {
  content: '-5%';
  position: absolute;
  top: 0;
  right: 0;
  background: #df271e;
  padding: 5px;
  font-size: 18px;
  color: #ffffff;
}
header {
  background: linear-gradient(180deg, rgba(41, 41, 41, 0.85) 0%, rgba(41, 41, 41, 0) 100%);
  height: 160px;
  transition: all .3s;
  position: fixed;
  top: 0;
  padding: 32px 0;
  display: flex;
  width: 100%;
  align-items: center;
}
header.is-moved {
  height: 100px;
  background: #000000;
}
@media screen and (max-width: 767px) {
  header {
    background: linear-gradient(180deg, rgba(41, 41, 41, 0.85) 0%, rgba(41, 41, 41, 0) 100%);
    height: 100px;
    padding: 16px 0;
  }
  header.is-moved {
    height: 80px;
  }
}
header #navigation-mobile .top-bar {
  padding: 16px;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  align-items: center;
}
header #navigation-mobile .top-bar .left img {
  width: 160px;
}
header #navigation-mobile .top-bar .right {
  display: flex;
  align-items: center;
}
header #navigation-mobile .top-bar .right img {
  filter: brightness(-100%) invert(100%);
  object-fit: contain;
  margin-right: 16px;
}
header #navigation-mobile .navigation-content {
  width: 100vw;
  height: 100vh;
  background: #000000;
  position: fixed;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  right: -100%;
  transition: all .3s;
}
header #navigation-mobile .navigation-content.active {
  right: 0;
}
header #navigation-mobile .navigation-content .navLinkButton {
  background-color: #df271e;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  padding: 16px;
  text-decoration: none;
  position: relative;
}
header #navigation-mobile .navigation-content ul {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 0;
}
header #navigation-mobile .navigation-content ul li {
  list-style: none;
  margin-bottom: 32px;
}
header #navigation-mobile .navigation-content ul li a {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  transition: all .3s;
}
header #navigation-mobile .navigation-content .bottom {
  position: absolute;
  bottom: 50px;
  border-top: 1px solid #ffffff;
  width: 100%;
  text-align: center;
  padding: 16px;
}
header #navigation-mobile .navigation-content .bottom a {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 16px;
  margin-right: 32px;
}
header #navigation-mobile .navigation-content .bottom a:last-of-type {
  margin-right: 0;
}
header nav {
  width: 100%;
}
header .header-area {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
header .header-area .left-area {
  display: flex;
  align-items: center;
}
header .header-area .left-area li {
  list-style: none;
}
header .header-area .left-area .navLinkButton {
  background-color: #df271e;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 24px;
  padding: 16px;
  text-decoration: none;
  margin-left: 32px;
  position: relative;
  top: -4px;
}
@media screen and (max-width: 1600px) {
  header .header-area .left-area .navLinkButton {
    font-size: 16px;
    line-height: 20px;
  }
}
header .header-area .left-area .level-root {
  display: flex;
  align-items: center;
  margin-left: 24px;
}
header .header-area .left-area .level-root li {
  list-style: none;
  margin-right: 32px;
}
header .header-area .left-area .level-root li.active a {
  border-bottom: 1.2px solid #df271e;
}
header .header-area .left-area .level-root li:hover a {
  border-bottom: 1.2px solid #df271e;
}
header .header-area .left-area .level-root li:last-of-type {
  margin-right: 0;
}
header .header-area .left-area .level-root li a {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s;
}
@media screen and (max-width: 1600px) {
  header .header-area .left-area .level-root li a {
    font-size: 16px;
    line-height: 20px;
  }
}
header .header-area .right-area {
  display: flex;
  align-items: center;
}
header .header-area .right-area a {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 24px;
  margin-right: 32px;
  text-decoration: none;
}
@media screen and (max-width: 1600px) {
  header .header-area .right-area a {
    font-size: 16px;
    line-height: 20px;
  }
}
header .header-area .right-area a:last-of-type {
  margin-right: 0;
}
header .header-area .right-area a img {
  filter: brightness(-100%) invert(100%);
  object-fit: contain;
}
.header-image {
  width: 100%;
  height: 100vh;
  position: relative;
  margin-top: -50px;
}
.header-image .header-cta {
  position: absolute;
  bottom: 32px;
  width: 100%;
  left: 0;
  text-align: center;
}
.header-image .header-cta a {
  background: #df271e;
  padding: 15px;
  color: #ffffff;
  transition: all .3s;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  margin-right: 16px;
}
.header-image .header-cta a:hover {
  opacity: .8;
}
.header-image img {
  object-fit: cover;
}
.header-image .header-image-content {
  position: absolute;
  bottom: 160px;
  left: 64px;
}
@media screen and (max-width: 1360px) {
  .header-image .header-image-content {
    left: 32px;
  }
}
.header-image .header-image-content .h1 {
  font-size: 64px;
  line-height: 100%;
  text-shadow: 0 0 20px #000000;
  margin-bottom: 15px;
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  color: #ffffff;
}
@media screen and (max-width: 1360px) {
  .header-image .header-image-content .h1 {
    font-size: 32px;
  }
}
.header-image .header-image-content p {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #ffffff;
  text-shadow: 0 0 15px #000000;
}
@media screen and (max-width: 1360px) {
  .header-image .header-image-content p {
    font-size: 16px;
  }
}
.menu-btn {
  position: relative;
  width: 32px;
}
.menu-btn:before,
.menu-btn:after,
.menu-btn div {
  background: #fff;
  content: "";
  display: block;
  height: 3px;
  border-radius: 3px;
  margin: 7px 0;
  transition: 0.5s;
}
.menu-btn.active:before {
  transform: translateY(8px) rotate(135deg);
}
.menu-btn.active:after {
  transform: translateY(-12px) rotate(-135deg);
}
.menu-btn.active div {
  transform: scale(0);
}
.linkCarouselContainer {
  margin-top: 0;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .linkCarouselContainer {
    margin-top: 0;
  }
}
.webcam-wrapper {
  margin-bottom: 60px;
}
.webcam-wrapper img {
  width: 100%;
  object-fit: cover;
}
.webcam-wrapper .weather-tile {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  text-align: center;
  padding: 16px;
}
.webcam-wrapper .weather-tile span {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s;
  position: relative;
  top: 16px;
}
.webcam-wrapper .weather-tile img {
  width: 100px;
  margin-right: 30px;
  object-fit: cover;
  opacity: .7;
}
.weather-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.adults-table-div {
  position: relative;
}
.price-list {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.price-list.accessories {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .price-list {
    font-size: 12px;
    width: 90%;
    left: 10%;
  }
  .price-list.accessories {
    width: 100%;
    left: 0;
  }
  .price-list:before {
    font-size: 14px;
    padding: 8px;
  }
  .price-list .table-header th {
    font-size: 14px !important;
    padding: 8px !important;
  }
}
.price-list:before {
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 16px;
  padding: 16px;
  font-weight: bold;
}
.price-list.adults {
  position: relative;
}
.price-list.adults:before {
  content: "Adult";
  position: absolute;
  left: -50px;
  background: #fffed1;
  height: 100%;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  border: 1px solid #000000;
}
.price-list.child {
  position: relative;
  border-top: none;
}
.price-list.child tr:first-child {
  border-top: none;
}
.price-list.child tr td {
  border-top: none;
}
.price-list.child:before {
  content: "Children";
  position: absolute;
  left: -50px;
  background: #ffeffa;
  height: 100%;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  border: 1px solid #000000;
  border-bottom: none;
}
.price-list .ski-header {
  background: #9dc0e7;
  text-align: center;
  padding: 16px;
}
.price-list .ski-header th {
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 16px;
  padding: 16px;
  border: 1px solid #000000;
}
.price-list .snowboard-header {
  background: #f4af83;
  text-align: center;
}
.price-list .snowboard-header th {
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 16px;
  padding: 16px;
  border: 1px solid #000000;
}
.price-list .accessories-header {
  background: #aace8e;
  text-align: center;
}
.price-list .accessories-header th {
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 16px;
  padding: 16px;
  border: 1px solid #000000;
}
.price-list td {
  border: 1px solid black;
  padding: 10px;
  text-align: center;
}
.price-list td:first-child {
  width: 30%;
}
.price-list td:not(:first-child) {
  width: 10%;
}
.linkCarouselContainer .item .image {
  height: 370px;
}
.nextToOverview2 {
  text-align: center;
  margin-top: 32px;
}
@media screen and (min-width: 998px) {
  .nextToOverview2 {
    display: none;
  }
}
