Umfassende Erweiterung der Webseite

- Gewerbe-Section: Neue Cards für Buckenleib Finanzen, Ferienwohnung Traidendorf und AXA Hauptvertretung Martin Götz
- Responsive Hintergrundbilder für Hero-Section (Desktop/Tablet/Mobile) mit optimierten Bildgrößen
- Neue Seiten: Impressum und Datenschutzerklärung
- SEO-Optimierung: Meta-Tags, Open Graph, Twitter Cards, strukturierte Daten (Schema.org)
- Sitemap.xml und robots.txt für bessere Suchmaschinen-Indexierung
- Barrierefreiheit: aria-labels und aria-hidden für Screenreader
- Footer-Links zu Impressum und Datenschutz auf allen Seiten
This commit is contained in:
2026-02-07 14:40:54 +01:00
parent 6d9a067312
commit 558150b404
9 changed files with 646 additions and 8 deletions

View File

@@ -39,7 +39,7 @@ html {
============================================ */
.hero-section {
background: url('../img/Banner/IMG_2630.JPEG') center center no-repeat;
background: url('../img/Banner/IMG_2630-desktop.jpg') center center no-repeat;
background-size: cover;
background-attachment: fixed;
color: white;
@@ -258,6 +258,8 @@ footer a:hover {
@media (max-width: 768px) {
.hero-section {
padding: 60px 0 40px;
background-image: url('../img/Banner/IMG_2630-tablet.jpg');
background-attachment: scroll;
}
.hero-section h1 {
@@ -274,6 +276,11 @@ footer a:hover {
}
@media (max-width: 576px) {
.hero-section {
background-image: url('../img/Banner/IMG_2630-mobile.jpg');
background-attachment: scroll;
}
.btn-lg {
padding: 10px 20px;
font-size: 1rem;