/* 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 */
.cookiesettings {
  position:fixed;
  left:10px;
  bottom:10px;
  width:40px;
  height:40px;
  z-index:105;  
  border-radius: 50%;
  cursor:pointer;
}
.cookiehint {
  position:fixed;
  left:0px;
  bottom:0px;
  padding:20px;
  width:calc(100% - 40px);
  text-align:center;
  line-height:2em;
  z-index:9999;
}

.uk-tooltip {
  z-index:10000; 
  border:1px solid #efefef;
  background-color:#ccc;
  color:#333;
}

/*
.cookiehint a, .cookiehint a:link, .cookiehint a:hover, .cookiehint a:visited, .cookiehint a:active, .cookiehint a:focus{
  padding:10px 15px;
  margin:0px 10px;
}

.cookiehint-neu {
  background-color:#565656;
  color:#fff;
  position:fixed;
  left:0;
  bottom:0;
  right:0;
  z-index:9998;
}
.cookiehint-neu .uk-button-cookiehint {
  background-color:#fc8205;
  border: 1px solid #fff;
  color:#fff;
}
.cookiehint-neu .uk-button-cookiehint:hover, .cookiehint-neu .uk-button-cookiehint:focus {
  text-decoration: underline;
}
*/


@media screen and (max-width:639px) {
  .notopmarginmobile { margin-top:10px!important; }
}
@media screen and (min-width:640px) {
  .notopmarginmobile { margin-top:30px!important; }
}

/* 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:#ffa300;}
input:checked + .n4m-switch-slider:before{
  transform:translateX(13px);
}
.n4m-switch-slider.round{
  border-radius:17px;
}
.n4m-switch-slider.round:before{
  border-radius:50%;
}