﻿body.HomePage {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#HomePage {
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: row;
}
#HomePage div.Img1 {
  padding-left: 0;
}
#HomePage > div {
  padding: 4px;
  cursor: pointer;
  position: relative;
}
#HomePage > div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
#HomePage > div > div {
  position: relative;
  justify-content: center;
  display: flex;
  left: 0;
  bottom: 20vh;
}
#HomePage > div > div > a {
  flex-basis: 25%;
  flex-grow: 0;
  background: whitesmoke;
  border: 1px solid whitesmoke;
  font-weight: bold;
  color: black;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  margin: 10px;
  padding: 10px;
  font-size: 18px;
}
#HomePage > div > div > a:hover {
  background: #dedede;
}
#HomePage > div:nth-child(1) {
  padding-right: 2px;
  width: 50%;
}
#HomePage > div:nth-child(2) {
  padding-left: 2px;
  width: 50%;
}

#HomePageFgSport div.Buttons {
  overflow: auto;
  margin-bottom: 20px;
}
#HomePageFgSport div.Buttons a.Button {
  width: calc(50% - 10px);
  padding: 20px 0;
  text-transform: uppercase;
  font-size: 24px;
  float: left;
  text-align: center;
  font-weight: 600;
}
#HomePageFgSport div.Buttons a.Button:not(:first-child) {
  margin-left: 20px;
}
#HomePageFgSport div.Elements {
  display: flex;
  padding: 20px 20px 10px 20px;
  justify-content: space-between;
}
#HomePageFgSport div.Elements a.Element:hover {
  text-decoration: none;
}
#HomePageFgSport div.Elements a.Element img {
  margin: 0 auto;
  max-width: 275px;
  max-height: 275px;
}
#HomePageFgSport div.Elements a.Element div.ProductInfo p {
  margin: 0;
  color: black;
  text-align: center;
  font-weight: 400;
}
#HomePageFgSport div.Elements a.Element div.ProductInfo p:nth-child(2) {
  color: #898989;
}
#HomePageFgSport div.Elements a.Element div.ProductInfo::before {
  content: "";
  display: block;
  margin: 20px 0;
  border-top: 1px solid #999999;
}
@media only screen and (max-width: 1199px) {
  #HomePageFgSport div.Elements {
    flex-flow: row wrap;
    justify-content: space-around;
  }
  #HomePageFgSport div.Elements a.Element {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 759px) {
  #HomePage {
    flex-direction: column;
  }
  #HomePage > div {
    padding: 0px !important;
    height: 50vh;
  }
  #HomePage > div:nth-child(1) {
    padding-bottom: 2px !important;
    width: 100%;
  }
  #HomePage > div:nth-child(2) {
    padding-top: 2px !important;
    width: 100%;
  }
  #HomePageFgSport div.Buttons {
    margin: 0;
  }
  #HomePageFgSport div.Buttons a.Button {
    width: 100%;
    float: none;
    margin: 20px 0;
  }
  #HomePageFgSport div.Buttons a.Button:not(:first-child) {
    margin-left: 0;
  }
}
body.CMS div#IndexHomePageEditor {
  margin: 20px 0;
  border: 1px dashed red;
}
body.CMS div#IndexHomePageEditor div {
  width: 100%;
  margin: 0 20px;
  padding: 20px 0;
}
body.CMS div#IndexHomePageEditor div img {
  height: 200px !important;
  width: unset !important;
  max-width: 100%;
}

body.HomePageFg div#Content div.Newsletter {
  text-align: center;
  background-color: #F3F3F3;
  padding: 40px 0;
}
body.HomePageFg div#Content div.Newsletter h1.Newsletter__Title {
  font-size: 2.5rem;
}
@media only screen and (min-width: 760px) {
  body.HomePageFg div#Content div.Newsletter h1.Newsletter__Title {
    font-size: 3rem;
  }
}
body.HomePageFg div#Content div.Newsletter img.Newsletter__Logo {
  width: 50px;
}
body.HomePageFg div#Content div.Newsletter form {
  padding: 0;
  position: relative;
  margin: 0 0 10px 0;
}
body.HomePageFg div#Content div.Newsletter form div.Newsletter__Input {
  display: block;
  position: relative;
  margin-bottom: 20px;
  margin: 0 auto 20px;
  max-width: 500px;
  width: 80%;
}
body.HomePageFg div#Content div.Newsletter form div.Newsletter__Input input[type=text] {
  height: 28px;
  background: white;
  border: none;
  padding: 20px;
  border: black 2px solid !important;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-family: inherit;
  width: 100%;
}
body.HomePageFg div#Content div.Newsletter form div.Newsletter__Input input[type=text]::placeholder {
  font-weight: bold;
  color: black;
}
body.HomePageFg div#Content div.Newsletter form div.Newsletter__Input button {
  border: unset;
  border-left: 1px solid black;
  position: absolute;
  right: 0;
  background: transparent;
  height: 80%;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 20px;
  font-weight: bold;
  font-family: inherit;
  color: black;
}
body.HomePageFg div#Content div.Newsletter form label a {
  text-decoration: underline !important;
}
body.HomePageFg div#Content div.Newsletter form div.CheckBox__Container div.CheckBoxIcon {
  background: white;
}

div#HomePageFg div.InstagramFeed h2 {
  text-align: center;
}
@media only screen and (min-width: 760px) {
  div#HomePageFg div.AdaptiveCell__Slides {
    padding-top: 15px;
  }
}
@media only screen and (max-width: 759px) {
  div#HomePageFg div.AdaptiveCell__Slides {
    padding-top: 10px;
  }
}
div#HomePageFg div.InstagramGalleries {
  display: flex;
  flex-wrap: wrap;
}
div#HomePageFg div.InstagramGalleries div.InstagramGallery {
  gap: 20px;
  flex-basis: calc(50% - 10px);
}
div#HomePageFg div.InstagramGalleries div.InstagramGallery i {
  position: absolute;
  color: white;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 23px;
}
div#HomePageFg div.InstagramGalleries div.InstagramGallery a {
  position: relative;
}
@media only screen and (max-width: 759px) {
  div#HomePageFg div.InstagramGalleries div.InstagramGallery {
    flex-basis: 100%;
  }
}
div#HomePageFg div.InstagramGalleries div.InstagramGallery div.InstagramGallery__Name {
  text-align: center;
  font-weight: bold;
  padding: 10px;
}
div#HomePageFg div.InstagramGalleries div.InstagramGallery div.InstagramGallery__Images {
  flex-wrap: wrap;
  display: flex;
  gap: 10px;
}
div#HomePageFg div.InstagramGalleries div.InstagramGallery div.InstagramGallery__Images img {
  width: calc(20% - 5px);
}
div#HomePageFg div.InstagramGalleries div.InstagramGallery:nth-child(1) div.InstagramGallery__Images img {
  width: calc(33.3333333333% - 6.6666666667px);
}
div#HomePageFg div.InstagramGalleries div.InstagramGallery:nth-child(1) div.InstagramGallery__Images img:nth-child(1),
div#HomePageFg div.InstagramGalleries div.InstagramGallery:nth-child(1) div.InstagramGallery__Images img:nth-child(2) {
  width: calc(50% - 5px);
}
div#HomePageFg div.InstagramGalleries div.InstagramGallery:nth-child(2) div.InstagramGallery__Images img {
  width: calc(33.3333333333% - 6.6666666667px);
}
div#HomePageFg div.InstagramGalleries div.InstagramGallery:nth-child(2) div.InstagramGallery__Images img:nth-child(4),
div#HomePageFg div.InstagramGalleries div.InstagramGallery:nth-child(2) div.InstagramGallery__Images img:nth-child(5) {
  width: calc(50% - 5px);
}

.imgSwiper img {
  width: 100%;
}

span.Container {
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  /*z-index: $Depth-Slide-Texts;*/
  padding: 15px 20px 0;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
}
span.Container span.Text {
  flex-wrap: wrap;
  position: relative;
  align-items: flex-start;
  display: flex !important;
  -moz-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  z-index: 13;
  font-family: "Benton Sans", Arial, sans-serif;
  text-decoration: none;
  font-size: 14px;
  color: white;
}
span.Container span.Text.Hero__Text {
  flex-direction: column;
}
span.Container span.Text span.SwiperImg__Text {
  font-size: 16px;
  font-weight: bold;
}
span.Container span.Text span.SwiperImg__Text h6 {
  margin-top: 10px;
  margin-bottom: 0;
}
span.Container span.Text span.Swiper__ShowMore {
  border-bottom: 2px solid white;
  min-width: fit-content;
  display: inline-block;
  font-weight: bold;
  font-size: 10px;
  padding: 5px;
  margin-top: 10px;
}
span.Container span.Text span.Swiper__ShowMore:hover {
  background: white;
  border: unset;
  color: black;
  transition: 0.5s ease all;
}
