1
This commit is contained in:
BIN
Dekra WebSite/images/background_photo.jpg
Normal file
BIN
Dekra WebSite/images/background_photo.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 668 KiB |
@@ -134,18 +134,35 @@ nav {
|
|||||||
.nav-logo::before {
|
.nav-logo::before {
|
||||||
content: '';
|
content: '';
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0; left: -100vw; right: -5vw; bottom: 0;
|
top: 0; left: -100vw; right: -10vw; bottom: 0;
|
||||||
background: rgba(100, 179, 44, 1);
|
background: rgba(100, 179, 44, 1);
|
||||||
z-index: -1;
|
z-index: -1;
|
||||||
clip-path: polygon(0 0, calc(100% - 50px) 0, 100% 50%, calc(100% - 50px) 100%, 0% 100%);
|
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 {
|
.nav-logo-shield {
|
||||||
/* Logo Image */
|
/* Logo Image – scaled independently of the green shape */
|
||||||
width: 64px; height: 72px;
|
width: 64px; height: 72px;
|
||||||
background: url('images/Dekra_Lausitzring_Logo.png') no-repeat center;
|
background: url('images/Dekra_Lausitzring_Logo.png') no-repeat center;
|
||||||
background-size: contain;
|
background-size: contain;
|
||||||
display: flex; align-items: center; justify-content: center;
|
display: flex; align-items: center; justify-content: center;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
|
transform: scale(1.7) translateX(-8px);
|
||||||
}
|
}
|
||||||
.nav-logo-text {
|
.nav-logo-text {
|
||||||
font-weight: 600; /* SemiBold */
|
font-weight: 600; /* SemiBold */
|
||||||
@@ -595,7 +612,7 @@ h2.section-title strong {
|
|||||||
SPONSORS STRIP
|
SPONSORS STRIP
|
||||||
============================================================ */
|
============================================================ */
|
||||||
.sponsors-strip {
|
.sponsors-strip {
|
||||||
background: rgba(255, 255, 255, 0.7);
|
background: #FFFFFF;
|
||||||
border-top: 1px solid rgba(100, 179, 44, 0.2);
|
border-top: 1px solid rgba(100, 179, 44, 0.2);
|
||||||
border-bottom: 1px solid rgba(100, 179, 44, 0.2);
|
border-bottom: 1px solid rgba(100, 179, 44, 0.2);
|
||||||
padding: 40px 80px;
|
padding: 40px 80px;
|
||||||
@@ -1004,7 +1021,7 @@ footer {
|
|||||||
</video>
|
</video>
|
||||||
-->
|
-->
|
||||||
<img
|
<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">
|
alt="Trucks und Offroad-Fahrzeuge auf dem DEKRA Lausitzring">
|
||||||
</div>
|
</div>
|
||||||
<div class="hero-1-overlay"></div>
|
<div class="hero-1-overlay"></div>
|
||||||
|
|||||||
Reference in New Issue
Block a user