body {
    margin: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color: #ffffff;
    font-weight: 300;
}

.fixed-top-bar{
  position: fixed;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background-color: #0c3a76;
  z-index: 9999;

  display: flex;
  justify-content: center;
  align-items: center;
}

.smallImg{
  height: 30vh;
  display: flex;
  justify-content: center;
  align-items: center;
}


.smallImg img {
  width: 200px; 
}

.headline-box {
  display: flex;      
  padding: 8px 16px;               
  background-color: #b6c2f8; 
}

.small-boxesUe {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.beschreibung{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 160vh;
  width: 145vh;
}

.ueberschriftTextProdukt{
  color: #0056b3;
  font-size: 20px;
}

/* Products-allg Seite */
.container {
  margin: 40px auto 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
} 

.box {
  width: 100%;
  background-color: #f5f5f5;
  border-radius: 10px;
  padding: 20px;
  gap: 15px;
  display: flex;
  align-items: center;
  transition: transform 0.2s;
}

.box-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.box img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 5px;
}

.large-box img {
  width: 120px;
  height: 120px;
}

.large-box h2 {
  font-size: 1.5rem;
  color: #0c3a76;
}

.small-boxes {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.small-box h3 {
  font-size: 1.1rem;
  color: #0c3a76;
}

.text{
  display: flex;
  align-items: center;
}

.section {
  margin-bottom: 20px;
  color: #000000;
  font-size: 20px;
  padding-left: 20px;
}

/* aboutUs */
.black{
  color: #000000;
  font-size: 20px;
  padding-left: 20px;
  padding-right: 8px;
}