/*Allgemein*/
body {
	font-family: Yanone Kaffeesatz;
	font-size: 1.6rem;

}

.limegreen {
	color: limegreen;
}

.navbar,
.carousel {
	border-bottom: 1px solid #888;
}

/*Navigation*/

.nav-link {
	cursor: pointer;
}

.nav-link:active,
.nav-link:hover {
	color: limegreen !important;
}

.icon-link:active svg,
.icon-link:hover svg {
	color: limegreen;
}

/* Produkt Cards */

.card-image {
	height: 400px;
	background-size: cover;
	background-position: center;
}

@media (max-width: 991px) {
	.card-group {
		display: flex;
		flex-flow: column wrap;
	}
}

/* Über uns */

.about-image {
	width: 280px;
	height: 280px;
	border-radius: 50%;
	background-position: center;
	background-size: cover;
}

/*Slider*/
.slider-image {
	width: 100vw;
	height: 55vh;
	background-position: center;
	background-size: cover;
}

/*Produkte*/
.card-image {
	height: 500px;
	background-position: center;
	background-size: cover;
}

/*section*/
.section-title {
	text-align: center;
	padding: 25px;
}

.section-title {
	font: size 60px;
	font-family: Yanone Kaffeesatz;
	font-weight: 700;
	text-shadow: 0 1px 2px rgb(0, 0, 0, 0, 1);
}

.contact-form {
	background-color: #fff;
	box-shadow: color limegreen 5px 15px;
	padding: 40px 30px;
}

.contact-form .btn {
	background: limegreen;
	text-transform: uppercase;
	font-weight: 700;
	padding: 10px 50px;
	letter-spacing: 2px;
}

.map-area {
	width: 600px;
	height: 465px;
	background: #fff;
	box-shadow: limegreen 5px 15 px;
}

.map-area iframe {
	width: 100%;
	height: 100%;
	border: none;

}

/*Footer*/
.footer {
	font-family: sans-serif;
	font-size: 1rem;
	text-align: center;
	border-top: 1px solid #888;
}