.elementor-15 .elementor-element.elementor-element-ec9afd4{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-7400419 *//* Reset und Basis-Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  line-height: 1.6;
  color: #333;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

/* Hero Section */
.hero-section {
  background: #0f172a;
  color: white;
  background-image: radial-gradient(ellipse 80% 80% at 50% -20%, rgba(39, 155, 172, 0.3), rgba(255, 255, 255, 0));
  position: relative;
}

.hero-content {
  padding: 3rem 0;
}

.hero-grid {
  display: grid;
  gap: 2rem;
  align-items: center;
}

.hero-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  z-index: 10;
  order: 2;
}

.hero-text-content {
  margin-bottom: 1rem;
}

.hero-title {
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.2;
  color: #f9fafb;
  margin-bottom: 1rem;
  letter-spacing: -0.025em;
}

.hero-description {
  font-size: 1rem;
  color: #d1d5db;
  line-height: 1.7;
}

.text-highlight {
  color: #22d3ee;
}

.hero-features {
  list-style: none;
  display: grid;
  gap: 0.75rem;
}

.hero-feature {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.feature-icon {
  color: #22d3ee;
  font-size: 1rem;
  margin-top: 0.125rem;
  flex-shrink: 0;
}

.feature-title {
  font-weight: 600;
  color: #f9fafb;
}

.hero-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 16rem;
  order: 1;
}

.constellation-canvas {
  width: 100%;
  height: 100%;
  display: block;
}

/* Services Section */
.services-section {
  background: white;
  padding: 3rem 0;
}

.services-header {
  max-width: 48rem;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 2rem;
}

.services-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #111827;
  line-height: 1.2;
  letter-spacing: -0.025em;
  margin-bottom: 0.75rem;
}

.services-description {
  font-size: 1rem;
  color: #6b7280;
  line-height: 1.7;
}

.services-link {
  font-weight: 700;
  color: #0891b2;
  text-decoration: none;
}

.services-link:hover {
  text-decoration: underline;
}

.services-grid {
  max-width: 80rem;
  margin: 0 auto;
  display: grid;
  gap: 1rem;
}

.service-card {
  background: #f9fafb;
  border-radius: 0.5rem;
  padding: 1rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
}

.service-card:hover {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.service-content {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.service-icon {
  margin-top: 0.25rem;
  flex-shrink: 0;
}

.service-icon i {
  font-size: 2rem;
  color: #0891b2;
}

.service-text {
  flex: 1;
  min-width: 0;
}

.service-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #111827;
  line-height: 1.3;
  margin-bottom: 0.5rem;
}

.service-description {
  font-size: 0.875rem;
  color: #6b7280;
  line-height: 1.6;
}

/* Local Section */
.local-section {
  background: white;
  padding: 3rem 0;
}

.local-grid {
  display: grid;
  gap: 2rem;
  align-items: center;
}

.local-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  order: 2;
}

.local-badge {
  display: inline-block;
  background: #cffafe;
  color: #155e75;
  padding: 0.25rem 0.75rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  width: fit-content;
}

.local-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #111827;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.local-description {
  font-size: 1rem;
  color: #6b7280;
  line-height: 1.7;
}

.local-features {
  list-style: none;
  display: grid;
  gap: 0.75rem;
}

.local-feature {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.local-feature-icon {
  margin-top: 0.25rem;
  flex-shrink: 0;
}

.local-feature-icon i {
  font-size: 1.25rem;
  color: #0891b2;
}

.local-feature-content {
  min-width: 0;
}

.local-feature-title {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0.25rem;
}

.local-feature-description {
  font-size: 0.875rem;
  color: #6b7280;
  line-height: 1.6;
}

.local-visual {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #f3f4f6;
  border-radius: 0.75rem;
  padding: 1.5rem;
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  text-align: center;
  order: 1;
}

.local-landmarks {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.landmark {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  color: #6b7280;
}

.landmark-icon {
  font-size: 3rem;
}

.landmark-name {
  font-size: 0.875rem;
  font-weight: 600;
}

.local-tagline {
  font-size: 1rem;
  font-weight: 700;
  color: #374151;
  line-height: 1.3;
}

.tagline-highlight {
  color: #0e7490;
}

/* Contact Section */
.contact-section {
  background: #f9fafb;
  padding: 2rem 0 5rem;
  text-align: center;
}

/* Responsive Design */
@media (min-width: 640px) {
  .container {
    padding: 0 1.5rem;
  }

  .hero-content {
    padding: 4rem 0;
  }

  .hero-text {
    gap: 1.5rem;
  }

  .hero-title {
    font-size: 1.875rem;
  }

  .hero-description {
    font-size: 1.125rem;
  }

  .hero-features {
    gap: 0.75rem;
  }

  .feature-icon {
    font-size: 1.25rem;
  }

  .hero-visual {
    height: 20rem;
  }

  .services-section {
    padding: 4rem 0;
  }

  .services-header {
    margin-bottom: 3rem;
  }

  .services-title {
    font-size: 1.875rem;
  }

  .services-description {
    font-size: 1.125rem;
  }

  .services-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }

  .service-card {
    padding: 1.5rem;
  }

  .service-content {
    gap: 1rem;
  }

  .service-icon i {
    font-size: 2.5rem;
  }

  .service-title {
    font-size: 1.25rem;
  }

  .service-description {
    font-size: 1rem;
  }

  .local-section {
    padding: 4rem 0;
  }

  .local-content {
    gap: 1.5rem;
  }

  .local-title {
    font-size: 1.875rem;
  }

  .local-description {
    font-size: 1.125rem;
  }

  .local-features {
    gap: 1rem;
  }

  .local-feature {
    gap: 1rem;
  }

  .local-feature-icon i {
    font-size: 1.5rem;
  }

  .local-feature-title {
    font-size: 1.125rem;
  }

  .local-feature-description {
    font-size: 1rem;
  }

  .local-visual {
    padding: 2rem;
  }

  .local-landmarks {
    gap: 2rem;
    margin-bottom: 2rem;
  }

  .landmark-icon {
    font-size: 4rem;
  }

  .landmark-name {
    font-size: 1rem;
  }

  .local-tagline {
    font-size: 1.125rem;
  }
}

@media (min-width: 768px) {
  .hero-title {
    font-size: 2.25rem;
  }

  .hero-description {
    font-size: 1.25rem;
  }

  .hero-visual {
    height: 24rem;
  }

  .services-title {
    font-size: 2.25rem;
  }

  .services-description {
    font-size: 1.25rem;
  }

  .services-grid {
    gap: 2rem;
  }

  .local-title {
    font-size: 2.25rem;
  }
}

@media (min-width: 1024px) {
  .container {
    padding: 0 2rem;
  }

  .hero-content {
    padding: 5rem 0 8rem;
  }

  .hero-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem;
  }

  .hero-text {
    order: 1;
  }

  .hero-title {
    font-size: 3rem;
  }

  .hero-visual {
    min-height: 25rem;
    order: 2;
  }

  .services-section {
    padding: 5rem 0 7rem;
  }

  .services-title {
    font-size: 3rem;
  }

  .services-grid {
    gap: 3rem;
  }

  .local-section {
    padding: 5rem 0 7rem;
  }

  .local-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 6rem;
  }

  .local-content {
    order: 1;
  }

  .local-title {
    font-size: 3rem;
  }

  .local-visual {
    order: 2;
  }
}

@media (min-width: 1280px) {
  .hero-title {
    font-size: 3.75rem;
  }
}/* End custom CSS */