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

body {
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: rgb(var(--bs-tertiary-color-rgb));
}


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

/* 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: 32rem;
  background-repeat: no-repeat;
}

/* Carousel color stay the same if light or dark */
[data-bs-theme=dark] #myCarousel,
[data-bs-theme=light] #myCarousel,
[data-bs-theme=dark] #myReference,
[data-bs-theme=light] #myReference {
  --bs-carousel-indicator-active-bg:#000;
  --bs-carousel-caption-color:#000;
  --bs-secondary-color: rgba(33,37,41,.75);
  --bs-carousel-control-icon-filter:invert(1) grayscale(100);
  --bs-heading-color: rgb(33,37,41);
  --bs-body-color: #000;
}

[data-bs-theme=dark] #myCarousel,
[data-bs-theme=light] #myCarousel{
  filter: drop-shadow(2px 2px 0px white);
}
/* Person images */
#carouselPerson_1{
  background-image: url(../img/SVG/Personen_1.svg);
  background-position: left bottom;
  background-size: 350px;
}

#carouselPerson_2{
  background-image: url(../img/SVG/Personen_2.svg);
  background-position: right top;
  background-size: 250px;
}

#carouselPerson_3{
  background-image: url(../img/SVG/Personen_1.svg);
  background-position: center top;
  background-size:  300px;
}

/* Backround Image of the Carousel */
#myCarousel,
#myReference{
  background-image: url(../img/SVG/Dreieckig.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
}

#myReference{
  background-position: top left;
  background-size: 200%;
}
/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-3 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.reference .col-lg-3 {
  margin-bottom: 1.5rem;

}
/* rtl:begin:ignore */
.marketing .col-lg-3 ul li{
  text-align: left;
}
.marketing .col-lg-3 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
/* rtl:end:ignore */


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

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

/* Thin out the marketing headings */
/* rtl:begin:remove */
/* .featurette-heading {
  letter-spacing: -.05rem;
} */

/* rtl:end:remove */
/* [data-bs-theme=light] .bg-colored{
  background-color: rgba(86,131,139,.6);
}

[data-bs-theme=dark] .bg-colored{
  background-color: #396179;
} */

.bg-colored{
  background-color: #396179;
}

.bg-colored a:not(.btn){
  color: #fff !important;
  text-decoration-color: inherit;
}

.bg-colored a:not(.btn):hover{
  color: #ccc !important;
}

.dreieck {
  height: 40px;
  background-repeat: no-repeat;
  background-size: 100% 40px;
}
[data-bs-theme=dark] .dreieck {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg id="dreieck" xmlns="http://www.w3.org/2000/svg" width="1080" height="100" viewBox="0 0 1080 100" preserveAspectRatio="none"><defs><style>.cls-1{fill:rgb(33,37,41);}</style></defs><polygon class="cls-1" points="0 0 1080 0 0 100 0 0"/></svg>'); 
}
[data-bs-theme=light] .dreieck {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg id="dreieck" xmlns="http://www.w3.org/2000/svg" width="1080" height="100" viewBox="0 0 1080 100" preserveAspectRatio="none"><defs><style>.cls-1{fill:rgb(255,255,255);}</style></defs><polygon class="cls-1" points="0 0 1080 0 0 100 0 0"/></svg>'); 
}

/* change sup */
sup{
  top: +.5em;
}

/* Social Media */
#bd-social a:hover{
  transform: translate3d(+.125rem, 0, 0);
}

@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 {
    font-size: 50px;
  }
}

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