@charset "UTF-8";
.navbar .btn-outline-light:hover {
  color: var(--bs-dark);
}

.header {
  background: url(../images/background-smartmobilesolutions.jpg) center center no-repeat;
  background-size: cover;
}

.body {
  background-color: var(--bs-light);
}

.icons {
  background-color: var(--bs-light);
}

.countryflag {
  height: 20px;
  width: 20px;
  margin-top: 12px;
  margin-left: 10px;
}

/* Feste Größe für den Button */
.fixed-size-button {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0; /* Entfernt zusätzlichen Innenabstand */
  overflow: hidden; /* Verhindert Überlauf von Inhalten */
}

.fixed-size-button img {
  max-width: 100%;
  max-height: 100%;
}

@media (max-width: 1000px) {
  .hero .image-container {
    display: flex;
    justify-content: center;
  }
  .hero .text-container {
    text-align: center;
  }
}
.navbar-sticky {
  opacity: 0.9;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
