/* hero */
section#mpe {
  margin-top: 0!important;
}
#mp-hero-section {
  background: url('https://cdn.ironpla.net/i/hmpg/2021/MPE_Hero_1200x350.jpg');
  background-position: center;
  background-size: cover;
  padding: 20px 0 0;
  margin-bottom: 20px;
  color: white;
  margin: 0 0 20px 0;
  text-align: center;
}

#mp-hero-section .custom-container {
    width: 600px;
	max-width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

#mp-hero-section .btn {
  background: white;
  color: #1f8e9a;
  width: 280px;
  height: 45px;
  padding: 7px;
  font-size: 20px;
  border-radius: 5px;
}
#mp-hero-section p {
  flex-direction: row;
  float: left;
  justify-content: center;
  margin: 10px;
}
.sell-cta:hover { 
  background-color: white;
  color: #1f8e9a !important;
  border-radius: 5px;
  text-decoration: none;
}
.sell-cta::after {
  clear: both;
}
a.appa-tiger:hover { 
  color: #1f8e9a !important;
}
#mp-hero-section h2 {
  font-size: 34px;
  line-height: 43px;
  margin: 5px 0 15px;
}

@media (max-width: 540px) {
  #mp-hero-section p {
    flex-direction: row;
    margin-left: 115px;
  }
  #mp-hero-section {
    height: 425px;
  }
}
@media (max-width: 414px) {
  #mp-hero-section h2 {
    font-size: 21px;
    line-height: 35px;
  }
  #mp-hero-section p {
    flex-direction: row;
    margin-left: 50px;
  }
  #mp-hero-section {
    height: 355px;
  }
}
@media (max-width: 390px) {
  #mp-hero-section p {
    margin-left: 40px;
  }
  #mp-hero-section {
    height: 400px;
  }
}
@media (max-width: 375px) {
  #mp-hero-section h2 {
    font-size: 19px;
    line-height: 30px;
  }
  #mp-hero-section p {
    margin-left: 33px;
  }
  #mp-hero-section {
    height: 360px;
  }
}
@media (max-width: 360px) {
  #mp-hero-section h2 {
    font-size: 18px;
  }
}
@media (max-width: 320px) {
  #mp-hero-section h2 {
    font-size: 13px;
    line-height: 25px;
  }
  #mp-hero-section .btn { 
    width: 230px;
  }
}
@media (max-width: 280px) {
  #mp-hero-section p {
    margin-left: 10px;
  }
  #banner-logo {
    width: 220px;
  }
  #mp-hero-section {
    height: 340px;
  }
}
/* Events */
#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;
}