#_cookienotice a {
    color: var(--linkcolor);
    text-decoration:none;
}

#_cookienotice a:hover {
    text-decoration:underline;
}

#_cookienotice div {

    font-size: 16px;
    padding:20px;
    padding-right:40px;
    color:var(--textcolor);

}

#_cookienotice {

    text-align:center;
    border-top:2px solid var(--linkcolor);
    background-color: #fff;
    position:fixed;
    bottom:0px;
    z-index:10000;
    width:100%;
    font-size:12px;
    line-height:16px;}

#_cookienotice_closer {
    color: #fff;
    font: 14px/100% arial, sans-serif;
    position: absolute;
    right: 15px;
    text-decoration: none;

    top: 15px;
    cursor:pointer;
    padding:4px;
    background: var(--linkcolor);
    border: 1px solid var(--linkcolor);

}

#_cookienotice_closer:hover {
    color:var(--linkcolor);
    background: #fff;
}