html, body {
	height: 100%;
	-webkit-font-smoothing: antialiased;
	font-family: 'Open Sans', sans-serif;
	color: #4b4b4d;
	font-size: 16px;
	font-weight: 300;
}

@media only screen and (max-width: 780px) {
	body {
		font-size: 16px;
	}
}

a {
	color: #bb181d;
	text-decoration: none;
}

a:hover {
	color: #bb181d;
	text-decoration: underline;
}

.row {
	margin-left: 0px;
	margin-right: 0px;
}

/* Wrapper for page content to push down footer */

#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	/* Negative indent footer by its height */
	margin: 0 auto -40px;
	/* Pad bottom by footer height */
	padding: 0 0 40px;
}

/* Set the fixed height of the footer here */

#footer {
	height: 50px;
	margin-top: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #bb181d;
}

/* Custom page CSS
-------------------------------------------------- */

.newsbox {
	position: absolute;
	top: 30px;
	left: 10%;
	width: 80%;
	background-color: rgba(30, 30, 30, 0.9);
	color: #fff;
	padding: 50px;
	text-align: center;
	z-index: 9999;
	display: none;
}

@media (max-width: 991px) {
	.newsbox {
		width: 90%;
		left: 5%;
	}
}

.newsbox h2 {
	margin: 0 0 10px 0;
	color: #fff;
	font-weight: bold;
}

.newsbox a, .newsbox a:hover {
	text-decoration: none;
	color: #aaa;
	font-weight: bold;
}

.newsbox p {
	text-align: center;
}

.newsbox img {
	width: 100%;
	max-width: 730px;
	height: auto;
}

#wrap>.container {
	padding: 60px 15px 0;
}

.container .credit {
	margin: 20px 0;
}

table {
	width: 100%;
}

table.default {
	width: 100%;
}

table.default tbody tr:nth-child(2n+2) {
	background: #f4f4f4;
}

table.default td {
	padding: 0.5em 1em 0.5em 1em;
}

table.default th {
	text-align: left;
	font-weight: 400;
	padding: 0.5em 1em 0.5em 1em;
}

table.default thead {
	background: #484d55;
	color: #fff;
}

table.default tfoot {
	background: #eee;
}

table tr td.month {
	background: #eee;
	vertical-align: top;
}

table tr td {
	padding: 10px;
	border-bottom: 1px solid #eee;
	vertical-align: top;
}

.row {}

#footer {}

#footer a {
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
}

.navbar-brand {
	color: #000000;
	text-transform: uppercase;
	border-right: 1px solid #efefef;
}

.name {
	font-weight: 700;
	color: #bb181d;
}

h1, h2, h3, h4 {
	color: #bb181d;
	font-weight: 300;
	font-family: "Open Sans", sans-serif;
	text-transform: uppercase;
}

h1, h2 {
	font-size: 36px;
}

@media only screen and (max-width: 780px) {
	h1, h2 {
		font-size: 20px;
	}

	h3 {
		font-size: 15px;
	}
}

.lead {
	font-weight: 400;
	text-align: center;
}

@media only screen and (max-width: 780px) {
	.lead {
		font-size: 20px;
	}
}

header h1, header h2, header h3 a, header a, header a:hover {
	color: #ffffff;
	font-weight: 300;
	text-decoration: none;
	text-shadow: 2px 2px 2px #666666;
	margin: 50px 0 0 0;
}

@media only screen and (max-width: 780px) {
	header h1, header h2, header h3 a, header a, header a:hover {
		color: #ffffff;
		font-weight: 300;
		text-decoration: none;
		text-shadow: 2px 2px 2px #666666;
		margin: 20px 0 0 0;
	}
}

.page-header {
	border: none;
	margin: 40px 0 20px;
	padding-bottom: 9px;
}

@media (max-width: 768px) {
	.page-header {
		margin: 20px 0;
	}
}

.topic {
	margin-bottom: 100px;
	/* text-align: justify; */
}

p {
	text-align: justify;
}

.milestone {
	margin-bottom: 50px;
}

.mediabox {
	text-align: center;
}

#footer>.container {}

@media (min-width: 767px) {
	.navbar-nav.nav-justified>li {
		float: none;
	}
}

.navbar-nav {
	margin: 0;
}

/* customize nav style */

.navbar {
	border: none;
	margin-bottom: 0;
	position: relative;
	min-height: inherit;
}

.navbar-static-top {
	border-top: 3px solid #bb181d;
	z-index: 1000;
	background: none;
	background-color: transparent !important;
	background-attachment: scroll;
	background-clip: border-box;
	background-color: transparent !important;
	background-image: none;
	background-origin: padding-box;
	background-position: 0 0;
	background-repeat: repeat;
	background-size: auto auto;
}

.navbar-nav>li>a {
	padding-bottom: 15px;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 20px;
	text-transform: uppercase;
	color: #4b4b4d;
}

.navbar-nav>li.active>a {
	color: #bb181d;
}

.nav-justified>li>a {
	margin-bottom: 0;
}

.nav-justified>li>a {
	margin-bottom: 0px;
	text-align: center;
}

.navbar-collapse.in {
	/*3.0.2 bug workaround*/
	overflow-y: visible;
}

.navbar-toggle {
	outline: 0;
}

.navbar-toggle .icon-bar {
	background: #bb181d;
}

.divider {
	height: 100px;
}

@media (max-width: 768px) {
	.divider {
		height: 70px;
	}
}

.panel-default {
	border-color: #fff;
}

.panel {
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
	margin-bottom: 20px;
	padding: 10px;
}

.scroll-top {
	position: fixed;
	bottom: 0;
	right: 6%;
	z-index: 100;
	background: #eeeeee;
	font-size: 16px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	padding: 0 5px;
}

.scroll-top a:link, .scroll-top a:visited {
	color: #222;
}

.img-header {
	padding: 20px;
	background-color: rgba(255, 255, 255, .9);
	color: #bb181d;
	font-size: 32px;
}

@media only screen and (max-width: 991px) {
	.img-header {
		font-size: 18px;
	}
}

section {
	color: #ffffff;
	min-height: 600px;
	height: auto !important;
	height: 100%;
	padding-top: 240px;
}

@media only screen and (max-width: 991px) {
	section {
		min-height: 300px;
		padding-top: 50px;
	}
}

@media only screen and (max-width: 768px) {
	section {
		min-height: 200px;
		padding-top: 40px;
	}
}

.logo-link {
	margin-right: 30px;
}

.logo-trans {
	opacity: 0.5;
}

.logo-trans:hover {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	outline: none !important;
	opacity: 1.0;
}

.shadow {
	box-shadow: 0 0 5px #444444;
}

a.galerie, a.galerie:hover {
	text-decoration: none;
	border: none;
}

a.galerie img {
	border: 3px solid #fff;
	box-shadow: 0 0 5px 0 #999;
	width: 100px;
	display: inline-block;
}

img#spendentafel {
	width: 100%;
	margin-top: 20px;
	box-shadow: 0 0 5px 0 #999;
}