.elementor-340 .elementor-element.elementor-element-ac1d6a8{--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-340 .elementor-element.elementor-element-70af9d5 > .elementor-widget-container{padding:50px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-70af9d5 *//* Reset & Global */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  background-color: #ffffff;
  color: #353535;
  line-height: 1.8;
  font-size: 16px;
}

/* Text Selection Effect */
::selection {
  background-color: #93003F;
  color: #ffffff;
}

/* Impressum Section */
.impressum-section {
  padding: 60px 20px;
  max-width: 900px;
  margin: auto;
}

h1 {
  text-align: center;
  font-size: 36px;
  color: #93003F;
  margin-bottom: 40px;
}

h2 {
  font-size: 22px;
  color: #93003F;
  margin-top: 35px;
  margin-bottom: 10px;
}

.impressum-block {
  margin-bottom: 30px;
}

a {
  color: #93003F;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  color: #750030;
}

strong {
  font-weight: 600;
}

/* Responsive Design */
@media (max-width: 768px) {
  .impressum-section {
    padding: 40px 15px;
  }

  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 20px;
  }
}/* End custom CSS */