:root { --accent: #c7a054; } @keyframes spin3 { 0%, 100% { box-shadow: 10px 10px rgba(25, 98, 112, 1), -10px 10px rgba(25, 98, 112, 0.2), -10px -10px rgba(25, 98, 112, 1), 10px -10px rgba(25, 98, 112, 0.2); } 25% { box-shadow: -10px 10px rgba(25, 98, 112, 0.2), -10px -10px rgba(25, 98, 112, 1), 10px -10px rgba(25, 98, 112, 0.2), 10px 10px rgba(25, 98, 112, 1); } 50% { box-shadow: -10px -10px rgba(25, 98, 112, 1), 10px -10px rgba(25, 98, 112, 0.2), 10px 10px rgba(25, 98, 112, 1), -10px 10px rgba(25, 98, 112, 0.2); } 75% { box-shadow: 10px -10px rgba(25, 98, 112, 0.2), 10px 10px rgba(25, 98, 112, 1), -10px 10px rgba(25, 98, 112, 0.2), -10px -10px rgba(25, 98, 112, 1); } } #wpadminbar { top: 0 !important; } #c27-site-wrapper { background-color: #f4f4f4 }/* =========================================== 1. TYPOGRAFIE & BASIS =========================================== */ /* Globale Smooth Scroll aanzetten */ html { scroll-behavior: smooth !important; } /* Zet het automatisch uit als de bezoeker "Animaties verminderen" heeft aanstaan op zijn computer/telefoon */ @media screen and (prefers-reduced-motion: reduce) { html { scroll-behavior: auto !important; } } h1, h2, h3, h4, .listing-details h3, .case27-primary-text { font-family: 'Lora', Georgia, serif !important; font-weight: 600 !important; color: #2c3e50; } body, p, span, .work-team-info p, a { font-family: 'Inter', -apple-system, sans-serif !important; font-size: 16px; line-height: 1.7; color: #4f5b66; } .e-button-base { font-family: 'Lora', Georgia, serif !important; display: flex !important; align-items: center !important; justify-content: center !important; } /* Logo volledig zichtbaar maken op witte achtergrond */ .profile-avatar, .lf-avatar, .profile-avatar .lf-avatar { border-radius: 20% !important; background-size: contain !important; /* Zorgt dat het hele logo in het vak past */ background-color: #f4f4f4 !important; background-repeat: no-repeat !important; /* Voorkomt dat het logo gaat herhalen */ background-position: center !important; /* Houdt het logo netjes in het midden */ background-origin: content-box !important; } .profile-avatar, .lf-avatar, .profile-avatar .lf-avatar .no-list-style { text-align: left; } /* Verberg repeater als leeg */ .block-type-general_repeater:empty { display: none; } /* =========================================== 2. STERREN / RATINGS (geconsolideerd) =========================================== */ /* Alle sterren goudbruin */ .listing-rating i, .listing-rating i.mi, .listing-rating .star-rating i, .rating-filter .mi, .rating-filter .star { color: #c7a053 !important; } .listing-rating { display: inline-flex !important; align-items: center; gap: 3px; } /* Rating filter: actieve optie */ .rating-option.active .mi, .rating-option.active .star { color: white !important; } .rating-option:hover { border: 2px solid #c6a256 !important; } .rating-option.active { color: white !important; background-color: #c6a256 !important; border-color: #c6a256 !important; } /* Verberg MyListing standaard rating, toon custom */ .hide-this { display: none !important; } .real-rating { font-weight: 700; color: #c7a053; margin-right: 2px; } .uz-rating-extra { font-size: 13px; font-weight: 600; color: #333; margin-left: 5px; display: inline-block; vertical-align: middle; } .uz-count-extra { font-size: 12px; color: #777; font-weight: 400; } /* =========================================== 3. BREADCRUMBS =========================================== */ .home .ml-breadcrumbs { display: none !important; } .bc-title-left { display: none; } /* =========================================== 4. FILTER LABELS =========================================== */ .explore-filter > label, .featured-search .fs-tabs .tab-content .form-group label, input[name="search_keywords"] { font-family: 'Lora', Georgia, serif !important; font-weight: 600 !important; font-size: 18px; color: #2c3e50; margin-bottom: 12px !important; display: block; } .explore-filter .tags-nav label, .explore-filter .checkboxes-list label { font-weight: normal !important; } /* =========================================== 5. BEL DIRECT — CTA BUTTON (globaal) =========================================== */ .lmb-calltoaction a { border: 3px solid #612c00; border-radius: 10px; transition: all 0.3s ease; box-shadow: 0 0 0 0 rgba(178, 34, 34, 0.4); animation: urgent-pulse 2.5s infinite; } .lmb-calltoaction a span { color: white; } .lmb-calltoaction a:hover { background-color: #612c00 !important; border-color: #612c00; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); } @keyframes urgent-pulse { 0% { box-shadow: 0 0 0 0 rgba(178, 34, 34, 0.5); } 70% { box-shadow: 0 0 0 10px rgba(178, 34, 34, 0); } 100% { box-shadow: 0 0 0 0 rgba(178, 34, 34, 0); } } /* =========================================== 6. HERO COVER IMAGE & INFO BOX =========================================== */ .profile-cover.profile-cover-image { margin-left: calc(-50vw + 50%); height: auto !important; max-height: 550px !important; overflow: hidden; } .profile-cover.profile-cover-image picture img { width: 100%; height: 100%; object-fit: cover; } .listing-main-info { background-color: rgba(12, 48, 60, 0.85) !important; backdrop-filter: blur(8px) !important; -webkit-backdrop-filter: blur(8px) !important; box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4) !important; border-radius: 12px !important; padding: 30px 45px !important; border: 1px solid rgba(255, 255, 255, 0.08) !important; margin-top: 25px; } .listing-main-info h1, .listing-main-info h2, .listing-main-info .lmb-label, .listing-main-info .value, .listing-main-info .case27-primary-text { color: #ffffff !important; text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) !important; } .listing-main-info .profile-avatar { border: 2px solid rgba(255, 255, 255, 0.2) !important; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2) !important; } .listing-main-info .edit-listing i { color: rgba(255, 255, 255, 0.6) !important; } /* Mobile: compacter en met ademruimte */ @media (max-width: 768px) { .listing-main-info { padding: 20px !important; border-radius: 0 !important; margin-top: 0; } .main-info-mobile { position: relative; z-index: 13; /* higher than the cover's z-index of 12 */ } .lmb-calltoaction { margin-left: 25% !important; } .listing-main-info h1 { font-size: 20px !important; } .listing-main-info h2.profile-tagline { font-size: 13px !important; } } /* =========================================== 7. FACILITEITEN: ALTIJD VOLLEDIG TONEN =========================================== */ .block-type-terms:not(#regio-h) .outlined-list li { max-width: none !important; width: auto !important; display: inline-block !important; } .block-type-terms:not(#regio-h) .outlined-list li a { white-space: normal !important; max-width: none !important; display: flex !important; align-items: center; height: auto !important; padding: 10px 15px !important; } .block-type-terms:not(#regio-h) .outlined-list li a span { white-space: normal !important; overflow: visible !important; text-overflow: unset !important; } /* =========================================== 8. REGIO HIËRARCHIE (Stad → Gemeente → Provincie) =========================================== */ #regio-h .details-list { display: flex !important; flex-direction: column !important; gap: 8px !important; padding-top: 10px; } #regio-h .details-list li { display: block !important; width: 100% !important; margin: 0 !important; } /* Visuele volgorde (HTML: 1=Provincie, 2=Gemeente, 3=Stad) */ /* Stad — bovenaan */ #regio-h .details-list li:nth-child(3) { order: 1 !important; margin-left: 0 !important; opacity: 1 !important; } #regio-h .details-list li:nth-child(3) span { font-size: 17px !important; font-weight: 700 !important; color: #a3865d !important; } #regio-h .details-list li:nth-child(3) i { background: #a3865d !important; color: #fff !important; width: 34px !important; height: 34px !important; } /* Gemeente — midden */ #regio-h .details-list li:nth-child(2) { order: 2 !important; margin-left: 20px !important; opacity: 0.85; } #regio-h .details-list li:nth-child(2) span { font-size: 16px !important; font-weight: 500 !important; color: #555 !important; } #regio-h .details-list li:nth-child(2) i { width: 30px !important; height: 30px !important; } #regio-h .details-list li:nth-child(2) i::before { content: "\f19c" !important; font-family: "Font Awesome 5 Free" !important; font-weight: 900 !important; } /* Provincie — onderaan */ #regio-h .details-list li:nth-child(1) { order: 3 !important; margin-left: 40px !important; opacity: 0.85; } #regio-h .details-list li:nth-child(1) span { font-size: 16px !important; font-weight: 500 !important; color: #666 !important; } #regio-h .details-list li:nth-child(1) i { width: 26px !important; height: 26px !important; } #regio-h .details-list li:nth-child(1) i::before { content: "\f0ac" !important; font-family: "Font Awesome 5 Free" !important; font-weight: 900 !important; } /* =========================================== 9. LISTING TYPES / PRICING CARDS =========================================== */ .job_listing_packages .row-eq-height { display: flex; flex-wrap: wrap; } .pricing-item.cts-pricing-item { display: flex !important; flex-direction: column !important; height: 100% !important; padding-bottom: 30px; } .pricing-item .plan-features { flex-grow: 1 !important; } .pricing-item .select-package { margin-top: 20px; } .pricing-item .plan-image { height: 150px; object-fit: contain; margin-bottom: 20px; } /* =========================================== 10. UITVAART CALCULATOR =========================================== */ .uz-calc { color: #333; line-height: 1.6; font-size: 16px; } /* Header */ .uz-calc-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 24px; } .uz-calc-head p { font-size: 16px; margin: 0; } .uz-badge { background: #fdfaf5; color: #c7a054; padding: 5px 14px; border-radius: 20px; font-weight: 700; font-size: 13px; border: 1px solid #e2d5c2; white-space: nowrap; } /* Print-only (verborgen op scherm) */ .uz-print-header, .uz-print-footer, .uz-print-selections { display: none; } /* Groups */ .uz-group { margin-bottom: 28px; } .uz-group-title { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; color: #c7a054; } .uz-group-title h3 { margin: 0 !important; font-size: 20px !important; color: #1a1a1a !important; font-weight: 700 !important; flex: 1; } .uz-group-title i { font-size: 22px; } .uz-skip { font-size: 14px; color: #999; text-decoration: none; white-space: nowrap; } .uz-skip:hover { color: #c7a054; } .uz-input { position: absolute; opacity: 0; pointer-events: none; } /* Reset button */ .uz-reset { background: none; border: 1px solid #ddd; border-radius: 50%; width: 26px; height: 26px; cursor: pointer; display: flex; align-items: center; justify-content: center; color: #999; font-size: 14px; padding: 0; transition: 0.2s; flex-shrink: 0; } .uz-reset:hover { border-color: #c7a054; color: #c7a054; background: #fffdf9; } /* --- Begrafenis / Crematie toggle --- */ .uz-toggle-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; } .uz-toggle-card { display: flex; flex-direction: column; align-items: center; background: #fff; border: 2px solid #eee; border-radius: 14px; padding: 28px 20px 20px; cursor: pointer; transition: border-color 0.2s, background 0.2s, box-shadow 0.2s; position: relative; text-align: center; } .uz-toggle-card:hover { border-color: #c7a054; } .uz-toggle-active { border-color: #c7a054; background: #fffdf9; box-shadow: 0 4px 16px rgba(199, 160, 84, 0.12); } .uz-toggle-icon { font-size: 36px; color: #555; margin-bottom: 12px; line-height: 1; } .uz-toggle-icon i { font-size: 36px; } .uz-toggle-active .uz-toggle-icon { color: #c7a054; } .uz-toggle-name { font-weight: 700; font-size: 18px; color: #1a1a1a; margin-bottom: 4px; } .uz-toggle-price { font-weight: 600; font-size: 16px; color: #888; margin-bottom: 12px; } .uz-toggle-active .uz-toggle-price { color: #c7a054; } .uz-toggle-dot { width: 22px; height: 22px; border: 2px solid #ddd; border-radius: 50%; position: relative; transition: 0.2s; } .uz-toggle-active .uz-toggle-dot { background: #c7a054; border-color: #c7a054; } .uz-toggle-active .uz-toggle-dot::after { content: ''; width: 7px; height: 7px; background: #fff; border-radius: 50%; position: absolute; top: 5.5px; left: 5.5px; } /* --- Visual cards (kist / urn) --- */ .uz-visual-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; } .uz-visual-card { display: flex; flex-direction: column; align-items: center; background: #fff; border: 2px solid #eee; border-radius: 12px; padding: 20px 12px 16px; cursor: pointer; transition: 0.2s; position: relative; text-align: center; } .uz-visual-card:hover { border-color: #c7a054; } .uz-visual-active { border-color: #c7a054; background: #fffdf9; box-shadow: 0 4px 12px rgba(199, 160, 84, 0.1); } .uz-visual-icon { font-size: 28px; color: #666; margin-bottom: 10px; line-height: 1; } .uz-visual-icon i { font-size: 28px; } .uz-visual-active .uz-visual-icon { color: #c7a054; } .uz-visual-name { font-weight: 600; font-size: 14px; color: #333; margin-bottom: 6px; line-height: 1.3; min-height: 36px; display: flex; align-items: center; text-align: center; } .uz-visual-price { font-weight: 700; font-size: 16px; color: #888; margin-bottom: 10px; } .uz-visual-active .uz-visual-price { color: #c7a054; } .uz-visual-dot { width: 20px; height: 20px; border: 2px solid #ddd; border-radius: 50%; position: relative; transition: 0.2s; } .uz-visual-active .uz-visual-dot { background: #c7a054; border-color: #c7a054; } .uz-visual-active .uz-visual-dot::after { content: ''; width: 6px; height: 6px; background: #fff; border-radius: 50%; position: absolute; top: 5px; left: 5px; } /* --- Radio cards (single-select) --- */ .uz-card { background: #fff; border: 1px solid #eee; border-radius: 12px; padding: 14px 18px; margin-bottom: 10px; display: flex; justify-content: space-between; align-items: center; cursor: pointer; transition: border-color 0.2s, background 0.2s, box-shadow 0.2s; position: relative; } .uz-card:hover { border-color: #c7a054; } .uz-card:focus-within { outline: 2px solid #c7a054; outline-offset: 2px; } .uz-card.uz-active { border-color: #c7a054; background: #fffdf9; box-shadow: 0 4px 10px rgba(199, 160, 84, 0.1); } .uz-card-info { flex: 1; min-width: 0; } .uz-name { display: block; font-weight: 600; font-size: 16px; } .uz-card-info small { color: #777; font-size: 14px; display: block; margin-top: 3px; line-height: 1.4; } .uz-card-action { display: flex; align-items: center; gap: 16px; flex-shrink: 0; } .uz-price { font-weight: 700; font-size: 16px; color: #444; white-space: nowrap; } .uz-dot { width: 22px; height: 22px; border: 2px solid #ddd; border-radius: 50%; position: relative; flex-shrink: 0; transition: 0.2s; } .uz-active .uz-dot { background: #c7a054; border-color: #c7a054; } .uz-active .uz-dot::after { content: ''; width: 7px; height: 7px; background: #fff; border-radius: 50%; position: absolute; top: 5.5px; left: 5.5px; } /* --- Range slider (catering) --- */ .uz-slider-wrap { padding: 0 4px; } .uz-range { width: 100%; height: 8px; -webkit-appearance: none; appearance: none; background: #eee; border-radius: 4px; outline: none; margin-bottom: 12px; } .uz-range::-webkit-slider-thumb { -webkit-appearance: none; width: 24px; height: 24px; background: #c7a054; border: 3px solid #fff; border-radius: 50%; box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); cursor: pointer; } .uz-range::-moz-range-thumb { width: 24px; height: 24px; background: #c7a054; border: 3px solid #fff; border-radius: 50%; box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); cursor: pointer; } .uz-slider-labels { display: flex; justify-content: space-between; margin-bottom: 12px; } .uz-slider-label { font-size: 12px; color: #bbb; text-align: center; flex: 1; transition: color 0.2s; line-height: 1.3; padding: 0 2px; } .uz-slider-active { color: #c7a054; font-weight: 700; } .uz-slider-info { display: flex; justify-content: space-between; align-items: center; background: #fdfaf5; border: 1px solid #e2d5c2; border-radius: 10px; padding: 12px 18px; } .uz-slider-desc { font-size: 16px; font-weight: 500; color: #333; } .uz-slider-price { font-size: 18px; font-weight: 700; color: #c7a054; } /* --- Multi-select chips --- */ .uz-chip-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .uz-chip { display: flex; flex-wrap: wrap; align-items: center; background: #fff; border: 1px solid #eee; border-radius: 10px; padding: 14px 16px; cursor: pointer; transition: 0.2s; position: relative; } .uz-chip:hover { border-color: #c7a054; } .uz-chip-active { border-color: #c7a054; background: #fffdf9; } .uz-chip-inner { display: flex; justify-content: space-between; align-items: center; width: 100%; gap: 10px; } .uz-chip-name { font-weight: 600; font-size: 15px; color: #333; flex: 1; min-width: 0; } .uz-chip-price { font-weight: 700; font-size: 15px; color: #666; white-space: nowrap; } .uz-chip-active .uz-chip-price { color: #c7a054; } .uz-chip-desc { display: block; width: 100%; font-size: 13px; color: #999; margin-top: 6px; line-height: 1.4; } .uz-chip-inner::after { content: ''; width: 18px; height: 18px; border: 2px solid #ddd; border-radius: 4px; flex-shrink: 0; transition: 0.2s; } .uz-chip-active .uz-chip-inner::after { background: #c7a054; border-color: #c7a054; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='8' viewBox='0 0 10 8'%3E%3Cpath d='M1 4l2.5 2.5L9 1' stroke='white' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: center; } /* --- Sticky bar --- */ .uz-sticky-bar { background: #1a1a1a; color: #fff; padding: 18px 28px; border-radius: 14px; margin-top: 32px; } .uz-bar-content { display: flex; justify-content: space-between; align-items: center; } .uz-bar-total small { display: block; font-size: 12px; opacity: 0.7; text-transform: uppercase; } .uz-bar-total span { font-size: 28px; font-weight: 800; color: #c7a054; } .uz-btn-print { background: #c7a054; color: #fff !important; border: none; padding: 12px 24px; border-radius: 10px; font-weight: 700; font-size: 15px; cursor: pointer; display: flex; align-items: center; gap: 8px; transition: background 0.2s; text-decoration: none; } .uz-btn-print span, .uz-btn-print i { color: #fff !important; } .uz-btn-print:hover { background: #b08d42; } /* =========================================== 11. GOOGLE REVIEWS KAART =========================================== */ .uz-google-card { background: #fff; border: 1px solid #e0e0e0; border-radius: 10px; padding: 20px; margin: 15px 0; font-family: sans-serif; position: relative; } .uz-card-header { display: flex; align-items: center; gap: 15px; margin-bottom: 15px; border-bottom: 1px solid #f0f0f0; padding-bottom: 12px; } .uz-card-num { font-size: 32px; font-weight: 700; color: #202124; line-height: 1; } .uz-card-stars { color: #ffb400; font-size: 16px; display: flex; gap: 2px; } .uz-card-count { font-size: 13px; color: #70757a; margin-top: 2px; } .uz-card-logo { width: 30px; height: 30px; margin-left: auto; } .uz-card-list { display: flex; flex-direction: column; gap: 12px; margin-bottom: 15px; } .uz-card-item { border-bottom: 1px solid #f8f8f8; padding-bottom: 10px; } .uz-card-item:last-child { border-bottom: none; padding-bottom: 0; } .uz-reviewer-wrap { display: flex; align-items: center; gap: 10px; margin-bottom: 4px; } .uz-reviewer-img { width: 32px; height: 32px; border-radius: 50%; object-fit: cover; background: #f0f0f0; } .uz-reviewer-meta { display: flex; flex-direction: column; } .uz-card-name { font-size: 14px; font-weight: 700; color: #333; } .uz-card-date { font-size: 11px; color: #999; margin-left: 8px; } .uz-card-text { font-size: 13px; color: #4d5156; line-height: 1.5; margin: 4px 0 0; font-style: italic; } .uz-card-footer { display: flex; justify-content: flex-end; margin-top: 10px; } .uz-btn-maps { background-color: #c4a457; color: #fff !important; padding: 8px 14px; border-radius: 5px; font-size: 12px; font-weight: 600; text-decoration: none; transition: opacity 0.2s; } .uz-btn-maps:hover { opacity: 0.9; text-decoration: none; } .uz-custom-rating { display: inline-flex; align-items: center; gap: 4px; color: #c7a053; font-weight: 600; } .uz-rating-count { color: #70757a; font-weight: 400; } /* =========================================== 12. TAXONOMY ICONEN (menu, sidebar, listings) =========================================== */ .widget-listing-sidebar .cat-icon, .cts-term-hierarchy .cat-icon, .menu-items .cat-icon, ul li .cat-icon { width: 42px !important; height: 42px !important; min-width: 42px !important; min-height: 42px !important; border-radius: 50% !important; overflow: hidden !important; padding: 0 !important; display: inline-flex !important; align-items: center !important; justify-content: center !important; line-height: 1 !important; font-size: 0 !important; } .widget-listing-sidebar .cat-icon .term-icon.image-icon, .cts-term-hierarchy .cat-icon .term-icon.image-icon, .menu-items .cat-icon .term-icon.image-icon, ul li .cat-icon .term-icon.image-icon { width: 100% !important; height: 100% !important; margin: 0 !important; padding: 0 !important; display: flex !important; align-items: center !important; justify-content: center !important; border-radius: 50% !important; overflow: hidden !important; line-height: 1 !important; font-size: 0 !important; } .widget-listing-sidebar .cat-icon .term-icon.image-icon picture, .widget-listing-sidebar .cat-icon .term-icon.image-icon img, .cts-term-hierarchy .cat-icon .term-icon.image-icon picture, .cts-term-hierarchy .cat-icon .term-icon.image-icon img, .menu-items .cat-icon .term-icon.image-icon picture, .menu-items .cat-icon .term-icon.image-icon img, ul li .cat-icon .term-icon.image-icon picture, ul li .cat-icon .term-icon.image-icon img { width: 100% !important; height: 100% !important; } .widget-listing-sidebar .cat-icon .term-icon.image-icon img, .cts-term-hierarchy .cat-icon .term-icon.image-icon img, .menu-items .cat-icon .term-icon.image-icon img, ul li .cat-icon .term-icon.image-icon img { display: block !important; max-width: none !important; max-height: none !important; margin: 0 !important; padding: 0 !important; object-fit: contain !important; object-position: center !important; background: transparent !important; border-radius: 50% !important; } /* =========================================== 13. KEURMERKEN (listing details) =========================================== */ .block-type-terms .pf-body > .outlined-list.details-list.social-nav .term-icon.image-icon { width: 42px !important; height: 42px !important; min-width: 42px !important; min-height: 42px !important; display: inline-flex !important; align-items: center !important; justify-content: center !important; overflow: hidden !important; border-radius: 50% !important; padding: 0 !important; margin: 0 10px 0 0 !important; line-height: 1 !important; font-size: 0 !important; background: transparent !important; flex: 0 0 42px !important; } .block-type-terms .pf-body > .outlined-list.details-list.social-nav .term-icon.image-icon picture { display: block !important; width: 100% !important; height: 100% !important; margin: 0 !important; padding: 0 !important; } .block-type-terms .pf-body > .outlined-list.details-list.social-nav .term-icon.image-icon img { display: block !important; width: 100% !important; height: 100% !important; min-width: 100% !important; min-height: 100% !important; max-width: none !important; max-height: none !important; margin: 0 !important; padding: 0 !important; border: 0 !important; border-radius: 50% !important; object-fit: contain !important; object-position: center !important; background: transparent !important; } /* Tekstkleur keurmerken */ .block-type-terms .pf-body > .outlined-list.details-list.social-nav li a, .block-type-terms .pf-body > .outlined-list.details-list.social-nav li a span { color: #4f5b66 !important; opacity: 1 !important; } .block-type-terms .pf-body > .outlined-list.details-list.social-nav li:hover a, .block-type-terms .pf-body > .outlined-list.details-list.social-nav li:hover a span { color: #2c3e50 !important; } /* Voorkom fading op logo's */ .block-type-terms .pf-body > .outlined-list.details-list.social-nav li, .block-type-terms .pf-body > .outlined-list.details-list.social-nav li a, .block-type-terms .pf-body > .outlined-list.details-list.social-nav .term-icon.image-icon, .block-type-terms .pf-body > .outlined-list.details-list.social-nav .term-icon.image-icon img { opacity: 1 !important; filter: none !important; } /* =========================================== 14. EIGENSCHAPPEN / TAGS =========================================== */ .block-type-tags .outlined-list.details-list.social-nav li, .block-type-tags .outlined-list.details-list.social-nav li a, .block-type-tags .outlined-list.details-list.social-nav li a i { opacity: 1 !important; filter: none !important; } .block-type-tags .outlined-list.details-list.social-nav li a i { color: inherit !important; } /* =========================================== 15. MOBILE =========================================== */ @media (max-width: 768px) { .uz-chip-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 8px !important; } .uz-chip { min-width: 0 !important; box-sizing: border-box !important; padding: 12px !important; overflow: hidden !important; } .uz-chip-inner { min-width: 0 !important; gap: 6px !important; align-items: flex-start !important; } .uz-chip-name { min-width: 0 !important; font-size: 13px !important; line-height: 1.3 !important; overflow-wrap: break-word !important; word-break: break-word !important; } .uz-chip-price { font-size: 13px !important; white-space: nowrap !important; flex-shrink: 0 !important; } .uz-chip-desc { font-size: 12px !important; line-height: 1.35 !important; } } /* =========================================== 16. PRINT / PDF =========================================== */ @media print { @page { margin: 1.5cm; } body.uz-printing > *:not(#printable-area) { display: none !important; } #printable-area { position: static !important; width: 100% !important; margin: 0 !important; padding: 0 !important; } .uz-print-header { display: flex !important; align-items: center; border-bottom: 2px solid #1a1a1a; padding-bottom: 15px; margin-bottom: 30px; } .uz-logo { max-width: 180px !important; height: auto !important; max-height: none !important; margin-right: auto; } .uz-print-title { text-align: right; } .uz-print-title h2 { margin: 0 0 2px 0 !important; font-size: 20px !important; color: #1a1a1a !important; line-height: 1.2 !important; } .uz-print-title span { font-size: 13px; color: #666; } .uz-group, .uz-calc-head, .uz-sticky-bar { display: none !important; } .uz-print-selections { display: block !important; } .uz-print-group { margin-bottom: 20px; page-break-inside: avoid; } .uz-print-group h4 { font-size: 15px; color: #c7a054; margin: 0 0 8px 0; padding-bottom: 6px; border-bottom: 1px solid #eee; } .uz-print-item { display: flex; justify-content: space-between; align-items: center; padding: 8px 0; border-bottom: 1px solid #f5f5f5; font-size: 14px; } .uz-print-item span:last-child { font-weight: 700; white-space: nowrap; } .uz-print-footer { display: block !important; margin-top: 30px; } .uz-total-row { display: flex; justify-content: flex-end; align-items: center; gap: 15px; border-top: 2px solid #1a1a1a; padding-top: 15px; } .uz-total-row strong { font-size: 24px; color: #c7a054; } .uz-disclaimer { margin-top: 20px; font-size: 11px; color: #999; line-height: 1.4; border-top: 1px solid #eee; padding-top: 12px; } .uz-print-date { font-size: 11px; color: #999; margin-top: 6px; } } /* ============================================= CALCULATOR v7 — CSS ADDITIONS Add these to your existing additional CSS ============================================= */ /* Sticky bar: twee knoppen naast elkaar */ .uz-bar-actions { display: flex; gap: 10px; align-items: center; } /* Leegmaken knop */ .uz-btn-clear { background: none; border: 1px solid rgba(255, 255, 255, 0.25); color: rgba(255, 255, 255, 0.65); padding: 12px 20px; border-radius: 10px; font-weight: 600; font-size: 14px; cursor: pointer; display: flex; align-items: center; gap: 6px; transition: all 0.2s; } .uz-btn-clear:hover { border-color: rgba(255, 255, 255, 0.5); color: #fff; background: rgba(255, 255, 255, 0.08); } .uz-btn-clear i, .uz-btn-clear span { color: inherit !important; } /* Mobile: knoppen stapelen */ @media (max-width: 768px) { .uz-bar-content { flex-direction: column; gap: 12px; text-align: center; } .uz-bar-actions { width: 100%; } .uz-btn-clear, .uz-btn-print { flex: 1; justify-content: center; } } /* 16 HEADER F4 */ /* Forceer de achtergrondkleur van de header (zowel statisch als bij scrollen) */ .header .header-skin, .header.header-scroll .header-skin { background: #f4f4f4 !important; } /* Optioneel: als je wilt dat de border onderaan ook matcht of verdwijnt */ .header.header-light-skin:not(.header-scroll) .header-skin, .header.header-scroll.header-scroll-light-skin .header-skin { border-bottom: 1px solid #e0e0e0 !important; } /* 17 Breadcrumb acceptabel smal */ /* 1. Maak de balk zelf extreem smal */ .case27-secondary-header { padding-top: 2px !important; padding-bottom: 2px !important; min-height: auto !important; /* Verwijdert de standaard MyListing hoogte */ background-color: #ffffff; /* Optioneel: pas hier je achtergrondkleur aan */ border-bottom: 1px solid #eee; /* Optioneel: subtiele scheidingslijn */ } /* 18 RANK MATH ACCORDION */ /* 1. Algemene container styling */ #rank-math-faq { background-color: #ffffff; /* Een zuivere witte achtergrond */ border: 1px solid #eee; /* Een subtiele rand om het hele blok */ border-radius: 6px; /* Iets rondere hoeken */ overflow: hidden; /* Zorgt dat de rondere hoeken werken */ margin-bottom: 20px; } /* 2. Styling voor elke FAQ-regel */ #rank-math-faq .rank-math-list-item { border-bottom: 1px solid #eee; /* Een subtiele scheidingslijn */ margin: 0; transition: background-color 0.2s; /* Zachte transitie op hover */ } /* Verwijder de scheidingslijn van het laatste item */ #rank-math-faq .rank-math-list-item:last-child { border-bottom: none; } /* 3. Styling voor de vraag (de 'knop' van de accordion) */ #rank-math-faq .rank-math-list-item h3.rank-math-question { background: none !important; /* Haal de standaard grijze balk weg */ padding: 20px; /* Meer ruimte rondom */ cursor: pointer; font-size: 18px !important; font-weight: 600 !important; /* Iets dikkere tekst */ position: relative; display: flex; align-items: center; color: #242424; /* Iets donkerder voor betere leesbaarheid */ margin: 0; } /* Subtiele hover effect op de vraag */ #rank-math-faq .rank-math-list-item h3.rank-math-question:hover { background-color: rgba(0, 0, 0, 0.02) !important; } /* 4. Het pijltje (pseudo-element) voor de animatie */ #rank-math-faq .rank-math-list-item h3.rank-math-question:before { display: inline-block; content: "\25B6"; /* Unicode voor een naar rechts wijzend pijltje (▶) */ font-size: 14px; margin-right: 15px; /* Ruimte tussen pijltje en tekst */ transition: transform 0.3s ease-in-out; /* Hier zit de draai-animatie! */ color: #555; /* Kleur van het pijltje */ } /* 5. De staat wanneer de FAQ geopend is */ /* Zorgt dat het pijltje naar beneden draait */ #rank-math-faq .rank-math-list-item h3.rank-math-question.faq-open:before { transform: rotate(90deg); /* Draait het pijltje 90 graden naar beneden */ } /* Geeft de geofpende vraag een subtiele achtergrond voor nadruk */ #rank-math-faq .rank-math-list-item h3.rank-math-question.faq-open { background-color: rgba(0, 0, 0, 0.03) !important; } /* 6. Styling voor het antwoord (moet verborgen zijn voor de slideDown animatie) */ #rank-math-faq .rank-math-answer { padding: 20px 20px 20px 52px; /* Uitlijning met de tekst, niet met het pijltje */ display: none; /* Verbergt het antwoord standaard */ font-size: 20px; line-height: 1.8; color: #555; background-color: #fff; } /* BASIC SEARCH BOX IN DE HEADER */ #c27-header-search-form { margin-left:250px !important; margin-top:10px !important; } @media screen and (max-width: 1750px) { #c27-header-search-form { margin-left: 0 !important; } } @media screen and (max-width: 1500px) { #c27-header-search-form { display:none; } } /* ICOONTJES MENU */ /* Hef de specifieke desktop-blokkade op voor menu-iconen */ @media screen and (min-width: 100px) { .main-nav li a > i { display: inline-block !important; /* Dit herstelt wat de header.css weghaalt */ margin-right: 8px; } } .menu-item > a, .user-profile-name { font-family: 'Lora', sans-serif !important; } /* 19 zelfde hoogte blog */ .lf-head-btn, .sbf-reading-time { background-color: rgb(13, 114, 129, 85%) !important; } .e-month, .e-day, .sbf-reading-time span { color: white !important; font-family: 'Lora', sans-serif !important; } /* 20 icoontje in footer van preview */ /* 2. Maak de tekst goud, kleiner en gebruik Flexbox voor perfecte uitlijning */ .listing-details-3.c27-footer-section .details-list li span { color: #c7a150 !important; font-size: 13px !important; font-weight: 500 !important; display: inline-flex !important; /* Zorgt dat ster en tekst exact horizontaal uitlijnen */ align-items: center !important; } /* 3. Injecteer de gouden Material Icon ster direct vóór de tekst */ .listing-details-3.c27-footer-section .details-list li span::before { content: '🌟' !important; /* De code voor brightness_high */ font-family: "Material Icons" !important; font-size: 16px !important; color: #c7a150 !important; margin-right: 8px !important; font-weight: normal !important; /* Voorkomt dat het icoon dikgedrukt wordt door de span */ -webkit-font-smoothing: antialiased; /* Maakt het icoontje mooi scherp */ } /* 21 selector op de homepage TOP bedrijven */ /* Styling voor de Top 10 lijst */ .gouden-top-lijst { list-style-type: decimal !important; padding-left: 20px !important; margin-left: 0 !important; } .gouden-top-lijst li { font-size: 16px; margin-bottom: 12px; padding-left: 8px; } .gouden-top-lijst li::marker { color: #c7a150; font-weight: bold; } .gouden-top-bedrijf { color: #333; text-decoration: none; font-weight: 500; transition: color 0.2s; } .gouden-top-bedrijf:hover { color: #c7a150; } .gouden-top-rating { color: #c7a150; font-weight: 600; margin-left: 12px; font-size: 14px; } /* Styling voor de Dropdowns */ .top-lijst-filters { display: flex; flex-direction: column; gap: 12px; margin-bottom: 25px; max-width: 320px; } .top-lijst-filters select { width: 100%; padding: 10px 15px; border-radius: 6px; border: 1px solid #ccc; font-size: 15px; cursor: pointer; background-color: #fcfcfc; } .top-lijst-filters select:focus { border-color: #c7a150; outline: none; }