181 lines
6.4 KiB
HTML
181 lines
6.4 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="de">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>VRW Vorausrüstwagen | 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 {
|
|
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-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: 160px;
|
|
display: inline-block;
|
|
}
|
|
|
|
.spec-list {
|
|
list-style: none;
|
|
padding-left: 0;
|
|
}
|
|
|
|
.spec-list li {
|
|
padding: 8px 0;
|
|
border-bottom: 1px solid #f1f1f1;
|
|
}
|
|
|
|
.section-title {
|
|
margin-top: 30px;
|
|
color: var(--fw-rot);
|
|
font-weight: 700;
|
|
border-left: 3px solid var(--fw-rot);
|
|
padding-left: 10px;
|
|
}
|
|
|
|
.vehicle-img {
|
|
border-radius: 8px;
|
|
box-shadow: 0 4px 10px rgba(0,0,0,0.15);
|
|
width: 100%;
|
|
transition: transform 0.3s ease;
|
|
}
|
|
|
|
.tech-box {
|
|
background: #fdf2f2;
|
|
padding: 15px;
|
|
border-radius: 8px;
|
|
border: 1px solid #f5dada;
|
|
margin-top: 15px;
|
|
}
|
|
</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>
|
|
</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>Vorausrüstwagen (VRW)</h1>
|
|
|
|
<ul class="spec-list">
|
|
<li><span class="info-label">Bezeichnung:</span> VRW (Quad)</li>
|
|
<li><span class="info-label">Funkrufname:</span> Florian Stadt Wehlen 53-1</li>
|
|
<li><span class="info-label">Typ:</span> Suzuki KingQuad</li>
|
|
<li><span class="info-label">Baujahr:</span> Mai 2006</li>
|
|
<li><span class="info-label">Gewicht:</span> 470 kg</li>
|
|
</ul>
|
|
|
|
<h4 class="section-title">Fahrzeugdaten & Sondersignalanlage</h4>
|
|
<ul class="spec-list">
|
|
<li><span class="info-label">Antrieb:</span> Allrad mit Differentialsperre</li>
|
|
<li><span class="info-label">Signale:</span> Blitzkennleuchte (Dach + Front), Martins-Horn</li>
|
|
<li><span class="info-label">Beleuchtung:</span> Arbeitsscheinwerfer vorn & hinten</li>
|
|
<li><span class="info-label">Maße:</span> L 2,20m | B 1,25m | H 2,00m</li>
|
|
</ul>
|
|
|
|
<h4 class="section-title">Schwerpunkt: Technische Hilfeleistung</h4>
|
|
<div class="tech-box">
|
|
<div class="row">
|
|
<div class="col-md-6">
|
|
<ul class="spec-list small border-0">
|
|
<li class="border-0"><strong>Rettungssatz:</strong> Lukas SC 350 Kombigerät</li>
|
|
<li class="border-0">Lukas Kompaktaggregat P 610 OG</li>
|
|
<li class="border-0">Lukas Rettungszylinder</li>
|
|
<li class="border-0">MicroCAFS-Löscher (10 Liter)</li>
|
|
</ul>
|
|
</div>
|
|
<div class="col-md-6">
|
|
<ul class="spec-list small border-0">
|
|
<li class="border-0"><strong>Medizin:</strong> Defibrillator & Sanitätsrucksack</li>
|
|
<li class="border-0">Stabilisations- & Unterbausystem</li>
|
|
<li class="border-0">Glas-Ex & Werkzeug VU / Elektro</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="col-lg-5 mt-4 mt-lg-0">
|
|
<img src="t_vrw_1.jpg" class="vehicle-img" alt="VRW Suzuki KingQuad">
|
|
<p class="text-center text-muted mt-3 small"><em>Extrem geländegängig für schnelle Hilfe in unwegsamem Gelände</em></p>
|
|
|
|
<div class="alert alert-secondary mt-4 small">
|
|
<strong>Hinweis:</strong> Dieses Fahrzeug ermöglicht durch seine kompakten Maße einen Erstzugriff bei Verkehrsunfällen oder in engen Gassen, bevor schwerere Fahrzeuge eintreffen können.
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"></script>
|
|
</body>
|
|
</html> |