body {
	padding-top:0;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	line-height: 140%;
	font-weight: 100;
	background: url("/img/body.jpg") repeat-x top #e1e1e1;
	color: #333;
	padding-bottom: 40px;
}

a {
	color: #004F7D;
}

h1 {
	font-size: 30px;
	color: #666;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 16px;
}

.jumbotron {
	margin-bottom:0;
	padding-bottom:0;
	padding-top:0;
	background-color: transparent;
}

.logo img {
	width: 300px;
	height: auto;
}

.header {
	background-color: #fff;
	padding-top:20px;
	padding-bottom:20px;
	/*background: url("/img/header/Header_01.png") no-repeat top;*/
	margin-bottom:0;
}

@media (max-width: 992px) {
	.header {
		background-image: none;
	}
}

.lines {
	background-image: 
	linear-gradient(#e2e2e2, #ffffff),
	linear-gradient(#e2e2e2, #ffffff)
	;
	background-size:1px 500px;
	background-position:0 0, 100% 0;
	background-repeat:no-repeat;
	background-color: #fff;
	border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
}

/* Contentbereich */

.content {
	padding-left: 25px;
	padding-top:20px;
}

img.pull-left {
	margin-right: 15px;
}

img.pull-right {
	margin-left: 15px;
}

img.pull-left, img.pull-right {
	width: 300px;
	height: auto;

}

@media (max-width: 480px) {
	img.pull-left, img.pull-right {
	width: 100%;
}
	}

.embed-responsive {
	margin-top: 20px;
	}


/* Mainnavigation */

.navbar {
	margin-bottom:0;
}

header.navbar .container {
	background-image: none;
	background-color: #004F7D;
	border-radius: 10px 0px 0px 0px;
	-moz-border-radius: 10px 0px 0px 0px;
	-webkit-border-radius: 10px 0px 0px 0px;
	border: 0px solid #000000;
}

.navbar-default {
	background-image: none; 
	background-color: transparent;
	box-shadow: none;
	border-bottom:none;
}

.navbar-default .navbar-nav > li > a {
	color: #FFF;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 0.4px;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	background-image: linear-gradient(to bottom, #e1e1e1 0px, #fff 100%);
	background-repeat: repeat-x;
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.075) inset;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .active > a {
	background-image: linear-gradient(to bottom, #e1e1e1 0px, #fff 100%);
	background-repeat: repeat-x;
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.075) inset;
}

.navbar-toggle .button-label {
	display: inline-block;
	float: left;
	font-weight: bold;
	line-height: 14px;
	padding-right: 10px;
}

.button-bars {
	display: inline-block;
	float: left;
}

.navbar-header .button-label {
	color: #fff;
}

.dropdown:hover .dropdown-menu {
display: block;
}

a.dropdown-toggle b {
	margin-left: 10px!important;
	}

@media (min-width: 992px) {
	.navbar-form .form-control {
		width: 120px;
	}
}

@media (min-width: 1200px) {
	.navbar-form .form-control {
		width: 320px;
	}
}

/* rechte Spalte */

.right {
	padding-top: 20px;
	}

.right h2.line2 {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	color: #F29400;
}

/* News und Events */

ul.news, ul.events {
	list-style:none;
	padding-left:0;
	font-size: 15px;
}

ul.news li, ul.events li {
	margin-bottom: 10px;
}

.more a {
	font-size: 15px;
}

.searchnavigation {
	margin-bottom: 10px;
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px solid #ccc;
	font-size: 15px;
}

/* Footer */

footer {
	margin-top: 20px;
	border-top: 1px solid #e2e2e2;
}

.eu-flag {
	width: 40px; height: auto;
	padding-top: 11px;
	float: left;
}

.eu-text {
	font-size: 9px;
	line-height: 12px;
	max-width: 440px;
	padding-left: 170px;
	padding-top: 12px;
	}

@media (max-width: 700px) {
	.navbar-brand {
		padding-left: 0;
		}
	.eu-text {
		padding-left: 170px;
			max-width: none;
		}
	}

footer .navbar-right {
	font-weight: bold;
	}

footer .navbar-nav > li > a {
	border-left: 1px solid #e2e2e2;
	}

    #map_wrapper {
    height: 400px;
	margin-bottom: 20px;
}

#map_canvas {
    width: 100%;
    height: 100%;
}

.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: grey;         /* adjust as needed */
}
.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
}

.partnerlogo {
	margin-bottom:20px;
	}

button.cv {
vertical-align: top;
	margin-left: 5px;
	}

.gallery img {
	width: 25%;
	height: auto;
display:block;
	float: left;
	}

.gallery a {
		margin: 0;
	padding: 0;
	}

.gallery:after {
  content: "";
  display: table;
  clear: both;
}

/*Tabelle */

.table-striped .test-facility {
	width: 150px;
	}

.table-striped .instrumental-name {
		width: 150px;
	}

.table-striped .producer {
		width: 150px;
	}

.table-striped .model {
		width: 200px;
	}

.table-striped td.category {
	background-color: #fff;
	}

.table-striped a {
	font-weight:400;
	}

.right .jumbotron {
	background-color: #e1e1e1;
	text-align: center;
	margin-top:20px;
	}

.right .jumbotron p {
	margin-bottom:10px;
	line-height: 26px;
	}

.right .jumbotron h1 {
	font-size: 22px;
	margin-top: 0;
	margin-bottom: 0;
	}

.right .jumbotron {
	padding: 10px 15px 15px 15px;
	}

.right .jumbotron:hover {
	background-color: #004F7D;
	color: #fff;
	}

.modal-lg {
	width:90%;
	}

/* Home */

.image-home {
	float: left;
	max-width: 400px;
	}

@media (max-width: 600px) {
	.image-home {
	float: none;
		width: 100%;
	}
	}