body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    color: #333;
    background-color: #f4f4f4;
}

header {
    background-color: #000;
    color: #fff;
    padding: 20px 0;
    text-align: center;
}

.logo img {
    max-width: 150px;
    -webkit-filter: invert(1);
    filter: invert(1);
}

nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

nav ul li {
    display: inline;
    margin: 0 15px;
}

nav ul li a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

.hero {
    color: #333;
    padding: 100px 20px;
    text-align: center;
}

.hero h1 {
    font-size: 3em;
    margin: 0;
}

.hero p {
    font-size: 1.2em;
}

button {
    padding: 10px 20px;
    border: none;
    background-color: #e4002b;
    color: #fff;
    font-size: 1em;
    cursor: pointer;
}

button:hover {
    background-color: #c40025;
}

.models {
    padding: 20px;
    text-align: center;
}

.model-cards {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    overflow: hidden;
    width: 300px;
}

.card img {
    width: 100%;
    height: auto;
}

.card h3 {
    margin: 10px;
}

footer {
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 10px 0;
}

.geschichte {
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
}

.linie {
    margin-top: 20px;
    margin-bottom: 20px;
    color: white;
}

.container {
    display: flex;
    align-items: center;
}

.dealer {
    text-align: center;
    margin-bottom: 70px;
}

.contact {
    text-align: center;
}

.audio {
    text-align: center;
    margin-bottom: 100px;
    margin-top: 60px;
}

.container2 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    margin-top: 50px;
}

.text-container {
    width: 50%;
    margin-left: 50px;
}

.image-container {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    margin-right: 50px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.container3 {
    display: flex;
}

.item1, .item2 {
    flex: 1;
    margin-top: 50px;
    margin-bottom: 50px;
}

.item1 {
    margin-left: 110px;
}

.item2 {
    margin-right: 110px;
}

.dealerfinder {
    text-align: center;
    margin-bottom: 50px;
    margin-top: 50px;
}

img {
    border-radius: 10%;
}

.modelle {
    margin-bottom: 50px;
}

.dealerhero h1 {
    font-size: 3em;
    margin: 0;
    margin-top: 100px;
}

.dealerhero p {
    font-size: 1.2em;
}

.model-text {
    margin-bottom: 10px;
}
