.elementor-34 .elementor-element.elementor-element-495fd55{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-34 .elementor-element.elementor-element-e7c8554{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-a493619 *//* Reset and Base Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

/* Hero Section */
.privat-hero-section {
  background: linear-gradient(135deg, #ffffff 0%, #f0fdf4 50%, #ecfdf5 100%);
  padding: 80px 16px;
  position: relative;
}

.privat-container {
  max-width: 1280px;
  margin: 0 auto;
}

/* Badge */
.privat-badge-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}

.privat-badge {
  background-color: #16a34a;
  color: white;
  padding: 8px 24px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
}

.privat-star-icon {
  font-size: 16px;
}

/* Hero Grid */
.privat-hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: center;
  margin-bottom: 64px;
}

@media (min-width: 1024px) {
  .privat-hero-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.privat-hero-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

/* Headlines */
.privat-main-headline {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 24px;
  text-wrap: balance;
}

@media (min-width: 1024px) {
  .privat-main-headline {
    font-size: 3rem;
  }
}

@media (min-width: 1280px) {
  .privat-main-headline {
    font-size: 3.75rem;
  }
}

.privat-headline-accent {
  color: #16a34a;
  display: block;
  margin-top: 8px;
}

/* Highlight Box */
.privat-highlight-box {
  background-color: #dcfce7;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 24px;
}

.privat-highlight-text {
  font-size: 1.125rem;
  color: #15803d;
  font-weight: 600;
  margin: 0;
}

/* Quote */
.privat-quote {
  color: #6b7280;
  font-size: 1.125rem;
  font-style: italic;
  margin: 0;
}

/* Mini Stats */
.privat-stats-mini {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.privat-stat-card {
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 16px;
  text-align: center;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.2s;
}

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

.privat-stat-number {
  font-size: 1.5rem;
  font-weight: bold;
  color: #16a34a;
  margin-bottom: 4px;
}

.privat-stat-label {
  font-size: 0.75rem;
  color: #6b7280;
}

/* Hero Visual */
.privat-hero-visual {
  position: relative;
}

.privat-visual-card {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
  background: linear-gradient(135deg, #16a34a 0%, #15803d 100%);
  padding: 48px;
}

.privat-visual-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: white;
  position: relative;
  z-index: 2;
}

.privat-icon-wrapper {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  padding: 24px;
  margin-bottom: 24px;
}

.privat-home-icon {
  font-size: 4rem;
}

.privat-visual-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 16px;
}

.privat-visual-description {
  color: #dcfce7;
  font-size: 1.125rem;
  margin-bottom: 32px;
}

.privat-service-icons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  width: 100%;
}

.privat-service-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.privat-service-icon {
  font-size: 2rem;
  margin-bottom: 8px;
}

.privat-service-label {
  font-size: 0.875rem;
}

/* Visual Decorations */
.privat-visual-decoration {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

.privat-decoration-1 {
  width: 128px;
  height: 128px;
  top: -64px;
  right: -64px;
}

.privat-decoration-2 {
  width: 96px;
  height: 96px;
  bottom: -48px;
  left: -48px;
}

/* Main Content */
.privat-main-content {
  max-width: 1200px;
  margin: 0 auto 64px;
}

.privat-content-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: start;
}

@media (min-width: 1024px) {
  .privat-content-grid {
    grid-template-columns: 2fr 1fr;
  }
}

.privat-text-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.privat-content-paragraph {
  font-size: 1.125rem;
  line-height: 1.7;
  margin: 0;
}

/* Services Sidebar */
.privat-services-sidebar {
  position: relative;
}

@media (min-width: 1024px) {
  .privat-services-sidebar {
    position: sticky;
    top: 32px;
  }
}

.privat-services-card {
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

.privat-services-title {
  font-weight: bold;
  font-size: 1.125rem;
  margin-bottom: 16px;
  color: #16a34a;
}

.privat-services-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.privat-service-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.privat-service-icon-box {
  width: 40px;
  height: 40px;
  background-color: #dcfce7;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.privat-service-icon-bg {
  font-size: 1.25rem;
}

.privat-service-info {
  flex: 1;
}

.privat-service-name {
  font-weight: 500;
  font-size: 0.875rem;
  margin-bottom: 2px;
}

.privat-service-desc {
  font-size: 0.75rem;
  color: #6b7280;
}

/* Full Statistics */
.privat-stats-full {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 64px;
}

@media (min-width: 1024px) {
  .privat-stats-full {
    grid-template-columns: repeat(5, 1fr);
  }
}

.privat-stat-item {
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 16px;
  text-align: center;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.2s;
}

.privat-stat-item:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.privat-stat-item .privat-stat-number {
  font-size: 1.5rem;
  font-weight: bold;
  color: #16a34a;
  margin-bottom: 4px;
}

.privat-stat-description {
  font-size: 0.875rem;
  color: #6b7280;
}

/* Local Focus Box */
.privat-local-focus {
  background-color: #f0fdf4;
  border: 1px solid #bbf7d0;
  border-radius: 8px;
  margin-bottom: 48px;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.privat-local-content {
  padding: 32px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.privat-local-icon {
  padding: 8px;
  background-color: #dcfce7;
  border-radius: 8px;
  flex-shrink: 0;
  margin-top: 4px;
}

.privat-map-icon {
  font-size: 2rem;
}

.privat-local-text {
  flex: 1;
}

.privat-local-title {
  font-size: 1.25rem;
  font-weight: bold;
  color: #16a34a;
  margin-bottom: 16px;
}

.privat-local-description {
  color: #6b7280;
  line-height: 1.7;
  margin: 0;
}

/* FAQ Section */
.privat-faq-section {
  margin-top: 64px;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}

.privat-faq-title {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 32px;
}

.privat-faq-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

@media (min-width: 768px) {
  .privat-faq-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.privat-faq-item {
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.privat-faq-question {
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 0.875rem;
}

.privat-faq-answer {
  font-size: 0.875rem;
  color: #6b7280;
  margin: 0;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .privat-hero-section {
    padding: 60px 16px;
  }

  .privat-main-headline {
    font-size: 2rem;
  }

  .privat-visual-card {
    padding: 32px;
  }

  .privat-local-content {
    flex-direction: column;
    text-align: center;
  }

  .privat-local-icon {
    align-self: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-db9f342 */.privat-cost-section {
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
  padding: 3rem 1rem;
  margin: 2rem 0;
}

.privat-cost-container {
  max-width: 1200px;
  margin: 0 auto;
}

.privat-cost-content {
  background: white;
  border-radius: 16px;
  padding: 2.5rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  border: 1px solid #e5e7eb;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 2rem;
  align-items: center;
}

.privat-cost-icon {
  background: #16a34a;
  color: white;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.privat-cost-icon-svg {
  width: 40px;
  height: 40px;
}

.privat-cost-text {
  flex: 1;
}

.privat-cost-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #1f2937;
  margin: 0 0 0.75rem 0;
  line-height: 1.2;
}

.privat-cost-description {
  font-size: 1.1rem;
  color: #6b7280;
  margin: 0 0 1.5rem 0;
  line-height: 1.6;
}

.privat-cost-highlights {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.privat-cost-highlight {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.95rem;
  color: #374151;
}

.privat-cost-highlight-icon {
  color: #16a34a;
  font-weight: 600;
  font-size: 1rem;
}

.privat-cost-action {
  text-align: center;
  flex-shrink: 0;
}

.privat-cost-button {
  background: #16a34a;
  color: white;
  padding: 1rem 2rem;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(22, 163, 74, 0.3);
}

.privat-cost-button:hover {
  background: #15803d;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(22, 163, 74, 0.4);
}

.privat-cost-button-icon {
  width: 20px;
  height: 20px;
}

.privat-cost-note {
  margin: 0.75rem 0 0 0;
  font-size: 0.85rem;
  color: #6b7280;
  font-style: italic;
}

@media (max-width: 768px) {
  .privat-cost-content {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 1.5rem;
    padding: 2rem;
  }

  .privat-cost-title {
    font-size: 1.5rem;
  }

  .privat-cost-description {
    font-size: 1rem;
  }

  .privat-cost-highlights {
    align-items: center;
  }
}

@media (max-width: 480px) {
  .privat-cost-section {
    padding: 2rem 1rem;
  }

  .privat-cost-content {
    padding: 1.5rem;
  }

  .privat-cost-button {
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
  }
}/* End custom CSS */