body {
  padding-top: 3.5rem;
}

.my-divider {
  margin: 4rem 0; /* Space out the Bootstrap <hr> more */
}

/* fixed navbar hides content in-page-anchor */
a.anchor {
  display: block;
  position: relative;
  top: -120px;
  visibility: hidden;
}

.navbar-brand img {
  height: 25px;
  margin-top: -6px;
  /* put value of image height as your need
  float: left;
  margin-right: 7px; */
}

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 30rem;
  background-color: #777;
}

/* footer */
.footer {
  background-color: #f5f5f5;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}
/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
.marketing .col-lg-4 > ul {
  text-align: initial;
}

/* Features
------------------------- */
.features h2 {
  font-weight: 400;
}

/* Thin out the marketing headings */
.featurette-heading, .zugang-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS 
1em = 16px, 40em = 640px, 62em = 992px (Large devices), 72em = 1200px (XLarge devices)
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading, .zugang-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 3rem;
  }
}

@media (min-width: 72em) {
  .featurette-heading {
    margin-top: 5rem;
  }
}

