<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Allgemeine Stile fÃ¼r die Seite */
body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #121212;
    color: #fff;
}

/* Header und Navigation */
nav {
    background-color: #000;
    padding: 15px;
    text-align: center;
    position: sticky;
    top: 0;
    z-index: 1000;
}

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

nav ul li {
    display: inline;
    margin: 0 8px;
}

nav ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}

/* Hero Section */
.hero-section {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.8)), url('https://media.chat.sextingarea.net/media/images/landingpage/lp1/motiv_adult.jpg?version=2252');
    background-size: cover;
    background-position: center;
    padding: 100px 20px;
    text-align: center;
}


.hero2-section {
    background-image: url('https://bild.ero6chat.de/upload/2024/12/16/20241216203854-a01b67eb.png');
    background-size: cover;
    background-position: center;
    padding: 100px 20px;
    text-align: center;
}


.hero-content h1 {
    font-size: 3em;
    color: #05FF00;
    margin-bottom: 20px;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}

.hero-content p {
    font-size: 1.2em;
    margin-bottom: 30px;
    color: #e0e0e0;
}

a { color: #05FF00;}

.cta-button {
    background-color: #05FF00;
    color: black;
    padding: 15px 30px;
    font-size: 1.2em;
	font-weight: bold;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.cta-button:hover {
    background-color: #05FF00;
    transform: translateY(-5px);
}

/* Profile Section */
.profiles-section {
    text-align: center;
    padding: 50px 20px;
    background-color: #181818;
}

.profiles-section h2 {
    font-size: 2em;
    margin-bottom: 20px;
    color: #05FF00;
}

.profile-cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    justify-items: center;
}

.profile-card {
    background-color: #232323;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 350px;
    background-size: cover;
    background-position: center;
    position: relative;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.profile-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
}

.profile-info {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 20px;
    border-radius: 10px;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
}

.spotlight[data-v-71cd14c1] {
    background: linear-gradient(45deg, #00dc82, #36e4da 50%, #0047e1);
    bottom: -30vh;
    filter: blur(20vh);
    height: 40vh;
}

.gradient-border[data-v-71cd14c1] {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: .5rem;
    position: relative;
}

.gradient-border[data-v-71cd14c1]:before {
    background: linear-gradient(90deg, #e2e2e2, #e2e2e2 25%, #00dc82, #36e4da 75%, #0047e1);
    background-size: 400% auto;
    border-radius: .5rem;
    bottom: 0;
    content: "";
    left: 0;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: .5;
    padding: 2px;
    position: absolute;
    right: 0;
    top: 0;
    transition: background-position .3s ease-in-out, opacity .2s ease-in-out;
    width: 100%;
}

.gradient-border[data-v-71cd14c1]:hover:before {
    background-position: -50% 0;
    opacity: 1;
}

/* Affiliate Links Section */
.affiliate-links {
    background-color: #181818;
    text-align: center;
    padding: 50px 20px;
}

.affiliate-links h2 {
    font-size: 2em;
    color: #05FF00;
    margin-bottom: 20px;
}

.affiliate-links ul {
    list-style-type: none;
    padding: 0;
}

.affiliate-links ul li {
    margin: 10px 0;
}

.affiliate-links ul li a {
    color: #ff0066;
    font-size: 1.2em;
    text-decoration: none;
}

.affiliate-links ul li a:hover {
    text-decoration: underline;
}

/* Footer */
footer {
    background-color: #1f1f1f;
    text-align: center;
    padding: 15px;
    color: #fff;
}
    
/* Footer Links */
.footer-links {
    background-color: #181818;
    color: #fff;
    padding: 40px 20px;
    text-align: center;
}

.footer-links h2 {
    font-size: 2em;
    color: #05FF00;
    margin-bottom: 20px;
}

.footer-links p {
    font-size: 1.2em;
    margin-bottom: 30px;
    color: #e0e0e0;
}

.links-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.link-category {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: left;
    max-width: 200px;
}

.link-category li {
    margin-bottom: 15px;
}

.link-category a {
    color: #ff0066;
    font-size: 1.1em;
    text-decoration: none;
    transition: color 0.3s ease;
}

.link-category a:hover {
    color: #cc0055;
}

/* Responsives Layout */
@media (max-width: 768px) {
    .links-container {
        flex-direction: column;
        align-items: center;
    }

    .link-category {
        text-align: center;
        margin-bottom: 30px;
    }
}

  /* Goldener Button mit intensivem glÃ¤nzendem Verlauf */
    .buttong {
      background: linear-gradient(45deg, #ffd700, #ffcc00, #ffd700, #ffcc00, #ffd700, #ffcc00);
      background-size: 600% 600%;
      margin-top: 20px;
      color: black;
      border: none;
      padding: 15px 30px;
      font-size: 22px;
      font-weight: bold;
      text-align: center;
      cursor: pointer;
      border-radius: 5px;
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
      transition: background-position 0.5s ease-out, box-shadow 0.3s ease-in-out;
      display: inline-block;
      text-decoration: none;
      animation: shiny 2s linear infinite;
    }

    .buttong:hover {
      box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
    }

    /* Intensiver glÃ¤nzender Effekt */
    @keyframes shiny {
      0% {
        background-position: 600% 0;
      }
      50% {
        background-position: 0 0;
      }
      100% {
        background-position: 600% 0;
      }
    }

/* Allgemeine Stile fÃ¼r die benannte SEO-Section */
  .seo-cta-section {
    background-color: #1c1c1c;
    padding: 40px 20px;
    border-radius: 12px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
    margin: 20px auto;
    max-width: 1200px;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    color: #fff;
  }

  /* Ãœberschrift H1 */
  .seo-cta-section h1 {
    font-size: 2.8rem;
    color: #05FF00; /* Sexy Pink als Akzentfarbe */
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
  }

  /* Ãœberschrift H2 */
  .seo-cta-section h2 {
    font-size: 2.2rem;
    color: #05FF00;
    margin-top: 30px;
    text-align: center;
    font-weight: bold;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
  }

  /* Listenelemente */
  .seo-cta-section ul {
    list-style: none;
    padding-left: 0;
  }

  .seo-cta-section li {
    font-size: 1.2rem;
    color: #ccc;
    margin-bottom: 15px;
    line-height: 1.6;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  }

  .seo-cta-section li strong {
    color: #05FF00;
    font-weight: bold;
  }

  /* Absatz */
  .seo-cta-section p {
    font-size: 1.2rem;
    color: #e0e0e0;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 20px;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
  }

  /* Call-to-Action-Button */
  .seo-cta-section h3 {
    font-size: 1.6rem;
    color: #05FF00;
    text-align: center;
    margin-top: 30px;
    font-weight: bold;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  }

  .seo-cta-section .cta-button {
    display: inline-block;
    padding: 15px 30px;
    background-color: #05FF00;
    color: black;
    font-size: 1.4rem;
    font-weight: bold;
    border-radius: 8px;
    text-decoration: none;
    transition: background-color 0.3s, transform 0.3s;
    margin-top: 20px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  }

  .seo-cta-section .cta-button:hover {
    background-color: ##05FF00;
    transform: scale(1.05);
  }

  /* Mobile-Responsive */
  @media (max-width: 768px) {
    .seo-cta-section {
      padding: 25px 15px;
    }

    .seo-cta-section h1 {
      font-size: 2rem;
    }

    .seo-cta-section h2 {
      font-size: 1.8rem;
    }

    .seo-cta-section p {
      font-size: 1.1rem;
    }

    .seo-cta-section li {
      font-size: 1.1rem;
    }

    .seo-cta-section .cta-button {
      font-size: 1.2rem;
      padding: 12px 25px;
    }
  }

  @media (max-width: 480px) {
    .seo-cta-section h1 {
      font-size: 1.6rem;
    }

    .seo-cta-section h2 {
      font-size: 1.4rem;
    }

    .seo-cta-section p {
      font-size: 1rem;
    }

    .seo-cta-section li {
      font-size: 1rem;
    }

    .seo-cta-section .cta-button {
      font-size: 1.1rem;
      padding: 10px 20px;
    }
  }


    
</pre></body></html>