.elementor-123 .elementor-element.elementor-element-374a0fc{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-531b52c *//* =====================================================
   DATENSCHUTZ PAGE
   Font: Poppins | Cyan #20cfff / Magenta #ff2aa6
   ===================================================== */

/* -----------------------------------------------------
   HERO
   ----------------------------------------------------- */

.dsgvo-hero {
  font-family: "Poppins", system-ui, -apple-system, sans-serif;
  position: relative;
  overflow: hidden;
  max-width: 1282px;
  margin: 0 auto;
  padding: 72px 32px 64px;
  color: #ffffff;
}

.dsgvo-hero__orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  filter: blur(80px);
}

.dsgvo-hero__orb--cyan {
  width: 500px;
  height: 500px;
  top: -160px;
  left: -100px;

}

.dsgvo-hero__orb--magenta {
  width: 400px;
  height: 400px;
  bottom: -100px;
  right: 0;
  background: radial-gradient(circle, rgba(255, 42, 166, .09), transparent 70%);
}

.dsgvo-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 820px;
}

.dsgvo-hero__kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  margin-bottom: 20px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .8px;
  text-transform: uppercase;
  border-radius: 999px;
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .14);
}

.dsgvo-hero__kicker-dot {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, #20cfff, #ff2aa6);
  box-shadow: 0 0 8px rgba(32, 207, 255, .6);
  animation: dsgvo-pulse 2s ease-in-out infinite;
}

@keyframes dsgvo-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%       { opacity: .6; transform: scale(.85); }
}

.dsgvo-hero__h1 {
  margin: 0 0 12px;
  font-size: 52px;
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -.8px;
  color: #ffffff;
}

.dsgvo-hero__h1 span {
  background: linear-gradient(90deg, #20cfff 0%, #ff2aa6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.dsgvo-hero__h2 {
  margin: 0 0 28px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  opacity: .72;
  max-width: 64ch;
}

.dsgvo-hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.dsgvo-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .12);
}

.dsgvo-hero__badge-icon {
  color: #20cfff;
  font-weight: 900;
}

/* -----------------------------------------------------
   CONTENT WRAPPER
   ----------------------------------------------------- */

.dsgvo-content {
  font-family: "Poppins", system-ui, -apple-system, sans-serif;
  max-width: 1282px;
  margin: 0 auto;
  padding: 0 32px 72px;
  color: #ffffff;
  display: grid;
  gap: 16px;
}

/* -----------------------------------------------------
   TWO-COL GRID (Google Maps + Fonts)
   ----------------------------------------------------- */

.dsgvo-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

/* -----------------------------------------------------
   SECTION CARD
   ----------------------------------------------------- */

.dsgvo-section {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .08);
  background: linear-gradient(145deg, rgba(255, 255, 255, .04), rgba(0, 0, 0, .18));
  backdrop-filter: blur(10px);
  transition: transform .25s ease;
}

.dsgvo-section:hover {
  transform: translateY(-2px);
}

.dsgvo-section__header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 22px;
  border-bottom: 1px solid rgba(255, 255, 255, .07);
}

.dsgvo-section__header--cyan {
  background: rgba(32, 207, 255, .07);
  border-bottom-color: rgba(32, 207, 255, .12);
}

.dsgvo-section__header--magenta {
  background: rgba(255, 42, 166, .07);
  border-bottom-color: rgba(255, 42, 166, .12);
}

.dsgvo-section__header--neutral {
  background: rgba(255, 255, 255, .04);
}

.dsgvo-section__icon {
  font-size: 18px;
  line-height: 1;
  flex: 0 0 auto;
}

.dsgvo-section__title {
  margin: 0;
  font-size: 15px;
  font-weight: 800;
  color: #ffffff;
}

.dsgvo-section__header--cyan    .dsgvo-section__title { color: #20cfff; }
.dsgvo-section__header--magenta .dsgvo-section__title { color: #ff2aa6; }

.dsgvo-section__body {
  padding: 18px 22px;
  display: grid;
  gap: 14px;
}

/* -----------------------------------------------------
   ITEMS
   ----------------------------------------------------- */

.dsgvo-intro-text {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.7;
  opacity: .80;
}

.dsgvo-intro-text strong {
  color: #ffffff;
  font-weight: 700;
}

.dsgvo-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 13.5px;
  line-height: 1.7;
  opacity: .88;
}

.dsgvo-item__dot {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex: 0 0 auto;
  margin-top: 7px;
}

.dsgvo-item__dot--cyan    { background: #20cfff; box-shadow: 0 0 8px rgba(32, 207, 255, .5); }
.dsgvo-item__dot--magenta { background: #ff2aa6; box-shadow: 0 0 8px rgba(255, 42, 166, .5); }
.dsgvo-item__dot--neutral { background: rgba(255, 255, 255, .35); }

.dsgvo-item__text {
  display: grid;
  gap: 3px;
}

.dsgvo-item__text strong {
  display: block;
  font-size: 13.5px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 2px;
}

/* -----------------------------------------------------
   LINKS
   ----------------------------------------------------- */

.dsgvo-links {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-top: 4px;
}

.dsgvo-link {
  display: inline-flex;
  align-items: center;
  font-size: 12.5px;
  font-weight: 700;
  color: #20cfff;
  text-decoration: none;
  opacity: .85;
  transition: opacity .2s ease;
}

.dsgvo-link:hover { opacity: 1; }

.dsgvo-link--magenta { color: #ff2aa6; }

/* -----------------------------------------------------
   HIGHLIGHT BOX
   ----------------------------------------------------- */

.dsgvo-highlight {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 14px;
  font-size: 13.5px;
  line-height: 1.65;
}

.dsgvo-highlight--cyan {
  background: rgba(32, 207, 255, .07);
  border: 1px solid rgba(32, 207, 255, .18);
}

.dsgvo-highlight--neutral {
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .10);
}

.dsgvo-highlight__icon {
  font-size: 18px;
  flex: 0 0 auto;
  margin-top: 1px;
}

.dsgvo-highlight--cyan    strong { color: #20cfff; }
.dsgvo-highlight--neutral strong { color: #ffffff; }

/* -----------------------------------------------------
   SERVER LOG GRID
   ----------------------------------------------------- */

.dsgvo-log-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 16px;
}

.dsgvo-log-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  opacity: .82;
}

.dsgvo-log-dot {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  flex: 0 0 auto;
  background: rgba(255, 255, 255, .30);
}

/* -----------------------------------------------------
   RIGHTS GRID
   ----------------------------------------------------- */

.dsgvo-rights-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.dsgvo-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 14px 10px;
  border-radius: 14px;
  background: rgba(32, 207, 255, .05);
  border: 1px solid rgba(32, 207, 255, .10);
  text-align: center;
}

.dsgvo-right__icon {
  font-size: 20px;
  line-height: 1;
}

.dsgvo-right__label {
  font-size: 12px;
  font-weight: 700;
  opacity: .88;
  line-height: 1.3;
}

/* -----------------------------------------------------
   CONTACT BLOCK
   ----------------------------------------------------- */

.dsgvo-contact {
  border-radius: 20px;
  padding: 24px 24px 22px;
  background: linear-gradient(135deg, rgba(32, 207, 255, .07), rgba(255, 42, 166, .07));
  border: 1px solid rgba(255, 255, 255, .10);
  backdrop-filter: blur(10px);
}

.dsgvo-contact__header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 20px;
}

.dsgvo-contact__title {
  margin: 0;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .2px;
  opacity: .7;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .8px;
}

.dsgvo-contact__dot {
  display: block;
  flex: 1;
  height: 1px;
  background: rgba(255, 255, 255, .10);
}

.dsgvo-contact__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.dsgvo-contact__item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 14px;
  background: rgba(0, 0, 0, .15);
  border: 1px solid rgba(255, 255, 255, .08);
}

.dsgvo-contact__icon {
  font-size: 20px;
  flex: 0 0 auto;
  margin-top: 2px;
}

.dsgvo-contact__text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.dsgvo-contact__text strong {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .6px;
  text-transform: uppercase;
  opacity: .5;
}

.dsgvo-contact__text span,
.dsgvo-contact__link {
  font-size: 13.5px;
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
  opacity: .9;
}

.dsgvo-contact__link:hover {
  color: #20cfff;
  opacity: 1;
}

/* -----------------------------------------------------
   RESPONSIVE
   ----------------------------------------------------- */

@media (max-width: 900px) {
  .dsgvo-two-col {
    grid-template-columns: 1fr;
  }

  .dsgvo-rights-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .dsgvo-contact__grid {
    grid-template-columns: 1fr;
  }

  .dsgvo-log-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .dsgvo-hero {
    padding: 56px 20px 48px;
  }

  .dsgvo-hero__h1 {
    font-size: 34px;
  }

  .dsgvo-hero__h2 {
    font-size: 15px;
  }

  .dsgvo-content {
    padding: 0 20px 56px;
  }

  .dsgvo-section__header,
  .dsgvo-section__body {
    padding-left: 16px;
    padding-right: 16px;
  }

  .dsgvo-rights-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .dsgvo-rights-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}/* End custom CSS */