@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css");
main {
  overflow: hidden;
  /* SubDomains LKWs */
}
main p {
  font-size: 26px;
  padding: 0.2em;
  position: relative;
  text-align: center;
  width: 100px;
  margin-left: -210px;
  -webkit-animation: rennen linear infinite;
  animation: rennen linear infinite;
}

p:nth-of-type(1) {
  -webkit-animation-duration: 16s;
  -webkit-animation-delay: -2s;
  animation-direction: reverse;
  animation-duration: 16s;
  animation-delay: -2s;
}

p:nth-of-type(2) {
  -webkit-animation-duration: 13s;
  -webkit-animation-delay: 0;
  animation-direction: reverse;
  animation-duration: 13s;
  animation-delay: 0;
}

p:nth-of-type(3) {
  -webkit-animation-duration: 17s;
  -webkit-animation-delay: 2s;
  animation-direction: reverse;
  animation-duration: 17s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

p:nth-of-type(4) {
  -webkit-animation-duration: 14s;
  -webkit-animation-delay: 1s;
  animation-direction: reverse;
  animation-duration: 14s;
  animation-delay: 1s;
}

p:nth-of-type(5) {
  -webkit-animation-duration: 16s;
  -webkit-animation-delay: -2s;
  animation-direction: reverse;
  animation-duration: 16s;
  animation-delay: -2s;
}

p:nth-of-type(6) {
  -webkit-animation-duration: 18s;
  -webkit-animation-delay: -2s;
  animation-direction: reverse;
  animation-duration: 18s;
  -webkit-animation-delay: -4s;
          animation-delay: -4s;
}

p:nth-of-type(7) {
  -webkit-animation-duration: 17s;
  -webkit-animation-delay: -2s;
  animation-direction: reverse;
  animation-duration: 17s;
  animation-delay: -2s;
}

@-webkit-keyframes rennen {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translate(1000px);
  }
}

@keyframes rennen {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translate(1000px);
  }
}
/* Variables */
.logo img {
  height: 168px;
  display: flex;
}

footer {
  display: flex;
  justify-content: center;
}

.card {
  margin: 15px auto;
  width: 90%;
  border-radius: 21px 21px 21px 0px;
  box-shadow: 5px 4px 9px 3px rgba(0, 0, 0, 0.19);
}

.card-img-top {
  height: 20px;
}

.sm-icons {
  flex-direction: row;
}

.sm-icons .nav-link {
  padding-right: 1em;
}

.boxes-container {
  max-width: 1400px;
  margin: 40px auto 0 auto;
}
.boxes-container .box-link {
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 20px;
  flex-basis: 32%;
  border-radius: 21px 21px 21px 0px;
  box-shadow: 5px 4px 9px 3px rgba(0, 0, 0, 0.19);
}
.boxes-container .box-link:nth-child(1) {
  background-color: rgb(192, 219, 226);
}
.boxes-container .box-link:nth-child(2) {
  background-color: rgb(205, 241, 195);
}
.boxes-container .box-link:nth-child(3) {
  background-color: rgb(204, 185, 218);
}
@media (min-width: 900px) {
  .boxes-container {
    display: flex;
    justify-content: space-between;
  }
}/*# sourceMappingURL=styles.css.map */