This commit is contained in:
2026-02-25 17:25:45 +01:00
parent 722042b0a4
commit 980afe2a54
2 changed files with 21 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 668 KiB

View File

@@ -134,18 +134,35 @@ nav {
.nav-logo::before {
content: '';
position: absolute;
top: 0; left: -100vw; right: -5vw; bottom: 0;
top: 0; left: -100vw; right: -10vw; bottom: 0;
background: rgba(100, 179, 44, 1);
z-index: -1;
clip-path: polygon(0 0, calc(100% - 50px) 0, 100% 50%, calc(100% - 50px) 100%, 0% 100%);
}
.nav-logo::after {
content: '';
position: absolute;
top: 0; left: calc(100% + -25px); bottom: 0;
width: 180px;
z-index: -1;
background: var(--bg-dunkel);
clip-path: polygon(
25px 0, 75px 50%, 25px 100%,
35px 100%, 85px 50%, 35px 0,
60px 0, 110px 50%, 60px 100%,
70px 100%, 120px 50%, 70px 0,
95px 0, 145px 50%, 95px 100%,
105px 100%, 155px 50%, 105px 0
);
}
.nav-logo-shield {
/* Logo Image */
/* Logo Image scaled independently of the green shape */
width: 64px; height: 72px;
background: url('images/Dekra_Lausitzring_Logo.png') no-repeat center;
background-size: contain;
display: flex; align-items: center; justify-content: center;
flex-shrink: 0;
transform: scale(1.7) translateX(-8px);
}
.nav-logo-text {
font-weight: 600; /* SemiBold */
@@ -595,7 +612,7 @@ h2.section-title strong {
SPONSORS STRIP
============================================================ */
.sponsors-strip {
background: rgba(255, 255, 255, 0.7);
background: #FFFFFF;
border-top: 1px solid rgba(100, 179, 44, 0.2);
border-bottom: 1px solid rgba(100, 179, 44, 0.2);
padding: 40px 80px;
@@ -1004,7 +1021,7 @@ footer {
</video>
-->
<img
src="https://dekra-lausitzring.de/wp-content/uploads/2026/02/Truck_Country_Festival-Muster-ETT-e1771579026655-1920x870.jpg"
src="images/background_photo.jpg"
alt="Trucks und Offroad-Fahrzeuge auf dem DEKRA Lausitzring">
</div>
<div class="hero-1-overlay"></div>