.elementor-36 .elementor-element.elementor-element-5faa86a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-5faa86a */<style>
  :root {
    --primary-color: #FFC20E; /* Primärfarbe der Website */
    --primary-color-light: rgba(255, 194, 14, 0.18);
    --border-radius: 12px;
    --text-dark: #222;
  }

  .taetigkeitsberichte {
    max-width: 900px;
    margin: 3rem auto;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  }

  .bericht {
    margin-bottom: 3rem;
    border-radius: var(--border-radius);
    overflow: hidden;
    border: 1px solid #ddd;
  }

  .bericht-header {
    background: var(--primary-color-light);
    padding: 1rem 1.25rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .bericht-header h3 {
    margin: 0;
    font-size: 1.1rem;
    color: var(--text-dark);
  }

.bericht-header a {
  background-color: var(--primary-color);
  color: #000;
  text-decoration: none;
  padding: 0.6rem 1.2rem;
  border-radius: 999px; /* klarer Button */
  font-size: 0.9rem;
  font-weight: 700;
  border: 2px solid #000; /* gibt Halt bei Gelb */
  box-shadow: 0 2px 0 #000;
  transition: all 0.15s ease;
}

.bericht-header a:hover {
  background-color: #ffd84d;
  transform: translateY(1px);
  box-shadow: 0 1px 0 #000;
}

.bericht-header a:focus-visible {
  outline: 3px solid #000;
  outline-offset: 3px;
}

  .bericht iframe {
    width: 100%;
    height: 700px;
    border: none;
  }
</style>/* End custom CSS */