.entry-header .category-tags {
margin-bottom: 15px;
}
.entry-header .category-tags a.category-tag {
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
border: solid 1px #99bf3b;
padding: 4px 15px;	
margin: 0 6px ;
}
.header-scrolled .sticky-menu .site-logo a img, .site-logo img {
display: inline-block;
vertical-align: middle;
height: 85px;
} #cookie-notice {
color:#fff;
font-family:inherit;
font-size: 0.9em;
background:#474747 ;
padding:16px;
position:fixed;
bottom:10px;
left:10px;
width:100%;
max-width:300px;
box-shadow:0 10px 20px rgba(0,0,0,.2);
border-radius:5px;
margin:0px;
visibility:hidden;
z-index:1000;
box-sizing:border-box;
}
#cookie-notice button {
color:inherit;
background:#99bf3b;
border:0;
padding:10px;
margin-top:10px;
width:100%;
cursor:pointer;
border-radius:5px;
}
@media (max-width: 980px) {
.header-one .language-icons {
position: absolute;
right: 0;
top: 115px;	
padding: 0;
}
}
@media (max-width: 640px) {
#cookie-notice{
max-width:100%;
bottom:0;
left:0;
border-radius:0;
}
.entry-header .category-tags a.category-tag {
margin: 10px 6px;
display: block;
}
.header-one .language-icons	{
display: inline-block;
float: none;
padding: 0 0 10px 0;
position: relative;
top: 0;
right: 0;		
}
}