@font-face {
  font-family: 'Germinale Regular';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/Germinale-Regular.ttf') format('truetype');
}
.fancy-text {
	font-family: 'Germinale Regular';
	letter-spacing: 0.066em;
}

html {
  font-family: 'Courier New';
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

.wrap > .container {
    padding: 0px 15px 20px;
}

a {
	color: #23527c;
}

a:hover {
	color: #1A2320;
}

div.row::after {
	content: " ";
	display: block; 
	height: 0; 
	clear: both;
}

.panel {
	border-color: #1A2320;
}

.panel .table {
	margin-bottom: 0;
}

.panel.panel-default, .panel.panel-info {
	border: 1px solid #1A2320;
	border-radius: 3px;
}

.panel > .panel-heading {
    background-image: none;
    background-color: #1A2320;
    color: #C1CABD;
}
.panel > .panel-heading h1,
.panel > .panel-heading h2,
.panel > .panel-heading h3,
.panel > .panel-heading h4,
.panel > .panel-heading h5,
.panel > .panel-heading h6 {
	margin: 0;
	padding: 0.15em;
}

.panel .table > thead > tr > th,
.panel .table > tbody > tr > th,
.panel .table > tfoot > tr > th,
.panel .table > thead > tr > td,
.panel .table > tbody > tr > td,
.panel .table > tfoot > tr > td {
	border-top: 0;
}

.panel > .panel-body {
	padding: 10px;
}

.btn-info {
	border-color: #1A2320;
	background-color: #1A2320;
	color: #C1CABD;
	background-image: none;
}

.btn-info.hover, .btn-info:hover, .btn-info.focus, .btn-info:focus, .btn-info.active, .btn-info:active, .btn-info.active.hover, .btn-info:active:hover, .btn-info.active.focus, .btn-info:active:focus {
	border-color: #091209;
	background-color: #091209;
	color: #C1CABD;
}

.blockColorClass {
	border-color: #1A2320;
	background-color: #1A2320;
	color: #C1CABD;
}

.blockColorClass a {
	color: #C1CABD;
	text-decoration: underline;
}

.blockColorClass a:hover {
	text-decoration: none;
}

.alert-info {
	border-color: #1A2320;
	background-color: #1A2320;
	color: #C1CABD;
	background-image: none;
}}

/* Head   Navigation */
.sm-buttons {
	padding: 9px 0;
	font-size: 0;
}
.sm-buttons img {
	width: 32px;
	margin: 0 8px;
}

@media (min-width: 768px) {
.sm-buttons {
	padding: 9px 0;
	font-size: 0;
	float: left;
}	
}
.navbar {
	margin-bottom: 0;
	font-weight: bold;
	border-radius: 0;
	border: none;
}
.navbar-huc {
	background-color: #1A2320;
	color: #C1CABD;
}

.navbar-huc a {
	color: #C1CABD;
}

.nav > li > a:hover, .nav > li > a:focus {
	text-decoration: none;
	color: #C1CABD;
	background-color: #091209;
}

.header-container {
	text-align: center;
}

.titelbild {
	margin: 0 auto;
	max-width: 100%;
}

.jumbotron {
	padding-top: 0;
	padding-bottom: 10px;
}

.jumbotron p {
	margin-bottom: 5px;
}

/* Body */

body {
	color: #000000;
	background-color: #FFFFFF;
}

.center {
	text-align: center;
}


.wichtig {
	font-weight: bold;
}

.ereignis-level-1 {
	text-decoration: underline;
	font-style: oblique;
}

.ereignis-level-2 {
	font-style: oblique;
	margin-left: 20px;
}

.ereignis-level-3 {
	margin-left: 40px;
}

.bild {
	height: 150px;
	width: 115px;
}

/* Tables */
table.centered-checkbox-column tr td:nth-of-type(2) {
	width: 30px;
	text-align: center;
}

.table > thead > tr > th {
	vertical-align: bottom;
	border-bottom: 2px solid #7A93CC66;
}

/* Footer */

.footer {
	background-color: #000000;
}

a.footlink {
	color: #1A2320;
}

div.center td  {
	text-align: center;
}

.sponsor {
	vertical-align: text-top;
	margin: 0 10px;
}
