#stickyHeader {
    position: fixed;
    height: auto;
    width: 100%;
    z-index: 1;
    margin: 0;
    font-family: 'Signika', sans-serif;
}

#shText
{
    float: left;
    width: 80%;
    margin: 5px;
}
#stickyHeader input
{
    float: right;
    margin: 10px;
        padding: 8px 12px;
    border: none;
    border-radius: 3px;
    vertical-align: middle;
}

#stickyHeader input:hover 
{
    cursor:pointer;
}

#shBackground 
{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

#stickyHeader.CookieHeaderMobile
{ 
    font-size: 14px;
    padding-right: 40px;
    box-sizing: border-box;
    position: relative;
    min-height: 45px;
}

#stickyHeader.CookieHeaderMobile #shText
{
    float: none;
    width: auto;
    padding: 5px;
    margin: 0;
}


#stickyHeader.CookieHeaderMobile input.shCloseX
{
    float: none;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    right: 5px;
    top: 5px;
    border-radius: 50%;
    margin: 0;
}