.title {
  color: green;
}

/* KabelITCBQ-Book lokal einbinden (Beispiel: fonts/kabel.woff2) */
@font-face {
  font-family: 'KabelITCBQ-Book';
  src: url('fonts/KabelITCBQ-Book.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

/* Footer */
footer {
  background-color: #1e2b4a;
  color: white;
  padding: 1rem 1rem;
  margin-top: auto;
}

.footer-container {
  font-family: Inter, sans-serif;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1400px;
  margin: auto;
}

.footer-column {
  flex: 1 1 200px;
  margin: 1rem;
}

.footer-column1 {
  flex: 1 1 200px;
  margin-right: 3rem;
  margin-top: 33px;

}

.footer-column1 h4 {
  flex: 1 1 200px;
  margin-bottom: -10px;
  margin-top: 20px;
}

.footer-column2 {
  flex: 1 1 200px;
  margin-right: 3rem;
  margin-top: 40px;

}

.footer-column2 h4 {
  flex: 1 1 200px;
  margin-bottom: -10px;
  margin-top: 20px;
}

.footer-logo img {
  margin-top: 90px;
  max-height: 70px;
}

.footer-links {
  display: block;
  color: white;
  text-decoration: none;
  margin-top: 90px;
}

.footer-links a {
  display: block;
  color: white;
  text-decoration: none;
  margin-top: 10px;
}

.footer-links a:hover {
  text-decoration: underline;
}

/* Elementer aus dieser Klasse werden nicht angezeigt */
.hidden {
  display: none;
  visibility: hidden;
}

/* Overlay to disable the wohle site. */
.overlay {
  position: fixed;
  /* Bleibt beim Scrollen sichtbar */
  top: 0;
  left: 0;
  width: 100vw;
  /* Volle Breite */
  height: 100vh;
  /* Volle Höhe */
  background-color: rgba(0, 0, 0, 0.5);
  /* Halbtransparentes Schwarz */
  z-index: 5000;
  /* Ganz oben */
  display: flex;
  /* Zentrierung möglich */
  justify-content: center;
  align-items: center;
}

.mobile-text {
  display: none;
}
.desktop-text {
  display: block;
}

.mobile-button {
  display: none;
}
.desktop-button {
  display: inline-block;
}
