@media print {
    @page {
      width: 100%;
      border: 0 !important;
      margin: 0 !important;
      padding: 50px 0 !important;
    }

    body {
        border: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
        width: 1000px !important;
    }

    .print-only {
        display: flex !important;
    }

    #content {
        width: 100%;
        margin: 0;
    }

    #header {
        height: calc(100px * var(--header-spacing));
        margin-top: 0px;
        position: absolute !important;
        box-shadow: none !important;
    }

    .header-menu { 
        display: none !important; 
    }

    .header-inner {
        display: flex;
    }

    .header-logo * {
        height: 70px;
    }
  
    .hide-print {
      display: none !important;
    }
  
    .remove-favorite {
      display: none !important;
    }

    .remove-custom-provider, #open-custom-provider-popup {
      display: none !important;
    }

    .custom-provider-badge {
      background: unset !important;
      padding: 0px !important;
      margin-bottom: 8px !important;
    }

    footer {
      display: none !important;
    }

    .fav-list-name-col {
        width: 100% !important;
        flex: 0 0 100% !important;
    }

    .qr-code-section {
        background: var(--color-2);
        padding: 50px;
        print-color-adjust: exact; 
        page-break-inside: avoid !important;
        break-inside: avoid !important;
        margin-bottom: 60px !important;
    }
    
    .qr-code-section #qr-code-print {
        background: #fff;
        padding: 20px;
        border-radius: 10px;
        width: fit-content;
        margin: 5px auto;
    }
    
    .qr-code-section #qr-code-link {
        background: #fff;
        padding: 10px 20px;
        border-radius: 6px;
        width: fit-content;
        margin: 5px auto;
        font-size: 12px;
        line-height: 1em;
    }
    
    .qr-code-section #qr-code-print img {
        width: 150px;
        margin: auto;
    }
    
    section.qr-code-section > .row {
        opacity: 1 !important;
        transform: translateY(0) !important;
    }
    
    section.qr-code-section > .row .col {
        display: flex;
        flex-direction: column;
    }

    .favorite-thumbnail {
      flex: 0 0 100px;
    }

    .favorite-thumbnail img {
      width: 100px;
    }

    .favorite-item {
      padding: 20px 0;
    }

    .favorite-note {
      display: flex;
      flex-direction: column;
      gap: 5px;
      width: 40%;
    }
    
    .favorite-note-titel {
      font-size: 11px;
      line-height: 1.2em;
      margin-bottom: -15px;
      font-style: italic;
    }
    
    .favorite-note-line {
      border-bottom: 1px dotted;
      height: 25px;
    }
    
    .favorite-contact {
      display: flex;
      flex-direction: column;
      font-size: 11px;
      line-height: 1.2em;
      gap: 5px 10px;
    }

    .contact-line {
      display: flex;
      flex-wrap: wrap;
      gap: 5px 10px;
    }
    
    .favorite-contact a {
      color: var(---text-color);
    }
    
    .favorite-contact .kontakt-info {
      margin: 0 !important;
      gap: 3px !important;
    }

    .gesponsort-section .style-h4 {
      font-size: 11px !important;
    }


    .dienstleister-checkliste-section {
        padding: 50px 0 !important;
    }

    .checklist-items .checklist-column {
      flex-direction: column;
    }

    .select-providers {
      margin: unset !important;
    }

    .checklist-items .checklist-column {
      min-height: unset !important;
    }

    .select-providers:has(> .selected-providers:empty), .select-providers:empty, .selected-providers:empty {
      display: none !important;
    }

    .selected-providers {
      border-top: 1px solid #ccc;
      padding-top: 7px;
      margin: unset !important;
      flex-wrap: wrap;
      width: 100%;
    }

    .selected-providers .provider-img {
      display: flex;
      width: 100%;
      gap: 10px;
      align-items: center;
      height: unset;
    }

    .selected-providers .provider-img img {
      width: 40px;
      height: 40px;
    }

    .selected-providers .provider-img::after {
      content: attr(data-title);
      position: static;
      transform: none;
      display: block;
      font-size: 14px;
      color: var(--text-color);
      line-height: 1.2em;
    }

    .icon-btn {
      display: none !important;
    }

    .checklist-group h2::after { 
      display:none !important
    }

    .checklist-items {
      display: block !important;
    }

    .print-pb-0 {
      padding-bottom: 0 !important;
    }

    .dienstleister-checkliste-section .favorites-category {
      margin-top:30px !important
    }

    .custom-checkbox.checked .check-group {
      transform: scale(1) !important;
    }

    .custom-checkbox.checked .white-circle {
      transform: scale(0) !important;
    }

    .custom-checkbox.checked .outline {
      stroke-dasharray: 345.576px,345.576px !important;
    }

    .custom-checkbox.checked .check {
      stroke-dasharray: 75px,75px !important;
    }
}
  