/*
 * rot: #b10026;
 * dunkelrot: #8f001e;
 * blau: #bfd1d9;
 * dunkel grau: #333
 * hell grau: #c4c4c4;
 */


/*
 * 
 * Initialisierung
 * 
 */

body {
  padding-top: 50px;
  padding-bottom: 70px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: small;
  background-color: #333333;
}

h1, h2, h3, a, a:visited {
	color: #8F001E;
	line-height: 1.3em;
}

a:hover {
	color: #8F001E;
	text-decoration: underline;
}

h1 {
	font-size: 1.8em;
	font-weight: bold;
}

h2 {
	font-size: 1.4em;
	font-weight: bold;
}

h3 {
	font-size: 1.2em;
	font-weight: normal;
}

h4 {
	font-size: 1.1em;
	font-weight: normal;
}

dl dt {
	margin-top: 1.8em;
}

.metaLink {
	word-break: break-all;
}

.gray {
	color: #777777;
}

.mitte {
	text-align: center;
}

.rechts {
	text-align: right;
}

#mitte {
	background-color: #FFFFFF;
	padding: 2.5em 2%;
	min-height: 800px;
}

#mitte h1 {
	padding: 1.2em 0;
}

#logoBridge img {
	position: fixed;
	top: 0;
	-webkit-box-shadow:  0px 0px 10px 2px rgba(50, 50, 50, .5);
	-moz-box-shadow:0px 0px 10px 2px rgba(50, 50, 50, .5);
    box-shadow:  0px 0px 10px 2px rgba(50, 50, 50, .5);
}



/*
 * 
 * topNavi
 * 
 */

#topNavi .navbar-brand {
	color: #FFFFFF;
	/*font-size: 1.4em;*/
	font-weight: bold;
}

#topNavi .nav li a, #topNavi ul li:hover a, #topNavi ul li.active a {
	margin-top: .8em;
	margin-bottom: .8em;
}

#topNavi ul li a {
	font-size: 1.1em;
	color: #FFFFFF;
	font-weight: bold;
}

#topNavi ul li:hover a, #topNavi .active a {
	font-size: 1.1em;
	color: #FFFFFF;
	text-decoration: underline;
}

#topNavi {
	background: #b10026; /* Old browsers */
	background: -moz-linear-gradient(top, #b10026 0%, #8f001e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b10026), color-stop(100%,#8f001e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #b10026 0%,#8f001e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #b10026 0%,#8f001e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #b10026 0%,#8f001e 100%); /* IE10+ */
	background: linear-gradient(to bottom, #b10026 0%,#8f001e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b10026', endColorstr='#8f001e',GradientType=0 ); /* IE6-9 */
}

#topNavi .active a {
	background-color: transparent;
	/*background: #EEEEEE; 
	background: -moz-linear-gradient(top, #EEEEEE 0%, #999 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eee), color-stop(100%,#999));
	background: -webkit-linear-gradient(top, #EEEEEE 0%,#999 100%); 
	background: -o-linear-gradient(top, #EEEEEE 0%,#999 100%); 
	background: -ms-linear-gradient(top, #EEEEEE 0%,#999 100%);
	background: linear-gradient(to bottom, #EEEEEE 0%,#999 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eee', endColorstr='#999',GradientType=0 );*/
}


/*
 * 
 * Katalog --> heisst jetzt Daten!!
 * 
 */

#catalog {
	background-color: #EEEEEE;
	border-radius: 4px;
	height: 100%;
}

#catalog ul {
	list-style: none;
	/*text-align: center;*/
}
#catalog ul li {
	padding: 1em;
	border: 1px solid #EEEEEE;
	/*-webkit-box-shadow: 0px 5px 5px -5px #000;
	box-shadow: 0px 5px 5px -5px #000;*/ 
}

#catalog ul li:last-child {
	padding: 1em;
	-webkit-box-shadow: none;
	box-shadow: none; 
}

#catalog ul li[title="titel"] {
	font-size: 1.6em;
	font-weight: bold;
	/*padding-bottom: 0.5em;*/
	border: 1px solid #EEEEEE;
}

#catalog ul li a {
	color: #000;
	text-decoration: none;
}

.used, #catalog ul li:hover {
	background-color: #bfd1d9;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #EEEEEE;
}

#catalog ul li[title="titel"]:hover {
	background-color: #eee;
}

/*
 * 
 * tabelle
 * 
 */

/*#content {
	padding: 1.25em 1.5625%;
	height: 100%;
}*/


#accordion .panel-title a {
	text-decoration: none;
}

#accordion .panel-title a:hover {
	text-decoration: underline;
}

#accordion table {
	width: 100%;
}

#according .panel-default table {
	border-bottom: 1px solid #fff;
}

#accordion .panel-default table tr {
	border-bottom: 0.15em solid #fff;
}

#accordion table tr td, #accordion table tr th {
	padding: .5em 1.5%;
}

#accordion table tr th {
	background-color: #BFD1D9;
	color: #555555;
}

#accordion table tr:hover, #accordion h4:hover {
	background-color: #EEEEEE;
} 

#accordion table tr th.title {
	font-size: 1.5em;
	font-weight: bold;
	color: #333333;
}

#accordion table tr td:first-child {
	width: 70%;
}

/*
 * 
 *  Footer
 * 
 * 
 */

footer li {
	color: #999999 !important;
	list-style: none;
	padding-top: 10px;
	font-size: 1.1em;
}

footer .col-md-12 {
	padding: 0;
}


/*
 * 
 * META-Tabellen
 * 
 */

#meta table {
	margin-top: .5em;
	width: 100%;
}

#meta th {
	text-align: center;
	padding: 1.0em 0;
	background: #B10026;
	color: #FFFFFF;
}

#meta tr {
	border-bottom: 1px solid #CCCCCC;
}

#meta tr:hover {
	background: #EEEEEE;
}

#meta td {
	padding: .5em .5em;
}

#meta td.metaLabel {
	font-weight: bold;
	text-align: right;
	width: 40%;
}

/*####################################
 * 
 *     Rechtliche Hinweise
 * 
 * ###################################
 */

.modal-dialog {
	top: 25%;
	left: 25%;
	width: 50% important;
}

#windowLabel {
	color: #B10026;
	font-size: 1.2em;
	font-weight: bold;
}


/*.modal-content {
	width: 100%;
}

.modal-title  {
	font-size: 1.2em;
}

.modal table tr td {
	padding: 0.3em 0;
	border-right: 0.15em solid #fff;
	font-size: 1em;
	text-align: center;
}

.modal table tr td:first-child {
	width: 50%;
	text-align: left;
	padding: .5em 2%;
}

/*.modal table tr td:last-child {
	width: 15%;
}


.modal table tr td[id] {
	padding: 0.5em 0;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
}

.modal table tr td a, .modal table tr td h4 {
	color: rgb(0,107,156);
	text-decoration: none;
}


.modal-body thead tr th {
	background: #b10026; /* Old browsers */
	/*background: -moz-linear-gradient(top, #b10026 0%, #8f001e 100%); /* FF3.6+ */
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b10026), color-stop(100%,#8f001e)); /* Chrome,Safari4+ */
	/*background: -webkit-linear-gradient(top, #b10026 0%,#8f001e 100%); /* Chrome10+,Safari5.1+ */
	/*background: -o-linear-gradient(top, #b10026 0%,#8f001e 100%); /* Opera 11.10+ */
	/*background: -ms-linear-gradient(top, #b10026 0%,#8f001e 100%); /* IE10+ */
	/*background: linear-gradient(to bottom, #b10026 0%,#8f001e 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b10026', endColorstr='#8f001e',GradientType=0 ); /* IE6-9 */
	/*color: #fff;
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	padding: .3em 0 .4em 2%;
}

.modal thead tr th:first-child {
	text-align: center;
	padding-left: 2%;
}

.modal thead tr th[id] {
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
}

.modal table {
	margin: 1.3em 0;
	width: 100%;
}

.modal table thead th {
	text-align: left;
	padding: .8em 0.5%;
	font-weight: bold;
}

.modal table tbody tr {
	border-bottom: 1px solid #333;
	border-top: 1px solid #333;
}

.modal table tbody tr:hover {
	background: #eee;
}

.modal table tbody tr td {
	padding: .8em 1.3%;
}

.modal table tbody tr td.metaContent {
	text-align: left;
	width: 50%
}

.modal table tbody tr td.metaLabel {
	text-align: right;
	width: 50%;
	font-weight: bold;	
}

.modal table tbody tr td.metaZusatz {
	background: #bfd1d9;
}

.modal table tbody tr td a {
	text-decoration: none;
	color: #8F001E;
}

.modal table tbody tr td a:hover {
	text-decoration: underline;
	color: #8F001E;
}*/




.panel-title, h1 {
	color: #8F001E;
}

#logoBridge {
	position: absolute;
	left: 25%;
	top: 0;
	/*margin-left: 69%;
	width: 10%;*/
	z-index: 1030;
}

#logoBridge img {
	margin: -1px 0;
	width: 45%;
	-webkit-box-shadow:  0px 0px 10px 2px rgba(50, 50, 50, .5);
	-moz-box-shadow:0px 0px 10px 2px rgba(50, 50, 50, .5);
    box-shadow:  0px 0px 10px 2px rgba(50, 50, 50, .5);
}





@media screen and (min-width: 1200px) {
	.modal-dialog {
	top: 25%;
	left: 0%;
	width: 50%;
	}
	
	#logoBridge img {
		margin: -1px 0 0 0;
		width: 200px;
		right: 20%;
	}
	
	#logoTop {
		display: none;
	}
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
	
	#logoBridge img {
		display: none;
	}
	
	#logoTop {
		display: block;
	}
	
	.modal-dialog {
	top: 25%;
	left: 0%;
	width: 50%;
	}
}

@media screen and (min-width: 481px) and (max-width: 767px) {
	#logoBridge img {
		margin: -1px 0 0 0;
		width: 180px;
		right: 40%;
	}
	
	#logoTop {
		display: none;
	}
	
	.modal-dialog {
	top: 25%;
	left: 0%;
	width: 60%;
	}
}

@media screen and (min-width: 315px) and (max-width: 480px) {
	#logoBridge img {
		margin: -1px 0 0 0;
		width: 150px;
		right: 20%;
	}
	
	#logoTop {
		display: none;
	}
	
	.modal-dialog {
	top: 25%;
	left: 0%;
	width: 80%;
	}
	
	#meta table {
		width:auto;
	}

	#meta table th {
		background-color: inherit;
		color: #b10026;
		text-align: left;
	}
	
	#meta table tr {
		border-bottom:0;
	}
	
	#meta table tr:hover {
		border-bottom:0;
		background-color: inherit;
	}
	
	#meta table td {
		font-size: 80%;
		line-height:98%;
		padding:1px;
		overflow: hidden;
		padding-bottom: 3pt;
	}

	#meta td.metaLabel {
		text-align: left;
		width: 30%;
	}
}

@media print {
  a[href]:after {
    content: "";
  }
  
	#logoTop {
		display: none;
	}
	
	#logoBridge {
		display: table-cell;
		position: absolute;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	
	#logoBridge img {
		position: relative;
		left: 0;
		right: 0;
		width: 280px;
	}
}
	
@media (min-width: 1900px) {
  .container {
    width: 1870px;
  }
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-0 {
    right: 0;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-0 {
    left: 0;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}