.quicklinks{
    display: grid;
    grid-column: 3;

}

footer{display: grid;
    margin-inline: max((100% - 92%) / 2, 1.5rem);
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 2em;
    margin-top: 4em;


}

footer h2{
    margin-top: 0;
}

footer p{
    margin-bottom: 0;
}

.footer-call{
    display: flex;
    gap: 0.5em;
}

address a {
    padding-left: 0;
}

.footerlocation{
    display: flex;
    gap: 0.5em;
    text-align: center;
}

.links{
    display: flex;
    gap: 2em;
   

}

.links a{  text-decoration: none;}

.dkadresse{
    margin-top: 1.5em;
}