html {
    font-family: 'Raleway', sans-serif;
    margin: 0;
    padding: 0;
    background-color: rgb(255, 255, 255);
    }   
    
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    }
    
header {
    padding: 20px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    text-align: center;
    }
    
nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
    
nav ul li {
    margin-right: 20px;
    }
    
nav ul li a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
}

p1{
    background-color: #efcfe3;
    width: 100%;
    margin-top: 0; 
    font-family: 'Raleway', sans-serif;
}
    

.usHeader {
    color: rgb(255, 255, 255);
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 75px;
    font-family: 'Raleway', sans-serif;
    width: 100%;
}



.inhaber,
.contact,
.id,
.impressum,
.dse,
.agb{
    font-size: 20px;
    color: rgb(0, 0, 0);
    text-align: center;
    font-family: 'Raleway', sans-serif;
    width: 100%;
    margin: 10px 20px 20px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}



.contact-bar {
    background-color: #000000;
    color: rgb(255, 255, 255);
    padding: 20px 0;
    font-family: 'Raleway', sans-serif;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}

.col {
    flex: 1;
    text-align: center;
    margin: 10px;
}

.col h4 {
    margin-bottom: 5px;
}

.col p {
    margin: 0;
    line-height: 1.6;
    font-size: 17px;
}

.footer-bar {
    background-color: #000000;
    color: white;
    padding: 20px 0;
}

.footer-links {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin: 0 10px;
}

.footer-links a {
    color: white;
    text-decoration: none;
}

.impress {
    background-color: transparent;
    color: white;
    font-size: 16px;
    border: 0px;
    cursor: pointer;
}

@media only screen and (max-width: 768px) {
    .usHeader {
        font-size: 10px;
        margin-top: 12%;
    }

    .row {
        flex-direction: column;
        align-items: center;
    }

    .inhaber,
    .contact,
    .id,
    .impressum,
    .dse,
    .agb{
    font-size: 8px;
    }
}

@media only screen and (max-width: 480px) {
    .usHeader {
        font-size: 8px;
        margin-top: 15%;
    }

    .inhaber,
    .contact,
    .id,
    .impressum,
    .dse,
    .agb{
    font-size: 5px;
    }
}