#dsgvo_cookie_hint
{
    position:     fixed;
    bottom:       10px;
    z-index:      100000;
    width:        100%;
    box-sizing:   border-box;
    border-top:   solid 1px #5d6b92;
    border-bottom:solid 1px #5d6b92;
    background:   #939cb6;
    background:   linear-gradient(to bottom, #939cb6 0%, #c9cdda 100%);
    background:  -moz-linear-gradient(top, #939cb6 0%, #c9cdda 100%);
    background:  -webkit-gradient(linear, left top, left bottom, color-stop(0%, #939cb6), color-stop(100%, #c9cdda));
    background:  -webkit-linear-gradient(top, #939cb6 0%, #c9cdda 100%);
    background:  -o-linear-gradient(top, #939cb6 0%, #c9cdda 100%);
    background:  -ms-linear-gradient(top, #939cb6 0%, #c9cdda 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#939cb6', endColorstr='#c9cdda', GradientType=0);
    font-family:  arial, verdana, sans-serif;
    font-size:    12px;
    line-height:  14px;
    text-align:   right;
    color:        #000000;
}

#dsgvo_cookie_hint div
{
    box-sizing: border-box;
    border-top: solid 1px #ffffff;
    font-family:arial, verdana, sans-serif;
    font-size:  12px;
    line-height:14px;
}

#dsgvo_cookie_hint div div
{
    padding:    10px 100px 10px 10px;
    box-sizing: border-box;
    border-top: solid 0px #ffffff;
    font-family:arial, verdana, sans-serif;
    font-size:  12px;
    line-height:14px;
}

#dsgvo_cookie_hint div div span
{
    font-family:arial, verdana, sans-serif;
    font-size:  12px;
    line-height:14px;
}

#dsgvo_cookie_hint div div span a
{
    font-family:    arial, verdana, sans-serif;
    font-size:      12px;
    line-height:    14px;
    font-weight:    bold;
    color:          #000000;
    text-decoration:none;
}

#dsgvo_cookie_hint div div span a:hover
{
    text-decoration:underline;
}

#dsgvo_cookie_hint_cross
{
    position:       absolute;
    top:            5px;
    right:          5px;
    padding:        5px;
    box-sizing:     border-box;
    border-top:     solid 1px #ffffff;
    border-right:   solid 1px #5d6b92;
    border-bottom:  solid 1px #5d6b92;
    border-left:    solid 1px #ffffff;
    background:     #939cb6;
    background:     linear-gradient(to bottom, #c9cdda 0%, #939cb6 100%);
    background:    -moz-linear-gradient(top, #c9cdda 0%, #939cb6 100%);
    background:    -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c9cdda), color-stop(100%, #939cb6));
    background:    -webkit-linear-gradient(top, #c9cdda 0%, #939cb6 100%);
    background:    -o-linear-gradient(top, #c9cdda 0%, #939cb6 100%);
    background:    -ms-linear-gradient(top, #c9cdda 0%, #939cb6 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9cdda', endColorstr='#939cb6', GradientType=0);
    font-family:    arial, verdana, sans-serif;
    font-size:      14px !important;
    color:          #606060;
    text-decoration:none;
    text-shadow:    1px 1px 0px #ffffff;
    cursor:         pointer;
}

#dsgvo_cookie_hint_cross:hover
{
    color:          #000000;
    text-decoration:underline;
    border-top:     solid 1px #5d6b92;
    border-right:   solid 1px #ffffff;
    border-bottom:  solid 1px #ffffff;
    border-left:    solid 1px #5d6b92;
}
