:root { --accent: #ea8b0f; } @keyframes spin3 { 0%, 100% { box-shadow: 10px 10px rgba(43, 43, 43, 1), -10px 10px rgba(43, 43, 43, 0.2), -10px -10px rgba(43, 43, 43, 1), 10px -10px rgba(43, 43, 43, 0.2); } 25% { box-shadow: -10px 10px rgba(43, 43, 43, 0.2), -10px -10px rgba(43, 43, 43, 1), 10px -10px rgba(43, 43, 43, 0.2), 10px 10px rgba(43, 43, 43, 1); } 50% { box-shadow: -10px -10px rgba(43, 43, 43, 1), 10px -10px rgba(43, 43, 43, 0.2), 10px 10px rgba(43, 43, 43, 1), -10px 10px rgba(43, 43, 43, 0.2); } 75% { box-shadow: 10px -10px rgba(43, 43, 43, 0.2), 10px 10px rgba(43, 43, 43, 1), -10px 10px rgba(43, 43, 43, 0.2), -10px -10px rgba(43, 43, 43, 1); } } #wpadminbar { top: 0 !important; } #c27-site-wrapper { background-color: #f4f4f4 }/* H3-Überschriften auf 16px setzen */ h3 { font-size: 16px !important; } span.show-password-input:not([style]) { display: none !important; } /*Registrieren Formular deaktiviere Augen- Label*/ .show-password-input { display: none !important; } /*Explore Page Hide Prev / Next on mobile*/ .cts-prev, .cts-next { display: none !important; } /*Single Listing Page "Weitere Tags" in einer Spalte on mobile*/ @media (max-width: 768px) { .no-list-style.outlined-list.details-list.social-nav { display: flex; flex-direction: column; } .no-list-style.outlined-list.details-list.social-nav li { width: 100%; } } .no-list-style.outlined-list.details-list.social-nav li a { display: flex; align-items: center; gap: 10px; width: 100%; } .no-list-style.outlined-list.details-list.social-nav li a span { flex-grow: 1; white-space: normal; overflow: visible; text-overflow: unset; } /*Schriftart im Header*/ @import url('https://fonts.googleapis.com/css2?family=Newblack&display=swap'); .header-top.container-fluid { font-family: 'Newblack', sans-serif !important; font-size: 16px !important; } /* Local Material Icons (WOFF2) */ @font-face { font-family: 'Material Icons'; font-style: normal; font-weight: 400; font-display: swap; src: url('/wp-content/uploads/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2') format('woff2'); } .material-icons { font-family: 'Material Icons' !important; font-weight: normal; font-style: normal; font-size: 24px; line-height: 1; letter-spacing: normal; text-transform: none; display: inline-block; white-space: nowrap; word-wrap: normal; direction: ltr; -webkit-font-feature-settings: 'liga'; -webkit-font-smoothing: antialiased; }-smoothing: antialiased; } /* Blitz-Icon einfärben + vergrößern */ .lf-head .icon-flash { color: #f5a623 !important; font-size: 18px !important; } /* Rahmen um das gesamte Blitz-Badge in Orange */ .lf-head .ad-badge { border: 2px solid #f5a623 !important; border-radius: 6px; padding: 4px 6px; display: inline-flex; align-items: center; justify-content: center; } 