.linkelement {
    padding-top:100px !important;
    padding-bottom:100px !important;
    position:relative;
}
.linkelement button {
    /* width:100%; */
    background-color:#393939;
    color:#FFF;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size:18px;
    line-height:28px;
    text-align:center;
    border-radius:4px;
    border:1px solid #393939;
    padding:6px 15px 6px 15px;
    margin-top:20px;
    width:210px;
}
.linkelement button:hover {
    background-color:#FFF;
    color:#393939;
    border:1px solid #393939;
    cursor:pointer;
}
.linkelement h2.subpage {
    margin-bottom:10px;
    margin-top:0px;
}

@media(min-width:1900px) {
    .linkelement {
        padding-top:100px !important;
        padding-bottom:100px !important;
    }
}