/*#content .copyright {
  position: absolute;
  top: 0;
  right: 15px;
  padding: 2px 4px 2px 4px;
  font-size: 70%;
  background-color: rgba(0,0,0,0.5);
  color: #ccc;
}*/

#content .h3-grid {
  margin-top: 10px;
}

/* ANPASSUNG FÜR NEWSBEITRAG MIT SPRACHKÜRZEL */
#content time {
    display: none !important;
    visibility: hidden !important;
}
#content h1#newsitem-title {
    color: #003362;
}


/* Anpassung Copyright*/
#content .container-copyright {
  position: relative;
}

#content .bottomright-copyright {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 70%;
  background-color: rgba(0,0,0,0.3);
  color: #DADADA;
  padding: 2px 4px 2px 4px;
}

#content .img-copyright { 
  width: 100%;
  height: auto;
}