.nav-item {
    font-size: x-large;
    position: relative;
}
.nav-item a:hover {
    color: var(--mbl_darkblue);
}
.navbar-nav li.active a::after {
    content: '';
    position: absolute;
    display: inline-block;
    left: 0;
    right: 0;
    bottom: -0.1rem;
    height: 0;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    border: 3px solid #00e3c7;
    border-radius: 10px;
}
.navbar-brand img {
    max-width: 200px;
}

body {
    background-image: url("../images/pink_robot.jpg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top center;
}

.row ul {
    margin-left: 2rem;
}

section {
    background-color: transparent;
}
section > .container {
    background-color: var(--bs-light);
    padding-top: 50px;
    padding-bottom: 50px;
}

footer img {
    max-height: 100px;
    max-width: 300px;
    object-fit: contain;
}

/* Customer references */
.reference-card {
  width: 100%;
  margin: 1.5rem 0;
  padding: 1rem;
  border: 2px solid #e0e0e0;
  border-radius: 12px;
  background-color: white;
}
.reference-card blockquote {
    text-align: center;
    font-weight: italic, bold;
    font-size: 24px;
}
.reference-card > center {
    font-size: 18px;
}
.reference-card > img {
    max-height: 100px;
    width: auto;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
}

/* Technology picture */
.symbolbild {
    height: auto;
    width: 200px;
    border-radius: 50%;
}
.technology-card {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 1.5rem 0;
  padding: 1rem;
  border: 2px solid #e0e0e0;
  border-radius: 12px;
}

.technology-card h2,
.technology-card p {
  flex: 0 0 80%;
  margin: 0;
}
.technology-card .tech-image {
  flex: 0 0 20%;
  height: auto;
  object-fit: cover;
}

.partner-logo {
    max-height: 50px;
    width: auto;
}
