body {
  overflow-x: hidden;
}

.navbar .nav-link {
  font-size: 14px;
  text-transform: uppercase;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  margin-left: 2px;
}

.navbar .nav-item.active {
  border-left: #444 3px solid;
}

.blue-background {
  background-color: #e3f2fd;
}

.pink-background {
  background-color: #fde3eb;
}

.orange-background {
  background-color: #fdf9e3;
}

.navbar .nav-item.active {
  border-left: #fdece3 3px solid;
}

.carousel-item {
  height: 450px;
}

.carousel {
  margin-left: -15px;
  margin-right: -15px;
}
.carousel-inner {
  height: 450px;
}
.carousel-caption-shadow {
  text-shadow: 1px 1px black;
}
.carousel-caption {
  bottom: 15% !important;
}
.carousel-inner .item {
  height: 100%;
}
.carousel-inner .item img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.carousel-image-1 {
  background: url("../img/image1.jpg");
  background-size: cover;
}

.carousel-image-2 {
  background: url("../img/apple.jpg");
  background-size: cover;
}

.carousel-image-3 {
  background: url("../img/black.jpg");
  background-size: cover;
}

.carousel-image-4 {
  background: url("../img/online-nachhilfe.jpg");
  background-size: cover;
}

.info {
  position: relative;
  min-height: 320px;
  background: url("../img/narrative.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  color: black;
}

.light-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(253, 249, 227, 0.5);
}

#page-header {
  height: 200px;
  background: url("../img/image1.jpg");
  background-position: 0 -360px;
  background-attachment: fixed;
  color: #fff;
  border-bottom: 1px #eee solid;
  padding-top: 50px;
}

.about-img {
  margin-top: -50px;
}

#faq .card {
  border: #444;
}

#faq a {
  color: black;
  text-decoration: none;
}

#faq .card-header {
  background: #e3f2fd;
}

#faq .card-body {
  background: #fde3eb;
}

#main-footer {
  background: #e3f2fd;
}

.ribbon {
  background-size: 25%;
  background-repeat: no-repeat;
  background-image: url(/img/rib.png);
  background-position: top right;
}
