body {
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar {
  margin-bottom: 20px;
}

.jumbotron {
 background-color: hsla(0, 0%, 88%, 0.8);
}

.carousel-caption {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	background: rgba(0,0,0,0.4);
}

.carousel-indicators
{
	bottom: -50px;
}

.carousel {
	margin-bottom: 50px;
}

.carousel-indicators li
{
	border-color: black;
}

.rezeptWrapper {
	margin-bottom: 30px;
	margin-right: 10px;
	width: 49%;
	float: left;
	display: inline-block;	
}

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

.rezept {
	border: solid 1px;
    width: 100%;
}

.overlay {
	display: none;
	position: absolute;
	top: 0;	left: 0; right: 0; bottom: 0;
	background-color: rgba(0, 0, 0, 0.6);
	cursor: pointer;
	z-index: 2000;
	text-align: center;
}

.overlay img {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	max-width: 85%;
	max-height: 95%;
}

.overlay .alignHelper {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.clearfix {
	clear: both;
	height: 0px;
	width: 100%;
	display: block;
}

@media only screen and (max-width: 1200px) {
  .rezeptWrapper {
    width: 100%;
  }
}