  ul, ul li {
    list-style: disc !important;
    padding-left: 2em !important;
  }
  ul li::before {
    display: none !important;
  }
  ul li {
    position: relative !important;
  }
/* Print-specific styles: Hide navigation, footer, and other non-content elements */

@media print {
  nav,
  #more_projects,
  #options,
  #partners,
  .arrow,
  footer {
    display: none !important;
  }
  body {
    background: #fff !important;
    color: #000 !important;
  }

  li {
    font-size: 14px !important;
    padding-bottom: 0px !important;
  }

  /* Optional: Make main content full width */
  main, .main-content, .content {
    width: 75% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* Optional: Remove page breaks inside sections */
  section {
    page-break-inside: avoid;
  }



 [data-shrink-header-target="title_short"] {
    display: none !important;
  }

  body,
  .wrapper,
  .main-content {
    width: 100vw !important;
    max-width: 80vw !important;
    box-sizing: border-box;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* your print styles */

  .project-header-image,
  .audio-player-wrapper {
    display: none !important;
  }

  .project-header-text {
    color: black !important;
  }

  h1 {
    /* padding-bottom: 10px !important; */
  }

  h2 {
    font-size: 15px !important;
    /* margin-bottom: 1rem !important; */
  }
  h4{
    font-size: 13px !important;
  }


  li {
    font-size: 10px !important;
  }

  ul li::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0rem;
    top: 7px;
    width: 0.75rem;
    height: 0.75rem;
    background: #0E5351;
    border-radius: 3px;
  }

  a.nav_item.active {
    display: none !important;
  }

  p {
    font-size: 10px !important;
    line-height: 14px !important;
  }

  .number-lg {
    color: #fff !important;
    background: #000 !important;
    border-color: #000 !important;
    width: 24px !important;
    height: 24px !important;
    font-size: 15px !important;
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
    border-radius: 4px !important;
  }
  details[open] .chevron-dark::after{
    display: none !important;
  }

  * {
    break-inside: auto !important;
    page-break-inside: auto !important;
  }
  .acc-custom{
    padding-bottom: 0 !important;
  }
  
  .marginal-wrapper{
     background-color: #0000001A !important; /* Use your actual salmon color */
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
    border-radius: 4px !important;
  }
  .icon > img{
    width: 30px !important;
    height: 30px !important;
  }
  .headline_margin{
    font-size: 12px !important;
  }

  .popup_url_print {
    font-size: 9px !important;
    line-height: 100%;
    display: block !important;
  }
  .popup-footer{
    display: none !important;
  }

}

@page {

  margin-top: 20mm;
  margin-bottom: 10mm;
  font-size: 9px;
  @bottom-left {
    content: "https://www.kommpendium.de";
  }

  @bottom-right {
    content: "Seite " counter(page) " von " counter(pages);
  }

  @top-left {
    content: "KOMMPENDIUM";
    font-size: 14px;
    font-weight: 700;
    margin-top: 20px;
  }
}