/* IMPRESSUM SECTION */

.card{
    background:#fff;
    padding:40px;
    margin-bottom:30px;
    border-radius:12px;
    box-shadow:0 4px 15px rgba(0,0,0,0.08);
}

.card h1{
    font-size:36px;
    margin-bottom:25px;
    border-bottom:3px solid #0a7cff;
    padding-bottom:10px;
}

.card h2{
    font-size:26px;
    margin-top:40px;
    margin-bottom:15px;
    color:#0a7cff;
}

.card p{
    font-size:17px;
    line-height:1.8;
    margin-bottom:18px;
}

.card a{
    color:#0a7cff;
    word-break:break-word;
}

.card a:hover{
    text-decoration:underline;
}