/* Grundlayout */
body {
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  background-color: #ffffff;
  color: #5b5b5b;
}

.container {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
}

.absperrband {
  width: 100%;
  max-width: 700px;
  margin-bottom: 40px;
}

/* Überschriften */
h1 {
  font-size: 2em;
  font-weight: 700;
  margin: 0;
}

h2 {
  font-size: 1.3em;
  font-weight: 400;
  margin-top: 10px;
  color: #7a7a7a;
}

/* Text */
p.center {
  text-align: center;
  margin: 40px 0 30px;
  font-size: 1em;
}

/* Kontaktbuttons */
.kontakt {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 50px;
}

.kontakt .btn {
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: #b2b3b3;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  padding: 12px 20px;
  border-radius: 6px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.kontakt .btn img {
  height: 24px;
  width: auto;
}

.kontakt .btn:hover {
  background-color: ##b2b3b3;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}


/* Logos */
.logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-bottom: 40px;
}

.logos img {
  height: 40px;
  width: auto;
  opacity: 0.9;
}

/* Footer */
footer {
  background-color: #fff;
  text-align: center;
  padding: 20px 10px;
  border-top: 1px solid #eee;
}

footer img {
  height: 14px;
  vertical-align: middle;
  margin-right: 4px;
}

p.lightgray{  color: #c5c6c6;}

p.footer-col{  color: #5b5b5b;}

p.small {
  font-size: 85%;
}
