#jesper-tester
{
    color:red;
}

#search-form 
{
    display: none;
}

@media screen and (max-width:999px)
{
label[for=language] 
{
    position: fixed;
    padding: 0;
    text-transform: uppercase;
    font-weight: 900;
    text-align: center;
    display: block;
    width: 2.2rem;
    height: 2.3rem;
    top: 3.8rem;
    right: .8rem;
    background: #fff;
    z-index: 100;
    border-radius: 50%;
    box-shadow: var(--box-shadow);
}
}