Backup: Stand vor Design-Optimierung (2026-02-16)

Dieser Commit ist enthalten in:
Claude Code
2026-02-16 21:20:16 +00:00
Ursprung afe25fc728
Commit a61fab12e6
37 geänderte Dateien mit 1042 neuen und 3456 gelöschten Zeilen

Datei anzeigen

@@ -2,6 +2,7 @@
:root {
--primary-blue: #0f72b5;
--dark-blue: #00406e;
--accent-gold: #C8A851;
--light-gray: #f4f4f4;
--white: #FFFFFF;
--text-dark: #333333;
@@ -25,7 +26,7 @@
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
background-color: var(--white);
background-color: #0a0f1c;
color: var(--text-dark);
line-height: 1.6;
overflow-x: hidden;
@@ -58,6 +59,10 @@ h6 { font-size: 1.1rem; }
color: var(--primary-blue);
}
#about .section-title {
color: #0A1832;
}
.section-subtitle {
font-size: 1.1rem;
text-align: center;
@@ -111,6 +116,9 @@ h6 { font-size: 1.1rem; }
.logo-img {
height: 50px;
width: auto;
max-width: 100%;
display: block;
object-fit: contain;
}
.nav-menu {
@@ -134,7 +142,7 @@ h6 { font-size: 1.1rem; }
}
.nav-menu a:hover {
color: var(--primary-blue);
color: #0A1832;
transform: translateY(-2px);
}
@@ -145,7 +153,7 @@ h6 { font-size: 1.1rem; }
left: 0;
width: 0;
height: 2px;
background: var(--primary-blue);
background: #0A1832;
transition: width 0.3s ease;
}
@@ -471,12 +479,23 @@ h6 { font-size: 1.1rem; }
border-radius: 4px;
margin-top: 1rem;
color: var(--text-dark);
transition: all 0.3s ease;
}
.location-badge svg {
.location-badge:hover {
background: var(--dark-blue);
color: var(--white);
}
.location-badge img {
width: 20px;
height: 20px;
color: var(--primary-blue);
filter: brightness(0) saturate(100%) invert(42%) sepia(82%) saturate(723%) hue-rotate(178deg) brightness(98%) contrast(92%);
transition: filter 0.3s ease;
}
.location-badge:hover img {
filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}
.shield-animation {
@@ -602,7 +621,7 @@ h6 { font-size: 1.1rem; }
margin-bottom: 0.5rem;
}
/* Why IntelSight */
/* Why AegisSight */
.why-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
@@ -1415,12 +1434,12 @@ h6 { font-size: 1.1rem; }
.scroll-arrow {
width: 32px;
height: 32px;
color: #ffffff;
color: #0A1832;
animation: bounceArrow 2s infinite;
background: rgba(15, 114, 181, 0.2);
background: rgba(10, 24, 50, 0.15);
border-radius: 50%;
padding: 4px;
box-shadow: 0 4px 12px rgba(15, 114, 181, 0.3);
box-shadow: 0 4px 12px rgba(10, 24, 50, 0.3);
}
.scroll-arrow svg {