body{
    padding-top: 20px;
    padding-left: 3vw;
    padding-right: 3vw;
    background-color: rgb(251, 251, 251);
    align-content: center;
}

.dl_element{
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 16px;
    color: gray;
    text-decoration: none;
    vertical-align: center;
    line-height: 30px;
    
}

.dl_element:hover{
    color: orange;
}

.dl_icon{
    padding-right: 8px;
}

.dl_icon:hover{
    scale: 1.2;
}

.icon_link{
    color: white;
}

h2{
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: rgb(35, 52, 73);
    font-weight: 400;
    font-size: 23px;
}

.spalten{
    min-width: 30%;
    float: left;
    padding-right: 12px;
}
.spalten_rechts{
    min-width: 30%;
    float: right;
}