/**
* Block Name: map
*/

section.map {
  background-color: var(--waldgrun);
  color: var(--salbei);
}

section.map a {
  color: var(--salbei) !important;
}

section.map iframe {
  position: absolute;
  max-width: 50%;
  right: -15px;
  top: 0;
}

@media (max-width: 768px) {
  section.map {
    padding-bottom: 0;
  }
  section.map iframe {
    margin-top: 50px;
    position: relative;
    max-width: 100%;
    height: 500px;
    right: 0;
    bottom: 0;
    transform: translateY(6px);
  }
}
