header{
    padding: 1rem;
    margin: 0;
    background-color: #e6f4f1;
    border-bottom: 1px solid;
}

.full-width-container-green{
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    width: auto;
}

body{
    margin: 0;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    color: #444;
}

main section{
    margin: 2rem auto;
    max-width: 1200px;
}

.index-content section{
    text-align: center;
}

.wmda-t--schwarz{
    color: #1c1c1c;
}

.wmda-t--dgruen{
    color: #154734;
}

.wmda-t--hgruen {
    color: #229e26;
}

.wmda-h1{
    font-size: 52px;
    line-height: 1.15;
}

.wmda-h3 {
    font-size: 32px;
    line-height: 1.25;
    font-weight: 800;
}

p{
    margin-top: 0;
    margin-bottom: 0;
}

.index-content .main-content-link{
    text-align: left;
}

footer{
    background-color: #e6f4f1;
    border-top: 1px solid;
}

.footer-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-content a, .footer-content a:visited{
    text-decoration: none;
    font-size: 16px;
}

@media (max-width: 1200px) {
    header, footer{
        padding-left: 15px;
        padding-right: 15px;
    }
    main{
        padding: 0 1rem;
    }
}
