* {
    margin:0px;
    padding:0px;
}
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0;
    padding: 0;
    background: linear-gradient(to right, #fe0000, #ff4d64);
    color: #333;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content:center;
    align-items:center;
    min-height: 100vh;
    width:100%;
    background-image: url(Bilder/Kapota_Muster_01_Bearbeitet_09.jpg);
    background-repeat:repeat;
}
header {
    display:flex;
    justify-content: center;
}
header div {
    background-color:rgba(0,0,0,0.8);
    /*background-image: url(Bilder/IMG_20251101_145704_1200x900_1_header_background_V1.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;*/
    color: white;
    padding: 40px 0;
    text-align: center;
    max-width:1200px;
}
header h1 {
    margin: 0px;
    font-size: 4em;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}
header p {
    margin: 10px 0 0;
    font-size: 1.2em;
}
.contact-info {
    margin-top: 10px;
    font-size: 1em;
}
.contact-info p {
    margin: 5px 0;
}
nav {
    background-color: rgba(0, 0, 0, 0.8);
    border-top:rgba(243,139,71, 0.8) 1px solid;
    border-bottom:rgba(243,139,71, 0.8) 1px solid;
    padding: 10px 0 10px 0;
    margin: 0;
    text-align: center;
    position: sticky;
    top: 0;
    z-index: 1000;
    width:100%;
    max-width:1200px;
}
nav a {
    color: white;
    margin: 0 15px;
    text-decoration: none;
    font-size: 1.1em;
    transition: color 0.7s;
}
nav a:hover {
    color: rgba(244, 208, 63, 1.0);
}
.services {
    background-image:linear-gradient(to top, rgba(0,0,0,0.3), rgba(0,0,0,0.8));
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin:0;
    padding:0;
    flex-grow: 1;
    width:100%;
    max-width:1200px;
    overflow-x:auto;
}
.service-info {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    margin: 40px;
    padding: 40px;
    flex-grow:1;
    background-color:rgba(255,255,255,0.7);
    border-radius:15px;
}
.service-info > h1 {
    margin: 10px 0 10px 0;
    font-size: 2em;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}
.service-info > p {
    margin: 10px 0 0;
    font-size: 1.2em;
}
.site {
    display:flex;
    flex-direction:column;
    flex-grow:1;
    justify-content:center;
    padding:0;
    margin:0;
    align-content:center;
    align-items:center;
}
@media (min-width: 300px) {
    .site_main {
        display: flex;
        flex-grow:1;
        justify-content:center;
        background-color:rgba(0,0,0,0.4);
        padding:10px 0 10px 0;
        margin:0;
        min-height:200px;
        width:100vw;
    }
    .site_main_background {
        display: flex;
        padding: 0px;
        margin: 0px;
        background-image: url(Bilder/015_DirekAufnahme_08_PVRACING_1200Breit.jpg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% auto;
        flex-grow:1;
        min-width:300px;
        width:99vw;
    }
}
@media (min-width: 500px) {
    .site_main {
        display: flex;
        flex-grow:1;
        justify-content:center;
        background-color:rgba(0,0,0,0.4);
        padding:10px 0 10px 0;
        margin:0;
        min-height:200px;
        width:100vw;
    }
    .site_main_background {
        display: flex;
        padding: 0px;
        margin: 0px;
        background-image: url(Bilder/015_DirekAufnahme_08_PVRACING_1200Breit.jpg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% auto;
        flex-grow:1;
        min-width:498px;
        width:99vw;
    }
}
@media (min-width: 1200px) {
    .site_main {
        display: flex;
        flex-grow:1;
        justify-content:center;
        background-color:rgba(0,0,0,0.4);
        padding:10px 0 10px 0;
        margin:0;
        max-width:1200px;
    }
    .site_main_background {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        padding: 0px;
        background-color:#000000;
        background-image: url(Bilder/015_DirekAufnahme_08_PVRACING_1200Breit.jpg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 1200px 575px;
        flex-grow:1;
        width:1200px;
        max-height:575px;
    }
}
h2 {
    font-size: 1.8em;
    margin-top: 0;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.headingtext {
    display:flex;
    direction:row;
    flex-wrap:wrap;
    justify-content:center;
    column-gap:3px;
}
ul {
    list-style-type: circle;
    padding: 0;
    text-align: left;
    margin: 0;
}
li {
    padding: 5px 0;
}
footer {
    text-align: center;
    margin:0;
    padding: 20px 0 20px 0;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    position: relative;
    bottom: 0;
    width: 100%;
    max-width:1200px;
}
.footer-content {
    max-width: 1200px;
    margin: 0 auto;
}
.footer-content p {
    margin: 5px 0;
}
