body {
	padding: 0;
	margin: 0;
	background: #bac7cf;
	min-width: 360px;
}

body h1 {
	font-family: 'Courier';
	font-weight: 900;
}

.navbar {
	background-color: #b3dfff;
}

.nav-link {
	margin-right: 2em !important;
}

.navbar-collapse {
	justify-content: flex-end;
}

a.nav-link {
	padding-left: 1em !important;
}

.header {
	position: relative;
	background-image: url("../images/headerback.jpg");
	background-size: cover;
	background-position: center;
	min-height: 100vh;
}

.overlay {
	position: absolute;
	min-height: 100%;
	min-width: 100%;
	left: 0;
	top: 0;
	background: rgba(244, 244, 244, 0.79);
}

.description {
	position: absolute;
	top: 30%;
	margin: auto;
	padding: 2em;
}

.description h1 {
	color:#2a2ab0;
}

.description p {
	color:#1c1c69;
	font-size: 20px;
	width: 80%;
	line-height: 1.5;
}

.description a {
	border:2px  solid #7878ff;
	background:#b3dfff;
}

.about {
	padding: 1em;
	padding-bottom: 0;
	min-height: 100vh;
}

.about h1 {
	font-size: 80px;
	color:#2a2ab0;
	margin: 1em;
}

.about img {
}

.about span {
	display: block;
	color: #2a2ab0;
	position: absolute;
	left: 115px;
}

.about .desc {
	padding: 2em;
}

.about .desc h3 {
	color: #2a2ab0;
}

.about .desc p {
	line-height:2;
	color:#888;
}

.albums {
	padding-left: 10vw;
	padding-right: 10vw;
	background: #dff2f2;
	position: relative;
	min-height: 100vh;
}

.albums .container-fluid {
	padding: 2em 0;
}

.albums .container-fluid .row {
	padding-top: 3vh;
	padding-bottom: 5vh;
}

.albums h1 {
	padding-top: 1.5em;
	font-size: 60px;
	color:#2a2ab0;
}

.albums h2 {
	color:#2a2ab0;
	padding: 5vh;
	padding-bottom: 3vh;
}

.albums .vid {
	padding: 1em;
	position: relative;
}

.albums .vid .embed-responsive {
	/*position: absolute;*/
	top: 50%;
	transform: translateY(-50%);
}

@media only screen and (max-width: 991px) {
	.albums .desc {
		border-top: 4px solid #10828C;
		line-height: height - 8vw;
		padding-left: 1em;
		padding-right: 1em;
	}
}

@media only screen and (min-width: 992px) {
	.albums .desc {
		border-left: 4px solid #10828C;
	}
}

.albums .desc {
	position: relative;
	margin-top: 1vw;
	margin-bottom: 1vw;
	padding-top: 1vw;
	padding-bottom: 1vw;
	padding-left: 4vw;/*
	padding: 4vw;*/
}

.albums .card {
	background: rgba(179, 223, 255, 0.29);
}

.albums .card h5 {
	margin-bottom: 4vh;
}

.albums .card p {
	margin-bottom: 4vh;
}

.albums .card a {
	border: 2px  solid #7878ff;
	background:#b3dfff;
	color: #1c1c69;
}

.news {
	padding-left: 10vw;
	padding-right: 10vw;
	text-align: center;
	min-height: 100vh;
}

.news h1 {
	padding-top: 1.5em;
	font-size: 80px;
	color:#2a2ab0;
}

.news .carousel {
	margin-top: 10vh;
	border: 3px solid #717273;
	border-radius: 0.25em;
	background-color: #cacaca;
}

.news .carousel .carousel-item {
	height: 35vh;
	position: relative;
	text-align: center;
}

.news .carousel-item img {
	position: absolute;
	object-fit: cover;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	min-height: 35vh;
}

.news .carousel .carousel-caption {
	color: #b3dfff;
	font-weight: bolder;
}

.news .carousel-item.news-1 .carousel-caption {
	color: #3f6f93;
	text-shadow: 1px 1px 1px white;
}

.news .carousel-item.news-1 img {
	max-height: 100%;
	max-width: 100%;
	object-fit: scale-down;
}

.news .carousel-item.news-2 .carousel-caption {
	font-size: 20px;
	color: black;
	text-shadow: 1px 1px 7px white;
}

.news .carousel-item.news-2 img {
	top: 45%;
	min-height: 40vh;
}

.news .carousel-item.news-3 .carousel-caption {
	/*color: #3f6f93;*/
	text-shadow: 1px 2px 10px black;
}

.news .carousel-item.news-3 img {
}

@media only screen and (max-width: 575.98px) {
	.news .carousel .carousel-caption {
		top: 50%;
		font-size: 12px !important;
	}
}

.news h3 {
	color:#2a2ab0;
	padding: 4vh 0;
}

.news a.btn {
	border: 2px  solid #7878ff;
	background:#b3dfff;
	color: #1c1c69;
	display: inline-block;
	width: 200px;
	margin-top: 5vh;
	margin-bottom: 5vh;
}

footer {
	padding-top: 3vh;
	padding-bottom: 0;
	background-color: #b3dfff;
}

.copyright {
	font-size: 12px;
}

.copyright,  .impressum {
	text-align: center;
	padding: 1px;
}

.sozial {
	margin-top: 1vh;
	margin-bottom: 1vh;
}

.sozial ul.row {
	padding: 0;
}

.sozial .row li {
	margin: 1em auto;
	text-align: center;
	list-style-type: none;	
}

.sozial .row .media-logos {
	width: 40px;
	height: 40px;
}

@media only screen and (max-width: 991.98px) {
	.sozial .row .media-logos {
		width: 30px;
		height: 30px;
	}
}

.mail {
	margin-top: 2vh;
	color:#2a2ab0;
  padding: 0;
}

.mail p {
	text-align: center;
	margin-left: auto;
	font-size: 12px;
}
