body.elementor-page-52:not(.elementor-motion-effects-element-type-background), body.elementor-page-52 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F8E3EC;background-image:url("https://thisiscr.com/wp-content/uploads/2026/08/ChatGPT-Image-26.-Aug.-2026-15_50_25.png");background-position:center center;background-repeat:no-repeat;background-size:cover;}:root{--page-title-display:none;}@media(min-width:1025px){body.elementor-page-52:not(.elementor-motion-effects-element-type-background), body.elementor-page-52 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-attachment:fixed;}}/* Start custom CSS */html,
body {
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: clip !important;
  overscroll-behavior-x: none;
}

/* Anpassungen ausschließlich für Smartphones */
@media (max-width: 767px) {

  /* Button im Hero unter das Porträt setzen */
  .hero-about-button {
    order: 4 !important;
    align-self: center !important;
    margin-top: 20px !important;
  }

  /* Seitliches Scrollen durch die Projektkarten verhindern */
  .scroller {
    width: 100% !important;
    max-width: 100vw !important;
    overflow-x: clip !important;
  }

  /* Projektüberschrift exakt mittig */
  .projekt-titel {
    width: 280px !important;
    max-width: calc(100vw - 48px) !important;
    left: 50% !important;
    right: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    transform: translateX(-50%) !important;
    text-align: center !important;
  }

  .projekt-titel,
  .projekt-titel h1,
  .projekt-titel h2,
  .projekt-titel h3,
  .projekt-titel .elementor-heading-title {
    color: #242124 !important;
    font-size: 30px !important;
    line-height: 34px !important;
    letter-spacing: 1px !important;
    text-align: center !important;
    white-space: normal !important;
  }

  /* Projektbutton exakt mittig */
  .projekt-button {
    width: 210px !important;
    max-width: calc(100vw - 48px) !important;
    left: 0 !important;
    right: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    transform: none !important;
    border-radius: 999px !important;
    overflow: hidden !important;
    background-color: #DE7FA8 !important;
    background-image: none !important;
  }

  /* Innerer Bereich des Projektbuttons */
  .projekt-button > *,
  .projekt-button a,
  .projekt-button button,
  .projekt-button .elementor-button {
    display: flex !important;
    width: 100% !important;
    min-height: 58px !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box !important;
    padding: 14px 22px !important;
    border: none !important;
    border-radius: 999px !important;
    background-color: #DE7FA8 !important;
    background-image: none !important;
    color: #242124 !important;
    font-size: 17px !important;
    line-height: 22px !important;
    text-align: center !important;
    white-space: nowrap !important;
    transition:
      background-color 0.25s ease,
      color 0.25s ease !important;
  }

  /* Projektbutton wird beim Hover oder Antippen weiß */
  .projekt-button:hover,
  .projekt-button:hover > *,
  .projekt-button a:hover,
  .projekt-button button:hover,
  .projekt-button .elementor-button:hover {
    background-color: #FFFFFF !important;
    background-image: none !important;
    color: #242124 !important;
  }
}/* End custom CSS */