


/* Fusszeile */
#footer {
  position: absolute;
  # position: relative;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  #top: 93%;
 # overflow: hidden;
  color: white;
  left: 0%;
  font-size: clamp(0.6em,1vw,0.8em);
  #line-height: 160px;
  background-color: #0033FF;
  /* clear: both; */
  width: 100%;
  height: 200px;
  border-color: red;
  border-top: 10px #FF0000 solid;
  text-align: right;
  padding-right: 150px;
    #margin-left:10%;
 # top: 1150px;
}  

#div.copy {
  padding-top: 4px;
  font-size:  clamp(0.6em,1vw,0.8em);
  text-indent: 10px;
  text-align: right;
  padding-right: 8%;
  color: white;
  
}

#copyright {
  position: relative;
  margin-top: 10px;
  font-family: 'Roboto',sans-serif;
  text-align: right;
  #padding-right: 250px;
  color: #FFFFFF;
  margin-left: -70px;
  overflow: hidden;
  line-height: 100%;
    /* clear: both; */
  width: 100%;
  height: 150px;
  z-index: 1000;
  
}  

