/* 🔧 Basis Layout & Resets */
body {
    font-family: sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background-color: #f8f8f8;
    color: #222;
  }
  
  img {
    max-width: 100%;
    height: auto;
  }
  
  /* 🎥 WP Embed Fix */
  .wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before,
  .wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before {
    content: none !important;
    display: none !important;
    padding-top: 0 !important;
  }

  .gta-map-teaser {
  background: #f5f5f5;
  border: 1px solid #ccc;
  padding: 20px;
  margin-top: 40px;
  border-radius: 8px;
  font-size: 16px;
  color: #222;
}

.gta-map-teaser h4 {
  margin-top: 0;
  color: #111;
  font-size: 18px;
}

.gta-map-teaser p {
  margin-bottom: 12px;
  color: #ccc;
}

.gta-map-teaser a.cta-button {
  display: inline-block;
  background: #b538b7;
  color: white;
  padding: 10px 16px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
}

.gta-map-teaser a.cta-button:hover {
  background: #8c2d8a;
}

/* Standard-Listenverhalten nur gezielt neutralisieren */
nav ul,
nav ol,
.menu,
.menu ul,
.menu ol {
  list-style: none;
  padding-left: 0;
}