/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-top: 40px;
  padding-bottom: 3rem;
  color: #5a5a5a;

}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 20px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 5rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 330px;
}
    .carousel-item > img {
  position: absolute;
    min-width: 100%;
    }


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
/*.marketing .col-lg-4 {
  margin-bottom: 0.25rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: 2.75rem;
    font-size: 1.25rem;
}
*/

/* Featurettes
------------------------- */

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

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


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (max-width: 62em) {
  /* Bump up size of carousel content */


    .carousel-caption p {
        font-size: 16px;
        bottom: 5px;
        margin-left: -10px;
    }
    .carousel-caption {
        font-size: 30px;
        bottom: 5px;
    }
    .featurette-heading {
        font-size: 20px;
    }
    .carousel-item {
        height: 200px;
        margin-bottom: 2px;
    }
    .carousel-caption h1{
        font-size: 25px;
        bottom: 5px;
        margin-left: -10px;
    }

/*        .carousel-item > img {
            position: absolute;
            max-width: 100%;
            height: auto;
        }
*/
}

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

    }
    .carousel-caption p {
        margin-bottom: 0.50rem;
        font-size: 1.50rem;
        line-height: 1.4;
    }
}
.col-md-4 p {
    margin-left: 10px;
    color: black;
}
.col-md-4 h2 {
    margin-left: 10px;
    color: black;
}
/* Button größe rechts links */
/*.carousel-control-next {
    width: 80px;
}
.carousel-control-prev {
   
    width: 80px;
}*/
