/* CSS-Regeln, die nur auf Displays mit einer Breite von mindestens 992px angewendet werden */

@media (min-width: 768px) {
  .nav-item-border {
    margin-right: 10px !important;
  }
}

@media (min-width: 768px) {
  #carouselExampleIndicators {
    width: 33%;
    float: left;
    margin-left: 40px;
    margin-right: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    height: 480px;
  }
}

