.headerBackground{
    font-family: 'Lato', sans-serif;
    background-color: white;
    height: unset;
    width: 100%;
}
.topNav {
    padding: 10px 0;
    height: unset;
    display: flex;
    justify-content: center;
}
.topNavContent{
    max-width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-transform: capitalize;
    color: #FFFFFF;
    position: relative;
}
.topNav a{
    margin-left: 38px;
}
.topNav .cookieAccept{
    font-weight: 400;
}

@media screen and (max-width: 996px) {
    .headerContentSmall{
        max-width: 100%;
        display: flex;
        flex-direction: column-reverse;
        justify-content: unset;
        align-items: unset;
        height: unset;
        margin-left: 0;
        margin-right: 0;
    }
    .headerLogoSmall{
        height: 40px;
        width: 200px;
        display: block;
        margin: 19px 24px;
    }
    .headerDescriptionSmall{
        width: 100%;
        background: #019788;
        margin-left: 0;
        margin-right: 0;
        color: white;
        display: flex;
        justify-content: center;
        font-family: 'Lato', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        height: unset;
        padding: 7px 0;
    }
    
}



.headerLinks {
	display: none;
}
.headerDescription .portalName{
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
}
.headerDescription .portalName b{
    font-weight: 700;
    margin-right: -2px;
}
.cookieInfoTooltipButton{
    margin-right: 5px;
    transform: translateY(2px);
}
.cookieInfoTooltipInside{
	background-color: #019788;
	color: white;
    left: -38px; 
    top: 40px;
}
.cookieInfoTooltipInside .tooltipTitle{
    background-color: transparent;
	color: white;
}
.cookieInfoTooltipInside .tooltipText:after{
	border: none !important;
    background-color: #019788;
    width: 16px;
    height: 16px;
    transform: rotate(45deg);
    left: 20px;
    top: -9px;
}
.smallCookie{
    height: unset;
    padding-top: 10px;
    padding-bottom: 10px;
}
.smallCookie .cookieLink {
    background-color: #019788;
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    border-radius: 10px;
    color: #ffffff;
    padding: 11px 32px 9px 32px;
    text-align: center;
    border: none;
    cursor: pointer;
    width: unset;
    height: unset;
    text-shadow: unset;
    display: inline-block;
}

@media screen and (max-width: 996px) {
    .topNav{
        display: none !important;
    }
    .headerContentSmall{
        border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    }
}