::selection {
  background: #52227a;
  color: white;
}
.tm-card .uk-card {
  overflow: hidden;
  transition: all 0.3s ease;
}
.tm-card .uk-card:hover {
  transform: scale(1.03);
}
.tm-cards a {
  text-decoration: none;
}
.tm-cards .uk-card-body h3 {
  margin-bottom: 15px;
}
.tm-cards .uk-card {
  max-width: 400px;
}
.uk-card {
  border-radius: 20px;
}
.uk-card .uk-card-media-top {
  background-color: white;
}
.tm-form-center {
  max-width: 800px;
  margin: auto;
}
.rmx-hero.img h1 {
  transform: translateY(-20%);
}
@media (min-width: 500px) {
  .rmx-hero.img h1 {
    transform: translateY(-35%);
  }
}
@media (min-width: 800px) {
  .rmx-hero.img h1 {
    transform: translateY(-50%);
  }
}
.rmx-hero img {
  border-radius: 20px;
}
.rmx-hero h1 {
  display: block;
  background-color: white;
  padding: 20px;
  border-radius: 20px;
  color: #52227a;
  max-width: 600px;
  margin: auto;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.tm-block-image img {
  border-radius: 10px;
}
.rmx-logoleiste img {
  max-height: 120px;
  max-width: clamp(130px, 130px + 120 * ((100vw - 375px) / (1440 - 375)), 250px);
}
