:root { --accent: #6c1cff; } @keyframes spin3 { 0%, 100% { box-shadow: 10px 10px rgba(255, 255, 255, 1), -10px 10px rgba(255, 255, 255, 0.2), -10px -10px rgba(255, 255, 255, 1), 10px -10px rgba(255, 255, 255, 0.2); } 25% { box-shadow: -10px 10px rgba(255, 255, 255, 0.2), -10px -10px rgba(255, 255, 255, 1), 10px -10px rgba(255, 255, 255, 0.2), 10px 10px rgba(255, 255, 255, 1); } 50% { box-shadow: -10px -10px rgba(255, 255, 255, 1), 10px -10px rgba(255, 255, 255, 0.2), 10px 10px rgba(255, 255, 255, 1), -10px 10px rgba(255, 255, 255, 0.2); } 75% { box-shadow: 10px -10px rgba(255, 255, 255, 0.2), 10px 10px rgba(255, 255, 255, 1), -10px 10px rgba(255, 255, 255, 0.2), -10px -10px rgba(255, 255, 255, 1); } } #wpadminbar { top: 0 !important; } #c27-site-wrapper { background-color: #f4f4f4 }/* Mobile: Cover etwas kompakter + Bild-Layer auf volle Höhe ziehen */ @media (max-width: 767px) { .single-job_listing .listing-cover, .single-job_listing .profile-cover { position: relative; min-height: 210px !important; /* Höhe hier anpassen: 180–220px */ background-color: transparent !important; overflow: hidden; } /* Bild-Layer auf volle Höhe ziehen */ .single-job_listing .listing-cover .bg-image, .single-job_listing .listing-cover .cover-bg, .single-job_listing .listing-cover .c27-header-background, .single-job_listing .profile-cover .bg-image, .single-job_listing .profile-cover .cover-bg, .single-job_listing .profile-cover .c27-header-background { position: absolute; inset: 0; width: 100%; height: 100% !important; min-height: 100% !important; background-size: cover !important; background-position: center center !important; } /* Falls ein <img> statt background-image genutzt wird */ .single-job_listing .listing-cover img, .single-job_listing .profile-cover img { width: 100%; height: 100% !important; object-fit: cover; object-position: center; display: block; } /* Overlay/Gradient dezenter */ .single-job_listing .listing-cover::before, .single-job_listing .profile-cover::before { content: ""; position: absolute; inset: 0; background: rgba(0,0,0,0.15); /* ggf. noch heller machen */ pointer-events: none; } } 