@charset "UTF-8";


@font-face {
	font-family: Univers;
	font-style: normal;
	font-weight: 300;
	src: url(/fonts/9fa24f1f-00d8-4d28-910f-78e925eaead6.woff2) format("woff2"), url(/fonts/d64e7bbc-e9ea-46ad-982c-6195ae4a3c61.woff) format("woff")
}

@font-face {
	font-family: Univers;
	font-style: italic;
	font-weight: 300;
	src: url(/fonts/aeb5cbb5-2077-4a57-88d8-1cc1e9c804e8.woff2) format("woff2"), url(/fonts/26832c6c-7609-41a6-b856-151be500486b.woff) format("woff")
}

@font-face {
	font-family: Univers;
	font-weight: 700;
	font-style: normal;
	src: url(/fonts/8a711a0d-3f17-4bfe-887b-6229858332b3.woff2) format("woff2"), url(/fonts/05a79c4b-9e9d-46e4-9d4b-610be05371c4.woff) format("woff")
}

@font-face {
	font-family: DIN;
	font-weight: 900;
	font-style: normal;
	src: url(/fonts/d6241c0e-d7b5-46c2-8d41-524b7a7c86d1.woff2) format("woff2"), url(/fonts/b02e1860-f927-4d9a-9f4f-e66d2a5760d9.woff) format("woff")
}






body {
	font-family: 'Univers', sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.4;
	background-color: #fff;
	color: #000;
}



@media (min-width: 1400px) {
	.container{
		max-width: 1140px !important;
	}
}



hr {
	border-top: 1px solid #f2f2f2;
}


.border-light {
	border-color: #f2f2f2!important;
}


strong {
	font-weight: 900;
}

.hr_white {
	height: 10px;
	width: 100%;
	background-color: #fff;
}


.bg_ci_1 {
	background-color: #32B6B5;
	color: #fff;
}

.bg_ci_2 {
	background-color: #06AAA9;
	color: #fff;
}

.bg_ci_3 {
	background-color: #006EA9;
	color: #fff;
}

.bg_hellgrau {
	background-color: #f2f2f2;
}


.btn-light {
	background-color: #d9d9d9 !important;
	border-color: #d9d9d9 !important;
}

.btn-light:hover {
	background-color: #adadad !important;
	border-color: #adadad !important;
}



section a {
	color: inherit;
	text-decoration: underline;
}

.carousel a {
	color: #fff !important;
	text-decoration: none;
}

a:hover {
	color: inherit;
}

.btn {
	text-decoration: none !important;
}




.card {
	border-radius: 0 !important;
}

.card-img {
	border-radius: 0 !important;
}

img {
	border-radius: 0 !important;
}


figcaption {
	font-size: 70% !important;
}



section {
	padding: 2em 0;
}






h1, h2, h3, h4, h5 {
	font-family: 'DIN', sans-serif;
	font-weight: 900;
}

h1 {
	font-size: 1.2em;
}

h2 {
	font-size: 1.1em;
}

h3 {
	font-size: 1.1em;
}

h4 {
	font-size: 1.1em;
}

h5 {
	font-size: 1em;
}



@media (min-width: 768px) {
	h1 {
		font-size: 1.8em;
	}

	h2 {
		font-size: 1.4em;
	}

	h3 {
		font-size: 1.2em;
	}

	h4 {
		font-size: 1em;
	}

	h5 {
		font-size: 1em;
	}
}




.navbar {
	font-weight: 700;
	font-size: 140%;
}


.navabstand {
	margin-top: 7rem;
}



.bg_img {
	background-size: cover;
	background-position: center center;
}



.carousel-caption {
	text-shadow: 0px 0px 2px #000;
	margin: 0;
	padding: 0;
}



.newsbox {
	height: 200px;
	background-color: rgba(6, 170, 169, 1);
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}

.newsbox a {
	text-decoration: none !important;
}

.newsbox:hover {
	opacity: 1;
	background-color: rgba(6, 170, 169, 0.8);
	color: #fff;
	text-decoration: none;
}






.seegeschichtenbox {
	height: 200px;
	background-color: rgba(6, 170, 169, 0.8);
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}

.seegeschichtenbox a {
	text-decoration: none !important;
}

.seegeschichtenbox:hover {
	opacity: 1;
	background-color: rgba(6, 170, 169, 1);
	color: #fff;
	text-decoration: none;
}









.eventbox {
	height: 100%;
	background-color: rgba(0, 110, 169, 1);
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}

.eventbox a {
	text-decoration: none !important;
}

.eventbox:hover {
	opacity: 1;
	background-color: rgba(0, 110, 169, 0.8);
	color: #fff;
	text-decoration: none;
}









.footer {
	background-color: #006EA9;
	padding-top: 1em;
	color: #000;
}



.ausstellungsbox {
	border: 2px solid #f2f2f2;
	padding: 1em;
	background-color: #fff;
}



.tag {
	background-color: #b5b5b5;
	font-size: 80%;
	color: #fff;
	font-weight: 700;
	line-height: 1.8;
	padding: 2px 6px;
	border-radius: 6px;
	cursor: pointer;
}

.tag:hover {
	background-color: #fff;
	color: #000;
}

.tag_active {
	background-color: #000;
}



audio {
	width: 100%;
}