#header_siegel { 
  position:absolute; 
  top:16px; 
  right:-5px; 
  width:65px; 
}
#footer_siegel { 
  display:none;
}

@media screen and (max-width:1042px) {
  #header_inner {
    padding-right:120px;
  }
  #header_siegel { 
    right:20px;  
  }
}

@media screen and (max-width:480px) {
  #header_inner {
    padding-right:0;
  }
  #header_siegel { 
    display:none; 
  }

  #footer_right {
    width: 84.375%;
    padding-left: 7.8125%;
    padding-right: 7.8125%;
  }
  #footer_kontakt {
    float: left;
    text-align: left;
  }

  #footer_siegel { 
    display:block;
    right:15px;
    position:absolute; 
    margin-top:10px; 
    width:65px; 
  }
}

@media screen and (max-width:380px) {
  #footer {
    font-size: 0.7rem;
  }

  #footer_siegel {
    margin-top:0;
  }
}

