
/* Footer entfernen */
.site-info {
  display: none;
  visibility: hidden;
}

.copyright { 
  display: none;
  visibility: hidden;
}

.error404 {
  /*height: 26px;*/
  padding: 10px;
  background-color: darkred;
  color: rgba(255,255,255, 0.8);
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
  border-bottom: 2px solid #fff;
}

.dg_fullscreen {
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  overflow: auto;
  background: lightgray;
  z-index: 999990;
  position: fixed;
  max-height: 100%;
}

.dg_centered {
  position: absolute; /* or absolute */
  /*top: 50%;*/
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -0%);
}


#cookie-notice {
  background-color: #000000C0!important;
}

#cn-notice-text {
 font-size:1.3em
}

#cn-notice-text a {
 color:white
}