.container{
  &::before{
    display: none;
  }
}

/* HEADER */

body header.Homepage{
  min-height: 550px;
}

body.hasScrollDown .mainwrapper{
  background-color: white;
}

body .taglineoverlay{
  display: flex;
  flex-direction: column-reverse;
  bottom: 200px;
  .fixed{
    text-transform: uppercase;
    font-size: var(--fs5);
    font-weight: 900;
  }
  .taglines .tagline .taglineinner .title{
    font-family: var(--font-cursive) !important;
    font-size: calc(var(--fs0) + 40px);
  }
}

/* QUICKLINKS */

body section.LinksBloq{
  padding-top: 30px !important;
  padding-bottom: 120px !important;
  &::before{
    content:'';
    background-image: var(--watermark);
    width: 400px;
    height: 400px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: absolute;
    left: calc(50vw - 840px);
    bottom: -100px;
    opacity: 0.05;
  }
  div.Grid>ul{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    li{
      flex: 0 0 230px;
      .Item{
        height: 230px;
        .ItemInner{
          background-color: transparent;
          justify-content: flex-end;
          &::before{
            content:'';
            inset: 0;
            position: absolute;
            background-color: var(--item-color);
            opacity: 0.75;
          }
          .Title{
            position: relative;
            text-transform: none;
            font-size: var(--fs4);
            transition: 0.2s;
          }
          &::after{
            opacity: 0;
            content: var(--findoutmore);
            position: relative;
            text-transform: uppercase;
            transform: translateY(-20px);
            font-size: var(--fs7);
            font-weight: 600;
          }
        }
        &:hover{
          .ItemInner{
            &::before{
              opacity: 0.95;
            }
            .Title{
              padding-bottom: 1.1em;
            }
            &::after{
              opacity: 1;
            }
          }
        }
      }
    }
  }
}

/* WELCOME */

body section.mod_rightcircle_welcome div.Welcome {
  max-width: 1200px;
  margin: 0 auto;
  --welcome-max-width: 1020px;
  .WelcomeFlex{
    margin-left: auto;
    margin-right: 0;
    label:hover{
      background-color: rgb(var(--color5)) !important;
    }
    input:checked + label{
      background-color: rgb(var(--color5)) !important;
    }
  }
}

/* EVENTS */

body section.mod_balloon_slider{
  padding-top: 100px !important;
  padding-bottom: 200px !important;
  --SliderRowHeight: 200px;
  --SliderItemMinWidth: 340px;
  h2.bloqTitle{
    text-align: center;
    padding-bottom: 40px;
    padding-inline: 20px;
  }
  .filterSourceSideBySideButtons{
    position: absolute;
    bottom: 100px;
    left: 0;
    width: 100%;
    max-width: 100%;
    justify-content: center;
    .sourceButtonWrapper{
      padding: 0;
      margin: 0;
      .buttonstyle{
        border: 1px solid rgb(var(--color1));
        color: rgb(var(--color1));
        background-color: transparent;
        &:hover{
          border: 1px solid rgb(var(--color2));
        }
      }
    }
  }
  div.Slider{
    max-width: 1300px;
    .SliderInner>ul>li .Item .ItemInner{
      padding-left: 160px;
      padding-top: 45px;
      .ItemDate{
        width: 130px;
        height: 130px;
        top: 10px;
        left: 10px;
        box-shadow: 0px 0px 7px 2px rgba(128,128,128,0.5);
        border: 10px solid white;
        transition: 0.2s;
        padding: 26px 0 28px;
        d:first-child{
          font-size: 40px;
          line-height: 40px;
        }
        d:nth-child(2){
          font-weight: 100;
          font-size: 15px;
          line-height: 15px;
        }
      }
      .ItemContent .paracontent .cardBottomLinks a{
        color: rgb(var(--color1));
        background-color: transparent;
        left: 155px;
      }
      &::before{
        top: 140px;
        left: 75px;
        width: 80px;
        height: 41px;
      }
      .Title{
        text-transform: none;
      }
      &:hover{
        .ItemDate{
          border: 5px solid white;
          padding: 31px 0 33px;
          *{
            color: rgb(var(--color2));
          }
        }
      }
    }
    .nav{
       top: auto;
       bottom: -95px;
       &.last{
         left: calc(50% - 136px);
       }
       &.next{
         left: calc(50% + 100px);
       }
    }
  }
}

@media (max-width: 739px) {
  body section.mod_balloon_slider div.Slider{
    max-width: 340px;
  }
}

@media (max-width: 400px) {
  body section.mod_balloon_slider{
    padding-inline: 0px !important;
  }
}
