
header {
  text-align: center;
  background-color: #111111;
  border-radius: 12px 12px 0px 0px;
  font-family: 'Poppins', sans-serif;
  font-size: 1.9rem;
  color: #6A6A6A;
  line-height: 1.0;
  letter-spacing: 0.3px;
  font-weight: 400;
  font-variant: small-caps;
}

menu {
  background-color: #111111;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  font-family: 'Poppins', sans-serif;
  font-size: 1.9rem;
  color: #6A6A6A;
  line-height: 1.9;
  letter-spacing: 0.3px;
  font-weight: 500;
  font-variant: small-caps;
  margin-top: 0%;
}


body {
  background-color: #2D2D2D;
}


.logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20vh;
  padding: 20px;
}

.logo {
  justify-content: center;
  width: 11%;
  height: auto;
  border-radius: 20px;
  box-shadow: 20px 10px 5px rgba(0, 0, 0, 0.5);
  margin-top: 15px;
}


h2 {
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 1.1rem;
  color: #6A6A6A;
  line-height: 1.0;
  letter-spacing: 0.3px;
  font-weight: 400;
  font-variant: small-caps;
}

h3 {
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 1.4rem;
  color: #6A6A6A;
  line-height: 0.5;
  letter-spacing: 0.5px;
  font-weight: 600;
  font-variant: small-caps;
}

.silicon-seas-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 53vh;
}

.silicon_seas {
  width: 24%;
  height: auto;
  border-radius: 20px;
  box-shadow: 20px 10px 5px rgba(0, 0, 0, 0.5);
}

p {
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 0.7rem;
  color: #6A6A6A;
  line-height: 1.0;
  letter-spacing: 0.3px;
  font-weight: 400;
  font-variant: small-caps;
}

footer {
  background-color: #111111;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 0.9rem;
  padding: 20px;
  color: #4A4A4A;
  font-variant: small-caps;
  border-radius: 12px;
  margin-bottom: 2px;
}

.impressum {
  background-color: #111111;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  padding: 20px;
  font-size: 0.9rem;
  color: #4A4A4A;
  font-variant: small-caps;
}

.mailcontact {
  justify-content: center;
  width: 5%;
  height: auto;
  border-radius: 20px;
  box-shadow: 20px 10px 5px rgba(0, 0, 0, 0.5); 
}


