#events {
  /* padding: calc(2rem + 25px) 0; */
  padding: 2rem 0 ;
}
#events .squeeze {
  padding: 0px 35px;
}
#events .slick-arrow {
  position: absolute;
  top: 51%;
  width: 38px;
  height: 38px;
  border: none;
  background-size: contain;
  background-color: unset;
}
#events .slick-prev {
  left: -41px;
  z-index: 9999;
  background-image: url('https://cdn.ironpla.net/i/hmpg/2021/PrevBtn.png');
}
#events .slick-prev:active {
  background-image: url('https://cdn.ironpla.net/i/hmpg/2021/PrevBtn_O.png');

}
#events .slick-next {
  right: -41px;
  background-image: url('https://cdn.ironpla.net/i/hmpg/2021/NextBtn.png');
}
#events .slick-next:active {
  background-image: url('https://cdn.ironpla.net/i/hmpg/2021/NextBtn_O.png');

}
#events .carousel-item {
  text-align: center;
}
#events .slick-slide img {
  display: inline-block;
}
#events h2 {
font-size:24px;
  font-weight:700;
  text-align:left;
}

/* Auction Tile */
.tile {
  width: 192px;
  height: 192px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  padding-top: 0px;
  padding-left: 10px;
  text-align:left;
}
a.tile,
a.tile:hover,
a.tile:active,
a.tile:visited {
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
}
h3.location,
p.subtitle,
p.date,
p.next {
  font-family:  "Eina 01", "Roboto", sans-serif;
  font-weight: normal;
  color: white;
  margin: 0;
  line-height: 1.25;
}
.tile.v3 p.next,
.tile.v3 p.date {
  color: #000;
}
p.next {
  line-height: 56px;
}
.v3 p.next {
  line-height: 40px;
}
h3.location {
  margin-top:40px;
  font-size: 22px
}
.v3 h3.location {
  margin-top:56px;
}
.v3 h3.location,
.v3 p.subtitle {
  font-weight: bold;
}
p.subtitle,
p.next {
  font-size: 17px;
}
p.date {
  font-size: 18px;
  margin-top:14px;
}
.de {
  display: none;
}
html[lang="de"] .de {
  display: inline!important;
}

.heading {
font-family: Trebuchet MS,Verdana,sans-serif;
font-weight: 400;
font-size: 24px;
margin: 0 0 1rem;
}
.ip-red {
color:#da471f!important;
}
section {
  margin: 1rem 0;
}
section:first-child {
  margin-top: 0!important;
}