This commit is contained in:
2026-02-25 18:51:57 +01:00
parent 980afe2a54
commit 5c00399392
2 changed files with 8 additions and 8 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 681 KiB

View File

@@ -130,13 +130,14 @@ nav {
padding: 4px 12px;
margin: -4px -8px;
}
/*
.nav-logo::before {
content: '';
position: absolute;
top: 0; left: -100vw; right: -10vw; bottom: 0;
background: rgba(100, 179, 44, 1);
z-index: -1;
top: 0; left: -100vw; bottom: 0;
width: calc(100% + 100vw + 205px);
background: var(--dekra-hellgruen);
z-index: -2;
clip-path: polygon(0 0, calc(100% - 50px) 0, 100% 50%, calc(100% - 50px) 100%, 0% 100%);
}
.nav-logo::after {
@@ -154,7 +155,7 @@ nav {
95px 0, 145px 50%, 95px 100%,
105px 100%, 155px 50%, 105px 0
);
}
} */
.nav-logo-shield {
/*Logo Image scaled independently of the green shape */
width: 64px; height: 72px;
@@ -995,7 +996,6 @@ footer {
============================================================ -->
<nav>
<a class="nav-logo" href="#">
<div class="nav-logo-shield"></div>
<div class="nav-logo-text">
Truck &amp; Country Festival
<span>DEKRA Lausitzring · 2026</span>
@@ -1021,7 +1021,7 @@ footer {
</video>
-->
<img
src="images/background_photo.jpg"
src="images/background_photo_n2.jpg"
alt="Trucks und Offroad-Fahrzeuge auf dem DEKRA Lausitzring">
</div>
<div class="hero-1-overlay"></div>