.elementor-2358 .elementor-element.elementor-element-f7ecace{--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;}.elementor-2358 .elementor-element.elementor-element-f7ecace:not(.elementor-motion-effects-element-type-background), .elementor-2358 .elementor-element.elementor-element-f7ecace > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-9916e97 );}/* Start custom CSS for html, class: .elementor-element-3453bc4 */<style>
  .kontakt-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
    font-family: "Segoe UI", sans-serif;
  }

  .kontakt-card {
    background: #f8f9fb;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
    margin-bottom: 20px;
  }

  .kontakt-card h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #1a1a1a;
  }

  .kontakt-card p {
    margin: 6px 0;
    font-size: 15px;
    color: #333;
    line-height: 1.5;
  }

  .kontakt-card a {
    color: #007bff;
    text-decoration: none;
  }

  .kontakt-card a:hover {
    text-decoration: underline;
  }
</style>/* End custom CSS */