
@media only screen and (max-width: 768px) {
#cookieanzeige { padding-bottom: 20px!important; }
#cookieanzeigeCloser { position: relative!important; text-align: right!important; }
#cookieanzeige div { padding-right: 10px!important; }
#cookieanzeige div span { text-align: justify!important; }
}

#cookieanzeige a {}

#cookieanzeige a:hover {}

#cookieanzeige div {padding:12px; padding-right:115px;}

#cookieanzeige {
    color: #000;
    outline: 1px solid #4A4A49;
    text-align:right;
    border-top:1px solid #fff;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#fff));
    background: -webkit-linear-gradient(top, #fff 0%,#fff 100%);
    background: -o-linear-gradient(top, #fff 0%,#fff 100%);
    background: -ms-linear-gradient(top, #fff 0%,#fff 100%);
    background: linear-gradient(to bottom, #fff 0%,#fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(   startColorstr='#99a49c', endColorstr='#99a49c',GradientType=0 );
    position:fixed;
    bottom:0px;
    z-index:10000;
    width:100%;
    font-size:14px;
    line-height:16px;}

#cookieanzeigeCloser {
    color: #4A4A49;
    font: 14px/100% arial, sans-serif;
    position: absolute;
    right: 4px;
    text-decoration: none;
    top: 6px;
    cursor:pointer;
    border-top:1px solid #4A4A49;
    border-left:1px solid #4A4A49;
    border-bottom:1px solid #4A4A49;
    border-right:1px solid #4A4A49;
    border-radius: 0px;
    padding:7px 12px;
    transition: background-color 0.4s linear, border-color 0.4s linear;
    -webkit-transition: background-color 0.4s linear, border-color 0.4s linear;
    background: #99a49c; /* Old browsers */
    background: -moz-linear-gradient(top, #fff%, #fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#fff));
    background: -webkit-linear-gradient(top, #fff%,#fff 100%);
    background: -o-linear-gradient(top, #fff%,#fff 100%);
    background: -ms-linear-gradient(top, #fff%,#fff 100%);
    background: linear-gradient(to bottom, #fff%,#fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(    startColorstr='#fff', endColorstr='#fff',GradientType=0 );
}

#cookieanzeigeCloser:hover {}