button#menubutton2 {
    background: #fff;
    padding: 0px;
    font-size: 0px;
    margin-left: 30px;
    width: 30px;
    box-shadow: none;
    background-image: url(/wp-content/themes/famostar/img/global.png);
    background-position: center;
    background-size: 30px;
    height: 30px;
    transition: color .25s ease-out;
}

button#menubutton2:hover {
    opacity: 0.75;
    transition: color .25s ease-out;
}

.overlaytaal {
    min-height: 266px;
    height: auto;
    position: fixed;
    z-index: 99;
    top: -1000px;
    width: 100%;
    background-color: #fff;
    border-bottom: 2px #d3d6db solid;
    transition: all .5s ease-in;
}

.boxactivemenu .overlaytaal {
    top: 111px;
    transition: all .5s ease-in;
}

.boxlogosenlinks {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
}

button#menubutton3 {
    position: absolute;
    bottom: 25px;
    left: calc(50% - 15px);
    width: 30px;
    height: 30px;
    background: 0 0;
    box-shadow: none;
    background-image: url(/wp-content/themes/famostar/img/arrow-up-blue.svg);
    background-position: center;
    background-size: cover;
    font-size: 0px;
    padding: 0px;
}

.overlaytaal {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 60px;
    padding-top: 40px;
}

.boxlogosenlinks>a {
    align-items: center;
    box-sizing: border-box;
    display: inline-block;
    margin: 10px;
    padding: 60px 10px 10px 10px;
    vertical-align: top;
    width: 100px;
    text-align: center;
    text-decoration: none;
    color: #333;
    font-size: 15px;
}

.boxlogosenlinks>a:hover {
    text-decoration: underline;
}

a.global {
    background-image: url(/wp-content/themes/famostar/img/global.png);
    background-position: top center;
    background-size: 50px;
    background-repeat: no-repeat;
}

a.au {
    background-image: url(/wp-content/themes/famostar/img/au.png);
    background-position: top center;
    background-size: 50px;
    background-repeat: no-repeat;
}

a.de {
    background-image: url(/wp-content/themes/famostar/img/de.png);
    background-position: top center;
    background-size: 50px;
    background-repeat: no-repeat;
}

a.fr {
    background-image: url(/wp-content/themes/famostar/img/fr.png);
    background-position: top center;
    background-size: 50px;
    background-repeat: no-repeat;
}

a.ir {
    background-image: url(/wp-content/themes/famostar/img/ie.png);
    background-position: top center;
    background-size: 50px;
    background-repeat: no-repeat;
}

a.ua {
    background-image: url(/wp-content/themes/famostar/img/ae.png);
    background-position: top center;
    background-size: 50px;
    background-repeat: no-repeat;
}

a.uk {
    background-image: url(/wp-content/themes/famostar/img/gb.png);
    background-position: top center;
    background-size: 50px;
    background-repeat: no-repeat;
}

a.nl {
    background-image: url(/wp-content/themes/famostar/img/nl.png);
    background-position: top center;
    background-size: 50px;
    background-repeat: no-repeat;
}


@media (max-width: 970px) {

.boxlogosenlinks {
    max-width: 800px;
}

}

@media (max-width: 768px) {

.boxactivemenu .overlaytaal {
    top: 72px;
}

.boxlogosenlinks>a {
    padding: 50px 5px 5px;
    font-size: 14px;
    width: 85px;
}

}


@media (max-width: 500px) {

.site-branding img {
    width: 130px;
}
    
}