.cookemessage{
    cursor:pointer;
    position:fixed;
    width:100%;
        height: 44px;
    margin:0 auto;
    font-family:arial;
    font-size:12px;
        bottom: 0;
        z-index: 1000000;
        color: #ffffff;
}
.cookemessage:hover{
    color: #ffffff;
}
.cookemessage a{
    text-decoration:underline;
    color: #ffffff;
}
.cookemessage:hover a{
    color: #ffffff;
}
.cookemessagecloseico{
    background: transparent url('https://netstel.pl/close2.png') 0px 0px no-repeat; 
    width:  102px;
    height: 36px;
    position:absolute;
    top:    4px;
    right:  5px}
.cookemessagecloseico:hover{

}
.opacityholder {
    position: relative;
}
.opacitybox {
    position: absolute;
    background: black;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    filter: alpha(opacity = 80);
}
.cookemessagetext {
    position: relative;
    width: 935px;
    margin: auto;
    text-align: left;
    padding: 15px 0;
}
.cookemessagetext .bold {
    font-weight: bold;
}
@media screen and (max-width: 900px) {
    #cookemessagehandler{
        height: auto;
    }
    .cookemessagetext{
        width: 100%;
        box-sizing: border-box;
        padding: 10px 105px 10px 10px;
    }
}