@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300');

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #222222;
}

h1, h2, h3, h4, h5, h6, .navbar, #topnav {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
}


/* ---------------------------------------------------------------------------------------------------- */
/* ---------------------------- #topnav, footer, #subfooter #hometitle -------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */

#topnav, footer, #hometitle {
	color: #ffffff;
	font-size: 90%;
	background-image: linear-gradient(120deg, #005aa3, #002544);
}

#topnav {
	padding-top: 6px;
	padding-bottom: 6px;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
	font-weight: 300;
}

#topnav .btn-default, #subfooter .btn-default {
	font-size: 95%;
	color: rgba(255, 255, 255, 0.8);
	background-color: transparent;
	border-color: transparent;
	font-weight: 300;
}
#topnav .btn-default:focus, #topnav .btn-default:hover, #topnav .btn-default:active, 
#subfooter .btn-default:focus, #subfooter .btn-default:hover, #subfooter .btn-default:active {
	color: #ffffff;
	background-color: rgba(255, 255, 255, 0.4);
	border-color: transparent;
}

ul.dropdown-menu {
	background-color: rgba(255, 255, 255, 0.8);
}

ul.dropdown-menu li a {
	color: #005aa3 !important;
	font-weight: 300;
}

footer {
	padding-top: 36px;
	padding-bottom: 12px;
	margin-top: 48px;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
	color: rgba(255, 255, 255, 0.8);
	font-weight: 400;
}

footer p {
	margin-bottom: 1em;
}

footer a {
	color: rgba(255, 255, 255, 0.8);
	border-bottom: 1px #ffffff dotted;
	text-decoration: none;
}

footer a:hover, footer a:focus, footer a:active {
	color: #ffffff;
	border-bottom: 1px #ffffff solid;
	text-decoration: none;
}

footer .copyright {
	color: rgba(255, 255, 255, 0.6);
}

footer a.social {
	color: rgba(255, 255, 255, 0.8);
	border-bottom: none;
	text-decoration: none;
}

footer a.social:hover, footer a.social:focus, footer a.social:active {
	color: #ffffff;
	border-bottom: none;
	text-decoration: none;
}


#subfooter {
	background-color: #000000;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
	padding: 24px 0 24px 0;
	color: rgba(255, 255, 255, 0.6);
}

#subfooter p.subfooter-dimmed a {
	color: rgba(255, 255, 255, 0.6);
}

#subfooter .underlined {
	padding-bottom: 5px;
	border-bottom: 1px rgba(255, 255, 255, 0.4) solid;
}

#subfooter img.subfooterlogo {
	opacity: 0.6;
}

#hometitle {
	margin-top: 0;
	margin-bottom: 48px;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
}

h1.hometitle-de {
	text-align: center;
	font-weight: 300;
	font-size: 1.3em;
	padding: 0;
	margin: 9px 0 12px 0;;
}

h1.hometitle-de span {
	font-weight: 400;
}


/* ---------------------------------------------------------------------------------------------------- */
/* ----------------------------------------- navigation ----------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */

.navigation-div {
	margin-top: 9px;
	margin-bottom: 3px;
}

.navbar-default {
	background-color: rgba(255, 255, 255, 0.8);
	border: none;
	color: #005aa3;
	font-size: 120%;
	z-index: 9998;
}

ul.nav {
	background-color: rgba(255, 255, 255, 0.8);
}

ul.nav li a {
	color: #005aa3 !important;
	font-weight: 400;
}

ul.nav li.dropdown {
	/* background-color: rgba(255, 255, 255, 0.8); */
	font-weight: 300;
}

ul.dropdown-menu li a {
	font-weight: 300;
	padding: 6px 12px 6px 12px;
}

.navbar-toggle span.icon-bar {
	display:				block;
	width:				22px;
	height:				2px;
	border-radius:		1px;
	background-color:	#ffffff !important;
}
.navbar-toggle:hover span.icon-bar {
	background-color:	#005aa3 !important;
}

.navbar-default .navbar-toggle {
	background-color:	#005aa3;
	border:				2px solid #005aa3;
	border-radius:		4px;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color:	#ffffff;
	border:				2px solid #005aa3;
}

.back-to-top {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #386090;
  border-radius: 12px 0 12px 0;
  position: fixed;
  opacity: 0.5;
  right: 20px;
  bottom: 20px;
  z-index: 10000;
  padding: 20px 0 20px 0;
}
.back-to-top:after {
  content: "\f102";
  font-family: fontawesome;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 32px;
  width: 20px;
  height: 20px;
  color: #fff;
  line-height: 20px;
  text-align: center;
}


/* ---------------------------------------------------------------------------------------------------- */
/* ----------------------------------------- bootslider ----------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
#bootslider {
	
}

.subheading {
	font-weight: 400;
}

/* ---------------------------------------------------------------------------------------------------- */
/* ------------------------------------------- buttons ------------------------------------------------ */
/* ---------------------------------------------------------------------------------------------------- */

.btn-primary {
	color: rgba(255, 255, 255, 0.8);
	font-weight: 400;
	background-color: #005aa3;
	border-color: #005aa3;
	background-image: linear-gradient(120deg, #005aa3, #002544);
	box-shadow: 0 0 4px rgba(0,0,0,0.7);
}
.btn-primary:focus, .btn-primary:hover, .btn-primary:active {
	color: #ffffff;
	text-shadow: 0 0 4px rgba(0,0,0,0.7);
	background-color: #286090;
	border-color: #005aa3;
	box-shadow: 0 0 2px rgba(0,0,0,0);
}

.btn-info {
	color: rgba(255, 255, 255, 0.8);
	font-weight: 400;
	background-color: #005aa3;
	border-color: #4C8BBE;
	background-image: linear-gradient(120deg, #4C8BBE, #4C667C);
	box-shadow: 0 0 4px rgba(0,0,0,0.7);
}
.btn-info:focus, .btn-info:hover, .btn-info:active {
	color: #ffffff;
	text-shadow: 0 0 4px rgba(0,0,0,0.7);
	background-color: #286090;
	border-color: #4C8BBE;
	box-shadow: 0 0 2px rgba(0,0,0,0);
}

.btn-default {
	color: #005aa3;
	font-size: 80%;
	font-weight: 400;
	background-color: rgba(255, 255, 255, 0.4);
	border: none;
	margin: 0 2px 2px 0;
}
.btn-default:focus, .btn-default:hover, .btn-default:active {
	color: #ffffff;
	text-shadow: 0 0 4px rgba(0,0,0,0);
	background-color: #005aa3;
	border: none;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 9999;
}

.panel-heading {
	color: rgba(255, 255, 255, 0.8);
	font-weight: 400;
	background-color: #005aa3;
	border-color: #005aa3;
	background-image: linear-gradient(120deg, #005aa3, #002544);
	box-shadow: 0 0 4px rgba(0,0,0,0.7);
}
.panel-heading:focus, .panel-heading:hover {
	color: #ffffff;
	text-shadow: 0 0 4px rgba(0,0,0,0.7);
	background-color: #286090;
	border-color: #005aa3;
	box-shadow: 0 0 2px rgba(0,0,0,0);
}

.panel-heading .panel-title a {
	color: rgba(255, 255, 255, 0.8);
}

.panel-heading .panel-title a:focus, .panel-heading .panel-title a:hover {
	color: #ffffff;
	text-decoration: none;
}

/* ---------------------------------------------------------------------------------------------------- */
/* -------------------------------------------- teaser ------------------------------------------------ */
/* ---------------------------------------------------------------------------------------------------- */

.teaser {
	border: 1px #dddddd solid;
	background-color: #eeeeee;
	padding: 0 24px 0 24px;
	border-radius: 24px 0 24px 0;
	margin-bottom: 24px;
}

ul.teaser-list {
	margin:				0 0 1em 0;
	padding:				0 0 0 1em; /* make space for li's :before */
	list-style:			none;
}

ul.teaser-list li {
	position:			relative;
	padding-left:		0.4em; /* text distance to icon */

}

ul.teaser-list li:before {
	font-family:			'FontAwesome';
	content:				'\f046';
	position:			absolute;
	left:				-1em; /* same as ul padding-left */
	top:					0.1em; /* depends on character, maybe use padding-top instead */
}

.teaser-content {
	margin-bottom: 12px;
}

.teaser-blau {
	border: 1px #002544 solid;
	background-color: #005aa3;
	padding: 0 24px 0 24px;
	border-radius: 24px 0 24px 0;
	margin-bottom: 24px;
}

.teaser-blau h2, .teaser-blau p {
	color: #ffffff;
}

/* ---------------------------------------------------------------------------------------------------- */
/* ----------------------------------------- typography ----------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */

h1 {
	margin-bottom: 1em;
}

h1 small {
	color: #222222;
	font-weight: 300;
	font-size: 85%;
}

h4 {
	margin-bottom: 0.2em;
}

h5 {
	margin-bottom: 0;
}

p {
	margin-bottom: 2em;
}

p span {
	font-weight: 300;
}

a {
	color: #005aa3;
}

a[href^='mailto:'] {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 300;
}

.table > tbody > tr > td {
	vertical-align: middle;
}

.valve-overview  > tbody > tr > td:first-child {
	width: 25%;
}

tr.clickable-row { cursor: pointer; }

img.valve-overview {
	padding-right: 12px;
}

.table > tbody > tr:last-child {
	border-bottom: 1px solid #ddd;
}

.anwendung-nummerierung {
	float: left;
	font-size: 120%;
	font-weight: 600;
	color: #ffffff;
	background-color: #005aa3;
	border-radius: 100%;
	padding: 6px 12px 6px 12px;
	margin: 0 6px 6px 0;
}


/* ---------------------------------------------------------------------------------------------------- */
/* --------------------------------------- stellenangebote --------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */

h1.stellenangebot {
    background-color: #005aa3;
    color: #ffffff;
    border-top-left-radius: 24px;
    border-bottom-right-radius: 24px;
    padding: 12px 24px;
    margin-bottom: 48px;
}
h1.stellenangebot small {
    color: #ffffff;
}

/* ---------------------------------------------------------------------------------------------------- */
/* --------------------------------------- helper-classes --------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */

.vertical-center {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.float_right { float: right; padding-left: 12px; padding-bottom: 12px; }
.float_left { float: left; padding-right: 12px; padding-bottom: 12px; }

.boxshadow { box-shadow: 0 0 4px rgba(0, 0, 0, 0.7); }

.debug { border: 1px #00ff00 dotted; }

.green { color: #2ab24e; }

.m-t-0 {		margin-top:		0 !important; }
.m-t-6 {		margin-top:		6px !important; }
.m-t-12 {	margin-top:		12px !important; }
.m-t-24 {	margin-top:		24px !important; }
.m-t-48 {	margin-top:		48px !important; }
.m-t-96 {	margin-top:		96px !important; }

.m-b-0 {		margin-bottom:	0 !important; }
.m-b-6 {		margin-bottom:	6px !important; }
.m-b-12 {	margin-bottom:	12px !important; }
.m-b-24 {	margin-bottom:	24px !important; }
.m-b-48 {	margin-bottom:	48px !important; }
.m-b-71 {	margin-bottom:	71px !important; }
.m-b-96 {	margin-bottom:	96px !important; }
.m-b-120 {	margin-bottom:	120px !important; }
.m-b-144 {	margin-bottom:	144px !important; }
.m-b-168 {	margin-bottom:	168px !important; }
.m-b-192 {	margin-bottom:	192px !important; }
.m-b-216 {	margin-bottom:	216px !important; }
.m-b-240 {	margin-bottom:	240px !important; }
.m-b-264 {	margin-bottom:	264px !important; }
.m-b-288 {	margin-bottom:	288px !important; }

#printversion {
	visibility: hidden;
	height: 0;
}

@media print {
	#printversion {
		visibility: visible;
		height: auto;
	}
}

/* ---------------------------------------------------------------------------------------------------- */
/* --------------------------------------- media-queries ---------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */

@media (max-width: 991px) {
	footer p.text-right, 
	footer p.text-left {
		text-align: center;
	}
	
	footer img {
		margin: 0 auto 0 auto;
	}
	
	/* collapse navbar on small devices */
	.navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
  		display:block !important;
	}
}

/* ------------------------------ Small devices (tablets, 768px and up) ------------------------------ */
@media (min-width: 768px) {

	.navbar-default {
		font-size: 110%;
	}
	
	h1.hometitle-de { font-size: 2em; }
	
	.navigation-div {
		margin-top: 18px;
		margin-bottom: 6px;
	}


}

/* ------------------------------ Medium devices (desktops, 992px and up) ------------------------------ */
@media (min-width: 992px) {
	
	h2 { font-size: 1.4em; }
	
	.navbar-default {
		background-color: transparent;
		font-size: 110%;
	}
	
	h1.hometitle-de { font-size: 2.5em; }
	
	.navigation-div {
		margin-top: 27px;
		margin-bottom: 9px;
	}

}

/* ------------------------------ Large devices (large desktops, 1200px and up) ------------------------------ */
@media (min-width: 1200px) {
	
	h2 { font-size: 1.8em; }
	
	.navbar-default {
		font-size: 120%;
	}
	
	h1.hometitle-de { font-size: 3em; }
	
	.navigation-div {
		margin-top: 36px;
		margin-bottom: 36px;
	}

}