:root { --accent: #7bb547; } @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: #ffffffff }.finder-map i {display: none;} /**Entfernt das bunte Markierungs Icon auf der Suchergebnis Karte und zeigt nur noch die Firmenlogos an**/ .marker-container i.mi, .marker-container i.fa { display: none !important; } .header-search {display: none;} /**Entfernt das bunte Markierungs Icon auf der Karte auf der Startseite und zeigt nur noch die Firmenlogos an**/ .mi.search {display: none;} /**Blendet den Titel "Angebote" über Suchleiste aus**/ .transparent .fs-tabs .nav-tabs>li.active>a {display:none;} /**Bulleye Icon**/ .icon-location-user.geocode-location { font-family: "Material Icons" !important; font-weight: normal; font-style: normal; font-size: 21px; letter-spacing: normal; text-transform: none; display: inline-block; white-space: nowrap; direction: ltr; -webkit-font-feature-settings: 'liga'; -webkit-font-smoothing: antialiased; } .icon-location-user.geocode-location::before { content: "gps_fixed"; } /**Blendet den Reiter für Promotions im Anbieter Backend aus**/ .stat-card-active-promotions {display:none;} /**Rand um Texte in der Detailseite ausblenden**/ .element { box-shadow: none; } /**Blendet Hamburger Menü in Mobil aus**/ @media (max-width: 991px) { .mobile-menu { display: none !important; } } /** In Layout des Containers der map ist die CSS Klasse map-vollbreite angelegt. Die Karte erstreckt sih über die gesamte Bildschirmbreite**/ .map-vollbreite { width: 100vw !important; max-width: 100vw !important; margin-left: calc(-50vw + 50%) !important; margin-right: calc(-50vw + 50%) !important; padding: 0 !important; position: relative; } /** Elemente in Footer Menü nebeneinander statt übereinander ausrichten**/ .footer-menu .elementor-nav-menu--main { display: flex; flex-wrap: wrap; justify-content: center; /* oder 'flex-start' für links */ gap: 20px; } .footer-menu .elementor-item { display: inline-block; } /** In Kontaktinformationen Raleway für den Regiospar Schriftzug setzen**/ .raleway-font { font-family: 'Raleway', sans-serif; } 