@charset "UTF-8";
.container-header {
  border-bottom: 1px solid #ffffff; /* Linienstärke, Stil und Farbe */
  margin-bottom: 1px; /* Abstand unter der Linie */
}

.container-banner {
  border-bottom: 1px solid #CCAD87;
  padding-bottom: 2px;
}

.container-footer {
  border-top: 1px solid #F2DFBB;
    padding-top: 2px;
}