body {
	padding-top: 3.25rem;
}

#overlayStripe {
	display: none;
}


.jumbotron {
    text-align: center;
	
	background-image: -webkit-linear-gradient(top left, #FFFFFF 0%, #A9BDD5 100%);
	background-image: -ms-linear-gradient(top left, #FFFFFF 0%, #A9BDD5 100%);
	background-image: -moz-linear-gradient(top left, #FFFFFF 0%, #A9BDD5 100%);
	background-image: -o-linear-gradient(top left, #FFFFFF 0%, #A9BDD5 100%);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #FFFFFF), color-stop(1, #A9BDD5));
	background-image: -webkit-linear-gradient(top left, #FFFFFF 0%, #A9BDD5 100%);
	/* behaviour: expression( jQuery(this).wrapInner('<div class="ie-wrap"/>').prepend('<div class="ie-gradient"/>')); */
	
	/* styles for background-image in the jumbotron */
	background-position: center center;
	background-repeat: no-repeat; 
	background-size: cover;
	
	padding: 1rem;
}

/* Title Image(s) for Jumbotrons */
.jumbotron.v1 {
	background-image: url("../images/title.jpg");
}

.jumbotron.v1 hr {
box-shadow: rgba(255,255,255,0.75) 1px 1px;
}

.jumbotron h1, 
.jumbotron p {
	text-shadow: 1px 2px 0px rgba(255,255,255,0.75);
}

.jumbotron p span {
	background:  rgba(255,255,255,0.75);
	padding: 2px 5px;
}



/* the main wrapper for "common content-pages"  */
#contentwrapper, .contentwrapper {
	width: auto !important;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

/* Accordion */
.accordion .card-header button.btn-link {
	white-space: normal !important;
	text-align: left;
}



/* Sponsor Links */
#sponsoren .image-container img {
	max-height: 100%;
	width: auto;
	max-width: 275px;
	padding: 10px;
}

#sponsoren .image-container {
	height: 65px;
	transition: all 1s;
	margin: 10px 10px 0px 0px;
	border-radius: 5px;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: 0.85;
	background-color: rgba(255,255,255,0.55);
}

#sponsoren .image-container:hover {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);	
	background-color: rgba(255,255,255,0.75);
	opacity: 1.0;
}