/* Allgemein */
.box-shadow {
    box-shadow: 0 0.25rem 0.75rem rgba(0,0,0,0.05);
}

 #navbarMenu {
    background-color: #0c92a4 
}

#headerCarousel, .carousel-item {
    height: 500px;
}
.carousel-item img {
    min-width: 100%;
    height: 500px;
    overflow: hidden;
}

.lead {
    max-width: 600px;
}

.feature {
    padding: 100px 0px;
}

.feature-text {
    padding: 100px 0px;
}

.section-title {
    text-align: center;
}

.app-package {
    min-width: 250px;
}

/* Icons for within*/
.carousel-control-prev-icon {
     background-image: url(../img/prev-icon.png);
     width: 28px;
     height: 28px;
}
 .carousel-control-next-icon {
     background-image: url(../img/next-icon.png);
     width: 28px;
     height: 28px;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    background-size: auto;
}

figure,
figcaption {
	margin: 0;
	padding: 0;
	font-size: 1.1em;
}

#gallery {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(20em, 1fr));
	gap: 1em;
	text-align: center;
    margin-left: 25px;
    margin-right: 25px;
}

#gallery figure {
	position: relative;
	color: black;
	background: white;
}

figure img {
	width: 100%;
	display: block;
}

#gallery > figure > figcaption {
	position: absolute;
	bottom: 0;
	width: 100%;
	line-height: 3em;
	color: white;
	background: rgba(0, 0, 0, 0.3);
}

#gallery > figcaption {
	grid-column: 1 / -1;
}
