/* Move down content because we have a fixed navbar that is 3.5rem tall */
body {
  padding-top: 3.5rem;
}

.jumbotron {
	background: url(../image/wasser_background.png) no-repeat 100%/100%;
	height: 65px;
	border-bottom-right-radius: 50% 15%;
	border-bottom-left-radius: 50% 15%;
	border-bottom-right-radius: 50% 15%;
	border-top-right-radius: 0 0;
	border-top-left-radius: 0 0;
}

.jumbotron img {
	/*background-color: rgba(0,94,132, 0.4);
	border-top-right-radius: 50% 50%;*/
}

@media ( min-width : 576px) {
	.jumbotron {
		height: 200px;
	}
}
@media ( min-width : 1200px) {
	.jumbotron {
		height: 250px;
	}
}


#teaser dl {
	font-size: 1.25rem;
	line-height: 1.5rem;
}

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

.featurette img {
	padding: 5px;
	background-color: white;
	border: 1px solid  #d5d5d5;
	box-shadow: 6px 6px 10px #888888;
}
