body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    color: #333;
    line-height: 1.6;
}

header h1 {
    font-size: 2.5em;
}

header p {
    font-size: 1.2em;
    max-width: 600px;
    margin: 20px auto;
}

.container {
    padding: 2em;
    max-width: 1000px;
    margin: auto;
}

h2 {
    color: black;
    text-align: center;
    margin-bottom: 1em;
}

hr {
    max-width: 800px;
    margin-left: 3%;
    margin-right: 3%;
}

.icons-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 20px;
    text-align: center;
    margin-top: 2em;
}
        
.icon-box {
    flex: 1 1 calc(20% - 20px);
    min-width: 150px;
    padding: 20px;
    background: #ebebeb;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.icon-box img {
    width: 150px;
    height: 115px;
    margin-bottom: 10px;
}

.icon-box h3 {
    margin: 10px 0;
    font-size: 1.1em;
}

.contact-section {
    background-color: #4678BB;
    color: white;
    padding: 2em 1em;
    text-align: center;
}
        
.contact-section p {
    max-width: 600px;
    margin: auto;
    font-size: 1.1em;
}
        
footer {
    background-color: #333;
    color: white;
    text-align: center;
    padding: 1em;
}

#inhalte-werden-zentriert {
    display: flex;
    align-items: center;
    justify-content: center;
}

a:link {
color: #333;
text-decoration: none;
}

a:visited {
color: #333;
text-decoration: none;
}

a:active {
color: #4678BB;
text-decoration: none;
}

a:hover {
color: #4678BB;
text-decoration: none;
font-weight:bold;
}

.blocksatz {
text-align: justify;
font-size: 10pt;
line-height: 1.5;
max-width: 800px;
margin-left: 3%;
margin-right: 3%;
}

.aufz {
font-size: 10pt;
text-align: justify;
list-style: '- ';
max-width: 800px;
margin-left: 3%;
margin-right: 3%;
margin-bottom: 5px;	
}

.imp-head {
text-align: center;
font-weight:bold;
font-size: 10pt;
line-height: 1.5;
max-width: 800px;
margin-left: 3%;
margin-right: 3%;
}

.imp-head2 {
text-align: center;
font-size: 10pt;
line-height: 1.5;
max-width: 800px;
margin-left: 3%;
margin-right: 3%;
}

.imp-text {
text-align: justify;
font-size: 10pt;
line-height: 1.5;
max-width: 800px;
margin-left: 3%;
margin-right: 3%;
}