body {
    margin: 0;
    font-family: sans-serif; 
    background-color: black;
}


.sektionen {
    display: flex;
    max-width: 100%;
    text-decoration: none !important;
    margin-top: 20px;
}

.icons {
    float: center;
    margin: auto;
    font-size: 50px;
    text-decoration: none !important;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 5px;
    background-color: #005ed9;
}

.icon {
    float: center;
    margin: auto;
}


.headerimg {
    width: 100% !important;
    height: auto !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.content-section {
    padding: 20px;
    margin-top: 20px;
    color: white;
    font-size: 400px;
}

.content-section h1 {
    margin-top: 0;
    color: white;
    text-align: center !important;
}

header {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 0px;
}

.title {
    color: white;
    font-size: 75px;
    font-weight: bold;
    text-align: center;
}

.textcontainer {
    width: 40%;
    height: auto;
    text-align: justify;
    font-size: large;
    margin: auto;
}

.container2 {
    display: flex;
    max-width: 100%;
    align-items: center;

}

.imagecontainer {
    float: center;
    width: 40%;
    max-width: 40%;
    margin: auto;
}

.image2 {
    width: 100%;
    height: auto;
    border-radius: 20px; 
    margin: auto;
}

.image3 {
    width: 100%;
    height: auto;
    border-radius: 20px;
    margin: auto;
    box-shadow: 0px 0px 24px 9px #F7F7F7;
}

.image4 {
    width: 100%;
    height: auto;
    border-radius: 20px;
    margin: auto;
    box-shadow: 0px 0px 24px 9px #ff4f4f;
}

.center {
    float: center;
}

.center2 {
    text-align: justify;
    float: center;
    font-size: 25px;
}

.image5 {
    width: 100%;
    height: auto;
    border-radius: 20px;
    margin: auto;
    box-shadow: 0px 0px 24px 9px #38b28b;
}

.image6 {
    width: 100%;
    height: auto;
    border-radius: 20px;
    margin: auto;
    box-shadow: 0px 0px 24px 9px #005ed9;
}

.src {
    float: center;
    margin: auto;
}

.footercenter {
    float: center;
    margin: auto;
}

footer {
    display: flex;
    margin-top: 50px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}