.elementor-272 .elementor-element.elementor-element-4c51830{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-272 .elementor-element.elementor-element-289ff39{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-289ff39 *//* Zusätzliche Styles für "Unsere Leistungen" und "Bald verfügbar" */

/* Einfache Überschrift ohne Icon */
.footer-heading-simple {
  font-size: 1.25rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 1rem 0;
}

/* Navigationsliste für detaillierte Links */
.footer-nav-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-nav-link-detailed {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: #d1d5db;
  text-decoration: none;
  transition: all 0.2s;
}

.footer-nav-link-detailed:hover {
  color: hsl(var(--primary, 220 70% 50%));
}

.footer-bullet {
  width: 0.25rem;
  height: 0.25rem;
  background-color: hsl(var(--primary, 220 70% 50%));
  border-radius: 9999px;
  flex-shrink: 0;
  transition: width 0.2s;
}

.footer-nav-link-detailed:hover .footer-bullet {
  width: 0.5rem;
}

/* Einfache Navigation */
.footer-nav-simple {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-nav-link-simple {
  font-size: 0.875rem;
  color: #d1d5db;
  text-decoration: none;
  transition: color 0.2s;
}

.footer-nav-link-simple:hover {
  color: hsl(var(--primary, 220 70% 50%));
}

/* Divider für "Bald verfügbar" */
.footer-divider {
  padding-top: 1rem;
  margin-top: 1rem;
  border-top: 1px solid #374151;
}

.footer-subheading {
  font-size: 1.125rem;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 0.75rem 0;
}

/* "Bald verfügbar" Liste */
.footer-coming-soon {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
  color: #9ca3af;
}

.footer-coming-soon li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* Hauptcontainer */
.footer-wrapper {
  position: relative;
  background-color: #0f172a;
  color: #ffffff;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
}

/* Dekorative Hintergrund-Elemente */
.footer-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.footer-bg-element {
  position: absolute;
  border-radius: 9999px;
  filter: blur(96px);
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.footer-bg-element-1 {
  top: 2.5rem;
  right: 2.5rem;
  width: 16rem;
  height: 16rem;
  background-color: rgba(59, 130, 246, 0.05);
}

.footer-bg-element-2 {
  bottom: 2.5rem;
  left: 2.5rem;
  width: 24rem;
  height: 24rem;
  background-color: rgba(59, 130, 246, 0.05);
  animation-delay: 1s;
}

@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}

/* Container */
.footer-container {
  position: relative;
  max-width: 80rem;
  margin: 0 auto;
  padding: 4rem 1rem;
}

/* Grid Layout */
.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}

/* Section */
.footer-section {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

/* Brand */
.footer-brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.footer-logo {
  width: 12rem !important;
  height: 6.75rem !important;  /* 12rem ÷ 16 × 9 = 6.75rem für 16:9 */
  border-radius: 0.5rem;
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden !important;  /* Wichtig für den Crop */
}

.footer-logo img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;  /* Cover statt contain - schneidet zu */
  object-position: center !important;  /* Zentriert das Bild */
}


.footer-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
}

.footer-tagline {
  font-size: 0.875rem;
  color: hsl(var(--primary, 220 70% 50%));
  font-weight: 500;
  margin: 0;
}

.footer-description {
  font-size: 0.875rem;
  color: #d1d5db;
  line-height: 1.625;
  margin: 0;
}

/* Headings */
.footer-heading {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
}

.footer-icon {
  color: hsl(var(--primary, 220 70% 50%));
  flex-shrink: 0;
}

/* Kontakt */
.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.footer-icon-sm {
  color: hsl(var(--primary, 220 70% 50%));
  flex-shrink: 0;
  margin-top: 0.25rem;
}

.footer-contact-item div {
  font-size: 0.875rem;
  color: #d1d5db;
}

.footer-contact-item p {
  margin: 0;
  color: white !important;
}

.footer-contact-label {
  font-weight: 600;
  color: #ffffff;
}

.footer-time {
  color: #ffffff;
}

.footer-link {
  color: #ffffff;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s;
}

.footer-link:hover {
  color: hsl(var(--primary, 220 70% 50%));
}

/* Navigation */
.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.footer-nav-link {
  font-size: 0.875rem;
  font-weight: 500;
  color: #d1d5db;
  text-decoration: none;
  transition: all 0.2s;
  display: block;
}

.footer-nav-link:hover {
  color: hsl(var(--primary, 220 70% 50%));
  transform: translateX(0.5rem);
}

/* Liste */
.footer-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-list-item {
  font-size: 0.875rem;
  color: #d1d5db;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.footer-list-item::before {
  content: '';
  width: 0.5rem;
  height: 0.5rem;
  background-color: hsl(var(--primary, 220 70% 50%));
  border-radius: 9999px;
  flex-shrink: 0;
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

/* Bottom-Bereich */
.footer-bottom {
  border-top: 1px solid #374151;
}

.footer-bottom-container {
  max-width: 80rem;
  margin: 0 auto;
  padding: 1.5rem 1rem;
}

.footer-bottom-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.footer-copyright {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: #9ca3af;
  margin: 0;
  text-align: center;
}

.footer-heart {
  color: #ef4444;
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

/* Social Media */
.footer-social {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  color: #9ca3af;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-social-links {
  display: flex;
  gap: 0.75rem;
}

.footer-social-link {
  color: #9ca3af;
  text-decoration: none;
  transition: color 0.2s;
}

.footer-social-link:hover {
  color: hsl(var(--primary, 220 70% 50%));
}

/* Tablet */
@media (min-width: 768px) {
  .footer-container {
    padding: 4rem 1.5rem;
  }
  
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .footer-bottom-content {
    flex-direction: row;
    justify-content: space-between;
  }
  
  .footer-copyright {
    text-align: left;
  }
  
  .footer-social {
    justify-content: flex-start;
  }
}

/* Desktop */
@media (min-width: 1024px) {
  .footer-container {
    padding: 4rem 2rem;
  }
  
  .footer-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
  .footer-bg-element,
  .footer-list-item::before,
  .footer-heart {
    animation: none;
  }
  
  .footer-nav-link:hover {
    transform: none;
  }
}/* End custom CSS */