dl,
dt,
dd,
h4 {
  margin: 0;
  padding: 0;
  line-height: normal;
  color: inherit;
}

dd {
  margin-inline-start: 0;
}

dl {
  list-style: none;
}

.aktuelles-locations {
  display: grid;
  margin-top: 1.2rem;
}

.aktuelles-locations > *:nth-child(odd) {
  margin-bottom: 0.8rem;
}

.aktuelles-locations > *:nth-child(even) {
  margin-bottom: 1.8rem;
}

.aktuelles-hours {
  display: grid;
  grid-template-columns: 35% 65%;
  row-gap: 0.5rem;
}

.link_video {
  display: grid;
  grid-template-columns: 2fr 1.2fr;
  grid-template-rows: 1fr;
  align-items: center;
}

.greetings_video {
  display: contents;
}

.btn_video {
  background-color: #ec6176;
  border-radius: 10px;
  color: white;
  width: 100%;
  padding: 10px;
  text-align: center;
  width: fit-content;
  transition: all 0.3s;
}

.btn_video:hover {
  background-color: #d6556a;
}

.btn_video span {
  font-weight: 700;
  text-transform: none;
}
