/* GLOBAL STYLES
-------------------------------------------------- */

/* 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 {
    max-height: 32rem;
}


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

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

/* rtl:begin:ignore */
.marketing .col-lg-4 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 */

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

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

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

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

/* My tweaking */


.carousel-image {
    width: 100%;
}

.carousel-caption {
    position: absolute;
    right: 4%;
    top: 1.25rem;
    left: 4%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
    width: 38%;
}

.carousel-caption-right {
    position: absolute;
    right: 4%;
    top: 1.25rem;

    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: right;
    width: 38%;
}

.carousel-caption .left-p {
    font-size: 1rem;
}

.carousel-caption-right .right-p {
    position: absolute;
    right: 0;
    font-size: 1rem;
    text-align: right;
}

@media (max-width: 800px) {
    .left-p {
        display: none;
    }
    .right-p {
        display: none;
    }
}

.circle {
    width: 140px;
    height: 140px;
    background-color: #cff4fc; /* Farbe des Kreises */
    border-radius: 50%; /* Rundform */
    display: flex;
    justify-content: center; /* Horizontale Zentrierung */
    align-items: center; /* Vertikale Zentrierung */
    font-size: 64px; /* Schriftgröße des Buchstabens */
    color: #1d5089; /* Farbe des Buchstabens */
}

.feature-img {
    max-width: 500px;
    max-height: 500px;
}
