/* Modern CSS Reset und Performance-Optimierungen */
html,
body {
  min-height: 100vh;
  height: 100%;
  scroll-behavior: smooth; /* Smooth Scrolling */
}

/* Verbessertes Scrollverhalten für mobile Geräte */
* {
  -webkit-overflow-scrolling: touch;
}

/* Skip-to-content Link für Barrierefreiheit */
.skip-link {
  position: absolute;
  top: -40px;
  left: 6px;
  background: #fae12e;
  color: #000;
  padding: 8px;
  text-decoration: none;
  border-radius: 0 0 4px 4px;
  z-index: 10000;
}

.skip-link:focus {
  top: 0;
}

.social-icons {
  margin-top: 10px;
}

.social-icons > a {
  margin-right: 5px;
}

.carousel-item {
  min-height: 250px;
}

#neo_nav {
  z-index: 9999;
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  width: 70%;
  max-width: 300px;
  background-color: rgba(0, 0, 0, 0.95); /* Etwas transparenter */
  display: none;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.3); /* Stärkerer Schatten */
  backdrop-filter: blur(10px); /* Moderner Blur-Effekt */
}

/* Verbesserte mobile Navigation */
.menu_entry {
  margin-top: 10px;
  border: 1px solid #ccc;
  border-radius: 15px; /* Modernere Rundung */
  padding: 15px 10px; /* Besseres Padding für Touch */
  font-weight: bold;
  display: block;
  color: #fafafa;
  text-decoration: none;
  transition: all 0.3s ease; /* Smooth transitions */
  position: relative;
  overflow: hidden;
}

.menu_entry:hover {
  background: rgba(243, 228, 59, 0.1);
  border-color: #f3e43b;
  transform: translateX(-5px); /* Subtiler Slide-Effekt */
}

.menu_entry:active,
.menu_entry:visited,
.menu_entry:hover {
  color: #fafafa;
}

.menu_entry i {
  margin-left: 10px;
}

#nav_button {
  display: block;
  padding: 6px 14px;
  border: 1px solid #f3e43b;
  border-radius: 15px;
  cursor: pointer;
}

#nav_button:hover {
  color: #000000;
  background-color: #f3e43b;
}

#nav_button_close {
  margin-top: 15px;
  margin-right: 29px;
  display: inline-block;
  padding: 6px 14px;
  border: 1px solid #f3e43b;
  border-radius: 15px;
  cursor: pointer;
  color: #f3e43b;
}

.sub_menu:hover {
}

.yellow {
  width: 30px;
  color: #f3e43b;
}

.video_container {
  min-height: 100vh;
  max-height: 100vh;
  overflow: hidden;
  position: relative;
}

.video_container video {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -100;
  object-fit: cover;
  object-position: center;
  mix-blend-mode: multiply;
  background: #0a0a0a;
}

.start {
  background-size: cover;
  background: url(/img/crowd_main_smaller.jpg) no-repeat center bottom;
  height: 100%;
  color: #fff;
}

.start-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}

.start .header,
.start-overlay .header {
  padding: 35px;
}
.start .header .logo,
.start-overlay .header .logo {
  width: 230px;
}
.start .text,
.start-overlay .text {
  padding: 250px 0px;
}
.start h2,
.start-overlay h2 {
  font-size: 50px;
  font-weight: bold;
}
.start span,
.start-overlay span {
  display: block;
  width: 35%;
  margin: 0 auto;
}
.navbar-dark .navbar-nav .nav-link {
  color: #fff;
  text-transform: uppercase;
  padding: 6px 15px;
}
.navbar-dark .navbar-nav .nav-item.kontakt {
  border: 1px solid #f3e43b;
  color: #f3e43b;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  margin-left: 25px;
}
.navbar-dark .navbar-nav .nav-item.kontakt .nav-link {
  color: #f3e43b;
  padding: 6px 25px;
}
.navbar-dark .navbar-nav .nav-item.tickets {
  background: #f3e43b;
  color: #0f0f0f;
  border-radius: 30px;
  margin-left: -15px;
}
.navbar-dark .navbar-nav .nav-item.tickets .nav-link {
  color: #0f0f0f;
  padding: 6px 25px;
}

.navbar-dark .dropdown-menu {
  border: 1px solid #f3e43b;
  background: #f3e43b;
  border-radius: 5px;
}

.navbar-dark .dropdown-menu .dropdown-item:hover {
  background: #f3e43b;
  color: #000;
}

.btn-custom {
  border-radius: 30px;
  text-transform: uppercase;
  padding: 12px 50px;
  font-weight: bold;
  transition: all 0.3s ease; /* Smooth transitions */
  position: relative;
  overflow: hidden;
  border: 2px solid transparent;
}

/* Moderner Hover-Effekt für alle Buttons */
.btn-custom:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.btn-border {
  border: 2px solid #fff;
  background: transparent;
  color: #fff;
}

.btn-border:hover {
  background: #fff;
  color: #000;
  border-color: #fff;
}

.btn-full {
  background: #e6d132; /* Dunkleres Gelb für besseren Kontrast */
  color: #1a1a1a; /* Dunklerer Text */
  display: block;
  margin: 0 auto;
  outline: 0 !important;
  border: 2px solid #e6d132;
  font-weight: 600; /* Fetterer Text für bessere Lesbarkeit */
}

.btn-full:hover {
  background: transparent;
  color: #d4c02a; /* Noch dunkleres Gelb bei Hover */
  border-color: #d4c02a;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.btn-stroke {
  background: #ffffff;
  color: #000000;
  border: 2px solid #fae12e;
  display: block;
  margin: 0 auto;
  outline: 0 !important;
}
.btn-border:hover,
.btn-border:focus,
.btn-border:active {
  color: #fae12e;
  border: 1px solid #fae12e;
}

.btn-sub-nav {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  overflow: auto;
  background-color: #fafafa;
  outline: 0 !important;
}

.title {
  padding: 35px;
  text-transform: uppercase;
  position: relative;
}
.title .eye {
  position: absolute;
  top: 0;
  width: 300px;
  left: 50px;
}
.title.sub.image .eye {
  left: 0;
  right: 0;
  margin: auto;
  width: 150px;
}
.title span {
  display: block;
  margin-bottom: 35px;
  margin-left: 50px;
}
.title h2 {
  font-size: 50px;
  font-weight: normal;
  font-weight: lighter;
}

.info .round {
  border-radius: 50%;
}
.info .round1 {
  margin-bottom: 25px;
  margin-right: 15px;
  width: 229px;
}
.info .round2 {
  margin-top: 70px;
  width: 229px;
}
.info .round3 {
  margin-top: 15px;
  width: 328px;
}

.section {
  padding: 100px 0px;
}

.event {
  background: url(img/eventbg.png) no-repeat;
  background-size: cover;
  background-position: center bottom;
  height: 100%;
  color: #fff;
  padding-bottom: 250px;
}
.event .title span {
  margin: 0 auto;
  font-size: 20px;
}
.event .btn {
  margin-top: 35px;
}

.carousel-indicators {
  margin-bottom: -70px;
}

.welove .title {
  padding-bottom: 15px;
}
.welove {
  padding-bottom: 200px;
}

.footer {
  background: #0a0a0a;
  padding: 50px;
  color: #fff;
}
.footer img {
  width: 230px;
  margin-bottom: 10px;
}
.footer span {
  font-size: 18px;
}

.copy {
  background: #1c1c1c;
  padding: 20px;
  color: rgba(255, 255, 255, 0.3);
  font-size: 13px;
}
.copy a {
  color: rgba(255, 255, 255, 0.3);
  padding: 0px 15px;
  text-decoration: none;
}

.start.sub {
  height: auto;
  background-position: center 30%;
}

.company img {
  width: 100%;
}
.company .btn {
  margin: 0;
}

.title.sub {
  margin: 0 auto;
  text-align: center;
  padding: 34px 0px;
  margin-bottom: 100px;
}
.title.sub span {
  margin: 0;
}
.title.sub h2 {
  font-weight: lighter;
}

.title.sub.nospace {
  margin-bottom: 10px !important;
}

.team .team-box img {
  width: 100%;
  margin-bottom: 25px;
}
.team .team-box {
  text-align: center;
  margin-bottom: 50px;
}
.team .team-box span {
  text-transform: uppercase;
  font-size: 14px;
}
.team .team-box small {
  font-size: 12px;
  display: block;
  font-weight: lighter;
}
.team .team-box h2 {
  text-transform: uppercase;
  font-weight: lighter;
}

.history {
  text-align: center;
}
.history .jahr {
  background: #fae12e;
  color: #000;
  border-radius: 30px;
  padding: 8px 50px;
  display: inline-block;
  width: 250px;
}
.history .border {
  border: 2px dashed rgba(112, 112, 112, 0.28) !important;
  width: 2px;
  height: 25px;
  margin: 0 auto;
}
.history .text {
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.11);
  padding: 20px;
  text-align: left;
}
.history .border.higher {
  border: 2px dashed rgba(112, 112, 112, 0.28) !important;
  height: 100px;
}

.serviceinfo .title {
  margin-bottom: 0px;
}

.events .eventboxes .box {
  margin-bottom: 50px;
  transition: transform 0.3s ease; /* Smooth hover animation */
}

.events .eventboxes .box:hover {
  transform: translateY(-5px); /* Lift effect on hover */
}

.events .eventboxes img {
  width: 100%;
  border-radius: 12px 12px 0 0; /* Moderne abgerundete Ecken */
  transition: transform 0.3s ease;
}

.events .eventboxes .box:hover img {
  transform: scale(1.02); /* Subtiler Zoom-Effekt */
}

.events .eventboxes .info {
  padding: 30px;
  width: 90%;
  margin: 0 auto;
  margin-top: -50px;
  background: #fff;
  position: relative;
  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.12); /* Modernerer Schatten */
  border-radius: 0 0 12px 12px; /* Passende Rundung */
  transition: box-shadow 0.3s ease;
}

.events .eventboxes .box:hover .info {
  box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.2); /* Stärkerer Schatten bei Hover */
}
.events .eventboxes .info h3 {
  font-weight: lighter;
  line-height: 24px;
}
.events .eventboxes .info h3 strong {
  display: block;
}
.events .eventboxes .info .datum,
.tickets .ticket-info .text .datum {
  background: #f3e43b;
  border-radius: 30px;
  padding: 4px 12px;
  margin-top: 5px;
  margin-bottom: 10px;
  display: inline-block;
  font-weight: bold;
  font-size: 12px;
}
.events .eventboxes .info .btn {
  margin: 0;
  margin-top: 15px;
  display: inline-block;
  padding: 6px 35px;
}
.events .eventboxes .info .btn.disabled {
  background: rgba(230, 230, 230, 1);
  color: rgba(0, 0, 0, 0.21);
}

.kontakt .kontakt-box .form textarea {
  height: 150px;
  max-height: 250px;
}
.kontakt .kontakt-box .kontaktinfos {
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.11);
  padding: 35px 25px;
}
.kontakt .kontakt-box .kontaktinfos h3 {
  font-weight: lighter;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.kontakt .kontakt-box .form .btn {
  margin: 0;
}

.tickets .ticket-info img {
  width: 100%;
}
.tickets .ticket-info .text {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background: #fff;
  padding: 25px;
  margin-left: -45px;
}
.tickets .ticket-info .text span {
  display: block;
  line-height: 17px;
  color: rgba(56, 56, 56, 0.72);
  font-size: 14px;
}
.tickets .ticket-info .text h3 strong {
  display: block;
}
.tickets .ticket-info .text h3 {
  font-weight: lighter;
  line-height: 24px;
  text-transform: uppercase;
}
.tickets .ticket-info .text .btn {
  margin: 0;
}

/* Mark input boxes that gets an error on validation: */
.tab input.invalid {
  background-color: #ff3a3a;
}

/* Hide all steps by default: */
.tab {
  display: none;
}

/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;
  border-radius: 50%;
  display: inline-block !important;
  opacity: 0.5;
}

/* Mark the active step: */
.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #04aa6d;
}

@media only screen and (max-width: 480px) {
  .btn-sub-nav {
    font-size: 9px;
    font-weight: normal;
    overflow: hidden;
  }

  .start .header,
  .start-overlay .header {
    padding: 15px;
    position: relative;
  }
  .start .header .logo,
  .start-overlay .header .logo {
    width: 180px;
  }
  .navbar-toggler {
    position: absolute;
    right: 5px;
    top: 0px;
  }
  .navbar-nav {
    margin-top: 50px;
  }
  .navbar-dark .navbar-nav .nav-link {
    padding: 8px;
  }
  .container-fluid {
    padding: 0;
  }
  .navbar-dark .navbar-nav .nav-item {
    text-align: right;
  }
  .navbar-dark .navbar-nav .nav-item.kontakt {
    border-radius: 30px;
    margin-left: 0;
    margin-bottom: 15px;
    margin-top: 5px;
  }
  .navbar-dark .navbar-nav .nav-item.kontakt,
  .navbar-dark .navbar-nav .nav-item.tickets {
    text-align: center;
  }
  .navbar-dark .navbar-nav .nav-item.tickets {
    margin-left: 0;
  }
  .navbar-dark .navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
  }
  .start .text,
  .start-overlay .text {
    padding: 150px 0px;
  }
  .start h4,
  .start-overlay h4 {
    font-size: 18px;
  }
  .start h2,
  .start-overlay h2 {
    font-size: 45px;
    font-weight: bold;
  }
  .start span,
  .start-overlay span {
    width: 100%;
  }
  .start .btn,
  .start-overlay .btn {
    margin-top: -25px;
  }

  .section {
    padding: 50px 0px;
  }

  .title {
    padding: 15px;
  }
  .title h2 {
    font-size: 34px;
  }

  .info .text {
    margin-bottom: 50px;
  }
  .info .round1,
  .info .round2 {
    width: 160px;
  }
  .info .round3 {
    margin-top: 0;
  }

  .event {
    padding-bottom: 100px;
  }
  .event .btn {
    margin-top: 0;
  }

  .welove {
    padding-bottom: 150px;
  }

  .copy {
    text-align: center;
  }
  .copy span {
    display: block;
    margin-bottom: 15px;
  }
  .copy a {
    padding: 0px 10px;
  }
  .copy .text-end {
    text-align: center !important;
  }

  .company img {
    margin-top: 35px;
  }

  .team .team-box h2 {
    font-size: 35px;
  }

  .history .title {
    margin-bottom: 50px;
  }

  .serviceinfo .title h2 {
    font-size: 36px;
  }

  .events .eventboxes .info .btn {
    padding: 6px 20px;
  }

  .tickets .ticket-info .text {
    margin-left: 0;
    width: 95%;
    margin: 0 auto;
    margin-top: -25px;
  }

  .kontakt .kontakt-box .kontaktinfos {
    margin-top: 35px;
  }

  .title.sub {
    margin-bottom: 35px;
    padding: 60px 0px;
  }
  .title.sub.image .eye {
    width: 170px;
  }
  .title.sub.image.bigger .eye {
    width: 200px;
  }
}

/* Modern Services Section */
.service-card {
  background: #fff;
  border-radius: 15px;
  transition: all 0.3s ease;
  border: 1px solid #e9ecef;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(243, 228, 59, 0.15);
  border-color: #f3e43b;
}

.service-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.service-card h4 {
  color: #333;
  font-weight: 700;
}

.service-card p {
  color: #666;
  line-height: 1.6;
}

/* Modern Statistics Section */
.stats-section {
  color: #1a1a1a;
}

.stat-item {
  padding: 20px;
}

.stat-number {
  font-size: 3rem;
  font-weight: 900;
  color: #1a1a1a;
  line-height: 1;
  margin-bottom: 8px;
}

.stat-label {
  font-size: 0.9rem;
  color: #1a1a1a;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.8;
}

/* Modern FAQ Section */
.faq-section {
  background: #fff;
}

.accordion-button {
  background: #f8f9fa;
  border: none;
  border-radius: 10px !important;
  margin-bottom: 15px;
  padding: 20px;
  font-weight: 600;
  color: #333;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.accordion-button:not(.collapsed) {
  background: #f3e43b;
  color: #1a1a1a;
  box-shadow: 0 4px 15px rgba(243, 228, 59, 0.2);
}

.accordion-button:focus {
  box-shadow: 0 4px 15px rgba(243, 228, 59, 0.3);
  border-color: #f3e43b;
}

.accordion-body {
  background: #fff;
  color: #666;
  line-height: 1.6;
  border-radius: 0 0 10px 10px;
  border: 1px solid #e9ecef;
  border-top: none;
}

.accordion-item {
  border: none !important;
  margin-bottom: 20px;
}

/* Modern CTA Section */
.cta-card {
  background: #fff;
  border-radius: 20px;
  border: 2px solid #f3e43b;
  box-shadow: 0 10px 30px rgba(243, 228, 59, 0.1);
  position: relative;
  overflow: hidden;
}

.cta-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(243, 228, 59, 0.1), transparent);
  animation: shimmer 3s infinite;
}

.trust-badges {
  background: rgba(243, 228, 59, 0.05);
  border-radius: 10px;
  padding: 15px;
  border: 1px solid rgba(243, 228, 59, 0.2);
}

/* Mobile Optimierungen */
@media only screen and (max-width: 768px) {
  .service-card {
    margin-bottom: 20px;
  }

  .stat-number {
    font-size: 2.5rem;
  }

  .cta-card {
    padding: 30px 20px !important;
  }

  .d-flex.flex-md-row {
    flex-direction: column !important;
  }

  .d-flex.flex-md-row .btn {
    width: 100% !important;
    margin-bottom: 15px;
  }
}

/* Testimonials */
.welove-testimonial {
  background: #fff;
  padding: 30px 25px;
  border-radius: 15px;
  border-left: 4px solid #f3e43b;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.welove-testimonial:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.testimonial-stars {
  font-size: 1.2rem;
  margin-bottom: 15px;
  color: #ffc107;
}

.welove-testimonial p {
  color: #333;
  font-style: italic;
  line-height: 1.6;
  margin-bottom: 15px;
  flex-grow: 1;
}

.testimonial-author {
  color: #666;
  font-size: 0.9rem;
  font-weight: 600;
  text-align: right;
}

/* Features Liste */
.welove-features {
  list-style: none;
  padding: 0;
  margin: 0;
}

.welove-features li {
  color: #333;
  margin-bottom: 12px;
  font-size: 1rem;
  line-height: 1.5;
}

/* Event Types */
.welove-event-types {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.event-type {
  color: #333;
  font-size: 1rem;
  line-height: 1.5;
  padding: 10px;
  background: #fff;
  border-radius: 8px;
  border-left: 3px solid #f3e43b; /* Originales Corporate Gelb */
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.event-type:hover {
  background: #f8f9fa;
  border-left-color: #f3e43b;
  transform: translateX(5px);
}

/* Welove Section Titel */
.welove .title h2 {
  color: #333;
}

.welove .title h2 strong {
  color: #333; /* Dunkelgrau statt gelb für bessere Lesbarkeit */
}

.welove .lead {
  color: #666;
  font-size: 1.1rem;
  max-width: 800px;
  margin: 0 auto;
}

.welove h3 {
  color: #333;
  margin-bottom: 25px;
}

.welove h3 strong {
  color: #333; /* Dunkelgrau statt gelb */
}

/* Mobile Anpassungen für welove */
@media only screen and (max-width: 768px) {
  .welove-stat {
    height: 100px;
    margin-bottom: 15px;
  }

  .stat-number {
    font-size: 2rem;
  }

  .welove-service {
    height: auto;
    min-height: 200px;
    margin-bottom: 20px;
  }

  .welove-testimonial {
    height: auto;
    min-height: 150px;
    margin-bottom: 20px;
  }

  .welove-event-types {
    margin-top: 20px;
  }
}

/* FAQ Sektion */
.faq-item {
  transition: all 0.3s ease;
  cursor: pointer;
}

.faq-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1) !important;
  border-left-color: #d4c02a !important;
}

.faq-item h5 {
  color: #333;
  margin-bottom: 10px;
  font-size: 1.1rem;
}

.faq-item p {
  color: #666;
  margin: 0;
  line-height: 1.6;
  font-size: 0.95rem;
}

/* Mobile FAQ Optimierung */
@media only screen and (max-width: 768px) {
  .faq-item {
    margin-bottom: 15px;
  }

  .faq-item h5 {
    font-size: 1rem;
  }

  .faq-item p {
    font-size: 0.9rem;
  }
}

/* Globale Verbesserungen für bessere Lesbarkeit ohne Text-Schatten */
.btn-full {
  background: #f3e43b; /* Originales Corporate Gelb */
  color: #1a1a1a; /* Dunklerer Text */
  display: block;
  margin: 0 auto;
  outline: 0 !important;
  border: 2px solid #f3e43b;
  font-weight: 600; /* Fetterer Text für bessere Lesbarkeit */
}

.btn-full:hover {
  background: transparent;
  color: #333; /* Dunkelgrau bei Hover für bessere Lesbarkeit */
  border-color: #f3e43b;
}

/* Für Links auf gelben Hintergründen */
.on-yellow-bg {
  color: #1a1a1a !important;
  font-weight: 600;
}

.on-yellow-bg:hover {
  color: #000 !important;
  text-decoration: underline;
}

/* Conversion-Optimierungen */
.conversion-boost {
  background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
  border: 2px solid #f3e43b;
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(243, 228, 59, 0.15);
  position: relative;
  overflow: hidden;
}

.conversion-boost::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(243, 228, 59, 0.1), transparent);
  animation: shimmer 3s infinite;
}

@keyframes shimmer {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}

.urgency-element {
  background: rgba(255, 193, 7, 0.1);
  border-radius: 8px;
  padding: 8px 12px;
  border: 1px dashed #ffc107;
}

.pulse-effect {
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

.trust-elements {
  background: rgba(243, 228, 59, 0.05);
  border-radius: 10px;
  padding: 15px;
  border: 1px solid rgba(243, 228, 59, 0.2);
}

.trust-item {
  color: #555;
  font-weight: 500;
}

.quick-cta {
  transition: all 0.3s ease;
}

.quick-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

/* Sticky CTA für Mobile */
@media only screen and (max-width: 768px) {
  .mobile-sticky-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f3e43b;
    padding: 15px;
    z-index: 1000;
    box-shadow: 0 -2px 15px rgba(0, 0, 0, 0.1);
  }

  .mobile-sticky-cta .btn {
    width: 100%;
    margin: 0;
  }
}
