.elementor-kit-9{--e-global-color-primary:#000000;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#7A7A7A;--e-global-color-accent:#00BFA6;--e-global-color-eb358fe:#F6F7F9;--e-global-typography-primary-font-family:"Arial";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Arial";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Arial";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Arial";--e-global-typography-accent-font-weight:500;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.phodentity-cta-btn-comic {
  font-family: Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #FFFFFF;
  background-color: #00BFA6;
  padding: 8px 18px;
  border-radius: 999px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.25s ease-in-out;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  border: 2px solid #00BFA6;
  position: relative;
}
.phodentity-cta-btn-comic:hover {
  background-color: #FFA726;
  border-color: #FFA726;
  color: #FFFFFF;
  transform: translateY(-2px);
  box-shadow: 0 5px 12px rgba(255, 167, 38, 0.35);
}
.phodentity-cta-btn-comic::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  right: -4px;
  bottom: -4px;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 999px;
  z-index: -1;
  transition: all 0.25s ease-in-out;
}
.phodentity-cta-btn-comic:hover::after {
  top: 2px;
  left: 2px;
  right: -2px;
  bottom: -2px;
  border-color: rgba(0, 0, 0, 0.25);
}
/* ===== PHODENTITY Floating CTA Button ===== */
.phodentity-floating-cta {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  background-color: #00BFA6; /* Türkis */
  color: #FFFFFF;
  font-family: Arial, sans-serif;
  font-weight: 700;
  font-size: 15px;
  padding: 10px 20px;
  border-radius: 999px;
  text-decoration: none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
  border: 2px solid #00BFA6;
  transition: all 0.25s ease-in-out;
}

/* Hover-Effekt */
.phodentity-floating-cta:hover {
  background-color: #FFA726; /* Orange Hover */
  border-color: #FFA726;
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(255, 167, 38, 0.35);
  color: #FFFFFF;
}

/* Comic-Rand (leicht versetzt) */
.phodentity-floating-cta::after {
  content: "";
  position: absolute;
  top: 3px; left: 3px; right: -3px; bottom: -3px;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 999px;
  z-index: -1;
  transition: all 0.25s ease-in-out;
}
.phodentity-floating-cta:hover::after {
  top: 1px; left: 1px; right: -1px; bottom: -1px;
  border-color: rgba(0, 0, 0, 0.3);
}

/* ===== Nur auf mobilen Geräten anzeigen ===== */
@media (min-width: 769px) {
  .phodentity-floating-cta {
    display: none;
  }
}/* End custom CSS */