html {
    scroll-behavior: smooth;
}

body {
    background-color: #15151e;
    color: white;
    font-family: Arial, sans-serif;
    
    margin: 40px;
    line-height: 1.6;
}

.Titel {
    text-align: center;
    color: #e10600;
    margin-top: 20px;

}

h1,
h2,
h3 {
    color: red;
    text-align: center;
}



.f1-table {
    width: 80%;
    margin: 30px auto;
    border-collapse: collapse;
    background-color: #1f1f27;
    border-radius: 10px;
    overflow: hidden;
}

.f1-table th {
    background-color: #e10600;
    color: white;
    padding: 12px;
}

.f1-table td {
    padding: 10px;
    border-bottom: 1px solid #333;
}

.f1-table tr:hover {
    background-color: #2c2c38;
}

.f1-table a {
    color: white;
    text-decoration: none;
}

.f1-table a:hover {
    color: #e10600;
}

a {
    color: red;
}

.Inhalt a {
    color: white;

}


.button {
    border-bottom: 2px solid #e10600;
    padding-bottom: 5px;
    margin-bottom: 100px;
}


.container {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.container img {
    width: 250px;
}





h1,
h3 {
    border-bottom: 2px solid #e10600;
    padding-bottom: 5px;
    
}

img {
    border: 1px solid #999;
    padding: 5px;
    background-color: white;

}

.fahrer {
    width: 210px;
    text-align: center;
    background: #1f1f1f;
    border-radius: 10px;
    padding: 15px;
    margin: 20px;
    transition: transform 0.3s;
}

.fahrer:hover {
    transform: scale(1.05);
}

.p1 {
    border-bottom: 1px solid #ffffff;
    padding-bottom: 1px;
    margin-bottom: 100px;

}

.Strich {
    margin: 10px;
 
}

h1 {
    margin-top: 60px;
}

h2 {
    margin-top: 40px;
}

p {
    margin-bottom: 20px;
}

.f1-table {
    margin: 40px auto;
}


.carousel img {
    height: 650px;
    object-fit: cover;
}

.carousel-caption {
    background: rgba(0, 0, 0, .6);
    border-radius: 10px;
    padding: 15px;
}