.header .container .sponser {
    display: flex;
    align-items: center
}
header .social:before {
    top: 16px
}

.hero .heroWr {
    margin-top: 188px;
}
.hero .heroWr h1 {
    font-size: 36px;
    line-height: 1;
    color: #fff;
    font-family: almoniDL700;
}
.hero .heroWr h2 {
    font-size: 36px;
    line-height: 1;
    color: #fff;
    font-family: almoniDL400;
}
.header .container .nodeName a {color:#000}
.veidaInner .banners img {min-width:initial}

@media screen and (max-width: 480px) {
    header .social:before {
        top: 5px;
        content: url(../../../globes/image/upload/v1677564862/Digital/bulleten/icon_share_lbw9rm.svg);
        margin: 0
    }
    .header .container .sponser {display:block; }
        .header .container .sponser  span {
            position: relative;
            top: -17px;
        }
 
    header .social {
        border: 1px #000 solid; border-radius: 10px; width: 25px; height: 25px; }
    .hero .heroWr h2, .hero .heroWr h1 {
        font-size: 26px !important
    }

    .hero.noSponser {
        margin-top: 80px;
    }

    .hero .heroWr h1 {margin-top:60px}

    }

