.logo {
    position: absolute;
    top: 15px;
    background-color: white;
    border-radius: 50%;
    height: 143px;
    width: 143px;
    display: flex;
    justify-content: center;
}

.logo img {
    height: 123px;
    width: 123px;
    transform: translate(0, 11px) scale(.8);
}

#header .logo_holder img {
    position: relative;
    top: 0;
    }

a.regioblok {
    padding: 10px 20px;
}
