body {
    font-family: Arial, sans-serif;
    background-color: #f0f0f0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    text-align: center;
}

.container {
    background-color: white;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    width: 90%;
}

.baustellenschild {
    border: 3px solid #ffcc00;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 30px;
}

.baustellenschild-symbol {
    width: 80px;
    margin-bottom: 15px;
}

h1 {
    color: #333;
    font-size: 2.5em;
    margin: 0;
}

p {
    color: #666;
    font-size: 1.1em;
    line-height: 1.6;
}

.infos {
    margin-top: 30px;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.infos h2 {
    color: #444;
    font-size: 1.8em;
}

ul {
    list-style: none;
    padding: 0;
}

li {
    margin: 10px 0;
}

.social-media a {
    text-decoration: none;
    color: #007bff;
    margin: 0 10px;
}

.social-media a:hover {
    text-decoration: underline;
}

/* Platzhalter-Symbol ersetzen */
/* Ersetzen Sie die URL in der HTML-Datei mit einem echten Baustellen-Icon */
/* Hier ist eine Beispiel-URL von einem Symbol-Anbieter: */
/* https://www.flaticon.com/free-icon/construction_206980 */
