191 lines
6.6 KiB
HTML
191 lines
6.6 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="de">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Löschfahrzeug LF 1 | FFw Stadt Wehlen</title>
|
|
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet">
|
|
<link rel="stylesheet" href="../../../nav.css">
|
|
|
|
<style>
|
|
:root {
|
|
--fw-rot: #900000;
|
|
--fw-grau: #616161;
|
|
--bg-light: #f8f9fa;
|
|
}
|
|
|
|
body {
|
|
background-color: var(--bg-light);
|
|
font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
|
|
}
|
|
|
|
/* Top Bar mit Zurück-Link */
|
|
.top-bar {
|
|
background: #fff;
|
|
padding: 15px 0;
|
|
border-bottom: 1px solid #dee2e6;
|
|
}
|
|
|
|
.custom-btn {
|
|
background-color: var(--fw-grau);
|
|
color: white;
|
|
border: none;
|
|
border-radius: 8px;
|
|
padding: 8px 20px;
|
|
transition: all 0.3s ease;
|
|
font-weight: 600;
|
|
text-decoration: none;
|
|
display: inline-block;
|
|
}
|
|
|
|
.custom-btn:hover {
|
|
background-color: var(--fw-rot) !important;
|
|
color: white;
|
|
transform: translateX(-5px);
|
|
}
|
|
|
|
/* Detail-Container */
|
|
.detail-card {
|
|
background: #fff;
|
|
border-radius: 8px;
|
|
box-shadow: 0 4px 12px rgba(0,0,0,0.08);
|
|
border-left: 5px solid var(--fw-rot);
|
|
padding: 30px;
|
|
margin-top: 30px;
|
|
margin-bottom: 50px;
|
|
}
|
|
|
|
h1 {
|
|
color: var(--fw-rot);
|
|
font-weight: 800;
|
|
margin-bottom: 25px;
|
|
border-bottom: 2px solid #eee;
|
|
padding-bottom: 10px;
|
|
}
|
|
|
|
.info-label {
|
|
font-weight: 700;
|
|
color: var(--fw-grau);
|
|
width: 180px;
|
|
display: inline-block;
|
|
}
|
|
|
|
.spec-list {
|
|
list-style: none;
|
|
padding-left: 0;
|
|
}
|
|
|
|
.spec-list li {
|
|
padding: 8px 0;
|
|
border-bottom: 1px solid #f1f1f1;
|
|
}
|
|
|
|
.beladung-title {
|
|
margin-top: 30px;
|
|
color: var(--fw-rot);
|
|
font-weight: 700;
|
|
}
|
|
|
|
.beladung-list {
|
|
padding-left: 20px;
|
|
}
|
|
|
|
/* Carousel Styling */
|
|
.carousel-item img {
|
|
border-radius: 8px;
|
|
box-shadow: 0 4px 10px rgba(0,0,0,0.15);
|
|
max-height: 500px;
|
|
object-fit: cover;
|
|
}
|
|
|
|
.carousel-control-prev-icon, .carousel-control-next-icon {
|
|
background-color: var(--fw-rot);
|
|
border-radius: 50%;
|
|
background-size: 50%;
|
|
}
|
|
|
|
@media (max-width: 768px) {
|
|
.info-label { width: 100%; display: block; margin-bottom: 2px; }
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
|
|
<nav class="navbar navbar-expand-lg navbar-custom">
|
|
<div class="container-fluid">
|
|
<a class="navbar-brand d-flex align-items-center" href="../../../index.html">
|
|
<img src="../../../ffw_transp_72.gif" alt="Logo" style="height: 3em; margin-right: 10px;">
|
|
<span>Feuerwehr Stadt Wehlen</span>
|
|
</a>
|
|
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav">
|
|
<span class="navbar-toggler-icon"></span>
|
|
</button>
|
|
<div class="collapse navbar-collapse" id="navbarNav">
|
|
<ul class="navbar-nav ms-auto">
|
|
<li class="nav-item"><a class="nav-link" href="../../../Geschichte.html">Geschichte</a></li>
|
|
<li class="nav-item"><a class="nav-link active" href="../../../technik.html">Technik</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#">Kontakt/Impressum</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
|
|
<div class="top-bar">
|
|
<div class="container">
|
|
<a href="../../technik.html" class="custom-btn">← Zurück zur Technik-Übersicht</a>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="container">
|
|
<div class="detail-card">
|
|
<div class="row">
|
|
<div class="col-lg-7">
|
|
<h1>Löschfahrzeug LF 1</h1>
|
|
|
|
<ul class="spec-list">
|
|
<li><span class="info-label">Bezeichnung:</span> Löschfahrzeug LF 1</li>
|
|
<li><span class="info-label">Stationierung:</span> Stadt Wehlen</li>
|
|
<li><span class="info-label">Typ:</span> umgebautes Postfahrrad</li>
|
|
<li><span class="info-label">Baujahr:</span> Mai 2003</li>
|
|
<li><span class="info-label">Funkrufname:</span> -</li>
|
|
<li><span class="info-label">Fahrzeugdaten:</span> 26er Herrenfahrrad</li>
|
|
</ul>
|
|
|
|
<h3 class="beladung-title">Feuerwehrtechnische Beladung:</h3>
|
|
<ul class="beladung-list">
|
|
<li>Sirene mit Handkurbel</li>
|
|
<li>Blitzleuchte</li>
|
|
<li>Kübelspritze als Spendenkübel</li>
|
|
<li>C-Schlauch + Strahlrohr für Schnellangriff</li>
|
|
</ul>
|
|
</div>
|
|
|
|
<div class="col-lg-5 mt-4 mt-lg-0">
|
|
<div id="lf1Carousel" class="carousel slide" data-bs-ride="carousel">
|
|
<div class="carousel-inner">
|
|
<div class="carousel-item active">
|
|
<img src="../technikpage/t_lf1_1.jpg" class="d-block w-100" alt="LF 1 Bild 1">
|
|
</div>
|
|
<div class="carousel-item">
|
|
<img src="t_lf1_2.jpg" class="d-block w-100" alt="LF 1 Bild 2">
|
|
</div>
|
|
</div>
|
|
<button class="carousel-control-prev" type="button" data-bs-target="#lf1Carousel" data-bs-slide="prev">
|
|
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
|
|
<span class="visually-hidden">Zurück</span>
|
|
</button>
|
|
<button class="carousel-control-next" type="button" data-bs-target="#lf1Carousel" data-bs-slide="next">
|
|
<span class="carousel-control-next-icon" aria-hidden="true"></span>
|
|
<span class="visually-hidden">Weiter</span>
|
|
</button>
|
|
</div>
|
|
<p class="text-center text-muted mt-2 small"><em>Unser historisches Sammlerrad</em></p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"></script>
|
|
</body>
|
|
</html> |