/* 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:999;

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

/* Slider Checkbox */
.n4m-switch{
  display:inline-block;
  height: 17px;
  position: relative;width:30px;
  vertical-align: middle;
}
.n4m-switch input{display:none;}
.n4m-switch-slider{
  background-color:#ccc;
  bottom:0;
  cursor:pointer;
  left:0;
  position:absolute;
  right:0;
  top:0;
  transition:.4s;}
.n4m-switch-slider:before{
  background-color:#fff;
  bottom:2px;content:"";
  height:13px;
  left:2px;
  position:absolute;
  transition:.4s;
  width:13px;
}
input:checked + .n4m-switch-slider{background-color:#02b7ea;}
input:checked + .n4m-switch-slider:before{
  transform:translateX(13px);
}
.n4m-switch-slider.round{
  border-radius:17px;
}
.n4m-switch-slider.round:before{
  border-radius:50%;
}