/* PIWIK-IFRAME */
.responsive-piwik iframe {
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
}
.responsive-piwik {
  position:relative;
  padding-bottom: 25%;
  padding-top:0px;
  height:0px;
  overflow:hidden;
  margin:0px 0px 10px 0px;
}

/* COOKIE-HINT */
.cookiehint {
  position:fixed;
  left:0px;
  bottom:0px;
  padding:20px;
  width:100%;
  text-align:center;
  line-height:2em;
  z-index:9999;

}
.cookiehint a, .cookiehint a:link, .cookiehint a:hover, .cookiehint a:visited, .cookiehint a:active, .cookiehint a:focus{
  padding:10px 15px;
  margin:0px 10px;
}