section.mod_balloon_slider{
  --titles-max-width: 850px;
  --SliderRowHeight: 170px;
  --SliderItemMinWidth: 300px;
  isolation: isolate;
}

section.mod_balloon_slider h2.bloqTitle, section.mod_balloon_slider .filterSourceSideBySideButtons{
  max-width: var(--titles-max-width);
  margin: 10px auto 0;
}

section.mod_balloon_slider div.Slider .SliderInner>ul>li div.Item .ItemBefore{
  display: none;
}

section.mod_balloon_slider div.Slider .SliderInner>ul>li a.Item .ItemBefore::after{
  content: var(--readmore);
}

section.mod_balloon_slider div.Slider .SliderInner>ul>li a.Item .ItemBefore{
  text-align: center !important;
  border: 1px solid rgb(var(--color2));
  padding: var(--button-padding);
  color: rgb(var(--color2));
  text-transform: var(--button-text-transform);
  font-family: var(--button-font-family);
  font-weight: var(--button-font-weight);
  border-radius: var(--button-border-radius);
  font-size: var(--button-font-size);
  transition: 0.2s;
  position: absolute;
  bottom: 0;
  left: 90px;
  z-index: 2;
  right: auto;
  top: auto;
  background-image: unset;
  background-color: transparent;
}

section.mod_balloon_slider div.Slider .SliderInner>ul>li a.Item .ItemBefore:hover{
  background-color: rgb(var(--color2));
  color: rgb(var(--grey10));
}

section.mod_balloon_slider div.Slider .SliderInner>ul>li a.Item .ItemBefore img{
  display: none;
}

section.mod_balloon_slider div.Slider .SliderInner>ul>li .Item .ItemInner .ItemIcon{
  display: none;
}

section.mod_balloon_slider div.Slider{
  max-width: 1100px;
  margin: 40px auto 0;
  padding: 0;
}

section.mod_balloon_slider div.Slider .nav{
  top: calc(-55px - var(--nav-size));
}

section.mod_balloon_slider div.Slider .nav.last{
  left: calc(50% + min(calc(415px - (2 * var(--nav-size))), calc(50vw - (2 * var(--nav-size)) - 30px)));
}

section.mod_balloon_slider div.Slider .nav.next{
  right: auto;
  left: calc(50% + min(calc(425px - var(--nav-size)), calc(50vw - var(--nav-size) - 20px)));
}

section.mod_balloon_slider .filterSourceSideBySideButtons .sourceButtonWrapper{
  padding-right: calc(40px + (2 * var(--nav-size)));
}

section.mod_balloon_slider .filterSourceSideBySideButtons .sourceButtonWrapper .sourceLink, section.mod_balloon_slider .filterSourceSideBySideButtons .sourceButtonWrapper .calendarPageLink{
  height: var(--nav-size);
  padding: 0 20px;
  border-radius: var(--nav-border-radius);
  border: 1px solid rgb(var(--color2));
  color: rgb(var(--color2));
  background-color: rgb(var(--grey10));
  font-size: calc(var(--nav-size)* 0.35);
}

section.mod_balloon_slider .filterSourceSideBySideButtons .FilterSet .filterbutton{
  height: var(--nav-size);
  padding: 0 20px;
  border-radius: var(--nav-border-radius);
  font-size: calc(var(--nav-size)* 0.35);
}

section.mod_balloon_slider .filterSourceSideBySideButtons .sourceButtonWrapper .sourceLink{
  width: var(--nav-size);
  padding: 0;
}

section.mod_balloon_slider .filterSourceSideBySideButtons .sourceButtonWrapper .sourceLink:hover, section.mod_balloon_slider .filterSourceSideBySideButtons .sourceButtonWrapper .calendarPageLink:hover{
  background-color: rgb(var(--color2));
  color: rgb(var(--grey10));
}


section.mod_balloon_slider div.Slider .SliderInner>ul>li a.Item:focus-visible{
  outline: 0px solid transparent;
  border: 0px solid transparent;
}

section.mod_balloon_slider div.Slider .SliderInner>ul>li a.Item:focus-visible .ItemBefore {
  outline: 0px solid transparent;
  border: 1px solid rgb(var(--color2));
  outline: var(--focus-outline);
  outline-offset: -4px;
}

section.mod_balloon_slider div.Slider .SliderInner>ul>li .Item .ItemInner{
  background-color: transparent;
  height: 100%;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 25px;
  padding-left: 90px;
}

section.mod_balloon_slider div.Slider .SliderInner>ul>li .Item:hover .ItemInner{
  height: 100%;
  color: rgb(var(--color1));

}

section.mod_balloon_slider div.Slider .SliderInner>ul>li .Item .ItemInner h3.Title{
  color: rgb(var(--color1));
  text-align: left;
}

section.mod_balloon_slider div.Slider .SliderInner>ul>li .Item .ItemInner .ItemContent{
  color: rgb(var(--color1));
  z-index: 1;
  max-height: 4.2em;
  overflow: hidden;
  opacity: 1;
  margin-top: 0;
  text-align: left;
  width: 100%;
}

section.mod_balloon_slider div.Slider .SliderInner>ul>li .Item .ItemInner .ItemDate{
  background-color: rgb(var(--color1));
  position: relative;
  width: 80px;
  min-width: unset;
  height: 80px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  color: rgb(var(--grey10));
  z-index: 1;
  overflow: hidden;
  display: grid;
  place-items: center;
  padding: 10px 0 12px;
  opacity: 0;
  transition: 0.1s;
}

section.mod_balloon_slider div.Slider .SliderInner>ul>li .Item .ItemInner .ItemDate.datechanged{
  opacity: 1;
}

section.mod_balloon_slider div.Slider .SliderInner>ul>li .Item .ItemInner .ItemDate span{
  font-size: 16px;
  line-height: 16px;
  display: block
}

section.mod_balloon_slider div.Slider .SliderInner>ul>li .Item .ItemInner .ItemDate span:first-child{
  font-size: 28px;
  line-height: 28px;
}

section.mod_balloon_slider div.Slider .SliderInner>ul>li .Item .ItemInner::before{
  content: '';
  position: absolute;
  top: 80px;
  height: 75px;
  width: 50px;
  left: 40px;
  border-left: 1px solid rgb(var(--color2));
  border-bottom: 1px solid rgb(var(--color2));
  border-bottom-left-radius: var(--general-border-radius);
}

section.mod_balloon_slider div.Slider .SliderInner>ul>li .Item:not(.CalendarItem) .ItemInner .ItemIcon{
  background-color: rgb(var(--color2));
  color: rgb(var(--grey10));
}

section.mod_balloon_slider div.Slider .SliderInner>ul>li .Item .ItemInner .ItemContent .paracontent .location, section.mod_balloon_slider div.Slider .SliderInner>ul>li .Item .ItemInner .ItemContent .paracontent .tags .tag{
  color: rgb(var(--color1));
  z-index: 1;
  font-size: var(--fs7);
  text-transform: none;
}

section.mod_balloon_slider div.Slider .SliderInner>ul>li .Item .ItemInner .ItemContent .paracontent .cardBottomLinks{
  flex-direction: column;
  border-top: 0px solid transparent;
  margin: 0;
  padding: 0;
}

section.mod_balloon_slider div.Slider .SliderInner>ul>li .Item .ItemInner .ItemContent .paracontent .cardBottomLinks a{
  text-align: center !important;
  border: 1px solid rgb(var(--color2));
  padding: var(--button-padding);
  color: rgb(var(--color2));
  text-transform: var(--button-text-transform);
  font-family: var(--button-font-family);
  font-weight: var(--button-font-weight);
  border-radius: var(--button-border-radius);
  font-size: var(--button-font-size);
  transition: 0.2s;
  position: absolute;
  bottom: 0;
  left: 90px;
  z-index: 2;
  right: auto;
  top: auto;
  background-image: unset;
  background-color: transparent;
  display: none;
  background-color: rgb(var(--grey10));
}

section.mod_balloon_slider div.Slider .SliderInner>ul>li .Item .ItemInner .ItemContent .paracontent .cardBottomLinks a:last-child{
  display: block;
}

section.mod_balloon_slider div.Slider .SliderInner>ul>li .Item .ItemInner .ItemContent .paracontent .cardBottomLinks a:hover{
  background-color: rgb(var(--color2));
  color: rgb(var(--grey10));
}



@media screen and (max-width: 600px){
  section.mod_balloon_slider .filterSourceSideBySideButtons .FilterSet{
    justify-content: flex-start;
  }
  section.mod_balloon_slider .filterSourceSideBySideButtons .sourceButtonWrapper{
    margin: 0 auto 10px calc(0px - var(--button-gap));
  }

}
