/* Zwei-Klick-Loesung fuer Google Maps - laedt erst nach ausdruecklicher Zustimmung */
.lh-video-placeholder{position:relative;min-height:450px;display:flex;flex-direction:column;
  align-items:center;justify-content:center;text-align:center;gap:16px;padding:36px 24px;
  background:#eaf7ea repeating-linear-gradient(45deg,rgba(125,110,176,.09) 0 12px,transparent 12px 24px);
  border:1px solid #c5e6c7;border-radius:6px;color:#3a3a3a;box-sizing:border-box}
.lh-video-placeholder h3{margin:0;font-size:1.2rem;color:#2b7c31}
.lh-video-placeholder p{margin:0;max-width:54ch;font-size:1rem;line-height:1.6}
.lh-video-placeholder a{color:#2b7c31;text-decoration:underline}
.lh-video-placeholder button{font:inherit;font-weight:700;cursor:pointer;border-radius:4px;padding:13px 32px;
  border:2px solid #39a642;background:#39a642;color:#fff;transition:background-color .25s,border-color .25s}
.lh-video-placeholder button:hover,.lh-video-placeholder button:focus{background:#2b7c31;border-color:#2b7c31}
.lh-video-placeholder button:focus-visible{outline:3px solid #39a642;outline-offset:3px}
.lh-video-placeholder .lh-video-remember{font-size:.9rem;display:flex;align-items:center;gap:8px}
.lh-video-loaded iframe{display:block;width:100%;border:0}
@media (max-width:575px){.lh-video-placeholder{min-height:340px;padding:26px 16px}}
@media (prefers-reduced-motion:reduce){.lh-video-placeholder button{transition:none}}
