

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}
.carousel-control-prev-icon {
     background-image: url("../Images/links.png");
     width: 40px;
     height: 40px;
}
 .carousel-control-next-icon {
     background-image: url("../Images/rechts.png");
     width: 40px;
     height: 40px;
}

