.ma_hp_2x1 {
  display: block;
  width: 100%;
  height: 135px;
  min-height: 150px;
  height: 16vw;
  max-height: 300px;
  text-decoration: none;
}

.ma_hp_2x1_stegpc {
  display: block;
  width: 100%;
  height: 135px;
  min-height: 150px;
  height: 16vw;
  max-height: 300px;
  background: #004f91;
  background: url("../img/overview_steg-pc.png"), radial-gradient(circle, #004f91 0%, #142137 100%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  position: relative;
}
.ma_hp_2x1_stegpc img {
  width: 30%;
  height: auto;
  -webkit-filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.9));
          filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.9));
  margin: 0 auto;
  position: absolute;
  bottom: 1.5vw;
  right: 0;
  left: 0;
}

.ma_hp_2x1_holidays {
  background: #ffed00;
  background-color: #004f91;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.ma_hp_2x1_holidays h3 {
  font-family: "Open Sans Condensed", sans-serif;
  color: #ffed00;
  text-shadow: 0px 0px 10px #222;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
  font-size: 3vw;
  line-height: 1.1;
  margin-bottom: 1vw;
}
@media (max-width: 850px) {
  .ma_hp_2x1_holidays h3 {
    font-size: 25px;
  }
}
@media (min-width: 1900px) {
  .ma_hp_2x1_holidays h3 {
    font-size: 56px;
  }
}

.ma_slide_btn {
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: bold;
  display: inline-block;
  padding: 0.75rem 1.25rem;
  border-radius: 10rem;
  color: #fff;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.15rem;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-decoration: none;
}
@media (max-width: 850px) {
  .ma_slide_btn {
    font-size: 14px;
  }
}
.ma_slide_btn:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #142137;
  border-radius: 10rem;
  z-index: -2;
}
.ma_slide_btn:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #004f91;
  transition: all 0.3s;
  border-radius: 10rem;
  z-index: -1;
}
.ma_slide_btn:hover {
  color: #fff;
}
.ma_slide_btn:hover:before {
  width: 100%;
}

/*# sourceMappingURL=style.css.map */