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;
    margin-bottom: -70px;
}

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;
}


.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;
    margin-top: 60px;
    font-size: 75px;
    font-family: 'Raleway', sans-serif;
    width: 100%;
    margin-bottom: -50px;
}



p1{
    background-color: #e0c0fa;
    width: 100%;
    margin-top: 0; 
    font-family: 'Raleway', sans-serif;
}

.AutomatenImg{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 20px;
    margin-top: -20px;
} 

.dieGruender {
    max-width: 800px;
    height: 400px;
    margin: 20px;
}


.UnserKleinerBetrieb{
    font-size: 70px;
    color: rgb(0, 0, 0);
    display: flex;
  /*  align-items: center; */
    justify-content: center; 
    font-family: 'Raleway', sans-serif;
}

.Ice-DealerGbrHeader,
.DieGesichterHinterDemUnternehmenHeader,
.NatürlicheHerstellungHeader,
.VielfaltFürJedenGeschmackHeader,
.VerkaufInTiefkühlautomatenHeader,
.QualitätOhneKompromisseHeader,
.NachhaltigkeitImBlickHeader,
.EisstandortHeader{
    font-size: 30px;
    color: rgb(0, 0, 0);
    text-align: center;
    font-family: 'Great Vibes', cursive;
    font-weight: bold;
    width: 100%;
    margin: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.Ice-DealerGbR,
.DieGesichterHinterDemUnternehmen,
.NatürlicheHerstellung,
.VielfaltFürJedenGeschmack,
.VerkaufInTiefkühlautomaten,
.QualitätOhneKompromisse,
.NachhaltigkeitImBlick,
.Eisstandort{
    font-size: 20px;
    color: rgb(0, 0, 0);
    text-align: center;
    font-family: 'Raleway', sans-serif;
    width: 100%;
    margin: 0 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;
    }

    .Ice-DealerGbrHeader,
    .DieGesichterHinterDemUnternehmenHeader,
    .NatürlicheHerstellungHeader,
    .VielfaltFürJedenGeschmackHeader,
    .VerkaufInTiefkühlautomatenHeader,
    .QualitätOhneKompromisseHeader,
    .NachhaltigkeitImBlickHeader,
    .EisstandortHeader{
        font-size: 10px;
    }

    .Ice-DealerGbR,
    .DieGesichterHinterDemUnternehmen,
    .NatürlicheHerstellung,
    .VielfaltFürJedenGeschmack,
    .VerkaufInTiefkühlautomaten,
    .QualitätOhneKompromisse,
    .NachhaltigkeitImBlick,
    .Eisstandort {
        font-size: 8px;
    }

    

}

@media only screen and (max-width: 480px) {
    .usHeader {
        font-size: 8px;
        margin-top: 15%;
    }

    .Ice-DealerGbrHeader,
    .DieGesichterHinterDemUnternehmenHeader,
    .NatürlicheHerstellungHeader,
    .VielfaltFürJedenGeschmackHeader,
    .VerkaufInTiefkühlautomatenHeader,
    .QualitätOhneKompromisseHeader,
    .NachhaltigkeitImBlickHeader,
    .EisstandortHeader{
        font-size: 5px;
    }

    .Ice-DealerGbR,
    .DieGesichterHinterDemUnternehmen,
    .NatürlicheHerstellung,
    .VielfaltFürJedenGeschmack,
    .VerkaufInTiefkühlautomaten,
    .QualitätOhneKompromisse,
    .NachhaltigkeitImBlick,
    .Eisstandort {
        font-size: 5px;
    }

}

    