/* css für cookie hinweis */ 

#cookie_hinweis, #cookie_hinweis:hover {
    background: linear-gradient(#8CB756, #70A52D);
    background: -webkit-linear-gradient(#8CB756, #70A52D);
    background: -o-linear-gradient(#8CB756, #70A52D);
    background: -moz-linear-gradient(#8CB756, #70A52D);
    border-radius: 5px;
    border: none;
    height: 30px;
    width: 50px;
    color: #ffffff;
}

#cookie_hinweis:hover {
    background: rgba(0, 0, 0, 0) linear-gradient(#70A52D, #8CB756) repeat scroll 0 0;
}

#google_analytics_hinweis a {
    color: #FFFFFF;
}

/* data-protection and disclaimer */
#cms_disclaimer{
    padding:20px 20px 60px;
}
#cms_disclaimer a {
    text-decoration: none;
    font-family: Verdana;
    font-size: 11px;
    color: #000000;
}

.cms_data_protection_link_outer,
.cms_disclaimer_link_outer {
    width: 50%;
    display: inline-block;
}
.cms_data_protection_link_outer {
    text-align: right;
}

.cms_disclaimer_link_outer {
    text-align: left;
}

.cms_data_protection_link_inner {
    padding-right: 10px;
}

.cms_disclaimer_link_inner {
    padding-left: 10px;
}
