/* ======================================================================
   DER SCHIFFSCHAUKELBREMSER
   Datei        : style.css
   Version      : V3.0
   Laufrolle    : LR-002.1
   Bauabschnitt : 02-02 Startseite
   Stand        : 17.09.2026
====================================================================== */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html,
body{
    width:100%;
    background:#06151f;
    overflow-x:hidden;
}

body{
    font-family:Georgia,"Times New Roman",serif;
}

.startseite{
    display:block;
    width:100%;
    height:auto;
}