@charset "UTF-8";
nav {
  background-color: #B9C8D1;
}
nav .container .navbar-brand {
  color: #fff;
}
nav .container #navbarNav .navbar-nav li a {
  font-size: large;
  color: #000;
}
nav .container #navbarNav .navbar-nav li :hover {
  font-weight: lighter;
}

.übermich h1 {
  color: #000;
}
.übermich .content .image-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}
.übermich .content .bildAndy {
  max-height: 40vh;
  max-width: 100%;
}
.übermich .content .lead {
  color: #000;
}
@media (max-width: 768px) {
  .übermich .content .content {
    flex-direction: column;
  }
}

.footer {
  background-color: #383838;
  color: #fff;
}
.footer .row .col-md-3 .sections li {
  list-style: none;
}
.footer .row .col-md-3 .sections li a {
  color: #fff;
  text-decoration: none;
}
.footer .row .col-md-3 .sections li :hover {
  color: #B9C8D1;
  font-weight: bold;
}
.footer .row .col-md-3 .contacts li {
  list-style: none;
}
.footer .row .col-md-3 .contacts li a {
  color: #fff;
  text-decoration: none;
}
.footer .row .col-md-3 .contacts li :hover {
  color: #B9C8D1;
  font-weight: bold;
}
.footer .row .col-md-3 .support li {
  list-style: none;
}
.footer .row .col-md-3 .support li a {
  color: #fff;
  text-decoration: none;
}
.footer .row .col-md-3 .support li :hover {
  color: #B9C8D1;
  font-weight: bold;
}
.footer .row .col-md-3 .socials li {
  list-style: none;
}
.footer .row .col-md-3 .socials li a {
  color: #fff;
  text-decoration: none;
}
.footer .row .col-md-3 .socials li :hover {
  color: #B9C8D1;
  font-weight: bold;
}
.footer .footer-bottom {
  background-color: #000;
  position: relative;
}
.footer .footer-bottom .footer-bottom__copyright a {
  text-decoration: none;
}
.footer .footer-bottom .footer-logo {
  position: absolute;
  right: 20px;
  bottom: 10px;
  width: 100px;
  height: auto;
}/*# sourceMappingURL=about.css.map */